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

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

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    background: #f9f1e7;
    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 97%;
    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: 'alinsa';
    src: url(../fonts/alinsa.ttf);
}

@font-face {
    font-family: 'fontspring';
    src: url(../fonts/fontspring-demo-zuumerough-bold.otf);
}

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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.all-section-btm {
    padding: 0 0 100px;
}

.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-family: 'alinsa';
    font-size: 55px;
    color: #000;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'alinsa';
    font-size: 45px;
    color: #54311e;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: 'alinsa';
    font-size: 35px;
    color: #54311e;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h4 {
    font-family: 'alinsa';
    font-size: 24px;
    color: #52301f;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: 'alinsa';
    font-size: 16px;
    color: #52301f;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h6 {
    font-family: 'alinsa';
    font-size: 14px;
    color: #000;
    margin: 0 0 0px;
    text-transform: uppercase;
}

p {
    color: #b19d8f;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

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

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #53301d;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}


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


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


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

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

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

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

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

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

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

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

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

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

.menuSec ul:after {
    clear: both;
}

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

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */

.container-fluid {
    padding: 0 5%;
}

.header-logo {
    text-align: center;
    width: 25%;
    margin: 0 auto;
    background: #f9f1e7;
    position: relative;
    z-index: 99;
}

.menuSection {
    padding: 30px 0;
    position: relative;
}

.menuSection::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 50%;
    width: 96%;
    background: #d5c7bb;
    transform: translateX(-50%);
    height: 1px;
    z-index: 1;
}

.menuSection::after {
    content: '';
    position: absolute;
    bottom: 35px;
    left: 50%;
    width: 96%;
    background: #d5c7bb;
    transform: translateX(-50%);
    height: 1px;
    z-index: 1;
}

.header_right_icons a {
    height: 50px;
    width: 50px;
    background: #f9f1e7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #54311e;
    font-size: 14px;
    border-radius: 5px;
    transition: all .4s ease-in;
}

.header_right_icons a:hover {
    color: rgb(255, 255, 255);
    background: #54311e;
}

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

/* banner */

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

.main_slider {
    position: relative;
    margin: 0 2%;
    border-radius: 10px;
}

.banner_text a {
    display: inline-block;
}

.themebtn {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 25px;
    color: #000;
    border-radius: 50px;
    border: 1px solid #a08b7e;
    text-transform: uppercase;
    background: #f6f1eb;
    box-shadow: 0 10px 0px 0px #54311e;
    transition: 0.3s ease-in-out;
}

.themebtn:hover {
    background-color: #54311e;
    color: #fff;
    border-color: #54311e;
    box-shadow: 0 5px 0px 0px #111112;
}

.bnr_btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translateX(-50%);
}

/* banner */

/* banner bottom section */

.hero_main {
    transition: all 0.4s ease;
    text-align: center;
}

.hero_main:hover .hero_img img {
    transform: scale(0.9);
}

.hero_img img {
    object-fit: contain;
    height: 250px;
    width: auto;
    transition: all 0.4s ease;
}

.hero_txt {
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease;
}

.hero_txt h3 {
    transition: all 0.4s ease;
    font-size: 21px;
}

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

/* banner bottom section */

/* about */

.about_txt h2 {
    font-size: 41px;
}

.about_txt h3 {
    font-size: 23px;
    margin-bottom: 20px;
}

.about_txt p {
    margin-bottom: 30px;
}

.about_img {
    position: relative;
}

.about_img img {
    height: 680px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: 0 -20%;
}

img.abt_imgabs {
    height: auto;
    width: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    animation: rotateImg 5s linear infinite;
}

@keyframes rotateImg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about_txt {
    padding-left: 50px;
}

.d_block {
    display: block;
}

/* about */

/* best sellers */

.best_sellers_heading h2 {
    font-size: 81px;
}

.best_sellers_txt p {
    width: 80%;
    margin: 0 0 0 auto;
}

.border_btm {
    margin-bottom: 30px;
    border-bottom: 1px solid #c1bcac;
}

.best_sellers_heading h3 {
    font-size: 23px;
}

.best_sellers_tabs .nav-tabs {
    border: none;
    justify-content: flex-end;
}

.best_sellers_tabs .nav-tabs .nav-link {
    border: 1px solid #dccfc4;
    background: transparent;
    color: #403a34;
    padding: 15px 30px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: 'Montserrat';
}

.best_sellers_tabs .nav-tabs .nav-link:hover {
    border: 1px solid #a08b7e;
    background: #f6f1eb;
    box-shadow: 0 10px 0px 0px #54311e;
    transform: translateY(-3px);
}

.best_sellers_tabs .nav-tabs .nav-link.active {
    border: 1px solid #a08b7e;
    background: #f6f1eb;
    box-shadow: 0 10px 0px 0px #54311e;
    padding: 15px 40px;
}

.seller_card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 0px 0px #c3b2a5;
    margin: 0px 10px 40px;
    transition: all .3s ease-in;
}

.seller_card:hover {
    box-shadow: 0 10px 0px 0px #54311e;
    background: #bdad99;
}

.seller_card:hover h3,
.seller_card:hover p,
.seller_card:hover .seller_card_txt ul li span {
    color: #ffffffcb;
}

.seller_card_img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.seller_card_txt p {
    transition: all .3s ease-in;
}

.seller_card_txt h3 a {
    color: #54311e;
    margin: 20px 0 10px;
    font-size: 25px;
    transition: all .3s ease-in;
}

.seller_card_txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
    padding: 20px 0 10px;
    border-top: 1px solid #e0d7d2;
}

.seller_card_txt ul li i {
    color: #54311e;
    font-size: 14px;
}

.seller_card_txt ul li span {
    color: #403a34;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-left: 5px;
    transition: all .3s ease-in;
}

/* best sellers */

/* How Customization Works */

.customization {
    padding: 120px 0;
    background: url(../images/custom-bg-1.png);
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 2%;
    position: relative;
    overflow: hidden;
}


.customization_txt {
    position: relative;
    z-index: 99;
    text-align: center;
}

.customization_txt h2 {
    color: #ffffff;
    font-size: 81px;
    font-family: 'fontspring';
    line-height: 80px;
}

.customization_txt p {
    color: #ffffff66;
}

.customization_txt ul li h4 {
    font-family: "Barlow", sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.customization_txt ul li h5 {
    font-family: "Barlow", sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.customization_txt ul {
    display: flex;
    justify-content: space-between;
    width: 80%;
    text-align: start;
    margin: 20px auto 40px;
}

.customization_txt ul li {
    position: relative;
    padding-left: 40px;
}

.customization_txt ul li::before {
    content: "";
    position: absolute;
    background-image: url("../images/approve.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
    width: 17px;
    top: 5px;
    left: 0;
}

/* How Customization Works */

/* Deal of the Day */

.deal {
    padding: 40px 0;
    background: url(../images/deal-bg.jpg);
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 100px 5% 0;
    background-position: bottom;
}

.deal_content p {
    width: 90%;
    margin: 0 auto;
}

.deal_content {
    text-align: center;
}

.deal_content h2 {
    font-size: 81px;
}

.deal_content {
    border-radius: 20px;
    background: #f0ead6;
    padding: 50px 0px;
    margin: 0 0 0 auto;
}

.flipclock {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
    box-sizing: border-box;
}

.flipclock * {
    box-sizing: inherit;
}

.flipclock-sec {
    padding: 20px 0 0;
}

.leaf {
    display: flex;
    flex-direction: column;
    margin: 0px 4px;
    perspective: 400px;
    position: relative;
}

.leaf::after {
    display: none;
}

.top,
.bottom,
.leaf-front,
.leaf-back {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    background: #ffffff;
    color: #54311e;
    overflow: hidden;
    border-color: #eee;
    border-radius: 12px;
}

.top span,
.bottom span,
.leaf-front span,
.leaf-back span {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100px;
    text-align: center;
    font-family: 'Alinsa';
    font-weight: 700;
    font-size: 60px;
    line-height: 100px;
    transform: translateX(-50%);
    color: #54311e;
}

.top,
.leaf-front {
    border-bottom: 2px solid #eee;
}

.top span,
.leaf-front span {
    top: 0;
}

.bottom span,
.leaf-back span {
    bottom: 0;
}

.leaf-front {
    position: absolute;
    z-index: 10;
    transform-origin: bottom center;
    transform: rotateX(0deg);
    transform-style: preserve-3d;
    /* transition-delay: 0.3s; */
}

.leaf-back {
    position: absolute;
    top: 50px;
    z-index: 10;
    transform-origin: top center;
    transform: rotateX(90deg);
    transform-style: preserve-3d;
}

.flip .leaf-front {
    transform: rotateX(-90deg);
    transition: transform 0.35s ease-in;
}

.flip .leaf-back {
    transform: rotateX(0deg);
    transition: transform 0.35s ease-in;
    transition-delay: 0.35s;
}

.group-gap {
    width: 30px;
}

/* Deal of the Day */

/* footer */

.footerSec {
    background-color: #54311e;
    color: #fff;
    padding: 20px 0 0px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin: 10px 2%;
    border-radius: 20px;
}

.ftr_mid h5 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.footerSec h5 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.ftr_logo {
    margin-bottom: 20px;
}

.foot_links ul li {
    margin-bottom: 20px;
}

.footer_contact ul li {
    margin-bottom: 30px;
}

.ftr_mid p {
    color: #8c7568;
    width: 70%;
    margin: 0 auto 30px;
}

.foot_links ul {
    column-count: 2;
}

.foot_links ul li a {
    text-transform: uppercase;
}

.foot_links ul li a,
.footer_contact ul li a {
    color: #8c7568;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
    font-family: 'Montserrat';
}

.footer_contact ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.foot_links ul li a:hover,
.footer_contact ul li a:hover {
    color: #ffffff;
}

.footer_contact ul li i {
    margin-right: 10px;
    color: #8c7568;
    font-size: 20px;
}

.ftr_mid {
    text-align: center;
    border-left: 1px solid #8c7568;
    border-right: 1px solid #8c7568;
    height: 100%;
}

.footer_contact {
    padding: 0 50px;
}

.social_links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social_links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #8c7568;
    border-radius: 50%;
    color: #8c7568;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.4s ease;
}

.social_links a:hover {
    background-color: #f9f1e7;
    color: #54311e;
    transform: scale(1.1);
}

.ftr_btm {
    padding: 30px 0 10px;
    border-top: 1px solid #8c7568;
}

.ftr_btm p {
    color: #8c7568;
    text-align: start;
}

.credit {
    text-align: end;
}

.ftr_top {
    background-color: #f9f1e7;
    padding: 40px 0;
    margin: 0 2%50px;
    border-radius: 20px;
}

.newletter h2 {
    font-size: 108px;
}

.newletter form {
    position: relative;
}

.newletter input {
    border: none;
    background: #ffffff;
    border-radius: 50px;
    width: 100%;
    padding: 20px 160px 20px 80px;
    font-size: 14px;
    font-family: 'Montserrat';
}

.newletter input::placeholder {
    font-weight: 500;
    text-transform: uppercase;
}

.newletter i {
    color: #000;
    position: absolute;
    top: 20px;
    left: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border-right: 1px solid #e7e7e7;
}

.newletter button {
    background: #54311e;
    padding: 15px 30px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
    border-radius: 50px;
    border: none;
    font-weight: 500;
    top: 0;
    right: 0;
    position: absolute;
    margin: 5px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 40%);
}

.newletter {
    border-right: 1px solid #dad5c3;
    padding-right: 170px;
}

.newletter_right {
    text-align: end;
}

.container-fluid.paddingbtm {
    padding-bottom: 60px;
}

.d_block {
    display: block;
}

/* footer */

html,
body {
    overflow-x: hidden;
}

.inner_bnr img.bnr_bg {
    height: 400px;
}

.banner_text h1 {
    text-align: center;
    color: #ffffff;
}

/* Product Detail page */

.pro_det {
    padding: 120px 0;
}

.pro_det_left img {
    width: 100%;
    height: 480px;
    border-radius: 30px;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.pro_det_right h1 {
    font-size: 54px;
    color: #071c30;
}

.pro_det_right h2 {
    font-size: 54px;
    color: #1a7dd3;
}

.rating {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
    margin-bottom: 10px;
}

.rating i {
    font-size: 15px;
    color: #fd8f00;
}

.rating span {
    font-size: 14px;
    color: #646464;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.pro_det_right p {
    margin-bottom: 30px;
}

.q_main_wrrpr {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px;
}

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

.q_main p {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #071d31;
    text-transform: uppercase;
}

.q_main .num-in {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0px;
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid #b8b8b8;
}

.q_main .num-in span {
    cursor: pointer;
    padding: 15px 20px;
    user-select: none;
    color: #0f0200 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.q_main .num-in input {
    width: 50px;
    text-align: center;
    font-size: 18px;
    border: none;
    color: #0f0200 !important;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #c6c6c6;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: transparent;
}

.pro_det_right {
    padding-left: 20px;
}

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

.q_main_wrrpr h4 {
    font-size: 30px;
}

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

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

.slick-prev:before,
.slick-next:before {
    display: none;
}

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

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

.description .tab-content input,
.description .tab-content textarea {
    width: 100%;
    border: 0px;
    padding: 15px 20px;
    background-color: rgb(255 255 255);
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
    font-family: 'Montserrat';
}

.description .tab-content textarea {
    height: 250px;
    resize: none;
}

.tabs_content {
    margin-top: 50px;
}

.best_sellers_tabs .nav-tabs {
    border: none;
    justify-content: flex-end;
}

.description .nav-tabs .nav-link {
    border: 1px solid #dccfc4;
    background: transparent;
    color: #403a34;
    padding: 15px 30px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: 'Montserrat';
}

.description .nav-tabs .nav-link:hover {
    border: 1px solid #a08b7e;
    background: #f6f1eb;
    box-shadow: 0 10px 0px 0px #54311e;
    transform: translateY(-3px);
}

.description .nav-tabs .nav-link.active {
    border: 1px solid #a08b7e;
    background: #f6f1eb;
    box-shadow: 0 10px 0px 0px #54311e;
}

.description .nav-tabs {
    border-bottom: none;
    justify-content: flex-start;
    gap: 30px;
}

.tabs_content p {
    margin-bottom: 20px;
}

/* Product Detail page */

.shopping_cart_table h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

.shopping_cart_table table th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: '';
    padding-bottom: 10px;
    color: #52301f;
    font-family: 'alinsa';
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #dfdedc;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #dfdedc;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
    width: 100px;
    background-color: #f3f3f3;
    margin-right: 10px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 12px;
    font-family: "Montserrat";
    line-height: 20px;
    font-weight: 500;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    width: 40%;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 35px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    opacity: 1;
    font-family: 'brunson';
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #000;
}

.cart_recipt {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    padding: 15px 25px;
    border: 1px solid #b8b8b8;
    border-radius: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #151414;
    font-weight: 500;
    font-family: 'Montserrat';
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 25%;
}

.recipt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dfdedc;
}

.recipt li span {
    color: #000000;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    font-size: 16px;
}

.payment_card {
    background-color: transparent;
    padding: 0px 0px 0px 70px;
}

.payment_card h3 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 50px;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    font-family: 'alinsa';
    color: #52301f;
}

.payment_card * {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

.credit_paypal a {
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 30px;
    display: inline-flex;
    background: #52301f17;
    align-items: center;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 14px;
    margin-top: 10px;
    width: 48%;
    text-align: center;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.payment_card form label {
    font-size: 14px;
}

.payment_card form {
    margin-top: 20px;
}

.payment_card form input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    background: transparent;
    padding: 0;
    color: #000;
}

.payment_card form select {
    width: 100%;
    height: 50px;
    border: none;
    color: #000000;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form input::placeholder {
    color: #000000;
}

.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: #000;
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 30px;
}

.payment_card a.theme_btn {
    color: #fff !important;
    margin: 0 auto;
    margin-top: 10px;
}

.cart_product_img img {
    height: 100px;
    object-fit: cover;
    width: auto;
}

.flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-page-quantity {
    display: flex;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #00000026;
    width: 50%;
}

.cart-page-quantity span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    color: #000;
}

.cart-page-quantity input {
    background: transparent;
    border: none;
    width: 50px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
}

.side-btn {
    text-align: center;
    padding-top: 20px;
}

/*Cart Page*/


/*Login page Start*/

.log-in-wrap {
    padding: 40px 40px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #cccccc;
}

.form-group {
    margin-bottom: 15px;
}

.log-in-wrap h2 {
    margin: 0 0 20px 0;
    color: #54311e;
    font-size: 50px;
}

.contact-page-main .form-control {
    border-radius: 5px;
    font-size: 14px;
    height: 50px;
    background-color: #ffffff;
    border-color: #d8d8d8;
    width: 100%;
}

.contact-page-main .form-group label {
    color: #888888;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.contact-page-main .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #54311e;
    outline: 0;
    box-shadow: 0 0 0 1px #54311e;
}

.form-check-input:checked {
    background-color: #54311e;
    border-color: #54311e;
}

.form-group {
    margin-bottom: 20px;
}

label.form-check-label {
    color: #707070;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:focus {
    border-color: #000;
    outline: 0;
    box-shadow: unset;
}

/* account page end  */


/*Contact Us Page */

.contact-side-bar {
    padding-top: 0;
    margin-left: 20px;
}

.contact-info {
    background: #ffffff;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.contact-info:hover {
    background-color: #52301f;
}

.contact-info .cicle-icon i {
    transition: color 0.3s ease;
}

.contact-info:hover .cicle-icon i {
    color: #52301f;
}

.contact-info:hover .contact_text h2 {
    color: #ffffff;
}

.contact-info:hover .cicle-icon {
    background: #ffffff;
}

.cicle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    color: #ffffff;
    background: #54311e;
    margin-right: 17px;
}

.contact_text h2 {
    font-size: 30px;
    color: #54311e;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}

.contact_text p {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.contact_text p span,
.contact_text a {
    display: block;
    color: #b4a597;
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-family: 'Montserrat';
    font-weight: 400;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact-pag-form {
    margin-top: 0;
    padding: 0 30px;
}

.contact-pag-form form input.form-control,
.contact-pag-form form select.form-control,
.contact-pag-form form textarea.form-control {
    font-size: 15px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    font-family: 'Montserrat';
}

.contact-pag-form form input.form-control {
    height: 60px;
    padding-left: 70px;
    margin-bottom: 20px;
}

.contact-pag-form form select.form-control {
    height: 60px;
    padding-left: 25px;
    margin-top: 20px;
}

.contact-pag-form form textarea.form-control {
    height: 150px;
    padding-left: 25px;
    padding-top: 20px;
    resize: none;
    color: #000;
}

.contact-pag-form form input::placeholder,
.contact-pag-form form textarea::placeholder {
    color: #909091;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    color: #000;
    left: 15px;
    font-size: 17px;
}

.contact-pag-form .form-group1 i {
    right: 13px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.vffdetails select {
    width: 100%;
    height: 60px;
    font-size: 15px;
    padding-left: 15px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    border-radius: 5px;
    position: relative;
}

.vffdetails::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    right: 60px;
    top: 10%;
    background-size: 10px 50px;
    background-image: url(../images/arrow_slectt.png);
    background-repeat: no-repeat;
}

.contact-pag-form button {
    margin-top: 30px;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    color: #52301f;
    left: 15px;
    font-size: 17px;
}

.contact-pag-form .form-group {
    position: relative;
}

.vffdetails {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 50px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

/*Contact Us Page */

/* reviews */

.reviews {
    padding: 120px 0;
}

.reviews_txt h4 {
    font-size: 27px;
    text-transform: capitalize;
}

.reviews_card ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.reviews_txt span {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #b19d8f;
}

.reviews_txt i {
    color: #f39f1e;
    font-size: 15px;
}

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

.reviews_txt p {
    margin: 30px 0;
}

.reviews_card ul li:first-child {
    width: 65%;
}

.reviews_card ul li:last-child {
    width: 35%;
}

.reviews_card {
    padding-bottom: 30px;
    border-bottom: 2px solid #e8ebe9;
    margin: 40px;
}

/* reviews */

/* testimonial */

.testimonial_haeding {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial_haeding p {
    width: 70%;
    margin: 0 auto;
}

.test_sm_card {
    text-align: center;
}

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

.test_sm_card h4 {
    color: #000;
    font-size: 17px;
    margin: 10px 0 0;
}

.test_sm_card h5 {
    color: #54311e;
    font-size: 12px;
}

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

.test_center_card_txt h4 {
    color: #ffffff;
    font-size: 28px;
}

.test_center_card_txt h5 {
    color: #ffffff;
    font-size: 16px;
}

.test_center_card_txt ul li h6 {
    color: #ffffff;
    font-size: 14px;
}

.test_center_card_txt ul li i {
    color: #ffffff;
    font-size: 14px;
}

.test_center_card {
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background: #52301f;
    align-items: center;
}

.test_center_card_img {
    width: 25%;
}

.test_center_card_txt {
    width: 75%;
    padding: 0 50px;
}

.test_center_card_txt p {
    margin-bottom: 20px;
}

.test_center_card_txt ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.test_sm_card.mttt {
    margin-top: 45%;
}

.testimonial_haeding h2 {
    font-size: 81px;
}

/* testimonial */


/*CHECKOUT PAGE*/

section.checkout_page.clr-bfr {
    position: relative;
    padding: 80px 0;
}

.billing_form h3 {
    font-size: 50px;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 400;
}

.billing_form label {
    font-size: 13.50px;
    font-family: 'Montserrat';
    color: #000000;
    font-weight: 500;
}

.radiosss p {
    color: #fff;
    background: #000;
    margin-bottom: 0;
    padding: 10px;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #00000033;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    color: #000000;
    font-family: 'Montserrat';
}

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

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

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
    font-size: 20px;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 22px;
    font-weight: 500;
    color: #52301f;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

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

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

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #00000029;
    border-radius: 10px;
}

.cart_sidebar h3 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: normal;
    font-weight: 400;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #000000;
    font-family: 'Montserrat';
    font-size: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    text-transform: capitalize;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 20px;
    color: #000000;
    font-family: 'Montserrat';
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.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-family: 'Montserrat';
    font-weight: 500;
    color: #000000;
}

.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 #52301f;
    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: 'Roboto', 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: #fff;
}

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

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

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

h6.payment-h {
    font-weight: 500;
    color: #000000;
    font-family: 'Montserrat';
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

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

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

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

section.checkout_page.all-section.all-side {
    padding: 75px 0;
}

.billing_form {
    padding: 15px 25px;
}

section.checkout_page button.theme_btn {
    width: 100%;
    margin: 20px auto 0;
    display: block;
}

.checkout-btn {
    margin-top: 30px;
    text-align: center;
}

/*checkout end*/



ul#menu1 {
    padding: 20px 0;
    position: relative;
    border-left: 0;
    border-right: 0;
    display: flex;
    gap: 47px;
    margin: 0;
}

.menu-2 {
    justify-content: right;
}