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

html {
    overflow-x: hidden;
}

body {
    word-break: break-word;
    color: #393939;
    font: 15px/25px 'Montserrat', sans-serif;
    background-color: #f6f1eb;
}

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: 'HudsonNY';
    src: url(../fonts/HudsonNYSerif.otf);
}

@font-face {
    font-family: 'Blender_Pro';
    src: url(../fonts/fonnts.com-Blender_Pro_Medium.ttf);
}


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
    font-size: 85px;
    margin: 0 0 0px;
    color: #f6f1eb;
    font-weight: 500;
    line-height: 80px;
    font-family: 'HudsonNY';
}

h2 {
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 500;
    color: #403a34;
    font-family: 'HudsonNY';
}

h3 {
    font-size: 45px;
    margin: 0 0 0px;
    color: #000000;
    font-weight: 600;
    font-family: 'HudsonNY';
}

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

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

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

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

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

.theme-btn-1 {
    font-size: 14px;
    color: #403a34;
    padding: 16px 40px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 100px;
    transition: ease-in-out;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
    border: 1px solid #55504a;
    background-color: #f6f1eb;
}

.theme-btn-1:hover {
    color: #f6f1eb;
    transition-duration: 0.5s;
    background-color: #403a34;
}

.theme-btn-1:hover::before {
    top: 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme-btn-1::before {
    left: 0;
    right: 0;
    top: 10px;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 100px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #2f2a25;
}

.theme-btn-2 {
    font-size: 14px;
    color: #f6f1eb;
    padding: 16px 40px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 100px;
    transition: ease-in-out;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
    border: 1px solid #534d47;
    background-color: #403a34;
}

.theme-btn-2:hover {
    color: #403a34;
    transition-duration: 0.5s;
    background-color: #f6f1eb;
}

.theme-btn-2:hover::before {
    top: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme-btn-2::before {
    left: 0;
    right: 0;
    top: 0px;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 100px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #2f2a25;
}

/*header css start */

.menuSection {
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 30px 4%;
    position: absolute;
}

.menuSec {
    gap: 5%;
    left: 10px;
    display: flex;
    position: relative;
    border-radius: 5px;
    align-items: center;
    background-color: #f6f1eb;
    padding: 20px 50px 20px 30px;
    justify-content: space-between;
}

.menuSec::before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 9px;
    height: 4px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #403a34;
    border-radius: 0px 10px 10px 0px;
}

.menuSec::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 9px;
    height: 4px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #403a34;
    border-radius: 10px 0px 0px 10px;
}

.menuSec img {
    margin: 0;
}

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

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

.menuSec ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex !important;
    justify-content: space-between;
}

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

.menuSec li ul {
    display: none !important;
}

.menuSec ul li a {
    font-size: 14px;
    color: #403a34;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

.menuSec ul li a::before {
    top: 0;
    left: 0;
    width: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #403a34;
}

.menuSec ul li a:hover::before {
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

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

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

.menuSec ul li a.active:hover {
    color: #f1ede9;
}

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

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

.header-input {
    right: 8px;
    position: relative;
    padding: 19px 30px;
    border-radius: 5px;
    background-color: #f6f1eb;
}

.header-input::before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 9px;
    height: 4px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #403a34;
    border-radius: 0px 10px 10px 0px;
}

.header-input::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 9px;
    height: 4px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #403a34;
    border-radius: 10px 0px 0px 10px;
}

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

.header-input ul li form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-input ul li form input {
    border: none;
    width: 80%;
    color: #403a34;
    background-color: transparent;
    border-bottom: 1px solid #403a34;
}

.header-input ul li form input:focus-visible {
    outline: none;
}

.header-input ul li form button {
    border: none;
    background-color: transparent;
}

.header-input ul li {
    display: flex;
    align-items: center;
}

.header-input ul li a.accout-link {
    width: 35px;
    height: 35px;
    display: flex;
    color: #403a34;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.header-input ul li a.cart-link {
    width: 46px;
    height: 46px;
    display: flex;
    color: #f6f1eb;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background-color: #403a34;
    transition: all 0.5s ease-in;
}

.header-input ul li a.cart-link:hover {
    color: #403a34;
    background-color: #f6f1eb;
    transition: all 0.5s ease-in-out;
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.1),
        0 12px 24px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}


/*header css start */


/*banner css start */

.main_slider {
    display: flex;
    min-height: 850px;
    position: relative;
    align-items: flex-end;
    padding: 150px 4% 50px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.main_slider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    background-color: #403a34;
}

.main_slider .row {
    align-items: flex-end;
}

.banner_text {
    padding-bottom: 150px;
}

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

.banner_text h5 {
    font-size: 20px;
    color: #f6f1eb;
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner_text .button-flex {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    align-items: center;
    justify-content: flex-start;
}

.banner-product {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-product-box {
    width: 100%;
    overflow: hidden;
    max-width: 180px;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #f6f1eb;
}

.banner-product-box:hover {
    transition-duration: 0.5s;
    background-color: #403a34;
}

.banner-product-box:hover h6,
.banner-product-box:hover p {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.banner-product-box:hover a i {
    color: #403a34;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #f1ede9;
}

.banner-product-box a img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.banner-product-box a p {
    color: #999995;
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 12px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.banner-product-box a h6 {
    margin-bottom: 5px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

.banner-product-box a i {
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 12px;
    color: #161515;
    align-items: center;
    border-radius: 10px;
    transition: ease-in-out;
    justify-content: center;
    background-color: #fff;
    transition-duration: 0.5s;
}

.banner-icon {
    display: flex;
    margin-top: 25px;
    overflow-x: hidden;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.banner-icon::before {
    top: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    content: '';
    right: 120px;
    opacity: 0.5;
    margin: auto;
    position: absolute;
    background-color: #fff;
}

.banner-icon h6 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

.banner-icon ul {
    gap: 10px;
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 20px;
    justify-content: center;
    background-color: #403a34;
}

.banner-icon ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    position: relative;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #ada8a2;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.banner-icon ul li a::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 43px;
    height: 43px;
    margin: auto;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #403a34;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.banner-icon ul li a:hover::before {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #f6f1eb;
}

.banner-icon ul li a i {
    z-index: 1;
    color: #ada8a2;
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
}

.banner-icon ul li a:hover {
    transition: ease-in-out;
    background-color: #f6f1eb;
    transition-duration: 0.5s;
}

.banner-icon ul li a:hover i {
    color: #403a34;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

/*banner css end*/

/* inner banner */

section.main_slider.inner-banner {
    min-height: 610px;
}

/* inner banner */

/* about-sec */

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

.about-img {
    left: 24px;
    height: 470px;
    display: flex;
    min-height: 100%;
    position: relative;
    align-items: center;
    background-color: #403a34;
    border-radius: 10px 0px 0px 10px;
}

.about-img .aboutImgSlider {
    height: 100%;
    max-width: 86%;
    margin-bottom: 0;
}

.about-img .aboutImgSlider::before {
    top: 100%;
    width: 100%;
    content: '';
    height: 100px;
    position: absolute;
    background-color: #403a34;
    border-radius: 0px 0px 10px 10px;
}

.about-img-box {
    height: 100%;
}

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

.about-img .aboutImgSlider .slick-list,
.about-img .aboutImgSlider .slick-track {
    height: 100%;
}

.about-img .aboutImgSlider .slick-slide {
    margin: 0;
    opacity: 1;
}

.about-img .aboutImgSlider .slick-dots {
    bottom: -62px;
}

.about-img .aboutImgSlider .slick-dots li {
    opacity: 0.5;
}

.about-img .aboutImgSlider .slick-dots li button {
    width: 8px;
    height: 8px;
    display: flex;
    color: #fff;
    align-items: center;
    background-color: #fff;
    justify-content: center;
}

.about-img .aboutImgSlider .slick-dots li.slick-active {
    opacity: 1;
}

.about-img .aboutImgSlider .slick-dots li button::before {
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    line-height: 8px;
}

.about-img h5 {
    color: #fff;
    padding: 10px 35px;
    writing-mode: sideways-rl;
}

.about-text {
    position: relative;
    padding: 25px 30px;
    background-color: #403a34;
    border-radius: 0px 10px 10px 0px;
}

.about-text h2 {
    color: #fff;
    line-height: 55px;
}

.about-text h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

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

.about-text .position-relative {
    z-index: 1;
}

.about-text-p {
    margin: 20px 0px;
    padding: 0px 25px;
}

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

.inner-about {
    margin-bottom: 0;
}

/* about-sec */

/*CART PAGE CSS*/

.shopping_cart {
    padding: 100px 4%;
}

.shopping_cart_table h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #000;
}

.shopping_cart_table table th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-bottom: 10px;
}

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

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

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

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
    width: 165px;
    padding: 0;
    display: flex;
    height: 95px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    background-color: #eaeaea;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

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

.shopping_cart_table table tbody td .skin-2 .num-in {
    border: 1px solid #b2aeaa;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 32px;
    color: #151414;
    font-weight: 400;
    font-family: 'Blender_Pro';
}

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

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

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

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

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

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

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

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

.recipt {
    width: 30%;
}

.cart_product_img img {
    height: 80%;
    width: 80%;
    object-fit: contain;
}

.size-select select {
    height: 48px;
    border: 1px solid #b2aeaa;
    background-color: transparent;
}

.cart_product_img {
    height: 100px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-product-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.recipt li {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
}

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

.recipt li span {
    font-size: 16px;
    letter-spacing: 2px;
}

.payment_card {
    padding: 40px 25px;
    border-radius: 0px;
    border: 1px solid #b8b8b8;
    background-color: #403a34;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #e3e2e2;
}

.payment_card h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #66615d;
}

.credit_paypal a {
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 30px;
    align-items: center;
    display: inline-flex;
    border: 1px solid #f3f3f3;
    background-color: transparent;
    justify-content: space-between;
}

.table-responsive table {
    max-width: 1000px;
    width: auto !important;
    min-width: 100%;
    overflow-x: auto;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0);
}

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

.payment_card form label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

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

.payment_card form input {
    padding: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #66615d;
}

.payment_card form input::placeholder {
    color: #7d7d7d;
    font-weight: 500;
}

.payment_card form select {
    width: 100%;
    padding: 0;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #66615d;
}


.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: 40px;
}

.skin-2 .num-in {
    float: left;
    width: 130px;
    height: 48px;
    display: flex;
    cursor: pointer;
    border-radius: 0px;
    align-items: center;
    justify-content: space-evenly;
}



.skin-2 .num-in span {
    width: 30px;
    height: 30px;
}

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

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    /* font-family: 'Helvetica'; */
}

.skin-2 .num-in input {
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
}

.cart-to-check-box {
    z-index: 1;
    display: flex;
    margin-top: 25px;
    position: relative;
    align-items: center;
    justify-content: center;
}

/*CART PAGE CSS END*/

/*PRODUCT DETAIL PAGE CSS*/

.product-detailsec {
    padding: 100px 4%;
    position: relative;
}

.product-detail .row {
    align-items: center;
}

.top-section h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #403a34;
    font-weight: 500;
    margin-bottom: 20px;
}

.price_rev h3 {
    font-size: 40px;
    font-weight: 500;
    color: #403a34;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'Blender_Pro';
    text-transform: uppercase;
}

.price_rev ul {
    margin-top: 10px;
}

.price_rev ul li {
    display: inline-block;
    color: #ffc007;
}

.price_rev ul li span {
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}

.product-content hr {
    border-top: 1px solid #43d1db;
}

.flexEnd {
    display: flex;
    align-items: flex-end;
}

.brand {
    margin: 5px 0px 25px;
}

.brand li {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    font-family: 'El Messiri';
}

.brand li:not(:last-child) {
    margin-bottom: 7px;
}

.brand li small {
    color: #fff;
    display: inline-block;
    margin-left: 6px;
}

.product-content p {
    color: #807e7b;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}

.functionality-box h5 {
    font-size: 19px;
    color: #787878;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

.functionality-box .num-in {
    width: 150px;
}

.functionality-box .num-in span.minus,
.functionality-box .num-in span.plus {
    width: 40px;
    height: 40px;
    font-size: 9px;
    font-weight: 400;
    border: 1px solid #dbdad9;
}

.functionality-box .num-in span.in-num {
    font-size: 16px;
    font-family: 'Blender_Pro';
}

.functionality-box .minus,
.plus {
    margin: 0;
    font-size: 16px;
    color: #141414;
    font-family: 'Roboto';
}


.functionality-box ul {
    display: flex;
    align-items: center;
}

.functionality-box ul li {
    display: inline-block;
}

.functionality-box ul li:not(:last-child) {
    margin-right: 20px;
}

.functionality-box ul li .heart-button a i {
    border: 1px solid #bebebe;
    font-size: 21px;
    color: #ce996f;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.social-icon-detail {
    margin-top: 20px;
}

del {
    font-size: 20px;
    line-height: 30px;
    color: #52726c;
}

.social-icon-detail ul li {

    display: inline-block;

}

.social-icon-detail ul li a i {
    width: 40px;
    height: 40px;
    font-size: 22px;
    border: 1px solid #bebebe;
    color: #ce996f;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon-detail ul li a i:hover {
    background-color: #ce996f;
    color: #fff;
    transform: rotate(360deg);
    transition: 0.3s ease-in-out;
}

.product-body {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;

}

.product-sli .slick-next {
    right: 60px;
}

.product-sli .slick-next::before {
    content: '\f054';
    font-size: 20px;
    color: #fff;
    position: absolute;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
    /* border-radius: 50%; */
    background: var(--theme);
    font-weight: 600;
    opacity: 1;
}

.product-sli .slick-prev {
    left: -10px;
    z-index: 1;
}

.product-sli .slick-prev::before {
    content: '\f053';
    font-size: 20px;
    color: #fff;
    position: absolute;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
    /* border-radius: 50%; */
    background: var(--theme);
    font-weight: 600;
    opacity: 1;
}

.product-sli {
    position: relative;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.product-sli .slick-slide {
    opacity: 1;
}

.product-sli img {
    width: 100%;
    padding: 0px;
    height: 550px;
    border-radius: 25px;
    object-fit: contain;
}

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

.product-sli-conn img {
    padding: 0;
    width: 130px;
    height: 110px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 10px;
    background: #f4f4f4;
}

.prod_description h4 {
    color: #d4a886;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

.prod_description p {
    font-size: 14px;
    color: #919191;
    line-height: 27px;
}

.related_heading h2 {
    font-size: 70px;
    line-height: 75px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 600;

}

.addtocart a {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    padding: 6px 10px;
    justify-content: space-around;
    background: transparent;
}

ul.det-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.det-social li i {
    color: #f4e6ce;
}

.pro-det-wrt ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 0px;
}

.pro-det-wrt ul li h5 {
    margin-bottom: 0;
    color: #151414;
    font-family: 'Montserrat';
}

.pro-det-wrt ul li p {
    margin-bottom: 0;
    color: #242322;
}

.product-detailsec .nav-pills .nav-link.active,
.product-detailsec .nav-pills .show>.nav-link {
    color: #2d2c2c;
    background: transparent;
    border-bottom: 2px solid #2f2a25;
}

.product-detailsec .nav-link {
    font-size: 21px;
    color: #2d2c2c;
    border-radius: 0;
    padding: 13px 3rem;
    font-family: 'Blender_Pro';
    text-transform: uppercase;
}

.settings-form .theme-btn {
    width: fit-content;
    height: 60px;
    border: none;
    padding: 0px 35px;
    font-size: 20px;
    color: #754c28;
    border-radius: 10px;
    font-family: "El Messiri";
    background-color: #f4e6ce;
}

ul#pills-tab {
    padding-bottom: 0 !important;
    border-bottom: 1px solid #ededed;
    margin-bottom: 25px;
}

.form-row .form-group label {
    color: #000;
}

.form-row .form-group input {
    color: #000;
    height: 60px;
    background-color: transparent;
}

.form-row .form-group textarea {
    color: #000;
    height: 170px;
    background-color: transparent;
}

/* 5 star rating css */

.rate {
    height: 40px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
    padding: 7px 0;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 1.1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
    margin: 6px 3px;
}

.rate:not(:checked)>label:before {
    content: '\f005' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.tab-content p {
    color: #807e7b;
}

.product-content .custom-flex {
    gap: 15%;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
}

/*5 star rating css End*/


/*product-detail end*/

/* check out */

.billing_form {
    padding: 40px;
    /*background-color: #0e194a;*/
}

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

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

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

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: #fff0;
    border-radius: 0px;
}

.billing_form select {
    width: 100%;
    height: 45px;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: #fff0;
    border-radius: 0px;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

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

}

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

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

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

.cart_sidebar .cart_lst li:last-child {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

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

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

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

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

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

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

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

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

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

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

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

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

.order_detail_table ul li span {
    float: right;
}

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

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

.order_detail_table h6 span {
    float: right;
}

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

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

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

.cart_sidebar {
    padding: 25px 25px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e3e1df;
}

section.checkout_page {
    padding: 80px 0;
    margin-bottom: 7%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

.checkout_btn:hover {
    color: white;
}

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

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

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

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

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

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

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

.billing_form {
    padding: 20px;
}

.cart_sidebar a {
    margin: 0 auto;
}

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

/* check out */

/* account*/

.signin_sec {
    padding: 50px 0px 90px;
    position: relative;
}

.input-icons .nromal-i {
    position: absolute;
    font-size: 20px;
    z-index: 99;
    color: #403a34;
    margin-top: 5px;
}

.input-icons {
    width: 100%;
}

.icon {
    padding-top: 15px;
    padding-left: 12px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    display: flex;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
    border: none;
    height: 60px;
    padding: 10px 40px;
    border-radius: 5px;
    background-color: #fff;
}

.social_btn h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 40px;
}

.signup_form button {
    width: 100%;
}

.social_btn a i {
    border-right: 1px solid #fff;
    padding-right: 5px;
}

.social_btn a {
    padding: 10px 20px;
    color: #fff;
}

.social_btn {
    margin: 20px auto;
    text-align: center;
}

.social_btn a:first-child {
    background-color: #4267B2;
}

.social_btn a:last-child {
    background-color: #02abee;
}

.login {
    /* background-color: #d7d7d770; */
    padding: 130px 50px;
}

.login h3 {
    font-size: 27px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
}

.login_form input {
    background-color: #fff;
    border-radius: 5px;
}

.login_form .remeber {
    /* text-align: center; */
    margin-bottom: 20px;
    gap: 12px;
    display: flex;
    align-items: center;
}

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

.login_form label,
.forgot_pass a {
    font-size: 19px;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
}

.btn-4 {
    height: 40px;
    padding: 0 40px;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #202020;
    /* border-radius: 100px; */
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #403a34;
    font-size: 14px;
    z-index: 2;
}



/* account */

/* product list page */

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

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

.show-prg-num div {
    gap: 15px;
    display: flex;
    align-items: center;
}

.show-prg-num div a {
    font-size: 15px;
    color: #000000;
    font-family: 'Blender_Pro';
}

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

.found-box {
    padding: 30px 0px;
    border-right: 1px solid #e2ddd7;
}

.showing-icon>.product-select {
    width: 90%;
    position: relative;
}

.right-side-top {
    margin-bottom: 80px;
    border-bottom: 1px solid #e2ddd7;
}

.product-select select {
    width: 100%;
    height: 40px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 40px 8px 10px;
    /* space for the icon */
    border-radius: 5px;
    font-family: 'Blender_Pro', sans-serif;
    border: 1px solid #eae9e8;
    background-color: #f1ede9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-select i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
    font-size: 12px;
}

.right-side-top p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: 'Blender_Pro';
}

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

.grid_box {
    position: relative;
}

.grid_box:hover p {
    opacity: 1;
}

.grid_box>p {
    position: absolute;
    width: 90px;
    background: #403a34;
    color: #fff;
    top: -50px;
    left: -40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.grid_box p:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 10px;
    left: 35px;
    bottom: -9px;
    background: #403a34;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.grid-view {
    gap: 10px;
    display: flex;
    align-items: center;
}


.product-side-bar {
    border-right: 1px solid #e2ddd7;
}

.product-side-bar h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

.product-side-bar ul {
    margin-top: 25px;
}

.product-side-bar ul li {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2ddd7;
}

.product-side-bar .form-group {
    display: block;
}

.product-side-bar .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.product-side-bar .form-group label {
    position: relative;
    cursor: pointer;
    color: #42403f;
    font-family: 'Blender_Pro';
}

.product-side-bar .form-group label:before {
    content: '';
    -webkit-appearance: none;
    width: 15px;
    background-color: #fff;
    height: 15px;
    padding: 0px;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #42403f;
}

.product-side-bar .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 4px;
    height: 9px;
    border: solid #42403f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.page-item {
    gap: 10px;
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

.page-item button::before {
    top: 0;
}

.page-item button.active::before {
    top: 10px;
}

/* product list page */

/* categories-sec */

.categories-sec .row.custom-both-border {
    padding: 10px 0px;
    border-top: 1px solid #e3ded8;
    border-bottom: 1px solid #e3ded8;
}

.categories-text {
    padding: 25px 0px;
}

.categories-text h2 {
    margin-bottom: 5px;
}

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

.categories-slider-box {
    width: 100%;
    height: 260px;
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: #f6f1eb;
}

.categories-slider-box span {
    z-index: 1;
    position: relative;
}

.categories-slider-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}

.categories-slider-box a {
    position: relative;
}

.categoriesSlider {
    padding: 5px 4px 5px 2px;
    border-radius: 10px;
    background-color: #080706;
}

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

/* categories-sec */

/* product-sec */

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

.product-heading h2 {
    margin-bottom: 10px;
}

.product-heading p {
    max-width: 550px;
}

.tab-content>.tab-pane.fade {
    display: block !important;
    height: 0 !important;
}

.tab-content>.tab-pane.fade.active {
    height: auto !important;
}

.product-slider-tab .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.product-slider-tab .nav-link.active {
    color: #2f2a25;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #f6f1eb;
}

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

.product-slider-tab nav {
    z-index: 2;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.product-slider-tab .nav-link {
    padding: 0;
    border: none;
    display: block;
    padding: 10px 0px;
    position: relative;
    background-color: transparent;
}

.product-slider-tab .nav-link span {
    font-size: 14px;
    color: #403a34;
    padding: 15px 40px;
    position: relative;
    z-index: 1;
    border-radius: 100px;
    text-transform: uppercase;
    border: 1px solid #dad5cf;
    background-color: #f6f1eb;
    font-family: 'Blender_Pro', sans-serif;
    transition: all 0.4s ease-in-out;
}

.product-slider-tab .nav-link::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 98%;
    border-radius: 100px;
    background-color: #2f2a25;
    transition: top 0.4s ease-in-out;
}

.product-slider-tab .nav-link.active::before,
.product-slider-tab .nav-link:hover::before {
    top: 10px;
}

.product-slider-tab .nav-link.active,
.product-slider-tab .nav-link:hover {
    color: #f6f1eb;
}

.productSlider {
    width: 100vw;
    max-width: 1900px;
}

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

.product-box {
    padding: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px;
    background-color: #fff;
}

.product-box::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    height: 0;
    width: 100%;
    content: '';
    margin: auto;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #403a34;
}

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

.product-box:hover h6,
.product-box:hover p {
    color: #fff;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-box .product-box-img {
    width: 100%;
    height: 420px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
    background-color: #f6f1eb;
}

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

.product-box .product-box-img span {
    top: 10px;
    z-index: 1;
    right: 10px;
    color: #403a34;
    padding: 8px 35px;
    position: absolute;
    border-radius: 50px;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

.product-box ul {
    z-index: 1;
    display: flex;
    position: relative;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.product-box ul li a i {
    width: 55px;
    height: 55px;
    display: flex;
    color: #2f2a25;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.product-box ul li h6 {
    color: #0e0d0d;
    margin-bottom: 10px;
    transition: ease-in;
    font-family: 'Barlow';
    text-transform: uppercase;
    transition-duration: 0.5s;
}

.product-box ul li p {
    max-width: 220px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.arrivelslide-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.product-barchg .progress {
    height: 1.5px;
    margin-top: 50px;
    background-color: #c4c0bb;
    background-image: linear-gradient(to right, #2f2a25, #2f2a25);
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
}

/* product-sec */

/* bulk sec */

.bulk-order-bg {
    border-radius: 10px;
    padding: 140px 3px 3px 3px;
    background-image: url(../images/bulk-order-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bulk-order-bg .row {
    justify-content: flex-end;
}

.bulk-order-box {
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #f6f1eb;
}

.bulk-order-box h5 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.bulk-order-box h5::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #ebe6e0;
}

.bulk-order-box h5 span {
    display: flex;
    color: #403a34;
    padding: 0px 10px;
    position: relative;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
    background-color: #f6f1eb;
}

.bulk-order-box h3 {
    color: #403a34;
    text-align: center;
    margin-bottom: 10px;
}

.bulk-order-box-p {
    text-align: center;
    border-radius: 8px;
    padding: 15px 35px 15px;
    background-color: #403a34;
}

.bulk-order-box-p p {
    margin-bottom: 20px;
}

.bulk-order-box-p .z-1 {
    z-index: 1;
}


/* bulk sec */


/* sourc-sec */

.sourc-sec .row {
    align-items: center;
}

.sourc-bg {
    padding: 5px;
    border-radius: 5px;
    background-color: #403a34;
}

.sourcMainSlider {
    left: 19px;
    height: 590px;
    min-height: 100%;
    border-radius: 10px;
    background-color: #f6f1eb;
}


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

.sourcMainSlider .soruce-img {
    height: 100%;
    width: 100%;
}

.sourcMainSlider .slick-slide {
    margin: 0;
}

.sourcMainSlider .soruce-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sourcSideSlider {
    height: 590px;
    overflow: hidden;
    min-height: 100%;
    border-radius: 10px;
    background-color: #f6f1eb;
}

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

.sourcSideSlider .soruce-small-img {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sourcSideSlider .soruce-small-img img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.sourc-text {
    padding: 20px;
}

.sourc-text h6 {
    font-size: 21px;
    color: #f6f1eb;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

.sourc-text h5 {
    font-size: 20px;
    color: #f6f1eb;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

.sourc-text h3 {
    font-size: 36px;
    color: #f6f1eb;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.sourc-text h3::before {
    left: 125px;
    width: 100%;
    content: '';
    height: 1px;
    bottom: 15px;
    position: absolute;
    background-color: #6a6561;
}

.sourc-text p {
    color: #938f8c;
    margin-bottom: 20px;
}

.sourc-text a {
    margin-top: 5px;
}

.sourc-text .z-1 {
    z-index: 1;
}


/* sourc-sec */

/* ----------------------------- Testimonials Start ------------------------*/

section.testimonials {
    position: relative;
    padding: 100px 4%;
    overflow: hidden;
}

section.testimonials .box-card {
    box-sizing: border-box;
    position: relative;
    margin: 30px 10px;
    border-radius: 10px;
}

section.testimonials .mainSlider {
    position: relative;
}

section.testimonials .mainSlider .item {
    margin: 0px;
}

section.testimonials .slick-list.draggable {
    padding: 0px !important;
}

section.testimonials .item {
    opacity: 1;
}

section.testimonials .box-card .quote {
    display: inline-block;
    position: absolute;
    top: -20px;
}

section.testimonials .box-card .quote i {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    box-shadow: 0px 0px 18px 7px #2222221c;
    transition: 0.9s;
    font-size: 18px;
}

section.testimonials .box-card ul.rating {
    justify-content: flex-start;
    align-items: center;
    margin: 48px 0 16px;
    display: flex;
    gap: 5px;
}

section.testimonials .box-card ul.rating li a i {
    color: #fd8f00;
    font-size: 16px;
}

section.testimonials .box-card .descrp {
    margin-bottom: 20px;
}

section.testimonials .box-card .descrp p {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 23px;
}

section.testimonials .box-card .authr-det {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.testimonials .box-card .authr-det h5 {
    margin: 0px;
    font-size: 19px;
    color: #000;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Blender_Pro';
}

section.testimonials .box-card .authr-det p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    opacity: 80%;
}

section.testimonials .mainSlider .box-card {
    padding: 20px 40px 30px 50px;
    background: #403a34;
    margin: 40px 0px 0px 0px;
}

section.testimonials .simSlidDs .item {
    margin: 0px;
}

section.testimonials .simSlidDs .item .box-card {
    color: #fff;
    margin-top: 40px;
    background: transparent;
    padding: 20px 20px 20px 50px;
}

section.testimonials .simSlidDs .item .box-card ul.rating {
    margin: 50px 0 24px;
}

section.testimonials .simSlidDs .item .box-card ul.rating li a i {
    font-size: 13px;
}

section.testimonials .simSlidDs .item .box-card .quote i {
    background: #fff;
    box-shadow: 0px 0px 18px 7px #2222221c;
}

section.testimonials .coright {
    position: relative;
}

section.testimonials .simSlidDs .slider-nav {
    margin: 0px;
}

section.testimonials .simSlidDs .slider-nav {
    margin: 0px;
}

section.testimonials .simSlidDs .item .box-card h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'BlenderTrial';
    text-transform: capitalize;
}

section.testimonials .mainSlider .box-card h5 {
    color: #fff;
}

section.testimonials .item .box-card ul.rating li:last-child a i {
    opacity: 50%;
}

section.testimonials .mainSlider .box-card .quote i {
    background: #ffffff;
    border: 1px solid #fff;
    color: #403a34;
}

section.testimonials .mainSlider .item p {
    width: 93%;
    color: #fff;
}

.heading.text-center h2 {
    font-size: 60px;
    line-height: 60px;
    color: #242424;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 300;
}

.heading.text-center p {
    font-size: 14px;
    color: #85827e;
    margin: 0 auto;
    width: 63%;
}

/* ----------------------------- Testimonials  end ------------------------*/
/*client start*/

/* inner-bulk-order-sec */

.inner-bulk-order-sec {
    padding: 100px 4%;
}

/* inner-bulk-order-sec */

/* why-choose-sec */

.why-choose-heading {
    text-align: center;
    margin-bottom: 40px;
}

.why-choose-bg {
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #403a34;
}

.why-choose-box {
    gap: 10px;
    padding: 25px;
    height: 250px;
    display: flex;
    min-height: 100%;
    text-align: center;
    border-radius: 8px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #f6f1eb;
}

.why-choose-box h3 {
    color: #403a34;
    font-size: 30px;
}

.why-choose-box p {
    color: #9b958f;
}

.why-choose-bg .col-12 {
    padding: 0px 4px;
}

/* why-choose-sec */

/* blog-sec */

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

.blog-box {
    position: relative;
    margin-bottom: 60px;
}

.blog-box .blog-box-img {
    height: 400px;
    max-width: 85%;
    width: -webkit-fill-available;
}

.blog-box .blog-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.blog-box-text {
    top: 0;
    bottom: 0;
    right: 25px;
    height: 70%;
    margin: auto;
    width: 230px;
    padding: 15px;
    display: flex;
    border-radius: 5px;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 25.28px 6.72px rgba(0, 0, 0, 0.06);
}

.blog-box-text h4 {
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-box-text p {
    font-size: 13px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    font-family: 'Montserrat';
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-box-text ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-box-text ul li {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-box-text ul li i {
    width: 40px;
    height: 40px;
    display: flex;
    color: #403a34;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #403a34;
}

.blog-box-text ul li h6 {
    color: #666666;
    font-family: 'Montserrat';
}

/* blog-sec */

/* custom-order-form-sec */

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

.custom-order-form-bg {
    padding: 50px 30px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}

.custom-order-form-bg h2 {
    text-align: center;
    margin-bottom: 30px;
}

.custom-select-wrap {
    position: relative;
    width: 100%;
}

.custom-select-wrap select {
    width: 100%;
    height: 55px;
    padding: 10px 25px;
    padding-right: 45px;
    /* space for icon */
    margin-bottom: 15px;
    border-radius: 15px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #eae9e8;
    background-color: #fdfcfb;
    -webkit-appearance: none;
    /* Remove default arrow */
    -moz-appearance: none;
    appearance: none;
}

.custom-select-wrap i {
    right: 20px;
    position: absolute;
    top: 27px;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
    /* allows clicks to go through to select */
    font-size: 14px;
}

.custom-order-form-bg input,
.custom-order-form-bg select {
    width: 100%;
    height: 55px;
    padding: 10px 25px;
    margin-bottom: 15px;
    border-radius: 15px;
    font-family: 'Montserrat';
    border: 1px solid #eae9e8;
    background-color: #fdfcfb;
}

.custom-order-form-bg select,
.custom-order-form-bg input::placeholder,
.custom-order-form-bg textarea::placeholder {
    color: #403a34;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

.custom-order-form-bg textarea {
    width: 100%;
    height: 180px;
    padding: 20px 25px;
    margin-bottom: 15px;
    display: block;
    border-radius: 15px;
    align-content: flex-end;
    font-family: 'Montserrat';
    border: 1px solid #eae9e8;
    background-color: #fdfcfb;
}

.custom-order-form-bg label {
    width: 100%;
    height: 55px;
    display: flex;
    color: #403a34;
    position: relative;
    margin-bottom: 15px;
    align-items: center;
    border-radius: 15px;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
    border: 1px solid #eae9e8;
    background-color: #fdfcfb;
    padding: 10px 15px 10px 25px;
    justify-content: space-between;
}

.custom-order-form-bg label input {
    display: none;
}

.custom-order-form-bg .z-1 {
    z-index: 1;
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

/* custom-order-form-sec */

/* ethical-sourc-sec */

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

.ethical-sourc-img {
    width: 100%;
    height: 680px;
    overflow: hidden;
    border-radius: 5px;
}

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

.ethical-sourc-text {
    z-index: 1;
    text-align: center;
    margin-top: -100px;
    position: relative;
    padding: 25px 30px;
    border-radius: 10px;
    background-color: #f6f1eb;
}

.ethical-sourc-text h2 {
    font-size: 43px;
    margin-bottom: 20px;
}

.ethical-sourc-text-p {
    border-radius: 10px;
    padding: 30px 30px 10px;
    background-color: #403a34;
}

.ethical-sourc-text-p p {
    color: #938f8c;
    margin-bottom: 25px;
}

/* ethical-sourc-sec */

/* Blog Detail Page Start */

.blog-detail-text .blog-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.blog-text h6 {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
}

.blog-detail-text ul.blog-list {
    gap: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-detail-text ul.blog-list li {
    gap: 10px;
    display: flex;
    align-items: center;
}

.blog-detail-text ul.blog-list li i {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 20px;
    color: #403a34;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #403a34;
}

.blog-detail-text {
    width: 90%;
    z-index: 1;
    padding: 40px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    margin: -85px auto 0;
    box-shadow: 0px 0px 25.28px 6.72px rgba(0, 0, 0, 0.06);
}

.blog-detail-imag img {
    width: 100%;
    border-radius: 10px;
    height: 570px;
    object-fit: cover;
}

.blog-detail-text h3 {
    font-size: 34px;
    color: #333333;
    margin-bottom: 20px;
}

.blog-detail-text p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #7c7c7c;
}

.blog-detail-page {
    padding: 100px 0;
}

/* Blog Detail Page End */

/* contact sec */

.map iframe {
    width: 100%;
    height: 500px;
    filter: brightness(0.5);
}

.contact-frm h4 {
    font-size: 31px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.contact-frm input,
.contact-frm select {
    border: 0;
    border-bottom: 1px solid #535353;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    background: transparent;
    font-size: 15px;
    color: #ffffff;
}

.contact-frm .select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.contact-frm select option {
    color: #000;
}

.contact-frm input::placeholder {
    color: #ffffff;
    font-size: 15px;
}

.contact-frm button {
    background: #ffffff;
    color: #403a34;
    border: 0;
    border-radius: 5px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 53px;
    margin-top: 14px;
}

.main0body .footer-top-section {
    display: none;
}

.ctct-detl {
    background: #403a34;
    padding: 61px 40px;
    position: relative;
    box-shadow: 0px 0px 49px 0px rgba(65, 65, 65, 0.14);
}

.ctct-detl ul li {
    display: inline-block;
}

.ctct-detl ul {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-bottom: 26px;
}

.ctct-detl ul li img {
    margin: 0 26px 0 0;
}

.ctct-detl ul li a {
    font-size: 14px;
    color: #ffffff;
}

.ctct-detl ul li span {
    display: block;
    text-align: center;
}

.col-12 .input-group.agb::before {
    position: absolute;
    top: 0;
    right: 40px;
    height: 100%;
    z-index: 1;
    width: 15px;
    content: '';
    background-image: url(../images/ARROW.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-frm {
    padding: 71px 40px;
    background: #1b1b1b;
    position: relative;
    width: 104%;
    box-shadow: 0px 0px 49px 0px rgba(65, 65, 65, 0.14);
}

.cont-inner {
    width: 80%;
    margin: 0 auto;
    margin-top: -210px;
    z-index: 999;
    position: relative;
}

.map {
    z-index: -1;
}

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

.ctct-detl h4 {
    font-size: 31px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 58px;
}


/* contact sec */

/*footer start*/

footer {
    padding: 0px 4%;
    background-color: #403a34;
}

footer .row {
    align-items: center;
}

.footer-logo p {
    font-size: 14px;
    color: #a09d9a;
    margin: 20px;
    margin-left: 0;
    width: 90%;
}

.news h2 {
    font-size: 75px;
    color: #f6f1eb;
    font-weight: 400;
    margin-bottom: 15px;
}

.news p {
    width: 100%;
    font-size: 14px;
    color: #a09d9a;
    margin-bottom: 25px;
}

.news form input {
    width: 100%;
    color: #000;
    border: unset;
    padding: 15px 30px;
    font-family: 'Blender_Pro';
    background-color: transparent;
}

.news form input::placeholder {
    color: #989f9c;
}

.news form {
    width: 100%;
    display: flex;
    padding: 1.5px;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    justify-content: space-between;
}

.news form .btn-ank {
    flex-shrink: 0;
    margin-bottom: 0.5px;
}

.news form .btn-ank button {
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    padding: 25px 35px;
    position: relative;
    border-radius: 50px;
    font-family: 'Blender_Pro';
    background-color: #403a34;
}

.footer-links {
    padding-top: 25px;
    text-align: center;
    position: relative;
}

.footer-links ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Blender_Pro';
}

.footer-links ul li {
    padding: 20px 10px;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #6a6561;
}

.news {
    padding-left: 5%;
}

.footer-bot {
    padding: 30px 4% 30px;
    background-color: #403a34;
    border-top: 1px solid #6a6561;
}

.footer-bot .row {
    align-items: center;
}

.footer-bot p {
    color: #a09d9a;
    text-align: end;
    margin-bottom: 0;
    font-family: 'Blender_Pro';
}

.footer-links::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    content: '';
    background-color: #6a6561;
    top: 0px;
}

.footer-links::after {
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    content: '';
    background-color: #6a6561;
    top: 0px;
}

/*footer end*/

/* loader */

/* From Uiverse.io by SouravBandyopadhyay */
.hourglassBackground {
    position: relative;
    background-color: rgb(71, 60, 60);
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin: 30px auto;
}

.hourglassContainer {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 50px;
    height: 70px;
    -webkit-animation: hourglassRotate 2s ease-in 0s infinite;
    animation: hourglassRotate 2s ease-in 0s infinite;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.hourglassContainer div,
.hourglassContainer div:before,
.hourglassContainer div:after {
    transform-style: preserve-3d;
}

@-webkit-keyframes hourglassRotate {
    0% {
        transform: rotateX(0deg);
    }

    50% {
        transform: rotateX(180deg);
    }

    100% {
        transform: rotateX(180deg);
    }
}

@keyframes hourglassRotate {
    0% {
        transform: rotateX(0deg);
    }

    50% {
        transform: rotateX(180deg);
    }

    100% {
        transform: rotateX(180deg);
    }
}

.hourglassCapTop {
    top: 0;
}

.hourglassCapTop:before {
    top: -25px;
}

.hourglassCapTop:after {
    top: -20px;
}

.hourglassCapBottom {
    bottom: 0;
}

.hourglassCapBottom:before {
    bottom: -25px;
}

.hourglassCapBottom:after {
    bottom: -20px;
}

.hourglassGlassTop {
    transform: rotateX(90deg);
    position: absolute;
    top: -16px;
    left: 3px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background-color: #999999;
}

.hourglassGlass {
    perspective: 100px;
    position: absolute;
    top: 32px;
    left: 20px;
    width: 10px;
    height: 6px;
    background-color: #999999;
    opacity: 0.5;
}

.hourglassGlass:before,
.hourglassGlass:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #999999;
    left: -17px;
    width: 44px;
    height: 28px;
}

.hourglassGlass:before {
    top: -27px;
    border-radius: 0 0 25px 25px;
}

.hourglassGlass:after {
    bottom: -27px;
    border-radius: 25px 25px 0 0;
}

.hourglassCurves:before,
.hourglassCurves:after {
    content: '';
    display: block;
    position: absolute;
    top: 32px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    animation: hideCurves 2s ease-in 0s infinite;
}

.hourglassCurves:before {
    left: 15px;
}

.hourglassCurves:after {
    left: 29px;
}

@-webkit-keyframes hideCurves {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hideCurves {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.hourglassSandStream:before {
    content: '';
    display: block;
    position: absolute;
    left: 24px;
    width: 3px;
    background-color: white;
    -webkit-animation: sandStream1 2s ease-in 0s infinite;
    animation: sandStream1 2s ease-in 0s infinite;
}

.hourglassSandStream:after {
    content: '';
    display: block;
    position: absolute;
    top: 36px;
    left: 19px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    animation: sandStream2 2s ease-in 0s infinite;
}

@-webkit-keyframes sandStream1 {
    0% {
        height: 0;
        top: 35px;
    }

    50% {
        height: 0;
        top: 45px;
    }

    60% {
        height: 35px;
        top: 8px;
    }

    85% {
        height: 35px;
        top: 8px;
    }

    100% {
        height: 0;
        top: 8px;
    }
}

@keyframes sandStream1 {
    0% {
        height: 0;
        top: 35px;
    }

    50% {
        height: 0;
        top: 45px;
    }

    60% {
        height: 35px;
        top: 8px;
    }

    85% {
        height: 35px;
        top: 8px;
    }

    100% {
        height: 0;
        top: 8px;
    }
}

@-webkit-keyframes sandStream2 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    91% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sandStream2 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    91% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.hourglassSand:before,
.hourglassSand:after {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    background-color: white;
    perspective: 500px;
}

.hourglassSand:before {
    top: 8px;
    width: 39px;
    border-radius: 3px 3px 30px 30px;
    animation: sandFillup 2s ease-in 0s infinite;
}

.hourglassSand:after {
    border-radius: 30px 30px 3px 3px;
    animation: sandDeplete 2s ease-in 0s infinite;
}

@-webkit-keyframes sandFillup {
    0% {
        opacity: 0;
        height: 0;
    }

    60% {
        opacity: 1;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 17px;
    }
}

@keyframes sandFillup {
    0% {
        opacity: 0;
        height: 0;
    }

    60% {
        opacity: 1;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 17px;
    }
}

@-webkit-keyframes sandDeplete {
    0% {
        opacity: 0;
        top: 45px;
        height: 17px;
        width: 38px;
        left: 6px;
    }

    1% {
        opacity: 1;
        top: 45px;
        height: 17px;
        width: 38px;
        left: 6px;
    }

    24% {
        opacity: 1;
        top: 45px;
        height: 17px;
        width: 38px;
        left: 6px;
    }

    25% {
        opacity: 1;
        top: 41px;
        height: 17px;
        width: 38px;
        left: 6px;
    }

    50% {
        opacity: 1;
        top: 41px;
        height: 17px;
        width: 38px;
        left: 6px;
    }

    90% {
        opacity: 1;
        top: 41px;
        height: 0;
        width: 10px;
        left: 20px;
    }
}

@keyframes sandDeplete {
    0% {
        opacity: 0;
        top: 45px;
        height: 17px;
        width: 38px;
        left: 6px;
    }

    1% {
        opacity: 1;
        top: 45px;
        height: 17px;
        width: 38px;
        left: 6px;
    }

    24% {
        opacity: 1;
        top: 45px;
        height: 17px;
        width: 38px;
        left: 6px;
    }

    25% {
        opacity: 1;
        top: 41px;
        height: 17px;
        width: 38px;
        left: 6px;
    }

    50% {
        opacity: 1;
        top: 41px;
        height: 17px;
        width: 38px;
        left: 6px;
    }

    90% {
        opacity: 1;
        top: 41px;
        height: 0;
        width: 10px;
        left: 20px;
    }
}

#loader {
    position: fixed;
    z-index: 9999;
    background: #403a34;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* loader */

/*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) {
    .menuSec {
        left: 0;
        gap: 2%;
        margin-bottom: 10px;
    }

    .header-input {
        right: 0;
    }

    .menuSection {
        padding: 15px 4%;
    }

    .menuSec ul li a {
        font-size: 12px;
        padding: 10px 5px;
    }

    .header-logo {
        width: 50px;
    }

    .header-input ul li form {
        width: 100%;
    }

    .header-input ul li {
        justify-content: flex-end;
    }

    .banner_text {
        padding-bottom: 100px;
    }

    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .about-img h5 {
        font-size: 14px;
        padding: 10px 14px;
    }

    .about-text h3 {
        font-size: 30px;
    }

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

    p {
        font-size: 12px;
    }

    .theme-btn-1,
    .product-slider-tab .nav-link span {
        font-size: 13px;
        padding: 10px 30px;
    }

    .product-slider-tab .nav-link {
        padding: 4px 0px;
    }

    h2 {
        font-size: 40px;
    }

    .sourcMainSlider {
        left: 0px;
        border-radius: 5px;
    }

    .sourcSideSlider {
        height: 200px;
        margin-top: 7px;
        border-radius: 5px;
    }

    .sourc-text h3 {
        font-size: 23px;
    }

    .sourc-text h3::before {
        left: 85px;
        bottom: 10px;
    }


















}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .menuSec ul {
        display: none !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    .menuSec ul {
        display: none !important;
    }
}


/*Media Query End*/