:root {--primary: #2ba2db;--secondary: #a137d7;}
body{background:#f1f1f1;color:#000;  font-family: "Poppins", sans-serif;font-weight: 400;font-style: normal;}
h1.h1{font-size:1.6em}
.h6{color:#000;font-size:1.2em;margin: 0;}
a{color:var(--primary);text-decoration:none}
a:hover{color:var(--secondary);}
img.qrcode{position:fixed;width:50px;left:10px;bottom:10px}
.navbar-brand{padding:0;height:54px;overflow:hidden}
.navbar-brand img{height:50px}
.box{background:#fff;overflow:hidden;box-shadow:0 10px 10px 0 rgb(0 0 0 / .1);transition: .3s ease-in-out;position:relative;border-radius: 12px;margin-bottom: 20px;}
.box:hover{box-shadow:0 10px 10px 0 rgb(0 0 0 / .3);}
.box img{transition: 1s ease-in-out;transition-delay: 1s;}
.box:hover img{transform: scale(1.6);transition: .5s ease-in-out;}
.boxy{background:#272b34;margin-bottom:15px}
.box-link{font-size:1.6em;line-height:1;text-decoration:none;position:absolute;bottom:10px;right:10px;z-index:9}
.box p{color: #6b68d9;margin: 0;position: absolute; z-index: 9;bottom: 10px;left: 10px;}
.hamburger{position:relative;z-index:9000;width:2em;height:2em;margin:7px 0 0 0}
.hamburger:hover{cursor:pointer}
.hamburger_line{content:" ";display:block;width:100%;height:2px;background:#000;border-radius:.5em;margin-bottom:.5em}
.hamburger_line:last-child{margin-bottom:0}
.hamburger_steps .hamburger_line{-webkit-transition:width .12s ease-in-out;transition:width .12s ease-in-out}
.hamburger_steps .hamburger_line:nth-child(2){width:80%}
.hamburger_steps .hamburger_line:last-child{width:55%}
.hamburger_steps-right .hamburger_line{float:right}
.hamburger_steps:hover .hamburger_line{width:100%}
.hamburger_active.hamburger_steps .hamburger_line{-webkit-transition:none;transition:none;width:100%}
.hamburger_active .hamburger_line{position:absolute;top:.8em;margin:0;background: #fff;}
.hamburger_active .hamburger_line:first-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.hamburger_active .hamburger_line:nth-child(2){display:none}
.hamburger_active .hamburger_line:last-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.nav-fullscreen{position:fixed;display:-webkit-box;display:flex;z-index:800;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;-webkit-transition:opacity .2s,visibility .2s;transition:opacity .2s,visibility .2s;background:linear-gradient(-45deg,var(--primary),#a137d7ad,var(--secondary));background-size:200% 200%;animation:gradient 10s ease infinite;}
.open{opacity:1;visibility:visible}
.nav-fullscreen_items{margin:0;padding:0;list-style:none;text-align:center;font-size:1.6rem;line-height:4rem}
.nav-fullscreen a{text-decoration:none;color:#fff;-webkit-transition:color .1s ease-in-out;transition:color .1s ease-in-out;font-size: 2rem;}
.nav-fullscreen a:hover{color:var(--primary)}
.navbar-fixed{position:fixed;top:0;left:0;right:0;z-index:99;display:flex;justify-content:space-between}
#fixheader{background:rgba(255,255,255,.8);transition:.3s ease all;padding: 15px; box-shadow: 0 10px 10px #00000008;}
#fixheader.fixit{transition:.3s ease all;padding: 0 15px;}
.bgstore{background:linear-gradient(-45deg,var(--primary),#a137d7,var(--secondary));background-size:200% 200%;animation:gradient 10s ease infinite;color:#fff}
.bgfooter{background:#2b333c;color: #fff;}
.icon-footer{font-size:1.6em;margin-bottom:20px;display:block}
footer a{font-size:1em;padding:5px;line-height:1;color:#ddd}
footer .socialmenu a i::before{color:#ddd!important}
.copyrights{font-size:13px}

#Coupons .owl-item,#Series .owl-item,#monthly_top .owl-item,#News .owl-item{padding:10px 10px 20px 10px}
.btn{border-radius:0;min-width:120px}
.btn-primary{background:var(--secondary);border-color:var(--secondary);}
.btn-primary:hover{background:var(--secondary);border:1px solid var(--secondary);}
.btn-outline-light{color:var(--secondary);border-color:var(--secondary);}
.btn-outline-light:hover{color:#000;background-color:var(--secondary);border-color:var(--secondary);}
.banner-text{display: flex;flex-direction: column;justify-content: center;}

#MainSlider{background:#fff}
.title{margin:2em auto;overflow:hidden;text-align:center;font-weight:300;font-size:1.4rem;text-transform:uppercase; color: var(--secondary);}
.title:after,.title:before{content:"";display:inline-block;width:50%;margin:0 .5em 0 -55%;vertical-align:middle;border-bottom:1px solid var(--primary);}
.title:after{margin:0 -55% 0 .5em; border-bottom:1px solid var(--secondary);}
.floating{position: absolute; display: flex; left: 0; right: 0; bottom: 0; padding: 10px; color: #fff;}
.tags{ margin: 10px 0; padding: 0;list-style: none;}
.tags li{margin: 0 3px 5px;padding: 1px 5px;float: left;background: #cbcbcb;border-radius: 4px;font-size: 14px;}
@keyframes gradient{
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
@media (max-width:767px){
.h1,.h2,.h3,.h4,.title,h1,h2,h3,h4{font-size:1.3rem!important}
.herotxt{margin:30px 0;text-align:center}
.titleslider{font-size:1em!important;}
.banner-text{display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;}
}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
#Coupons .owl-item img,#Series .owl-item img,#monthly_top .owl-item img{transform:scale(1.1)}
#Coupons .owl-item.active img,#Series .owl-item.active img,#monthly_top .owl-item.active img{transform:scale(1);transition:3s ease all}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded{display:block}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-drag .owl-stage-outer{cursor:grab;cursor:-webkit-grab}
.owl-drag.owl-grab .owl-stage-outer{cursor:grabbing!important;cursor:-webkit-grabbing!important}
.no-js .owl-carousel{display:block}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{
0%{opacity:1}
100%{opacity:0}
}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav [class*=owl-]{color:var(--secondary);font-size:14px;margin:5px;padding:4px 7px;background:color:var(--secondary);display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background-color: var(--primary);color:var(--primary);text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5}
.owl-theme .owl-nav.disabled+.owl-dots{position:absolute;bottom:-25px;right:0;left:0}
.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;cursor:pointer}
.owl-theme .owl-dots .owl-dot span{width:8px;height:8px;margin:5px 7px;background:#ccc;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:50%}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:var(--secondary)}