.discount_div{background: #F9E4E4;width: 100%; float: left;}
.discount_div .wrapper.container{width: 100%;max-width: 970px;margin-left: auto;margin-right: auto;clear: both;position: relative;}

/*** DISCOUNT TOP DIV ***/
.discount_top_div{text-align: center;-webkit-transition: all .3s linear 0s;transition: all .3s linear 0s;z-index: 11;}
.discount_top_div .item{font-size: 16px;line-height: 26px;display: inline-block;transition: 0.3s;transition-delay: 0s;transition-delay: 0.2s;cursor: pointer;padding: 10px; color: #000; font-weight: 500;}
.discount_top_div .item::before{content: '';cursor: pointer; width:25px; height:25px; background:url(/images/accordion1-1.png) no-repeat center 0; background-size:25px; margin:0px 0 0 10px; float:right;}
#discount_top_div .owl-nav,
#discount_top_div .owl-dots{display: none;}

/*** DISCOUNT APPLIES CART ***/
.discount_slider_close{float: right;position: absolute;right: 15px;top: 15px;cursor: pointer; z-index: 2;}
.discount_slider_close .bar1,
.discount_slider_close .bar3{width: 25px;height: 1px;background-color: #333;margin: 6px 0;transition: 0.4s;}
.discount_slider_close .bar1{-webkit-transform: rotate(-45deg) translate(3px, 6px);transform: rotate(-45deg) translate(3px, 6px);}
.discount_slider_close .bar3{-webkittransform: rotate(45deg) translate(0px, -8px);transform: rotate(45deg) translate(0px, -8px);}

.discount_applies_cart{display: none;text-align: center;-webkit-transition: all .3s linear 0s;transition: all .3s linear 0s; position: relative;}
.discount_applies_cart.active{display: block !important;}
.discount_applie_img{width: 120px; float: left;}
.discount_applie_img img{width: 100%;filter: brightness(10) invert(1);}
.discount_applie_text{width: 65%; float: left; padding: 0 30px; text-align: left;}
.discount_applie_text h5{font-size: 22px;line-height: 40px;font-weight: 600; margin-bottom: 5px;}
.discount_applie_text p{font-size: 16px;line-height: 22px; color: #666;}
.discount_applie_btn{float: right;margin-top: 25px;}
.discount_btn{border: 1px solid #333;text-align: center;text-transform: capitalize;padding: 12px 15px;color: #333;display: block; border-radius: 7px;}
.discount_btn:hover{background: #333;color: #fff;}

#discount_applies_cart .item{padding: 30px 50px 0 50px; height: 180px; text-align: center;}
#discount_applies_cart .owl-nav{position: absolute;left: 20px;right: 20px;text-align: center;margin: 0 auto; bottom: -10px;transform: translate(0, -50%);}
#discount_applies_cart .owl-prev{float: left;position: relative;background: #333; width: 30px; height: 30px;}
#discount_applies_cart .owl-next{float: right;position: relative;background: #333; width: 30px; height: 30px;}
#discount_applies_cart .owl-prev::after,
#discount_applies_cart .owl-next::after{content: "";height: 10px;width: 10px;border-top: 3px solid #fff;border-right: 3px solid #ddd;opacity: 10;position: absolute;top: 27%;left: 61%;transform: translate(-50%) rotate(-135deg); right: 60%;}
#discount_applies_cart .owl-next::after{transform: translate(-50%) rotate(45deg);left: 40%;}
#discount_applies_cart .owl-prev span,
#discount_applies_cart .owl-next span{display: none;}


@media only screen and (max-width:800px),(max-width:899px){
#discount_applies_cart .item{padding: 25px 0px;height: 220px;}
.discount_applie_img{display: none;}
.discount_applie_text{width: 100%; text-align: center;}
.discount_applie_text h5{font-size: 20px;line-height: 35px;}
.discount_slider_close{top: 15px; right: 15px;}
.discount_applie_btn{margin-top: 35px;}
.discount_applie_btn{width: 100%; float: left; text-align: center;}
.discount_applie_btn a{width: 150px; float: none; display: inline-block; padding: 10px 12px;}

}

@media only screen and (max-width:400px),(max-width:499px) {
.discount_div .wrapper{padding: 0;}
.discount_top_div .item{font-size: 14px; line-height: 25px; padding: 10px 0;}
.discount_top_div .item::before{margin:0; background:url(/images/accordion1-1.png) no-repeat center 2px; background-size:20px;}
.discount_applie_text{padding: 0 10px; width: 100%;}
.discount_applie_text h5{font-size: 18px;line-height: 28px;}
#discount_applies_cart .item{padding: 30px 0 20px 0px;height: 220px;}
#discount_applies_cart .owl-nav{left: 0; right: 0; top: unset; bottom: 45px; width: 100%; padding: 0 30px;}
.discount_applie_btn {margin-top: 20px;padding-bottom: 20px;}

}

@media only screen and (max-width:375px), (max-width:399px){
.discount_top_div .item{font-size: 13px;}
}

@media only screen and (max-width:320px), (max-width:374px){
.discount_top_div .item{font-size: 12px; line-height: normal;}
.discount_top_div .item::before{background:url(/images/accordion1-1.png) no-repeat center 0px; background-size:20px;}
}

@media only screen and (max-width:320px){
.discount_top_div .item::before{display:none;}
}