/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

/* =================animate css ends here================= */
:root { --light-color: #f9f6f1; --dark-color: #333333; --primary-color: #fc5732; --yellow-light: #fcffb2; }

/* =================smartmenus css start here================= */
.navbar-nav.sm-collapsible .sub-arrow { position: absolute; top: 50%; right: 0; margin: -0.7em 0.5em 0 0; border: 1px solid rgba(0, 0, 0, .1); border-radius: .25rem; padding: 0; width: 2em; height: 1.4em; font-size: 1.25rem; line-height: 1.2em; text-align: center; }
.navbar-nav.sm-collapsible .sub-arrow::before { content: '+'; }
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before { content: '-'; }
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow { border-color: rgba(255, 255, 255, .1); }
.navbar-nav.sm-collapsible .has-submenu { padding-right: 3em; }
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item { position: relative; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; border-top: .3em solid; border-right: .3em solid transparent; border-left: .3em solid transparent; }
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after { border-top: 0; border-bottom: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after { position: absolute; top: 50%; right: 0; width: 0; height: 0; margin-top: -.3em; margin-right: 1em; border-top: .3em solid transparent; border-bottom: .3em solid transparent; border-left: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu { padding-right: 2em; }
.navbar-nav .scroll-up, .navbar-nav .scroll-down { position: absolute; display: none; visibility: hidden; height: 20px; overflow: hidden; text-align: center; }
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow { position: absolute; top: -2px; left: 50%; margin-left: -8px; width: 0; height: 0; overflow: hidden; border-top: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid; border-left: 7px solid transparent; }
.navbar-nav .scroll-down-arrow { top: 6px; border-top: 7px solid; border-right: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid transparent; }
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu { margin: .5em; }
.navbar-nav:not([data-sm-skip]) .dropdown-item { white-space: normal; }
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item { white-space: nowrap; }

/* =================smartmenus css ends here================= */

/* =================slick css ends here================= */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide img { display: block; width: 100% }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-loading .slick-list { background: #fff url('../images/ajax-loader.html') center center no-repeat; }
.slick-prev, .slick-next { z-index: 99; font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; float: left; padding: 0; margin-top: -25px\9;    /*lte IE 8*/ -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; width: 62px; height: 63px; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .3; }
.slick-prev:before, .slick-next:before { font-family: 'font Awesome 5 Free'; font-weight: 900; font-size: 50px; line-height: 1; opacity: 0.9; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: transparent; border-radius: 50%; display: inline-block; padding: 0; }
.slick-prev { left: 15px; }
.slick-prev:before { content: "\f053"; }
.slick-next { right: 15px; }
.slick-next:before { content: "\f054"; }
.slick-slider { margin-bottom: 0; padding-bottom: 45px; }
.slick-dots { position: absolute; bottom: 0; display: block; width: 100%; padding: 0; list-style: none; text-align: center; vertical-align: top; }
.slick-dots li { position: relative; display: inline-block; margin: 0 4px; padding: 0; text-align: center; cursor: pointer; vertical-align: top; }
.slick-dots li button { font-size: 0; line-height: 0; display: inline-block; width: 7px; height: 7px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: var(--light-color); opacity: 1; border-radius: 50%; vertical-align: top; position: relative; margin: 5px 6px; }
.slick-dots li.slick-active::before { position: absolute; content: ''; width: 20px; height: 20px; background: var(--light-color); top: 37%; left: 50%; transform: translate(-50%, -50%) scale(1); border-radius: 50%; }
.slick-dots li.slick-active button, .slick-dots li:hover button { opacity: 1; background-color: #000; }
.white-dots .slick-dots li button { border-color: #fff; background: #fff; opacity: 0.4; }
.white-dots .slick-dots li.slick-active button, .white-dots .slick-dots li:hover button { background-color: #fff; opacity: 1; }

/* =================slick css end here=================  */

/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin: 0; padding: 0; outline: none; border: 0 }
a { text-decoration: none; border: 0; outline: 0; }
ul { list-style: none; }
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; }

/* =================reset css ends here================= */

/* =================core css starts here================= */
body { padding-top: 128px; font-size: 14px; line-height: 22px; color: var(--dark-color); font-weight: 400; font-family: "Albert Sans", sans-serif; color: #000; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { width: 100%; max-width: 1220px; }
a, input, button { display: inline-block; text-decoration: none; color: inherit; outline: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color: var(--primary-color); text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
::-webkit-input-placeholder { color: #000; opacity: 0.5; }
::-moz-placeholder { color: #000; opacity: 0.5; }
:-moz-placeholder { color: #000; opacity: 0.5; }
:-ms-input-placeholder { color: #000; opacity: 0.5; }
.os-animation { opacity: 0; }
.os-animation.animated { opacity: 1; }
img { max-width: 100%; border: 0; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; margin-bottom: 24px; line-height: 1.2; font-weight: 700; color: inherit; }
h1 { font-size: 58px; }
h2 { font-size: 48px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 26px; }
h6 { font-size: 22px; }
p { margin: 0px; padding: 0px; margin-bottom: 24px; }
strong { font-weight: 700; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 4px; font-weight: 500; padding: 12px 15px; min-width: 200px; font-size: 18px; line-height: 24px; box-shadow: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.btn-default, .btn-default:focus { color: #fff; background-color: var(--primary-color); border: solid 1px var(--primary-color); }
.btn-default:hover, .btn-default:active { color: #fff; background-color: var(--primary-color); border-color: var(--primary-color); }
.btn-primary, .btn-primary:focus { color: #fff; background-color: var(--dark-color); border: solid 1px var(--dark-color); }
.btn-primary:hover, .btn-primary:active { color: #fff; background-color: var(--dark-color); border-color: var(--dark-color); }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 12px; }
.btn-sm { min-width: 100px; font-size: 14px; padding: 6px 12px; }
ul:not([class]) { list-style: none; margin-bottom: 15px; text-align: left; line-height: 22px; }
ul:not([class]) > li { padding-left: 16px; position: relative; margin-bottom: 14px; }
ul:not([class]) > li:last-child { margin-bottom: 0; }
ul:not([class]) > li:before { content: ''; position: absolute; left: 2px; top: 10px; background: #000; height: 5px; width: 5px; border-radius: 50%; }
.grey-bg { background: #f5f5f5; }

/* =================core css ends here================= */

/* ================= Header Start ================= */
#header { color: #333; position: relative; background: transparent; position: fixed; left: 0; top: 0; right: 0; padding: 0; z-index: 99; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.top-bar-wrapper { display: flex; align-items: center; justify-content: space-between; }
.social-icons { display: flex; gap: 8px; }
.social-icon { width: 28px; height: 28px; background: var(--light-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.top-bar-mid-item p { color: var(--dark-color); display: flex; font-weight: 500; font-size: 14px; text-align: center; }
.top-bar { padding: 8px 0px; border-bottom: 1px solid var(--light-color); height: 48px; display: flex; align-items: center; }
.top-bar-search-bar { position: relative; min-width: 260px; }
.top-bar-mid { max-width: 260px; }
.top-bar-mid-item p a span img { max-width: 14px; margin-left: 4px; }
.top-bar-mid-item p a { display: flex; }
.top-bar-search-bar .form-control { padding-right: 50px; height: 36px; font-size: 14px; border-radius: 4px; border: 1px solid #ddd; box-shadow: none !IMPORTANT; }
.serach-btn { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); border: 0; width: 28px; height: 28px; background: var(--light-color); font-size: 14px; border-radius: 4px; }
.top-bar-left { min-width: 260px; }
.top-bar-mid-item p a { text-decoration: underline; color: var(--primary-color); display: flex; align-items: center; margin-left: 5px; }
.navbar { padding: 0; width: 100%; height: 80px; background: #ffffffb8; }
.navbar-brand { width: 170px; padding: 0; margin: 0; position: relative; z-index: 999; }
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 15px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 43px; font-weight: 500; color: var(--dark-color); padding: 0; margin: 0; }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: var(--primary-color); }
.dropdown-toggle::after { display: none; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: none; }
.nav-inside { width: 100%; padding: 0; }
.header-right { margin-left: 15px; gap: 16px; align-items: center; width: 170px; justify-content: end; }
.header-right-icon { position: relative; width: 18px; }
.header-right-counter { position: absolute; width: 16px; height: 16px; background: var(--primary-color); font-size: 10px; color: #fff; display: flex; align-items: center; justify-content: center; top: -8px; font-weight: 500; right: -6px; border-radius: 10px; }
.nav-inside-content { padding: 30px 0; }
@media only screen and (min-width:1200px) {
    .navbar-nav>li>.dropdown-menu { display: block !important; top: 100% !important; margin-top: 10px !important; opacity: 0; visibility: hidden; background: var(--primary-color); color: #fff; min-width: 180px; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); border: 0; border-radius: 0; transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; }
    .dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; margin-top: 0px !important; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
    .dropdown-item { color: #fff; padding: 5px 15px; font-weight: 400; }
    .dropdown-item:focus, .dropdown-item:hover { color: #333; background: transparent; }
}
.navbar-toggler { width: 45px; height: 45px; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; top: 0; right: 0; }
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
.navbar-toggler .icon-bar { position: relative; display: inline-block; width: 22px; height: 4px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; vertical-align: middle; }
.navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after { content: ''; width: 22px; height: 4px; background: #005983; position: absolute; left: 0; transition: all .2s ease-out; }
.navbar-toggler.collapsed .icon-bar { background: #005983 !important; }
.navbar-toggler.collapsed .icon-bar:before, .navbar-toggler.collapsed .icon-bar:after { background: #005983; }
.navbar-toggler.collapsed .icon-bar:before { top: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.navbar-toggler.collapsed .icon-bar:after { bottom: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
.fixed #header { background: #fff; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); top: -48px; }

/* ================= Header End ================= */

/*===============================*/

/* ================= Header End ================= */
.hero-slider { position: relative; margin-top: -80px; width: 100%; height: 100%; object-fit: cover; height: 600px; }
.hero-slide { height: 600px; display: flex !important; flex-flow: column; justify-content: center; padding: 50px 0; position: relative; }
.hero-slide-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }
.hero-slide-img>img { width: 100%; height: 100%; object-fit: cover; animation: zoom-in-zoom-out 10s ease-out infinite; overflow: hidden; }
.hero-slide-content { position: relative; z-index: 9999; color: var(--dark-color); }
.hero-slide-content h1, .hero-slide-content h2 { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .3s; font-size: 64px; line-height: 72px; margin-bottom: 4px; font-weight: 400; }
.hero-arrow { width: 50px; height: 50px; position: absolute; border: 2px solid #ddd; padding: 7px; transform: translateY(-50%); z-index: 99; top: 50%; border-radius: 5px; }
.hero-slider .slick-prev:before { font-size: 30px }
.hero-slider .slick-next:before { font-size: 30px }
.hero-slide-content p { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .5s; display: inline-block; font-size: 22px; margin-bottom: unset; font-weight: 400; }
.slick-current .hero-slide-content p { opacity: 1; transform: translateY(0); }
.slick-current .hero-slide-content h1, .slick-current .hero-slide-content h2 { opacity: 1; transform: translateY(0); }
.hero-slide-content h1 { margin-bottom: 20px; }
.hero-cta { margin-top: 28px; transform: translateY(50px); opacity: 0; transition: .3s ease-in-out; transition-delay: .9s; }
.slick-current .hero-cta { transform: translateY(0); opacity: 1; }
.hero-slider .slick-prev, .hero-slider .slick-next { transform: scale(0); }
.hero-slider:hover .slick-prev, .hero-slider:hover .slick-next { transform: scale(1.0); }

/* ================= Footer Start ================= */
.marquee-wrapper { background: var(--yellow-light); padding: 30px 0px; min-height: 88px; }
.marquee-box { display: flex; white-space: nowrap; font-size: 24px; padding: 0px 10px; line-height: 100%; align-items: center; }
.marquee-box span { margin-right: 10px; }

/*===============================*/
.Values-card { padding: 20px; background: var(--light-color); border-radius: 4px; }
.Values-card h6 { font-size: 20px; font-weight: 500; margin-bottom: 10px; }
.Values-card { height: 100%; }
.about-counter h3 { font-size: 24px; margin-bottom: 4px; }
.why-shop-with h6 { font-size: 18px; margin-bottom: 2px; font-weight: 500; }

/*===============================*/

/*===============================*/
.heading h3 { font-size: 42px; font-weight: 400; color: var(--dark-color); margin-bottom: 10px; }
.heading p {    /* font-size: 18px; */
margin-top: 5px; }
.heading { margin-bottom: 30px; }
.heading h4 { margin: 0; font-size: 24px; font-weight: 500; }
.product-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.product-item { width: 25%; padding: 0px 12px; margin-bottom: 24px; }
.product-img { position: relative; padding-bottom: 128%; overflow: hidden; }
.img-product { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.img-product-hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: all .6s ease-in; }
.product-box { border-radius: 4px; overflow: hidden; display: block; position: relative; border: 1px solid #e2e2e2; height: 100%; }
.product-box:hover .img-product-hover { opacity: 1; transform: scale(1.05); }
.product-cta { position: absolute; left: 50%; transform: translateX(-50%) translateY(70px); bottom: 20px; transition: all .3s ease-in; }
.product-cta .btn { font-size: 14px; min-width: 110px; padding: 7px 14px; }
.product-box:hover .product-cta { transform: translateX(-50%) translateY(0); }
.product-wish-btn { width: 26px; height: 24px; line-height: 19px; position: absolute; border: 1px solid var(--light-color); border-radius: 2px; font-size: 13px; text-align: center; top: 10px; right: 10px; color: var(--primary-color); background: #fff; display: flex; align-items: center; justify-content: center; }
.product-wish-btn .fa-solid { display: none; color: var(--primary-color); }
.product-wish-btn.active .fa-regular { display: none; }
.product-wish-btn.active .fa-solid { display: inline-block; }
.product-badge { position: absolute; top: 10px; left: 10px; background: var(--dark-color); color: #fff; min-width: 53px; text-align: center; border-radius: 2px; padding: 6px 10px; line-height: 1; font-size: 12px; }
.product-content { padding: 10px; }
.product-content h5 { font-size: 16px; margin-bottom: 5px; font-weight: 400; }
.product-content p { font-size: 14px; font-weight: 500; }
.categories-cta { position: absolute; left: 20px; bottom: 20px; transition: all .3s ease-in; }
.categories-cta .btn { font-size: 14px; padding: 10px 16px; min-width: 80px; border-radius: 0px; }
.categories-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.categories-item { width: 33.33%; padding: 0px 12px; margin-bottom: 24px; }
.categories-img { position: relative; padding-bottom: 110%; overflow: hidden; }
.categories-box { position: relative; overflow: hidden; }
.categories-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.categories-list .slick-prev, .categories-list .slick-next { width: 34px; height: 34px; border: 1px solid var(--dark-color); border-radius: 50%; }
.categories-list .slick-prev:before, .categories-list .slick-next:before { font-size: 20px; color: var(--dark-color); }

.related-products-slider .slick-prev, .related-products-slider .slick-next {
    width: 34px;
    height: 34px;
    border: 1px solid var(--dark-color);
    border-radius: 50%;
}

.related-products-slider .slick-prev:before, .related-products-slider .slick-next:before {
    font-size: 20px;
    color: var(--dark-color);
}


/*.categories-box:hover .categories-cta { transform: translateX(-50%); }*/
.categories-cta .btn span img { width: 20px; filter: brightness(0) invert(1); }
.categories-cta .btn span i { transform: scale(0) rotate(-45deg); transform-origin: right; width: 0; display: inline-block; transition: all .3s ease-in; }
.categories-cta .btn:hover span i { transform: scale(1) rotate(-45deg); width: 10px; margin-left: 3px; transition: all .3s ease-in; }
.categories-wrapper { display: flex; flex-wrap: wrap; }
.categories-left { width: 75%; padding-right: 12px; }
.categories-right { width: 25%; padding-left: 12px; }
.categories-right-box { height: 100%; background: #fff; border-radius: 4px; padding: 20px; display: flex; flex-flow: column; justify-content: center; text-align: center; border: 1px solid #000; }
.categories-right-cta i { transform: rotate(-45deg); }
.categories-right-box h5 { font-size: 20px; font-weight: 500; }
.categories-right-cta { width: 50px; height: 50px; margin: 0 auto; border: 1px solid var(--dark-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fff; }

/*===============================*/
.table-responsive.cart-table th { background: var(--light-color); }
.cart-total-bottom h4 { margin: 0; font-size: 24px; font-weight: 500; color: var(--dark-color); }
.table-responsive.cart-table tr td { min-width: 70px; }
.table-responsive.cart-table tr td:nth-child(2) { min-width: 190px; }

/*===============================*/

/*===============================*/


.accordion-button::after { content: '\f068'; position: absolute; text-align: center; top: 17px; background-image: none !important; font-family: 'Font Awesome 5 Free'; right: 14px; transition: .3s 
ease-in; font-size: 14px; font-weight: 700; color: #ffffff; }
.accordion-button.collapsed::after { content: '\f067'; }
.accordion_list .accordion-button { background: var(--primary-color); border: none !important; box-shadow: none !important; outline: none !important; color: #ffffff; padding: 15px; font-weight: 400; padding-right: 44px; line-height: 1.3; }
.accordion_list .accordion-item { background: #ffff; border: none !important; margin-bottom: 10px; border: 1px solid var(--main-color) ! IMPORTANT; }
.accordion_list .accordion-body { padding: 12px; background: var(--light-color); }

/*===============================*/

/*===============================*/
.ptc-content-wrapper h3 { font-size: 30px; font-weight: 500; color: var(--dark-color); margin-bottom: 10px; }
.ptc-content-item + .ptc-content-item { margin-top: 20px; }
.ptc-content-item h5 { font-size: 20px; font-weight: 500; color: var(--dark-color); margin-bottom: 10px; }
.ptc-content-item p { margin-bottom: 0; }
.ptc-content-list { margin-top: 10px; padding-left: 40px; }
.ptc-content-list li::before { position: absolute; content: ''; width: 6px; height: 6px; background: var(--dark-color); border-radius: 5px; left: 0; top: 8px; }
.ptc-content-list li { position: relative; padding-left: 20px; }
.ptc-content-list li + li { margin-top: 8px; }
.ptc-content-list li strong { font-weight: 500; }

/*===============================*/

/*===============================*/
.cts-model .modal-dialog { max-width: 640px; border-radius: 2px !IMPORTANT; }
.cts-model .modal-content { border-radius: 3px; }
.cts-model .modal-header { border: 0; padding: 30px; padding-bottom: 30px; }
.cts-model .form-group + .form-group { margin-top: 20px; }
.cts-model .form-group .form-control { height: 50px; border-radius: 3px; border: 1px solid #ddd; box-shadow: none !IMPORTANT; }
.cts-model .modal-body { padding: 30px; padding-top: 0; }
.cts-model .form-cta { margin-top: 20px; }
.cts-model .form-cta .btn { font-size: 14px; padding: 8px; }
.cts-model .modal-header h4 { font-size: 24px; margin: 0; font-weight: 400; }
.cts-model .forget-cta { color: var(--primary-color); text-decoration: underline; }
.cts-model .modal-header .btn-close { color: var(--dark-color); opacity: 1; }
.cts-model .form-cta { display: grid; grid-template-columns: repeat(2, 1fr);    /* 2 equal columns */ gap: 20px; align-items: center; }
.cts-model .new-registration-cta { font-size: 14px; text-align: end; font-weight: 500; text-decoration: underline; color: var(--dark-color); }
.cts-model .form-cta.btn-type-2 { gap: 0; display: flex; }
.form-group .btn { position: absolute; right: 0; top: 0; min-width: 110px; }

/*===============================*/

/*===============================*/
.offcanvas .btn-close { position: absolute; right: 24px; border: 1px solid var(--light-color); font-size: 12px; box-shadow: none !important; border-radius: 2px; }
.side-cart-model { z-index: 9999; max-width: 325px; }
.side__cart__modal .offcanvas-header h5 { margin: 0; position: relative; padding-right: 26px; font-size: 20px; }
.side__cart__modal .offcanvas-header { padding: 25px; border-bottom: 1px solid #c1c1c17a; }
.side__cart__modal .offcanvas-header h5 span { position: absolute; top: 0; right: 0; display: block; border-radius: 50%; border-bottom-left-radius: 0px; color: var(--white); font-weight: 400; font-size: 14px; background-color: var(--primary); height: 22px; min-width: 22px; text-align: center; line-height: 22px; }
.side__cart__modal .offcanvas-header .btn-close { top: 27px; right: 27px; transform: none; }
.side-cart-item-img img { width: 100%; height: 100%; object-fit: contain; }
.side-cart-item-text .side-cart-item-remove { position: absolute; right: 0; top: 2px; width: 14px; height: 14px; display: block; cursor: pointer; }
.side-cart-item-text .side-cart-item-remove img { width: 100%; height: 100%; object-fit: cover; vertical-align: super; }
.side-cart-list .side-cart-item+.side-cart-item { margin-top: 10px; }
.side-cart-item-text { width: calc(100% - 80px); padding-left: 10px; display: flex; flex-flow: column; height: 100%; position: relative; }
.side-cart-item-text .side-cart-item-title { padding-right: 24px; font-weight: 500; font-size: 16px; line-height: 20px;    /* identical to box height */ color: var(--dark); margin-bottom: 6px; }
.side-cart-item-text .side-cart-item-meta { font-weight: 500; font-size: 12px; text-transform: uppercase; line-height: 16px; color: var(--primary); margin-bottom: 0; padding-right: 22px; }
.side-cart-item-text .side-cart-item-price { margin-top: auto; font-size: 14px; line-height: 21px; font-weight: 600; margin-bottom: 0; }
.side-cart-item-text .side-cart-item-incrmnt { position: absolute; bottom: 0; right: 0; width: 80px; font-size: 14px; display: flex; }
.side-cart-item-text .side-cart-item-img img { height: 100%; object-fit: contain; }
.side-cart-lower { margin-top: 24px; border-radius: 4px; overflow: hidden; }
.side-cart-lower-list li { justify-content: space-between; font-size: 14px; color: var(--dark); background-color: var(--light-color); }
.side-cart-lower-list li span { padding: 10px 14px; font-size: 14px; }
.side-cart-lower-list li.scl-apply-code { width: 100%; background: #fff; padding: 14px; }
.side-cart-lower-list .scl-apply-code-input { width: 100%; border: 1px solid #e1dddd; height: 40px; padding: 8px 16px; border-radius: 4px; color: #555; font-size: 14px; padding-right: 70px; }
.side-cart-lower-list .scl--apply-code-btn { background: transparent !important; border: none !important; font-size: 12px; font-weight: 500; color: var(--primary); top: 12px; position: absolute; right: 10px; line-height: 14px; }
.side-cart-lower-list li+li { border-top: 1px solid #e6e6e6; }
.side-cart-lower-list li.scl-total { font-size: 16px; font-weight: 600; color: #000; }
.side__cart__checkout__btn { background-color: #f2f2f2; padding: 20px; }
.side__cart__checkout__btn .btn { width: 100%; min-width: 140px; font-size: 14px; padding: 10px; }
.side__cart__modal.offcanvas { max-width: 350px; }
.side__cart__modal .offcanvas-header h5 { font-size: 18px; }
.side__cart__modal .offcanvas-header h5 span { height: 20px; min-width: 20px; font-size: 12px; }
.side-cart-item-img { width: 60px; max-width: 90px; height: 70px; border-radius: 4px; overflow: hidden; }
.side-cart-item-box { padding: 8px; position: relative; border: 1px solid var(--light-color); border-radius: 4px; }
.side-cart-item-text { width: calc(100% - 60px); }
.side-cart-model .offcanvas-header h5 { font-size: 17px; margin: 0; position: relative; font-weight: 500; color: var(--dark-color); }
.side-cart-model .offcanvas-header h5 span { position: absolute; top: 0px; right: -24px; display: block; border-radius: 50%; border-bottom-left-radius: 0px; font-weight: 400; font-size: 14px; background-color: var(--primary-color); height: 20px; min-width: 20px; text-align: center; line-height: 22px; color: #fff; }
.side-cart-item-text p { font-size: 14px; line-height: 18px; margin-bottom: 10px; }
.side-cart-item-remove { width: 13px; position: absolute; right: 12px; top: 5px; z-index: 9; filter: brightness(0); }
.qty-btn { width: 26px; height: 26px; border: 1px solid #ccc; background: var(--light-color); font-size: 16px; cursor: pointer; text-align: center; line-height: 26px; }
.qty-input { width: 40px; text-align: center; border: 1px solid #ccc; border-radius: 0; height: 26px; border-left: 0; border-right: 0; }
.side-cart-item-qty { margin: 5px 0px; }

/*===============================*/

/*===============================*/
.brand-logo-item { padding: 0px 20px; }
.brand-logo-box img { max-width: 140px; height: 60px; object-fit: contain; }
.brand-logo-box { border-radius: 4px; padding: 14px; background: var(--light-color); }
.offer-img { width: 100%; height: 330px; overflow: hidden; }
.offer-img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s ease-in; }
.offer-img img:hover { transform: scale(1.1); }

/*===============================*/

/*===============================*/
.blog-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.blog-item { width: 50%; padding: 0px 12px; margin-bottom: 24px; }
.blog-box { display: flex; height: 100%; border: 1px solid #e1e1e1; }
.blog-by { margin-bottom: 10px; }
.blog-content p { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin: 0; }
.blog-img { width: 200px; height: 100%; }
.blog-content { width: calc(100% - 200px); padding: 20px; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-content h5 { font-size: 17px; margin-bottom: 10px; font-weight: 400; }
.blog-details-img {
    width: 100%;
    height: 340px;
    margin-top: 20px;
}

.blog-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*===============================*/
.hero-inner-banner { margin-top: -80px; background: #f9f6f1; min-height: 260px; display: flex; align-items: center; justify-content: center; padding-top: 40px; }
.hero-inner-banner-content h1 { font-size: 44px; font-weight: 400; color: var(--dark-color); margin-bottom: 6px; }
.hero-inner-banner-content p { font-size: 18px; margin: 0; }

/*===============================*/

/*===============================*/

/*===============================*/
.shop-side-bar-wrap + .shop-side-bar-wrap { margin-top: 20px; padding-top: 20px; border-top: 1px solid #00000024; }
.shop-side-bar-wrap h5 { font-size: 20px; margin-bottom: 10px; }
.shop-side-bar { padding-right: 20px; position: sticky; top: 20px; }
.shop-side-bar-item + .shop-side-bar-item { margin-top: 5px; padding-top: 5px; border-top: 1px dashed #dbdbdb; }
.shop-side-bar-item a { display: block; }
.shop-side-bar-wrap .range-slider { width: 100%; margin: 20px auto; position: relative; }
.shop-side-bar-wrap .slider { -webkit-appearance: none; appearance: none; width: 100%; height: 3px; border-radius: 5px; background: #ddd; outline: none; position: absolute; pointer-events: none; }
.shop-side-bar-wrap .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 12px; height: 12px; border-radius: 50%; background: var(--dark-color); cursor: pointer; pointer-events: auto; z-index: 99; position: relative; }
.shop-side-bar-wrap .range-values { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 50px; }
.shop-side-bar-wrap .range-values input { width: 60px; padding: 5px; border: 1px solid #ccc; border-radius: 5px; text-align: center; font-size: 14px; }
.shop-side-bar-wrap .slider-track { position: absolute; height: 3px; border-radius: 5px; background: var(--dark-color); top: 0; z-index: 1; }
.brands-check input[type='checkbox'] { display: none; }
.brands-check input[type='checkbox'] + label { display: inline-block; position: relative; padding-left: 25px; font-size: 14px; line-height: 18px; letter-spacing: .5px; color: #000; margin-bottom: 0; cursor: pointer; font-family: "Source Sans Pro", sans-serif; }
.brands-check input[type='checkbox'] + label:before { content: ''; display: block; width: 16px; height: 16px; background: transparent; border: 1px solid #aaaaaa; position: absolute; left: 0; top: 2px; border-radius: 2px; }
.brands-check input[type='checkbox'] + label:after { content: ''; display: inline-block; font-weight: 900; font-size: 24px; width: 16px; height: 16px; line-height: 16px; background-image: url(../images/check-mark.png); text-align: center; position: absolute; left: 0px; top: 2px; border-radius: 2px; -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all .12s ease-in; transition: all .12s ease-in; background-size: 10px; background-position: center; background-repeat: no-repeat; }
.brands-check input[type='checkbox'] + label a { color: #fff; }
.brands-check input[type='checkbox']:checked + label:after { -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.brands-check + .brands-check { margin-top: 5px; }
.popular-tag-list { display: flex; flex-wrap: wrap; gap: 6px; }
.popular-tag-list li a { min-width: 70px; border: 1px solid #ddd; text-align: center; padding: 4px 10px; }
.popular-tag-list li a:hover { background: var(--dark-color); color: #ffff; }
.shop-head-left h5 { font-size: 20px; margin-bottom: 0; }
.shop-head { margin-bottom: 16px; }
.cts-dropdown { border: 1px solid #ddd; background: none; min-width: 110px; padding: 4px 10px; text-align: left; position: relative; }
.cts-dropdown::before { position: absolute; content: ''; width: 6px; height: 6px; border: 1.5px solid var(--dark-color); right: 10px; top: 15px; transform: translateY(-50%) rotate(45deg); border-top: 0; border-left: 0; }
.shop-head-right .dropdown-menu { border-radius: 0; border: 1px solid #ddd; padding: 0; background: #fff; }
.shop-head-right .dropdown-item { color: var(--dark-color); font-size: 13px; line-height: 1; }
.shop-head-right .dropdown-item:hover, .dropdown-item.active { background: var(--dark-color); color: #fff; }
.filter-btn { border: 0; background: none; }
.filter-btn span img { width: 20px; margin-right: 10px; }
.shop-side-bar .close-sidebar img { filter: brightness(0); width: 20px; }
.shop-side-bar .close-sidebar { position: absolute; right: 20px; top: 20px; }
.pagination-wrapper .pagination { display: flex; justify-content: center; padding-top: 20px; list-style: none; }
.pagination-wrapper .pagination li { margin: 0 5px; }
.pagination-wrapper .pagination li a, .pagination li span { display: inline-block; padding: 8px 18px; text-decoration: none; background-color: var(--dark-color); color: #fff; border-radius: 2px; transition: background-color 0.3s ease; }
.pagination-wrapper .pagination li a:hover { background-color: var(--dark-color); }
.pagination-wrapper .pagination li.active span { background-color: #343a40; }
.pagination-wrapper .pagination li.disabled span { background-color: #d3d3d3; cursor: not-allowed; }

/*===============================*/

/*===============================*/
.product-detail-small-img-list { display: flex; width: calc(100% + 12px); margin-left: -6px; margin-top: 12px; }
.product-detail-small-img-item { width: 20% !important; padding: 0px 6px; }
.product-detail-small-img { position: relative; padding-bottom: 100%; }
.product-detail-small-img img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.product-detail-img { position: relative; padding-bottom: 60%; }
.product-detail-img img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.product-detail-small-img-box { position: relative; padding-bottom: 100%; border: 1px solid #ddd; overflow: hidden; }
.product-detail-small-img-box img { position: absolute; width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.product-detail-small-img-list .slick-list.draggable, .product-detail-small-img-list .slick-track { width: 100% !important; }
.product-detail-small-img-list .slick-initialized .slick-slide { width: 100% !important; }
.zoom-wrapper { position: relative; padding-bottom: 85%; border: 1px solid #ddd; }
.zoom-wrapper img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: contain; }
.zoom-image { width: 100%; height: 100%; background-size: 300%;    /* adjust based on zoom level */ background-repeat: no-repeat; background-position: center; transition: background-position 0.1s ease; }
.product-detail-img-list .slick-prev, .product-detail-img-list .slick-next { width: 30px; height: 30px; }
.product-detail-img-list .slick-prev:before, .product-detail-img-list .slick-next:before { font-size: 20px; }
.product-detail-container { margin-top: -80px; padding-top: 120px !important; }
.product-detail-right h5 { font-size: 42px; margin-bottom: 14px; color: var(--dark-color); font-weight: 400; }
.product-price { gap: 10px; font-size: 20px; margin-bottom: 20px; font-weight: 500; }
.product-original-price { font-weight: 600; color: #a09b9b; text-decoration: line-through; }
.product-quantity h5 { font-size: 20px; margin-bottom: 10px; }
.product-quantity .qty-btn { min-width: 40px; height: 35px; }
.product-quantity .qty-input { width: 50px; height: 35px; }
.size-option input[type="radio"] { position: absolute; opacity: 0; cursor: pointer; width: 0; height: 0; }
.size-label { display: inline-block; padding: 7px 10px; background: white; border: 1px solid #ddd; border-radius: 4px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; position: relative; min-width: 50px; text-align: center; user-select: none; }
.size-label:hover { border-color: #c3c9d1; background: #f8fafc; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
.size-option input[type="radio"]:checked + .size-label { color: #fff; background: var(--dark-color); }
.size-option input[type="radio"]:checked + .size-label::before { content: ''; position: absolute; top: -3px; left: -3px; right: -3px; bottom: -3px; border-radius: 50px; z-index: -1; }

/* Animation for selection */
.size-label::after { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: rgba(255, 255, 255, 0.3); transform: translate(-50%, -50%); transition: all 0.3s ease; }
.size-option input[type="radio"]:checked + .size-label::after { width: 100%; height: 100%; opacity: 0; }
.size-options { gap: 6px; }
.product-detail-right { position: sticky; top: 20px; }
.shop-details-description-tb .nav-tabs { border: 1px solid #ddd; justify-content: center; border-radius: 4px 4px 0px 0px; }
.shop-details-description-tb .tab-content { border: 1px solid #ddd; border-top: 0; padding: 30px; border-radius: 0px 0px 4px 4px; }
.shop-details-description-tb .nav-tabs .nav-link.active { border-radius: 0; border: 0; border-bottom: 2px solid var(--dark-color); }
.shop-details-description-tb .nav-tabs .nav-link { padding: 16px 0px; }
.shop-details-description-tb .nav-tabs .nav-link { border: 0; font-weight: 500; font-size: 18px; color: var(--dark-color); }
.shop-details-description-tb .nav-tabs .nav-link + .nav-link { margin-left: 30px; }
.shop-details-description-tb-content h4 { font-size: 22px; margin-bottom: 10px; font-weight: 500; }
.shop-details-description-tb-img { margin: 30px 0px; }
.shop-details-description-tb-content p { margin: 0; }

/*===============================*/

/*===============================*/
.contact-inner-item + .contact-inner-item { margin-top: 20px; }
.contact-inner-item h6 { font-size: 16px; font-weight: 500; margin-bottom: 5px; }
.contact-inner-item { max-width: 300px; }
.form-group .form-control { border-radius: 4px; border: 1px solid #ddd; height: 44px; box-shadow: none !important; }
.form-group { margin-bottom: 20px; }
.form-group textarea { height: 100px; min-height: 100px; }
.checkout-wrapper { display: flex; flex-wrap: wrap; }
.checkout-left { width: calc(100% - 400px); padding-right: 60px; }
.checkout-product-item + .checkout-product-item { margin-top: 15px; padding-top: 15px; border-top: 1px solid #ddd; }
.checkout-right { width: 400px; padding-left: 0px; }
.form-group label { margin-bottom: 6px; }

/*===============================*/

/*===============================*/
.checkout-right-box { padding: 20px; background: var(--light-color); }
.checkout-product-box { display: flex; }
.checkout-product-box-img { width: 80px; he; height: 70px; background: #fff; padding: 5px; }
.checkout-product-box-img img { width: 100%; height: 100%; object-fit: contain; }
.checkout-product-content { width: calc(100% - 80px); padding-left: 20px; }
.checkout-product-name { font-size: 16px; font-weight: 400; margin-bottom: 5px; }
.checkout-total-amount { margin: 20px 0px; }
.checkout-total-amount { font-size: 18px; font-weight: 500; }

/* Custom Radio Button Styles */
.checkout-payment { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.checkout-radio { position: relative; display: flex; align-items: center; cursor: pointer; padding: 12px; border: 2px solid #ddd; border-radius: 4px; transition: all 0.3s ease; background-color: #fff; }
.checkout-radio:hover { border-color: var(--primary-color); background-color: #f8f9ff; }
.checkout-radio input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.checkout-radio label { position: relative; padding-left: 2rem; cursor: pointer; font-weight: 500; color: #333; margin: 0; line-height: 1.5; }
.checkout-radio label::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border: 2px solid #ccc; border-radius: 50%; background-color: #fff; transition: all 0.3s ease; }
.checkout-radio label::after { content: ''; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background-color: var(--primary-color); opacity: 0; transition: all 0.3s ease; transform: translateY(-50%) scale(0); }
.checkout-radio input[type="radio"]:checked + label::before { border-color: var(--primary-color); background-color: #fff; }
.checkout-radio input[type="radio"]:checked + label::after { opacity: 1; transform: translateY(-50%) scale(1); }
.checkout-radio input[type="radio"]:checked { & ~ .checkout-radio, & + label { color: var(--primary-color); }
}
.checkout-radio:has(input[type="radio"]:checked) { border-color: var(--primary-color); background-color: #f8f9ff; }
.checkout-radio input[type="radio"]:focus + label::before { box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); outline: none; }
.checkout-checkbox { margin: 10px 0px 16px; align-items: flex-start; }
.checkout-checkbox input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.checkout-checkbox label { position: relative; padding-left: 27px; font-size: 14px; cursor: pointer; line-height: 16px; color: var(--dark-color); margin: 0; display: block; }
.checkout-checkbox label::before { content: ''; position: absolute; left: 0; width: 18px; top: 4px; height: 18px; border: 2px solid #ddd; border-radius: 2px; background-color: #fff; transition: all 0.3s ease; }
.checkout-checkbox label::after { content: ''; position: absolute; left: 4px; top: 0.1rem; width: 12px; height: 12px; opacity: 0; transform: scale(0) rotate(45deg); transition: all 0.3s ease; }
.checkout-checkbox label::after { content: ''; position: absolute; left: 6px; top: 6px; width: 6px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); opacity: 0; transition: all 0.3s ease; }
.checkout-checkbox input[type="checkbox"]:checked + label::before { background-color: var(--primary-color); border-color: var(--primary-color); transform: scale(1.1); }
.checkout-checkbox input[type="checkbox"]:checked + label::after { opacity: 1; transform: rotate(45deg) scale(1); }
.checkout-checkbox input[type="checkbox"]:focus + label::before { box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); outline: none; }
.checkout-checkbox label a { color: var(--primary-color); text-decoration: underline !important; transition: color 0.3s ease; }
.checkout-checkbox input[type="checkbox"]:checked + label::before { animation: checkboxPulse 0.3s ease; }

/*===============================*/
.bg-img { width: 100%; height: 100%; background-image: url(../images/bg-img.webp); background-size: cover; background-repeat: no-repeat; min-height: 440px; background-position: right; margin-bottom: 80px; display: flex; align-items: center; }
.bg-img-content h5 { font-size: 20px; margin-bottom: 10px; }
.bg-img-content h3 { font-size: 42px; line-height: 52px; margin-bottom: 10px; }

/* ================= Dashboard page enhancements ================= */
.dashboard-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.dashboard-sidebar .avatar { font-size: 40px; color: var(--dark-color); line-height: 1; }
.dashboard-nav-item { border-left: 3px solid transparent; }
.dashboard-nav-item a { display: flex; align-items: center; gap: 10px; padding: 6px 12px; border-radius: 4px; }
.dashboard-nav-item + .dashboard-nav-item { margin-top: 10px; }
.dashboard-nav-item.active, .dashboard-nav-item:hover { border-left-color: var(--primary-color); }
.dashboard-nav-item a:hover { background: #f6f6f6; color: inherit; }
.dashboard__head h5 { margin: 0; }
.dash-card { background: var(--light-color); border: 1px solid #ddd; border-radius: 4px; padding: 16px; padding-right: 50px; position: relative; }
.dash-card h5 { font-size: 20px; margin-bottom: 5px; font-weight: 500; }
.dash-card h3 { margin: 0; font-size: 30px; font-weight: 500; }
.dash-card .dash-icon { color: var(--primary-color); font-size: 24px; position: absolute; right: 16px; top: 20px; }
.user-dashboard-table { padding: 16px; background: var(--light-color); margin: 20px 0px; border: 1px solid #ddd; border-radius: 4px; }
.dash-table .table { margin-bottom: 0; }
.dash-table .table th { background: #fff; font-weight: 600; }
.dash-table .table td, .dash-table .table th { vertical-align: middle; }
.user-dashboard { margin-top: -80px; background: var(--light-color); padding-top: 120px !important; }
.dashboard-sidebar { border: 1px solid #ddd; padding: 20px; border-radius: 4px; background: var(--light-color); position: sticky; top: 100px; }
.addresses-card { padding: 20px; background: var(--light-color); border: 1px solid #ddd; border-radius: 4px; }
.addresses-card h6 { font-size: 16px; font-weight: 500; margin-bottom: 10px; }
.dash-table table tbody tr td { min-width: 130px; }
.use-dashboard-name h6 { font-size: 18px; margin-bottom: 2px; font-weight: 500; }
.account-edit-form { padding: 20px; background: var(--light-color); border: 1px solid #ddd; border-radius: 4px; }
.account-edit-form .form-group { margin-bottom: 12px; }
.modal-content { border-radius: 4px; border: 1px solid #ddd; }
.address-box input[type="radio"] { display: none; }
.address-box { display: block; cursor: pointer; position: relative; background: var(--light-color); }
.address-content { border: 1.5px solid #ddd; border-radius: 4px; padding: 15px; transition: all 0.3s ease; position: relative; }
.custom-radio { width: 18px; height: 18px; border: 2px solid var(--primary-color); border-radius: 50%; display: inline-block; position: relative; position: absolute; top: 20px; right: 20px; }
.address-box input[type="radio"]:checked + .address-content .custom-radio::after { content: ""; width: 10px; height: 10px; background: var(--primary-color); border-radius: 50%; position: absolute; top: 2px; left: 2px; }
.address-box input[type="radio"]:checked + .address-content { border-color: var(--primary-color); }
.address-content:hover { border-color: var(--primary-color); }
.address-content h6 { font-size: 18px; margin-bottom: 10px; font-weight: 500; }

/* ================= Footer Start ================= */
#footer { background: var(--light-color); position: relative; overflow: hidden; border-top: 1px solid #ddd; }
.footer-wrapper { display: flex; flex-wrap: wrap; }
.footer-right { width: 65%; padding-top: 40px; padding-bottom: 40px; }
.footer-logo { max-width: 180px; margin-bottom: 12px; }
.footer-left p { font-size: 15px; color: #fff; }
.footer-heading h5 { font-size: 18px; margin-bottom: 14px; font-weight: 500; }
.footer-link a:hover { color: #ffffffc9; }
.footer-links li+li { margin-top: 5px; }
.footer-list li+li { margin-top: 10px; }
.footer-list li span { margin-right: 10px; }
.footer-head { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid #e5e5e5; }
.footer-list li { display: flex; font-size: 15px; align-items: center; }
.footer-shocket { display: flex; justify-content: space-between; position: relative; align-items: center; flex-wrap: wrap; }
.footer-left { position: relative; padding-right: 40px; width: 35%; padding-top: 40px; border-right: 1px solid #e5e5e5; }
.footer-social-link li a { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; background: #00225669; border-radius: 4px; border: 1px solid #f5f5f545; }
.footer-social-link li+li { margin-left: 10px; }
.footer-shocket p { margin-bottom: 0; font-size: 14px; color: #fff; }
.footer-link { font-size: 15px; }
.footer-left .read-more { color: #ffffff9e; border-color: #ffffff9e; }
.footer-payment-method { display: flex; gap: 10px; }
.footer-pad { padding-left: 40px; }
.sign-subs .form-control { height: 44px; border: 0; border-radius: 0; position: relative; box-shadow: none !IMPORTANT; }
.sign-subs .btn { position: absolute; top: 0; height: 44px; border-radius: 0; padding: 6px 12px; right: 0; height: 44px; min-width: 130px; }
.payment-img { max-width: 250px; }
.sign-subs { position: relative; }
.footer-pad h5 { font-size: 18px; font-weight: 500; margin-bottom: 14px; }
.footer-shocket-wrapper { background: var(--dark-color); padding: 14px 0px; }
.footer-link a:hover {
    color: #000 ! IMPORTANT;
}

.nav-link.active {
            color: #ff6600 !important;
            font-weight: bold;
        }
.account-box { background: var(--light-color); padding: 40px; border-radius: 8px; border: 1px solid #dbdbdb; }
.heading2 h5 { font-size: 24px; font-weight: 500; margin: 0; color: var(--dark-color); }
.heading2 { margin-bottom: 20px; }
.dashboard-content .product-item {width: 33.33%;}


/* ================= Footer End ================= */

/* ================= Content Start ================= */
.content-container { padding: 60px 0; }

/* ================= Content End ================= */

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
    body { padding-top: 80px; }
    .fixed #header { top: 0px; }
    .navbar { width: 100%; height: 80px; }
    .navbar-toggler { width: 45px; height: 40px; height: 60px; cursor: pointer; text-decoration: none; padding: 0; border: 0; box-shadow: none !important; background: transparent; margin: 0; position: absolute; left: 0; top: 50%; z-index: 999; transform: translateY(-50%); }
    .navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; box-shadow: none !important; }
    .navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
    .navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
    .home .navbar-toggler.collapsed, .home .navbar-toggler.collapsed:focus, .home .navbar-toggler.collapsed:hover { background: transparent; }
    .navbar-toggler .navbar-toggler-icon { position: relative; display: inline-block; border-radius: 6px; width: 20px; height: 2.5px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; vertical-align: middle; }
    .navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after { content: ''; border-radius: 6px; width: 26px; height: 2.5px; background: var(--primary-color); position: absolute; left: 0; transition: all .2s ease-out; }
    .navbar-toggler.collapsed .navbar-toggler-icon { background: var(--primary-color) !important; }
    .navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: var(--primary-color); }
    .navbar-toggler.collapsed .navbar-toggler-icon:before { top: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
    .navbar-toggler .navbar-toggler-icon:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
    .navbar-toggler.collapsed .navbar-toggler-icon:after { bottom: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
    .navbar-toggler .navbar-toggler-icon:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
    .header-right { position: relative; z-index: 999; }
    .navbar-collapse, .navbar-collapse.collapsing { position: fixed; top: 0px; z-index: 99999; left: -100%; background: #fff; padding: 0; margin: 0; border: 0; overflow-y: auto; bottom: 0; width: 70%; height: 100vh; display: block !important; transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0); }
    .navbar .collapse.show { left: 0; }
    .navbar-collapse .navbar-toggler { position: absolute; top: 20px; left: calc(100% - 45px); }
    .navbar-inside { height: calc(100vh - 80px); padding: 0 15px; display: flex; flex-flow: column; }
    .navbar-expand-xl .navbar-nav .nav-item { padding: 0; margin: 0; border-bottom: solid 1px var(--primary-color); }
    .navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 30px; padding: 15px 0; position: relative; color: #333; }
    .navbar-nav.sm-collapsible .sub-arrow { border: 0; margin: 0; width: auto; font-size: 30px; line-height: 60px; top: 0; height: 60px; color: var(--primary-color); width: 40px; }
    .dropdown-menu { background: transparent; border: 0; padding: 0; margin: 0 0 20px 0; }
    .dropdown-item { padding: 7px 20px 7px 40px; }
    .dropdown-item:focus, .dropdown-item:hover { color: var(--primary-color); background: transparent; }
    .content-container { padding: 50px 0; }
    .navbar-brand { margin-left: 40px; width: 140px; }
    .hero-inner-banner-content h1 { font-size: 27px; }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
    .top-bar { display: none; }
    .categories-left { width: 100%; }
    .categories-right { width: 100%; margin-top: 20px; }
    .product-item { width: 33.33%; }
    .blog-img { width: 100%; }
    .blog-content { width: 100%; }
    .blog-box { height: auto; flex-wrap: wrap; }
    .footer-left { width: 100%; border: 0; padding-right: 0; }
    .footer-pad { padding: 0; }
    .footer-heading { margin-bottom: 20px; }
    .footer-right { width: 100%; }
    .header-right { gap: 10px; }
    .footer-shocket { text-align: center; justify-content: center; }
    .heading h3 { font-size: 36px; margin-bottom: 8px; }
    .hero-slide-content h1, .hero-slide-content h2 { font-size: 54px; line-height: 64px; margin-bottom: 14px; }
    .hero-cta { margin-top: 20px; }
    .heading { margin-bottom: 20px; }
    .shop-side-bar { transform: translateY(100%); position: fixed; width: calc(100% - 20px); left: 10px; height: 100%; border-radius: 8px; z-index: 999; background: #fff; padding: 20px; border: 1px solid #ddd; transition: all .3s ease-in; overflow-y: auto; bottom: 0; }
    .shop-side-bar.active { transform: translateY(0); }
    .checkout-left { width: 100%; padding: 0; }
    .checkout-right { width: 100%; }
    .dashboard-sidebar { position: fixed; top: 0; left: -260px;        /* hidden initially */ width: 260px; height: 100%; background: #fff; box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1); transition: left 0.3s ease; z-index: 1050; padding: 40px 20px; }
    .dashboard-sidebar.active { left: 0; }
    .dashboard__head h5 { font-size: 20px; font-weight: 500; }
    .dashboard-content .product-item {width: 50%;}
    #main:has(.dashboard-sidebar.active) {
    position: relative;
    z-index: 99;
}

#main:has(.dashboard-sidebar.active) .user-dashboard {
    background:none;
}
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
    body { padding-top: 60px; }
    .navbar { height: 60px; }
    .navbar-inside { height: calc(100vh - 60px); }
    .content-container { padding: 40px 0; }
    .marquee-wrapper { padding: 20px 0px; min-height: 60px; }
    .marquee-box { font-size: 20px; }
    .marquee-box span { margin-right: 6px; font-size: 18px; }
    .heading h3 { font-size: 30px; margin-bottom: 6px; }
    .hero-slide-content h1, .hero-slide-content h2 { font-size: 44px; line-height: 54px; margin-bottom: 12px; }
    .hero-cta { margin-top: 16px; }
    .cts-model .modal-header { padding: 20; }
    .cts-model .modal-body { padding: 20px; padding-top: 0; }
    .hero-inner-banner-content h1 { font-size: 36px; }
    .hero-inner-banner-content p { font-size: 14px; }
    .hero-inner-banner { min-height: 200px; margin-top: -60px; }
    .product-detail-right { margin-top: 20px; }
    .product-detail-right h5 { font-size: 30px; }
    .product-detail-cta { flex-wrap: wrap; gap: 10px; }
    .product-detail-cta .btn { width: 100%; }
    .product-detail-cta .btn+.btn { margin: 0; }
    .shop-details-description-tb .tab-content { padding: 20px; }
    .product-detail-container { margin-top: -60px; padding-top: 80px !IMPORTANT; }
    .shop-details-description-tb .nav-tabs .nav-link { font-size: 16px; padding: 12px 0px; }
    .dashboard__head h5 { font-size: 18px; }
    .hero-slider { margin-top: 0px; height: 300px; }
    .hero-slide { height: 300px; }
    .cart-total-bottom h4 { order: -1; font-size: 20px; }
    .checkout-cta { order: -1; width: 100%; margin-top: 16px; }
    .clear-cart-cta { order: 1; margin-top: 16px; width: 100%; }
    .clear-cart-cta .btn { display: block; width: 100%; }
    .checkout-cta .btn { display: block; width: 100%; }
    .ptc-content-item h5 { font-size: 18px; }
    .ptc-content-wrapper h3 { font-size: 24px; }
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
    .product-item { width: 50%; }
    .blog-item { width: 100%; }
    .heading h3 { font-size: 27px; margin-bottom: 6px; }
    .hero-slide-content h1, .hero-slide-content h2 { font-size: 36px; line-height: 44px; margin-bottom: 10px; }
    .hero-cta { margin-top: 12px; }
    .product-item { padding: 0px 8px; margin-bottom: 16px; }
    .product-list { width: calc(100% + 16px); }
    .product-img { padding-bottom: 140%; }
    .product-content h5 { font-size: 14px; margin-bottom: 0; }
    .product-content p { font-size: 12px; }
    .header-right-counter { width: 14px; height: 14px; top: -6px; }
    .side-cart-model { max-width: 300px; }
    .ptc-content-item h5 { font-size: 16px; }
    .ptc-content-wrapper h3 { font-size: 20px; }
    .dashboard-content .product-item {width: 100%;}
}