@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/***** General CSS *****/

body {
    overflow-x: hidden;
    word-break: break-word;
    color: var(--textColor);
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --min-val: 0%;
    --white: #fff;
    --black: #000;
    --max-val: 100%;
    --thumb-size: 15px;
    --track-height: 5px;
    --textColor: #656565;
    --themeColor: #1645a6;
    --themeColor2: #d41213;
    --themeColor3: #132d63;
    --headingColor: #151414;
    --headingColor2: #131212;
}

a {
    white-space: initial;
    text-decoration: none;
    display: inline-block;
    color: var(--textColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'creato_display';
    src: url(../fonts/CreatoDisplay-ExtraBold.otf);
}

@font-face {
    font-family: 'creato_Black';
    src: url(../fonts/CreatoDisplay-Black.otf);
}

@font-face {
    font-family: 'creato_Bold';
    src: url(../fonts/CreatoDisplay-Bold.otf);
}

@font-face {
    font-family: 'creato_Medium';
    src: url(../fonts/CreatoDisplay-Medium.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 95px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--themeColor);
    font-family: 'creato_display';
}

h2 {
    font-size: 40px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--themeColor);
    font-family: 'creato_display';
}

h3 {
    font-size: 30px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--themeColor);
    font-family: 'creato_display';
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--themeColor);
    font-family: 'creato_display';
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--themeColor);
    font-family: 'creato_display';
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}


.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.theme-btn-1 {
    gap: 0px;
    display: flex;
    font-size: 14px;
    border-width: 1px;
    width: max-content;
    border-style: solid;
    padding: 18px 55px;
    color: var(--white);
    border-radius: 10px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    text-transform: capitalize;
    font-family: 'creato_Medium';
    border-color: var(--themeColor2);
    background-color: var(--themeColor2);
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--themeColor);
    background-color: var(--themeColor);
    box-shadow: 0px 11px 14px 0px rgba(34, 37, 68, 0.18);
}


.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: var(--black);
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'creato_Medium';
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--themeColor3);
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


.topSec {
    padding: 8px 4%;
    background-color: var(--themeColor);
}

.top-bar-left p {
    color: var(--white);
    font-family: 'creato_Medium';
}

.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.top-bar-right a {
    gap: 10px;
    display: flex;
    font-size: 14px;
    color: var(--white);
    align-items: center;
    justify-content: center;
    font-family: 'creato_Medium';
}

.menuSection {
    padding: 10px 4%;
    position: relative;
}

.menuSection .row {
    align-items: center;
}

.header-logo {
    height: 80px;
    width: fit-content;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-payment {
    display: inline-flex !important;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 7px;
    color: var(--white) !important;
    background: var(--themeColor2);
    box-shadow: 0 7px 18px rgba(212, 18, 19, .22);
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.header-payment:hover { color: var(--white) !important; background: #ad0e10; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(212, 18, 19, .3); }

.floating-payment, .floating-direction {
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 174px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    min-width: 58px;
    height: 58px;
    padding: 0 19px;
    overflow: hidden;
    border: 0;
    border-radius: 999px 0 0 999px;
    color: var(--white) !important;
    background: var(--themeColor2);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
    animation: paymentPulse 5s ease-in-out infinite;
    transition: transform .25s ease, background-color .5s ease, box-shadow .25s ease;
}

.floating-payment:hover { color: var(--white) !important; transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 34px rgba(0, 0, 0, .3); }
.floating-payment i { font-size: 18px; }
.floating-payment span { font: 700 13px 'creato_Medium', sans-serif; white-space: nowrap; }
.floating-direction {top: 244px; animation: directionPulse 5s ease-in-out infinite; transition: transform .25s ease, background-color .5s ease, box-shadow .25s ease; }
.floating-direction:hover { color: var(--white) !important; transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 34px rgba(0, 0, 0, .3); }
.floating-direction i { font-size: 18px; }
.floating-direction span { font: 700 13px 'creato_Medium', sans-serif; white-space: nowrap; }
@keyframes directionPulse { 0%, 100% { background-color: var(--themeColor); } 50% { background-color: var(--themeColor2); } }

@keyframes paymentPulse {
    0%, 100% { background-color: var(--themeColor2); }
    50% { background-color: var(--themeColor); }
}

.search-page { min-height: 100vh; margin: 0; background: #050505; }
.search-page-shell { display: flex; width: min(760px, calc(100% - 40px)); min-height: 100vh; margin: auto; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.search-page-mark { display: grid; width: 64px; height: 64px; margin-bottom: 28px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; color: var(--white); background: linear-gradient(135deg, var(--themeColor2), var(--themeColor)); box-shadow: 0 12px 34px rgba(22,69,166,.25); font-size: 23px; }
.search-page-kicker { margin-bottom: 14px; color: #aeb8cc; font: 700 12px 'creato_Medium', sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.search-page h1 { margin-bottom: 14px; color: var(--white); font: 700 clamp(34px, 6vw, 62px) 'creato_display', sans-serif; letter-spacing: -.035em; }
.search-page-intro { max-width: 500px; margin-bottom: 34px; color: #8993a6; font-size: 15px; line-height: 1.7; }
.search-page-form { display: flex; width: 100%; max-width: 650px; padding: 8px; border: 1px solid #30343d; border-radius: 14px; background: #111318; box-shadow: 0 22px 55px rgba(0,0,0,.35); }
.search-page-form:focus-within { border-color: var(--themeColor); box-shadow: 0 0 0 4px rgba(22,69,166,.18), 0 22px 55px rgba(0,0,0,.35); }
.search-page-form input { flex: 1; min-width: 0; padding: 15px 18px; border: 0; outline: 0; color: var(--white); background: transparent; font-size: 16px; }
.search-page-form input::placeholder { color: #717a8b; }
.search-page-form button { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; border: 0; border-radius: 10px; color: var(--white); background: var(--themeColor2); cursor: pointer; font-size: 18px; transition: background-color .3s ease, transform .3s ease; }
.search-page-form button:hover { background: var(--themeColor); transform: translateX(2px); }
.search-page-back { margin-top: 28px; color: #8993a6; font-size: 13px; }
.search-page-back:hover { color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 767px) {
    .header-payment { padding: 8px 12px; font-size: 12px !important; }
    .floating-payment { right: 16px; bottom: 16px; }
    .floating-direction { right: 16px; bottom: 84px; }
    .search-page-shell { width: min(100% - 28px, 650px); }
    .search-page-form input { font-size: 15px; }
}




/*header css start */

/* Font Awesome Free 5 compatibility for newer utility class names used by the storefront. */
.fa-solid, .fa-light, .fa-sharp { display: inline-block; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; line-height: 1; }
.fa-regular { display: inline-block; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 400; line-height: 1; }
.fa-brands { display: inline-block; font-family: "Font Awesome 5 Brands"; font-style: normal; font-weight: 400; line-height: 1; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-pen-to-square:before { content: "\f044"; }
.fa-circle-arrow-right:before { content: "\f0a9"; }
.fa-circle-check:before { content: "\f058"; }
.fa-gauge-high:before { content: "\f3fd"; }
.fa-x-twitter:before { content: "\f099"; }

/*banner css start */

.main_slider {
    min-height: 680px;
    position: relative;
    padding: 20px 4% 100px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.main_slider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    background-color: var(--white);
}

.main_slider .add-padding {
    position: relative;
}

.banner_text {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner_text img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.banner_text h1 {
    padding-left: 35px;
    margin-bottom: 15px;
    padding-right: 35px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 10px solid #000b37;
}

.banner_text ul {
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}

.banner_text ul li a {
    gap: 10px;
    display: flex;
    font-size: 25px;
    font-weight: 500;
    color: #001a94;
    align-items: center;
    justify-content: center;
    font-family: 'creato_Black';
}

.banner_text ul li a i {
    color: var(--themeColor);
}

.banner_text ul li a i.fa-circle {
    font-size: 15px;
    margin-right: 10px;
    color: var(--black);
}

.banner_text ul.banner-email li:first-child {
    padding-right: 40px;
    border-right: 2px solid var(--textColor);
}

.banner_text ul.banner-email li a {
    color: #000b37;
}


section.main_slider.inner-banner {
    display: flex;
    min-height: 360px;
    padding: 80px 4%;
    align-items: center;
    justify-content: center;
}

section.main_slider.inner-banner .banner_text h1 {
    margin: 0px;
    border: none;
    padding: 0px;
    font-size: 50px;
    color: var(--themeColor3);
}

/*banner css end*/

/* category-sec */

.category-main-box {
    margin-top: -80px;
    border-width: 1px;
    position: relative;
    border-style: solid;
    border-radius: 10px;
    padding: 20px 20px 30px;
    background-color: var(--white);
    border-color: rgb(238, 239, 240);
    box-shadow: 11.846px 19.715px 70px 0px rgba(23, 23, 23, 0.06);
}

.category-main-box .d-flex.justify-content-center.align-items-center {
    margin-top: 20px;
}

.category-heading {
    margin-bottom: 40px;
}

.category-heading form {
    gap: 20px;
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
}

.category-heading form input {
    width: 70%;
    height: 70px;
    padding: 10px 25px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    font-family: 'creato_Medium';
}

.category-heading form input::placeholder {
    color: #747474;
}

.category-heading form select {
    width: 30%;
    height: 70px;
    color: #171717;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: 'creato_Bold';
    border: 1px solid #e3e3e3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.category-heading form button {
    gap: 10px;
    height: 70px;
    display: flex;
    flex-shrink: 0;
    min-width: 21%;
    align-items: center;
    justify-content: center;
}

.category-box {
    height: 180px;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    border-radius: 10px;
    align-items: flex-end;
    justify-content: center;
}

.category-box:hover img {
    transform: scale(1.1);
    transition: ease-in;
    transition-duration: 0.5s;
}

.category-box>img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.category-box-title {
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--themeColor);
}

.category-box-title h5 {
    font-size: 14px;
    color: var(--white);
    font-family: 'creato_Medium';
}

.cateogory-main-list-hrading h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.inner-category-sec {
    padding: 100px 0px;
}

.inner-category-sec .category-main-box {
    border: none;
    padding: 0px;
    margin-top: 0px;
    box-shadow: none;
    border-radius: 0px;
}

/* category-sec */

/* product-sec  */

.product-sec {
    padding: 100px 4%;
}

.section-heading-2 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 25px;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
}

.section-heading-2::before {
    left: 0;
    width: 5%;
    height: 4px;
    content: '';
    bottom: -1px;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
    animation: lineExpand 20s ease-in-out infinite;
}

.section-heading-2.change-before-color::before {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

@keyframes lineExpand {

    0%,
    100% {
        left: 0%;
        width: 5%;
    }

    50% {
        left: 80%;
        width: 20%;
    }
}

.productSlider {
    margin: 0px -10px;
}

.productSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.product-box {
    padding: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 24px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 1px solid #e9e9e9;
}

.product-box::before {
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 0px;
    content: '';
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.product-box:hover::before {
    height: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box:hover .theme-btn-1 {
    color: var(--themeColor);
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.product-box:hover .theme-btn-1:hover {
    color: var(--white);
    background-color: var(--themeColor3);
}

.product-box:hover h5,
.product-box:hover h6,
.product-box:hover .product-box-text h5, .product-box:hover .product-stock-line {
    transition: ease-in-out;
    transition-duration: 0.5s;
    color: var(--white) !important;
}

.product-box:hover h6 i {
    transition: ease-in-out;
    transition-duration: 0.5s;
    color: var(--white) !important;
}

.product-box:hover .product-box-text p {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-box:hover h6 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(105%) contrast(102%);
}

.product-box-img {
    height: 280px;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}

.product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box:hover .product-box-img img {
    transform: scale(1.2);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-box-img-badge {
    top: 10px;
    right: 10px;
    font-size: 10px;
    padding: 5px 15px;
    border-radius: 5px;
    position: absolute;
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-family: 'creato_Medium';
    background-color: var(--themeColor3);
}

.product-box-text h5 {
    font-size: 16px;
    transition: ease-in;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-family: 'creato_Bold';
}

.product-box-text h6 {
    font-size: 12px;
    transition: ease-in;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-family: 'creato_Bold';
}

.product-box-text ul {
    gap: 2px;
    display: flex;
    margin: 9px 0px;
    align-items: center;
    justify-content: flex-start;
}

.product-box-text ul li h6 {
    line-height: 1;
    margin-top: 2px;
    margin-left: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box-text ul li i {
    font-size: 12px;
    color: #fd8f00;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box-text ul li i.custom-fade {
    opacity: 0.5s;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box-text p {
    font-size: 16px;
    transition: ease-in;
    transition-duration: 0.5s;
    color: var(--themeColor);
    font-family: 'creato_Bold';
}

.product-box-text .theme-btn-1 {
    width: 100%;
    margin-top: 30px;
    border-radius: 5px;
    padding: 12px 25px;
    transition: ease-in;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-family: 'creato_Medium';
    gap: 10px;
}

.product-sec .d-flex.justify-content-center.align-items-center {
    margin-top: 30px;
}

.productCarSlider {
    margin: 0px -10px;
}

.productCarSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.product-slider-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider-btn button {
    width: 50px;
    height: auto;
    display: flex;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #cccccc;
    background-color: var(--white);
    box-shadow: 3.507px 7.19px 24px 0px rgba(0, 0, 0, 0.24);
}

.product-slider-btn button:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--themeColor2);
    background-color: var(--themeColor2);
}

.product-slider-btn button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(105%) contrast(102%);
}

.product-slider-btn button img {
    width: 17px;
    height: 10px;
    object-fit: contain;
}

.product-slider-btn button.product-slider-right-btn {
    transform: rotate(180deg);
}

.product-box.product-car-box .product-box-text ul li h6,
.productCarSlider .product-box .product-box-text ul li h6 {
    gap: 5px;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    align-items: center;
}

.product-box.product-car-box .product-box-text ul {
    margin: 14px 0px;
}

.product-box.product-car-box .product-box-text {
    padding-top: 10px;
}

.product-box.product-car-box .product-box-text h5,
.productCarSlider .product-box .product-box-text h5 {
    color: var(--headingColor);
}

.product-box.product-car-box .product-box-text ul li h6 img,
.productCarSlider .product-box .product-box-text ul li h6 img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.product-box.product-car-box .product-box-text ul li h6 i,
.productCarSlider .product-box .product-box-text ul li h6 i {
    color: var(--themeColor);
    font-size: 20px;
}

.product-weekly-box .product-box-text {
    padding-top: 20px;
}

.product-weekly-box .product-box-text h5 {
    margin-bottom: 10px;
}

/* product-sec  */

/* product detail starts */

section.product-detail {
    padding: 100px 0px;
}

.productdetailportion {
    height: 450px;
    display: flex;
    min-height: 100%;
    border-radius: 0px;
    margin-bottom: 0px;
    align-items: center;
    justify-content: center;
}

.productdetailportion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.productdetailsmallportion {
    width: 100%;
    display: flex;
    height: 110px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    background-color: var(--white);
}

.product-content .top-section h6 {
    font-size: 35px;
    margin-bottom: 15px;
}

.product-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-content ul li {
    margin-right: 5px;
    font-size: 17px;
    color: black;
    font-weight: 600;
}

.product-content ul li i.fas.fa-star {
    color: #ffc107;
}

.product-content hr {
    margin: 20px 0;
    border-color: #eee;
}

.row.flexEnd.price_rev ul {
    display: flex;
}

.row.flexEnd.price_rev p {
    font-size: 17px;
    color: black;
    font-weight: 600;
    font-size: 17px;
}

.brand p {
    color: #666;
    line-height: 1.6;
}

.product-detail .slick-active {
    opacity: 1;
}

.product-detail .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 8px 10px;
}

ul.brand h3 {
    color: #00000082;
    font-size: 22px;
    padding: 20px 0 20px 0;
    text-decoration: line-through;
}

.price_rev {
    margin-bottom: 15px;
}

ul.brand h2 {
    line-height: 1;
    font-size: 45px;
    font-weight: 600;
    padding: 0 0 10px 0;
    color: var(--themeColor);
}

ul.brand h2 span {
    display: block;
    font-size: 22px;
    color: #393939;
    margin-bottom: 20px;
    text-decoration: line-through;
}


ul.brand p {
    color: #a2a2a2;
    font-weight: 600;
    padding: 0 0 20px 0;
}

ul.brand p.text-black {
    color: var(--black);
}

.quanity.product-detail div {
    gap: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0px 0px 20px;
    border-radius: 0 !important;
    justify-content: flex-start;
}

.quanity.product-detail {
    margin-top: 20px;
}

.quan-count li {
    width: 100%;
}

.quanity.product-detail .num-block.skin-2 .num-in,
.quanity.product-detail .num-block.skin-2 {
    gap: 0;
    margin-bottom: 0px;
}

.quanity.product-detail .num-block.skin-2 .num-in {
    justify-content: space-between;
}

.quan-count {
    height: 60px;
    width: 140px;
    display: flex;
    padding: 0px 0px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
}

.sku {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
}

.sku p {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 10px 0;
    color: var(--headingColor2);
}

.sku span {
    font-size: 17px;
    font-weight: 600;
    color: var(--headingColor2);
}

ul.share-icon {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.share-icon li {
    font-size: 17px;
    font-weight: 600;
    color: var(--headingColor2);
}

.sku p {
    margin-bottom: 10px;
}

.sku p.position-relative {
    top: 10px;
}

ul.share-icon a {
    width: 40px;
    height: 40px;
    display: flex;
    opacity: 0.5s;
    font-size: 16px;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    color: var(--headingColor2);
    border: 1px solid var(--headingColor2);
}

ul.share-icon a:hover {
    opacity: 1;
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--headingColor2);
}

/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}

.price_rev .col-6 {
    width: fit-content;
}

/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 0 0 100px;
}

.prod-detail-description .nav-tabs .nav-link {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    margin-right: 10px;
    background: transparent;
    text-transform: uppercase;
    color: var(--headingColor2);
    border-radius: 0 !important;
    font-family: 'creato_Medium';
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border: 0;
    border-bottom: 3px solid var(--headingColor2) !important;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border: 0;
    border-bottom: 3px solid var(--headingColor2) !important;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    border: 1px solid var(--black);
    margin: 5px 0 20px;
    background-color: transparent;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid var(--black);
    margin: 5px 0 0;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    resize: none;
    background-color: transparent;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: var(--black);
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid var(--black);
    font-size: 16px;
    text-transform: uppercase;
    background: var(--black);
    color: var(--white);
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Poppins";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: var(--black);
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    color: var(--headingColor2);
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-discription-content ul li p {
    text-transform: uppercase;
}

.product-detail1 .skin-2 .num-in {
    height: 50px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.product-detail1 .skin-2 .num-in span:before,
.product-detail1 .skin-2 .num-in span:after {
    opacity: 1;
    content: '';
    position: absolute;
    background-color: var(--black);
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.minus,
.plus {
    font-size: 20px;
    padding: 0.5rem;
    border: 0px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.minus.dis {
    color: #aaa;
    cursor: not-allowed;
}

.minus:hover:not(.dis),
.plus:hover {
    border-color: #102d26;
    color: #102d26;
}

#number {
    height: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

section.inner_gift_sec1 .about_text h3 {
    font-size: 44px;
}

.product-detail1 .skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
    opacity: 1;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* product detail ends */

/* book sec */

.inner-booking-sec {
    padding: 100px 0;
}

.inner-booking-heading {
    text-align: center;
    margin-bottom: 25px;
}

.inner-booking-sec .section-heading h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.inner-booking-heading p {
    color: #919191;
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
}

.inner-booking-input {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.inner-booking-input input,
.inner-booking-input select {
    width: 100%;
    height: 60px;
    outline: none;
    font-size: 15px;
    padding: 0 20px;
    color: #909091;
    font-weight: 500;
    border-radius: 5px;
    background: var(--white);
    transition: all 0.3s ease;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
}

.inner-booking-input textarea {
    width: 100%;
    resize: none;
    padding: 20px;
    height: 160px;
    outline: none;
    font-size: 15px;
    color: #909091;
    font-weight: 500;
    border-radius: 5px;
    background: var(--white);
    transition: all 0.3s ease;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
}

.inner-booking-input input::placeholder,
.inner-booking-input textarea::placeholder {
    color: #909091;
}

.inner-booking-input input:hover,
.inner-booking-input select:hover,
.inner-booking-input textarea:hover {
    border-color: var(--headingColor);
}

.inner-booking-input input:focus,
.inner-booking-input select:focus,
.inner-booking-input textarea:focus {
    transform: translateY(-2px);
    border-color: var(--themeColor);
    box-shadow: 0 0 10px #e58b8e52;
}

.inner-booking-input label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s ease;
    background: #171717;
    padding: 0 5px;
}

.inner-booking-input input:focus+label,
.inner-booking-input input:valid+label,
.inner-booking-input textarea:focus+label,
.inner-booking-input textarea:valid+label {
    top: 0;
    font-size: 12px;
    color: var(--themeColor);
}

.inner-booking-form-input-icon {
    top: 1px;
    right: 1px;
    width: 60px;
    height: 58px;
    display: flex;
    transition: 0.3s;
    position: absolute;
    align-items: center;
    pointer-events: none;
    justify-content: center;
    color: var(--themeColor);
}

.inner-booking-form-input-icon::before {
    top: 0;
    left: -5px;
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.inner-booking-input input:focus~.inner-booking-form-input-icon,
.inner-booking-input select:focus~.inner-booking-form-input-icon {
    color: var(--themeColor);
    transform: translateY(-2px);
}

.inner-booking-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-booking-button button:active {
    transform: scale(0.97);
}

/* book sec */

/* contact-pg */

section.contact-pg {
    padding: 100px 4%;
}

.cont-bx {
    min-height: 100%;
    padding: 60px 20px;
    border-radius: 0px;
    background: var(--themeColor);
}

.cont-bx h3 {
    font-size: 26px;
    line-height: 23px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    width: 75%;
}

.cont-bx a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 13px;
}

.cont-bx a span {
    display: block;
}

.cont-bot-txt {
    text-align: center;
}

.cont-bot-txt h3 {
    font-size: 56px;
    font-weight: 400;
    line-height: 63px;
    color: var(--black);
    margin-bottom: 10px;
    font-family: 'creato_Black';
}

.cont-bot-txt p {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 40px;
}

.cont-bot-txt form input {
    width: 100%;
    height: 60px;
    padding: 15px;
    color: #000;
    border-radius: 0px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
}

.cont-bot-txt form textarea {
    width: 100%;
    padding: 15px;
    color: #000;
    height: 150px;
    display: block;
    border-radius: 0px;
    margin-bottom: 20px;
    align-content: flex-end;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
}

.cont-bot-txt form input::placeholder,
.cont-bot-txt form textarea::placeholder {
    color: #909091;
    font-size: 12px;
}

.cont-bot-txt form button {
    margin: auto;
}

/* contact-pg */



/* account sec */

.account-sec {
    padding: 100px 0px;
}

section.account-sec .waraper h5 {
    color: var(--themeColor);
    font-size: 42px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

section.account-sec .form {
    padding: 50px 30px;
    border-radius: 10px;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 20px;
    border-color: #dbd5c6;
    transition: ease-in 0.5s;
    background-color: var(--bodyBg);
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.048);
}

section.account-sec .form:hover {
    transition: ease-in 0.5s;
    background-color: var(--themeColor);
}

section.account-sec .form h5 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

section.account-sec .form:hover h5 {
    color: var(--white);
    transition: ease-in 0.5s;
}

section.account-sec .form:hover button {
    color: #013220;
    transition: ease-in 0.5s;
    background-color: var(--white);
}

section.account-sec .form:hover input,
section.account-sec .form:hover select {
    border-radius: 5px;
    color: var(--white);
    transition: ease-in 0.5s;
    background-color: transparent;
    border: 1px solid var(--white);
}

section.account-sec .form:hover select option {
    color: var(--black);
}

section.account-sec .form:hover input::placeholder {
    color: var(--white);
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .form-check label {
    color: var(--white);
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .forget a.bnts {
    color: var(--white);
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .para p,
section.account-sec .form:hover .para p a {
    color: var(--white);
    transition: ease-in 0.5s;
}

section.account-sec .form input,
section.account-sec .form select {
    width: 100%;
    margin: 12px 0px;
    padding: 14px 20px;
    color: #59564f;
    border-radius: 10px;
    transition: ease-in 0.5s;
    border: 1px solid #e0dcdc;
    background-color: var(--bodyBg);
}

section.account-sec .form input::placeholder {
    font-size: 16px;
    transition: ease-in 0.5s;
    color: #59564f;
}

section.account-sec .form button {
    width: 100%;
    border: 0px;
    height: 70px;
    font-size: 16px;
    padding: 12px 0;
    transition: 0.4s;
    font-weight: 500;
    color: var(--white);
    border-radius: 10px;
    transition: ease-in 0.5s;
    text-transform: uppercase;
    font-family: 'creato_Medium';
    background-color: var(--themeColor2);
}

section.account-sec .form button#login {
    margin: 10px 0px;
}

section.account-sec .form:hover .toggle-password {
    color: var(--white);
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--black);
}

section.account-sec .form-check input#rememberMe {
    width: auto;
    padding: 8px;
    margin-right: 10px;
    border-radius: 0px;
    transition: ease-in 0.5s;
    border: 1px solid #ffffff67;
    background-color: var(--white);
}

section.account-sec .form-check label {
    font-size: 16px;
    margin-bottom: 0px;
    transition: ease-in 0.5s;
    color: #a7a7a7;
}

section.account-sec .forget {
    display: flex;
    justify-content: space-between;
    transition: ease-in 0.5s;
    align-items: center;
}

section.account-sec .form-check {
    padding-left: 0px !important;
    transition: ease-in 0.5s;
}

section.account-sec .form button:hover {
    color: var(--white);
    transition: ease-in 0.5s;
    border: 1px solid var(--themeColor2);
    background-color: var(--themeColor2);
}

section.account-sec .forget a.bnts {
    font-size: 16px;
    color: #a7a7a7;
    transition: ease-in 0.5s;
}

section.account-sec .forget a.bnts:hover {
    color: var(--black);
}

section.account-sec .form-check input#rememberMe:focus {
    outline: 0px !important;
    box-shadow: unset;
}

section.account-sec .form-check-input:checked[type="checkbox"] {
    filter: brightness(0);
    background-color: transparent !important;
    transition: ease-in 0.5s;
}

section.account-sec .form .para p {
    font-size: 14px;
    color: var(--black);
    margin-bottom: 16px;
    transition: ease-in 0.5s;
    padding-left: 3px;
}

section.account-sec .form .para p a {
    font-weight: 600;
    transition: 0.4s;
    color: var(--themeColor);
    text-decoration: underline;
}

section.account-sec .form .para p a:hover {
    color: var(--white);
    transition: ease-in 0.5s;
}

/* Forget Password Modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-overlay.show {
    display: flex;
    opacity: 1;
}

.modal-content {
    background-color: var(--white);
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

.modal-overlay.show .modal-content {
    transform: scale(1);
}

.modal-header {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.modal-header h5 {
    margin: 0;
    font-size: 24px;
    color: var(--black);
    text-transform: uppercase;
}

.close-modal {
    font-size: 32px;
    font-weight: 300;
    color: #999;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.close-modal:hover {
    color: var(--themeColor);
}

.modal-body {
    padding: 30px;
}

.modal-body p {
    margin-bottom: 20px;
    color: var(--textColor);
    font-size: 14px;
}

.modal-body input[type="email"] {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
}

.modal-body input[type="email"]:focus {
    border-color: var(--themeColor);
    outline: none;
}

.modal-body .reset-btn {
    width: 100%;
    padding: 15px 20px;
    background-color: var(--themeColor);
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Edensor';
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.modal-body .reset-btn:hover {
    background-color: #c19a6f;
    transform: translateY(-2px);
}

/* account sec */

/* Product Page Start */

.range-text {
    display: flex;
    justify-content: center;
    position: relative;
}

.right-side-top {
    border-width: 1px;
    border-radius: 5px;
    padding: 20px 30px;
    border-radius: 10px;
    border-style: solid;
    background-color: var(--white);
    border-color: rgb(238, 239, 240);
    box-shadow: 11.846px 19.715px 70px 0px rgba(23, 23, 23, 0.06);

}

.right-side-top select {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    appearance: auto;
    padding: 8px 20px;
    border-radius: 3px;
    color: var(--black);
    background-color: #e0e0e0;
    border: 1px solid transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.showing-icon>select {
    width: 50%;
}

.showing-icon>.product-select {
    width: 85%;
}

.showing-icon>p {
    width: 15%;
}

.right-side-top p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.show-prg-num a {
    font-size: 16px;
    font-weight: 500;
    color: #9e9b9b;
    padding: 0 2px;
    transition: 0.5s;
}

.show-prg-num p {
    font-size: 16px;
}

.show-prg-num {
    gap: 10px;
}

.show-prg-num a:hover {
    color: var(--headingColor2);
}

.showing-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.showing-icon a {
    margin-top: 19px;
    padding: 0 13px;
    color: var(--black);
}

section.collection-side {
    padding: 100px 4%;
    position: relative;
}

img.bk-2.prd-pg-2 {
    bottom: 20%;
}

img.bk-1.prd-pg-1 {
    right: -5%;
    bottom: 15%;
}

.product-bar-txt h5 {
    /* color: var(--white); */
    font-size: 23px;
}

.product-bar form {
    position: relative;
}

.product-bar {
    width: 90%;
    height: 100%;
    /* border-right: 1px solid #cccccc38; */
}

.range-bg-space {
    padding: 20px;
    background-color: var(--white);
    border-width: 1px;
    border-color: rgb(238, 239, 240);
    border-style: solid;
    border-radius: 10px;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 11.846px 19.715px 70px 0px rgba(23, 23, 23, 0.06);
}

.range-slider {
    width: 100%;
    margin-top: 46px;
    position: relative;
}

.range-slider input {
    border: none;
}

.left-side-one {
    width: 90px;
}

:root {
    --primary-color: #101010;
    /* Black for fill */
    --secondary-color: #e5e7eb;
    /* Light gray for background track */

}

.show-top {
    gap: 10px;
    display: flex;
    font-size: 14px;
    margin-top: 50px;
    font-weight: 500;
    align-items: center;
    justify-content: flex-start;
}

.range-slider .rangeValues {
    width: 100%;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    color: #313131;
}

/* The custom fill track (the black part between the thumbs) is created using a pseudo-element on the parent */
.range-slider::before {
    content: '';
    height: var(--track-height);
    background: var(--themeColor2);
    /* Black color for the active range */
    position: absolute;
    top: 25px;
    /* Adjust to center vertically */
    left: 0;
    right: 0;
    z-index: 1;
    /* Use custom properties updated by JS to control the black fill width and position */
    left: var(--min-val);
    right: calc(100% - var(--max-val));
}

/* The overall light gray track (unselected area) */
.slider-track {
    position: absolute;
    top: 25px;
    /* Center vertically */
    width: 100%;
    height: var(--track-height);
    background: var(--secondary-color);
    /* Light gray for inactive range */
    border-radius: 3px;
    z-index: 0;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    border: none;
    padding: 0;
    height: var(--track-height);
    top: 25px;
    /* Align with the track and pseudo-element */
    margin: 0;
    background: none;
    /* Crucial: make input background transparent */
    pointer-events: none;
    /* Allow interaction through the input track */
    z-index: 3;
    /* Ensure thumbs are above the fill */
}

/* Make the input tracks transparent so we can see the background track and fill */
.range-slider input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
    height: var(--track-height);
    border: none;
}

.range-slider input[type=range]::-moz-range-track {
    background: transparent;
    height: var(--track-height);
    border: none;
}

/* Style for the thumb (the dot) */
.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    border-radius: 50%;
    background: var(--themeColor2);
    cursor: pointer;
    position: relative;
    z-index: 4;
    /* Ensure thumbs are clickable */
    pointer-events: all;
    /* Make thumbs clickable */
    margin-top: calc((var(--thumb-size) - var(--track-height)) / -2);
    /* Center thumb vertically */
}

.range-slider input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    z-index: 4;
    pointer-events: all;
    border: none;
}

/* Value Popups (The black tags $15 and $500 in the image) */
.range-slider .rangeValues {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    z-index: 5;
    top: -20px;
}

.value-popup {
    position: absolute;
    top: -10px;
    background-color: var(--themeColor2);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    /* Transition for smooth movement */
    transition: left 0.1s ease;
}

.value-popup::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--themeColor2);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.range-bg-space h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

.product-bar1 a {
    display: block;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #cccccc38;
    margin-bottom: 16px;
    padding-bottom: 10px;
    padding-left: 20px;
    transition: 0.5s;
    font-weight: 500;
}

.product-bar1 .inventory-category-link { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; min-height: 54px; margin-bottom: 8px; padding: 6px 8px; border: 1px solid transparent; border-radius: 8px; line-height: 1.25; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.product-bar1 .inventory-category-link:hover, .product-bar1 .inventory-category-link.active { border-color: #dce7f1; background: #f5f9fc; transform: translateX(2px); }
.inventory-category-thumb { display: grid; width: 42px; height: 42px; overflow: hidden; place-items: center; border-radius: 8px; color: var(--themeColor); background: #eaf2fa; }
.inventory-category-thumb img { width: 100%; height: 100%; object-fit: cover; }
.inventory-category-thumb.all { color: var(--white); background: linear-gradient(135deg, var(--themeColor), var(--themeColor2)); }
.product-bar1 .inventory-category-link span:not(.inventory-category-thumb) { overflow: hidden; color: #315879; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.product-bar1 .inventory-category-link em { color: #91a0ae; font-size: 11px; font-style: normal; }

.product-bar1 {
    padding: 20px;
    margin-top: 25px;
    border-width: 1px;
    border-radius: 10px;
    border-radius: 10px;
    border-style: solid;
    background-color: var(--white);
    border-color: rgb(238, 239, 240);
    box-shadow: 11.846px 19.715px 70px 0px rgba(23, 23, 23, 0.06);

}

.product-bar1 h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-bar1 a:hover {
    font-weight: 500;
    padding-left: 25px;
    color: var(--themeColor);
}

.grid-view {
    /* display: flex; */
    /* gap: 15px; */
    /* color: var(--black); */
    /* position: relative; */
}

.grid-view>a {
    font-size: 19px;
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff7f00;
    overflow: hidden;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.pro-grid-view .w-full {
    width: 50%;
}

.pro-grid-view .w-full {
    width: 50%;
}

.grid-view>a:hover {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.collection-side .premium-products-silder-items {
    margin: 20px 0;
}

.grid-view p {
    color: #ff7f00;
}

.grid-view:hover .grid-view-badge {
    display: block;
}

.grid-view-badge {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 10px;
    background: #ff7f00;
    border-radius: 5px;
    z-index: 9;
    display: none;
}

.grid-view-badge::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20px;
    height: 10px;
    background-color: #ff7f00;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.grid-view-badge h6 {
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
}

.large-grid-view-class .col-lg-4 {
    width: 50%;
}

.list-view-class .col-lg-4 {
    width: 100%;
}

.row.product-grid.grid-view-class .col-lg-4 {
    width: 33%;
}

.view-grid1 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.view-grid1 a i {
    color: #888888;
}

.view-grid1 a i:hover {
    color: var(--headingColor2);
}

/* Live inventory controls */
.product-bar1 a.active { color: var(--headingColor2); font-weight: 700; }
.inventory-search-bar { display: flex; align-items: center; gap: 12px; border: 1px solid #dfe7ef; border-radius: 8px; background: #fff; padding: 10px 14px; }
.inventory-search-bar i { color: #8b9aaa; }
.inventory-search-bar input { flex: 1; border: 0; outline: 0; color: #203b5c; font-size: 13px; }
.inventory-search-bar button { border: 0; background: transparent; color: #315879; font-size: 11px; font-weight: 700; }
.product-bar1 a span { float: right; color: #9aa7b5; font-size: 11px; }
.product-grid.inventory-large-view > div { flex: 0 0 50%; max-width: 50%; }
.product-grid.inventory-list-view > div { flex: 0 0 100%; max-width: 100%; }
.product-grid.inventory-list-view .product-box { display: flex; align-items: center; gap: 24px; }
.product-grid.inventory-list-view .product-box-img { flex: 0 0 190px; }
.product-grid.inventory-list-view .product-box-text { flex: 1; text-align: left; }
.inventory-pagination { display: flex; justify-content: center; gap: 8px; margin: 30px 0 10px; }
.inventory-pagination button { min-width: 36px; height: 36px; border: 1px solid #dce5ee; border-radius: 6px; background: #fff; color: #315879; font-size: 13px; }
.inventory-pagination button.active, .inventory-pagination button:hover:not(:disabled) { border-color: #173e70; background: #173e70; color: #fff; }
.inventory-pagination button:disabled { cursor: not-allowed; opacity: .4; }
@media (max-width: 767px) {
    .product-grid.inventory-large-view > div { flex: 0 0 100%; max-width: 100%; }
    .product-grid.inventory-list-view .product-box { display: block; }
    .product-grid.inventory-list-view .product-box-img { width: 100%; }
}

/*product end*/


/* delivery-sec */

.delivery-boxes {
    display: flex;
    padding: 25px 40px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    justify-content: space-between;
}

.delivery-box {
    gap: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.delivery-box h5 {
    font-size: 14px;
    color: #181717;
    font-family: 'Montserrat';
}

.delivery-box h5 span {
    display: block;
    color: #868686;
    margin-bottom: 5px;
}

.delivery-box img {
    width: 50px;
    height: 35px;
    object-fit: contain;
}

/* delivery-sec */

/* terms-sec */

.terms-sec {
    padding: 100px 0px;
}

.terms-text h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.terms-text h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.terms-text p {
    margin-bottom: 35px;
}

/* terms-sec */

/* weekly-sec */

.weekly-box {
    height: 400px;
    padding: 20px;
    display: flex;
    min-height: 100%;
    overflow: hidden;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-image: url(../images/weeekly-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.weekly-box .theme-btn-1 {
    width: 100%;
}

.weekly-box-text {
    z-index: 1;
    padding-top: 10px;
    padding-left: 10px;
    position: relative;
}

.weekly-box-text::before {
    top: -30px;
    left: -40px;
    z-index: -1;
    content: '';
    width: 100%;
    height: 150%;
    transform: scale(1.5);
    position: absolute;
    background: radial-gradient(circle, #1645a6 0%, #1645a600 60%);
}

.weekly-box-text h2 {
    font-size: 60px;
    color: var(--white);
}

.weekly-box-text p {
    opacity: 0.5s;
    color: var(--white);
}

.weeklySlider .slick-slide {
    opacity: 1;
    margin: 0px 5px;
}

.product-weekly-box .product-box-img {
    background-color: #ebebeb;
}

.product-weekly-box .product-box-img img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.product-box-img-red-badge {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 12px;
    position: absolute;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor2);
}

.product-box.product-weekly-box {
    margin-bottom: 0px;
    text-align: center;
}

.product-weekly-box .product-box-text h6 {
    margin-bottom: 15px;
}

.product-weekly-box .product-box-text h5 {
    margin-bottom: 5px;
}

.product-weekly-box .product-box-text p span {
    opacity: 0.5s;
    font-size: 12px;
    text-decoration: line-through;
}

/* weekly-sec  */

/* why-shop-sec */

.why-shop-sec {
    padding: 100px 4%;
}

.why-shop-sec .section-heading {
    margin-bottom: 80px;
    position: relative;
}

.why-shop-sec .section-heading::before {
    left: 0;
    right: 0;
    height: 4px;
    width: 60px;
    content: '';
    margin: auto;
    bottom: -30px;
    position: absolute;
    background-color: var(--themeColor2);
}

.why-shop-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-shop-box {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.why-shop img {
    width: 45px;
    object-fit: contain;
}

.why-shop-box h5 {
    font-size: 17px;
    margin-bottom: 5px;
    font-family: 'creato_Medium';
}

.why-shop-box p {
    line-height: 1;
    color: #525252;
    font-weight: 600;
}

/* why-shop-sec */

/* payment-sec */

.payment-sec {
    padding: 100px 0px;
}

.payment-box {
    gap: 20px;
    display: flex;
    border-width: 1px;
    text-align: center;
    padding: 45px 30px;
    border-style: solid;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    background-color: var(--white);
    border-color: rgb(238, 239, 240);
    box-shadow: 11.846px 19.715px 70px 0px rgba(23, 23, 23, 0.06);
}

.payment-box-icon {
    width: 120px;
    height: 120px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
}

.payment-box h5 {
    font-size: 20px;
    color: var(--black);
    text-transform: uppercase;
    font-family: 'creato_Medium';
}

.payment-accepted-box {
    margin-top: 100px;
}

.payment-accepted-box h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.payment-accepted-box ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.payment-accepted-box ul li {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.payment-accepted {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.payment-accepted-img {
    width: 90px;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: #f4f4f4;
}

.payment-accepted-img img {
    width: 25px;
    object-fit: contain;
}

/* payment-sec */

/* footer */

.footerSec {
    background-color: var(--themeColor3);
}

.footer-newsletter-bar {
    padding: 30px 4%;
    background-color: #19397b;
}

.Newsletter-input form {
    display: flex;
    overflow: hidden;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    border: 1px solid #ffffff80;
}

.Newsletter-input form input {
    width: 100%;
    height: 40px;
    border: none;
    padding: 10px 25px;
    color: var(--white);
    background-color: transparent;
}

.Newsletter-input form input::placeholder {
    opacity: 0.5s;
    color: var(--white);
}

.Newsletter-input form button {
    flex-shrink: 0;
}

.Newsletter-text i {
    width: 90px;
    float: left;
    height: 80px;
    font-size: 50px;
    padding-top: 10px;
    color: var(--white);
}

.Newsletter-text h3 {
    font-size: 25px;
    margin-bottom: 5px;
    color: var(--white);
}

.Newsletter-text p {
    opacity: 0.5s;
    color: var(--white);
}

.footer-btm {
    padding: 25px 4%;
    border-top: 1px solid #ffffff7a;
}

.copy-txt {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.copy-txt p {
    opacity: 0.5s;
    color: var(--white);
}

.footer-mid-area {
    padding: 60px 4% 60px;
}

.footer-main-row {
    row-gap: 40px;
}

.footer-brand-col {
    padding-right: 20px;
}

.footer-logo {
    width: 100%;
    display: flex;
    height: auto;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    background-color: var(--white);
}

.footer-logo img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.footer-brand-desc {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.footer-follow-label {
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.footer-social-list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-list li a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--themeColor2);
    transition: background 0.3s, transform 0.3s;
}


.footer-social-list li a:hover {
    transform: translateY(-3px);
    opacity: 0.85;
}

/* ── Link columns ── */
.footer-links-col {
    padding-right: 10px;
}

.footer-col-title {
    font-size: 17px;
    font-weight: 700;
    position: relative;
    color: var(--white);
    margin-bottom: 20px;
    padding-bottom: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-col-title::after {
    left: 0;
    bottom: 0px;
    height: 1px;
    content: '';
    width: 160px;
    opacity: 0.2;
    position: absolute;
    background-color: var(--white);
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 10px;
}

.footer-links-list li a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.3s, padding-left 0.3s;
    display: inline-block;
}

.footer-links-list li a:hover {
    color: var(--white);
    padding-left: 5px;
}

/* Categories two-sub-column layout */
.footer-cat-row {
    display: flex;
    gap: 20px;
}

.footer-category-loading {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
}

.footer-dynamic-categories li {
    break-inside: avoid;
}

.payment-success .theme-btn-1, .order-success .theme-btn-1 { margin: 22px auto 0; }

/* ── Get In Touch column ── */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    gap: 5px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.fc-icon {
    width: 30px;
    height: 20px;
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    margin-top: 2px;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
}

.fc-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 1.6;
}

.fc-text a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.fc-text a:hover {
    color: var(--white);
}

/* footer */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/

/* Live catalog inventory metadata */
.product-stock-line { margin: 8px 0 12px; color: #53708b; font-size: 12px; font-weight: 700; }
.product-stock-line.low-stock, .product-availability.low-stock { color: #b3792e; }
.product-stock-line.out-of-stock, .product-availability.out-of-stock { color: #b34b4b; }
.stock-badge.low-stock { background: #fff4e4; color: #b3792e; }
.stock-badge.out-of-stock { background: #fdecec; color: #b34b4b; }
.product-box .theme-btn-1:disabled, .product-detail .theme-btn-1.disabled { cursor: not-allowed; opacity: .55; pointer-events: none; }
.product-features { margin-top: 16px; }
.product-features li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 9px; }
.product-features li i { color: #2e8a62; margin-top: 4px; }
.product-features li p { margin: 0; }
