@charset "utf-8";
:root {
    scroll-behavior: unset !important;
    /* Theme Colors */
    --purple-text: #6b21a8;
    --purple-bg: #f3e8ff;
    
    --green-text: #3f6212;
    --green-bg: #ecfccb;
    
    --orange-text: #c2410c;
    --orange-bg: #ffedd5;
    
    --blue-text: #1d4ed8;
    --blue-bg: #dbeafe;
    
    --pink-text: #be185d;
    --pink-bg: #fce7f3;
}
/*=========================================
	font-family: "Roboto", serif;
	Thin 100
	ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	Semibold 600
	Bold 700
	ExtraBold 800
	Black 900
=========================================*/
*, p, body {margin:0; padding:0; box-sizing:border-box;}
p, body {font-family:"Roboto", serif; font-weight:400; font-size:18px; line-height:28px;}
body {overflow:hidden; overflow-y:auto; padding-top:103px;}
.font-roboto {font-family:"Roboto", serif !important;}
.fw-thin {font-weight:100 !important;}
.fw-extralight {font-weight:200 !important;}
.fw-light {font-weight:300 !important;}
.fw-regular {font-weight:400 !important;}
.fw-medium {font-weight:500 !important;}
.fw-semibold {font-weight:600 !important;}
.fw-bold {font-weight:700 !important;}
.fw-extrabold {font-weight:800 !important;}
.fw-black {font-weight:900 !important;}
.line-height-1 {line-height:1 !important;}
.container {max-width:1500px;}
.cursor-pointer {cursor:pointer !important;}
.top-bar {background:#f47820; position:relative;}
.topbartickertext {white-space:nowrap;}
.top-bar p {text-align:center; font-size:16px; padding:5px 0 3px 0; font-weight:700; color:#fff; text-transform:uppercase; z-index:1; position:relative;}
.top-bar p > a {font-weight:700;}
.header [class*="navbar-expand"] .navbar-nav .nav-link {font-size:17px; font-weight:500; transition:all 0.3s; padding:0px 18px; text-transform:uppercase;}
.header .navbar-collapse .dropdown-toggle {display:flex; align-items:center;}
.header .navbar-collapse .dropdown-toggle::after {border:none; content:"\f078"; font-family:"Font Awesome 5 Pro"; font-weight:900; line-height:1; margin-top:-1px;}
.header .navbar-nav .dropdown-menu.mz-dm-about {width:100%; padding:5px 0; max-width:230px; min-width:230px; top:calc(100% + 17px); left:50%; transform:translateX(-50%) translateY(50px) !important;}
.mz-dm-about::before {content:""; position:absolute; bottom:100%; width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:8px solid #dee2e6; left:50%; transform:translateX(-50%);}
.mz-dm-about::after {content:""; position:absolute; bottom:100%; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:7px solid #fff; left:50%; transform:translateX(-50%);}
.header .navbar-nav .dropdown-menu.mz-dm-about.show {transition:all .3s; opacity:1; visibility:visible; transform:translateX(-50%) translateY(0) !important;}
.mz-dropdown-menu-item {display:table; text-decoration:none; font-size:16px; font-weight:400; color:#000; transition:all .3s; padding:5px 15px; border-bottom:solid 1px #dadada; width:100%; position:relative;}
.mz-dropdown-menu-item:last-child {border-bottom:none;}
.header .nav-link.active, .header .nav-link.active svg *, .header .nav-link:hover, .header .nav-link:hover *, .header .nav-link:hover svg *, .mz-dropdown-menu-item:hover, .mz-dropdown-menu-item.active, .mobile-nav-2-link-1.active,.mz-megamenu-menu-item:hover, .mz-megamenu-menu-item.active {color:#F47820 !important;transition: all 0.3s;}

@media only screen and (min-width:768px) {
.header .dropdown-menu {display:block!important; border:none; box-shadow:none; transform:none!important; transition:all .3s; opacity:0; visibility:hidden; transform:translateY(50px)!important}
.header .dropdown-menu.show {transition:all .3s; opacity:1; visibility:visible; transform:translateY(0)!important}
}

.navbar-quick-cart-btn, .navbar-quick-cart-btn-link {padding:15px 15px; font-size:20px; line-height:1; background:#000; border-radius:8px; text-align:center; text-decoration:none; color:#fff; position:relative; font-weight:700; display:inline-flex; border:none; justify-content:center; align-items:center; transition:all 0.3s;}
.navbar-quick-cart-btn:hover, navbar-quick-cart-btn-link:hover {background:#222222; transition:all 0.3s;}
.cart-counter {position:absolute; display:flex; width:20px; height:20px; border-radius:100%; overflow:hidden; top:5px; right:5px; background:#F47820; font-weight:500; font-size:10px; color:#000; align-items:center; justify-content:center;}
.navbar-login-btn {padding:15px 25px; font-size:20px; line-height:1; background:#F47820; border-radius:8px; text-align:center; text-decoration:none; color:#fff; position:relative; font-weight:700; display:inline-flex; border:none; justify-content:center; align-items:center; transition:all 0.3s;}
.navbar-login-btn:hover {transition:all 0.3s; background:#dd6b19;}
.header .nav-bar-brand {display: inline-flex;align-items: center;}
.button-toggles {display: flex;gap: 10px;justify-content: center;}
.button-toggles .btntoggle {position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  outline: none;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  line-height: 1.2;
  cursor: pointer;
  transition: all .25s ease;
  color: #3E3E3E;
  border: 0px solid #E9E9E9;
  background-color:  #F3F3F3;
  box-shadow:  unset;
  text-transform:  uppercase;
  font-weight:  600;
  font-family: inherit;
  font-style: unset;
  min-height: 42px;
  font-size: 13px;width: 100%;font-size: 12px;padding: 0px;}
.btntoggle.active {background: #e3670e;color: #fff;}
.button-toggles .btntoggle svg {width: 24px;}
.btntoggle.active svg path[stroke] {stroke: white;}
.btntoggle.active svg path[fill] {fill: white;}
.footer-shopmenu {
	height: 0px;
	overflow: hidden;
}
.footer-shopmenu.active {
	height: auto;
	transition: all .2s ease-in-out;
    padding-bottom: 15px;
}
.footer-shopmenu.mushroomshop-menu {
	background: url(../images/shroom-nav-img.webp) no-repeat 100% 80% / 100px;
}
.footer-shopmenu.cannabis-menu {
	background: url(../images/cannabis-nav-img.webp) no-repeat 100% 80% / 100px;
}
.footer-shopmenu.tobacco-menu {
	background: url(../images/tobacco.webp) no-repeat 100% 70% / 90px;
}
.offers-link {
	background: linear-gradient( 90deg, #cc0000 0%, #ff8888 50%, #cc0000 100% );
	background-size: 200% auto;
	color: #cc0000;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textShine 2.5s linear infinite;
	transition: transform 0.2s ease;
}
.offers-link:hover {
    transform: scale(1.1);
}
@keyframes textShine {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}
.home-page {background:url(../images/bg-1.webp) no-repeat 0% -3% / 100%;}
.hHerocouponsSwiper {width:410px; height:500px; aspect-ratio:0.82;}
.hHero-offers .swiper-pagination-bullet {width:10px; height:10px; background:#ADADAD; opacity:1;}
.hHero-offers .swiper-pagination-bullet.swiper-pagination-bullet-active {background:#4A4A4A;}
.title-1 {font-weight:800; font-size:45px;}
.title-2 {font-weight:600; font-size:25px;}
.title-3 {font-weight:800; font-size:37px;}
.QI-section {padding-block:80px;}
.DOS-section {padding-block:30px 90px; background:linear-gradient(to bottom, transparent 0% , transparent 50%, #f47820 50%, #f47820 100%);}
.FP-section {padding-block:70px;}
.cat-switch-1 {display:table; text-decoration:none; background:#fff; border-radius:5px; padding:15px 25px; overflow:hidden; line-height:1; color:#000; font-size:20px; font-weight:700; transition:all 0.3s;}
.cat-switch-1.active {background:#000; color:#fff;}
.prod-1 {background:rgb(255,218,192); background:linear-gradient(60deg, rgb(255, 218, 192) 20%, rgba(255, 218, 192, 0) 120%, rgba(255, 218, 192, 0.38) 120%); display:block; width:100%; padding:10px; position:relative; border-radius:10px; text-decoration:none; overflow:hidden; height:100%; display:flex; flex-direction:column; box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2); transition:all 0.2s;}
.prod-1:hover {box-shadow:0px 5px 8px 0px rgba(0,0,0,0.5); transition:all 0.2s;}
.prod-1-img-holder {overflow:hidden; aspect-ratio:1.04; height:250px; max-width:100%; text-align:center; background:#fff; border-radius:5px; display:flex; align-items:center; justify-content:center;}
.prod-1-img-holder > img {transform:scale(1); transition:all 0.3s ease;}
.prod-1:hover .prod-1-img-holder > img {transform:scale(1.1);}
.prod-title-1 {font-size:18px; color:#000; font-weight:700; margin-top:15px;}
.prod-oprice-1 {font-size:14px; font-weight:700; opacity:0.6; color:#000; text-decoration:line-through;}
.prod-price-1 {color:#000; font-size:22px; font-weight:900;}
.on-sale-badge-1, .good-deal-badge-1, .great-deal-badge-1 {font-size:15px; color:#fff; text-transform:uppercase; position:absolute; background:#39AB3B; font-weight:700; padding:5px 56px 5px 28px; top:10px; left:-20px; transform:rotate(-32deg); line-height:1; z-index:1;}
.good-deal-badge-1 {background:#187E16;}
.great-deal-badge-1 {background:#04B100;}
.bg-light-1 {background-color:#F4F3F6 !important;}
.bg-light-2 {background-color:#F5F5F5 !important;}
.bg-red-1 {background-color:#EDD2D2 !important;}
.bg-teal-1 {background-color:#B0E4D6 !important;}
.bg-blue-1 {background-color:#ACE1F3 !important;}
.bg-yellow-1 {background-color:#FCD086 !important;}
.bg-orange-1 {background-color:#ffeee2 !important;}
.bg-orange-2 {background-color:#f47820 !important;}
.btn-dark-1 {background:#323232; padding:15px 25px; font-size:20px; line-height:1; color:#fff; transition:all 0.3s; text-decoration:none; font-weight:700; border-radius:5px;border: solid 1px #1e1e1e; box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);}
.btn-dark-1:hover {background:#000; transition:all 0.3s;}
.btn-black-1 {background:#000; padding:15px 25px; font-size:20px; line-height:1; color:#fff; transition:all 0.3s; text-decoration:none; font-weight:700; border-radius:5px;}
.btn-black-1:hover {background:#323232; transition:all 0.3s;}
.btn-orange-1 {background:#F47820; padding:15px 25px; font-size:20px; line-height:1; color:#fff; transition:all 0.3s; text-decoration:none; font-weight:700; border-radius:5px;}
.btn-orange-1:hover {background:#cf6010; transition:all 0.3s;}
.btn-white-1 {background:#ffffff; padding:15px 25px; font-size:20px; line-height:1; color:#000; transition:all 0.3s; text-decoration:none; font-weight:700; border-radius:5px;}
.btn-white-1:hover {background:#f0f0f0; transition:all 0.3s;}
.btn-bordered-1 {background:transparent; padding:15px 25px; font-size:20px; line-height:1; color:#000; transition:all 0.3s; text-decoration:none; font-weight:700; border-radius:5px; border:solid 1px #000}
.btn-bordered-1:hover {background:#000; color:#fff; transition:all 0.3s;}
.btn-blue-1 {background:#207CF4; padding:6px 10px; font-size:14px; line-height:1; color:#fff; transition:all 0.3s; text-decoration:none; font-weight:600; border-radius:5px;}
.btn-blue-1:hover {background:#0c5cc5; transition:all 0.3s;}
.PS-section-1 {padding-top:70px;}
.PS-img-holder {height:500px; border-radius:20px; box-shadow:0px 4px 80px 0px rgba(255, 174, 116, 1); overflow:hidden; background:rgba(255, 174, 116, 1);}
.PS-content-holder {max-width:calc(100% - 40px); margin-inline:auto; border-radius:10px; background:#F47820 url(../images/winter-ornaments-backgrounds.webp) repeat-y center center / cover; overflow:hidden; padding-block:160px 70px; margin-top:-90px;}
.CR-section {padding-block:80px;}
.rating-holder-2 {display:flex; gap:0 5px;}
.prod-1-coupon-btn {padding-inline:7px; border-radius:3px; cursor:pointer;}
.rating-item {text-decoration:none; color:#E08849; font-size:18px; line-height:1;}
.CR-section-inner {border-radius:20px; overflow:hidden; background:#EEEEEE; padding:50px 24px;}
.crswiper .swiper-slide {padding:30px 45px; border-radius:20px; background:#fff; height:auto; display:flex; flex-direction:column; justify-content:space-between;}
.cr-text-1 {font-size:20px;}
.cr-footer {display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between;}
.cr-dp-holder {width:50px; height:50px; border-radius:100%; overflow:hidden; margin-top:20px; margin-bottom:8px; margin-inline:auto;}
.cr-uname {font-size:15px; line-height:1; color:#000; font-weight:600;}
.cr-rsender {text-align:center;}
.crswiper-pagination {width:auto !important; display:inline-flex; align-items:center; justify-content:flex-end;}
.crswiper-pagination .swiper-pagination-bullet {height:20px; width:20px; position:relative; background:transparent; opacity:1;}
.crswiper-pagination .swiper-pagination-bullet::before {content:""; position:absolute; top:0; left:0; width:100%; height:100%; border:solid 1px #000000; border-radius:100%; opacity:0; transition:all 0.3s;}
.crswiper-pagination .swiper-pagination-bullet::after {content:""; position:absolute; width:calc(100% - 6px); height:calc(100% - 6px); background:#ADADAD; border-radius:100%; transition:all 0.3s; top:50%; transform:translateY(-50%); left:0; right:0; margin:auto;}
.crswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {opacity:1; transition:all 0.3s;}
.crswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {content:""; position:absolute; width:calc(100% - 6px); height:calc(100% - 6px); background:#000; border-radius:100%; transition:all 0.3s; top:50%; transform:translateY(-50%); left:0; right:0; margin:auto;}
.crswiper-footer {display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between; margin-top:25px;}
.LN-section, .RB-section {padding-block:70px;}
.hHero {height:68vh;}
.btn-red-1 {background:#E12D2D; padding:15px 25px; font-size:20px; line-height:1; color:#fff; transition:all 0.3s; text-decoration:none; font-weight:700; border-radius:5px;}
.btn-red-1:hover {background:#d82323; transition:all 0.3s;}
.blog-item {text-decoration:none; display:block; background:rgb(255,218,192); background:linear-gradient(60deg, rgb(255, 218, 192) 20%, rgba(255, 218, 192, 0) 120%, rgba(255, 218, 192, 0.38) 120%); padding:15px; border-radius:10px; overflow:hidden; height:100%; display:flex; flex-direction:column;}
.blog-item-img-holder {height:250px; border-radius:8px; overflow:hidden; flex-basis:250px; max-height:250px; flex-grow:0;}
.blog-item-cntnt-holder {padding-top:15px; display:flex; flex-direction:column; flex-basis:calc(100% - 250px); max-height:calc(100% - 250px); flex-grow:0;}
.blog-item-title-1 {font-size:22px; font-weight:700; line-height:28px; color:#000; margin-bottom:10px;}
.blog-item-qi-1 {font-size:18px; line-height:25px; color:#000; margin-bottom:10px;}
.sfon-container {border-radius:10px; background:#000 url(../images/bg-2.webp) no-repeat center center / cover; padding:70px 15px; position:relative; overflow:hidden;}
.sfon-form-group {max-width:600px; margin:0 auto; border-radius:8px; background:#fff; border:none; padding:5px; display:flex; align-items:center; position:relative; border-radius:10px; overflow:hidden;}
.sfon-form-control {flex-basis:0; flex-grow:1; min-height:40px; padding:0 0 0 12px; border:none !important; box-shadow:none !important; outline:0 !important; padding-right:150px;}
#newsletter-submitting-msg {width:100%; padding:10px 15px; margin-top:15px; background:#F47820; border-radius:5px; font-size:13px; color:#fff; font-weight:700; transition:all .3s; flex-wrap:wrap; align-items:center; line-height:1.5; display:none;}
.errorcls {border:1px solid red!important}
.sfon-section {padding-block:70px 80px;}
.sfon-form-btn {position:absolute; background:#f47820; padding:15px 25px; font-size:20px; line-height:1; color:#fff; transition:all 0.3s; text-decoration:none; font-weight:700; border:none; top:0; right:0; height:100%;}
.sfon-form-btn:hover {background:#cf6010; transition:all 0.3s;}
.top-footer-new {border-radius:18px; border:solid 1px #a6a6a6; display:flex; flex-wrap:wrap}
.top-footer-new-col-left {flex-basis:230px; max-width:230px; flex-grow:0; background:#f4f4f4; border-top-left-radius:18px; border-bottom-left-radius:18px; padding:15px; display:inline-flex; flex-direction:column}
.top-footer-new-col-right {flex-basis:calc(100% - 230px); max-width:calc(100% - 230px); flex-grow:0; padding-block:20px; padding-left:20px; padding-right:20px}
.footer-shape-1 {position:absolute; top:-2px; left:-2px; z-index:0}
.top-large-slider img {image-rendering:pixelated}
.footer-logo-1 {position:relative; z-index:1; width:149px; display:block; margin-bottom:30px}
.top-footer-new-nav .nav-link {font-size:16px; font-weight:600; color:#000!important; opacity:.8; text-align:left; padding:10px 0; background:0 0!important; line-height:1}
.top-footer-new-nav .nav-link.active {opacity:1}
.top-footer-new-nav .nav-link>i {transform:translateX(-15px); opacity:0; visibility:hidden; transition:all .3s}
.top-footer-new-nav .nav-link.active>i {transform:translateX(0); opacity:1; visibility:visible; transition:all .3s}
.top-footer-new-col-left-2 .footer-link-1 {font-size:16px; margin-bottom:5px; text-decoration:none; color:#000000;}
.top-footer-new-col-left-2 .footer-link-1 i {font-size:16px;}
.top-footer-new-col-left-1 {margin-bottom:5px}
.footer-nav-tab-title-1 {margin-bottom:20px; font-size:30px; line-height:1; color:#000; font-weight:700}
.footer-nav-tab-bottom-widget {border-radius:10px; background:#f4f4f4; padding:20px 0}
.top-footer-new-col-right>.tab-content>.active {display:flex; flex-direction:column; justify-content:flex-start}
.footer-nav-tab-links-holder {height:362px; margin-inline:-10px; row-gap:20px}
.footer-nav-tab-link-inner-1 {display:block; height:100%; border-radius:10px; overflow:hidden; position:relative}
.footer-nav-tab-link-text-holder-1 {position:absolute; top:0; left:0; width:100%; height:100%; padding:15px 20px; display:flex; flex-direction:column; justify-content:flex-end}
.footer-nav-tab-link-text-holder-1::before {content:""; position:absolute; bottom:0; left:0; width:100%; height:120%; background:linear-gradient(to bottom,rgba(0,0,0,.1) 61%, rgba(0, 0, 0, .9) 87%); transition:all .3s; transform:translateY(10%); z-index:0}
.footer-nav-tab-link-text-1 {margin:0; font-size:25px; color:#fff; line-height:1.2; font-weight:700; position:relative}
.footer-nav-tab-link-inner-1:hover .footer-nav-tab-link-text-holder-1::before {transform:translateY(5%); transition:all .3s}
.footer-nav-tab-link {height:calc(50% - 10px); padding-inline:10px}
.footer-nav-tab-links-ci .footer-nav-tab-link, .footer-nav-tab-links-dcc .footer-nav-tab-link, .footer-nav-tab-links-eop .footer-nav-tab-link, .footer-nav-tab-links-ntk .footer-nav-tab-link, .footer-nav-tab-links-sbc .footer-nav-tab-link {height:100%; margin:0}
.footer-nav-tab-link-inner-2 {display:flex; flex-direction:column; justify-content:center; text-align:center; align-content:center; align-items:center; border-radius:10px; border:solid 1px #000; text-decoration:none; height:100%; opacity:.8; transition:all .3s}
.footer-nav-tab-link-inner-2:hover {opacity:1; transition:all .3s}
.footer-nav-tab-link-text-2 {font-size:20px; font-weight:700; color:#000; line-height:1; margin-bottom:0; margin-top:20px; position:relative}
.footer-mobile {display:none;}
.foo-acc-item {margin-bottom:15px}
.footer-acc-btn {background:#ececec !important; color:#000 !important; font-size:18px; padding:15px; line-height:1; box-shadow:none !important; z-index:0 !important;}
.footer-acc-btn::after {background:0 0!important; content:"\f078"; font-family:"Font Awesome 5 Pro"; font-weight:900}
.footer-acc-btn[aria-expanded=true] {background:#000!important; color:#fff!important}
.footer-acc-btn[aria-expanded=true]::after {color:#fff; transform:none!important; content:"\f077"}
.footer-topleft-widget {position:relative; z-index:1; margin-bottom:25px;}
.top-footer-new-col-left-2 {padding-top:15px; border-top:solid 1px #CCCACA;}
.bottom-footer {padding:10px 0;}
.copyright-p {font-size:16px; color:#000; font-weight:400; margin:0;}
.copyright-p > a {color:#F47820; font-weight:600;}
.social-holder-1 {display:flex; flex-wrap:wrap;}
.social-link-1 {text-decoration:none; display:table; margin-right:10px;}
.social-link-1:last-child {margin-right:0px;}
.footer-nav-tab-link-text-holder-1-locations {padding:15px;}
.footer-nav-tab-link-text-holder-1-locations .footer-nav-tab-link-text-2 {font-size:15px; font-weight:700;}
body:not(.home-page, .prod-page, .acc-pages, .offers-page) {padding-top:calc(104px + 45px);}

/* cart */
.cart-slider {position:fixed; bottom:15px; right:15px; height:calc(100% - 30px); width:100%; max-width:400px; background:#fff; display:flex; flex-wrap:wrap; flex-direction:column; transform:scaleX(0); transition:all .2s cubic-bezier(.55,.06,.68,.19); z-index:1033; border-radius:10px; overflow:hidden; transform-origin:right}
.cart-slider.active {transform:scaleX(1); transition:all .2s ease; opacity:1; visibility:visible}
.cart-slider>* {opacity:0; transition:all .2s}
.cart-slider.active>* {opacity:1; transition:all .2s ease .2s}
.cart-slider-header {background:#000; padding:15px; position:relative; flex-basis:55px; max-height:55px; flex-grow:0; flex-shrink:0}
.cart-heading-items {font-style:italic; font-size:15px; opacity:.8}
.cart-slider-closer {position:absolute; top:15px; right:15px; color:#000; font-size:20px}
.cart-footer-pricing {line-height:1; font-size:16px; margin-bottom:0}
.cart-slider-footer {margin-top:auto; flex-basis:108px; max-height:108px; flex-grow:0; flex-shrink:0; display:flex; justify-content:flex-end; flex-direction:column; border-top:solid 1px #e5e5e5}
.cart-slider-top-footer {padding:15px}
.cart-slider-bottom-footer {display:flex; flex-wrap:wrap; width:100%}
.cart-slider-bottom-footer>a {flex-basis:50%; flex-grow:0; font-size:18px;}
.cart-slider-cnt-shopping-btn {background:#f0f0f0; text-decoration:none; text-align:center; padding:15px 5px; line-height:1; font-size:16px; font-weight:500; color:#14a800; transition:all .3s}
.cart-slider-cnt-shopping-btn:hover {color:#108a00; transition:all .3s}
.cart-slider-body {flex-basis:0; flex-grow:1; flex-shrink:0; overflow:hidden; overflow-y:auto; padding:15px}
.cart-item {border-radius:5px; border-bottom:solid 1px #e5e5e5; padding-bottom:10px; display:flex; flex-wrap:wrap; margin-bottom:10px}
.cart-item-left {flex-basis:50px; max-width:50px; flex-grow:0; flex-shrink:0}
.cart-item-img-holder {width:50px; height:50px; overflow:hidden; border-radius:5px; border:solid 1px #D1CFCF; padding:2px;}
.cart-item-right {flex-basis:70px; max-width:70px; flex-grow:0; flex-shrink:0; display:inline-flex; flex-direction:column; flex-wrap:wrap; justify-content:space-between; align-content:flex-end}
.cart-item-center {flex-basis:0; max-width:none; flex-grow:1; flex-shrink:0; padding:0 5px 0 10px}
.cart-item-title {font-size:17px; margin-bottom:5px; line-height:1.2; display:table;}
.cart-item-price {font-size:14px; opacity:.7; line-height:1;}
.cart-item-price + .cart-item-price {margin-top:5px;}
.cart-item-qty {display:flex; flex-wrap:wrap; max-width:90px; border:solid 1px #323232; padding:0px 5px; align-items:center; background:#fff; border-radius:5px;}
.cart-item-qty-btn {flex-basis:20px; max-width:20px; flex-grow:0; font-size:12px; color:#000; text-decoration:none; text-align:center; padding:3px 5px; background:0 0; border:none}
.cart-item-qty-number {flex-basis:0; flex-grow:1; flex-shrink:0; width:20px; text-align:center; border:none; padding:0; height:25px; font-size:16px}
.cart-item-total {font-weight:700; font-size:18px; line-height:1; margin-left:auto}
.cart-item-delete-btn {display:table; margin-left:auto; margin-top:auto; color:#EC1900}
.cart-item-qty-btn > * {font-size:13px;}
.overlay {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); display:none; z-index:1031; cursor:url(../images/cursor-close.svg) 28 28, auto;}
/* location slider */
.loc-slider {position:fixed; bottom:15px; right:15px; height:calc(100% - 30px); width:100%; max-width:400px; background:#fff; display:flex; flex-direction:column; transform:scaleX(0); transition:all .2s cubic-bezier(.55,.06,.68,.19); z-index:1033; border-radius:10px; overflow:hidden; transform-origin:right; padding:15px;}
.loc-slider.active {transform:scaleX(1); transition:all .2s ease; opacity:1; visibility:visible}
.loc-slider>* {opacity:0; transition:all .2s}
.loc-slider.active>* {opacity:1; transition:all .2s ease .2s}
.title-4, .title-4 > span {font-weight:600; font-size:22px;}
.title-5 {font-weight:600; font-size:28px;}
.loc-slider-closer {position:absolute; top:0px; right:0px; color:#000; font-size:20px;}
.loc-slider-footer {flex-basis:130px; max-height:130px; flex-grow:0; display:inline-flex; flex-direction:column; justify-content:flex-end;}
.loc-slider-header {flex-basis:34px; max-height:62px; flex-grow:0;}
.loc-slider-body {flex-basis:calc(100% - 130px - 34px); max-height:calc(100% - 130px - 34px); flex-grow:0; overflow:hidden; overflow-y:auto;}
#to-top {opacity:0; position:fixed; right:-59px; width:35px; z-index:9; display:block; top:unset; bottom:8px; font-size:11px; color:#fcae17; text-align:center; padding:0px; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; text-decoration:none; height: 35px;box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);align-items: center;justify-content: center; background: #fff;display: flex;}
/* #to-top>svg {fill:#fcae17; stroke:#fcae17; width:30px; transition:all .3s} */
#to-top > svg {max-width: 16px;transform: translateY(0px); transition: all 0.3s;}
/* #to-top:hover>svg {transform:translateY(0); transition:all .3s} */
#to-top:hover > svg { transform: translateY(-1px); transition: all 0.3s; }
#to-top.on {right:8px; opacity:.9; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; transition:all .3s ease-in-out}
#to-top.off {right:-59px; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; transition:all .3s ease-in-out}
#to-top:hover {opacity:1}
#to-top i {font-size:14px}


/*============= about us page ============*/
.about-hero-holder {height:550px}
.our-stores-location-section {padding:50px 20px 20px 20px; margin-block:50px; background:#F5F5F5;}
.our-store-location-item {height:230px;}
.au-out-prods-item {height:430px;}
.about-hero-holder-2 {height:400px;}
.au-oj-section {padding:50px 0px;}
.about-hero-holder-3 {height:500px;}
.title-6 {font-size:20px; font-weight:700;}
.title-7 {font-size:27px; font-weight:700;}
.title-8 {font-size:35px; font-weight:700;}
.title-9 {font-size:30px; font-weight:600;}
.bg-black .btn-close {--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e"); opacity:1;}
.mz-modal-1 input {height:50px;}

/*============= product details page ============*/
.prod-header {background:#f9b589; padding:15px 40px;}
.prod-header-text-1, .prod-header-text-1 * {font-size:15px; color:#fff; line-height:1.2;}
.prod-header-left .prod-header-title-1, .prod-header-left .prod-header-text-1 {max-width:calc(100% - 10px); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:auto; line-height:1.2;}
.prod-hero {height:560px; padding:30px 40px; background:#FFE2CD url(../images/hero-img-1.svg) no-repeat center center / 1580px; display:flex; flex-wrap:wrap; gap:0px 15px;position:relative;transition: all 0.3s;}
.prod-hero-right, .prod-hero-left {flex-basis:calc(50% - 7.5px); max-width:calc(50% - 7.5px); height:100%; flex-grow:0;}
.prod-hero-swiper-holder, .prod-hero-contnt-holder {padding-inline:35px;}
.prod-hero-swiper-holder .swiper-wrapper {justify-content:center;}
.prod-swiper-1 {position:unset;}
.prod-swiper-1 .swiper-button-prev {left:0px;}
.prod-swiper-1 .swiper-button-next {right:0px;}
.prod-img-zoom-link {aspect-ratio:calc(273 / 250); border-radius:10px; border:solid 1px #DADADA !important; position:relative; outline:none !important; box-shadow:none !important;}
.prod-img-zoom-btn {position:absolute; right:15px; bottom:15px; color:#000; font-size:20px; line-height:1;}
.swiper-button-next::after, .swiper-button-prev::after {font-family:"Font Awesome 6 Pro"; font-weight:900; color:#000; font-size:50px;}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {content:"\f105";}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {content:"\f104";}
.offer-item-1 {border-radius:5px; background:#F47820; padding:5.5px 10px; color:#fff; border:dashed 2px #000; position:relative;}
.offer-item-1::before {content:"\f0c4"; font-family:"Font Awesome 6 Pro"; color:#000; font-size:16px; position:absolute; top:-15px; left:20px; transform:scaleX(1.2);}
.offer-item-1::after {content:"\f0c4"; font-family:"Font Awesome 6 Pro"; color:#000; font-size:16px; position:absolute; bottom:-15px; right:20px; transform:scaleX(-1.2);}
.offer-item-1 * {font-size:15px; color:#fff;}
.text-cyan-1 {color:#00FFF0;}
.offer-item-2 {background:#13364B url(../images/offer-bg-1.png) no-repeat center center / cover; border-radius:5px; overflow:hidden;}
.offer-item-2 > a {display:flex; font-size:35px; font-weight:700; color:#fff; min-height:104px; align-items:center; justify-content:center; text-align:center;}
.offer-item-2 > a * {font-size:35px; font-weight:700;}
.prod-selector {text-decoration:none; text-align:center; display:block;}
.prod-selector-package {border-radius:5px; border:solid 1px #a4a4a4; padding:10px 5px; line-height:1; text-align:center; font-size:15px; color:#464646; transition:all 0.1s; background:#fff; box-shadow:0 0 0 1px rgba(0,0,0,0);}
.prod-selector-package:hover {box-shadow:0 0 0 1px #626262; color:#404040;}
.prod-selector-title-1 {font-size:16px; line-height:1;}
.prod-selector.active .prod-selector-package {background:#323232; color:#fff; transition:all 0.3s;}
.prod-selector-rate {font-size:16px; line-height:1; color:#000; font-weight:700; margin-top:10px; border-left:solid 1px #000; padding-left:7px; margin-left:3px;}
.prod-option-item.prod-option-item-checked .prod-selector-rate {color:#fff; border-color:#fff;}
.prod-stock-status {font-size:15px; margin-bottom:0; font-weight:500; line-height:1;}
.in-stock {color:#249131;}
.out-stock {color:#ff0101;}
.prod-item-qty {display:flex; flex-wrap:wrap; width:183px; border:solid 1px #323232; padding:9px 10px; align-items:center; border-radius:5px; background:#fff;}
.prod-item-qty-btn {flex-basis:30px; max-width:30px; flex-grow:0; font-size:18px; color:#000; text-decoration:none; text-align:center; padding:1px 5px;}
.prod-item-qty-number, .wb-prod-item-qty-number {flex-basis:0; flex-grow:1; flex-shrink:0; width:20px; text-align:center; border:none; padding:0; height:25px; font-size:18px; color:#323232; font-weight:500;}
.prod-more-content-pills {background:#f0f0f0; border-radius:5px; overflow:hidden;}
.prod-more-content-pills .nav-link {font-size:18px; color:#000000; font-weight:700; padding:15px 25px; line-height:1; border-radius:0;}
.prod-review-upvotes-holder {background:#EEEEEE}
.prod-upvote-holder {display:table}
.prod-upvote-holder-inner {display:flex; align-items:center; background:#fff; border-radius:50px; border:solid 1px #d9d9d9; transition:all .2s}
.prod-upvote-btn {display:inline-flex; width:32px; height:32px; border-radius:100%; overflow:hidden; align-items:center; justify-content:center; background:#fff; align-content:center; transition:all .2s}
.prod-upvote-btn:hover {background:#f0f0f0; transition:all .2s}
.prod-upvote-holder-inner.prod-upvoted .prod-upvote-btn:hover {background:#16750a; transition:all .2s}
.prod-upvote-holder-inner.prod-downvoted .prod-upvote-btn:hover {background:#a80c0c; transition:all .2s}
.prod-upvote-counter, .prod-downvote-counter {padding-inline:5px; font-size:16px}
.prod-upvote-btn.prod-do-upvote svg {transition:all .2s}
.prod-upvote-holder-inner.prod-downvoted .prod-upvote-btn svg, .prod-upvote-holder-inner.prod-upvoted .prod-upvote-btn svg {fill:#ffffff; transition:all .2s}
.prod-upvote-btn.prod-do-upvote:hover svg {fill:#108a00; transition:all .2s}
.prod-upvote-holder-inner.prod-upvoted .prod-upvote-btn:hover svg {fill:#ffffff; transition:all .2s}
.prod-upvote-holder-inner.prod-downvoted .prod-upvote-btn:hover svg {fill:#ffffff; transition:all .2s}
.prod-upvote-btn.prod-do-downvote:hover svg {fill:#cc0000; transition:all .2s}
.prod-upvote-holder-inner.prod-upvoted, .prod-upvote-holder-inner.prod-upvoted .prod-upvote-btn {background:#108a00; color:#fff; border-color:#108a00}
.prod-upvote-holder-inner.prod-downvoted, .prod-upvote-holder-inner.prod-downvoted .prod-upvote-btn {background:#c00; color:#fff; border-color:#c00}
.prod-cmnts-counter {padding-left:5px; font-size:16px}
.prod-cmnts-counter-holder {display:inline-flex; height:34px; align-items:center; justify-content:center; background:#fff; border-radius:50px; border:solid 1px #d9d9d9; padding-inline:10px}
.prod-review-item {display:flex; flex-wrap:wrap; margin-bottom:10px}
.prod-review-item:last-child {margin-bottom:0}
.prod-review-item-dp-holder {flex-basis:40px; height:40px; border-radius:100%; overflow:hidden; flex-grow:0; max-width:40px; font-size:13px; text-align:center}
.prod-review-item-cntnt-holder {flex-basis:calc(100% - 40px); max-width:calc(100% - 40px); flex-grow:0; padding-left:15px; padding-top:3px}
.prod-review-item-cntnt-holder>p {font-size:16px; line-height:1.4; margin-bottom:2px}
.prod-review-item-cntnt-holder-footer {display:flex; flex-wrap:wrap}
.prod-review-item-cntnt-holder-footer > p {font-size:15px; color:#000; font-weight:500;}
.prod-review-rply-btn {text-decoration:none; color:#000; font-size:15px; font-weight:500;}
.prod-review-item-reply-holder {position:relative; display:none}
.prod-review-item-reply-input {height:50px; resize:none; max-height:100px; font-size:18px; min-height:50px!important}
.prod-review-item-reply-btn {position:absolute; bottom:10px; right:10px; line-height:1; border:none; background:#f47820; color:#fff; font-size:15px; padding:8px 10px 6px 10px; border-radius:3px; transition:all .3s; font-weight:500;}
.prod-review-item-reply-btn:hover {transition:all .3s; background:#cf6010}
.prod-review-view-replies-btn {text-decoration:none; font-size:16px; color:#000; position:relative; padding-left:30px; font-weight:500;}
.prod-review-view-replies-btn::before {content:""; position:absolute; top:50%; transform:translateY(-50%); left:0; height:1px; width:20px; display:block; background:#212529}
.prod-review-view-replies-btn:hover {color:#000}
.prod-review-view-replies-btn:hover::before {background:#000}
.prod-review-replies-holder {display:none}
.review-stars-holder {display:flex; flex-wrap:wrap; gap:0 3px;}
.review-stars-holder .review-star {font-size:15px; color:#E08849;}
.rel-swiper-button-next, .rel-swiper-button-prev {width:45px; height:45px; display:inline-flex; align-items:center; justify-content:center; border-radius:5px; border:none; background:#202020; color:#fff; opacity:1; transition:all .3s;}
.rel-swiper-button-next.swiper-button-disabled, .rel-swiper-button-prev.swiper-button-disabled {opacity:.5; cursor:no-drop;}
.relp-section {padding:70px 0px; background:#FBFBFB;}
.os-mission-section {background:#FFF1E7; padding:25px; border-radius:10px;}
.cs-item-1 {display:flex; flex-wrap:wrap;}
.cs-item-1-dp-holder {flex-basis:200px; max-width:200px; height:200px; flex-grow:0; overflow:hidden; border-radius:8px; position:relative; z-index:1;}
.cs-item-1-cntnt-holder {flex-basis:calc(100% - 200px); max-width:calc(100% - 200px); flex-grow:0; padding-left:25px; display:inline-flex; justify-content:flex-end; flex-wrap:wrap; padding-top:25px;}
.cs-text-1 {background:#F4F3F6; padding:25px 25px 25px calc((100px / 2) + (25px *2)); border-radius:10px; min-width:calc(100% + 100px); margin-top:15px;}
.cs-col-1 {background:linear-gradient(60deg, rgb(255, 218, 192) 20%, rgba(255, 218, 192, 0) 120%, rgba(255, 218, 192, 0.38) 120%);}
.big-blog-item-img-holder {overflow:hidden; border-radius:10px; aspect-ratio:1.816;}
.small-btn-1 {background:#6F6F6F; color:#fff; border-radius:30px; text-decoration:none; padding:8px 10px; font-size:15px; line-height:1; font-weight:700; transition:all 0.3s;}
.small-btn-1:hover {background:#5e5d5d; transition:all 0.3s;}
.blog-detail-page .small-btn-1 {font-size:13px;}
.blog-author-holder {display:flex; flex-wrap:wrap;}
.blog-author-dp-holder {flex-basis:40px; max-width:40px; height:40px; overflow:hidden; border-radius:50%; margin-top:5px;}
.blog-author-cntnt-holder {flex-basis:calc(100% - 40px); max-width:calc(100% - 40px); padding-left:10px;}
.blog-author-text-1 {font-size:15px; font-weight:500; color:rgba(0, 0, 0, 0.6); line-height:1.5;}
.blog-cover-img-holder {height:450px; border-radius:10px; overflow:hidden;}
.checkout-left-section {flex-basis:calc(100% - 435px); max-width:calc(100% - 435px); flex-grow:0; flex-shrink:0;}
.checkout-right-section {flex-basis:435px; max-width:435px; flex-grow:0; flex-shrink:0; position:relative;}
.checkout-form .form-control, .checkout-form .form-select {height:42px;}
.form-check-input:checked {background-color:#f47820; border-color:#f47820;}
.checkout-right-section-inner {background:#f6f6f6; padding:25px; border-radius:10px; display:flex; flex-direction:column;}
.checkout-item {display:flex; flex-wrap:wrap; margin-bottom:15px; padding-bottom:15px; border-bottom:solid 1px #bfc0c1;}
.checkout-item-img-holder {flex-basis:37px; height:37px; max-width:37px; flex-grow:0; flex-shrink:0;}
.checkout-item-cntnt-holder {flex-basis:0; max-width:none; flex-grow:1; flex-shrink:0; padding-left:15px;}
.checkout-item-name {font-size:16px; color:#434343; margin-bottom:5px; font-weight:500; line-height:1;}
.checkout-item-name-2 {font-size:16px; color:#5a5a5a; margin-bottom:0; line-height:1;}
.checkout-item-price-holder {flex-basis:100px; max-width:100px; flex-grow:0; flex-shrink:0;}
.checkout-item-price {text-align:right; font-size:16px; font-weight:700; line-height:1;}
.checkout-right-bottom-section {margin-top:auto;}
.checkout-pricing {line-height:1; font-size:16px; margin-bottom:10px;}
.couponapplybtn {font-size:16px;}
.e-transfer-p {display:none; padding-top:10px;}
#paymentoption-etransfer:checked ~ .e-transfer-p {display:table;}
.tooltip-inner {max-width:800px !important; width:max-content !important; text-align:left; font-size:14px;}
.text-link-orange-1 {font-weight:500; font-size:16px; color:#f47820;}
.cart-right-section-inner {padding:25px 15px; border-radius:5px; background:#f2f2f2}
.cart-page-item {text-decoration:none; display:flex; flex-wrap:wrap; padding:15px 0; border-bottom:solid 1px #e5e5e5; position:relative}
.cart-page-item-left {flex-basis:200px; flex-grow:0; flex-shrink:0; max-width:200px; padding-right:15px; display:inline-flex; justify-content:center; flex-wrap:wrap}
.cart-page-item-right {flex-basis:0; flex-grow:1; flex-shrink:0; padding-right:60px}
.cart-page-item-img-holder {width:150px; height:150px; border-radius:5px; overflow:hidden; margin-bottom:15px}
.cart-page-item-qty {display:flex; flex-wrap:wrap; max-width:110px; border:solid 1px #e5e5e5; padding:2px 5px; align-items:center}
.cart-page-item-qty-btn {flex-basis:20px; max-width:20px; flex-grow:0; font-size:13px; color:#000; text-decoration:none; text-align:center; padding:5px 5px; background:0 0; border:none}
.cart-page-item-qty-number {flex-basis:0; flex-grow:1; flex-shrink:0; width:40px; text-align:center; border:none; padding:0; height:35px; font-size:18px}
.cart-page-item-name {font-size:22px; color:#333; line-height:1.4; margin-bottom:0; margin-top:15px; font-weight:500; text-decoration:none; display:block;}
.cart-page-item-price {font-weight:900; color:#000; margin:0}
.remove-from-cart {position:absolute; top:25px; right:15px; background:0 0; border:none; padding:10px; line-height:1}
.faq-first-section {padding:0px 45px 45px 45px}
.faq-first-section-inner {border-radius:10px; background:#f6f6f6; padding:70px; text-align:center}
.faq-search-form {position:relative}
.faq-first-section-container {max-width:950px; margin:0 auto}
.search-form-control {height:50px; box-shadow:0 3px 13px 0 rgba(0,0,0,.09); border:none; padding-left:45px}
.search-form-icon {position:absolute; top:15px; left:15px}
.faq-left-col {flex-basis:260px; max-width:260px; flex-grow:0; flex-shrink:0}
.faq-left-col-inner {border-right:solid 1px #e3e3e3; padding-right:20px; position:sticky; top:130px}
.faq-list-link {color:#616161!important; transition:all .3s; background:0 0!important; border:none!important; display:table; text-decoration:none; padding:6px 0}
.faq-list-link.active {color:#f47820!important; transition:all .3s; z-index:1}
.faq-right-col {flex-basis:0; max-width:none; flex-grow:1; flex-shrink:0; padding-right:20px; margin-top:-80px; margin-bottom:80px}
.faq-list-sec {padding-top:130px}
.faq-list-sec .accordion-item {border:none; box-shadow:none!important; background:#fff!important}
.faq-list-sec .accordion-button {background:#fff; box-shadow:none; color:#151515; font-size:18px; font-weight:700; padding-left:0; padding-right:0}
.faq-list-sec .accordion-body {padding-left:0; padding-right:0}
.my-acc-page {background:#f1f3f6;}
.my-acc-left {flex-basis:280px; max-width:280px; flex-grow:0; flex-shrink:0; min-height: 695px;}
.my-acc-right {flex-basis:0; flex-grow:1; flex-shrink:0}
.my-acc-nav, .my-info-holder {background:#fff; border-radius:5px; box-shadow:0 3px 5px 0 rgba(0,0,0,.15); padding:10px 20px}
.small-text-1 {font-size:16px; color:#424242; margin-bottom:5px; line-height:1.3}
.my-name {font-size:18px; color:#000; font-weight:700; line-height:1; margin:0}
.my-acc-nav {padding:0; min-height:/* 305px */calc(100% - 79px)}
.my-acc-nav-link {text-decoration:none; display:flex; flex-wrap:wrap; padding:15px 20px; line-height:1; transition:all .3s}
.my-acc-nav-link-icon {flex-basis:18px; max-width:18px; flex-grow:0; text-align:center; font-size:18px; color:#000}
.my-acc-nav-link-p {flex-basis:0; flex-grow:1; flex-shrink:0; padding-left:8px; color:#000; margin:0; line-height:1;}
.my-acc-nav-link.active, .my-acc-nav-link:active, .my-acc-nav-link:focus, .my-acc-nav-link:hover {background:#f6f6f6; transition:all .3s}
.my-acc-right-inner {background:#fff; border-radius:5px; box-shadow:0 3px 5px 0 rgba(0,0,0,.15); padding:20px; min-height:100%}
.my-acc-nav-btn {display:none}
.photo-upload-holder-1 {display:flex; flex-wrap:wrap; background:#f1f3f6; border-radius:10px; overflow:hidden; padding:5px; margin-bottom:15px; align-items:center}
.photo-uploader-1 {flex-basis:100px; max-width:100px; height:100px; flex-grow:0; border-radius:10px; overflow:hidden; border:solid 2px #e8e8e8; position:relative}
.photo-uploader-1-cntnt-holder {flex-basis:0; flex-grow:1; padding-left:15px}
.photo-uploader-1-cntnt-holder > label {line-height:1.3;}
.bc-profile-preview {object-fit:cover; width:100%; height:100%}
.bc-profile-upload {position:absolute; top:0; left:0; width:100%; height:100%; cursor:pointer; opacity:0}
.photo-uploader-1-inner-2 {position:absolute; top:0; left:0; background:rgba(0,0,0,.6); display:flex; align-items:center; justify-content:center; opacity:0; visibility:hidden; transition:all .3s}
.photo-uploader-1:hover .photo-uploader-1-inner-2 {opacity:1; visibility:visible; transition:all .3s}
.initial-dp-holder {width:100%; height:100%; display:flex; align-items:center; justify-content:center; background:#f47820}
.initial-dp-text {margin:0; font-size:35px; font-weight:700}
.has-pass-viewer {position:relative}
.has-pass-viewer input {padding-right:40px}
.has-pass-viewer .input-group-addon {position:absolute; bottom:25px; right:25px; transform:translateY(50%)}
.has-pass-viewer .input-group-addon * {color:#f47820}
.my-acc-footer-link {background:#6a6a6a; text-decoration:none; color:#fff!important; border-radius:3px; overflow:hidden; line-height:1; padding:7px 13px; font-size:16px; flex-grow:1; text-align:center}
.my-profile-form .form-control {min-height:50px;}
.past-order-item {display:flex; flex-wrap:wrap; border-radius:5px; border:solid 1px #dcdcdc; padding:15px; align-items:center; margin-bottom:20px; text-decoration:none;}
.past-order-product-section {display:inline-flex; flex-wrap:wrap; flex-basis:0; max-width:none; flex-grow:1;}
.past-order-price-section {flex-basis:100px; max-width:100px; flex-grow:0; flex-shrink:0;}
.past-order-status-section {flex-basis:250px; max-width:250px; flex-grow:0; flex-shrink:0; text-align:right;}
.past-order-item-img-holder {flex-basis:54px; max-width:54px; height:54px; overflow:hidden; border-radius:5px; border:solid 1px #e6e6e6;}
.past-order-item-cntnt-holder {flex-basis:0; flex-grow:1; max-width:none; padding-left:15px;}
.past-order-item-name {font-size:16px; color:#434343; font-weight:500; margin:0px;}
.past-order-qty {font-size:16px; color:#5a5a5a; margin:0px; line-height:1;}
.past-order-price {font-size:16px; font-weight:700; color:#080808; margin:0;}
.past-order-status {font-size:16px; font-weight:700; margin:0px;}
.my-profile-form .form-control {min-height:50px;}
.my-profile-form .form-group {margin-bottom:20px;}
.past-order-holder {display:flex; flex-wrap:wrap;}
.past-order-img-holder {border-radius:5px; max-width:54px; flex-basis:54px; height:54px; overflow:hidden; border:solid 1px #e6e6e6;}
.past-order-cntnt-holder {flex-basis:0; max-width:none; flex-grow:1; padding-left:15px;}
.past-order-item-qty {font-size:16px; color:#5a5a5a; line-height:1; margin-bottom:8px;}
.past-order-item-price {font-size:16px; font-weight:700; color:#080808; margin-bottom:8px; line-height:1;}
.delivery-add-title-1 {line-height:1; font-size:16px; font-weight:700; margin-bottom:5px;}
.delivery-add-1 {font-size:16px; line-height:1.5; margin-bottom:5px;}
.fav-remove-btn {position:absolute; top:15px; right:25px; width:auto !important; color:#c00 !important; font-size:20px; opacity:.8; transition:all .3s; z-index:1;}
.offersswiper {width:410px; height:100%; aspect-ratio:0.82; margin-left:auto; margin-right:30px;}
.offersswiper .swiper-wrapper, .offersswiper .swiper-slide {height:100%;}
.offers-top-section {background:url(../images/winter-ornaments-backgrounds.webp) no-repeat center center / cover; background-color:#ffe6d5; padding-block:20px; height:575px; transition:all 0.3s;}
.offers-top-section-col-right {flex-basis:560px; max-width:560px; flex-grow:0; height:100%;}
.offers-top-section-col-left {flex-basis:calc(100% - 560px); max-width:calc(100% - 560px); flex-grow:0;}
.offers-cpns-slider-item-1 {padding:5px; background:#fff; border-radius:8px;}
.offers-cpns-slider-item-1-img-holder {border-radius:5px; position:relative; aspect-ratio:768/937; background-image:linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(0deg, #000 50%, transparent 50%), linear-gradient(0deg, #000 50%, transparent 50%); background-repeat:repeat-x, repeat-x, repeat-y, repeat-y; background-size:15px 2px, 15px 2px, 2px 15px, 2px 15px; background-position:left top, right bottom, left bottom, right top; animation:border-dance 1s infinite linear; padding:1px;}
.offers-cpns-slider-item-1-img-holder::before {content:"\f0c4"; font-family:"Font Awesome 5 Pro"; font-weight:900; color:#000; position:absolute; font-size:12px; line-height:1; left:45px; margin:0px auto; top:-5px; transition:all 0.3s; transform:scaleX(1.2); z-index:1;}
.offers-cpns-slider-item-1-img-holder::after {content:"\f0c4"; font-family:"Font Awesome 5 Pro"; font-weight:900; color:#000; position:absolute; font-size:12px; line-height:1; right:45px; margin:0px auto; bottom:-5px; transition:all 0.3s; transform:scaleX(-1.2); z-index:1;}
.couponspage-couponcol-inner {border-radius:10px; overflow:hidden; display:flex; flex-wrap:wrap; position:relative; background-image:linear-gradient(90deg, #f47820 50%, transparent 50%), linear-gradient(90deg, #f47820 50%, transparent 50%), linear-gradient(0deg, #f47820 50%, transparent 50%), linear-gradient(0deg, #f47820 50%, transparent 50%); background-repeat:repeat-x, repeat-x, repeat-y, repeat-y; background-size:15px 2px, 15px 2px, 2px 15px, 2px 15px; background-position:left top, right bottom, left bottom, right top; animation:border-dance 1s infinite linear;}

@keyframes border-dance {
0% {background-position:left top, right bottom, left bottom, right top;}
100% {background-position:left 15px top, right 15px bottom, left bottom 15px, right top 15px;}
}

.couponcol-img-holder {flex-basis:180px; max-width:180px; height:auto; overflow:hidden; flex-grow:0; margin-block:10px; margin-left:10px;}
.couponcol-cntnt-holder {flex-basis:0; flex-grow:1; padding-left:15px; padding-top:15px; padding-right:15px}
.couponcol-title-1 {font-size:22px; font-weight:700; margin-bottom:10px; line-height:1}
.couponcol-cntnt-1 {font-size:15px; line-height:1.3}
.couponcode-modal-opener-1 {position:relative; background:#fff; border-radius:8px; padding:15px 20px; line-height:1; text-decoration:none; font-weight:700; color:#000!important; font-size:16px; transition:all .3s; border:solid 1px #222}
.couponcode-modal-opener-1:hover {background:#f4f4f4; border:solid 1px #000; transition:all .3s}
.couponcode-modal-opener-1::after {content:""; position:absolute; top:5px; left:5px; width:calc(100% - 10px); height:calc(100% - 10px); border:dashed 2px #333130; border-radius:2px}
.couponcol-cntnt-holder2 {flex-basis:100%; flex-grow:0; display:flex; flex-wrap:wrap; background:#f47820; padding:10px; align-items:center}
.couponcol-cntnt-holder2-col-2 {flex-basis:150px; max-width:150px; flex-grow:0; text-align:right}
.couponcol-cntnt-holder2-col-1 {flex-basis:0; flex-grow:1; display:inline-flex; flex-wrap:wrap}
.coupon-offer-dtls-opener1 {text-decoration:none; color:#000; font-weight:700; font-size:16px; line-height:1}
.couponaccform, .couponcol-cntnt-holder2-col-3 {display:none}
.couponaccform.active {display:block}
.couponcol-cntnt-holder2-col-3 {flex-basis:100%; max-width:100%; flex-grow:0}
.modal-coupon-code-holder {display:flex; align-items:center; justify-content:center; height:60px; border-radius:10px; background-image:linear-gradient(90deg, #f47820 50%, transparent 50%), linear-gradient(90deg, #f47820 50%, transparent 50%), linear-gradient(0deg, #f47820 50%, transparent 50%), linear-gradient(0deg, #f47820 50%, transparent 50%); background-repeat:repeat-x, repeat-x, repeat-y, repeat-y; background-size:15px 3px, 15px 3px, 3px 15px, 3px 15px; background-position:left top, right bottom, left bottom, right top; animation:border-dance 1s infinite linear;}
.modal-coupon-code-holder::before {content:"\f0c4"; font-family:"Font Awesome 5 Pro"; font-weight:900; color:#000; position:absolute; font-size:12px; line-height:1; left:25px; margin:0px auto; top:-5px; transition:all 0.3s; transform:scaleX(1.2);}
.modal-coupon-code-holder::after {content:"\f0c4"; font-family:"Font Awesome 5 Pro"; font-weight:900; color:#000; position:absolute; font-size:12px; line-height:1; right:25px; margin:0px auto; bottom:-5px; transition:all 0.3s; transform:scaleX(-1.2);}
.coupon-modal .modal-dialog {max-width:600px;}
.modal-coupon-code {margin-bottom:0; text-align:left; font-weight:700; font-size:16px; line-height:1; padding-inline:15px 160px; width:100%;}
.modal-copy-coupon-code-btn {position:absolute; top:7px; right:7px; height:calc(100% - 15px); text-decoration:none; display:flex; align-items:center; justify-content:center; color:#000!important; background:#fff; border-radius:5px; padding-inline:15px; text-transform:uppercase; font-weight:600; border:solid 1px #000; transition:all .3s}
.modal-copy-coupon-code-btn:hover {color:#fff!important; background:#f47820; border-color:#f47820;}
.coupon-modal .modal-header {background:#2f2f2f; color:#fff}
.coupon-modal .modal-header .btn-close {color:#fff; background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat}
.addReadMore.showlesscontent .SecSec, .addReadMore.showlesscontent .readLess {display:none;}
.addReadMore.showmorecontent .readMore {display:none;}
.addReadMore .readMore, .addReadMore .readLess {font-weight:bold; margin-left:2px; color:#000000; cursor:pointer;}
.addReadMoreWrapTxt.showmorecontent .SecSec, .addReadMoreWrapTxt.showmorecontent .readLess {display:block;}
.text-link-deco-1 {text-decoration-thickness:2px; text-decoration-skip-ink:none;}
.myc-nav-pills .nav-link {font-size:15px; text-decoration:none; color:#000000; border:solid 1px #000000; padding:10px 5px; line-height:1; border-radius:5px; overflow:hidden; font-weight:500; transition:all .3s;}
.myc-nav-pills .nav-link.active {background:#000000; color:#fff; border-color:#000000; transition:all .3s;}
.acc-pages .couponcol-cntnt-holder2 {background:#313131;}
.border-blinkanimation {animation-name:blink; animation-duration:.7s; animation-delay:1s; animation-iteration-count:3; border:solid 5px transparent; border-radius:15px; overflow:hidden;}

@keyframes blink {
50% {border-color:#f47820}
}

.text-orange-1 {color:#f47820 !important;}
.mz-reward-page-title {padding:10px 15px; font-size:18px; background:#f47820; border-radius:5px; color:#fff;}
.header-dp-holder {width:25px; height:25px; display:flex; align-items:center; justify-content:center; border-radius:100%; overflow:hidden; background:#f47820;}
.header-dp-text {text-transform:uppercase; font-size:20px; line-height:1; margin:0 auto; color:#000;}
.menu-icon-text {font-weight:500; font-size:12px; line-height:1; margin-top:3px;}
.user-account-link {cursor:pointer; font-size:25px; padding-left:12px; position:relative; color:#000 !important; transition:all 0.2s;}
.header .nav-link.user-account-link:hover .menu-icon-text {color:#F47820 !important; transition:all 0.2s;}
.header .nav-link.user-account-link:hover .header-dp-text {color:#000 !important;}
.hHero .swiper-3d .swiper-slide-shadow {border-radius:10px;}

/* Mobile Navigation */
.mobile-nav-2 {max-width:100%; padding:10px 10px calc(env(safe-area-inset-bottom) + 10px) 10px;}
.mobile-nav-2::after {content:""; background:linear-gradient(0deg,transparent -1%,#f3f3f3 0,#f3f3f3 3%,transparent); bottom:0; height:100px; left:0; pointer-events:none; position:fixed; transition:opacity .15s ease-out, visibility .15s ease-out, background .15s ease-out, height .15s ease-out; width:100%; z-index:0;}
.mobile-nav-2-backdrop {opacity:0; visibility:hidden; transition:all 0.3s; position:fixed; top:0; left:0; width:100vw; height:100vh; background:rgba(0, 0, 0, 0.5); z-index:1;}
.menu-nav-2-opened {overflow:hidden !important;}
.menu-nav-2-opened .mobile-nav-2::after {height:0px; transition:opacity .15s ease-out, visibility .15s ease-out, background .15s ease-out, height .15s ease-out;}
.mobile-nav-2-main {align-items:center; background-color:#fff; border-radius:10px; box-shadow:0 24px 24px -12px #0000000f, 0 12px 12px -6px #0000000f, 0 6px 6px -3px #0000000f, 0 3px 3px -1.5px #0000000f, 0 1px 1px -.5px #0000000f, 0 0 0 1px #0000000f; display:flex; justify-content:space-between; margin:0 auto; padding:10px 15px; position:relative; transition:max-width .3s cubic-bezier(.4,0,.22,1); width:100%; z-index:1;}
.mobile-nav-2-main.active {max-width:100%;}
.mobile-nav-2:not(.mobile-nav-2-top) {padding: 5px;}
.mobile-nav-2:not(.mobile-nav-2-top) .mobile-nav-2-main {padding: 7px 5px;border-radius: 5px;}
.mobile-nav-2-logo {max-width:47px; flex-basis:47px; flex-grow:0;}
.mobile-nav-2-col-1, .mobile-nav-2-col-2 {overflow:hidden; transition:gap 0.3s ease; gap:0px 0px;}
.mobile-nav-2-main.active .mobile-nav-2-col-1, .mobile-nav-2-main.active .mobile-nav-2-col-2 {gap:0px 20px; transition:gap 0s ease 0.1s;}
.mobile-nav-2-col-1 {display:inline-flex; justify-content:flex-start; gap:0px 20px; flex-basis:calc((100% - 60px) / 2); max-width:calc((100% - 60px) / 2);}
.mobile-nav-2-col-2 {display:inline-flex; justify-content:flex-end; gap:0px 20px; flex-basis:calc((100% - 60px) / 2); max-width:calc((100% - 60px) / 2);}
.menu-nav-2-link.active {background:#fff !important; color:#0E0E0E !important;}
.menu-nav-2-link-hide {opacity:0; visibility:hidden; transition:opacity .1s cubic-bezier(.4,0,.22,1), visibility .1s cubic-bezier(.4,0,.22,1);}
.mobile-nav-2-main.active .menu-nav-2-link-hide {opacity:1; visibility:visible; transition:opacity .3s cubic-bezier(.4,0,.22,1) 0.15s, visibility .3s cubic-bezier(.4,0,.22,1) 0.15s;}
.mobile-nav-2-menu {background-color:#fff; border-radius:10px; bottom:calc(env(safe-area-inset-bottom) + 80px); transform:scaleY(0); transform-origin:bottom; opacity:0; overflow:hidden; padding:15px; position:fixed; transition:transform .28s cubic-bezier(.4,0,.22,1) 0.2s, opacity .28s cubic-bezier(.4,0,.22,1) 0.2s, visibility .28s cubic-bezier(.4,0,.22,1) 0.2s; visibility:hidden; width:calc(100% - 10px); box-shadow:0 24px 24px -12px #0000000f, 0 12px 12px -6px #0000000f, 0 6px 6px -3px #0000000f, 0 3px 3px -1.5px #0000000f, 0 1px 1px -.5px #0000000f, 0 0 0 1px #0000000f;}
.mobile-nav-2-menu.active {transform:scaleY(1); transform-origin:bottom; opacity:1; visibility:visible; transition:transform .28s cubic-bezier(.4,0,.22,1), opacity .28s cubic-bezier(.4,0,.22,1), visibility .28s cubic-bezier(.4,0,.22,1);}
.mobile-nav-2-menu-wrapper-1 {position:relative; opacity:0; visibility:hidden; transition:opacity .3s cubic-bezier(.4,0,.22,1), visibility .3s cubic-bezier(.4,0,.22,1), transform .3s cubic-bezier(.4,0,.22,1), height .3s cubic-bezier(.4,0,.22,1); display:flex; flex-direction:column; gap:24px 0px; transform:translateX(0);height: auto !important;}
.mobile-nav-2-menu.active .mobile-nav-2-menu-wrapper-1 {opacity:1; visibility:visible; transition:opacity .2s cubic-bezier(.4,0,.22,1) .3s, visibility .14s cubic-bezier(.4,0,.22,1) .3s, transform .3s cubic-bezier(.4,0,.22,1), height .3s cubic-bezier(.4,0,.22,1);}
.mobile-nav-2-menu .mobile-nav-2-menu-wrapper-1.mobile-nav-2-menu-submenu-opened {transform:translateX(calc(-100% - 24px)); transition:transform .3s cubic-bezier(.4,0,.22,1), height .3s cubic-bezier(.4,0,.22,1);}
.mobile-nav-2-link-1 {text-decoration:none; color:#000; font-weight:700; font-size:25px; line-height:1; display:flex; align-items:center; justify-content:space-between;}
.mobile-nav-2-link-1 [class*="right"] {display:inline-flex; width:25px; height:25px; justify-content:center; align-items:center; border-radius:100%; background-color:#f2f2f2; font-size:14px;}
.mobile-nav-2-header {opacity:0; overflow:hidden; position:fixed; top:10px; transform:translateY(-61px); transition:transform .5s cubic-bezier(.4,0,.22,1), opacity .5s cubic-bezier(.4,0,.22,1), visibility .5s cubic-bezier(.4,0,.22,1); visibility:hidden; width:calc(100% - 20px); display:flex; align-items:center; justify-content:center; gap:0px 10px;}
.mobile-nav-2-header.active {opacity:1; transform:translateY(0px); transition:transform .5s cubic-bezier(.4,0,.22,1), opacity .5s cubic-bezier(.4,0,.22,1), visibility .5s cubic-bezier(.4,0,.22,1); visibility:visible;}
.mobile-nav-2-menu-has-dropdown {position:relative;}
.mobile-nav-2-menu-submenu {display:flex; flex-direction:column; gap:24px 0px; position:fixed; left:0 !important; top:0 !important; width:100% !important; transform:translateX(calc(100% + 24px)) !important; transition:transform .5s cubic-bezier(.4,0,.22,1), opacity .2s cubic-bezier(.4,0,.22,1), visibility .2s cubic-bezier(.4,0,.22,1); opacity:0; visibility:hidden;}
.mobile-nav-2-menu-submenu.active {opacity:1; transition:transform .5s cubic-bezier(.4,0,.22,1), opacity .2s cubic-bezier(.4,0,.22,1) .3s, visibility .2s cubic-bezier(.4,0,.22,1) .3s; visibility:visible;}
.mobile-nav-2-menu-submenu-back {justify-content:start; padding:5px 10px 5px 25px; background-color:#f2f2f2; display:inline-flex; border-radius:20px; font-size:16px; align-items:center; line-height:1; position:relative; font-weight:600;}
.mobile-nav-2-menu-submenu-back::before {content:"\f104"; position:absolute; font-family:"Font Awesome 6 Pro"; font-weight:900; font-size:16px; line-height:1; left:10px; top:50%; transform:translateY(-50%);}
.shoptext {max-height:81.6px; overflow:hidden;}
.continue-reading, .less-reading {text-decoration:none; color:#000; font-weight:700; margin-left:5px;}
.linkcls, .linkcls:hover {color:#f47820;}
.offersswiper.swiper-3d .swiper-slide-shadow {border-radius:10px;}
.ctbh-btn {background:#3f3f3f; color:#fff !important; font-weight:600; font-size:16px; display:flex; align-items:center; justify-content:center; align-content:center;}
.ctbh-btn > i {line-height:1;}
.ctbh-btn.active {background:#f47820 !important;}
.ctbh-btn.active > i {display:inline;}
.ctbh-text-1 {line-height:1.3;}
/* FILTER SLIDER */
.shop-page-filter-btn-1 {text-decoration:none; background:#f47820; color:#fff !important; line-height:1; display:flex; padding:15px 0; font-size:17px; letter-spacing:1px; font-weight:700; position:fixed; right:0; top:270px; writing-mode:vertical-rl; text-orientation:upright; width:40px; height:auto; justify-content:center; align-items:center; align-content:center; text-align:center; transition:all .2s; z-index:2;}
.shop-page-filter-btn-1:hover {width:44px; transition:all .2s;}
.shop-page-filter-btn-1.shop-page-filter-btn-1-hide {transform:translateX(100%);}
.filter-slider {position:fixed; bottom:15px; right:15px; height:calc(100% - 30px); width:100%; max-width:400px; background:#fff; display:flex; flex-wrap:wrap; flex-direction:column; transform:scaleX(0); transition:all .2s cubic-bezier(.55,.06,.68,.19); z-index:1032; border-radius:10px; overflow:hidden; transform-origin:right}
.filter-slider.active {transform:scaleX(1); transition:all .2s ease; opacity:1; visibility:visible}
.filter-slider>* {opacity:0; transition:all .2s}
.filter-slider.active>* {opacity:1; transition:all .2s ease .2s}
.filter-slider-header {background:#000; padding:15px; position:relative; flex-basis:55px; max-height:55px; flex-grow:0; flex-shrink:0}
.filter-slider-closer {position:absolute; top:15px; right:15px; color:#000; font-size:20px}
.filter-slider-body {flex-basis:0; flex-grow:1; flex-shrink:0; overflow:hidden; overflow-y:auto; padding:15px}
.filter-slider-heading {padding-top:2px;}
.shop-filter-cat-box-title-1 {font-size:17px; font-weight:700; line-height:1; background:#f0f0f0;}
.shop-filter-main-item .form-check-label {font-size:17px; line-height:1; padding-left:6px; margin-top:5px;}
.shop-filter-main-item .form-check-input:not(:checked) {background:#f0f0f0; border:1px solid rgba(0,0,0,.25);}
.custom-range-slider {display:block; position:relative; height:36px; width:100%; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; -o-user-select:none; user-select:none;}
.custom-range-slider .custom-range-slider-touch-left, .custom-range-slider .custom-range-slider-touch-right {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; display:block; position:absolute; height:20px; width:20px; padding:0px; z-index:2; top:50%; transform:translateY(-50%);}
.custom-range-slider .custom-range-slider-touch-left span, .custom-range-slider .custom-range-slider-touch-right span {display:block; width:100%; height:100%; background:#F0F0F0; border:1px solid #A4A4A4; border-radius:50%;}
.custom-range-slider .custom-range-slider-line {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; position:absolute; width:100%; left:0px; top:16px; height:4px; border-radius:4px; background:#F0F0F0; z-index:0; overflow:hidden;}
.custom-range-slider .custom-range-slider-line span {display:block; height:100%; width:0%; background:#f47820;}
/*============================================ WEBBOT =============================================*/
.webbotmodule {height:calc(100% - 1px);}
.webbotmoduleitem {margin-bottom:5px; display:none; flex-wrap:wrap; opacity:0; visibility:hidden;}
.wbmoduleitemdpholder {flex-basis:50px; height:50px; max-width:50px; flex-grow:0; border-radius:100%; background:#fff; display:inline-flex; align-items:center; justify-content:center; border:solid 1px #c4c4c4; background: transparent; border: none;}
.wbmoduleitemdpholder > img {max-width:40px; height:auto;width: 40px;}
.wbmoduleitemcntntholder {flex-basis:calc(100% - 50px); max-width:calc(100% - 50px); flex-grow:0; padding-left:10px; position:relative;}
.wbmoduleitemcntntholder-loader {position:absolute; width:10px; height:10px; border-radius:5px; background-color:#000000; color:#000000; animation:loaderanimation2 0.5s infinite linear alternate; animation-delay:0.5s; top:15px; left:35px; right:0; transform:translateY(50%);}
.wbmoduleitemcntntholder-loader::before, .wbmoduleitemcntntholder-loader::after {content:""; display:inline-block; position:absolute; top:0;}
.wbmoduleitemcntntholder-loader::before {left:-15px; width:10px; height:10px; border-radius:5px; background-color:#000000; color:#000000; animation:loaderanimation2 0.5s infinite alternate; animation-delay:0s;}
.wbmoduleitemcntntholder-loader::after {left:15px; width:10px; height:10px; border-radius:5px; background-color:#000000; color:#000000; animation:loaderanimation2 0.5s infinite alternate; animation-delay:0.75s;}

@keyframes loaderanimation2 {
0% {background-color:#000000;}
50%, 100% {background-color:rgba(0, 0, 0, 0.3);}
}

.wbmoduleitemcntntholder-item {background:#fff; padding:12px 15px; margin-bottom:8px; border-radius:10px; border-bottom-left-radius:0px; width:auto; display:table; transform:scale(0); transform-origin:top left; opacity:0; visibility:hidden; max-width:450px;border: solid 1px #c9c9c9;}
.top-large-slide-webbot .wbmoduleitemcntntholder-item {border: solid 1px #dfdfdf;}
.wbmoduleitemcntntholder-item:not([class*="wbmoduleitemcntntholder-itembtnsholder"]) {max-width:625px;}
.AIchatnav1 {opacity:0; visibility:hidden;}
.wbmoduleitemcntntholder-item.wbmoduleitemcntntholder-itembtnsholder {background:transparent; border-radius:0px; border:none; width:100%; padding:0; transform:scale(1); transform-origin:unset; opacity:1; visibility:visible;}
.webbotmodule [class*="btn"] {font-size:15px;}
.webbotmoduleitem.webbotmoduleitemuser .wbmoduleitemcntntholder {padding-left:0; margin-left:auto;}
.webbotmoduleitem.webbotmoduleitemuser .wbmoduleitemcntntholder .wbmoduleitemcntntholder-item {margin-left:auto; border-bottom-left-radius:10px; border-bottom-right-radius:0px; background:#000; border:none; transform-origin:top right; color:#fff;}
.webbotmodule .scrollbar-track {opacity:0; visibility:hidden;}
.webbotmodule .prod-1 {background:#fff;border: solid 1px #dfdfdf;}
.webbotmodule .prod-1 .prod-1-img-holder {border:solid 1px #d5d5d5; height:200px;}
.webbotmodule .prod-selector-package {font-size:14px; padding:9px 5px; text-align:center;}
.webbotmodule .prod-item-qty {width:100%; padding:5px;}
.webbotchatback1 {background:#fff; text-decoration:none; color:#000; font-size:13px; border-radius:20px; font-weight:600; padding:4px 8px 5px 8px; line-height:1; opacity:0; visibility:hidden;border: solid 1px #dfdfdf;}
.webbotchatnext1 {padding:12px 20px; border-radius:3px; opacity:0; visibility:hidden;}
.prod-1 {position:relative;}
.prod-1::before {content:"\f058"; font-family:"Font Awesome 6 Pro"; font-weight:900; position:absolute; top:20px; right:20px; color:#19a819; transform:scale(0); transition:all 0.2s;}
.prod-1-selected::before {transform:scale(1); transition:all 0.2s;}
.csplocselector > i {display:none;}
.csplocselector.active > i {display:inline;}
.csplocselector.disabled {opacity:0.5;}
.ccardopt-slider {position:fixed; bottom:15px; right:15px; height:calc(100% - 30px); width:100%; max-width:400px; background:#fff; display:flex; flex-direction:column; transform:scaleX(0); transition:all .2s cubic-bezier(.55,.06,.68,.19); z-index:1032; border-radius:10px; overflow:hidden; transform-origin:right; padding:15px;}
.ccardopt-slider.active {transform:scaleX(1); transition:all .2s ease; opacity:1; visibility:visible}
.ccardopt-slider>* {opacity:0; transition:all .2s}
.ccardopt-slider.active>* {opacity:1; transition:all .2s ease .2s}
.ccardopt-slider-closer, .cryptoopt-slider-closer {position:absolute; top:0px; right:0px; color:#000; font-size:20px;}
.ccardopt-slider-footer {flex-basis:130px; max-height:130px; flex-grow:0; display:inline-flex; flex-direction:column; justify-content:flex-end;}
.ccardopt-slider-header {flex-basis:34px; max-height:62px; flex-grow:0;}
.ccardopt-slider-body {flex-basis:calc(100% - 130px - 34px); max-height:calc(100% - 130px - 34px); flex-grow:0; overflow:hidden; overflow-y:auto;}
.text-inherit {color:inherit !important;}
.home-coupon-item {position:relative;}
.home-coupon-item::before {content:"\f058"; font-family:"Font Awesome 6 Pro"; font-weight:900; position:absolute; top:20px; right:20px; color:#19a819; transform:scale(0); transition:all 0.2s; display:flex; align-items:center; justify-content:center; width:22px; height:22px; background:#fff; border-radius:100%;}
.home-coupon-item-selected::before {transform:scale(1); transition:all 0.2s;}
.homewebbotprodsslider-button-next, .homewebbotlocslider1-button-next, .homewebbotourlocationsslider-button-next, .homewebbotcouponsslider-button-next, .homewebbotcouponsslider2-button-next, .homewebbotcouponsslidertop-button-next {right:0;}
.homewebbotprodsslider-button-prev, .homewebbotlocslider1-button-prev, .homewebbotourlocationsslider-button-prev, .homewebbotcouponsslider-button-prev, .homewebbotcouponsslider2-button-prev, .homewebbotcouponsslidertop-button-prev {left:-35px;}
.homewebbotprodsslider, .homewebbotlocslider1, .homewebbotourlocationsslider, .homewebbotcouponsslider, .homewebbotcouponsslider2, .homewebbotcouponsslidertop {width:calc(100% - 35px); margin-left:0px;}
.shop-hero {background:#ffe2cd url(../images/bg-1.webp) no-repeat 0 -200px / 100%; height:55vh;}
.webbotmodule .prod-price-1 {font-size:20px;}
.webbotmodule .prod-title-1 {margin-block:5px; line-height:1.2;}
[data-bs-toggle="modal"] {cursor:pointer;}
.webbotmodule .prod-1-coupon-btn {font-size:13px; border-radius:3px; background:transparent; color:#000; border:dashed 2px #000; transition:all 0.2s; position:relative;}
.webbotmodule .prod-1-coupon-btn:hover {background:#f0f0f0; transition:all 0.2s;}
.webbotmodule .prod-1-coupon-btn::before, .webbotmodule .prod-1-coupon-btn::after {content:"\f0c4"; font-family:"Font Awesome 6 Pro"; font-weight:900; font-size:12px; position:absolute; top:-5px; left:5px;}
.webbotmodule .prod-1-coupon-btn::after {top:unset; bottom:-5px; left:unset; right:5px; transform:scaleX(-1);}
.webbotmodule .prod-1 .prod-1-img-holder {height:160px;}
.prod-header-title-holder {width:100%; display:flex; align-items:center;}
.prod-header-title-holder .on-sale-badge-1, .prod-header-title-holder .good-deal-badge-1, .prod-header-title-holder .great-deal-badge-1 {position:unset; transform:unset; text-align:center; padding:5px 10px; white-space:nowrap; margin-top:5px;}
.wbmoduleitemcntntholder-item-qty-selections-1 {min-width:200px;}
.wbmoduleitemcntntholder-itembtnsholder2 {max-width:625px;}
.coupon-modal-2-body {background-image:linear-gradient(90deg, #f47820 50%, transparent 50%), linear-gradient(90deg, #f47820 50%, transparent 50%), linear-gradient(0deg, #f47820 50%, transparent 50%), linear-gradient(0deg, #f47820 50%, transparent 50%); background-repeat:repeat-x, repeat-x, repeat-y, repeat-y; background-size:15px 2px, 15px 2px, 2px 15px, 2px 15px; background-position:left top, right bottom, left bottom, right top; animation:border-dance 1s infinite linear;}
.store-gallery-item {background:transparent; padding:5px; width:20%; height:250px; overflow:hidden; margin-right:0px; color:#fff; text-decoration:none;}
.store-gallery-item-inner {border-radius:10px; overflow:hidden; height:100%; position:relative; background:#000; width:100%;}
/*====================== PRODUCT DETAILS NEW PAGE ===========================*/
.prod-option-item {position:relative;}
.prod-selec-input:checked, .prod-selec-input:not(:checked) {position:absolute; left:-9999px;}
.prod-selec-label {width:100%; text-align:center;}
.prod-selec-label {width:100%; text-align:center; cursor:pointer; position:relative;}
.prod-option-item.prod-option-item-checked .prod-selector-package {color:#000; transition:all 0.1s; border:solid 1px #000; box-shadow:0 0 0 1px #000;}
.prod-swiper-1 img {overflow-clip-margin:unset; overflow:visible; transform:translate3d(0px, 0px, 0.1px);}
.order-complete-right-inner {background:#f7f7f7; border-radius:10px; padding:15px}
.order-complete-item {display:flex; flex-wrap:wrap; border-bottom:solid 1px #bbb; padding:15px 0}
.order-complete-img-holder {flex-basis:60px; height:60px; max-width:60px; flex-grow:0; flex-shrink:0; border-radius:5px; overflow:hidden; border:solid 1px #D1CFCF;}
.order-complete-price-holder {flex-basis:90px; max-width:90px; flex-grow:0; flex-shrink:0; text-align:right}
.order-complete-cntnt-holder {flex-basis:0; flex-grow:1; padding-left:15px}
.order-complete-item-name {font-size:16px; font-weight:700; margin-bottom:5px; line-height:1.4; margin-top:3px}
.order-complete-item-qty {font-size:16px; line-height:1; margin:0}
.order-complete-price {font-weight:700; font-size:17px; margin:0}
.order-quick-info-row {display:flex; flex-wrap:wrap; margin-left:-5px; margin-right:-5px}
.order-quick-info-box {flex:0 0 auto; width:calc(100% / 5); padding:0 5px; margin-top:10px;}
.order-quick-info-box-inner {background:#f7f7f7; border-radius:5px; padding:15px 5px; height:100%; text-align:center; display:flex; flex-direction:column; justify-content:center}
.order-quick-info-title {font-size:15px; line-height:1.3; margin-bottom:5px}
.order-quick-info-value {font-weight:700; font-size:15px; line-height:1.3; margin:0}
.order-quick-add-box {border-radius:5px; padding:25px; background:#f7f7f7; height:100%}
.prodoptcustom-row {display:flex; gap:10px; flex-wrap:wrap;}
.prod-option-item {display:inline-flex; max-width:50%; height:72px; min-width:50%;}
.prod-option-item .prod-selector-package {height:100%; display:flex; align-items:center; justify-content:center; line-height:1.4; padding-inline:25px;}
.prod-hero .prod-item-qty-parent {flex-basis:240px; max-width:240px;}
.prod-hero-right-inner {display:flex; flex-wrap:wrap;}
.prod-hero-right-inner-col-1 {flex-basis:calc(100% - 400px); max-width:calc(100% - 400px); flex-grow:0;}
.prod-hero-right-inner-col-2 {flex-basis:400px; max-width:400px; flex-grow:0;}
.prod-hero-swiper-holder {padding-right:15px; height:100%;}
.prod-hero-contnt-holder {padding-right:0px; margin-bottom:8px; margin-top:0px !important;}
.prodoptcustom-col-1 {width:100%;}
.prodoptcustom-col-2 {width:100%;}
.prod-swiper-1 {height:100%;}
.prod-hero-swiper-holder .swiper-wrapper {justify-content:unset;}
.prod-hero-swiper-holder .prod-swiper-1 .swiper-button-prev {left:50px;}
.prod-hero-swiper-holder .prod-swiper-1 .swiper-button-next {right:30px;}
.webbotmodule .btn-blue-1[class*="webbotchat"] {background:#fff; color:#000;}
.webbotmodule .btn-blue-1[class*="webbotchat"]:hover {background:#fff; color:#000;}
.webbotmodule .homewebbotprodsslider .swiper-slide {padding-bottom:13px; height:auto !important;}
.webbot-closer {text-decoration:none; position:absolute; top:0; right:0; display:flex; align-items:center; justify-content:center; width:auto; height:35px; background:#000; color:#fff; border-bottom-left-radius:8px; padding:0px 12px; font-size:15px; line-height:1; z-index:1; font-weight:500;}
.webbot-closer > i {font-size:17px; line-height:1; margin-top:-1px;}
.shop-hero {transition:all 0.3s;}
.shop-hero-shrinked {transition:all 0.3s; height:40px !important; background:transparent !important; overflow:unset !important;}
.shop-hero > .webbotmodule {opacity:1; visibility:visible; transition:all 0.3s;}
.shop-hero-shrinked > .webbotmodule {opacity:0; visibility:hidden;}
.CuP-loca-text-1 {line-height:1.3;}
.CuP-loca-input-selector {position:relative;}
.CuP-loca-input {margin:0px; position:absolute; z-index:0; opacity:0; visibility:hidden;}
.CuP-loca-text-holder {position:relative;}
.CuP-loca-btn {background:rgba(19, 118, 232, 0.75); border-radius:5px; display:flex; align-items:center; justify-content:center; font-size:15px; color:#fff; padding:8px 5px; transition:all 0.3s; cursor:pointer;}
.CuP-loca-btn > i {display:none;}
.CuP-loca-input:checked + .CuP-loca-text-holder > .CuP-loca-btn {background:rgba(19, 118, 232, 1); transition:all 0.3s;}
.CuP-loca-input:checked + .CuP-loca-text-holder > .CuP-loca-btn > i {display:inline;}
.CuP-swiper-button-next::after, .CuP-swiper-button-prev::after {font-family:"Font Awesome 6 Pro"; font-weight:900; color:#000; font-size:35px;}
.CuP-swiper-button-next::after, .swiper-rtl .CuP-swiper-button-prev::after {content:"\f105";}
.CuP-swiper-button-prev::after, .swiper-rtl .CuP-swiper-button-next::after {content:"\f104";}
.CuP-swiper-button-prev, .CuP-swiper-button-next {position:absolute; top:50%; transform:translateY(-50%); z-index:1;}
.CuP-swiper-button-prev {left:0px;}
.CuP-swiper-button-next {right:0px;}
.CuP-loc-slider-holder {padding-inline:30px; position:relative;}
[class*="CuP-swiper-button"].swiper-button-disabled {opacity:0.5; cursor:not-allowed;}
.checkout-right-section .cart-item .cart-item-qty-btn {height:33px; display:inline-flex; align-items:center; justify-content:center;}
.checkout-item-coupons-holder {position:absolute; top:0; right:100%; height:100%; max-height:105px;}
.checkout-item-coupons-holder-inner {height:100%; display:flex; gap:5px;}
.checkout-item-coupon-item {background:#e1e1e1; border-radius:5px; min-width:30px; max-width:30px; position:relative; overflow:hidden; transition:none; padding:0px 5px; cursor:pointer; display:flex; flex-wrap:wrap; align-items:center; align-content:center;}
.checkout-item-coupon-item > .ci-ctitle {font-size:15px; white-space:nowrap; margin:0px; transform:rotate(-90deg); transform-origin:bottom left; position:absolute; bottom:8px; left:28px; width:77px; overflow:hidden; text-overflow:ellipsis; transition:all 0.15s; top:unset; font-weight:500;}
.checkout-item-coupon-item::before {content:"\f0c4"; font-family:"Font Awesome 5 Pro"; font-weight:900; color:#000; position:absolute; font-size:14px; line-height:1; left:8px; margin:0px auto; display:none; top:-8px; transform:scaleX(1.2);}
.checkout-item-coupon-item::after {content:"\f0c4"; font-family:"Font Awesome 5 Pro"; font-weight:900; color:#000; position:absolute; font-size:14px; line-height:1; right:8px; margin:0px auto; display:none; bottom:-8px; transition:all 0.3s; transform:scaleX(-1.2);}
.checkout-item-coupon-item.active::before, .checkout-item-coupon-item.active::after {display:table;}
.checkout-item-coupon-item.active {max-width:none; background:#28a824; min-width:140px; border:dashed 2px #000; overflow:unset;}
.checkout-right-section .cart-item-left {flex:60px; max-width:60px;}
.checkout-right-section .cart-item-left .cart-item-img-holder {width:60px; height:60px;}
.checkout-right-section .cart-item-left .cart-item-img-holder > img {overflow-clip-margin:unset; overflow:visible; transform:translate3d(0px, 0px, 0.1px);}
.Chk-PO-holder {display:flex; flex-wrap:wrap; margin:0px -5px; gap:10px 0px;}
.Chk-PO-item {flex-basis:calc(100% / 3); max-width:calc(100% / 3); flex-grow:0; padding:0px 5px; position:relative;}
.Chk-PO-item-input {position:absolute; top:0; left:0; z-index:0; opacity:0; visibility:hidden;}
.Chk-PO-item-label {position:relative; z-index:1; border:solid 1px #a4a4a4; background:#fff; display:flex; align-items:center; justify-content:center; line-height:1.4; flex-direction:column; padding:12px 5px; cursor:pointer; border-radius:5px; transition:all 0.15s; opacity:0.9; box-shadow:0 0 0 1px rgba(0,0,0,0);}
.Chk-PO-item-label-icon {font-size:25px; line-height:1;}
.Chk-PO-item-label-text {line-height:1; margin-top:2px; font-size:16px; font-weight:500;}
.Chk-PO-item-input:checked + .Chk-PO-item-label {border:solid 1px #000; box-shadow:0 0 0 1px #000; transition:all 0.15s; opacity:1;}
.Chk-PO-item:not(.d-none)[data-order-label], .Chk-PO-item:not(.d-none)[data-order-label] ~ * {flex-basis:calc(100% / 2); max-width:calc(100% / 2);}
.e-transfer-infos {background:#fff; border:solid 1px #000; box-shadow:0 0 0 1px #000; margin-top:10px; border-radius:5px; padding:5px 10px; display:none;}
.prod-hero-right {display:flex; flex-direction:column; justify-content:space-between;}
.cart-item-right-main {display:inline-flex; flex-basis:calc(100% - 60px); max-width:calc(100% - 60px); flex-grow:0; flex-wrap:wrap; align-items:flex-start; align-content:flex-start;}
.cart-item-price {line-height:1.3; flex-basis:100%; max-width:100%; flex-grow:0;}
.cart-item-full {display:flex; flex-wrap:wrap; flex-basis:100%; max-width:100%; flex-grow:0;}
.cart-item-full-col-2 {flex-basis:70px; max-width:70px; flex-grow:0; flex-shrink:0; display:inline-flex; flex-direction:column; flex-wrap:wrap; justify-content:space-between; align-content:flex-end;}
.cart-item-full-col-1 {flex-basis:calc(100% - 70px); max-width:calc(100% - 70px); flex-grow:0;}
.zc-inactive-btn, .coupon-inactive-btn {line-height:1; font-size:16px; margin-bottom:10px; text-decoration:underline; display:table; color:#ea2626;}
.zc-numb {display:flex; align-items:center; justify-content:flex-end;}
.zc-number {font-size:16px; 
	padding:0px; /*padding:0px;*/
	
	height:auto; display:inline-flex; align-items:center; 
    border: solid 1px #323232;/*border:none; */
	
	box-shadow:none; outline:none; min-height:auto; min-width:auto; width:auto; line-height:1; text-align:center; justify-content:center; max-width:50px; margin:0px 5px; 
	border-radius: 4px;
	background: white;;/*background:transparent;*/
}


.zc-btn {font-size:16px; text-decoration:none; color:#000; line-height:1;}
.checkout-item-coupons-holder::before {content:""; position:absolute; top:-3px; left:-3px; width:calc(100% + 6px); height:calc(100% + 6px); border:solid 2px transparent; border-radius:5px;}
.highlight, .highlight::before {animation:highlight 1s infinite linear alternate;}

@keyframes highlight {
0% {border-color:#f47820;}
100% {border-color:transparent;}
}

.ci-ct, .ci-cinfo {font-size:15px; color:#fff; display:none; text-align:center; width:100%;}
.ci-ct {font-weight:700;}
.ci-cinfo {font-size:13px; line-height:1.3; text-align:center; font-weight:400;}
.checkout-item-coupon-item.active > .ci-ct, .checkout-item-coupon-item.active > .ci-cinfo {display:table;}
.checkout-item-coupon-item.active > .ci-ctitle {display:none;}
.couponsuccesstoast {background:#28a824 !important;}
.navbar-quick-cart-btn > i {margin-left:-2px;}
/* webbot prod options slider */
.webbotprdopt-slider {position:fixed; bottom:15px; right:15px; height:calc(100% - 30px); width:100%; max-width:400px; background:#fff; display:flex; flex-wrap:wrap; flex-direction:column; transform:scaleX(0); transition:all .2s cubic-bezier(.55,.06,.68,.19); z-index:1033; border-radius:10px; overflow:hidden; transform-origin:right}
.webbotprdopt-slider.active {transform:scaleX(1); transition:all .2s ease; opacity:1; visibility:visible}
.webbotprdopt-slider>* {opacity:0; transition:all .2s}
.webbotprdopt-slider.active>* {opacity:1; transition:all .2s ease .2s}
.webbotprdopt-slider-header {background:#000; padding:15px; position:relative; flex-basis:55px; /* max-height:55px; */ flex-grow:0; flex-shrink:0}
.cart-heading-items {font-style:italic; font-size:15px; opacity:.8}
.webbotprdopt-slider-closer {position:absolute; top:15px; right:15px; color:#000; font-size:20px}
.cart-footer-pricing {line-height:1; font-size:16px; margin-bottom:0}
.webbotprdopt-slider-footer {margin-top:auto; flex-basis:59px; max-height:59px; flex-grow:0; flex-shrink:0; display:flex; justify-content:flex-end; flex-direction:column; padding:0px 10px 10px 10px;}
.webbotprdopt-slider-top-footer {padding:15px}
.webbotprdopt-slider-bottom-footer {display:flex; flex-wrap:wrap; width:100%; gap:0px 8px;}
.webbotprdopt-slider-bottom-footer > a {flex-basis:calc(50% - 4px); max-width:calc(50% - 4px); flex-grow:0; font-size:16px; display:inline-flex; align-items:center; justify-content:center; border-radius:5px;}
.webbotprdopt-slider-cnt-shopping-btn {background:#f0f0f0; text-decoration:none; text-align:center; padding:15px 5px; line-height:1; font-size:16px; font-weight:500; color:#14a800; transition:all .3s}
.webbotprdopt-slider-cnt-shopping-btn:hover {color:#108a00; transition:all .3s}
.webbotprdopt-slider-body {flex-basis:0; flex-grow:1; flex-shrink:0; overflow:hidden; overflow-y:auto; padding:10px; width:100%;}
.webbotprdopt-slider-heading {font-size:18px; line-height:1.4;padding-right: 35px;}
.webbotprdopt-slider-bottom-footer > .prod-item-qty-parent {flex-basis:calc(50% - 4px); max-width:calc(50% - 4px);}
.webbotprdopt-slider .prod-hero-swiper-holder {padding-inline:0px; aspect-ratio:370/350; height:unset;}
.prod-swiper-button-prev {left:10px; position:absolute; top:50%; transform:translateY(-50%); z-index:10; display:flex; align-items:center; justify-content:center;}
.prod-swiper-button-next {right:10px; position:absolute; top:50%; transform:translateY(-50%); z-index:10; display:flex; align-items:center; justify-content:center;}
.prod-swiper-button-next::after, .prod-swiper-button-prev::after {font-family:"Font Awesome 6 Pro"; font-weight:900; color:#000; font-size:40px; line-height:1;}
.prod-swiper-button-next::after, .swiper-rtl .prod-swiper-button-prev::after {content:"\f105";}
.prod-swiper-button-prev::after, .swiper-rtl .prod-swiper-button-next::after {content:"\f104";}
.prod-swiper-button-next.swiper-button-disabled, .prod-swiper-button-prev.swiper-button-disabled {opacity:.35; cursor:auto; pointer-events:none;}
.webbotprdopt-slider-bottom-footer .prod-item-qty-btn {line-height:25px;}
.rel-prod-swiper-1 .swiper-slide {padding-bottom:10px; height:auto !important;}
.dark-animated-border {background-image:linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(0deg, #000 50%, transparent 50%), linear-gradient(0deg, #000 50%, transparent 50%); background-repeat:repeat-x, repeat-x, repeat-y, repeat-y; background-size:15px 3px, 15px 3px, 3px 15px, 3px 15px; background-position:left top, right bottom, left bottom, right top; animation:border-dance 1s infinite linear;}
.webbotpromov1 {padding:3px !important; border-radius:3px; position:relative;}
.webbotpromov1::before {content:"\f0c4"; font-family:"Font Awesome 5 Pro"; font-weight:900; color:#000; position:absolute; font-size:14px; line-height:1; left:45px; margin:0px auto; top:-5px; transition:all 0.3s; transform:scaleX(1.2); z-index:1;}
.webbotpromov1::after {content:"\f0c4"; font-family:"Font Awesome 5 Pro"; font-weight:900; color:#000; position:absolute; font-size:14px; line-height:1; right:45px; margin:0px auto; bottom:-5px; transition:all 0.3s; transform:scaleX(-1.2); z-index:1;}
.webbotprdopt-slider .prod-option-item.prod-option-item-checked .prod-selector-package {background:linear-gradient(to bottom, #f2f2f2, #eee);}
.RUPG-section {padding:25px 35px; border-radius:10px; background:#000 url(../images/BG-v1.webp) no-repeat center right / cover;}
.btn-dark-1.AIchatnav1 {background:linear-gradient(to bottom, #fff, #fff); transition:bacground 0.3s; color:#000;}
.btn-dark-1.AIchatnav1:hover {background:linear-gradient(to bottom, #fff, #eee); transition:bacground 0.3s;}
.btn-uo-orange-1 {background:#F47820; transition:all 0.3s; color:#fff !important; font-weight:500; font-size:14px; border-radius:5px; line-height:1; padding:8px 12px;}
.btn-uo-orange-1:hover, .btn-uo-orange-1:active, .btn-uo-orange-1:focus {background:#cf6010 !important; transition:all 0.3s;}
.btn-uo-blue-1 {background:#2b6dea; transition:all 0.3s; color:#fff !important; font-weight:500; font-size:14px; border-radius:5px; line-height:1; padding:8px 12px;}
.btn-uo-blue-1:hover, .btn-uo-blue-1:active, .btn-uo-blue-1:focus {background:#205cca !important; transition:all 0.3s;}
.poi-text-1 {font-size:16px; line-height:1.6;}
.uod-page .past-order-item {border:none; padding:0px; margin-bottom:10px;}
.uod-page .past-order-qty {font-size:15px; line-height:1.3;}
.uod-page .past-order-item-cntnt-holder {flex-basis:calc(100% - 54px); max-width:calc(100% - 54px); flex-grow:0;}
.uod-status {display:flex; position:relative; justify-content:space-between;}
.uod-status-col {max-width:25%; position:relative;}
.uod-status-col-icon-holder {display:flex; height:45px; width:45px; text-align:center; justify-content:center; align-items:center; align-content:center; margin:0px auto 0px auto; border-radius:100%; overflow:hidden; background:#eaeaea; transition:all 0.3s; position:relative; z-index:1; border:solid 3px #fff;}
.uod-status-col-icon-holder * {line-height:1; font-size:22px; margin-top:2px;}
.uod-status-text {font-size:15px; font-weight:500; transition:all 0.3s; text-align:center; line-height:1.2;}
.uod-status-line {position:absolute; top:22px; height:2px; border-top:dashed 2px #888; transition:all 0.3s;}
.uod-status-col.uod-status-col-prev .uod-status-col-icon-holder, .uod-status-col.uod-status-col-active .uod-status-col-icon-holder {background:#27b527; transition:all 0.3s; color:#fff;}
.uod-status-col.uod-status-col-prev .uod-status-text, .uod-status-col.uod-status-col-active .uod-status-text {color:#27b527; transition:all 0.3s;}
.uod-status-col.uod-status-col-prev .uod-status-line {border-top:solid 2px #27b527; transition:all 0.3s;}
.uo-reorder-btn {position:absolute; right:4px; top:calc(100% + 5px);}
.crtimelineitem {position:relative; padding-left:20px; padding-block:5px 15px;}
.crtimelineitem-inner {background:#f4f4f4; border-radius:0px 8px 8px 8px; padding:15px;}
.crtimelineitem::before {content:""; position:absolute; top:0px; left:0; width:11px; height:11px; border-radius:100%; background:#a8a8a8; z-index:1;}
.crtimelineitem::after {content:""; position:absolute; top:0px; left:5px; width:1px; height:100%; background:#ddd; z-index:0;}
.crtimelineitem-inner > p {font-size:16px;}
.prod-fav-btn {position:absolute; top:20px; right:20px; transition:all 0.2s ease; color:#000; transform:translateX(100%); opacity:0; visibility:hidden; background:transparent; border:none; cursor:pointer;}
.prod-1:hover .prod-fav-btn {transform:translateX(0%); opacity:1; visibility:visible; transition:all 0.2s ease;}
.prod-fav-btn.active {transition:all 0.2s ease; color:#f01414; transform:translateX(0%); opacity:1; visibility:visible;}
.DOS-section .title-1 {font-size:44px;}
.prod-fav-btn-2 {color:#000; transition:all 0.2s ease; font-size:22px;}
.prod-fav-btn-2.active {transition:all 0.2s ease; color:#f01414;}
.checkout-right-section .cart-item-price {padding-left:10px;}
.toast.fade {transition-duration:0.05s !important;}
.btn-blue-2 {background:#dbeafe !important; transition:all 0.3s; color:#1e40af !important;}
.btn-blue-2:hover {background:#d5e7ff !important; transition:all 0.3s;}
.btn-green-1 {background:#dcfce7 !important; transition:all 0.3s; color:#166534 !important;}
.btn-green-1:hover {background:#d3ffe2 !important; transition:all 0.3s;}
.btn-yellow-1 {background:#fef9c3 !important; transition:all 0.3s; color:#854d0e !important;}
.btn-yellow-1:hover {background:#fff9ba !important; transition:all 0.3s;}
.btn-purple-1 {background:#f3e5ff !important; transition:all 0.3s; color:#811edb !important;}
.btn-purple-1:hover {background:#f1e1ff !important; transition:all 0.3s;}
.highlightLocation {animation:highlightLocation 0.8s infinite ease alternate;}

@keyframes highlightLocation {
0% {box-shadow:0px 0px 5px 2px rgba(255, 255, 255, 0);}
100% {box-shadow:0px 0px 5px 2px #1376e8;}
}

.CuP-loc-swiper-slide-inner {border-radius:5px;}
.checkout-left-section .CuP-loc-swiper-1 .swiper-slide {padding:5px;}
.webBot-cartsumm-holder-header, .webBot-cartsumm-tot-holder {display:flex; flex-wrap:wrap; gap:0px 5px;}
.webBot-cartsumm-holder-header-right, .webBot-cartsumm-tot-holder-right {flex-basis:80px; max-width:80px; flex-grow:0; text-align:right;}
.webBot-cartsumm-holder-header-left, .webBot-cartsumm-tot-holder-left {flex-basis:calc(100% - 85px); max-width:calc(100% - 85px); flex-grow:0;}
.webBot-cartsumm-holder-body > p, .webBot-cartsumm-holder-header-left > p, .webBot-cartsumm-holder-header-right > p, .webBot-cartsumm-tot-holder-left > p, .webBot-cartsumm-tot-holder-right > p {font-size:15px; line-height:1.3;}
.webBot-cartsumm-holder-header-left > p, .webBot-cartsumm-holder-header-right > p {font-weight:500;}
.webBot-cartsumm-holder-body > p {opacity:0.8; font-size:14px;}
.webBot-cartsumm-holder {position:relative; padding-right:25px; min-width:300px;}
.webBot-cartsumm-item-remover {position:absolute; top:50%; right:0px; line-height:1;transform: translateY(-50%);}
.text-green-1 {color:#22c55e;}
.webBot-cartsumm-coup-holder .webBot-cartsumm-tot-holder-left {flex-basis:calc(100% - 155px); max-width:calc(100% - 155px);}
.webBot-cartsumm-coup-holder .webBot-cartsumm-tot-holder-right {flex-basis:150px; max-width:150px;}
.hHero .webbotpromov1 img {/* image-rendering:pixelated; */ z-index:0; position:relative;}
.homewebbotcouponsslider .home-coupon-item-inner, .homewebbotcouponsslider2 .home-coupon-item-inner, .homewebbotcouponsslidertop .home-coupon-item-inner {background-image:linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(0deg, #000 50%, transparent 50%), linear-gradient(0deg, #000 50%, transparent 50%); background-repeat:repeat-x, repeat-x, repeat-y, repeat-y; background-size:15px 2px, 15px 2px, 2px 15px, 2px 15px; background-position:left top, right bottom, left bottom, right top; animation:border-dance 1s infinite linear; padding:1px;}
.homewebbotcouponsslider .home-coupon-item-inner::before , .homewebbotcouponsslider2 .home-coupon-item-inner::before, .homewebbotcouponsslidertop .home-coupon-item-inner::before {content:"\f0c4"; font-family:"Font Awesome 5 Pro"; font-weight:900; color:#000; position:absolute; font-size:12px; line-height:1; left:45px; margin:0px auto; top:-5px; transition:all 0.3s; transform:scaleX(1.2); z-index:1;}
.homewebbotcouponsslider .home-coupon-item-inner::after, .homewebbotcouponsslider2 .home-coupon-item-inner::after, .homewebbotcouponsslidertop .home-coupon-item-inner::after {content:"\f0c4"; font-family:"Font Awesome 5 Pro"; font-weight:900; color:#000; position:absolute; font-size:12px; line-height:1; right:45px; margin:0px auto; bottom:-5px; transition:all 0.3s; transform:scaleX(-1.2); z-index:1;}
.homewebbotcouponsslider .home-coupon-swiper-item, .homewebbotcouponsslider2 .home-coupon-swiper-item, .homewebbotcouponsslidertop .home-coupon-swiper-item {padding-block:7px;}
.hHero .homewebbotcouponsslider, .hHero .homewebbotcouponsslider2, .hHero .homewebbotcouponsslidertop, .shop-hero .homewebbotcouponsslider2, .prod-hero .homewebbotcouponsslider2 {width:100%;}
.modal-copy-coupon-code-btn.active {background:#198754; color:#fff !important; border-color:#198754;}
.delivery-info-modal .modal-dialog {max-width:550px;}
.creditcarddivcntnt1 {font-size:17px;}
.creditcarddivcntnt2 {font-size:13px; font-weight:500; line-height:1.6;}
.cr-times {font-size:15px;}
.prod-hero-left .homewebbotcouponsslider2 {width:100%;}
.webbotmodule .wb-prod-option-item .prod-selector-package {background:linear-gradient(to bottom, #fff, #fff); transition:bacground 0.1s; border:solid 2px transparent; font-size:15px; padding:15px 5px; box-shadow:none !important;}
.webbotmodule .wb-prod-option-item.wb-prod-option-item-checked .prod-selector-package {color:#000; transition:all 0.1s; border:solid 2px #000;}
.wb-prod-selec-input:checked, .wb-prod-selec-input:not(:checked) {position:absolute; left:-9999px;}
.webbotmodule .wb-prod-option-item:not(.wb-prod-option-item-checked):hover .prod-selector-package {background:linear-gradient(to bottom, #fff, #eee); transition:bacground 0.1s;}
.shop-hero .webbotmodule .prod-1 .prod-1-img-holder {height:240px;}
.shop-hero .webbotmodule .homewebbotprodsslider .swiper-slide {padding-bottom:11px;}
.shop-hero .webbotmodule .homewebbotprodsslider .prod-1-img-holder > img {object-fit:cover; width:100%; height:100%; image-rendering:-webkit-optimize-contrast; backface-visibility:hidden; transform:translateZ(0px) scale(1);}
.shop-hero .webbotmodule .homewebbotprodsslider .prod-1:hover .prod-1-img-holder > img {transform:translateZ(0px) scale(1.1);}
.prod-page .shop-products .prod-1-img-holder > img {image-rendering:-webkit-optimize-contrast; backface-visibility:hidden; transform:translateZ(0px) scale(1);}
.prod-page .shop-products .prod-1:hover .prod-1-img-holder > img {transform:translateZ(0px) scale(1.1);}
.footer-nav-tab-links-oshrooms {row-gap:10px; margin-inline:-5px;}
.footer-nav-tab-links-oshrooms-col {flex-basis:calc(100% / 5); height:calc((100% / 3) - 7px); padding-inline:5px;}
.footer-nav-tab-link-text-holder-1-oshrooms {padding:8px;}
.footer-nav-tab-link-text-holder-1-oshrooms::before {background:linear-gradient(to bottom,rgba(0,0,0,.1) 55%, rgba(0, 0, 0, .9) 82%);}
.footer-nav-tab-link-text-holder-1-oshrooms .footer-nav-tab-link-text-2 {font-size:15px;}
.webbot-closer.webbot-closer-active {background:#f47820; animation:pulse 1.5s infinite forwards;}

@-webkit-keyframes pulse {
0% {-webkit-box-shadow:0 0 0 2px rgba(244, 120, 32, 0.7);}
50% {-webkit-box-shadow:0 0 0 8px rgba(244, 120, 32, 0.15);}
100% {-webkit-box-shadow:0 0 0 8px rgba(244, 120, 32, 0);}
}

@keyframes pulse {
0% {-moz-box-shadow:0 0 0 2px rgba(244, 120, 32, 0.7); box-shadow:0 0 0 2px rgba(244, 120, 32, 0.7);}
50% {-moz-box-shadow:0 0 0 8px rgba(244, 120, 32, 0.15); box-shadow:0 0 0 8px rgba(244, 120, 32, 0.15);}
100% {-moz-box-shadow:0 0 0 8px rgba(244, 120, 32, 0); box-shadow:0 0 0 8px rgba(244, 120, 32, 0);}
}

.offers-top-section-shrinked {transition:all 0.3s; height:40px !important; background:transparent !important; overflow:unset !important;}
.offers-top-section-col-left, .offers-top-section-col-right {transition:all 0.2s ease 0.2s;}
.offers-top-section-shrinked .offers-top-section-col-left, .offers-top-section-shrinked .offers-top-section-col-right {opacity:0; visibility:hidden; transition:all 0.2s ease;}
.offers-top-section .swiper-pagination {line-height:8px;}
body.blog-detail-page {padding-top:calc(104px + 15px);}
.blog-detail-page-container {max-width:768px;}

.webBot-cartsumm-holder-header-center {
	flex-basis: 73px;
	max-width: 73px;
	flex-grow: 0;
	margin-left: auto;
}
.webBot-cartsumm-holder-header-left {
	flex-basis: calc(100% - 65px - 78px);
	max-width: calc(100% - 65px - 78px);
	padding-right: 5px;
}
.webBot-cartsumm-holder-header-right {
	flex-basis: 60px;
	max-width: 60px;
}
.webBot-cartsumm-holder-header {
	align-items: center;
}
.webbotmodule .cart-item-qty-number {
	font-size: 15px;
	background: transparent;
	max-width: 20px;
}
.webbotmodule .cart-item-qty {
	background: #f7f7f7;
	border-color: #dfdfdf;
	padding-inline: 2px;
	justify-content: center;
	max-width: 70px;
}
.webbotmodule .cart-item-qty-btn {
	max-width: 15px;
	padding-block: 0px;
}
.webbotmodule .cart-item-qty-minus {
	padding-left: 0px;
}
.webbotmodule .cart-item-qty-plus {
	padding-right: 0px;
}
.cart-col-2 {
	padding-left: 1rem;
	border-left: 1px solid #dfd9d9;
}
.cart-col-1{
	padding-right: 1rem;
}
.modal-coupon-code-holder.success {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 10px;
	background-image: linear-gradient(90deg, #198754 50%, transparent 50%), linear-gradient(90deg, #198754 50%, transparent 50%), linear-gradient(0deg, #198754 50%, transparent 50%), linear-gradient(0deg, #198754 50%, transparent 50%) !important;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 15px 3px, 15px 3px, 3px 15px, 3px 15px;
	background-position: left top, right bottom, left bottom, right top;
	animation: border-dance 1s infinite linear;
}

.mz-megamenu-1 {
	position: fixed !important;
	top: 100px !important;
	left: 0 !important;
	width: 100%;
	max-height: 70dvh;
	overflow: hidden;
	overflow-y: auto;
}
.mz-megamenu-menu-item {
	display: table;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	transition: all .3s;
	padding: 5px 15px;
	border-bottom: solid 1px #dadada;
	width: 100%;
	position: relative;
}
.header-shipping-tabs-holder {
	row-gap: 10px;
	margin-inline: -5px;
}
.header-shipping-tab-link {
	flex-basis: calc(100% / 5);
	height: 135px;
	padding-inline: 5px;
}
.header-shipping-tab-link-inner-1 {
	display: block;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.header-shipping-tab-link-text-holder-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end; transition: all .3s;
}
.header-shipping-tab-link-inner-1:hover .header-shipping-tab-link-text-holder-1{
    transition: all .3s;padding: 15px;
}
.header-shipping-tab-link-text-holder-1::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: linear-gradient(to bottom,rgba(0,0,0,.1) 55%, rgba(0, 0, 0, .9) 82%);
	transition: all .3s;
	transform: translateY(10%);
	z-index: 0;
}
.header-shipping-tab-link-text-2 {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 20px;
	position: relative;
}

.header-shipping-tab-link-inner-1:hover .header-shipping-tab-link-text-holder-1::before {
	transition: all .3s;
	transform: translateY(0%);
}
.mobile-nav-2-main .nav-item.icon-nav-item {
	flex-basis: 20%;
	flex-grow: 1;
}
.mobile-nav-2-menu-delivery,.mobile-nav-2-menu-shipping {
	max-height: 75dvh;
	overflow-y: auto;
	padding: 15px;
}
.mobile-nav-2-menu-delivery .mz-megamenu-menu-item {
	padding-inline: 0px;
	font-size: 15px;
}
.mobile-nav-2-menu-shipping .header-shipping-tab-link {
	flex-basis: calc(100% / 2);
	height: 115px;
}
.mobile-nav-2-menu-shipping .header-shipping-tab-link-inner-1 {
	border-radius: 7px;
}
.header-search-opener > i {
    line-height: 1;
    font-size: 22px;
    color: #000;
}
.header-search-opener {
	font-size: 25px;
	padding-left: 12px;
	padding-right: 12px;
	position: relative; text-decoration: none;
}
.header-search-opener .menu-icon-text{
    margin-top: 7px;
}
.header-search-holder {
	position: fixed;
	top: -4px;
	left: 0;
	transition: all .3s;
	background: #fff;
	padding: 10px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(150px) !important;
	transition: opacity .3s ease 0s, transform .3s ease 0s, visibility .3s ease 0s, z-index 0s ease 0s !important;
	border: none;
}
.header-search-holder.active {
	opacity: 1;
	visibility: visible;
	z-index: 1 !important;
	transform: translateY(107px) !important;
	transition: opacity .3s ease 0s, transform .3s ease 0s, visibility .3s ease 0s, z-index .3s ease .3s !important;
}
.header-search-control {
	flex-basis: 0;
	flex-grow: 1;
	max-width: none;
	height: 40px;
	background: 0 0 !important;
	border: none;
	color: #000 !important;
	box-shadow: none !important;
}
.out-stock-search {
	font-size: 14px;
	color: #c00;
	font-weight: 600;
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}
.product-price-1 {
	font-size: 18px;
	color: #108a00;
	font-weight: 900;
}
.product-title-1 {
	margin-top: 10px;
	font-size: 20px;
	color: #010101;
	margin-bottom: 5px;
}
#search_results {height:100vh; overflow:hidden; display:block; width:100%; left:0; max-height:60vh}
#search_results .ui-autocomplete {padding-top:12px; width:100%!important; height:100%; overflow:hidden; overflow-y:auto; max-width:1510px; margin:0 auto; left:0; right:0}
#search_results .ui-autocomplete li {margin:5px 5px 5px 5px; padding:0; list-style:none}
#search_results .ui-autocomplete li .ui-corner-all.ui-state-focus, #search_results .ui-autocomplete li .ui-corner-all:hover {background-color:#d7d7d7}
#search_results .ui-autocomplete li a {text-decoration:none; display:table; width:100%}
#search_results .ui-autocomplete li .cart-item {padding-bottom:5px; margin-bottom:0}
#search_results .ui-autocomplete li .cart-item .cart-item-center, #search_results .ui-autocomplete li .cart-item .cart-item-left {margin-top:5px; margin-left:5px}
#search_results .ui-autocomplete li .cart-item .cart-item-center .product-title-1 {margin-top:0; font-size:16px}
#search_results .ui-autocomplete li .cart-item .cart-item-center .product-price-1 {font-size:14px}
#search_results .ui-autocomplete li .ui-state-focus {border:none; background:0 0; font-weight:inherit; color:inherit}
#search-empty-message {width:100%!important; left:0}
#search_results:not(.activevisible) {visibility:hidden}
#search_results.activevisible {visibility:visible}
#search-empty-message {max-width:1512px; margin-inline:auto; right:0; padding-right:var(--bs-gutter-x,.75rem)!important; padding-left:var(--bs-gutter-x,.75rem)!important; background:#fff; top:100%; margin-top:1px!important; border-bottom:solid 1px #dee2e6}
#search-empty-message::before {position:absolute; content:""; width:100vw; height:calc(100% + 1px); background:#fff; z-index:-1; top:0; left:50%; transform:translateX(-50%); right:50%; border-bottom:solid 1px #dee2e6}

.prod-page-2 .prod-hero-left {
	flex-basis: 100%;
	max-width: 100%;
}
.prod-page-2 .prod-hero.prod-hero-shrinked{
    height:0px;
    padding-block: 0px;
    transition: all 0.3s;
}
.chatmailaibtn {
	position: absolute;
	cursor: pointer;
	z-index: 1;
	top: 0;
	right: 0;
	border-radius: 0px 0px 0px 10px;
	background: #f47820;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 7px 12px 7px 7px;
	box-shadow: 0 0 0 12px rgba(19, 118, 232, 0);
	backdrop-filter: blur(40px);
	transition: border-radius 0.15s ease, top 0.15s ease;
	gap: 10px;
	animation: pulse 1.5s infinite forwards;
	font-weight: 600;
}
.chatmailaibtn-icon-holder {
	display: inline-flex;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 24.5px;
	height: 24.5px;
	padding: 0px;
}
.chatmailaibtn.chatmailaibtn-close {
	padding-left: 12px;
	background: #000;
	animation: unset;
}
.prod-page-2 .prod-details-container-1 .prod-item-qty-parent {
	flex-basis: 240px;
	max-width: 240px;
}

.prod-page-2 .prod-hero-swiper-holder .prod-swiper-1 .swiper-button-next {
	right: 15px;
}
.prod-page-2 .prod-hero-swiper-holder .prod-swiper-1 .swiper-button-prev {
	left: 15px;
}

.prod-page-2 .prod-img-zoom-link {
	aspect-ratio: calc(611 / 583);min-height: 567px;
}
.prod-page-2 .prod-details-container-1 .prod-option-item {
	height: 60px;
}
.footer {
	margin-bottom: 20px;
}
/*======================================================================================================================================= 
                                            PUT NEW WEBBOT CSS HERE ONLY 
========================================================================================================================================*/
:root {
	--gradient-shadow: linear-gradient(
		45deg,
		#fb0094,
		#0000ff,
		#00ff00,
		#ffff00,
		#ff0000,
		#fb0094,
		#0000ff,
		#00ff00,
		#ffff00,
		#ff0000
	);
}
@keyframes animate {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 300% 0;
	}
	100% {
		background-position: 0 0;
	}
}
.AI-chatbot-container{ position: fixed; bottom: 55px; right: 15px; transition: all 0.2s ease;z-index: 3;}
.AI-chatbot-container.on {
	right: 65px;
	transition: all 0.2s ease;
}
.AI-chatbot-toggler {
	display: flex;
	text-decoration: none;
	align-items: flex-end;
	min-height: 48px;
	position: relative;
	z-index: 3;
	flex-direction: column-reverse;
}
.AI-chatbot-toggler-img-holder {
	max-width: 70px;
	height: 70px;
	position: relative;
}
.AI-chatbot-toggler-img-holder::before, .AI-chatbot-toggler-img-holder::after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	background: var(--gradient-shadow);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: 0;
	animation: animate 20s linear infinite;
	border-radius: 8px;
}
.AI-chatbot-toggler-img-holder::after {
	filter: blur(5px);
	opacity: 0.7; transition: filter 0.2s ease, opacity 0.2s ease;
}
.AI-chatbot-toggler-img-holder > * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}
.AI-chatbot-toggler-content-holder {
	flex-grow: 0;
	padding-left: 5px;
	margin-bottom: 10px;
}


.AI-chatbot-toggler-content-holder-text {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px rgb(221, 221, 221);
	border-radius: 8px;
	background-color: #fff;
	width: 170px;
	line-height: 1.6;
}
.AI-chatbot-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 520px;
	max-height: 90svh;
	background: #fff;
	border-bottom: 1px solid #dee2e6 !important;
	z-index: 1029;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, top 0.3s ease 0s, z-index 0s ease; display: none;
}
.AI-chatbot-holder.active {
	display: block;
}
.AI-chatbot-holder.active.AI-chatbot-holder-slidedown {
	opacity: 1;
	z-index: 1031;
	visibility: visible;
	transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, top 0.3s ease 0s, z-index 0.3s ease 0.4s;
}
.btn-uo-red-1 {
	background: #DD2323;
	transition: all 0.3s;
	color: #fff !important;
	font-weight: 500;
	font-size: 14px;
	border-radius: 5px;
	line-height: 1;
	padding: 8px 12px;
	box-shadow: none !important;
}
.btn-uo-red-1:hover, .btn-uo-red-1:active, .btn-uo-red-1:focus {
	background: #BB1616 !important;
	transition: all 0.3s;
}
.btn-uo-secondary-1 {
	background: #6c757d;
	transition: all 0.3s;
	color: #fff !important;
	font-weight: 500;
	font-size: 14px;
	border-radius: 5px;
	line-height: 1;
	padding: 8px 12px;
	box-shadow: none !important;
}
.btn-uo-secondary-1:hover, .btn-uo-secondary-1:active, .btn-uo-secondary-1:focus {
	background: #5c636a !important;
	transition: all 0.3s;
}

.AI-chatbot-holder .top-large-slide-webbot {
	padding-block: 15px;
	/* flex-basis: calc(100% - 60px);
	max-height: calc(100% - 60px); */
	flex-basis: 100%;
	max-height: 100%;
	flex-grow: 0;
}
.AI-chatbot-widget-btns-holder {
	position: absolute;
	bottom: 10px;
	left: auto;
	right: auto;
	margin: 0px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.AI-chatbot-widget-btn {
	border-radius: 50px;
	background: #F47820;
	max-width: none !important;
	padding: 5px 20px 5px 5px;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0.3s;
	position: relative;
	z-index: 2;
	opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.AI-chatbot-widget-btn:hover, .AI-chatbot-widget-btn:active {
	background: #dd6b19;
	transition: all 0.3s;
}
.AI-chatbot-widget-btn-icon-holder {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #ff9a41;
}
.AI-chatbot-widget-btn-icon-holder * {
	font-size: 14px;
}
.AI-chatbot-widget-btn-text {
	padding-left: 10px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1;
}

.AI-chatbot-widget-btn:first-child {
	transform: translateY(calc(55px * 1));
}
.AI-chatbot-widget-btn:nth-child(2) {
	transform: translateY(calc(55px * 2));
}
.AI-chatbot-widget-btn:nth-child(3) {
	transform: translateY(calc(55px * 3));
}

.AI-chatbot-holder.active.AI-chatbot-holder-slidedown .AI-chatbot-widget-btn{
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s, visibility 0.5s ease 0.6s, background 0.3s ease 0s;
}
.AI-chatbot-video-holder video{
	pointer-events: none;
}
.AI-chatbot-controls-holder-1 {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 5px;
}
.AI-chatbot-control {
	border-radius: 25px;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.7);
	backdrop-filter: blur(5px);
	box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.4);
	align-items: center;
	justify-content: center;
	display: inline-flex;
	color: #fff !important;
	text-decoration: none; transition: all 0.3s ease;
}
.AI-chatbot-control:hover{
	background: rgba(0,0,0,1);transition: all 0.3s ease;
}
.AI-chatbot-widget-btns-holder-2 {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.AI-chatbot-widget-btn-2 {
	display: inline-flex;
	height: 40px;
	width: 40px;
	padding: 5px;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.7);
	backdrop-filter: blur(5px);
	box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.4);
	text-decoration: none;
	color: #fff !important;
	border-radius: 100%;
	transition: all 0.3s;
}
.AI-chatbot-widget-btn-2:hover {
	background: rgba(0,0,0,1);transition: all 0.3s;
}
.AI-chatbot-widget-btn-2.muted, .AI-chatbot-widget-btn-2.micoff {
	color:#000 !important;
}
.AI-chatbot-holder.AI-chatbot-holder-resized {
	bottom: 10px;
	top: unset !important;
	right: 10px;
	left: unset;
	max-width: 950px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	overflow: hidden;
	border: none !important;
	height: 490px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .AI-chatbot-widget-btn-text {
	display: none;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .AI-chatbot-widget-btn {
	padding: 0px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .AI-chatbot-widget-btn-icon-holder {
	width: 35px;
	height: 35px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .AI-chatbot-col-1-left {
	width: 31%;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .AI-chatbot-col-1-right {
	width: 69%;
}
.AI-chatbot-col-1-right {
	display: flex;
	flex-direction: column;
}
.webbot-input-holder {
	flex-basis: 60px;
	max-height: 60px;
	flex-grow: 0;
	padding: 0px 15px 10px 50px;
	position: relative;
}
.webbot-chat-input {
	border: solid 1px grey;
	border-radius: 50px;
	height: 100%;
	width: 100%;
	padding: 5px 55px 5px 15px;
	font-size: 16px;
	transition: all 0.3s;
}
.webbot-chat-input:focus {
	outline: none;
	box-shadow: none;
	border-color: #000; transition: all 0.3s;
}
.webbot-input-attachment-btn {
	position: absolute;
	top: 5px;
	left: 55px;
	border-radius: 100%;
	border: none;
	height: calc(100% - 20px);
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	color: #262626;
}
.webbot-input-send-btn {
	position: absolute;
	top: 5px;
	right: 20px;
	border-radius: 100%;
	border: none;
	height: calc(100% - 20px);
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	color: #fff;
	background: #108a00;
}
.webbot-input-send-btn:hover {
	transition: all 0.3s;
	background: #1B7310;
}
.webbot-input-send-btn > i {
	margin-left: -2px;
}

.AI-chatbot-holder.AI-chatbot-holder-resized .webbot-input-holder {
	padding: 0px 15px 10px 5px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .webbot-input-attachment-btn {
	left: 10px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .wbmoduleitemdpholder {
	flex-basis: 30px;
	height: 30px;
	max-width: 30px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .wbmoduleitemcntntholder {
	flex-basis: calc(100% - 30px);
	max-width: calc(100% - 30px);
}
.AI-chatbot-holder.AI-chatbot-holder-resized .webbotmodule p {
	font-size: 15px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .AI-chatbot-control, .AI-chatbot-holder.AI-chatbot-holder-resized .AI-chatbot-widget-btn-2 {
	height: 35px;
	width: 35px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .webbot-btn-col-1 {
	width: calc(100% / 3);
}
.AI-chatbot-holder.AI-chatbot-holder-resized .btn-dark-1.AIchatnav1 {
	padding-block: 10px;
}

.AI-chatbot-holder.AI-chatbot-holder-resized .dark-animated-border {
	background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .homewebbotcouponsslider .slick-list, .AI-chatbot-holder.AI-chatbot-holder-resized .homewebbotcouponsslider2 .slick-list, .AI-chatbot-holder.AI-chatbot-holder-resized .homewebbotcouponsslidertop .slick-list {
	margin-inline: -5px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .homewebbotcouponsslider, .AI-chatbot-holder.AI-chatbot-holder-resized .homewebbotcouponsslider2, .AI-chatbot-holder.AI-chatbot-holder-resized .homewebbotcouponsslidertop {
	padding-right: 45px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .webbotmodule [class*="btn"] {
	font-size: 13px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .wbmoduleitemcntntholder-item {
	padding: 8px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .webBot-cartsumm-holder-col-1, .AI-chatbot-holder.AI-chatbot-holder-resized .webBot-cartsumm-holder-col-2 {
	width: 100%;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .webBot-cartsumm-holder-col-1 {
	border-right: none !important;
}
.AI-chatbot-holder .cartbuttonsholder {
	max-width: 500px;
	margin-left: auto;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .homewebbotprodsslider-slide .proditem2 .proditeminner .prod-itemimgcntnt-holder {
	min-height: 65px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .pl-qnty-selector {
	font-size: 13px !important;
	margin-right: 2px;
	width: 50px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .pl-qnty-selectors {
	padding: 5px 5px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .pord-list-item-btns-row1 {
	margin-inline: 5px !important;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .cart-item-qty-number {
	width: 10px;
	font-size: 14px;
}

.AI-chatbot-holder.AI-chatbot-holder-resized .prod-list-item-view-btn-1 {
	padding: 12px 20px;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .wbmoduleitemcntntholder-item.wbmoduleitemcntntholder-itembtnsholder {
	padding: 0;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .webBot-cartsumm-holder {
	min-width: auto;
}
.AI-chatbot-holder.AI-chatbot-holder-resized .webbotmodule .webBot-cartsumm-holder p, .AI-chatbot-holder.AI-chatbot-holder-resized .webbotmodule p.checkout-pricing {
	font-size: 14px !important;
}

/*======================================================================================================================================= 
                                        // PUT NEW WEBBOT CSS HERE ONLY //
========================================================================================================================================*/

.webBot-cartsumm-info-tot-holder {display:flex; flex-wrap:wrap; gap:0px 5px;}
/* .prod-gauges-holder-1 canvas {
	width: 100% !important;
	height: auto !important;
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.15));
} */
.prod-gauges-text-1 {
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
}
.prod-gauges-text-2 {
	font-size: 15px;
}
.prod-gauges-holder-1 .apexcharts-canvas {
	position: relative;
	direction: ltr !important;
	user-select: none;
	transform: scale(1.25);
}



.zoomiez-savings-tooltip {
	background: #f3a847;  /* Amazon orange */
	color: #111;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	float: left;
	margin-left: 10%;
}

/* Amazon-style tooltip theme */
.tooltip.zoomiez-tooltip .tooltip-inner {
	background: #fff8d3;
	color: #111;
	font-size: 14px;
	padding: 12px;
	border: 1px solid #e6ca72;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	max-width: 260px; /* responsive width */
	text-align: left;
	line-height: 1.5;
}

.tooltip.zoomiez-tooltip .tooltip-arrow::before {
	border-top-color: #fff8d3 !important;
}

/* Mobile optimization */
@media(max-width: 480px){
	.tooltip.zoomiez-tooltip .tooltip-inner {
		font-size: 13px;
		max-width: 220px;
	}
}

.common-site-sidebar-opener {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 13px;
	bottom: 60px;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 5px;
	z-index: 1;
	transition: transform 0.2s ease;
	border: 2px solid #000;
	box-shadow: 0px 0px 10px #000000;
	transform: unset;
}
.common-site-sidebar-opener:hover {
	transform: scale(1.1);
}
.common-site-sidebar-opener.active {
	transform: scale(1.1) translateY(150px);
}
.common-site-sidebar-opener svg {
  height: 38px;
  transition: transform 0.6s ease-in-out;
}

.common-site-sidebar-opener .line {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.common-site-sidebar-opener .line-top-bottom {
  stroke-dasharray: 12 63;
}

.sd-slider {
	position: fixed;
	bottom: 15px;
	right: 15px;
	height: calc(100% - 30px);
	width: 100%;
	max-width: 400px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	transform: scaleX(0);
	transition: all .2s cubic-bezier(.55,.06,.68,.19);
	z-index: 1033;
	border-radius: 10px;
	overflow: hidden;
	transform-origin: right;
}
.sd-slider.active {
	transform: scaleX(1);
	transition: all .2s ease;
	opacity: 1;
	visibility: visible;
}
.sd-slider-header {
	background: #000;
	padding: 15px;
	position: relative;
	flex-basis: 55px;
	max-height: 55px;
	flex-grow: 0;
	flex-shrink: 0;
}
.sd-slider.active > * {
	opacity: 1;
	transition: all .2s ease .2s;
}
.sd-slider-closer {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #000;
	font-size: 20px;
}
.sd-slider-inner {
	padding: 15px;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
}
.sd-slider-inner .nav-pills {
	margin-inline: -5px;
}
.sd-slider-inner .nav-pills .nav-item {
	flex-basis: 50%;
	flex-grow: 1;
	padding-inline: 5px;
}
.sd-slider-inner .nav-pills .nav-item .nav-link {
	width: 100%;
	transition: all .25s ease;
	color: #1C1C1C;
	background-color: #E3E3E3;
	border: none;
	font-weight: 600;
	font-size: 17px;
}
.sd-slider-inner .nav-pills .nav-item .nav-link.active {
	background: #e3670e;
	color: #fff;
}

.pillsdeliverymenu .mz-megamenu-menu-item {
	display: table;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	transition: all .3s;
	padding: 5px 0px;
	border-bottom: solid 1px #dadada;
	width: 100%;
	position: relative;
}
.sd-slider-inner .scroll-content {
	padding-bottom: 25px;
}
.sd-slider-inner .scrollbar-track-y { width: 5px !important; background: #E6E6E6 !important; opacity: 1 !important; }
.sd-slider-inner .scrollbar-thumb { width: 5px !important; background: #AEAEAE !important; }
.pillsshippingmenu .header-shipping-tab-link {
	flex-basis: calc(100% / 2);
	height: 110px;
}


.warn-modal {
	background: rgba(0,0,0,.5);
}
.warn-modal .modal-content {border-radius:10px; overflow:hidden}
.warn-modal .modal-body {background:#fff}
.warn-modal .modal-body>* {position:relative}
.warn-modal .modal-body .title-3 {font-weight:900; font-size:30px!important}

.homewebbotcouponsslidertop .webbotpromov1 {
	padding: 3px;
	aspect-ratio: 286/209;
	height: auto;
	overflow: hidden;
}
.homewebbotcouponsslidertop .webbotpromov1 > img {
	object-fit: cover;
	height: calc(100% - 5px);
	width: 100%;
}

/* 06-03-2026 css */
.header .navbar-quick-actions a.common-site-sidebar-opener {
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    right: 13px;
    bottom: 60px;
    width: auto;
    height: auto;
    background: #000;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.3s;
    border: unset;
    box-shadow: unset;
    transform: unset;
    margin-right: 8px;
    color: #fff;
    font-size: 22px;
	padding: 14px 11px;
	text-decoration: none;
}
.header .navbar-quick-actions a.common-site-sidebar-opener:hover {
    background-color: #222222 !important;
}
.header .navbar-nav .nav-item .fa-percent {
    margin-right: 5px;
}
@media screen and (max-width:1300px) {
	.header .navbar-quick-actions a.common-site-sidebar-opener {
		min-width: 48px;
		min-height: 44px;
		font-size: 18px;
		border-radius: 5px;
		padding: 12px 11px;
	}
	.header .navbar-quick-actions .common-site-sidebar-opener .fa-truck-fast {
    	font-size: 20px;
	}
}


.fep-badge-category {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
	line-height: 1;
}

.fep-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.fep-tag {
	background-color: rgba(0, 0, 0, 0.04);
	font-size: 0.75rem;
	padding: 5px 7px;
	border-radius: 50rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 0px;
	border: 1px solid rgba(0,0,0,0.03);
	line-height: 1;
	background-color: rgba(255,255,255,0.8);
}
.fep-prod-1-footer {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.fep-prod-1 .prod-title-1 {
	line-height: 1.3;
}

/*======== new header 2026 =============*/
.header-26.header .navbar-quick-actions a.common-site-sidebar-opener, .header-26.header .navbar-quick-cart-btn, .header-26.header .navbar-login-btn {
	flex-wrap: wrap;
	flex-direction: column;
	padding: 11px 11px;
	font-size: 18px;
}

.header-26.header .navbar-quick-actions a.common-site-sidebar-opener > small, .header-26.header .navbar-quick-cart-btn small, .header-26.header .navbar-login-btn small {
	display: table;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 5px;
	font-weight: 500;
}
/* .header-animated-link-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
}
.header-animated-link-1::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
            from 0deg, 
            transparent 20%, 
            rgba(250, 204, 21, 0.6) 70%, 
            #ea580c 100%
          );
    animation: spin-conic 2s linear infinite;
}
.header-animated-link-1::after {
    content: '';
    position: absolute;
    inset: 2.5px;
    background-color: #fff;
    border-radius: 50%;
}
@keyframes spin-conic {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.header-animated-link-1-icon {
	position: relative;
	z-index: 1;
    animation: spin-3d 3s linear infinite, pulse-glow 3s ease-in-out infinite;
    filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.5));
    transform-style: preserve-3d;
} 
@keyframes spin-3d {
    from { transform: perspective(500px) rotateY(0deg); }
    to { transform: perspective(500px) rotateY(360deg); }
}
*/
.flashy-btn-deals {
    background: linear-gradient(270deg, #ff0f7b, #f89b29, #ff0f7b);
    background-size: 200% 200%;
    animation: flashy-bg 3s ease infinite;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 15, 123, 0.3);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s;-webkit-text-fill-color: #fff; border-radius: 8px;
}

.flashy-btn-coupons {
    background: linear-gradient(270deg, #b224ef, #7579ff, #b224ef);
    background-size: 200% 200%;
    animation: flashy-bg 3.5s ease infinite reverse;
    color: white;
    box-shadow: 0 4px 15px rgba(167, 117, 255, 0.48);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s;-webkit-text-fill-color: #fff; border-radius: 8px;
}
@keyframes flashy-bg {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.badge-bg-orange{background: #f47820;}

.trust-icon-box { text-align: center; padding: 20px; }
.trust-icon { font-size: 2rem; margin-bottom: 10px; }
.trust-icon-box > p{font-size: 18px;}


/* 
* 1. THE SCENE 
* The outer holder needs perspective to create the 3D depth effect.

.header-26 .header-1-logo-holder {
    perspective: 1000px;
    width: 50px; 
    height: 50px;
    position: relative;
}
*/
/* 
* 2. THE FLIPPER HINGE
* This element physically rotates. It needs preserve-3d so its children stay 3D.

.flipper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    animation: flip-cycle 10s infinite ease-in-out; 
}
*/
/* 
* 3. THE FACES (Front & Back)
* Both anchors sit exactly on top of each other.

.header-26 .nav-bar-brand-link,
.header-26 .header-animated-link-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; 
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
/* Force images to respect the container dimensions 
.header-26 .header-1-logo-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
*/
/* 
* 4. THE BACK FACE
* The Zoomiez Cash icon starts already flipped 180 degrees backwards.

.header-26 .header-animated-link-1 {
    transform: rotateY(180deg);
}
*/
/* 
* 5. THE TIMELINE
* Controls the exact timing to ensure the main logo shows much longer.

@keyframes flip-cycle {
    0%, 50% {
        transform: rotateY(0deg);
    }
    55%, 80% {
        transform: rotateY(180deg);
    }
    85%, 100% {
        transform: rotateY(360deg);
    }
}
*/
.header-login-btn-1 {
    perspective: 1000px;
    position: relative;
}

.header-login-btn-1 .flipper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    animation: flipLoopWithInterval 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.header-login-btn-text,
.header-login-btn-coin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}
.header-login-btn-text {
	z-index: 2;
	transform: rotateY(0deg);
	display: flex;
	flex-direction: column;
	font-size: 18px;
}
.header-login-btn-text > small {
	font-size: 13px;font-weight: 500;text-transform: uppercase;
  line-height: 1;
  margin-top: 5px;text-align: center;
}
.header-login-btn-coin {
    transform: rotateY(180deg);
}
.header-login-btn-coin-icon {
	object-fit: contain;
	max-width: 40px;
}
@keyframes flipLoopWithInterval {
    0%, 40% {
        transform: rotateY(0deg); /* Show front */
    }
    45%, 50% {
        transform: rotateY(-180deg); /* Show back */
    }
    50%, 90% {
        transform: rotateY(-180deg); /* Hold on back */
    }
    95%, 100% {
        transform: rotateY(0deg); /* Flip back to front */
    }
}
.header-1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 1;
}
.header-1-col-1{
    flex-basis: 50px;
    max-width: 50px;
    flex-grow: 0;
}
.header-1-col-2{
    flex-basis: 35%;
    flex-grow: 1;
    padding-inline: 30px 15px;
}
.header-1-col-3{
    flex-basis: calc(100% - 35% - 200px - 50px);
    flex-grow: 1;
}
.header-1-col-4{
    flex-basis: 200px;
    flex-grow: 0;
}
.header-search-holder-1 {
	border-radius: 5px;
	border: solid 1px #bcbcbc;
	padding: 4px;
	position: relative;
}
.header-search-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	height: calc(100% - 10px);
	aspect-ratio: 1;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-1-col-3-inner {
	display: flex;
	flex-wrap: wrap;
    align-items: center; justify-content: center; gap: 15px;
}
.header-1-col-3-col {
	flex-grow: 1;
	display: inline-flex;
	align-items: center;
}
.header-1-col-3-col-icon-holder {
	width: 50px;
	aspect-ratio: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffe2cd;
	border-radius: 16px;
	font-size: 22px;
	line-height: 1;
	color: #8b420d;
}
.header-1-col-3-col-icon-holder.header-1-col-3-col-icon-holder-green {
	background: #cdffd2;
	color: #157b06;
}
.header-1-col-3-col-cntnt-holder {
	padding-left: 10px;
}
.header-info-title-1 {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;color: #000;
}
.header-info-text-1 {
	font-size: 13px;
	line-height: 1; font-weight: 500; opacity: 0.8;color: #000;
}
.header-1-col-4-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-quick-large-btn-1 {
	display: inline-flex;
	height: 50px;
	aspect-ratio: 1.3;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: solid 1px #d5d5d5 !important;
	border-radius: 5px;
	color: #000;
	text-transform: uppercase;
	background: #fff;
	transition: all 0.3s;
	flex-wrap: nowrap !important;
	padding: 0 !important;
}
.header-quick-large-btn-1:hover {
	color: #fff;
	background: #000; transition: all 0.3s;
}
.header-quick-large-btn-1 > i {
	font-size: 21px;
}
.header-quick-large-btn-1 > small {
	display: table;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 5px;
    font-weight: 500;
}
.header-quick-large-btn-1 .cart-counter {
	top: 0px;
	right: 5px;
}
.header-quick-large-btn-1 .header-dp-holder {
	width: 21px;
	height: 21px;
}
.header-1 #search-empty-message::before {
	display: none;
}
.header-1 #search-empty-message {
	border-right: solid 1px #dee2e6;
	border-left: solid 1px #dee2e6;
}
.header-2 .nav-item {
	flex: 1;
	text-align: center;
}
.header-2 .nav-item .nav-link {
	text-align: center;
	justify-content: center;font-size: 16px !important;
	padding-block: 6px !important;
}
.header-2 .nav-item .nav-link.has-dropdown::after {
    border: none;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    line-height: 1;
    margin-top: -1px;
    display: inline-block;
    margin-left: .255em;
}
.header-2 .navbar-nav .dropdown-menu.mz-dm-about {
	top: calc(100% + 7px);
}
.header-2 .navbar-nav .dropdown-menu.mz-dm-about.all-cat-dropdown-menu {
	left: 0;
	transform: translateX(0%) translateY(50px) !important;
	max-width: 100dvw;
	width: 100dvw;
	padding-block: 0px !important;
	max-height: calc(100dvh - 180px);
	overflow: hidden;
}
.header-2 .pt-dropdown-menu-inner {
	max-height: calc(100dvh - 180px);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.header-2 .navbar-nav .dropdown-menu.mz-dm-about.all-cat-dropdown-menu.show {
	transform: translateX(0%) translateY(0px) !important;
}
.mz-dm-about.all-cat-dropdown-menu::before, .mz-dm-about.all-cat-dropdown-menu::after{left: 40px;}
.all-cat-dropdown-menu-nav-item .dropdown-toggle.show {
	background: #f47820;
	border-color: #f47820 !important;
	color: #fff !important;
}
.all-cat-dropdown-menu-nav-item .dropdown-toggle.show i{color: #fff !important;}
/* Custom CSS for Inline, Responsive Filters */
.ms-menu-product-filter-holder {
	position: relative;
	flex-basis: 60px;
	max-height: 60px;
	flex-grow: 0;
}
.ms-menu-products-holder {
	flex-basis: calc(100% - 60px);
	max-height: calc(100% - 60px);
	flex-grow: 0;
	overflow: hidden;
	overflow-y: auto;
}
.ms-menu-filters-wrapper {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 10px 15px;
    /* margin-bottom: 2rem; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.ms-menu-filter-row {
    display: flex;
    align-items: center;flex-wrap: wrap;
}
.ms-menu-filter-row-title-1 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 5px;
	text-decoration: underline;
}
.ms-menu-filter-row:last-child {
    margin-bottom: 0;
}

.ms-menu-filter-label {
    font-weight: 600;
    min-width: 140px;
    color: #495057;
    margin-bottom: 0;
}

/* Scrollable flex container for buttons */
.ms-menu-product-filter-group {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 5px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.ms-menu-product-filter-group::-webkit-scrollbar {
    display: none;
}

/* Tab Sizes & Styling */
.ms-menu-product-filter-btn {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    padding: 8px 12px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
}

.ms-menu-product-filter-btn:hover,
.ms-menu-product-filter-btn.active {
    background-color: #f47820;
    color: #ffffff;
    border-color: #f47820;
    box-shadow: 0 4px 6px rgba(244, 120, 32, 0.2);
}

.ms-menu-product-col.hidden {
    display: none !important;
}

/* Smooth fade in */
.fade-in {
    animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.ms-menu-product-filter-holder {
	position: relative;
}
.newproductmenu-closer {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	width: 30px;
	height: 30px;
	border: solid 1px #5e6f7d;
	border-radius: 100%;
	color: #5e6f7d !important;
	background: transparent;
	transition: all 0.2s;
}
.newproductmenu-closer:hover {
	transition: all 0.2s;
	color: #fff !important;
	background: #5e6f7d;
}



/* Banner Container */
.webbot-initial-hero-inner {
    background-color: #fdf5ec; /* Warm peach background */
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin: 0 auto;
}

/* Avatar Box */
.avatar-box {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.avatar-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

/* Typography overrides */
.greeting-text {
    font-size: 0.95rem;
    color: #2b2b2b;
    font-weight: 500;
    margin-bottom: 2px;line-height: 1.3;
}

.question-text {
    font-size: 1.55rem;
    font-weight: 800;
    color: #000000;
    letter-spacing: -0.02em;line-height: 1;
}

@media (max-width: 767px) {
    .question-text {
        font-size: 1.3rem;
    }
}

/* Typing Animation Styles */
.typing-cursor::after {
    content: '|';
    animation: blink 0.75s step-end infinite;
    margin-left: 2px;
    font-weight: 400;
    color: #EFA015; /* Match brand color */
}
@keyframes blink {
    from, to { opacity: 1; }
    50% { opacity: 0; }
}
.text-container {
    min-height: 52px; /* Prevents layout shift while typing */
    justify-content: center;
}
#greeting-text { min-height: 18px; display: block; }
#question-text { min-height: 25px; display: block; }
.home-page-26 {
	padding-top: 160px;
	background: #fff !important;
}
.webbot-initial-hero-inner-left {
	flex-basis: 500px;
	max-width: 500px; flex-grow: 0;
}
.webbot-initial-hero-inner-right {
	flex-basis: calc(100% - 500px);
	max-width: calc(100% - 500px);flex-grow: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Category Item Base */
.webbot-quick-category-item {
    min-width: 75px;
    cursor: pointer; text-decoration: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

/* Image Container Responsive Sizes */
.webbot-quick-category-img-container {
    width: 42px;
    height: 42px;
    border-color: #E8E8E8 !important;
    transition: border-color 0.2s ease-in-out;
}
@media (min-width: 768px) {
    .webbot-quick-category-img-container { width: 50px; height: 50px; }
}
@media (min-width: 992px) {
    .webbot-quick-category-img-container { width: 58px; height: 58px; }
}

/* Text Responsive Sizes */
.webbot-quick-category-text {
    font-size: 11px;
    color: #181211;
    line-height: 1.1;
    transition: color 0.2s ease-in-out;
}
@media (min-width: 768px) {
    .webbot-quick-category-text { font-size: 13px; }
}
@media (min-width: 992px) {
    .webbot-quick-category-text { font-size: 14px; line-height: 1.5; }
}

/* Group Hover Effects (equivalent to Tailwind's group-hover) */
.webbot-quick-category-item:hover .webbot-quick-category-img-container {
    border-color: #f47820 !important;
}
.webbot-quick-category-item:hover .webbot-quick-category-text {
    color: #f47820;
}


/* Scroll states */
.webbot-initial-hero {
	transition: all 0.3s;
	/* transform: scale(1); */
	transform-origin: top center;
    opacity: 1;
    visibility: visible; z-index: 1;
}
/* body.is-scrolled  */.webbot-initial-hero.webbot-initial-hero-scrolled {
	opacity: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-width: 0;
	/* transform: scale(0); */
	visibility: hidden;
    transition: all 0.3s;zoom: 0.00000000000000001;
}
.header-bot-link {
	display: inline-flex;
	height: 50px;
	margin-left: 0;
	text-decoration: none;
	position: relative;
	transition: width 0.4s ease, zoom 0.4s ease;
	border-radius: 10px;
	zoom: 0.00001;
	align-items: center;
}
/* body.is-scrolled */ .webbot-avatar-holder-col.webbot-avatar-holder-col-show .header-bot-link {
zoom: 1;transition: width 0.4s ease, zoom 0.4s ease;
}

.header-bot-link img {
    width: 100%;
    height: auto;
    opacity: 0;animation: heartbeat-popup 2.5s infinite;
}
@keyframes heartbeat-popup {
    0% { transform: scale(1); }
    10% { transform: scale(1.15); }
    20% { transform: scale(1); }
    30% { transform: scale(1.15); }
    40% { transform: scale(1); }
    100% { transform: scale(1); } /* Leaves a long interval before the next beat */
}
.webbot-avatar-holder-col {
	width: 0px; transition: all 0.3s ease 1s;
	max-width: 0px;
}
/* body.is-scrolled  */.webbot-avatar-holder-col.webbot-avatar-holder-col-show {
	width: auto;
	transition: all 0.3s;
	max-width: none;
}

.heroSlider26 {
    width: 100%;
}

.heroSlider26 .swiper-slide {
    width: 100%;
    height: 100%;
}

.heroSlider26 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.features-card {
	background-color: #ffffff;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.18);
}

/* Icon Box Styling */
.icon-box {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 27px;
	flex-shrink: 0;
	line-height: 1;
	justify-content: center;
}

/* Custom Colors based on the image */
.icon-orange {
    color: #f97316;
    background-color: #ffedd5;
}

.icon-purple {
    color: #a855f7;
    background-color: #f3e8ff;
}

.icon-green {
    color: #22c55e;
    background-color: #dcfce7;
}

.icon-blue {
    color: #3b82f6;
    background-color: #dbeafe;
}

.icon-yellow {
    color: #f59e0b;
    background-color: #fef3c7;
}

/* Typography tweaks */
.feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 5px;
}

.feature-subtitle {
	font-size: 15px;
	color: #6b7280;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1;
}
.icon-box > i {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Custom vertical separator for large screens */
@media (min-width: 992px) {
    .feature-separator::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 100%;
        width: 1px;
        background-color: #ddd;
    }
}
/* Main Container */
.experience-wrapper {
    background-color: #F9F4EE;
    border-radius: 20px;
    padding: 3rem 2rem;
    margin: 0 auto;
}

/* Header Typography */
.eyebrow {
    color: #ea580c;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.main-heading {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 2.5rem;
    letter-spacing: -0.5px;
}

/* Card Styling */
.experience-card {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    padding: 1.25rem 1rem;
}

.experience-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* Inner Card Layout */
.icon-col {
	flex-shrink: 0;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-radius: 10px;
	background: linear-gradient(#f6f6f6 0%, #fff 70%, #f6f6f6 100%);
	border: solid 1px #f6f6f6;
}
.text-col {
    flex-grow: 1;
    padding-left: 0.5rem;
}
/* Card Typography */
.card-title-custom {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.card-desc {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    font-weight: 500;
}
/* Pill Button */
.btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 15px;
    border-radius: 50rem;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-pill:hover {
    opacity: 0.85;
}
/* --- THEME SPECIFIC CLASSES --- */

.theme-purple .card-title-custom, .theme-purple .btn-pill { color: var(--purple-text); }
.theme-purple .btn-pill { background-color: var(--purple-bg); }

.theme-green .card-title-custom, .theme-green .btn-pill { color: var(--green-text); }
.theme-green .btn-pill { background-color: var(--green-bg); }

.theme-orange .card-title-custom, .theme-orange .btn-pill { color: var(--orange-text); }
.theme-orange .btn-pill { background-color: var(--orange-bg); }

.theme-blue .card-title-custom, .theme-blue .btn-pill { color: var(--blue-text); }
.theme-blue .btn-pill { background-color: var(--blue-bg); }

.theme-pink .card-title-custom, .theme-pink .btn-pill { color: var(--pink-text); }
.theme-pink .btn-pill { background-color: var(--pink-bg); }

/* Main Container */
.categories-wrapper{
    background-color: #F9F4EE;
    border-radius: 20px;
    padding: 3rem 2rem;
    margin: 0 auto;
}
.view-all-link {
	color: #4d7c0f;
	font-weight: 700;
	font-size: 17px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: color 0.2s;
}

.view-all-link:hover {
    color: #3f6212;
}

/* Card Styling */
.category-card {
    background: #ffffff;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none; padding: 8px;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
/* Image Container */
.img-container {
    width: 100%;
    height: 200px;
    border-radius: 8px; overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.img-container img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
/* Card Body */
.card-content {
    flex-grow: 1; padding-inline: 15px; padding-bottom: 10px;
}

.category-title {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    margin-top: 15px;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.category-desc {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
}

/* Adjustments for mobile header layout */
@media (max-width: 768px) {
    .header-flex {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }
}
.quick-cntnt-card {
	aspect-ratio: 1.87;
}
.quick-cntnt-card-cntnt-holder {
	padding: 30px;
}
.quick-cntnt-card-1-cntnt-holder {
	background: linear-gradient(120deg, #4d28b1 -10%,#731da2 40%,rgba(187, 38, 229, 0) 60%);
	text-align: left;
	padding-right: 40%;
}
.quick-cntnt-card-1 {
	background: #5526ae;
	text-align: right;
}
.quick-cntnt-card-1 > img {
	object-position: 140px 0px;
	max-width: 790px;
}
.quick-cntnt-card .main-heading {
	line-height: 1.3;
	font-size: 30px;
}
.list-item-1 {
	padding-left: 30px; position: relative;
}
.list-item-1::before {
    content: '\f058';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: inherit;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.text-yellow-1{color:#FFF721 !important}


.quick-cntnt-card-2-cntnt-holder::before {
	content: '';
	position: absolute;
	top: -100px;
	left: 0px;
	width: 100%;
	height: 170%;
	background: rgba(251, 240, 227, 0.0);
	background: radial-gradient(at right center, rgba(251, 240, 227, 0) 40%, rgba(251, 240, 227, 0.9) 47%);
	transform: translateY(0%);
	z-index: -1;
}

.leaflet-bottom.leaflet-right {
	display: none !important;
}
.news-wrapper #newsletter-submitting-msg {
	text-align: center;
	padding: 0px;
	background: transparent;
	color: #118611;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}
.review-section-1{
    display: flex;
    flex-wrap: wrap;
    margin-inline: -12px;
}
.reviews-section-1-col-1 {
	flex-basis: 80%;
	max-width: 80%;
	flex-grow: 0;
	padding-inline: 12px;
	overflow: hidden;
}
.reviews-section-1-col-2 {
    flex-basis: 20%;
    max-width: 20%;
    flex-grow: 0;
    padding-inline: 12px;
}

.reviews-section-1-slider {
    padding: 0px 1px 0px 0;overflow: unset;
}

.review-section-1 .swiper-slide {
    height: auto;
    display: flex;
}

.review-section-1 .review-card {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 12px;
    padding: 25px;
    width: 100%;
    text-align: left;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.review-section-1 .stars {
	color: #f2af0e;
	font-size: 26px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.review-section-1 .review-text {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 15px;
	flex-grow: 1;
}

.review-section-1 .review-author {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.review-section-1 .summary-card {
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #fafafa;
}

.review-section-1 .summary-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}

.review-section-1 .summary-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 15px;
}

.review-section-1 .summary-stars span {
	background-color: #00b67a;
	color: white;
	padding: 4px 6px;
	font-size: 28px;
	border-radius: 2px;
	aspect-ratio: 1;
	line-height: 1;
	display: inline-flex;
	width: 40px;
	align-items: center;
	justify-content: center;
}

.review-section-1 .summary-text {
	font-size: 17px;
	color: #414141;
	margin-bottom: 15px;
}

.review-section-1 .brand-star {
    color: #00b67a;
    font-size: 20px;
}
.reviews-section-1-slider .swiper-button-next, .reviews-section-1-slider .swiper-button-prev {
	color: #333;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: white;
	box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.3);
	transition: all 0.3s;
	top: 50%;
	transform: translateY(-50%);
	margin: 0px;
}
.reviews-section-1-slider .swiper-button-next:hover, .reviews-section-1-slider .swiper-button-prev:hover {
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.4); transition: all 0.3s;
}

.reviews-section-1-slider .swiper-button-next::after, .reviews-section-1-slider .swiper-button-prev::after {
    font-size: 14px;
}
.reviews-section-1-slider .swiper-button-prev {
	left: -10px;
}
.reviews-section-1-slider .swiper-button-next {
	left: unset;
    right: -8px;
}
.loc-slider-opener-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(3px);
	color: #fff !important;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start; transition: all 0.3s;
}
.loc-slider-opener-inner:hover {
    background: rgba(0,0,0,0.6);
	backdrop-filter: blur(0px);transition: all 0.3s;
}
.loc-slider-opener-inner > * {
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.9));
}
.loc-slider-opener-inner > .btn-orange-1 {
	padding: 12px 18px 13px 18px;
	font-size: 16px;
}
.top-footer-1{
    background: #F47820;
    padding: 25px 0px 15px 0px;
}
.top-footer-2{
    background: #E96E16;
    padding: 25px 0px 15px 0px;
}
.footer-links-holder-1 {
	display: flex;
	flex-wrap: wrap;
}
.footer-link-holder-1 {
	flex-basis: calc(100% / 6);
	max-width: calc(100% / 6);
	flex-grow: 0;
}
.footer-links-holder-1 .footer-link-1 {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	line-height: 1;
	margin-bottom: 18px;
	display: table;
	font-weight: 500;
	transition: all 0.3s;
}
.footer-links-holder-1 a.footer-link-1:hover,.footer-links-holder-1 button.footer-link-1:hover {
	text-decoration: underline;
	transition: all 0.3s;
}
.top-footer-1 .nav.nav-pills, .top-footer-2 .nav.nav-pills {
	gap: 8px 5px;
}
.top-footer-1 .nav-link, .top-footer-2 .nav-link {
	background: rgba(255,255,255,0.7);
	color: #000;
	text-decoration: none;
	width: 100%;
	min-width: auto;
	line-height: 1;
	padding: 9px 25px 7px 25px;
	border-radius: 45px;
	border: solid 1px #fff;
	font-weight: 500;
	font-size: 15px;box-shadow: 0px 0px 0px 0px rgba(164, 63, 1, 0.9); white-space: nowrap;
}
.top-footer-1 .nav-link.active, .top-footer-2 .nav-link.active {
	background: rgba(255,255,255,1);
	font-weight: 700;
	color: #000;
	box-shadow: 0px 5px 7px 0px rgba(164, 63, 1, 0.9);
}

.top-footer-2 .nav-item {
	flex: 1;
}
.footer-26 {
	background: #DB5201;
	padding: 25px 0px;
}
.footer-26-title-1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.footer-link-2 {
	text-decoration: none;
	display: table;
	color: #fff;
	transition: all 0.3s;
	line-height: 2;
}
a.footer-link-2:hover, button.footer-link-2:hover {
	text-decoration: underline;
	transition: all 0.3s;
}
.social-link-26-1 {
	text-decoration: none;
	display: inline-flex;
	margin-right: 10px;
	align-items: center;
	justify-content: center;
	border: solid 1px #fff;
	border-radius: 100%;
	padding: 8px;
	width: 40px;
	height: 40px; transition: all 0.3s; background: transparent;
} 
.social-link-26-1:hover {
	transition: all 0.3s; background: #fff;
}
.social-link-26-1 img {
	width: 100%;
	height: auto;transition: all 0.3s; filter: invert(0%) sepia(0%) grayscale(0%) brightness(100%);
}
.social-link-26-1:hover img {
	transition: all 0.3s; filter: invert(100%) sepia(100%) grayscale(100%) brightness(200%);
}
.footer-bottom-26 {
	background: #A43F01;
	padding: 10px 0px;
}
.footer-bottom-26-link-1 {
	font-size: 16px;
}

.news-wrapper .sfon-form-btn {
	height: calc(100% - 10px);
	right: 5px;
	top: 5px;
	border-radius: 50px;
	line-height: 1;
	padding-block: 5px;
}
.news-wrapper .sfon-form-btn::before {
	content: '';
	position: absolute;
	inset: -2px;
	border-radius: 50px;
	background: linear-gradient(90deg, #ff8a00, #ff5e00, #f09819, #ff5e00, #ff8a00);
	background-size: 200% 100%;
	z-index: 0;
	animation: loop-gradient 2.5s linear infinite;
}
@keyframes loop-gradient {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}
.news-wrapper .sfon-form-btn > * {
	position: relative;
	z-index: 1;
}
.news-wrapper .sfon-form-group {
	border-radius: 50px;
}
.container-1700{max-width: 1700px !important;}


.shipping-section {
    padding: 2rem 0;background-color: #fff5eb;color: #1e293b;
}

.shipping-section .section-title {
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
}

.shipping-section .section-title i {
    color: #ed7014;
    font-size: 1.25rem;
}

.shipping-section .custom-pills {
    gap: 0.35rem;
}

.shipping-section .custom-pills .nav-link {
    border: 1px solid #e2e8f0;
    color: #64748b;
    border-radius: 50rem;
    padding: 0.3rem 0.8rem;
    font-weight: 500;
    font-size: 0.85rem;
    background-color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.shipping-section .custom-pills .nav-link:hover {
    border-color: #ed7014;
    color: #ed7014;
    background-color: #ffffff;
}

.shipping-section .custom-pills .nav-link.active {
    background-color: #ed7014;
    border-color: #ed7014;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(237, 112, 20, 0.3);
}

.shipping-section .pills-wrapper {
    margin-bottom: 1rem;
}

.shipping-section .content-card {
    background: #ffffff;
    border-radius: 1rem;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    padding: 1.25rem;
    /* max-height: 550px;  */
    overflow-y: auto;  
}

.shipping-section .region-subheader {
    font-size: 1rem;
    font-weight: 600;
    color: #ed7014;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.25rem;
}

.shipping-section .region-subheader:first-child {
    margin-top: 0;
}

.shipping-section .city-item {
    display: flex;
    flex-direction: column;
    padding: 0.25rem 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.shipping-section .city-link {
    display: inline-flex;
    align-items: center;
    color: #1e293b;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shipping-section .city-link i {
    color: #cbd5e1;
    font-size: 0.75rem;
    margin-right: 0.4rem;
    transition: all 0.2s ease;
}

.shipping-section .city-item:hover .city-link {
    color: #ed7014;
    transform: translateX(2px);
}

.shipping-section .city-item:hover .city-link i {
    color: #ed7014;
}

.shipping-section .postal-code {
    font-size: 0.68rem;
    color: #64748b;
    margin-left: 1.15rem; 
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-top: 2px;
    transition: color 0.2s ease;
}

.shipping-section .city-item:hover .postal-code {
    color: #d6600c;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .shipping-section .content-card {
        padding: 1rem;
        max-height: 400px;
    }
    .shipping-section .section-title {
        font-size: 1.15rem;
    }
}

/* Custom Scrollbar */
.shipping-section .content-card::-webkit-scrollbar {
    width: 6px;
}
.shipping-section .content-card::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}
.shipping-section .content-card::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
.shipping-section .content-card::-webkit-scrollbar-thumb:hover {
    background: #ed7014;
}

.header-2 .mz-dropdown-menu-item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke-width: 1.5;
}
.header-2 .mz-dropdown-menu-item {
	display: flex;
	align-items: center;
	gap: 7px;
}
.header-2 .mz-dropdown-menu-item:hover, .header-2 .mz-dropdown-menu-item.active {
	color: #db5201 !important;
}
.header-1-col-3-col-icon-holder > img{overflow-clip-margin: unset;
  overflow: visible;
  transform: translate3d(0px, 0px, 0.1px);}
.webbot-initial-closer {
	text-decoration: underline;
	color: #ff2929;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	margin-top: 2px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.fullscreen-webbot {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100dvh;
	width: 100dvw;
	z-index: 1030;
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(20px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s; display: none; /* padding-bottom: 200px; */
}
.fullscreen-webbot.active {
    display: block;
}
.fullscreen-webbot.fadeup {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.webbotmodule-closer {
    text-decoration: none;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 100%;
	top: 20px;
	right: 20px;
}
.webbotprodsslidergrid{
    grid-template-rows: 1fr 1fr;
}
.prod-page .wbmoduleitemcntntholder-item {
	border: none;
}