﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    overflow-x: hidden;
    word-break: break-word;
    color: var(--textColor);
    background-color: var(--bodyColor);
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #848383;
    --bodyColor: #080707;
    --themeColor: #1bad16;
    --themeColor2: #1a1817;
    --themeColor3: #0c0b0b;
    --headingColor: #161a1d;
}

a {
    white-space: initial;
    text-decoration: none;
    display: inline-block;
    color: var(--themeColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--themeColor);
}

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: 'Cutmark-Medium';
    src: url(../fonts/Cutmark-Medium.ttf);
}

@font-face {
    font-family: 'Cutmark-Regular';
    src: url(../fonts/Cutmark-Regular.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: 55px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

h2 {
    margin: 0 0 0px;
    font-size: 50px;
    font-weight: 500;
    line-height: 45px;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

h4 {
    font-size: 22px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Cutmark-Regular';
}

h5 {
    margin: 0 0 0px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Cutmark-Medium';
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading h2 span {
    color: var(--themeColor);
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 600px;
}

.theme-btn-1 {
    top: 0;
    gap: 10px;
    border: none;
    display: flex;
    position: relative;
    width: fit-content;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: transparent;
}

.theme-btn-1:hover {
    top: -3px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme-btn-1 .theme-btn-1-text {
    font-size: 14px;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 5px;
    color: var(--white);
    transition: ease-in;
    text-transform: uppercase;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.theme-btn-1:hover .theme-btn-1-img,
.theme-btn-1:hover .theme-btn-1-text {
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor3);
}

.theme-btn-1 .theme-btn-1-img {
    width: 55px;
    height: 55px;
    display: flex;
    border-radius: 5px;
    transition: ease-in;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.theme-btn-1 .theme-btn-1-img img {
    width: 20px;
    height: 12px;
    object-fit: contain;
}

/* .theme-btn-1:hover::before {
    background-color: ;
} */


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    text-align: center;
    position: relative;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-between;
}

.menuSec ul li {
    gap: 4px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    display: inline-block;
}

.menuSec ul li i {
    color: var(--white);
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 40px 10px;
    position: relative;
    color: var(--white);
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

.menuSec ul li a::before {
    left: 0;
    right: 0;
    width: 0%;
    bottom: 0;
    height: 1px;
    content: '';
    margin: auto;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.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(--themeColor);
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #0000007a;
    left: 0px;
    width: 300px;
    backdrop-filter: blur(3px);
    text-align: left;
    top: 68px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    color: var(--themeColor) !important;
    background-color: var(--white);
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.header-logo {
    height: 120px;
    width: fit-content;
    text-align: center;
    margin: 0 auto 20px;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menuSection {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    z-index: 999;
    padding: 0px 4%;
    position: fixed;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menuSection.HeaderBoxfixed {
    position: fixed;
    transition: ease-in-out;
    transition-duration: 0.5s;
    backdrop-filter: blur(10px);
    background-color: #1a1817cb;
    box-shadow: 0px 0px 25px 10px #ffffff10;
}

.header-link ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-link ul form {
    width: 100%;
    position: relative;
}

.header-link ul form button {
    top: 0;
    bottom: 0;
    right: 10px;
    width: 40px;
    margin: auto;
    height: 40px;
    display: flex;
    font-size: 18px;
    position: absolute;
    color: var(--black);
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    background-color: var(--white);
}

.header-link ul form input {
    width: 100%;
    height: 55px;
    font-weight: 500;
    border-radius: 5px;
    color: var(--black);
    padding: 10px 50px 10px 15px;
    border: 1px solid var(--white);
    background-color: var(--white);
}

.header-link ul form input::placeholder {
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.header-link ul li a {
    width: 30px;
    height: 50px;
    display: flex;
    flex-shrink: 0;
    font-size: 20px;
    color: var(--white);
    align-items: center;
    justify-content: center;
}

.header-link ul li a:hover {
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

/*header css start */


/*banner css start */

.main_slider {
    overflow: hidden;
    position: relative;
    /*padding: 150px 4% 0px;*/
    background-color: var(--themeColor2);
}

.main_slider .row {
    z-index: 1;
    position: relative;
}

.main_slider .custom-container {
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}

/*.main_slider::before {*/
/*    right: -7%;*/
/*    width: 15%;*/
/*    content: '';*/
/*    bottom: -10%;*/
/*    height: 120%;*/
/*    position: absolute;*/
/*    transform: rotate(30deg);*/
/*    background: linear-gradient(0deg, var(--themeColor2) 13%, var(--bodyColor) 100%);*/
/*}*/

/*.main_slider::after {*/
/*    right: 11%;*/
/*    width: 26%;*/
/*    content: '';*/
/*    bottom: -12%;*/
/*    height: 134%;*/
/*    position: absolute;*/
/*    transform: rotate(28deg);*/
/*    background: linear-gradient(0deg, var(--themeColor2) 13%, var(--bodyColor) 100%);*/
/*}*/

section.main_slider video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.bannerProductSlider {
    width: 1200vw;
    min-width: 100%;
    max-width: 1200px;
    padding: 20px 10px 0px 0px;
    background: var(--themeColor2);
    border-radius: 10px 10px 0px 0px;
    box-shadow: 4px 3px 21px 7px var(--themeColor2);
}

.bannerProductSlider .slick-slide {
    opacity: 1;
    padding-bottom: 50px;
    border-bottom: 5px solid transparent;
}

.bannerProductSlider .slick-slide:hover,
.bannerProductSlider .slick-slide.slick-current.slick-active.slick-center {
    border-color: #e30613;
}

.banner-product-box {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-product-box-img {
    width: 100px;
    height: 90px;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.banner-product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-product-box-text h5 {
    font-family: 'Cutmark-Regular';
    text-transform: uppercase;
}

.banner_text h1 {
    overflow: hidden;
    width: fit-content;
    position: relative;
    margin-bottom: 5px;
}

.banner_text h1 .heading-line {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background-color: var(--white);
}

.banner_text h1 .heading-line::before {
    right: 0;
    top: -5px;
    width: 10px;
    content: '';
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--white);
    animation: dotMoveRL 6s ease-in-out infinite;
}

@keyframes dotMoveRL {
    0% {
        right: 0%;
    }

    50% {
        right: 99%;
    }

    100% {
        right: 0%;
    }
}

.banner_text h1 .custom-flex {
    gap: 20px;
    align-items: center;
}

.banner_text h1 .custom-flex div:first-child {
    flex-shrink: 0;
}

.banner_text h1 span {
    display: block;
    font-size: 65px;
    color: var(--themeColor);
}

.banner_text p {
    font-weight: 600;
    margin-bottom: 15px;
}

.banner_img {
    z-index: 2;
    width: 100%;
    height: 550px;
    position: relative;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nike-zoom-progress-barchg .progress {
    width: 100%;
    height: 5px;
    z-index: 1;
    border-radius: 0px;
    position: relative;
    background-color: transparent;
}

.nike-zoom-progress-barchg .progress::before {
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    content: '';
    margin: auto;
    position: absolute;
    background: #31302f;
}

.nike-zoom-progress-barchg .progress-fill {
    width: 0%;
    height: 100%;
    border-radius: 0px;
    transition: width 0.4s ease;
    background: var(--themeColor);
}

.slide_counter h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
}

.start_number,
.slide_counter h2 span,
.total_number {
    font-size: 14px;
    font-family: 'Cutmark-Regular';
}

.nike-zoom-progress-barchg {
    width: 75%;
}

.banner-number {
    margin-bottom: 50px;
}

/*banner css end*/

/* collection-sec */

.collection-sec {
    padding: 100px 4%;
}

.collection-heading h2 span {
    color: var(--themeColor);
}

.collection-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.collection-text p {
    max-width: 470px;
}

.collectionSlider {
    margin-top: 25px;
}

.collectionSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.collection-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.collection-box {
    height: 350px;
    display: block;
    position: relative;
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.collection-box h6 {
    left: 20px;
    bottom: 20px;
    min-width: 160px;
    position: absolute;
    padding: 10px 25px;
    text-align: center;
    border-radius: 5px;
    transition: ease-in;
    text-transform: uppercase;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.collection-box:hover {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.collection-box:hover h6 {
    color: var(--bodyColor);
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

/* collection-sec */

/* about-sec */

.about-sec {
    padding: 100px 0px;
    position: relative;
    background-image: url(../images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.about-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.92;
    position: absolute;
    background-color: var(--bodyColor);
}

.about-img {
    z-index: 1;
    height: 350px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.about-img:hover img {
    transition: ease-in;
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    object-position: top;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.about-text {
    z-index: 1;
    position: relative;
}

.about-text h2 {
    margin-bottom: 15px;
}

.about-text h2 span {
    display: block;
    color: var(--themeColor);
}

.about-text p {
    margin-bottom: 25px;
}

.about-text h3 {
    margin-bottom: 10px;
}

.about-text h6 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--textColor);
}

.about-sec .custom-space {
    margin-top: 50px;
}

section.about-sec.inner-about-sec::before {
    opacity: 0.95;
}

/* about-sec */

/* about-botttom-sec */

.about-botttom-sec {
    padding: 100px 0px;
}

.about-botttom-text h2 {
    margin-bottom: 15px;
}

.about-botttom-text {
    text-align: center;
}

.about-botttom-text h2 span {
    color: var(--themeColor);
}


/* about-botttom-sec */

/* product-sec */

.product-sec {
    padding: 100px 0px;
}

.product-box {
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
}

.product-box:hover::before {
    height: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-box:hover * {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box::before {
    left: 0;
    right: 0;
    bottom: 0;
    height: 0px;
    z-index: -1;
    content: '';
    width: 100%;
    margin: auto;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box-img {
    height: 280px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 10px;
    object-fit: contain;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.product-box-img img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.product-box h4 {
    transition: ease-in;
    margin-bottom: 10px;
    transition-duration: 0.5s;
}

.product-box h6 {
    font-size: 13px;
    transition: ease-in;
    margin-bottom: 10px;
    transition-duration: 0.5s;
}

.product-box h6 span {
    margin-right: 8px;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    display: inline-flex;
    transition-duration: 0.5s;
}

.product-box h6 span i {
    font-size: 10px;
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

.product-box p {
    overflow: hidden;
    margin-bottom: 10px;
    transition: ease-in;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition-duration: 0.5s;
    -webkit-box-orient: vertical;
}

.product-box ul {
    display: flex;
    align-items: center;
    transition: ease-in;
    transition-duration: 0.5s;
    justify-content: space-between;
}

.product-box ul li h3 {
    font-size: 22px;
    font-weight: 500;
    transition: ease-in;
    transition-duration: 0.5s;
    font-family: 'Cutmark-Regular';
}

.product-box:hover ul li a {
    background-color: var(--themeColor3);
}

.product-box ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    font-size: 20px;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box ul li a:hover {
    transition: ease-in-out;
    transform: rotate(360deg);
    transition-duration: 0.5s;
}

/* product-sec */


/* Contact Page */

.contact_deail_sec {
    padding: 100px 0;
}

.grp button {
    padding: 0px;
    margin-top: 30px;
}

.grp input,
.grp textarea {
    width: 100%;
    height: 55px;
    margin: 15px 0;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid var(--bodyColor);
}

.grp input::placeholder,
.grp textarea::placeholder {
    font-weight: 600;
    color: var(--black);
    text-transform: uppercase;
}

.grp textarea {
    height: 150px;
    padding: 20px;
    display: block;
    border-radius: 5px;
    align-content: flex-end;
}

.cont_furth ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 30px 0;
}

.contact_detail p,
.cont_furth p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--white);
}

.con_left {
    width: 90px;
    height: 90px;
    display: flex;
    font-size: 40px;
    color: var(--white);
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    background: var(--themeColor);
}

.con_right {
    width: 70%;
}

.con_right h5 {
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.con_right h6 {
    font-size: 16px;
}

.cont_furth ul {
    margin: 60px 0 0;
}

.contact_deail_sec iframe {
    width: 100%;
    height: 400px;
    margin-top: 50px;
}

/* Contact Page */

/* inner banner */

section.main_slider.inner-banner {
    display: flex;
    min-height: 400px;
    align-items: center;
    padding: 150px 4% 50px;
    justify-content: center;
    background-image: url(../images/inner-banner-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.main_slider.inner-banner::after,
section.main_slider.inner-banner::before {
    display: none;
}

section.main_slider.inner-banner .banner_text h1 {
    font-size: 40px;
    margin: 50px auto 0;
}

.inner-banner .banner_text {
    text-align: center;
    margin: 0 auto 0;
}


section.main_slider.inner-banner .banner_text h1 span {
    font-size: 40px;
    display: inline-block;
}

/* inner banner */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 0px;
}

.why-choose-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    min-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.why-choose-img:hover img {
    transition: ease-in;
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.why-choose-text p {
    font-weight: 600;
    margin-bottom: 20px;
}

.why-choose-text h2 {
    margin-bottom: 10px;
}

.why-choose-text h3 {
    font-weight: 600;
    color: var(--themeColor);
    font-family: 'Cutmark-Regular';
}

/* why-choose-sec */

/*login start*/

section.login {
    padding: 100px 50px;
}

.login-txt form input {
    width: 100%;
    outline: none;
    font-weight: 600;
    padding: 15px 15px;
    border-radius: 5px;
    color: var(--black);
    margin-bottom: 10px;
    background-color: var(--white);
    border: 1px solid var(--white);
}

.login-txt h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.login-txt {
    border-radius: 10px;
    padding: 45px 25px 35px;
    background-color: var(--themeColor);
}

.login-txt ul {
    gap: 10px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

li.head {
    font-size: 17px;
    font-weight: 600;
    color: var(--white);
}

.login-txt ul li {
    gap: 7px;
    display: flex;
    font-weight: 600;
    color: var(--white);
}

.login-txt form button {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
}

.login-txt form button .theme-btn-1-text {
    width: 100%;
    background-color: var(--black);
}

.login-txt form button .theme-btn-1-img {
    flex-shrink: 0;
    background-color: var(--white);
}

.login-txt form button .theme-btn-1-img img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(17%) hue-rotate(324deg) brightness(102%) contrast(105%);
}

.login-txt a {
    color: var(--white);
    text-decoration: underline;
}

section.flash-sale.inn .flash-sale-slid .slick-prev,
section.flash-sale.inn .flash-sale-slid .slick-next {
    display: none !important;
}

.blog-top-txt.inn {
    border: unset;
}

.blog-top-txt.inn::before {
    display: none;
}

section.flash-sale.inn {
    padding: 70px 2%;
}

section.flash-sale.inn .flash-sale-slid {
    margin-top: 30px;
}


/*login end*/

/* shop-sec */

.shop-sec {
    padding: 40px 0px;
    position: relative;
    background-color: var(--themeColor3);
}

.shop-sec:hover::before {
    width: 45%;
    transition: ease-in;
    transition-duration: 0.5s;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
}

.shop-sec::before {
    right: 0;
    bottom: 0;
    width: 30%;
    content: '';
    height: 100%;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    clip-path: polygon(64% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(0deg, var(--themeColor) 0%, var(--white) 100%);
}

.shop-img {
    height: 450px;
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: flex-end;
}

.shop-img img {
    width: 100%;
    height: 550px;
    object-fit: contain;
    object-position: right;
}

.shop-text h2 {
    margin-bottom: 5px;
}

.shop-text h2 span {
    display: block;
    color: var(--themeColor);
}

.shop-text p {
    margin-bottom: 15px;
}

.product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* shop-sec */




/* testimonials */

.testimonial {
    overflow: hidden;
    position: relative;
    padding: 100px 0px;
    background-image: url(../images/testimonial-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonial::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.92;
    position: absolute;
    background-color: var(--bodyColor);
}

.testimonial-heading {
    z-index: 1;
    display: flex;
    margin-left: 20px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.testimonial-heading h2 span {
    color: var(--themeColor);
}

.testimonial-slider-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider-btn button {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--white);
}

.testimonial-slider-btn button:hover {
    transition: ease-in-out;
    transition-duration: 0.5s;
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.testimonial-slider-btn button img {
    width: 20px;
    height: 12px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(5%) hue-rotate(311deg) brightness(100%) contrast(103%);
}

.testimonial-slider-btn button.testimonial-slider-left-btn {
    transform: rotate(180deg);
}

.testimonial-slider-btn button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(275deg) brightness(103%) contrast(101%);
}

.test-head p {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.testi-box {
    margin-top: 25px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 50px 25px 25px;
    background: var(--white);
    box-shadow: 0px 0px 54.28px 4.72px rgba(0, 0, 0, 0.13);
}

.testi-box ul {
    gap: 20px;
    display: flex;
    align-items: center;
}

.testi-box ul h6 span {
    display: block;
    color: var(--themeColor);
}

.testi-box ul h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    color: var(--black);
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.testi-box ul li img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 5px;
}

.testi-box i {
    top: -20px;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 25px;
    border-radius: 5px;
    position: relative;
    align-items: center;
    color: var(--white);
    justify-content: center;
    background: var(--themeColor);
}

.testi-box:hover,
.testi-slider .slick-slide.slick-current.slick-active+.slick-active .testi-box {
    border: none;
    transition-duration: 0.5s;
    background: var(--themeColor) !important;
}

.testi-slider .slick-list {
    overflow: visible;
}

.testi-slider .slick-slide {
    opacity: 0;
}

.testi-box:hover *,
.testi-slider .slick-slide.slick-current.slick-active+.slick-active .testi-box * {
    color: var(--white);
}

.testi-slider .slick-next:before {
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 20px;
    font-weight: 200;
    content: "\f178";
    position: absolute;
    color: var(--white);
    border-radius: 50%;
    align-items: center;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    background: var(--themeColor);
    font-family: 'Font Awesome 6 Pro';
}

.testi-slider .slick-prev:before {
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 20px;
    font-weight: 200;
    content: "\f177";
    position: absolute;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    background: var(--themeColor);
    font-family: 'Font Awesome 6 Pro';
}

.testi-slider .slick-active {
    opacity: 1;
    transition-duration: 0.5s;
}

.testi-box p {
    font-weight: 600;
    color: var(--black);
    margin-bottom: 25px;
    transition-duration: 0.5s;
}

.testi-box-text {
    height: 100px;
    margin-bottom: 20px;
    overflow-y: scroll;
    transition-duration: 0.5s;
}

.testi-box-text::-webkit-scrollbar {
    width: 4px;
    transition-duration: 0.5s;
    background-color: #fff;
}

.testi-box-text::-webkit-scrollbar-thumb {
    background-color: var(--themeColor2);
    outline: 1px solid var(--themeColor2);
    transition-duration: 0.5s;
    border-radius: 100px;
}

.testi-box-text::-webkit-scrollbar-track {
    transition-duration: 0.5s;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 55%);
}

.testi-box:hover i,
.testi-slider .slick-slide.slick-current.slick-active+.slick-active .testi-box i {
    color: var(--black);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.testi-slider .slick-prev {
    left: -60px;
}

.testi-slider .slick-next {
    right: -30px;
}

.testi-slider .slick-next:hover::before,
.testi-slider .slick-prev:hover::before {
    transition: ease-in;
    background: var(--black);
    transition-duration: 0.5s;
}

.inner-testimonial-sec {
    background-image: none;
}

.inner-testimonial-sec .custom-space {
    margin-top: 50px;
}

.page-break {
    z-index: 1;
    position: relative;
}

.page-break ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.page-break ul li button {
    height: 40px;
    width: 50px;
    display: flex;
    font-weight: 500;
    border-radius: 5px;
    align-items: center;
    color: var(--white);
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid transparent;
    background-color: transparent;
}

.page-break ul li button:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

/*testi end*/


/* Cart Page Start */

.cart-sc-mn {
    background-image: url(../images/cart.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.add-to-cart {
    padding: 150px 0;
    position: relative;
    background-image: url(../images/cart-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.add-to-cart .img-1 {
    position: absolute;
    left: -9%;
    top: 22%;
    width: 250px;
}

.add-to-cart .img-2 {
    position: absolute;
    bottom: 20%;
    left: 13%;
}

.add-to-cart .img-3 {
    position: absolute;
    right: -10%;
    top: 0%;
    width: 290px;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 55px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    margin-top: 24px;
    background: #f7f7f7;
}

.table-responsive .table th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-responsive .table th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.prod-det-bg table tr th {
    border: none;
}

.prod-det-bg table tr td {
    padding: 30px 10px;
}

.add-to-cart a {
    font-size: 20px;
    /* display: block; */
    text-align: center;
    padding-top: 9px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.custom-right .theme-btn-1 {
    margin: 0px 0px 0px auto;
}

.add-to-cart h4 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 600;
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    padding: 40px 25px;
    background: #0f0e0e;
    border: 1px solid #181717;
}

.total-section ul {
    font-family: 'trajan';
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 27px;
    line-height: 40px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat';
}

li.color-change {
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.total-section li.color-change span {
    font-size: 24px;
    color: var(--themeColor);
    font-family: 'Montserrat';
}

.total-section li span {
    float: right;
}

.ship-estimate {
    margin-top: 10%;
    padding: 25px 40px;
    background: #0f0e0e;
    border: 1px solid #181717;
}

.ship-estimate li {
    font-size: 27px;
    color: #fff;
    line-height: 40px;
    font-family: 'Montserrat';
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: capitalize;
}

.ship-estimate ul {
    margin-top: 15px;
    margin-bottom: 30px;
    list-style: none;
}

.ship-estimate .grey-style {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: capitalize;
}

.proceed a {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.or-amazon {
    width: 100%;
    margin-top: 50px;
    position: relative;
    padding: 30px 50px;
    border-radius: 5px;
    margin-left: -60%;
    background: var(--white);
    border: 2px solid #cecece;
}

.or-amazon p {
    border: 0;
    left: 0px;
    top: -18px;
    right: 0px;
    width: 70%;
    display: block;
    font-size: 17px;
    margin: 0px auto;
    font-weight: 600;
    padding: 3px 20px;
    position: absolute;
    background: #f4f4f4;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: var(--headingColor);
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.product-img {
    width: 100%;
    border-radius: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #0000002e; */
    margin-top: 50px;
}

.table> :not(:last-child)> :last-child>* {
    font-size: 19px;
    font-weight: 400;
    border-radius: 0;
    color: var(--white);
    padding: 21px 25px;
    font-family: 'Montserrat';
    text-transform: capitalize;
    border-bottom-color: currentColor;
    background-color: var(--themeColor);
}

.table-space h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: var(--white);
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.space .row {
    align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #ffffff;
    border-style: solid;
    border-width: 0;
}

th.qty {
    text-align: center;
}

a.remove {
    width: 45px;
    height: 45px;
    border: none;
    display: flex;
    padding-top: 0;
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

.table-space h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: 'Montserrat';
    margin: 5px 0;
    text-transform: capitalize;
}

.table-space span {
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat';
}

li.color-change {
    margin-top: 8%;
}

.table-responsive {
    margin-bottom: 0%;
}

.table th:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.table th:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table th:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.table th:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.product-img.cart img {
    margin-top: 0;
}

.product-img.cart img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 10px;
    object-fit: contain;
}

.product-img.cart {
    margin: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
    background-color: var(--white);
}

a.btn1.checkout-btn {
    margin: 0;
    display: flex;
    padding: 20px 0;
    font-size: 21px;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor);
}

/* Cart Page End */


/* inner-about-botttom-sec */

section.about-botttom-sec.inner-about-botttom-sec {
    background-color: #111213;
}

/* inner-about-botttom-sec */

/* Checkout Page Start */

.billing_form h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 100;
    color: var(--white);
    margin-bottom: 20px;
}

.billing_form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--white);
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.radiosss p {
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
    font-family: 'Montserrat';
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid var(--white);
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    border-radius: 5px;
    color: var(--white);
}

a.btn1.checkout_btn.mt-4.btn13 {
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.billing_form input::placeholder {
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';

}

.cart_sidebar .cart_lst li:not(:last-child) {
    color: var(--white);
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child span {
    color: var(--themeColor);
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 20px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.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;
    font-family: 'Roboto', sans-serif;
}

.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;
    font-family: 'Roboto', sans-serif;
}

.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;
    font-family: 'Roboto', sans-serif;
    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;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border-radius: 5px;
    border: 1px solid var(--white);
}

font {
    font-size: 24px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-family: 'adoha';
    font-weight: 100;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    letter-spacing: 0;
}

.cart_sidebar h5 span {
    float: right;
    color: #fff;
}

.cart_sidebar h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
    font-family: 'Montserrat';
    font-size: 34px;
}

.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: 600;
    color: #fff;
    font-family: 'Montserrat';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    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;
    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;
    font-family: 'Montserrat', sans-serif;
}

.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;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    font-family: 'Montserrat', sans-serif;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn:hover {
    /* color: white; */
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-size: 30px;
}

.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: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #d4b12d;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
    margin: 10px 0;
}

section.checkout_page.all-section.all-side {
    padding: 100px 0 150px;
    position: relative;
}

.billing_form {
    border: 1px solid #fff;
    padding: 50px 25px;
    border-radius: 5px;
}

.cart_sidebar h3 {
    font-weight: 400;
}

/* Checkout Page End */


/* Product Detail Page Start */

.productdetailsec {
    padding: 120px 0 50px;
}

.productdetailtext h3 {
    font-size: 55px;
    line-height: 83px;
    color: #092c18;
    width: 100%;
    margin: 0;
}

.sl-nv-mn {
    margin-top: 0;
    padding-left: 0px;
}

.sl-nv-mn .slick-slide {
    margin: 0 0 20px 0;
}

.productdetailtext span {
    font-size: 22px;
    margin-top: 5px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    margin-bottom: 5px;
    font-family: 'Cutmark-Regular';
}

.productdetailtext ul {
    padding: 0;
    margin: 0 0 0px;
}

.productdetailtext p {
    margin-top: 15px;
    margin-bottom: 25px;
}

.productdetailsec .productdetailtext ul li {
    margin: 0px;
    font-size: 14px;
    list-style: none;
    font-weight: 400;
    line-height: 20px;
    color: var(--white);
    display: inline-block;
}

.productdetailsec .productdetailtext ul.d-flex.quantity-list li {
    font-size: 22px;
    margin-right: 20px;
    font-family: 'Cutmark-Regular';
}

.productdetailtext ul li a i {
    font-size: 14px;
    color: var(--themeColor);
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
    margin: 0;
    top: -13px;
    right: 5px;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {
    padding: 0;
    margin: 0 0 10px;
}

.sec-head.relat-prd-head {
    text-align: center;
}

.iconlist ul li i {
    font-size: 18px;
    margin: 0 17px 15px 0;
    color: var(--themeColor);
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    top: 0;
    z-index: 99;
    width: 150px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background-color: var(--white);
}

.productdetailsmallportion img {
    height: 90%;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.productdetailsec .productdetailportion {
    height: 465px;
    display: flex;
    position: relative;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
}

.productdetailsmallportion-a {
    right: 20px;
    width: 50px;
    bottom: 20px;
    height: 50px;
    display: flex;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    color: var(--white);
    justify-content: center;
    background-color: var(--themeColor);
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    margin: 11px 5px 5px;
    border-radius: 50px;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #E3E3E3;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: var(--white);
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: var(--white) !important;
}

.product-detail span:hover {
    background-color: var(--themeColor);
}

.skin-2 .num-in span:hover {
    background-color: var(--themeColor);
}

.quanity.product-detail {
    margin-left: 20px;
}

.quantity-list {
    align-items: center;
}

ul.product-detail-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.product-detail-heading h3 span {
    font-size: 65px;
}

.product-details-btn {
    height: 60px;
    border: 0;
    width: 180px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cfa55a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

.related-prd-sec {
    position: relative;
}

.iconlist {
    margin-top: 20px;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    text-align: center;
    background: #151324;
    padding: 0 40px;
    margin-bottom: 0;
}

.description .nav-tabs {
    padding-bottom: 30px;
}

.nav-tabs {
    border-bottom: 0;
}

.description {
    padding: 10px 0 0px;
}

.description .tab-content p {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.description .tab-content h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.deatil-txttt h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 60px;
}

.deatil-txttt p {
    font-size: 20px;
    width: 80%;
}

.productdetailtext {
    padding: 0px 0px 0 0px;
}

.prdtc-price li ul {
    margin-top: 0;
}

ul.dummy-list.shop li {
    list-style: disc;
    display: list-item;
    margin-left: 40px;
}

.productdetailtext ul.prdtc-price li {
    margin-top: 5px;
    margin-bottom: 10px;
}

.productdetailnav .slick-list.draggable {
    margin-top: 0px;
}


/* skin 2 */

.skin-2 .num-in {
    background: #F0F0F0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    float: left;
    border-radius: 12px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    background-color: var(--bodyColor);
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    top: 50%;
    left: 50%;
    height: 2px;
    width: 10px;
    content: '';
    margin-top: -1px;
    position: absolute;
    margin-left: -5px;
    background-color: var(--white);
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #000;
    width: 50%;
    margin: 0 5px;
    height: 50px;
    color: var(--black);
    background: var(--white);
}

/*Media Query End*/

/* Product Add-ons */

.preview-btn {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

/* Product Customizer Modal Styles */
.customizer-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    /* Assuming Roboto or similar sans-serif */
}

.customizer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.customizer-content {
    position: relative;
    width: 900px;
    max-width: 95%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 730px;
    max-height: 90vh;
}

.customizer-header {
    background-color: #000;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.customizer-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-transform: uppercase;
}

.customizer-header p {
    margin: 0;
    font-size: 13px;
    color: #aaa;
    margin-left: 20px;
    flex-grow: 1;
}

.close-modal {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}

.customizer-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.customizer-tabs {
    display: flex;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.tab-btn {
    flex: 1;
    padding: 15px;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-bottom: 3px solid transparent;
}

.tab-btn.active {
    background-color: #000;
    color: #fff;
    border-bottom-color: #000;
}

.customizer-main {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.preview-area {
    flex: 6;
    background-color: #f8f8f8;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
}

.preview-header {
    width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 13px;
    color: var(--themeColor);
    /* Approximated from screenshot */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}

.preview-header i {
    color: var(--themeColor);
}

/* Gold color for icon */

.preview-canvas {
    background-color: #fff;
    padding: 10px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    max-width: 100%;
    max-height: 390px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-canvas #preview-product-bg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.preview-note {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}

.controls-area {
    flex: 4;
    padding: 20px;
    background: #fff;
    overflow-y: auto;
}

.controls-header {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}

.control-group {
    margin-bottom: 25px;
}

.control-group label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.val {
    background-color: var(--themeColor);
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
}

.val.label-badge {
    background-color: #eee;
    color: #333;
}

.custom-range {
    width: 100%;
    height: 6px;
    outline: none;
    border-radius: 3px;
    background: var(--themeColor);
    -webkit-appearance: none;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--themeColor);
    /* Blue thumb */
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Text Controls Styles */
.control-section {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-input,
.font-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.text-input:focus,
.font-select:focus {
    border-color: var(--themeColor);
    box-shadow: 0 0 0 2px rgba(27, 173, 22, 0.1);
}

.style-buttons {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.style-btn {
    flex: 1;
    background: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-right: 1px solid #ddd;
    transition: background-color 0.2s;
    color: #333;
}

.style-btn:last-child {
    border-right: none;
}

.style-btn.active,
.style-btn:hover {
    background-color: #f0f0f0;
    color: #000;
}

.color-picker {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
}

.row-group {
    display: flex;
    gap: 15px;
}

.col-half {
    flex: 1;
}

.customizer-footer {
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-cancel {
    border: 1px solid #ddd;
    background: #fff;
    color: #666;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.footer-actions {
    display: flex;
    gap: 10px;
}

.btn-reset {
    border: 1px solid var(--themeColor);
    background: #fff;
    color: var(--themeColor);
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.btn-save {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 768px) {
    .customizer-main {
        flex-direction: column;
        overflow-y: auto;
    }

    .preview-area {
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .customizer-content {
        height: 100%;
        max-height: 100%;
        border-radius: 0;
    }
}

.product-addons {
    margin-top: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}

.product-addons h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--headingColor);
    border-bottom: 2px solid var(--themeColor);
    padding-bottom: 10px;
    display: inline-block;
}

.addon-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.addon-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.add-on-box {
    display: none;
}

/* Custom Checkbox Styles */
.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper .terms-label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox-wrapper .terms-label .label-text {
    margin-left: 10px;
    font-weight: 600;
    color: var(--headingColor);
    font-size: 16px;
}

.checkbox-wrapper .checkbox-svg {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.checkbox-wrapper .checkbox-box {
    fill: rgba(207, 205, 205, 0.425);
    stroke: var(--themeColor);
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper .checkbox-tick {
    stroke: var(--themeColor);
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper input[type="checkbox"]:checked+.terms-label .checkbox-box,
.checkbox-wrapper input[type="checkbox"]:checked+.terms-label .checkbox-tick {
    stroke-dashoffset: 0;
}

/* Custom File Input Styles */
.input-div {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--themeColor);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 0px 100px var(--themeColor), inset 0px 0px 10px var(--themeColor), 0px 0px 5px var(--white);
    /* animation: flicker 2s linear infinite; */
}

.icon {
    font-size: 2rem;
    cursor: pointer;
    pointer-events: none;
    color: var(--themeColor);
    /* animation: iconflicker 2s linear infinite; */
}

.input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}

@keyframes flicker {
    0% {
        border: 2px solid var(--themeColor);
        box-shadow: 0px 0px 100px var(--themeColor), inset 0px 0px 10px var(--themeColor), 0px 0px 5px var(--white);
    }

    5% {
        border: none;
        box-shadow: none;
    }

    10% {
        border: 2px solid var(--themeColor);
        box-shadow: 0px 0px 100px var(--themeColor), inset 0px 0px 10px var(--themeColor), 0px 0px 5px var(--white);
    }

    25% {
        border: none;
        box-shadow: none;
    }

    30% {
        border: 2px solid var(--themeColor);
        box-shadow: 0px 0px 100px var(--themeColor), inset 0px 0px 10px var(--themeColor), 0px 0px 5px var(--white);
    }

    100% {
        border: 2px solid var(--themeColor);
        box-shadow: 0px 0px 100px var(--themeColor), inset 0px 0px 10px var(--themeColor), 0px 0px 5px var(--white);
    }
}

@keyframes iconflicker {
    0% {
        opacity: 1;
    }

    5% {
        opacity: 0.2;
    }

    10% {
        opacity: 1;
    }

    25% {
        opacity: 0.2;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.addon-desc {
    font-size: 13px;
    color: #666;
    margin-left: 40px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.addon-input {
    margin-left: 40px;
    margin-top: 10px;
}

.addon-input p {
    font-size: 13px;
    color: var(--themeColor);
    margin-bottom: 5px;
}

.addon-input .form-control {
    width: 100%;
    max-width: 400px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.addon-input .form-control:focus {
    border-color: var(--themeColor);
    box-shadow: 0 0 0 2px rgba(27, 173, 22, 0.2);
}

/* / skin 2 */

.productdetailsec {
    position: relative;
}

.deatil-mess h2 {
    font-size: 55px;
    text-transform: uppercase;
}

.deatil-mess p {
    font-size: 20.77px;
}

section.deatil-img-sec {
    padding: 50px 0 90px;
}

section.deatil-img-sec {
    position: relative;
}

.pro-detail h2 {
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
}

.rel-prdtc-mn .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.rel-prdtc-mn .slick-arrow {
    display: none !important;
}

.prodt-main {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 4px 6px 11px 0 #00000017;
    border: 1px solid #00000026;
    padding: 40px 30px;
}

.prodt-main h6 {
    font-size: 22.61px;
    font-family: 'Roboto';
    margin-top: 20px;
}

.prodt2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodt2 ul li {
    margin: 0 14px 0 0;
}

.prodt2 ul li i {
    color: #e3a206;
}

.prodt2 p {
    font-size: 20px;
    font-weight: 600;
}

a.relaed-btn {
    background: #87d749;
    color: #fff;
    display: flex;
    width: 60%;
    align-items: center;
    font-size: 15px;
    height: 50px;
    justify-content: space-evenly;
    margin: auto;
}

.prdt-cart {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.productdetailsec .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-size: 35px;
}

.productdetailsec .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 6 Pro';
    font-size: 32px;
}

.productdetailsec .slick-prev {
    left: -17px;
    z-index: 1;
    top: 50%;
}

.productdetailsec .slick-next {
    right: -15px;
    top: 50%;
}

section.product.pg {
    padding: 100px 0;
    position: relative;
}

.product-pg-text h2 {
    font-size: 65px;
}

.product-pg-text {
    text-align: center;
}

.productdetailtext h2 {
    font-size: 35px;
    margin: 15px 0 0px;
}

ul.dummy-list.shop p {
    font-size: 14px;
    color: var(--white);
}

ul.dummy-list.shop {
    margin: 20px 0;
}

a.btn1.cat-sub-btn {
    margin: 0;
}

.related-head {
    width: 50%;
    margin: 0 auto 30px;
    text-align: center;
}

.related-head p {
    font-size: 18px;
    color: #000;
}

.slick-active {
    opacity: 1;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    border-radius: 5px;
    padding: 10px 25px;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--themeColor);
}

.description li.nav-item .nav-link.active {
    border: 0;
    color: var(--white);
    background-color: var(--themeColor);
}

.rev-btn {
    display: inline-block;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .tab-content p {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}

.review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.review-box-container {
    display: block;
}

.review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 14px;
    color: var(--black) !important;
}

.review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input {
    width: 100%;
    border: 0px;
    height: 50px;
    padding: 10px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 20px;
    background-color: rgb(246, 246, 246);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    font-weight: 500;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: rgb(124, 124, 124);
    background-color: rgb(246, 246, 246);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 100%;
    height: 90%;
    object-fit: contain;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: transparent;
    background: var(--themeColor);
}

.rev-btn button.tabs-btn {
    background-color: #092c18;
    color: white;
    padding: 15px 70px;
    font-size: 20px;
    font-family: 'Lora';
}

section.tape {
    position: relative;
}

img.abt-flr {
    position: absolute;
    left: 39%;
    top: 6%;
    width: 30px;
    filter: brightness(0) saturate(100%) invert(59%) sepia(78%) saturate(403%) hue-rotate(8deg) brightness(94%) contrast(86%);
}

img.abt-flr2 {
    position: absolute;
    left: 140px;
    top: 0%;
    width: 30px;
    filter: brightness(0) saturate(100%) invert(59%) sepia(78%) saturate(403%) hue-rotate(8deg) brightness(94%) contrast(86%);
}

img.abt-str {
    position: absolute;
    top: 10%;
    right: 13%;
    width: 50px;
}

.about-page-txt {
    position: relative;
}

section.tape::before {
    content: '';
    position: absolute;
    background-image: url('../images/tape1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: -50px;
    height: 200px;
    width: 150px;
    object-fit: cover;
    object-position: center;
}

section.tape::after {
    content: '';
    position: absolute;
    background-image: url(../images/palm.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: -40px;
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: center;
}

.spark-img {
    position: relative;
}

.spark-img img {
    position: absolute;
    top: -100px;
    right: 60px;
}

.container.palm-bottom {
    position: relative;
}

.container.palm-bottom::before {
    content: '';
    position: absolute;
    background-image: url('../images/palm-bottom.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: -217px;
    height: 200px;
    width: 190px;
    object-fit: cover;
    object-position: center;
}

.container.palm-bottom::after {
    content: '';
    position: absolute;
    background-image: url('../images/palm-bottom2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: -170px;
    height: 70px;
    width: 100px;
    object-fit: contain;
    object-position: center;
}

.get-in-touch.star-bottom {
    position: relative;
}

.get-in-touch.star-bottom::after {
    content: '';
    position: absolute;
    background-image: url('../images/palm-bottom2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: -170px;
    height: 70px;
    width: 100px;
    object-fit: contain;
    object-position: center;
}

.get-in-touch.star-bottom::before {
    content: '';
    position: absolute;
    background-image: url('../images/star.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -40px;
    left: -910px;
    height: 40px;
    width: 40px;
    object-fit: contain;
    object-position: center;
}

.prod-det-bg.star-bottom {
    position: relative;
}

.prod-det-bg.star-bottom::before {
    content: '';
    position: absolute;
    background-image: url('../images/star.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 450px;
    left: 50px;
    height: 40px;
    width: 40px;
    object-fit: contain;
    object-position: center;
}

.flr {
    position: relative;
}

.flr::after {
    content: '';
    position: absolute;
    background-image: url('../images/flr2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 70px;
    left: -120px;
    height: 40px;
    width: 40px;
    object-fit: contain;
    object-position: center;
}

.flr::before {
    content: '';
    position: absolute;
    background-image: url('../images/palm1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -80px;
    left: -160px;
    height: 120px;
    width: 120px;
    object-fit: contain;
    object-position: center;
}

.container.palm-bottom-left {
    position: relative;
}

.container.palm-bottom-left::after {
    content: '';
    position: absolute;
    background-image: url('../images/palm1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: -100px;
    height: 120px;
    width: 120px;
    object-fit: contain;
    object-position: center;
}

.container.palm-bottom-left::before {
    content: '';
    position: absolute;
    background-image: url('../images/palm-bottom2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: -80px;
    height: 50px;
    width: 70px;
    object-fit: contain;
    object-position: center;
}

.total-section.star-bottom {
    position: relative;
}

section.productdetailsec .tape::before {
    top: 10px;
}

/* Product Detail Page End */

/*Product Page End*/

.product-inner-sec .product-side-bar {
    height: 900px;
    overflow-y: scroll;
}

.product-inner-sec .product-side-bar h4 {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 300;
    position: relative;
}

.themes-h4:after {
    top: 15px;
    content: '';
    height: 4px;
    width: 22px;
    right: 20px;
    position: absolute;
    background: var(--themeColor);
}

.product-inner-sec .product-side-bar ul li a input {
    height: 15px;
    width: 15px;
    margin-right: 30px;
}

.product-side-bar ul li a {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    align-items: center;
    padding-right: 20px;
    color: var(--white);
    justify-content: flex-start;
}

.product-inner-sec .product-side-bar ul li a label {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0px;
    position: relative;
    line-height: 35px;
    color: var(--white);
    border-bottom: 1px solid var(--white);
}

.product-inner-sec .product-side-bar ul li a label::before {
    right: 100%;
    content: '';
    width: 100%;
    bottom: -1px;
    position: absolute;
    border-bottom: 1px solid var(--white);
}

.product-inner-sec .product-side-bar::-webkit-scrollbar {
    width: 10px;
    color: #000;
}


.product-inner-sec .product-side-bar::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.product-inner-sec .product-side-bar::-webkit-scrollbar-thumb {
    background-color: var(--themeColor);
    outline: 1px solid var(--themeColor);
    border-radius: 100px;
}

.product-inner-sec .product-side-bar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgb(0 0 0 / 55%);
}

/* Track */

.product-inner-sec ::-webkit-scrollbar-track {
    background: var(--white);
}

section.product-inner-sec select {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
    padding: 10px 20px;
    color: var(--white);
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid var(--white);
    font-family: 'Montserrat', sans-serif;
}

.pages-info h6 {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: 'Montserrat';
    font-weight: 400;
    margin: 0;
}

.product-card {
    margin: 40px 10px;
}

.product-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.product-card-txt {
    margin: 20px 0 0 0;
    border-top: 2px solid black;
}


/*Product Page End*/


/* Footer Section Starts */

footer {
    width: 100%;
    padding: 60px 0 0px 0;
    background: var(--themeColor3);
}

.foot-bottom {
    padding: 15px 0px;
    border-top: 1px solid #cccccccc;
}

footer h5 {
    font-size: 22px;
    color: #fff;
    /* margin-bottom: 10px; */
    text-transform: uppercase;
    font-weight: 400;
}

footer p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.footer-logo-txt-socail {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.footer-logo a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.footer-logo-txt-socail p {
    width: 100%;
    font-weight: 500;
}

.fot-link {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

ul.quick-links {
    /* column-count: 2; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

ul.quick-links-services {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 22px;
}

ul.quick-links-services li {
    color: #fff;
    opacity: 1;
    font-family: 'Montserrat';
    font-size: 14px;
}

footer .container {
    padding-bottom: 50px;
}

.foot-bottom .container {
    padding: unset;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: transparent;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 10px;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 60%);
    transform: translatey(0px);
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}

.social-links a:hover {
    background-color: var(--primary);
}

.quick-links a {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    text-transform: capitalize;
}

.quick-links a:hover {
    transition: ease-out;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

.foot-number {
    font-size: 30px;
    color: #fefefe;
    display: block;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.foot-number:hover {
    color: #0d68ae;
}

a.req-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 72px;
    border: 1px solid white;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Roboto';
    color: white;
    transition: 0.3s all ease-in-out;
    margin-top: 20px;
}

a.req-btn:hover {
    background: var(--primary);
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 14px;
    color: #fff;
}

span.text-darkbrown.green {
    color: var(--themeColor);
}

.custom-flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


.foot-bottom p {
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
}

.foot-bottom-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot-bottom p a {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.foot-bottom p a:hover {
    color: #179ffc;
    transition: ease-out;
    transition-duration: 0.5s;
}

section.news-letter ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px;
}

section.news-letter p {
    color: #fff;
    font-size: 14px;
    width: 76%;
}

.news-letter {
    padding: 50px 0;
    background: var(--themeColor3);
    border-bottom: 1px solid #cccc;
}

.news-letter h2 {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.news-letter .new-box {
    gap: 10px;
    display: flex;
    align-items: center;
}

.new-box button {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 12px 20px;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: uppercase;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.new-box button:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor3);
}

.new-input {
    width: 100%;
}

.news-letter .new-box input {
    border: 0;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: var(--black);
    background: var(--white);
    font-family: 'Montserrat';
}

.news-letter .new-box input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
}

.social-links a:hover {
    color: var(--white);
    background: var(--themeColor);
}

section.news-letter .row {
    align-items: center;
}

footer h6 {
    font-size: 24px;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Cutmark-Regular';
}

.add-cont ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
}

.add-cont ul li {
    gap: 20px;
    display: flex;
    align-items: center;
}

.add-cont ul li i {
    font-size: 15px;
    color: var(--white);
}

.add-cont ul li a {
    gap: 20px;
    display: flex;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    color: var(--white);
    transition: ease-in;
    justify-content: start;
    font-family: 'Montserrat';
    transition-duration: 0.5s;
}

.add-cont ul li a:hover,
.add-cont ul li a:hover p {
    color: var(--themeColor);
    transition: ease-out;
    transition-duration: 0.5s;
}

.add-cont ul li p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.5s;
}

ul.social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

ul.social li a i {
    width: 40px;
    height: 40px;
    opacity: 50%;
    display: flex;
    font-size: 14px;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--white);
    background-color: transparent;
}

ul.social li a i:hover {
    opacity: 100%;
    color: var(--white);
    transition: ease-out;
    transition-duration: 0.5s;
    background: var(--themeColor);
    border: 1px solid var(--themeColor);
}

ul.quick-links-services li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

ul.quick-links-services li a:hover {
    color: var(--themeColor);
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-logo-txt-socail img {
    width: 150px;
}

.fot-link {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
}

/* Footer Section End */


/*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) {}

/* Interactive Overlay Controls */
#overlay-wrapper {
    cursor: move;
    user-select: none;
    border: 1px dashed transparent;
}

#overlay-wrapper.active {
    border-color: #000;
}

#overlay-wrapper:hover .overlay-controls,
#overlay-wrapper.active .overlay-controls,
#text-overlay-wrapper:hover .overlay-controls,
#text-overlay-wrapper.active .overlay-controls {
    display: block !important;
}

#text-overlay-wrapper {
    max-width: 100%;
    word-wrap: break-word;
    text-align: left;
    /* Default alignment */
    box-sizing: border-box;
}

.text-input {
    resize: vertical;
    min-height: 80px;
}

/* Style Buttons */
.style-buttons {
    display: flex;
    gap: 10px;
}

.style-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
}

.style-btn:hover {
    background: #f0f0f0;
}

.style-btn.active {
    background: var(--themeColor);
    color: #fff;
    border-color: var(--themeColor);
}

.overlay-controls span {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    font-size: 12px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
    border: 1px solid var(--themeColor);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.overlay-controls span:hover {
    background: var(--themeColor);
    color: var(--white);
}

.icon-close {
    top: -12px;
    right: -12px;
}

.icon-resize {
    right: -12px;
    bottom: -12px;
    cursor: nwse-resize !important;
}