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

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

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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

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

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

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


/* Chrome, Safari, Edge, Opera */

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

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

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

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

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

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

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

img {
    max-width: 100%
}


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

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

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

@font-face {
    font-family: 'Bambino-bold';
    src: url(../fonts/Bambino\ Bold.woff);
}

@font-face {
    font-family: 'Bambino-Light';
    src: url(../fonts/Bambino\ Light.woff);
}

/***** 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 {
    color: #fff;
    font-size: 45px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Bambino-bold';
}

h2 {
    color: #000;
    font-size: 40px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Bambino-bold';
}

h3 {
    font-size: 30px;
    color: #000000;
    margin: 0 0 0px;
    font-weight: 600;
    font-family: 'Bambino-bold';
}

h4 {
    color: #000;
    font-size: 25px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Bambino-Light';
}

h5 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Bambino-Light';
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Bambino-Light';
}

p {
    margin: 0px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

.theme-1 {
    height: 56px;
    color: #fff;
    border-width: 1px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 29px;
    text-transform: uppercase;
    background-color: #c14c12;
    font-family: 'Bambino-Light';
    border: 1px solid rgb(255, 255, 255);
}

.theme-1:hover {
    color: #c14c12;
    border-color: #c14c12;
    background-color: transparent;
}

/*header css start */

.topSec {
    padding: 10px 0px;
    background-color: #c14c12;
}

.menuSection {
    overflow: hidden;
    padding: 15px 0px;
    background-color: #271910;
}

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

.top-bar-right ul li a {
    color: #fff;
}

.top-bar-left {
    gap: 25px;
    display: flex;
    align-items: center;
}

.top-bar-left span {
    width: 1px;
    height: 15px;
    background-color: #e0a689;
}

.top-bar-left p {
    color: #fbf3ef;
    font-weight: 400;
}

.header-ul-box ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-ul-box ul li {
    gap: 10px;
    display: flex;
    align-items: center;
    border-left: 1px solid #736a64;
}

.header-ul-box ul li a {
    gap: 9px;
    display: flex;
    padding-left: 20px;
    align-items: center;
}

.header-ul-box ul li h6 {
    color: #decbb6;
    position: relative;
    font-family: 'Montserrat';
}

.header-ul-box ul li h6 span {
    top: -7px;
    width: 15px;
    left: -15px;
    padding: 4px;
    height: 15px;
    display: flex;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #c14c12;
}

.header-ul-box ul li:first-child {
    border: none;
}

.header-center-line {
    position: relative;
    padding-bottom: 15px;
}

.header-center-line::before {
    left: 0;
    bottom: 0;
    height: 1px;
    content: '';
    width: 100vw;
    position: absolute;
    background-color: #9e9793;
}

.menuSec {
    padding: 20px 0 10px;
}

.menuSec img {
    margin: 0;
}

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

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 15px;
    color: #b9a795;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat';
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #c14c12;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.header-form form {
    height: 55px;
    display: flex;
    padding: 10px 25px;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #decbb6;
    justify-content: space-between;
}

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

.header-form form input:focus-visible {
    border: none;
    outline: -webkit-focus-ring-color auto 0px;
}

.header-form form input::placeholder {
    color: #af9e8c;
}

.header-form form button {
    border: none;
    font-size: 20px;
    color: #af9e8c;
    background-color: transparent;
}

/*header css start */

/*banner css start */

.main_slider {
    display: flex;
    min-height: 750px;
    position: relative;
    align-items: center;
}

.banner-bg-img {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.banner_text {
    max-width: 500px;
}

.banner_text h1 {
    margin-bottom: 20px;
}

.banner_text h5 {
    gap: 10px;
    color: #fff;
    display: flex;
    font-size: 16px;
    margin-bottom: 25px;
    align-items: center;
    letter-spacing: 3px;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.banner-text-line {
    height: 2px;
    width: 100px;
    margin-right: 15px;
    background-color: #fff;
}

.banner_text p {
    color: #fff;
}

.banner_text p span {
    font-size: 20px;
}

.banner_text-2 {
    float: right;
    max-width: 300px;
}

.banner_text-2 h1 {
    font-size: 35px;
    margin-bottom: 10px;
}

/*banner css end*/

/* inner banner */

.main_sliderInner {
    display: flex;
    min-height: 500px;
    position: relative;
    align-items: center;
    background-color: #1b1c20;
}

.main_sliderInner .banner-bg-img {
    z-index: 0;
}

.main_sliderInner .banner_text {
    position: relative;
}


/* inner banner */

/* collections-sec */

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

.collections-heading {
    text-align: center;
    margin-bottom: 50px;
}

.collections-heading h2 {
    text-transform: uppercase;
}

.collections-box {
    gap: 25px;
    width: 95%;
    margin: auto;
    display: flex;
    height: 500px;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #00000067;
}

.collections-box h3 {
    color: #fff;
    text-transform: uppercase;
}

.collections-box img {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    margin: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/* collections-sec */

/* trending-product-sec */

.trending-product-sec {
    padding-bottom: 100px;
}

.trending-product-heading {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
}

.trending-product-box {
    gap: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column;
    justify-content: center;
}

.trending-product-box-img {
    width: 90%;
    margin: auto;
    height: 450px;
    position: relative;
    margin-bottom: 15px;
}

.trending-product-box-img::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    content: '';
    height: 80%;
    margin: auto;
    position: absolute;
    border-radius: 300px;
    border: 1px solid#fff;
}

.trending-product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 400px;
}

.trending-product-box a.theme-1 {
    font-size: 12px;
    color: #c14c12;
    font-weight: 600;
    padding: 15px 40px;
    font-family: 'Bambino-bold';
    border: 1px solid #c14c12;
    background-color: transparent;
}

/* trending-product-sec */

/* product sec */

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

.product-box {
    padding: 20px;
    border: 1px solid #e9e8e7;
}

.product-box:hover {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(238, 225, 200);
    box-shadow: 0px 4px 22.08px 0.92px rgba(20, 20, 20, 0.12);
}

.product-box h5 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Bambino-bold';
}

.product-box h4 {
    color: #c14c12;
    font-weight: 600;
    font-family: 'Montserrat';
}

.product-box h4 s {
    font-size: 20px;
    color: #7a7a7a;
    margin-right: 10px;
    font-family: 'Montserrat';
}

.product-img-box {
    padding: 15px;
    display: flex;
    height: 370px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    align-items: flex-end;
    background: #eee1c8;
    transition: ease-in;
    transition-duration: 0.5s;
    justify-content: center;
}

.product-box:hover .product-img-box ul {
    right: 15px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-img-box ul {
    top: 15px;
    right: 100%;
    z-index: 1;
    position: absolute;
}

.product-img-box ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    color: #fff;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    background-color: #c14c12;
}

.product-img-box ul li a i {
    font-weight: 300;
}

.product-img-box img {
    bottom: 0;
    width: 100%;
    height: 95%;
    position: absolute;
    object-fit: contain;
}

.product-box:hover .product-img-box a.cart-btn {
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-sli-conn .slick-slide {
    margin: 0px 10px;
}

.product-img-box a.cart-btn {
    bottom: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    color: #eee1c8;
    padding: 10px 0px;
    text-align: center;
    transition: ease-in;
    position: relative;
    letter-spacing: 3px;
    font-family: 'Oswald';
    transition-duration: 0.5s;
    text-transform: uppercase;
    border: 1px solid #eee1c8;
    background-color: #c14c12;
}

/* product sec */

/* hot-deal-sec */

.hot-deal-sec {
    padding: 100px;
    position: relative;
    background-image: url(../images/hot-deatil-sec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hot-deal-box {
    gap: 10px;
    z-index: 1;
    display: flex;
    min-height: 450px;
    position: relative;
    padding: 25px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hot-deal-box img {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.hot-deal-box h5 {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    width: 70%;
    line-height: 28px;
}

.hot-deal-box h3 {
    color: #fff;
    max-width: 310px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hot-deal-box a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: underline;
    font-family: 'Bambino-Light';
}

/* hot-deal-sec */

/* about-our-factory-sec */

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

.about-our-factory-box {
    text-align: center;
}

.about-our-factory-box img {
    width: 100%;
    height: 650px;
    margin-bottom: 35px;
}

.about-our-factory-box h2 {
    margin-bottom: 25px;
}

.about-our-factory-box p {
    width: 80%;
    margin: 0px auto 15px;
}

/* about-our-factory-sec */

/* testimonials-sec */

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

.testimonials-box-main {
    gap: 15px;
    display: flex;
    margin: 15px 0px;
    align-items: center;
    justify-content: center;
}

.testimonials-img {
    width: 100%;
    height: 250px;
    min-height: 100%;
    max-width: 180px;
}

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

.testimonials-box {
    padding: 25px;
    position: relative;
    border: 1px solid #c55720;
}

.testimonials-box p {
    color: #333333;
    margin-bottom: 15px;
}

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

.testimonials-box ul li h4 {
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Bambino-bold';
}

.testimonials-box ul li h6 {
    color: #737373;
}

.testimonials-box ul li span i {
    color: #c14c12;
}

.testimonials-box::before {
    top: -13px;
    z-index: 1;
    left: 32px;
    width: 25px;
    content: '';
    height: 25px;
    position: absolute;
    background-image: url(../images/test-quote.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonials-box::after {
    top: -13px;
    left: 21px;
    width: 50px;
    width: 50px;
    content: '';
    height: 25px;
    position: absolute;
    background-color: #fff;
}

.testimonialSlider .slick-active {
    opacity: 1;
}

.testimonialSlider .slick-prev,
.testimonialSlider .slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 2px solid #7f7f7f;
}

.testimonialSlider .slick-prev {
    left: -75px;
}

.testimonialSlider .slick-next {
    right: -65px;
}

.testimonialSlider .slick-next:before {
    content: '\f054';
    color: #7f7f7f;
    font-family: "Font Awesome 6 Pro";
}

.testimonialSlider .slick-prev:before {
    content: '\f053';
    color: #7f7f7f;
    font-family: "Font Awesome 6 Pro";
}

/* testimonials-sec */

/* help-sec */

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

.help-text h3 {
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.help-text p {
    width: 90%;
    margin-bottom: 25px;
}

.help-text h4 {
    font-size: 30px;
    color: #c14c12;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Bambino-bold';
}

.help-contact-main-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.help-contact-box {
    width: 100%;
    max-width: 450px;
    padding: 70px 50px;
    background-color: #efdec8;
}

.help-contact-box h4 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Bambino-bold';
}

.help-contact-box ul {
    gap: 10px;
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.help-contact-box ul li a {
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
}

.help-contact-box ul li a span {
    color: #c14c12;
}

/* help-sec */

/* FAQS */

.top-head {
    text-align: center;
    margin-bottom: 50px;
}

.top-head h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'Bambino-Light';
}

.top-head p {
    width: 60%;
    margin: auto;
    color: #646464;
    text-align: center;
}

section.video.faq button.accordion-button.collapsed {
    border: none;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    border-radius: 50px;
    background-color: #c14c12;
}

section.video.faq .accordion-button::after {
    width: 68px;
    height: 68px;
    display: flex;
    content: '\f068';
    color: #c14c12;
    font-size: 25px;
    border-radius: 50%;
    align-items: center;
    background-image: none;
    justify-content: center;
    background-color: #efdec8;
    font-family: 'Font Awesome 6 Pro';
}

section.video.faq .accordion-item {
    border: 0;
}

section.video.faq .accordion-button:not(.collapsed)::after {
    content: '\2b';
    background-image: none;
}

section.video.faq .accordion-button:not(.collapsed) {
    border: none;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    border-radius: 50px;
    background-color: #c14c12;
}

section.video.faq .accordion-body {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0% 0% 2% 0%;
    padding: 2% 4% 0% 4%;
}

section.video.faq button.accordion-button span {
    margin: 15px 0px;
    color: #fff;
    font-size: 18px;
    margin-left: 25px;
    font-weight: 500;
    font-family: 'Montserrat';
}

section.video.faq .accordion-button:not(.collapsed) span {
    margin: 15px 0px;
    color: #fff;
    font-size: 18px;
    margin-left: 25px;
    font-weight: 500;
    font-family: 'Montserrat';
}

section.video.faq {
    width: 100%;
    padding: 82px 0 80px 0;
}

section.video.faq .accordion-item .accordion-button:not(.collapsed):hover {
    color: #ffffff;
}

section.video.faq .top-head h2 {
    font-size: 50px;
    text-align: center;
}

section.video.faq .accordion-item {
    margin-bottom: 2%;
    border: none;
}

/* FAQS */

/*  Contact us page css */

.contact-details {
    padding: 100px 0;
}

.contact-detail-item {
    display: flex;
    padding: 25px;
    min-height: 290px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 21.06px 5.94px rgba(0, 0, 0, 0.07);
}

.contact-detail-item .icon-box {
    width: 65px;
    height: 65px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    margin: 0 auto 30px;
    justify-content: center;
    background-color: #f7e2db;
}

.contact-detail-item .icon-box i {
    font-size: 25px;
    color: #c14c12;
}

.contact-detail-item h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Bambino-Light';
}

.contact-detail-item p {
    margin: 0;
    font-size: 14px;
    color: #666666;
}

.contact-inquiry-box {
    padding: 0 0 100px 0;
}

.contact-form {
    padding: 70px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 37.76px 21.24px rgba(0, 0, 0, 0.07);
}

.contact-form input {
    height: 65px;
    color: #666666;
    padding-left: 25px;
    border-radius: 50px;
    margin-bottom: 25px;
    font-family: 'Montserrat';
    border: 1px solid #c55720;
    background-color: transparent;
}

.contact-form label {
    color: #000;
    font-weight: 800;
    margin-bottom: 5px;
    font-family: 'Bambino-Light';
}

.contact-form textarea {
    height: 165px;
    padding-top: 25px;
    color: #666666;
    padding-left: 25px;
    border-radius: 20px;
    margin-bottom: 25px;
    font-family: 'Montserrat';
    border: 1px solid #c55720;
    background-color: transparent;
}

.cnt-btn-frm {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cnt-btn-frm button {
    letter-spacing: 2px;
}

.cnt-btn-frm .theme_btn {
    margin: auto;
}

.contact-inquiry-box h2 {
    text-align: center;
}

.contact-inquiry-box textarea#msg {
    height: 200px;
}

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

.contact-inquiry-box iframe {
    width: 90%;
    float: right;
    height: 680px;
    min-height: 100%;
}

/* end  */

/* size chart */


.size-chart-box h3 {
    margin-bottom: 25px;
}

.size-chart-box table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background: #fff;
}

.size-chart-box th,
.size-chart-box td {
    padding: 15px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bfb2a0;
    font-family: 'Bambino-Light';
    background-color: #efdec8;
}

.size-chart-box th {
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-family: 'Bambino-Light';
    background-color: #c14c12;
}

.size-chart-box tr:nth-child(even) {
    background-color: #f9f9f9;
}

.measurement-guide h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 15px;
}

.measurement-guide h4 {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.measurement-guide strong {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    margin-right: 10px;
    font-family: 'Bambino-bold';
}

.size-chart-table {
    width: 100%;
    /* overflow-x: scroll; */
    margin-bottom: 25px;
}

.size-chart-table table {
    /* width: 100%;
    min-width: 1000px; */
}

/* size chart */

/* about sec */

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

.about-img {
    width: 92%;
    height: 600px;
    min-height: 100%;
}

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

.about-text {
    padding: 15px 0px;
}

.about-text h2 {
    font-size: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-text p {
    color: #141414;
    margin-bottom: 15px;
}

.inner-about-text {
    margin-top: 50px;
}

.inner-about-text h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.inner-about-text p {
    color: #141414;
    margin-bottom: 15px;
}

.custom-mt {
    margin-top: 50px;
    /* align-items: center; */
}

.aboutiiner-text h2 {
    font-size: 45px;
    margin-bottom: 15px;
}

.aboutiiner-text p {
    color: #141414;
    margin-bottom: 15px;
}

.aboutiiner-text p span {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.about-img-2 {
    width: 100%;
    height: 400px;
    min-height: 100%;
}

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

/* about sec */


/*Cart Start*/

.cart-product-name {
    padding-right: 15%;
}

.table> :not(:last-child)> :last-child>* {
    padding: 15px 10px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    border-bottom-color: currentColor;
}

.cart-product-name p {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Bambino-Light';
}

.b-font p {
    color: #000;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Bambino-Light';
}

.cart-product-name h6 {
    font-size: 18px;
    color: #666666;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.remover-btn {
    width: 40px;
    height: 40px;
    display: flex;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #c14c12;
}

.cart-img {
    width: 100px;
    height: 125px;
    background-color: #eee1c8;
}

.cart-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px 10px 0px;
}

.image_cart_prod {
    display: flex;
    margin: 15px 0px;
    align-items: center;
    justify-content: space-between;
}

.table-responsive {
    margin: 20px 0;
}

.cart-bottom {
    border: 1px solid #c9c9c9;
    background-color: #eee1c8;
    margin-top: 74px;
}

.order-summary {
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6cab4;
}

.order-summary h4 {
    text-transform: uppercase;
}

.sub-total-bar {
    padding: 25px;
}

.sub-total-bar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-total-bar ul li {
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
}

.sub-total-bar a {
    margin-top: 5px;
    color: #c14c12;
    font-weight: 600;
    font-family: 'Montserrat';
}

.sub-total-bar a i {
    margin-left: 5px;
}

.total-bar {
    display: flex;
    padding: 15px;
    align-items: center;
    border-top: 1px solid #d6cab4;
    justify-content: space-between;
}

.total-bar h5 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.total-bar h6 {
    font-size: 20px;
    font-family: 'Oswald';
}

.delivery-wrap {
    display: flex;
}

.delivery-wrap span {
    margin: 0 53px;
}

.line-cart {
    border-bottom: 1px solid #8080806b;
    border-top: 1px solid #8080806b;
    padding: 10px 0pc;
}

.done-btn {
    float: right;
    margin-top: 25px;
}

.skin-2 .num-in input {
    width: 90%;
    height: 39px;
    border: none;
    text-align: center;
}

.skin-2 span i {
    color: #000;
    font-size: 12px;
    font-weight: 900;
}

.num-block.skin-2 {
    height: 40px;
    width: 100px;
    display: flex;
    align-items: center;
    background: #eee1c8;
    justify-content: center;
}

.skin-2 .num-in {
    height: 41px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.cart_page .table>thead {
    border-bottom: 1px solid #b2b2b2;
}

section.cart_page.all-section {
    padding: 80px 0;
    margin-bottom: 5%;
    position: relative;
}

.table>tbody {
    vertical-align: baseline;
}


.skin-2 .num-in input {
    width: 86%;
    height: 39px;
    border: none;
    text-align: center;
    background: none;
}

.cart-img a i {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 47px;
    left: 39%;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 19px;
}

.cart-img {
    position: relative;
}

.delivery-wrap h6 {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.delivery-wrap span {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.cart-bottom h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.delivery-wrap h5 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

span.np {
    color: #000;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    font-weight: 700;
}

h4.green {
    font-size: 23.5px;
    color: #000;
}

.cart-btn {
    margin: 30px 0;
}

.cart-btn a {
    width: 100%;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Oswald';
    text-transform: uppercase;
    background-color: #c14c12;
}

.stock-show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stock-show h5 {
    font-size: 18px;
    color: #c14c12;
    font-weight: 900;
    text-transform: uppercase;
}

.stock-show h6 {
    font-size: 18px;
    color: #6b6b6b;
    font-weight: 900;
    text-transform: uppercase;
}


.weremover-btn {
    width: 40px;
    height: 40px;
    display: flex;
    color: #000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #eee1c8;
}

/*Cart End*/


/* Checkout Page Start */

.billing_form h3 {
    margin: 0;
    font-size: 40px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Bambino-Light';
}

.billing_form label {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.billing_form p {
    color: #000;
    font-size: 14px;
}

.billing_form p a {
    color: #c14c12;
}

.radiosss p {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid #b2b2b2;
}

.billing_form textarea {
    width: 100%;
    height: 120px;
    padding-left: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid #b2b2b2;
}

a.btn1.checkout_btn.btn13 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: fit-content;
    padding: 15px 35px;
    letter-spacing: 3px;
    border-radius: 50px;
    font-family: 'Oswald';
    background: #c14c12;
    text-transform: capitalize;
}

.billing_form input::placeholder {
    color: #7C7C7C;
}

.billing-box {
    padding: 10px 25px;
    border: 1px solid #c2c2c2;
}

.billing-box .image_cart_prod {
    gap: 30px;
    justify-content: flex-start;
}

.billing-box .image_cart_prod p {
    color: #7f7f7f;
}

.billing-box .image_cart_prod h6 {
    color: #000;
    margin-top: 10px;
    font-weight: 900;
    font-family: 'Bambino-Light';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #000;
}

.cart_sidebar .btn2 {
    width: 100%;
    color: #fff;
    padding: 20px 10px;
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Oswald';
    background-color: #c14c12;
}

.cart_sidebar ul {
    columns: 2;
    margin-bottom: 15px;
}

.cart_sidebar ul li {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.cart_sidebar ul li h6 {
    color: #000;
    font-size: 20px;
    font-weight: 900;
}

.cart_sidebar ul li h6 span {
    color: #c14c12;
}

.cart_sidebar h5 {
    color: #000;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 15px;
    font-family: 'Bambino-bold';
}

.cart_sidebar h5 img {
    margin-top: 20px;
    margin-left: 10px;
}

.cart_sidebar p {
    color: #4c4c4c;
    margin-bottom: 25px;
}

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

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    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;
}

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

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

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

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

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

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

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

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

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

.order_detail_table ul li span {
    float: right;
}

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

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

.order_detail_table h6 span {
    float: right;
}

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

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

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

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border-radius: 0;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #000000;
    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;
}

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

.cart_sidebar h4 {
    color: #000000;
    font-weight: 400;
    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: #000;
    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 #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

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

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

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

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

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

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

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

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

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

.checkout_btn:hover {
    /* color: white; */
}

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

h6.payment-h {
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-size: 35px;
}

.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: #000;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 80px 0 80px;
    position: relative;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

.cart_sidebar h3 {
    margin: 0;
    font-size: 35px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Bambino-Light';
}

.billing_form input::placeholder {
    font-family: 'Montserrat';
}


/* Checkout Page End */

/* Inner Account Start  */

section.account {
    padding: 100px 0;
}

section.account .waraper {
    padding: 0px 80px;
}

section.account .waraper h5 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Bambino-bold';
}

section.account .form {
    padding: 30px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.15);
}

section.account .waraper input {
    width: 100%;
    color: #b0afaf;
    border: 1px solid #b0afaf;
    margin: 12px 0px;
    font-weight: 400;
    padding: 14px 20px;
}

section.account .waraper input::placeholder {
    font-size: 16px;
    color: #b0afaf;
}

.fields_area {
    position: relative;
}

.fields_area i {
    top: 0px;
    right: 15px;
    bottom: 0px;
    margin: auto;
    width: fit-content;
    position: absolute;
    height: fit-content;
}

section.account .form button {
    width: 100%;
    border: 0px;
    background-color: #c14c12;
    color: #fff;
    transition: 0.4s;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

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

section.account .form-check input#rememberMe {
    width: auto;
    padding: 8px;
    border: 2px solid #dfe1e4;
    border-radius: 0px;
    margin-right: 10px;
    background-color: #fff;
}

section.account .form-check label {
    font-size: 16px;
    color: #a7a7a7;
}

section.account .forget {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.account .form-check {
    padding-left: 0px !important;
}

section.account .form button:hover {
    background-color: #000;
}

section.account .forget a.bnts {
    font-size: 16px;
    color: #a7a7a7;
}

section.account .forget a.bnts:hover {
    color: #000;
}

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

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

section.account .form .para p {
    font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 16px;
    padding-left: 3px;
}

section.account .form .para p a {
    text-decoration: underline;
    color: #000;
    font-weight: 500;
    transition: 0.4s;
}

section.account .form .para p a:hover {
    color: #000;
}

/* Inner Account End  */

/* product detail */

.product-detail-sec .product-img-b {
    width: 100% !important;
    height: 80px !important;
    background-color: #eee1c8;
}

.color-input-set {
    margin-top: 25px;
}

.color-input-set tbody tr th {
    font-size: 25px;
    color: #c14c12;
    font-weight: 900;
    margin-bottom: 10px;
    font-family: 'Bambino-Light';
}

.color-input-set select {
    /* background: #fff url(../images/arrow.png) no-repeat right; */
    padding: 0px 0px 0 6px;
    height: 48px;
    width: 270px;
    color: #000;
    margin: 10px 0px;
    border-radius: 10px;
    border: 1px solid #c14c12;
    background: transparent;
    appearance: auto;
}

.color-input-set table tbody {
    display: block;
}

.color-input-set table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.back-sight {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-sec .product-img-b img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.product-img-amain {
    border: 0;
    height: 500px;
    padding: 30px 30px 0px;
    background-color: #eee1c8;
}

.product-img-amain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-sli-conn .slick-slide .product-img-b {
    border: 0;
    padding: 30px;
    height: 500px;
    background-color: #eee1c8;
}

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

.size {
    margin: 15px 0px !important;
    display: flex;
    flex-wrap: wrap;
}

.size li {
    display: inline-block;
}

.size li span {
    font-size: 18px;
    color: #7c7c7c;
}

.size li:not(:first-child) {
    margin: 0px 5px;
}

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

.size input[type="radio"]:checked+label {
    border: 2px solid #000;
    color: #000;
}

.size input[type="radio"]+label {
    border: solid 1px #7c7c7c;
    background-color: #fff;
    color: #7c7c7c;
    font-weight: 600;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    padding: 4px 10px;
    font-family: 'Poppins', sans-serif;
    width: 106px;
    margin: 5px 0;
}

ul.qty-list {
    display: grid;
}

.size-number a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 10px 0 15px;
    cursor: pointer;
}

.size-number img {
    width: 35px;
    height: 30px;
}

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

.slick-current .product-img-b {
    border: 2px solid #c14c12;
}

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

.product-detail-box-text-btn {
    gap: 25px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
}

.product-detail-box-text {
    height: 100%;
    padding-left: 25px;
    position: relative;
}

.product-detail-box-text::before {
    top: 0;
    width: 3px;
    content: '';
    left: -5px;
    height: 100%;
    position: absolute;
    background-color: #e5e5e5;
}

.product-detail-box-text h3 {
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Bambino-Light';
}

.product-detail-box-text .toggle-font {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    color: #000000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #eee1c8;
}

.product-detail-box-text .toggle-font i {
    font-size: 25px;
    font-weight: 300;
}

.product-detail-box-text p {
    width: 90%;
    margin-bottom: 15px;
}

.product-detail-box-text h5 {
    font-size: 25px;
    color: #c14c12;
    font-weight: 900;
    margin-bottom: 10px;
}

.product-detail-box-text ul {
    gap: 15px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
}

.product-detail-box-text ul li i {
    color: #c14c12;
}

.product-detail-box-text ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}

.product-detail-box-text-btn a {
    font-family: 'Oswald';
    letter-spacing: 2px;
}

.product-detail-box-text .accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
    font-family: 'Montserrat';
    background-color: transparent;
}

.product-detail-box-text .accordion-item {
    border: none;
    border-bottom: 1px solid #cccccc;
}

.product-detail-box-text .accordion-button::after {
    rotate: -90deg;
}

.product-detail-box-text .accordion-button:not(.collapsed)::after {
    transform: rotate(-270deg);
}

.product-sec-heading {
    margin-bottom: 25px;
}

/* product detail */

/*Footer Start*/

.footer-top-sec {
    position: relative;
    padding: 15px 0px;
    background: #c14c12;
}

.payment-img img.custom-h.img-fluid {
    height: 50px;
    margin-left: 10px;
    margin-bottom: 13px;
}

.footer-icon-box {
    padding: 35px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon-box ul {
    gap: 15px;
    display: flex;
    align-items: baseline;
}

.footer-icon-box ul li h4 {
    font-size: 20px;
    color: #ebd6ba;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.footer-icon-box ul li p {
    font-size: 14px;
    color: #e8cdaf;
    max-width: 300px;
    margin-bottom: 10px;
}

.footer-icon-box ul li a {
    color: #e8cdaf;
    font-weight: 500;
    font-family: 'Montserrat';
    text-decoration: underline;
}

.footer-icon-box-bg {
    z-index: 2;
    position: relative;
    padding: 35px 50px;
    border-left: 1px solid #cf7346;
    border-right: 1px solid #cf7346;
}

.text-ft-about ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.text-ft-about p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

.social-icons-ft ul {
    display: flex;
    gap: 10px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.social-icons-ft ul li {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.social-icons-ft ul li a {
    font-size: 15px;
    color: #000;
}

.quicklinks-ft ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.quicklinks-ft ul li {
    margin-bottom: 8px;
}

.quicklinks-ft {
    margin-left: 50px;
}

.pg-ft-links-main {
    margin-left: 50px;
}

footer {
    padding: 100px 0px 0px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.heading-footer h3 {
    color: #000;
    font-size: 25px;
    font-weight: 300;
    position: relative;
    margin-bottom: 30px;
}

.text-ft-about ul li a span {
    color: #000;
    margin-right: 5px;
}

.ft-bottom-text p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

.ft-bottom-text {
    margin-top: 50px;
    padding: 15px 0px 0px;
    border-top: 1px solid #cccccc;
}

.quicklinks-ft ul li a {
    color: #000;
    font-family: 'Montserrat';
}

.quicklinks-ft ul li a:hover {
    margin-left: 10px;
    color: #c14c12;
}

.heading-footer h3:before {
    left: 0;
    content: '';
    width: 60px;
    height: 3px;
    bottom: -8px;
    position: absolute;
    border-radius: 1px;
    background: #c14c12;
}

.social-icons-ft ul li:hover {
    background: #c14c12;
    border-color: #c14c12;
}

.text-ft-about ul li a:hover {
    color: #c14c12;
}

.footer_col p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    margin: 35px 0 20px;
}

footer_col a img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

.footer_form form {
    position: relative;
}

.footer_form form input {
    width: 100%;
    height: 50px;
    border: none;
    color: #605950;
    border-radius: 50px;
    font-family: 'Montserrat';
    background-color: #efdec8;
    padding: 10px 71px 10px 25px;
}

.footer_form form input::placeholder {
    color: #605950;
    font-weight: 500;
}

.footer_form form button {
    position: absolute;
    right: 0;
    border: 0;
    height: 100%;
    border: none;
    color: #fff;
    padding: 0px 25px;
    margin-left: -4px;
    transition: ease-in;
    background: #c14c12;
    transition-duration: 0.2s;
    border-radius: 0px 50px 50px 0px;
}

.freeshiping-text p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.freeshiping-text a {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.freeshiping-text {
    margin-top: 25px;
}

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

/*Footer 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) {}


/*Media Query End*/


.btn-group .select {
    position: relative;
}

.btn-group .select input:checked+label {
    background-color: #ffc107;
}

.btn-group .select input:checked+label:hover,
.btn-group .select input:checked+label:focus,
.btn-group .select input:checked+label:active {
    background-color: #ffc107;
}

.btn-group .select input {
    opacity: 0;
    position: absolute;
}

.btn-group .select .button_select {
    margin: 0 10px 10px 0;
    display: flex;
    background-color: transparent;
}

.btn-group .select .button_select:hover,
.btn-group .select .button_select:focus,
.btn-group .select .button_select:active {
    background-color: transparent;
}

.option {
    position: relative;
}

.option input {
    opacity: 0;
    position: absolute;
}

.option input:checked+span {
    /* background-color: #ffc107; */
    border: 4px solid #c14c12;
}

.option input:checked+span:hover,
.option input:checked+span:focus,
.option input:checked+span:active {
    background-color: #ffc107;
}

.option .btn-option {
    margin: 13px 20px 0px 0;
    display: flex;
    background-color: transparent;
}

.option .btn-option:hover,
.option .btn-option:focus,
.option .btn-option:active {
    background-color: transparent;
}

td.value .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 15px 15px;
    font-size: 1rem;
    border-radius: 3.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

span.btn.btn-warning.btn-option.color1 {
    background: #c5b18f;
}

span.btn.btn-warning.btn-option.color2 {
    background: #c19574;
}

span.btn.btn-warning.btn-option.color3 {
    background: #7e7e68;
}

span.btn.btn-warning.btn-option.color4 {
    background: #515254;
}

span.btn.btn-warning.btn-option.color5 {
    background: #030303;
}