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

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

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

:root {
    --min-val: 0%;
    --max-val: 100%;
    --black: #000;
    --white: #fff;
    --thumb-size: 15px;
    --track-height: 5px;
    --bodyBg: #fffaf2;
    --textColor: #888581;
    --themeColor: #644137;
    --headingColor: #1d1d1d;
    --headingColor2: #202020;
}

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

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: 'American-Captain';
    src: url(../fonts/American-Captain.ttf);
}

@font-face {
    font-family: 'BlenderPro-Medium';
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** 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: 90px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

h2 {
    font-size: 70px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    font-family: 'American-Captain';
}

h5 {
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'BlenderPro-Medium';
}

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

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;
}

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

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

.theme-btn-1 {
    display: flex;
    width: fit-content;
    padding: 16px 45px;
    align-items: center;
    border-radius: 50px;
    color: var(--white);
    transition: ease-in-out;
    justify-content: center;
    text-transform: uppercase;
    transition-duration: 0.5s;
    font-family: 'BlenderPro-Medium';
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.theme-btn-1:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    color: var(--headingColor);
    background-color: var(--white);
    box-shadow: 16.853px 14.141px 98px 0px rgba(17, 17, 17, 0.1);
}

/* loader */

#pageLoader {
    inset: 0;
    z-index: 9999;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background: var(--white);
}

#pageLoader.hide {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}

/* From Uiverse.io by bociKond */
.spinner {
    position: relative;
    width: 24.6px;
    height: 24.6px;
    animation-name: rotateSpin;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes rotateSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner div {
    width: 100%;
    height: 100%;
    background-color: var(--themeColor);
    border-radius: 50%;
    animation: spinnerAni 1s infinite backwards;
}

.spinner div:nth-child(1) {
    animation-delay: 0.12s;
    background-color: var(--themeColor);
    opacity: .9;
}

.spinner div:nth-child(2) {
    animation-delay: 0.24s;
    background-color: var(--themeColor);
    opacity: .8;
}

.spinner div:nth-child(3) {
    animation-delay: 0.36s;
    background-color: var(--themeColor);
    opacity: .7;
}

.spinner div:nth-child(4) {
    animation-delay: 0.48s;
    background-color: var(--themeColor);
    opacity: .6;
}

.spinner div:nth-child(5) {
    animation-delay: 0.60s;
    background-color: var(--themeColor);
    opacity: .5;
}

@keyframes spinnerAni {
    0% {
        transform: rotate(0deg) translateY(-200%);
    }

    60%,
    100% {
        transform: rotate(360deg) translateY(-200%);
    }
}


/* loader */

/* Search Box */

.search-popup {
    inset: 0;
    display: none;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.search-box {
    gap: 10px;
    width: 90%;
    display: flex;
    max-width: 650px;
    padding: 20px 30px;
    position: relative;
    align-items: center;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.search-input {
    flex: 1;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
}

.search-btn {
    border: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 6px;
    color: var(--white);
    padding: 10px 20px;
    background: var(--themeColor);
}

.search-btn:hover {
    background: var(--headingColor2);
}

.close-btn {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 30px;
    height: 30px;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: var(--headingColor2);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.12);
}

/* Popup Overlay */

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

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

.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: 15px;
    font-weight: 600;
    color: #0a0a0a;
    padding: 1px 5px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.menuSec ul li a::before {
    bottom: 0;
    left: 5px;
    width: 0px;
    content: '';
    height: 2px;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.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(--headingColor);
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    width: 30px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.menuSection {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    padding: 15px 4%;
    position: relative;
}

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

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right button,
.header-right .header-login {
    width: 60px;
    height: 60px;
    display: flex;
    font-size: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
    border: 1px solid var(--white);
    background-color: var(--white);
}

.header-right a {
    margin-left: 10px;
}

.header-top-bar {
    padding: 10px 0px;
    background-color: var(--themeColor);
}

.header-top-bar-content p {
    text-align: center;
    color: var(--white);
    letter-spacing: 1px;
    font-family: 'BlenderPro-Medium';
}

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

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

/*header css start */

/*banner css start */

.main_slider {
    display: flex;
    padding: 0px 4%;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
    justify-content: center;
}

.main_slider .add-padding {
    display: flex;
    min-height: 750px;
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
    align-items: flex-start;
    justify-content: flex-start;
}

.main_slider .row {
    width: 100%;
}

.social-icon {
    right: 0;
    gap: 10px;
    width: 100%;
    bottom: 20px;
    display: flex;
    padding: 30px;
    max-width: 540px;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bodyBg);
}

.social-icon ul {
    gap: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    color: var(--black);
    justify-content: center;
    border: 1px solid #d2cec7;
}

.social-icon h5 {
    flex-shrink: 0;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

.social-icon-center-left {
    width: 100%;
    height: 1px;
    position: relative;
    background-color: #e7dcd3;
}

.social-icon-center-left::before {
    left: 0;
    width: 7px;
    content: '';
    height: 1px;
    bottom: 0px;
    position: absolute;
    background-color: var(--themeColor);
    animation: moveLine 10s linear infinite;
}

.social-icon-center-left::after {
    right: 0;
    width: 7px;
    content: '';
    height: 1px;
    bottom: 0px;
    position: absolute;
    background-color: var(--themeColor);
    animation: moveLine2 10s linear infinite;
}

.bannerBgSlider {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.bannerBgSlider .slick-slide {
    margin: 0px;
    height: 100%;
}

.bannerBgSlider .slick-list,
.bannerBgSlider .slick-track {
    height: 100%;
}

.banner-bg-img {
    width: 100%;
    height: 100%;
}

.banner-bg-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.banner_text {
    max-width: 460px;
}

.banner_text h1 {
    width: fit-content;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c3b9ab;
}

.banner_text h1::before {
    left: 0;
    width: 15px;
    content: '';
    height: 1px;
    bottom: -1px;
    position: absolute;
    background-color: var(--themeColor);
    animation: moveLine 10s linear infinite;
}

.banner_text p {
    opacity: 0.8;
    margin-bottom: 15px;
    color: var(--black);
}

.banner-counter {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    position: absolute;
    height: fit-content;
}

.banner-counter h3 {
    gap: 4px;
    display: flex;
    align-items: last baseline;
}

.banner-counter h3 .currect-slide {
    font-size: 43px;
    color: #202020;
}

.banner-counter h3 .total-slide {
    font-size: 17px;
    color: #b5b0a5;
}

/*banner css end*/

/* inner banner */

.main_slider.inner-banner-sec {
    position: relative;
    align-items: center;
    background-image: url(../images/inner-banner-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider.inner-banner-sec::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(267deg, rgba(41, 41, 41, 0) 0%, rgba(41, 41, 41, 1) 70%);
}

.main_slider.inner-banner-sec .add-padding {
    min-height: 480px;
    align-items: center;
}

.main_slider.inner-banner-sec .banner_text {
    max-width: 100%;
}

.main_slider.inner-banner-sec .banner_text h1 {
    border: none;
    line-height: 1;
    margin-bottom: 0px;
    color: var(--white);
    padding-bottom: 0px;
}

.main_slider.inner-banner-sec .banner_text h1::before {
    display: none;
}

/* inner banner */

/* shop-by-category-sec */

.shop-by-category-sec {
    padding: 100px 4% 0px;
}

.shop-by-category-heading {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #e7dcd3;
}

.shop-by-category-heading::before {
    left: 0;
    width: 15px;
    content: '';
    height: 1px;
    bottom: -1px;
    position: absolute;
    background-color: var(--themeColor);
    animation: moveLine 20s linear infinite;
}

.shop-by-category-heading::after {
    right: 0;
    width: 15px;
    content: '';
    height: 1px;
    bottom: -1px;
    position: absolute;
    background-color: var(--themeColor);
    animation: moveLine2 20s linear infinite;
}

@keyframes moveLine {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
        transform: translateX(-100%);
    }

    100% {
        left: 0;
    }
}

@keyframes moveLine2 {
    0% {
        right: 0;
    }

    50% {
        right: 100%;
        transform: translateX(100%);
    }

    100% {
        right: 0;
    }
}

.shop-slider-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-self: flex-end;
}

.shop-slider-btn button {
    width: 55px;
    height: 55px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #bebbb5;
    background-color: var(--bodyBg);
}

.shop-slider-btn button:hover {
    background-color: var(--themeColor);
}

.shop-slider-btn button img {
    filter: brightness(0) saturate(100%) invert(3%) sepia(5%) saturate(82%) hue-rotate(314deg) brightness(96%) contrast(82%);
}

.shop-slider-btn button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(67%) saturate(0%) hue-rotate(26deg) brightness(106%) contrast(101%);
}

.shop-slider-btn button.shop-slider-btn-left {
    transform: rotate(180deg);
}

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

.shop-box {
    padding: 20px;
    display: block;
    text-align: center;
    background-color: var(--white);
}

.shop-box>img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}

.shop-box h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--headingColor);
}

.shop-box h6 {
    font-size: 13px;
    color: var(--textColor);
    text-transform: uppercase;
}





/* shop-by-category-sec */


/* custom-sec */

.custom-sec {
    display: flex;
    padding: 100px 4%;
    min-height: 650px;
    align-items: flex-start;
    justify-content: center;
    background-image: url(../images/custom-sec-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.custom-text h2 {
    font-size: 90px;
    position: relative;
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e0df;
}

.custom-text h2::before {
    left: 0;
    width: 15px;
    content: '';
    height: 1px;
    bottom: -1px;
    position: absolute;
    background-color: var(--themeColor);
    animation: moveLine 10s linear infinite;
}

.custom-text p {
    color: #494949;
    margin-bottom: 20px;
}

/* custom-sec */

/* featured-sec */


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

.featured-headign {
    display: flex;
    padding: 20px;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

.featured-headign h3 {
    font-size: 62px;
    color: var(--white);
    writing-mode: sideways-lr;
}

.featured-box {
    display: flex;
    padding: 60px 5%;
    overflow: hidden;
    min-height: 410px;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-end;
    background-image: url(../images/featured-box-bg-1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.featured-box::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: radial-gradient(circle, #28282800 0%, #282828a6 100%);
}

.featured-box::after {
    top: 0;
    right: 0;
    width: 80%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #28282800 0%, #292929 50%);
}

.featured-box-text {
    z-index: 1;
    max-width: 450px;
    position: relative;
}

.featured-box-text h3 {
    font-size: 60px;
    margin-bottom: 5px;
    color: var(--white);
}

.featured-box-text p {
    opacity: 0.7;
    margin-bottom: 20px;
    color: var(--white);
}

.featured-box-text a {
    gap: 10px;
    display: flex;
    width: fit-content;
    color: var(--white);
    align-items: center;
    justify-content: center;
}

.featured-box-text a img {
    width: 19px;
    height: 10px;
    object-fit: contain;
}

.featured-box-1 {
    display: flex;
    padding: 30px;
    min-height: 300px;
    position: relative;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    background-image: url(../images/featured-box-bg-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.featured-box-1::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: #282828;
}

.featured-box-text-1 {
    z-index: 1;
    max-width: 300px;
    position: relative;
    text-align: center;
}

.featured-box-text-1 h3 {
    color: var(--white);
}

.featured-box-text-1 p {
    opacity: 0.7;
    color: var(--white);
}

.featured-box-2 {
    padding: 25px;
    display: flex;
    min-height: 300px;
    margin-left: 10px;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    background-image: url(../images/featured-box-bg-3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-box-2::before {
    top: 0;
    left: 0px;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(74deg, rgba(100, 65, 55, 0) 0%, rgba(100, 65, 55, 1) 70%);
}

.featured-box-2::after {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(270deg, rgba(100, 65, 55, 0) 0%, rgba(100, 65, 55, 1) 100%);
}

.featured-box-text-3 {
    z-index: 1;
    text-align: end;
    max-width: 340px;
    position: relative;
}

.featured-box-text-3 h3 {
    margin-bottom: 5px;
    color: var(--white);
}

.featured-box-text-3 p {
    opacity: 0.7;
    margin-bottom: 15px;
    color: var(--white);
}

.featured-box-text-3 a {
    color: var(--white);
}

.featured-box-text-3 a img {
    width: 19px;
    height: 10px;
    object-fit: contain;
}

/* featured-sec */

/* product-sec */

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

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

.product-box {
    margin-bottom: 25px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

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

.product-box-text ul {
    padding: 20px;
    display: flex;
    align-items: center;
    transition: ease-in;
    transition-duration: 0.5s;
    justify-content: space-between;
}

.product-box-text ul li h6 {
    font-weight: 600;
    color: var(--black);
    transition: ease-in;
    transition-duration: 0.5s;
}

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

.product-box-img {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.product-box-img img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box-text-cart {
    display: flex;
    padding: 10px;
    align-items: center;
    transition: ease-in;
    transition-duration: 0.5s;
    justify-content: space-between;
    background-color: var(--themeColor);
}

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

.product-box:hover ul li h4 {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

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

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

.product-box:hover .product-box-text-cart li h5 {
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

.product-box-text-cart li h5 {
    font-weight: 400;
    color: var(--white);
    letter-spacing: 1px;
    transition: ease-in;
    transition-duration: 0.5s;
    font-family: 'American-Captain';
}

.product-box-text-cart li a {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #ffffff85;
    background-color: var(--themeColor);
}

.product-box-text-cart li a:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
    border: 1px solid var(--themeColor);
}

/* product-sec */

/* why-choose-sec */

.why-choose-sec {
    padding: 0px 4%;
}

.why-choose-img {
    width: 100%;
    height: 575px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-text h2 {
    top: -100px;
    left: -100px;
    position: relative;
    margin-bottom: -90px;
}

.why-choose-text p {
    margin-bottom: 20px;
}

.why-choose-text ul {
    gap: 10px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.why-choose-text ul li {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.why-choose-text ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.why-choose-text ul li h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--headingColor);
}

.why-choose-main {
    z-index: 1;
    margin-left: 50px;
    position: relative;
    padding: 50px 0px 50px 50px;
}

.why-choose-main::before {
    top: 0;
    left: 0;
    width: 94%;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    border: 1px solid var(--themeColor);
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
}

.why-choose-sec.inner-why-choose-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* why-choose-sec */

/* about-sec */

section.about-sec {
    padding: 100px 0px;
}

.about-text {
    padding: 40px 0px 30px;
}

.about-text h2 {
    margin-bottom: 10px;
}

.about-text p {
    margin-bottom: 20px;
}

.about-img {
    width: 98%;
    height: 500px;
    min-height: 100%;
}

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

/* about-sec */

/* 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;
    transition: ease-in 0.5s;
    background-color: var(--white);
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.15);
}

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;
}

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;
    background-color: var(--white);
    transition: ease-in 0.5s;
    border: 1px solid #e0dcdc;
}

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;
    font-size: 16px;
    padding: 20px 0;
    transition: 0.4s;
    font-weight: 500;
    border-radius: 50px;
    color: var(--white);
    transition: ease-in 0.5s;
    text-transform: uppercase;
    background-color: var(--themeColor);
}

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 #f2f2f2;
    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;
    background-color: transparent;
    border: 1px solid var(--white);
}

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%;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    padding: 15px 20px;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    background-color: var(--themeColor);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

/* account sec */


/*Inner Contact Us Start*/

.cont-bx {
    height: 220px;
    padding: 60px 30px;
    border-radius: 0px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background: var(--themeColor);
}

.cont-bx:hover {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--headingColor);
}

.cont-bx:hover a,
.cont-bx:hover h3,
.cont-bx:hover span {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--white);
}

.cont-bx h3 {
    width: 85%;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    color: var(--white);
    margin-bottom: 15px;
    padding-bottom: 15px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border-bottom: 1px solid var(--white);
}

.cont-bx span {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.cont-bx a {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    font-family: "Montserrat", sans-serif;
}

.cont-bot-txt {
    text-align: center;
    margin-top: 60px;
}

.cont-bot-txt h3 {
    font-size: 70px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 10px;
}

.cont-bot-txt p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #6e6e6e;
}

.cont-bot-txt form input,
.cont-bot-txt form select {
    width: 100%;
    height: 65px;
    padding: 0 20px;
    font-size: 14px;
    color: #909091;
    font-weight: 600;
    background: none;
    border-radius: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border: 1px solid #c7c3bd;
    background-color: var(--bodyBg);
    font-family: "Montserrat", sans-serif;
}

.cont-bot-txt form input::placeholder {
    color: #909091;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cont-bot-txt form textarea::placeholder {
    color: #909091;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cont-bot-txt form textarea {
    width: 100%;
    resize: none;
    height: 200px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    color: #939897;
    padding: 15px 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    align-content: flex-end;
    text-transform: uppercase;
    border: 1px solid #c7c3bd;
    background-color: var(--bodyBg);
    font-family: "Montserrat", sans-serif;
}

.custom-select-wrapper {
    position: relative;
}

.select-caret {
    top: 20px;
    right: 25px;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    color: var(--themeColor);
}

.cont-bot-txt button {
    border: bisque;
    margin: 0 auto;
}

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

/*Inner Contact Us Ends*/

/* check out */

.billing_form {
    padding: 40px;
}

.billing_form h3 {
    font-size: 40px;
    color: #000;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 800;
}

.billing_form label {
    font-size: 13px;
    color: #7c7c7c;
    line-height: 20px;
    font-weight: 600;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    background: transparent;
}

.billing_form input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 1px solid #d3cfc8;
    background-color: var(--bodyBg);
}

.billing_form select {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 1px solid #d3cfc8;
    background-color: var(--bodyBg);
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.billing_form .select-box i {
    right: 20px;
    position: absolute;
    top: 23px;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
    font-size: 14px;
}

.billing_form input::placeholder {
    color: #7c7c7c;
    font-size: 13px;

}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.cart_sidebar {
    border-radius: 30px;
    padding: 25px 25px 30px;
    background-color: transparent;
    border: 1px solid transparent;
}

.cart_sidebar .theme-btn-2 {
    width: 100%;
    height: 55px;
    border-radius: 10px;
}

section.checkout_page {
    padding: 100px 0;
}

.cart_sidebar h3 {
    color: #000;
    font-size: 27px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}

.cart_sidebar .h-sub {
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'American-Captain';
    border-bottom: 1px solid #dbdbdb;
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}

.cart_sidebar h4 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #7c7c7c;
}

.cart_sidebar-btn {
    z-index: 1;
    display: flex;
    padding-top: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e2e2e2;
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #bbbbbb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--themeColor);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    width: 150px;
    background: #000;

}

.checkout_btn:hover {
    color: white;
}

.Quick_info ul li a {
    text-transform: lowercase;
    font-size: 14px;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

label {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 12px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: var(--themeColor);
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 1px solid #b5b5b5;
    margin-left: 0;
    padding: 20px;
    background-color: transparent;
}

.billing_form {
    padding: 20px;
}

.cart_sidebar a {
    margin: 0 auto;
}

.cart_sidebar a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #f95180;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 15px;
}

/* check out */


/* Product Page Start */

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

.right-side-top {
    border-radius: 5px;
    padding: 20px 30px;
    background-color: var(--white);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

.right-side-top select {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid transparent;
    color: var(--black);
    background-color: var(--white);
    font-size: 14px;
    font-weight: 500;
    appearance: auto;
    line-height: 60px;
}

.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 {
    font-size: 23px;
}

.product-bar form {
    position: relative;
}

.product-bar {
    width: 90%;
    height: 100%;
}

.range-bg-space {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

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

.range-slider input {
    border: none;
}

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

:root {
    --primary-color: #101010;
    --secondary-color: #e5e7eb;
}

.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;
}

.range-slider::before {
    content: '';
    height: var(--track-height);
    background: var(--themeColor);
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 1;
    left: var(--min-val);
    right: calc(100% - var(--max-val));
}

.slider-track {
    position: absolute;
    top: 25px;
    width: 100%;
    height: var(--track-height);
    background: var(--secondary-color);
    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;
    margin: 0;
    background: none;
    pointer-events: none;
    z-index: 3;
}

.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;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    border-radius: 50%;
    background: var(--themeColor);
    cursor: pointer;
    position: relative;
    z-index: 4;
    pointer-events: all;
    margin-top: calc((var(--thumb-size) - var(--track-height)) / -2);
}

.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;
}

.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(--themeColor);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    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(--themeColor);
    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;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    transition: 0.5s;
    margin-bottom: 16px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: var(--headingColor2);
    font-family: 'Montserrat';
    border-bottom: 1px solid #cccccc38;
}

.product-bar1 {
    padding: 20px;
    margin-top: 25px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

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

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

.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);
}

/*product end*/

/* collections-sec */

.collections-sec {
    padding: 100px 0%;
}

.gallery-img-4 {
    height: 420px;
    display: block;
    padding-left: 20px;
}

.gallery-img-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.gallery-img-box-1 {
    gap: 30px;
    display: flex;
    padding-left: 20px;
    margin-bottom: 30px;
    align-items: flex-end;
    justify-content: center;
}

.gallery-img-1 {
    width: 35%;
    height: 140px;
    display: block;
}

.gallery-img-2 {
    width: 65%;
    height: 240px;
    display: block;
}

.gallery-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-img-3 {
    width: 100%;
    height: 230px;
    display: block;
}

.gallery-img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.gallery-img-box-4 {
    padding-left: 30px;
    margin-bottom: 30px;
}

.gallery-img-5 {
    width: 90%;
    height: 300px;
    display: block;
}

.gallery-img-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-img-box-5 {
    gap: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.gallery-img-6 {
    width: 65%;
    height: 330px;
    display: block;
}

.gallery-img-6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-img-7 {
    width: 35%;
    height: 135px;
    display: block;
}

.gallery-img-7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}



/* collections-sec */

/* Testimonial Starts */

.testimonial-sec {
    position: relative;
    padding: 100px 5% 0px;
}

.testimonial-sec .sec-head h2 {
    font-size: 65px;
}

.test-box-text {
    background-image: url(../images/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 40px 40px 40px 80px;
    position: relative;
}

.testi-img img {
    height: 370px;
    object-fit: cover;
    margin-top: -120px;
    margin-left: -25px;
    border-radius: 10px;
}

.testi-box {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.authr-box {
    display: flex;
    align-items: end;
}

.authr-box>div {
    margin-left: 10px;
}

.test-box-text h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0px;
    padding-top: 0;
    color: #000;
}

.test-box-text span {
    font-size: 16px;
    color: #dfb76d;
    font-family: "Montserrat";
    line-height: 20px;
    margin: 0;
    font-weight: 600;
}

.authr-box img {
    margin-bottom: 30px;
}

.testi-box {
    margin: 0;
}

.authr-box>img {
    width: auto;
}

.testi-slider .slick-list {
    padding: 20px 0;
}

.testi-slider button.slick-arrow {
    width: 25%;
    transition: 2s all;
    border-radius: 10px;
    height: calc(84% - 40px);
    background-color: transparent;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    border: var(--themeColor);
}

.testi-slider button.slick-prev.slick-arrow {
    left: -225px;
}

.testi-slider button.slick-next.slick-arrow {
    right: -225px;
}

.testi-slider button.slick-prev.slick-arrow:before {
    content: "\f177";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #d7192e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: -760px;
    bottom: -120px;
    height: 51px;
    width: 50px;
    display: none;
}

.testi-slider button.slick-next.slick-arrow:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #d7192e;
    display: flex;
    align-items: center;
    position: absolute !important;
    left: -153px !important;
    right: 0;
    height: 51px;
    width: 50px;
    bottom: -7px;
    margin: 0 0 -40px 52px;
    display: none;
}

.testi-slider .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
    margin: 10px;
    padding-top: 90px;
}

.testi-slider button.slick-arrow:before {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 65px;
}

.testi-slider button.slick-arrow:hover:before {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.testi-slider button.slick-next.slick-arrow:before {
    right: 50px;
    position: absolute;
    left: auto;
    bottom: -80px;
}

.testi-slider .slick-dots li.slick-active button {
    opacity: 1;
    font-size: 16px;
    border: 1px solid #0000009d;
}

.testi-slider .slick-dots li button {
    border-radius: 50%;
    border: 1px solid #0000009d !important;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "" !important;
    text-align: center;
    opacity: 1;
    color: black;
    list-style: none !important;
}

.testi-slider .slick-dots li.slick-active button:before {
    background-color: #0000009d;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 19px;
    width: 55px;
    height: 1px;
    content: "";
}

.testi-slider .slick-dots li button:before {
    content: '';
    font-size: 0;
}

.slick-dots li button {
    font-size: 0 !important;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
    right: 30px;
}

.testi-slider-box {
    gap: 20px;
    z-index: 2;
    width: 91%;
    display: flex;
    border-radius: 0;
    margin: 30px auto;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: 1s ease-in-out;
    background-color: var(--bodyBg);
    border-bottom: 2px solid var(--themeColor);
}

.testi-slider-box:hover {
    transition: 1s ease-in-out;
    border-radius: 0px;
    background-color: var(--bodyBg);
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}

ul.tidti-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 3px;
}

.test-box-text ul.star i {
    color: #d4a654;
}

.test-box-text p {
    font-size: 14px;
    color: #8a8a8a;
    margin: 10px 0;
}

section.testimonial-sec .top-heading {
    margin-bottom: 10px;
}

.test-box-extra {
    left: 0;
    bottom: 0;
    right: unset;
    height: auto;
    width: fit-content;
    padding: 10px 12px;
    position: absolute;
    background: var(--themeColor);
}

.test-box-extra h5 {
    margin: 0;
    height: auto;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    line-height: 16px;
    text-align: center;
    letter-spacing: 9px;
    writing-mode: sideways-lr;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.pro_bar.testi-bar {
    bottom: 0;
    width: 45%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.progress4,
.progress3 {
    display: block;
    width: 70%;
    height: 6px;
    border-radius: 10px !important;
    overflow: hidden;
    background-image: linear-gradient(to right, #264a5c, #264a5c);
    background: linear-gradient(190deg, #000 0%, #000 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}

.progress4,
.progress3 {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e7ebed;
    border-radius: 0;
    margin: -30px 0 0 71px;
}

.testi-slider-number span.end_number,
.testi-slider-number span.start_number1 {
    right: 0;
    font-family: "Montserrat";
    font-size: 25px;
    line-height: 20px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testi-slider-number .nike-zoom-silder-number {
    top: auto;
    bottom: -48%;
    left: 5%;
}

.testi-slider-number {
    bottom: -52%;
    top: auto;
    left: 4%;
}

.testi-slider-number span.start_number1 {
    font-family: "Montserrat";
    font-size: 25px;
    line-height: 20px;
    bottom: 0;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide_counter h2 span.mid {
    font-family: "Montserrat";
    font-size: 17px;
    line-height: 20px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading.text_center {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.heading.text_center p {
    width: 45%;
}

.testi-counter h2 {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 60%;
    margin: 0 auto -10px;
    font-weight: 400;
    gap: 10px;
}

.testimonial-heading h2 {
    color: #000;
}

.testi-slider .slick-dots li.slick-active button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: -1;
    width: 10px;
    height: 10px;
    background: #e4bd75;
    border-radius: 50%;
}

.testi-slider .slick-dots li.slick-active button::before {
    background-color: rgba(0, 0, 0, 0.616);
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 19px;
    width: 55px;
    height: 1px;
    content: "";
}

.testi-slider .slick-dots li.slick-active {
    margin: 0px 50px 0px 0px;
}

.testimonial-heading {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

/* Testimonial Section End */

/* logo slider */

.some-our-client {
    padding: 10px 4%;
}

.main-head-client h3 {
    font-size: 55px;
    font-family: 'big_noodle';
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
}

.main-head-client p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    max-width: 1000px;
    margin-bottom: 40px;
}

.client-slider {
    padding: 0 0px;
}

.client-logo-item {
    opacity: 1;
    outline: none;
    height: 181px;
    padding: 10px;
    margin: 90px 10px;
    align-items: center;
    justify-content: center;
    display: flex !important;
    background-color: var(--white);
    box-shadow: 16.853px 14.141px 98px 0px rgba(17, 17, 17, 0.1);
}

.client-logo-item img {
    opacity: 1;
    max-width: 260px;
    max-height: 70px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.client-logo-item img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.main-head-client {
    text-align: center;
}

.main-head-client p {
    margin: 0 auto;
}

.main-head-client h3 {
    font-size: 73px;
    margin-bottom: 30px;
}

.contact-information p {
    color: #000;
}

.contact-col ul li a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-col ul li a:hover {
    color: #b3022e;
}

/* logo slider */

/* product detail sec */


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



.color-selector h5 {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.color-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 12px;
}

.color-list li {
    width: 20px;
    height: 20px;
    position: relative;
}

/* Hide the actual radio button circle */
.color-list input[type="radio"] {
    display: none;
}

/* The Color Circle */
.color-list label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease;
    border: 1px solid var(--white);
    box-shadow: 0 0 0 2px var(--white), 0 0 0 4px #d3cfc8;
}

/* Selected State (The double ring effect) */
.color-list input[type="radio"]:checked+label {
    transform: scale(1.1);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--themeColor);
    /* White gap then Brown ring */
}

/* Hover State */
.color-list label:hover {
    transform: scale(1.1);
}





/* product detail sec */


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

.product-info-wrap .product-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
    color: var(--headingColor);
}

.product-info-wrap .review-row {
    display: flex;
    gap: 10px 6px;
    font-size: 14px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
}

.product-info-wrap .review-row .stars {
    color: #e85d04;
    letter-spacing: 2px;
}

.product-info-wrap .review-row .write-review {
    color: var(--themeColor);
    font-weight: 600;
}

.product-info-wrap .review-row .write-review i {
    margin-right: 6px;
    font-size: 12px;
}

.product-info-wrap .price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.product-info-wrap .price-row .price {
    font-size: 40px;
    font-weight: 600;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

.product-info-wrap .btn-bulk {
    font-size: 11px;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 50px;
    letter-spacing: 0.06em;
    color: var(--themeColor);
    background: var(--bodyBg);
    font-family: 'BlenderPro-Medium';
    border: 1px solid var(--brand-brown);
}

.product-info-wrap .selection-hint {
    color: var(--textColor);
    font-size: 14px;
    margin-bottom: 20px;
}

.product-info-wrap .selection-group h6 {
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

.product-info-wrap .selection-group {
    margin-bottom: 22px;
}

.leather-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.leather-box {
    width: 48px;
    height: 48px;
    border-radius: 0px;
}

.color-box img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    vertical-align: middle;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

/* Color & Shape Grids */
.color-grid,
.shape-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.shape-grid--patches {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(52px, 1fr));
}

.color-box {
    border: 1px solid #ddd;
    background: #fff;
    padding: 2px;
    cursor: pointer;
    width: 100%;
    height: auto;
    transition: 0.3s;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: flex;
    margin: 0px;
    justify-content: center;
    align-items: center;
}

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

.shape-box {
    border: 1px solid #d9d5ce;
    padding: 2px;
    cursor: pointer;
    width: 100%;
    position: relative;
    height: auto;
    transition: 0.3s;
    aspect-ratio: 1 / 1;
    display: flex;
    margin: 0px;
    justify-content: center;
    align-items: center;
}

.shape-box::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    height: 85%;
    z-index: -1;
    content: '';
    margin: auto;
    position: absolute;
    background: var(--white);
}

.shape-box img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    background-color: var(--white);
}

.leather-small-box {
    border: 1px solid #d9d5ce;
    background: #fff;
    padding: 4px;
    cursor: pointer;
    width: 50px;
    height: auto;
    transition: 0.3s;
    aspect-ratio: 1 / 1;
    display: flex;
    margin: 0px;
    justify-content: center;
    align-items: center;
}

.leather-small-box .leather-box {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}

.color-box input,
.shape-box input,
.leather-box input {
    display: none;
}

/* Active State */
.color-box:has(input:checked),
.shape-box:has(input:checked),
.leather-box:has(input:checked) {
    border-color: var(--brand-brown);
    outline: 1px solid var(--brand-brown);
}

.stats-circles {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.circle-item {
    width: 80px;
    height: 80px;
    border: 2px solid #d4b08c;
    /* Tan color from your image */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    position: relative;
}

.circle-item::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    border: 2px solid #f2ebe1;
    border-top-color: transparent;
}

.shape-icon {
    display: block;
    border: 2px solid #2a2a2a;
    background: transparent;
    box-sizing: border-box;
}

.shape-icon--square {
    width: 22px;
    height: 22px;
}

.shape-icon--hex-wide {
    width: 28px;
    height: 16px;
    border: none;
    clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
    background: transparent;
    box-shadow: inset 0 0 0 2px #2a2a2a;
}

.shape-icon--circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.shape-icon--wide-rect {
    width: 28px;
    height: 14px;
}

.shape-icon--oval {
    width: 26px;
    height: 16px;
    border-radius: 50%;
}

.shape-icon--hex-tall {
    width: 16px;
    height: 28px;
    border: none;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: transparent;
    box-shadow: inset 0 0 0 2px #2a2a2a;
}

.shape-icon--shield {
    width: 20px;
    height: 24px;
    border: none;
    clip-path: polygon(50% 0%, 95% 12%, 95% 60%, 50% 100%, 5% 60%, 5% 12%);
    background: transparent;
    box-shadow: inset 0 0 0 2px #2a2a2a;
}

.shape-icon--diamond {
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
}

.logo-file-input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.btn-select-image {
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    padding: 18px 20px;
    border-radius: 50px;
    align-items: center;
    display: inline-flex;
    letter-spacing: 0.08em;
    justify-content: center;
    color: var(--themeColor);
    background: var(--bodyBg);
    border: 1px solid #d9d2ca;
    font-family: 'BlenderPro-Medium';
    transition: background 0.2s ease;
}

.btn-select-image:hover {
    background: #f2ebe1;
}

.upload-hint {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--headingColor);
    font-family: 'BlenderPro-Medium';
}

.logo-sizing-select {
    font-size: 14px;
    color: #444342;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 50px;
    border: 1px solid #d9d2ca;
    padding: 18px 36px 18px 20px;
    background-color: var(--bodyBg);
    font-family: 'BlenderPro-Medium';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23644137' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-position: right 20px center;
    background-repeat: no-repeat;
}

.order-notes {
    width: 100%;
    height: 60px;
    font-size: 14px;
    margin-top: 10px;
    resize: vertical;
    min-height: 60px;
    padding: 14px 16px;
    border-radius: 30px;
    background: var(--bodyBg);
    border: 1px solid #ddd1c9;
}

.selection-group .quantity-counter {
    margin-top: 10px;
}

.qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--brand-brown);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
    background: var(--bg-cream);
}

.qty-control button {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    color: var(--headingColor);
    cursor: pointer;
    line-height: 1;
}

.qty-control button:hover {
    background: #f2ebe1;
}

.qty-control input {
    width: 48px;
    border: none;
    border-left: 1px solid #d4c4b8;
    border-right: 1px solid #d4c4b8;
    text-align: center;
    font-weight: 700;
    background: transparent;
    font-size: 15px;
}

.cart-actions {
    margin-top: 8px;
}

.count {
    display: block;
    font-weight: 600;
    color: #2b2b2b;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #d9d6d2;
}

.btn-add-cart {
    width: 100%;
    border: none;
    padding: 15px;
    cursor: pointer;
    margin-top: 12px;
    font-weight: 500;
    text-align: center;
    color: var(--white);
    letter-spacing: 1px;
    border-radius: 50px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background: var(--themeColor);
    font-family: 'BlenderPro-Medium';
}

.btn-add-cart:hover {
    color: var(--white);
    transition: ease-in;
    filter: brightness(1.5);
    transition-duration: 0.5s;
}

.shop-pay-note {
    font-size: 14px;
    margin-top: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--headingColor);
    font-family: 'BlenderPro-Medium';
}

.shop-pay-note .shop-pay-brand {
    font-weight: 700;
    color: var(--headingColor);
}

.shop-pay-note a {
    color: var(--themeColor);
    font-weight: 600;
    text-decoration: underline;
}


/* FAQ Page Start */

.gorilla-content.privacy-content {
    margin-top: 30px;
    padding: 0px 10px;
}

.accordion-body.gorrila-page-txt {
    border-top: none;
    padding: 0px 20px 20px 0px;
    background: var(--themeColor2);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gorilla-content .accordion-item {
    border: none;
    margin: 0px 0;
    background-color: transparent;
    border-bottom: 1px solid #c7cbcf;
}

.gorilla-content .accordion-button:not(.collapsed) {
    height: 60px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    color: #4b494b;
    text-transform: capitalize;
    padding: 20px 20px 20px 0px;
    border-bottom: 0 !important;
    background: var(--themeColor2);
    font-family: 'BlenderPro-Medium';
}

.product-page-area .accordion-collapse.collapse {
    border-top: 0 !important;
    border-radius: 0 0 5px 5px !important;
    /* margin-bottom: 30px; */
    /* border-radius: 0 !important; */
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.gorilla-content .accordion-button::after {
    top: 15px;
    width: 30px;
    right: 0px;
    height: 30px;
    display: flex;
    content: "\2b";
    font-size: 14px;
    font-weight: 600;
    color: #444342;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    background-image: none;
    justify-content: center;
    font-family: "FontAwesome";
    background-color: transparent;
}

.product-page-area .accordion-button:not(.collapsed)::after {
    top: 20px;
    content: "\f068";
    font-family: "FontAwesome";
}

.address {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

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

.product-page-area button.accordion-button.collapsed {
    border: none;
    height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #4b494b;
    border-radius: 0px;
    background: transparent;
    text-transform: capitalize;
    padding: 20px 20px 20px 0px;
    font-family: 'BlenderPro-Medium';
}

.main-product-display {
    width: 100%;
    display: flex;
    height: 450px;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.main-product-display img {
    width: 100%;
    height: 350px;
    max-width: 90%;
    object-fit: contain;
}

.mainproductSlider .slick-slide {
    margin: 0px 10px;
}

.mainproductSlider .slick-track {
    display: flex;
    align-items: center;
}

.product-thumbnails {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.product-thumbnails img {
    width: 90%;
    height: 60%;
    object-fit: contain;
}

.productThumbnailsSlider {
    margin-top: 20px;
}

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

.bluk-pricinbg-box {
    margin-top: 20px;
    padding-top: 35px;
    border-top: 1px solid #cac6c0;
}

.bluk-pricinbg-box h3 {
    text-align: center;
    margin-bottom: 10px;
}

.bluk-pricinbg-box table {
    width: 100%;
}

.bluk-pricinbg-box table thead {
    margin-bottom: 10px;
    border-bottom: 1px solid #cac6c0;
}

.bluk-pricinbg-box table tr {
    text-align: center;
}

.bluk-pricinbg-box table tr th {
    width: 33.33%;
    font-size: 20px;
    padding-bottom: 8px;
    font-family: 'American-Captain';
}

.bluk-pricinbg-box table tr *:first-child {
    text-align: left;
}

.bluk-pricinbg-box table tr *:last-child {
    text-align: end;
}

.bluk-pricinbg-box table tr td {
    font-weight: 600;
    padding: 5px 10px;
    color: var(--headingColor);
    font-family: 'BlenderPro-Medium';
}

.bluk-pricinbg-box table tr td:first-child {
    padding-left: 0px;
}

.bluk-pricinbg-box table tr:first-child td {
    padding-top: 20px;
}

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

/* Common Typography */
.product-disclaimer-sec h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.product-disclaimer-sec h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: var(--headingColor);
}

.product-disclaimer-sec p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.spec-bullets {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.spec-bullets li {
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
    color: var(--textColor);
}

.spec-bullets li::before {
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: var(--themeColor);
}

.para-block {
    margin-bottom: 25px;
}

.para-block h4 {
    font-size: 15px;
    font-weight: 500;
    color: #494949;
    margin-bottom: 8px;
    font-family: 'Montserrat';
}

.specs-table {
    display: flex;
    flex-direction: column;
}

.spec-row {
    display: flex;
    padding: 5px 0;
}

.spec-key {
    width: 30%;
    flex-shrink: 0;
    font-size: 14px;
    color: #494949;
    font-weight: 500;
}

.spec-val {
    font-size: 14px;
    font-weight: 500;
    color: #6d6c6b;
    width: 70%;
}


/* ===== Product Detail Page ===== */

.product-detail-image-box {
    top: 20px;
    position: sticky;
}

.product-detail-img img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.product-detail-text {
    padding-left: 10px;
}

.product-detail-text h3 {
    margin-bottom: 10px;
}

.product-star {
    gap: 8px;
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-bottom: 15px;
    color: var(--textColor);
    font-family: 'BlenderPro-Medium';
}

.product-star span {
    gap: 3px;
    display: flex;
    color: #f5a623;
    font-size: 14px;
}

.product-detail-text p {
    margin-bottom: 15px;
}

.see-detail-btn {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    margin-bottom: 10px;
    color: var(--themeColor);
    text-decoration: underline;
}

.product-detail-text h4 {
    font-size: 28px;
    margin: 10px 0;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

.delivery-ul {
    gap: 10px;
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.delivery-ul li {
    font-size: 14px;
    font-weight: 500;
    color: var(--textColor);
}

.delivery-ul li u {
    cursor: pointer;
}

.delivery-fast-box,
ul.del {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    border-radius: 10px;
    align-items: center;
    align-items: flex-start;
}

ul.del {
    margin-bottom: 20px;
}


.delivery-fast-box li,
ul.del li {
    font-size: 13px;
    font-weight: 500;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.delivery-fast-box li span,
ul.del li span {
    gap: 8px;
    display: flex;
    font-weight: 600;
    align-items: center;
    color: var(--headingColor);
}

.delivery-fast-box li span i,
ul.del li span i {
    color: var(--themeColor);
}

/* Color Selector */
.color-selector {
    margin: 20px 0;
}

.color-selector h5 {
    margin-bottom: 12px;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

.color-list {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.color-list li {
    position: relative;
}

.color-list li input[type="radio"] {
    display: none;
}



.color-list li input[type="radio"]:checked+label {
    border: 2px solid var(--white);
    box-shadow: 0 0 0 2px var(--themeColor);
}

.print-box {
    gap: 10px;
    display: flex;
    margin: 15px 0;
    width: fit-content;
    align-items: center;
    border-radius: 50px;
    background-color: #f0e8e0;
}

.print-btn {
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 60px;
    transition: ease-in;
    border-radius: 50px;
    color: var(--textColor);
    transition-duration: 0.5s;
    text-transform: uppercase;
    border: 1px solid transparent;
    background-color: transparent;
    font-family: 'BlenderPro-Medium';
}

.print-btn.active,
.print-btn:hover {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.logo-placement-tab {
    margin: 20px 0;
}

.logo-placement-tab h5 {
    margin-bottom: 12px;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

.logo-placement-tab ul {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo-placement-tab ul li {
    flex: 1;
    min-width: 100px;
}

.logo-placement-tab ul li label {
    width: 100%;
    width: 162px;
    opacity: 0.6;
    display: flex;
    height: 132px;
    cursor: pointer;
    border-width: 1px;
    padding: 15px 10px;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    border-style: solid;
    transition: 0.3s ease;
    flex-direction: column;
    justify-content: center;
    border-color: #644137;
    background-color: var(--bodyBg);
}


.logo-placement-tab ul li input[type="radio"] {
    display: none;
}

.logo-placement-tab ul li input[type="radio"]:checked+img {
    opacity: 1;
}

.logo-placement-tab ul li label:hover {
    border-color: var(--themeColor);
    box-shadow: 10.927px 13.023px 40px 0px rgba(100, 65, 55, 0.18);
}

.logo-placement-tab ul li label:has(input[type="radio"]:checked) {
    opacity: 1;
    border-color: var(--themeColor);
    box-shadow: 10.927px 13.023px 40px 0px rgba(100, 65, 55, 0.18);
}

.logo-placement-tab ul li input[type="radio"]:checked~h6 {
    color: var(--themeColor);
}

.logo-placement-tab ul li label img {
    width: 40px;
    opacity: 0.5;
    height: 40px;
    margin-bottom: 6px;
    object-fit: contain;
    transition: 0.3s ease;
}

.logo-placement-tab ul li label h6 {
    font-size: 12px;
    transition: 0.3s ease;
    color: var(--textColor);
}

.upload-design-sec {
    margin: 25px 0 20px;
}

.upload-design-sec h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

.generate-templates-btn {
    width: 100%;
    border: none;
    gap: 10px;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 30px;
    border-radius: 50px;
    color: var(--white);
    align-items: center;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    background-color: var(--themeColor);
}

.generate-templates-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(100, 65, 55, 0.3);
}

.generate-templates-btn i {
    font-size: 18px;
}

.select-image-btn {
    width: 100%;
    display: flex;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    padding: 16px 30px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--headingColor);
    transition: 0.3s ease;
    border: 1px solid #d2cec7;
    background-color: var(--white);
    font-family: 'BlenderPro-Medium';
}

.select-image-btn:hover {
    border-color: var(--themeColor);
    color: var(--themeColor);
}

.uploaded-preview {
    margin-top: 12px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8e2d9;
}

.uploaded-preview img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    background-color: var(--white);
    padding: 10px;
}

.remove-upload {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border: none;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
}

.remove-upload:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.sizes-dimensions-toggle {
    display: flex;
    cursor: pointer;
    margin-top: 15px;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e2d9;
    transition: 0.3s ease;
}

.sizes-dimensions-toggle span {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: var(--headingColor);
    text-decoration: underline;
}

.sizes-dimensions-toggle i {
    font-size: 12px;
    transition: 0.3s ease;
    color: var(--headingColor);
}

.sizes-dimensions-toggle.active i {
    transform: rotate(90deg);
}

.sizes-dimensions-content {
    display: none;
    padding: 15px 0;
    animation: fadeSlideDown 0.3s ease;
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sizes-dimensions-content table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    font-family: 'Montserrat';
}

.sizes-dimensions-content table th {
    padding: 8px 12px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    color: var(--headingColor);
    border-bottom: 1px solid #e8e2d9;
}

.sizes-dimensions-content table td {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 12px;
    color: var(--textColor);
    border-bottom: 1px solid #f0ece6;
}

.paypal-info-bar {
    gap: 8px;
    display: flex;
    padding: 15px 0;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e2d9;
}

.paypal-logo {
    width: 70px;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
}

.paypal-info-bar p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--headingColor);
}

.paypal-info-bar p a {
    font-size: 12px;
    font-weight: 700;
    color: #003087;
    text-decoration: underline;
}

.choose-style-sec {
    margin: 20px 0;
}

.choose-style-sec h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

.custom-select-wrapper {
    position: relative;
}

.custom-select-wrapper select {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    padding: 16px 50px 16px 20px;
    border-radius: 50px;
    color: var(--headingColor);
    border: 1px solid #d2cec7;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'BlenderPro-Medium';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231d1d1d' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.custom-select-wrapper select:focus {
    outline: none;
    border-color: var(--themeColor);
}

.size-selector-sec {
    margin: 20px 0;
}

.size-selector-sec h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

.size-list {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.size-list li {
    flex: 1;
    min-width: calc(25% - 10px);
}

.size-list li input[type="radio"] {
    display: none;
}

.size-list li label {
    width: 100%;
    height: 55px;
    display: flex;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 10px;
    border-radius: 50px;
    align-items: center;
    transition: 0.3s ease;
    justify-content: center;
    color: var(--headingColor);
    border: 1px solid #d2cec7;
    background-color: var(--bodyBg);
    font-family: 'BlenderPro-Medium';
}

.size-list li label:hover {
    border-color: var(--themeColor);
}

.size-list li input[type="radio"]:checked+label {
    font-weight: 400;
    color: var(--white);
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.quantity-sec {
    margin: 20px 0;
}

.quantity-sec h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'American-Captain';
}

.quantity-counter {
    display: flex;
    overflow: hidden;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #ddd1c9;
    background-color: var(--bodyBg);
}

.qty-btn {
    width: 70px;
    height: 60px;
    border: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    color: var(--headingColor);
    background-color: transparent;
    transition: 0.2s ease;
    font-family: 'BlenderPro-Medium';
}

.qty-btn:hover {
    background-color: #f5f0e8;
}

.qty-btn:active {
    transform: scale(0.95);
}

.qty-value {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: var(--headingColor);
    font-family: 'BlenderPro-Medium';
}

/* ===== Add to Cart ===== */

.add-to-cart-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    padding: 20px 30px;
    border-radius: 50px;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s ease;
    font-family: 'BlenderPro-Medium';
    background-color: var(--themeColor);
}

.add-to-cart-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(100, 65, 55, 0.35);
}

.add-to-cart-btn:active {
    transform: translateY(0);
}

/* ===== Product Detail Page End ===== */

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

.booking-form-heading p {
    color: #494949;
    font-weight: 500;
    width: 60%;
    margin: 0 auto;
    margin-top: 5px;
}

.booking-form-box select {
    width: 100%;
    height: 60px;
    color: #909091;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 0px;
    margin: 10px 0px;
    text-transform: uppercase;
    border: 1px solid #c7c3bd;
    background-color: var(--bodyBg);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

.booking-form-box input::-ms-expand,
.booking-form-box select::-ms-expand {
    display: none;
}

.booking-form-box input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0px;
    appearance: none;
    color: var(--black);
    border-radius: 0px;
    -moz-appearance: none;
    background-image: none;
    -webkit-appearance: none;
    border: 1px solid #c7c3bd;
    background-color: var(--bodyBg);
}

.booking-form-box input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #909091;
    text-transform: uppercase;
}

.booking-form-box textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #909091;
    text-transform: uppercase;
}

.booking-form-box textarea {
    width: 100%;
    resize: none;
    height: 140px;
    display: block;
    font-size: 12px;
    margin-top: 15px;
    font-weight: 500;
    align-content: end;
    padding: 20px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: var(--black);
    border: 1px solid #c7c3bd;
    background-color: var(--bodyBg);
}

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

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

.date-wrapper input {
    margin-bottom: 0;
}

.date-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

span.icon {
    right: 23px;
    color: #909091;
    position: absolute;
    pointer-events: none;
    background: var(--bodyBg);
}

/* cart sec */

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

.cart-summaty-box {
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--white);
}

.cart-summaty-box-heading {
    padding: 25px;
}

.cart-summaty-box-heading h3 {
    margin-bottom: 10px;
}

.cart-summaty-box-list {
    padding: 25px;
    border-top: 1px solid #d8d8d8;
}

.cart-summaty-box-list ul {
    display: flex;
    margin: 10px 0px;
    align-items: center;
    justify-content: space-between;
}

.cart-summaty-box-list ul li h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    margin: 10px 0px 7px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.cart-summaty-box-list ul li h6 {
    font-size: 12px;
    color: #606060;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.cart-summaty-box-list ul:first-child li h5 {
    margin-top: 0px;
}

.cart-summaty-box-btn {
    padding: 25px;
    border-top: 1px solid #d8d8d8;
}

.cart-summaty-box-btn ul {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

.cart-summaty-box-btn ul li h4 {
    font-size: 22px;
}

.cart-summaty-box-btn .theme-btn-1 {
    margin: 0px auto;
}

.cart-box {
    padding-right: 50px;
}

.cart-box h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.cart-detail-box table {
    width: 100%;
}

.cart-detail-box table tr {
    border-top: 1px solid #e3dfd8;
    border-bottom: 1px solid #e3dfd8;
}

.cart-detail-box table tr td:first-child {
    width: 17%;
    vertical-align: text-top;
}

.cart-detail-box table tr td {
    padding: 25px 0px;
}

.cart-product-img {
    width: 130px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

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

.cart-product-text h4 {
    margin-bottom: 5px;
}

.cart-product-text p {
    margin-bottom: 10px;
}

.cart-product-text ul {
    gap: 10px;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: flex-start;
}

.cart-product-text ul li h5 {
    font-size: 12px;
    font-weight: 600;
    color: #757371;
    border-radius: 5px;
    padding: 15px 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    background-color: #fffbf5;
    border: 1px solid #ccc8c2;
}

.cart-product-text ul li h5 i {
    font-size: 14px;
    color: #374151;
    margin-right: 10px;
}

.cart-product-cancel-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #151414;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 1px solid transparent;
    background-color: var(--bodyBg);
}

.cart-product-cancel-btn:hover {
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
    background-color: var(--white);
    border-color: var(--themeColor);
}

.cart-product-cancel {
    display: flex;
    text-align: end;
    align-items: center;
    justify-content: flex-end;
}

.cart-detail-customization-box {
    margin-top: 40px;
    padding: 35px 30px;
    background-color: var(--white);
}

.cart-detail-customization-box h4 {
    margin-bottom: 15px;
}

.customization-breakdown-box {
    columns: 2;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
}

.customization-breakdown-box li {
    gap: 10px;
    display: flex;
    margin-bottom: 10px;
    align-items: first baseline;
}

.customization-breakdown-box li i {
    color: var(--themeColor);
}

.customization-breakdown-box li h6 {
    font-size: 13px;
    color: #606060;
    font-weight: 600;
    line-height: 27px;
    font-family: 'Montserrat';
}

.patch-details-box {
    gap: 10px;
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    align-items: center;
    border: 1px solid #d0d0d0;
    justify-content: space-between;
}

.patch-details-box li h6 {
    color: #606060;
    font-weight: 600;
    font-family: 'Montserrat';
}

.setup-fee-box {
    gap: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: flex-start;
}

.setup-fee-box li:first-child {
    padding-right: 30px;
    border-right: 1px solid #f1f1f1;
}

.setup-fee-box li h5 {
    font-size: 14px;
    padding: 17px 0px;
    color: var(--black);
    font-family: 'Montserrat';
}

.approval-btn {
    color: #606060;
    font-weight: 600;
    border-radius: 5px;
    padding: 17px 25px;
    border: 1px solid #cccccc;
    background-color: var(--white);
}

.logo-preview-box {
    gap: 10%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: flex-start;
}

.logo-preview-box li h6 {
    color: #606060;
    font-weight: 600;
    font-family: 'Montserrat';
}

.cart-box-popup {
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    backdrop-filter: blur(5px);
    background-color: #fffaf293;
}

.cart-box-popup .popupo-cart-box {
    width: 1180px;
    max-width: 90vw;
    max-height: 90vw;
    overflow-y: auto;
    position: relative;
    padding: 70px 40px;
    height: fit-content;
    transition: ease-in-out;
    background-color: var(--white);
}

.cart-box-popup-btn {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 18px;
    color: #131313;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transform: rotate(0deg);
    transition-duration: 0.5s;
    border: 1px solid #d7d7d7;
    background-color: var(--white);
}

.cart-box-popup-btn:hover {
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
    transform: rotate(180deg);
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.popupo-cart-box h5 {
    color: #1d1d1d;
    margin-bottom: 10px;
    font-family: 'American-Captain';
}

.popupo-cart-box h5 i {
    color: #d0d0d0;
    margin-right: 10px;
}

.popupo-cart-box h6 {
    gap: 8px;
    display: flex;
    color: #959595;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    align-items: first baseline;
    justify-content: flex-start;
}

.popupo-cart-box ul {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.popupo-cart-box .theme-btn-2 {
    display: flex;
    color: #282828;
    min-width: 250px;
    width: fit-content;
    padding: 16px 55px;
    align-items: center;
    border-radius: 50px;
    transition: ease-in-out;
    justify-content: center;
    text-transform: uppercase;
    transition-duration: 0.5s;
    border: 1px solid #e7e7e7;
    background-color: #e7e7e7;
    font-family: 'BlenderPro-Medium';
}

.popupo-cart-box .theme-btn-2:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.cart-box-popup.active {
    opacity: 1;
    display: flex;
    transition: ease-in;
    transition-duration: 0.5s;
}


/* cart sec */

/*Footer Start*/

.footer-sec {
    padding: 80px 5% 0px;
    background-image: url(../images/footer-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-newsletter form {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #7e6b6a;
}

.footer-sec .footer-newsletter h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
}

.footer-newsletter {
    margin-bottom: 60px;
}

.footer-newsletter form input {
    width: 100%;
    border: none;
    color: #fff;
    background-color: transparent;
}

.footer-newsletter form button {
    border: none;
    color: #ffffff94;
    background-color: transparent;
}

.footer-newsletter form input::placeholder {
    color: #ffffff94;
}

.footer-sec h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-support ul li a {
    color: #999999;
    font-weight: 500;
    font-size: 14px;
}

.custom-border {
    border-top: 1px solid #ffffff8f;
}

.footer-copy-right-sec p {
    margin-bottom: 0;
    color: #ffffffa2;
}

.footer-copy-right-sec {
    text-align: center;
    padding: 20px 0 10px;
    border-top: 1px solid #ffffff8f;
}

.footer-latest-update ul {
    gap: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.footer-latest-update ul li a {
    gap: 20px;
    display: flex;
    color: #ffffffb4;
    font-size: 16px;
    align-items: baseline;
    justify-content: flex-start;
}

.footer-support ul {
    line-height: 40px;
}

.footer-support ul {
    column-count: 2;
}

.footer-logo {
    text-align: center;
    border-left: 1px solid #ffffff8f;
    border-right: 1px solid #ffffff8f;
    padding: 60px 70px 80px 70px;
    margin: 0 20px;
}

.footer-latest-update form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #282828;
    border: none;
    text-transform: uppercase;
    color: #747474;
    font-weight: 500;
    border-radius: 8px;
}

.footer-support {
    padding-top: 60px;
}

.footer-latest-update {
    padding-top: 60px;
}

.footer-logo h2 {
    margin-bottom: 0;
}

.footer-logo p {
    margin: 15px 0px;
    color: #ffffff94;
}

.footer-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 60px;
}

.footer-logo ul li a:hover {
    background: #c19b7b;
    color: #fff;
    transition: 0.5s;
    border: 2px solid #c19b7b;
}

.footer-logo ul li a {
    border: 1px solid #ffffffcb;
    color: #ffffffcb;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.5s;
}

.footer-logo a img {
    width: 130px;
    height: 75px;
    object-fit: contain;
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(247deg) brightness(104%) contrast(104%);
}

.footer-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*Footer Ends*/



/*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*/