/** Shopify CDN: Minification failed

Line 4057:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins: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&display=swap');

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

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

.heading p {
    width: 40%;
    margin: 0 auto;
}

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

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

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

img {
    max-width: 100%;
}

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

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


/***** 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: 'boho-style';
    src: url('/cdn/shop/files/boho-style.ttf?v=1737399421');
}

@font-face {
    font-family: 'against';
    src: url('/cdn/shop/files/against.ttf?v=1737399421');
}

@font-face {
    font-family: 'shonar';
    src: url('/cdn/shop/files/shonar.ttf?v=1737399422');
}


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

.sec {
    padding: 80px 0;
}

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

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

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

/* Buttons Css Starts */

.theme1 {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    border: 1px solid #866173;
    border-radius: 100px;
    height: 40px;
    padding: 0 0 0 25px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme1:hover {
    background-color: #b07c57;
    border: 1px solid #0000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.theme1 span.theme1-txt-btn {
    font-size: 14px;
    line-height: 20px;
    color: #866173;
    font-family: 'Montserrat';
    font-weight: 400;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme1:hover span.theme1-txt-btn {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.theme1 span.theme1-txt-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 15px;
    background-color: #866173;
    border: 1px solid #0000;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}













.theme2 {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 40px;
    padding: 0 0 0 25px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme2:hover {
    background-color: #b07c57;
    border: 1px solid #0000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.theme2 span.theme2-txt-btn {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme2:hover span.theme2-txt-btn {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.theme2 span.theme2-txt-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 14px;
    background-color: #fff;
    border: 1px solid #0000;
    border-radius: 100px;
    color: #866173;
    font-weight: 500;
    font-size: 12px;
}











button.product-form__submit.button.button--full-width.button--secondary {
    border: 1px solid #866173;
    border-radius: 100px;
    transition: ease-in;
    transition-duration: 0.2s;
}





.theme3 {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    border: 1px solid #866173;
    border-radius: 100px;
    height: 40px;
    padding: 0 0 0 25px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme3:hover {
    background-color: #b07c57;
    border: 1px solid #0000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.theme3 span.theme3-txt-btn {
    font-size: 14px;
    line-height: 20px;
    color: #866173;
    font-family: 'Montserrat';
    font-weight: 400;
    transition: ease-in;
    transition-duration: 0.2s;
  color:#fff !important;
}

.theme3:hover span.theme3-txt-btn {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.theme3 span.theme3-txt-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 14px;
    background-color: #866173;
    border: 1px solid #0000;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}



/* Buttons Css Ends */

.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: 'boho-style';
    font-size: 196px;
    line-height: 150px;
    color: #866173;
    font-weight: 400;
    margin: 10px 0;
}

h2 {
    font-family: 'against';
    font-size: 59px;
    line-height: 64px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
}

h3 {
    font-family: 'against';
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    margin: 10px 0;
}

h4 {
    font-family: 'against';
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

h5 {
    font-family: 'against';
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

h6 {
    font-family: 'against';
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}

p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin: 10px 0;
}

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

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

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

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

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


/*header css start */
header {
    padding: 10px 0 20px 0;
}

.social ul {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.social ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 16px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.social ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    rotate: 90deg;
    background-color: #c7c7c7;
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    transition: ease-in;
    transition-duration: 0.2s;
}

.social ul li a:hover::before {
    background-color: #0000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.social ul li a::after {
    content: '';
    position: absolute;
    top: 1.5px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    rotate: 90deg;
    background-color: #fff;
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    transition: ease-out;
    transition-duration: 0.2s;
}

.social ul li a:hover::after {
    background-color: #866173;
    transition: ease-in;
    transition-duration: 0.2s;
    
}

.social ul li a i {
    position: relative;
    color: #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 9;
    transition: ease-in;
    transition-duration: 0.2s;
}

.social ul li a:hover i {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.social ul li h6 {
    font-family: "Lato", serif;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    margin: 0 10px 0 0;
}

.header-search-txt h5 {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.header-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.header-links-login-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #c7c7c7;
    transition: ease-in;
    transition-duration: 0.2s;
}

.header-links-login-main:hover {
    background-color: #866173;
    border: 1px solid #0000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.header-links-login-txt h6 {
    font-size: 13px;
    line-height: 20px;
    color: #020b1c63;
    margin: 0;
    font-family: 'against';
    font-weight: 400;
    transition: ease-in;
    transition-duration: 0.2s;
}

.header-links-login-main:hover .header-links-login-txt h6 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.header-links-login-icon img {
    transition: ease-in;
    transition-duration: 0.2s;
}

.header-links-login-main:hover .header-links-login-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(225deg) brightness(107%) contrast(101%);
    transition: ease-out;
    transition-duration: 0.2s;
}

.header-links-box {
    position: relative;
}

.header-links-txt {
    position: absolute;
    bottom: -6px;
    right: -6px;
}

.header-links-txt h6 {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Montserrat';
    margin: 0;
    background-color: #b07c57;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    border-radius: 100px;
    color: #fff;
    font-weight: 200;
    transition: ease-in;
    transition-duration: 0.2s;
}

.header-links-box a:hover .header-links-txt h6 {
    background-color: #866173;
    transition: ease-out;
    transition-duration: 0.2s;
}

.header-links-icon img {
    transition: ease-in;
    transition-duration: 0.2s;
}

.header-links-box a:hover .header-links-icon img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(30%) saturate(392%) hue-rotate(279deg) brightness(91%) contrast(84%);
    transition: ease-out;
    transition-duration: 0.2s;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menu-box {
    margin: 20px 0 0 0;
    position: relative;
}

.menu-box::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -24px;
    border-top: 1px solid #c7c7c7;
    width: 819px;
}

.menu-box ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

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

.menu-box li ul {
    display: none;
}

.menu-box ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Lato';
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.2s;
}

.menu-box ul li a:hover {
    color: #866173;
    transition: ease-out;
    transition-duration: 0.2s;
}

.menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    width: 0;
    transition: ease-out;
    transition-duration: 0.2s;
}

.menu-box ul li a:hover::before {
    width: 100%;
    border-bottom: 2px solid #866173;
    transition: ease-in;
    transition-duration: 0.2s;
}

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

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

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

.menu-box li>ul>li, .menu-box  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;
}

.menu-box ul:before, .menu-box ul:after {
    content: " ";
    display: table;
}

.menu-box ul:after {
    clear: both;
}

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


/*header css start */

/*banner css start */

section.main_slider {
    position: relative;
}

.carousel-item {
    height: 100vh;
}

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

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

.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_text h1 span {
    color: #000;
    font-size: 112px;
}

.banner_text p {
    margin: 20px 0 40px 0;
}

.banner-right-txt h5 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 4px;
    color: #b5b5b5;
    margin: 0;
    font-family: 'Lato';
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.banner-right-txt h5::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    border-right: 2px solid #c7c7c7;
    height: 40%;
}

.banner-right-txt {
    padding: 30px 10px 0 10px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: tb;
    height: 100%;
}

.banner-left-main {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.banner-left-main::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 50%;
    border-right: 2px solid #c7c7c7;
    height: 45%;
}

.banner-left-social ul {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.banner-left-social ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    color: #999999;
    border: 1px solid #999999;
    transition: ease-in;
    transition-duration: 0.2s;
}

.banner-left-social ul li a i:hover {
    background-color: #866173;
    color: #fff;
    border: 1px solid #0000;
    transition: ease-out;
    transition-duration: 0.2s;
}

/*banner css end*/

/*Inner Banner Css Starts*/

section.inner-banner {
    width: 90%;
    margin: 0 auto;
}

section.inner-banner .carousel-item {
    height: 552px;
}

section.inner-banner .banner_text h1 {
    color: #fff;
    font-size: 150px;
    line-height: 120px;
    margin: 0;
}

section.inner-banner .banner_text p {
    margin: 20px 0 0 0;
    color: #fff;
    width: 70%;
}


section.inner-banner .banner-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 552px;
    width: 400px;
    object-fit: cover;
    object-position: 0 -6%;
}

section.inner-banner .carousel-caption .container, section.inner-banner .carousel-caption .row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.wrapper {
  align-items: center;
  background-image: linear-gradient(to right, #b1a3a6, #caaba1, #866173, #caaba1, #054f7d);
  background-size: 600%;
  background-position: 0 0;
  /* box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.5); */
  /* display: flex; */
  /* font-family: "Lato", Arial, sans-serif; */
  height: 100%;
  justify-content: center;
  /* Animation */
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: gradients;
}

@keyframes gradients {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50% 0;
  }
  50% {
    background-position: 90% 0;
  }
  60% {
    background-position: 60%;
  }
  75% {
    background-position: 40%;
  }
  100% {
    background-position: 0 0;
  }
}



/*Inner Banner Css Ends*/

/*Search Css Starts*/

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

.header-search-input-icon {
    display: flex;
    align-items: center;
    justify-content: start;
}

.header-search-input input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    outline: none;
    border: 1px solid #00000038;
}

.header-search-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 15px;
    background-color: #866173;
    color: #fff;
    font-weight: 200;
}

.border-ex {
    position: relative;
}

.border-ex::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -25px;
    height: 130px;
    border-left: 1px solid #c7c7c7;
}

.border-ex::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -25px;
    height: 130px;
    border-left: 1px solid #c7c7c7;
}

/*Search Css Ends*/

/*Product Sec Css Starts*/

.product-card {
    margin: 0 0 30px 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.product-card-txt-mian {
    background-color: #f6f6f6;
    padding: 20px 30px;
    border: 1px solid #c7c7c7;
    border-top: none;
    transition: ease-in;
    transition-duration: 0.2s;
}

.product-card:hover .product-card-txt-mian {
    background-color: #b07c57;
    transition: ease-out;
    transition-duration: 0.2s;
}

.product-card-txt {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #c7c7c7;
    transition: ease-in;
    transition-duration: 0.2s;
}

.product-card:hover .product-card-txt {
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.product-card-txt h5 {
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.product-card:hover .product-card-txt h5 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.product-card-txt h6 {
    font-size: 14px;
    line-height: 20px;
    color: #949494;
    font-family: "Montserrat", serif;
    margin: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.product-card:hover .product-card-txt h6 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.product-card-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card-price-txt h4 {
    font-size: 34px;
    line-height: 40px;
    margin: 0;
    color: #866173;
    font-family: 'shonar';
    transition: ease-in;
    transition-duration: 0.2s;
}

.product-card:hover .product-card-price-txt h4 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.product-card-price-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #866173;
    border-radius: 5px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.product-card-price-icon a:hover {
    background-color: #000 !important;
}

.product-card-price-icon a:hover img {
    filter: unset !important;
}

.product-card:hover .product-card-price-icon a {
    background-color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.product-card-img a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 365px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.product-card:hover .product-card-price-icon a img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(82%) saturate(243%) hue-rotate(343deg) brightness(94%) contrast(88%);
}

/*Product Sec Css Ends*/

/*About Us Sec Css Starts*/

section.about-sec {
    background-color: #f8f8f8;
}

.about-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 698px;
    width: 100%;
    object-fit: cover;
    object-position: 0 3%;
}

.about-img-txt {
    width: 85%;
    margin: 0 auto;
}

.about-img-txt h2 {
    text-transform: capitalize;
}

.about-img-txt p {
    margin: 30px 0;
}

/*About Us Sec Css Ends*/

/*Testimonial Sec Css Starts*/

.testimonial-card {
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0 0 11px 0 #0000001c;
    border-radius: 10px;
}

.testimonial-card-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -63px 0 0 0;
}

.testimonial-card-user-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    border-radius: 100px;
    object-fit: cover;
    object-position: 0 0;
    border: 5px solid #FFF;
    box-shadow: 0 -4px 4px 0 #0000001f;
}

.testimonial-card-txt p {
    font-size: 17px;
    line-height: 25px;
    color: #7c7c7c;
    margin: 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #7c7c7c69;
}

.testimonial-card-bottom-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-card-bottom-txt h5 {
    font-size: 17px;
    line-height: 25px;
    font-family: 'Montserrat';
    margin: 0;
}

.testimonial-card-bottom-txt h6 {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Montserrat';
    margin: 0;
    color: #7c7c7c;
}

.testimonial-card-bottom-star ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.testimonial-card-bottom-star ul li a i {
    color: #f4a600;
}

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

.testimonial_slider .slick-slide {
    margin: 50px 10px 10px 10px;
}

/*Testimonial Sec Css Ends*/

/*Quote Sec Css Starts*/

section.quote-sec {
    padding: 50px 0;
    position: relative;
    height: 524px;
    overflow: hidden;
}

section.quote-sec::Before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 90%;
    background-color: #866173;
    z-index: -1;
    border-radius: 0 20px 20px 0;
}

section.quote-sec h5.quote-bg-txt {
    font-size: 410px;
    line-height: 1;
    color: #ffffff24;
    margin: 0;
    position: absolute;
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    top: 10%;
    left: 0;
    z-index: -1;
}


.quote-txt * {
    color: #fff;
}

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

.quote-txt h3 {
    font-family: 'boho-style';
    font-size: 238px;
    line-height: 245px;
    writing-mode: tb;
    rotate: 180deg;
    font-weight: 100;
    letter-spacing: 30px;
}

.quote-txt h2 {
    font-size: 101px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.quote-txt h2 span.quote-ex-txt {
    font-size: 35px;
}

.quote-txt p {
    margin: 30px 0;
    width: 73%;
}

.quote-img-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.quote-img {
    width: 67%;
}

.quote-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 474px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}

/*Quote Sec Css Ends*/

/* Footer */



footer {

background: #272727;

padding: 60px 0 30px 0;
}



footer p {

font-size: 14px;

width: 100%;

color: #9b9797;

margin-bottom: 0;

line-height: 25px;
}



footer h3 {

font-weight: 200;

color: #fff;

font-size: 40px;

text-transform: uppercase;

font-weight: 0;

line-height: 45px;

font-family: 'boho-style';

margin-bottom: 40px;

letter-spacing: 2px;

padding-top: 0;
}



.quick-links ul li {

  margin-bottom: 3px;
}



.quick-links ul li a {

  color: #8b8b8b;

  text-transform: capitalize;

  font-weight: 400;

  font-family: 'Montserrat';

  margin-bottom: 13px;

  font-size: 13px;
  transition: ease-in;
  transition-duration: 0.2s;
}

.quick-links ul li a:hover {
    color: #866173;
    transition: ease-out;
    transition-duration: 0.2s;
}

.quick-links>div {

display: flex;

align-items: center;

justify-content: start;

gap: 80px;

margin: 0 0 60px 0;
}



ul.footer-list li a {

  font-size: 17px;

  color: #ffffffa6;

  line-height: 40px;

  font-weight: 300;

}



ul.ftr-list li a {

display: flex;

align-items: center;

justify-content: flex-start;

gap: 10px;

font-size: 12px;

color: #c1c1c3;

padding-top: 10px;

margin-bottom: 10px;
}



ul.ftr-list li a p {

  line-height: 1;

}

ul.ftr-list li a:hover p {
    color: #866173;
}

ul.ftr-list li a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

ul.ftr-list i {

  color: #606e76;

  font-size: 24px;

}



.footer-text {

  width: 94%;

  margin: 0 0 0 auto;

}



.quick-links {

width: 80%;

margin: 0 0 0 auto;

margin-bottom: 0;
}



.quick-links.ser-links {

  width: 80%;

}



footer .col-md-3:before,
footer .col-md-2:before {

  position: absolute;

  content: '';

  background-color: #4a4a4a;

  right: 0;

  height: 100%;

  width: 1px;

  top: 0;
}



footer .col-md-4,

footer .col-md-3,

footer .col-md-2 {

  position: relative;

}



footer .col-md-3:last-child:before {

  display: none;

}



.ftr-btm {

padding: 12px 20px;

border: 1px solid #8d8d8d;

border-radius: 5px;

background-color: #232323;
}



.ftr-btm ul {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 0;

}



.ftr-btm ul li {

  font-size: 14px;

  color: #fff;

}



.social-icons {

  display: flex;

  gap: 10px;

  align-items: center;

  justify-content: center;

}



.ftr-btm ul li a i:hover {

background: #866173;
}



.social-icons a i {

color: #fff;

font-size: 18px;

/* border: 1px solid #fff; */

width: 40px;

height: 40px;

display: flex;

align-items: center;

justify-content: center;

border-radius: 50%;

transition: 0.5s;
}

.footer_bottom ul {



  padding: 10px 0;



  display: flex;



  align-items: center;



  justify-content: space-between;



  margin: 0;

}

.footer_bottom a {



  color: white;

}

/* Footer Ends */

/* About Us Page Css Starts */

section.inner-about-sec {
    background-color: #0000;
}

section.inner-about-sec .about-img-txt {
    width: 95%;
}

.about-ex .about-img-txt {
    width: 100% !important;
}

section.inner-about-sec .about-img-txt p {
    margin: 30px 0 0 0;
}

section.inner-about-sec .about-ex .about-img-txt p {
    margin: 0 0 0 0;
}

section.inner-about-sec .about-img img {
    height: 600px;
    width: 90%;
}

section.misvis-sec {
    width: 75%;
    margin: 0 auto;
}

.misvis-txt h4 {
    font-size: 50px;
    line-height: 55px;
    margin: 0;
}

.misvis-right-txt {
    text-align: end;
}

.misvis-img {
    position: relative;
}

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

.misvis-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 375px;
    width: 95%;
    object-fit: cover;
}

.misvis-img::before {
    content: '';
    position: absolute;
    top: -4%;
    height: 410px;
    width: 70%;
    background-color: #b07c57;
    z-index: -1;
}

.misvis-right-img::before {
    right: -4%;
}

.misvis-left-img::before {
    left: -4%;
}

.misvis-txt {
    width: 95%;
}

.misvis-right-txt {
    margin: 0 auto 0 0;
}

.misvis-left-txt {
    margin: 0 0 0 auto;
}

section.misvis-sec .misvis-space {
    margin-top: 100px;
}

/* About Us Page Css Ends */

/* Support Page Css Starts */

.support-search-heading h2 {
    font-size: 70px;
    line-height: 75px;
    margin: 0;
    font-family: 'boho-style';
}

.support-search-main {
    text-align: center;
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.support-search-input input {
    width: 100%;
}

.support-search-input input {
    width: 100%;
    padding: 0 50px 0 20px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #00000042;
    outline: none;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", serif;
}

.support-search-input input::placeholder{
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", serif;
}

.support-search-icon {
    position: absolute;
    top: 10%;
    right: 1%;
}

.support-search-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #b2805c;
    font-weight: 200;
    font-size: 20px;
}

.faqs-heading h2 {
    font-size: 70px;
    line-height: 75px;
    margin: 0;
    font-family: 'boho-style';
}

section.faqs-sec {
    padding: 0 0 80px 0;
}


.accordion-button::after {
    content: '+';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    font-size: 30px;
    /* background: #006738; */
    border-radius: 10px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    font-size: 30px;
    /* background: #006738; */
    border-radius: 10px;
    color: #000;
    padding: 0 0 7px 0;
    transform: rotate(-180deg);
    font-weight: 500;
    font-family: 'Montserrat';
}

.accordion-button {
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-family: 'against';
    font-weight: 400;
    padding: 10px 20px;
}

.accordion-item {
    margin: 20px 0;
    box-shadow: none;
    border: 1px solid #6c757d5e !important;
    border-radius: 10px !important;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.2s;
}

.accordion-item:hover {
    scale: 0.969;
    transition: ease-out;
    transition-duration: 0.2s;
}

.accordion-button:focus {
    border-color: #0000;
    box-shadow: none;
    outline: none;
}

.accordion-button:not(.collapsed) {
    color: #b07c57;
    background-color: #fff;
}

.accordion-body p {
    font-size: 14px;
    line-height: 28px;
    color: #8b8a8a;
    font-family: 'Montserrat';
}

.faq-btn a.theme2 {
    color: #000;
    background-color: #0000;
    border: 3px solid #006738;
}

.faq-btn .theme2 i{
    color: #000;
}

.faq-btn a.theme2:hover {
    color: #fff;
    background-color: #000;
    border: 3px solid #0000;
}
.faq-btn a.theme2:hover.theme2 i{
    color: #fff;
}

.faq-btn {
    width: 35%;
    margin: 40px 0 0 0;
}

.faq-img {
    overflow: hidden;
    border-top-right-radius: 0;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 200px;
}

.faq-txt-main {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    width: 80%;
    margin: 100px 0 0 0;
}

.faq-txt-main::before {
    content: '';
    position: absolute;
    top: -15%;
    right: -100px;
    height: 680px;
    width: 100%;
    background-color: #262261;
    z-index: -1;
    border-radius: 30px;
}

.faq-txt h3 {
    font-size: 89px;
    line-height: 89px;
    font-weight: 300;
}

.accordion-header {
    margin: 0;
}

button.accordion-button.collapsed {
    background-color: #f7f7f7;
}

/* Support Page Css Ends */

/* products section stt */

section.product-page .productsTiltle {
  padding-bottom: 40px;
  align-items: baseline;
  padding-top: 10px;
}

section.product-page .productsTiltle h4 {
  font-weight: 600;
  color: #394136;
}

section.product-page .productsTiltle p {
  margin: 0px;
  font-family: "poppins";
  font-size: 18px;
  color: #666666;
  line-height: 25px;
}

section.product-page .productsTiltle .sort {
  position: relative;
  text-align: right;
}

section.product-page .productsTiltle .sort span {
  padding: 0px 6px;
}

.catogeriesbox {
  background-color: #866173;
  padding: 16px 30px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px #3836362e;
}

.catogeriesbox h4 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin: 0;
  font-family: 'against';
  padding: 0px 10px 0;
  text-align: left;
}

.frequently-list #collapsetwo a {
  padding-left: 15px;
}

.frequently-list #collapsetwo li {
  padding-left: 30px;
}

section.productsec {
  padding: 80px 0px;
}

section.productsec.product-page-sec .product-bx {
  margin-bottom: 25px;
}

#accordion .panel-heading {
  padding: 0;
}

#accordion .panel-title > a {
  display: block;
  padding: 14px 20px;
  outline: none;
  text-decoration: none;
  color: #7d7878;
  display: flex;
  align-items: center;
  font-family: "Poppins";
  justify-content: space-between;
  /* text-transform: uppercase; */
  font-size: 18px;
  font-weight: 400;
  /* -webkit-appearance: auto; */
  border: 1px solid #d8d5d5 !important;
  margin-bottom: 5px;
}

.inner-imag.wow.bounceIn img {
  width: 80%;
}

#accordion .panel-heading .panel-title > a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
  content: "\f068";
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 50px;
  text-align: center;
  padding: 9px 9px;
  margin: -7px 0;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#accordion .panel-heading .panel-title > a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
  color: #b5c448;
  font-size: 21px;
  display: none;
}

.frequently-list .panel-body ul li a {
  color: #7d7878;
  font-size: 16px;
  font-weight: 400;
  /* text-transform: uppercase; */
  font-family: "Poppins";
}

.frequently-list .panel-group {
  margin-bottom: 0;
  background-color: transparent;
}

.frequently-list .panel-body ul li i {
  float: right;
  margin-top: 5px;
}

.frequently-list .panel-body ul li {
  text-align: left;
  padding: 14px 30px;
  margin-bottom: 6px;
  border: 1px solid #d8d5d5 !important;
}

.panel-body .row {
  display: flex;
  align-items: baseline;
}

.frequently-list {
  border-top: 0;
  border-radius: 0px;
  margin-bottom: 60px;
}

.frequently-list .panel-body ul li:last-child {
}

.panel-body.below {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

ul.mr_list {
  margin-bottom: 30px !important;
}

.panel-body ul {
  padding: 0;
  margin-bottom: 0;
  background-color: unset !important;
}

.frequently-list .panel-body li {
  display: block;
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
  font-family: "Poppins";
  padding: 20px;
  align-items: center;
  background: transparent !important;
}

.frequently-list .panel {
  border: none;
  border-top: 0;
}

.frequently-list .panel-default > .panel-heading {
  background-color: transparent;
}

.frequently-list .panel-body ul li:first-child {
  border: 1px solid #d8d5d5;
}

.frequently-list h4.panel-title {
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

.frequently-list .panel-body {
  padding: 0 !important;
}

.paddingbottom {
  padding: 0 0 30px;
  align-items: center;
}

.frequently-list .panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: 0;
}

.frequently-list .panel-group .panel {
  margin: 0;
}

/* products section end */


/* product detials page  */

section.pd-details {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}

section.pd-details .pd-dt-img img {
  position: relative;
  transition: 0.5s;
}

section.pd-details .pd-dt-img {
  position: relative;
}

section.pd-details .pd-dt-img img:hover {
  filter: brightness(0.6);
  cursor: pointer;
}

section.pd-details h3 {
  color: #394136;
  padding-bottom: 20px;
  font-size: 64px;
  line-height: 70px;
  font-family: 'boho-style';
  font-weight: 400;
}

section.pd-details h3 span.price {
  float: right;
  color: #b07c57;
  font-size: 33px;
  line-height: 40px;
  font-family: 'against';
  font-weight: 300;
}

section.pd-details .pd-rate {
  margin-bottom: 24px;
}

section.pd-details p {
  font-size: 15px;
  line-height: 26px;
  color: #636363;
}

p {
}

section.pd-details .descp {
  margin-bottom: 30px;
}

section.pd-details .number-item {
  position: relative;
}

section.pd-details .number-item li h5 {
  font-family: "poppins";
  text-transform: capitalize;
  font-weight: 500;
  color: #394136;
  margin-right: 20px;
  font-size: 20px;
  line-height: 25px;
}

section.pd-details .number-item li.inc {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0px 0px;
  color: #000;
  font-size: 16px;
}

section.pd-details .number-item li.inc input.input-number {
  border: 2px solid #e5e5e5;
  margin: 0px auto;
  padding: 10px 0px;
  text-align: center;
  width: 100px;
}

section.pd-details .number-item li.inc::placeholder {
  font-weight: 600;
}

section.pd-details .number-item li.inc span.input-number-decrement {
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
  border-radius: 45px !important;
  border: 1px solid #d6d6d6;
  text-align: center;
  line-height: 35px;
  font-weight: 900;
  font-size: 20px;
  transition: 0.5s;
}

section.pd-details .number-item li.inc span.input-number-increment {
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
  border-radius: 45px !important;
  border: 1px solid #d6d6d6;
  text-align: center;
  line-height: 38px;
  font-weight: 900;
  font-size: 13px;
  transition: 0.5s;
}

section.pd-details .number-item li.inc span:hover {
  background-color: #b07c57;
  color: #fff;
  cursor: pointer;
  border-color: transparent !important;
}

section.pd-details .number-item ul {
    margin-bottom: 40px;
    gap: 10px;
}

section.pd-details ul.product-tage {
  position: relative;
}

section.pd-details ul.product-tage li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

section.pd-details ul.product-tage li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

section.pd-details ul.product-tage li span {
  color: #222;
  font-size: 16px;
  line-height: 26px;
}

section.pd-details .pd-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0px auto;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
}

section.pd-details .pd-gallery img {
  transform: scale(1.2);
  transition: 0.5s;
}

section.pd-details .colLeft {
  position: relative;
}

section.pd-details .pd-gallery img:hover {
  transform: unset;
  filter: brightness(0.5);
  cursor: pointer;
}

section.pd-detail .pd-dt-content {
  padding-left: 20px;
}

section.pd-details .pd-dt-content {
  padding-left: 40px;
}

.product-disc {
  padding-top: 40px;
  padding-bottom: 100px;
  overflow: hidden;
}

.product-disc .nav-tabs .nav-link {
  text-transform: uppercase;
  padding: 16px 40px;
  border: 0px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 0px !important;
  background-color: #f1f1f1;
}

.product-disc .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #b07c57 !important;
  color: #fff;
}

.product-disc .nav-tabs li.nav-item {
  margin-bottom: 34px;
}

.product-disc .tab-content p {
  padding-top: 20px;
  color: #616161;
  font-weight: 400;
  line-height: 30px;
  font-family: "Roboto";
  font-size: 16px;
}

.product-disc .nav-tabs {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #e3e3e3;
}

/* reives */

.description .tab-content input[type="text"] {
  width: 100%;
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #e7e6e6;
  border-radius: 5px;
  color: var(--black-color);
  font-size: 14px;
  line-height: 24px;
  padding: 16px 20px;
  border: 0px;
  margin-bottom: 20px;
}

.description .tab-content textarea {
  width: 100%;
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #e7e6e6;
  border-radius: 5px;
  color: var(--black-color);
  font-size: 14px;
  line-height: 24px;
  padding: 16px 20px;
  border: 0px;
  margin-bottom: 20px;
}

.description .tab-content h6 {
  font-family: "Roboto";
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--black-color);
  font-size: 20px;
  margin-bottom: 20px;
}

.rating:not(:checked) > input {
  position: absolute;
  appearance: none;
}

.rating > input:checked ~ label {
  color: var(--secondary-color);
}

.rating:not(:checked) > label:before {
  content: "\f006 ";
  font-family: "fontawesome";
  font-size: 30px;
  margin: 0px 8px;
}

.rev-btn {
  margin-top: 20px;
}

.rating:not(:checked) > label {
  float: right;
  cursor: pointer;
  font-size: 50px;
  color: #666;
  font-family: "Roboto", sans-serif;
}

div#reviews button.btn-1.tabs-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 26px;
  padding: 12px 50px;
  text-align: center;
  transition: 0.5s;
  box-shadow: 0px 0px 2px 1px #e7e5e6;
  border-radius: 5px;
  background-color: #0dccc6;
  color: #fff;
  border: 0px;
}

div#reviews button.btn-1.tabs-btn:hover {
  background-color: #000;
}

.description .tab-content textarea::placeholder {
  color: #9e9e9e;
  font-family: "Poppins";
}

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

.productdetailnav .slick-list.draggable {
    margin-top: -90px;
    z-index: 9;
    position: relative;
}

.productdetailsmallportion img.img-responsive {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 100%;
    border: 10px solid #fff;
    object-fit: cover;
    object-position: 0 0;
}

.productdetailnav .slick-slide {
    margin: 0 5px;
}

.pd-rate ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.pd-rate ul li a i {
    color: #ffba00;
}

/* Rating Stars */

.prod-detail-description {
    position: relative;
}

.prod-detail-description .nav-tabs .nav-link {
    font-family: 'against';
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    width: fit-content;
    padding: 15px;
    background: #f1f1f1;
    margin-right: 10px;
    border-radius: 0 !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    /* border-bottom: 3px solid #f17800 !important; */
    border: 0;
    background: #b07c57;
}

.product-det-heading h2 {
    font-size: 70px;
    line-height: 75px;
    margin: 0;
    font-family: 'boho-style';
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border-bottom: 3px solid #866173 !important;
    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    gap: 0px;
    padding: 0 0 10px 0;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: #866173;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto";
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 14px;
    /* color: #fff; */
    font-family: "Montserrat";
    font-weight: 300;
    line-height: 26px;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    /* font-weight: 500; */
    padding-bottom: 10px;
}

.prd-detail-client-reiew .testimonial-card {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.prd-det-review-form {
    margin: 50px 0;
}

/* product detials page  */


/* Cart Page Start */

.cart-sc-mn {
    background-image: url(../images/cart.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.add-to-cart {
    padding: 80px 0;
    position: relative;
}

.add-to-cart .img-1 {
    position: absolute;
    left: -9%;
    top: 22%;
    width: 250px;
}

.add-to-cart .img-2 {
    position: absolute;
    bottom: 20%;
    left: 13%;
}

.add-to-cart .img-3 {
    position: absolute;
    right: -10%;
    top: 0%;
    width: 290px;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    margin-top: 24px;
    background: #f7f7f7;
}

.table-responsive .table th:last-child {
    /* border-top-right-radius: 40px; */
    /* border-bottom-right-radius: 40px; */
}

.table-responsive .table th:first-child {
    /* border-top-left-radius: 40px; */
    /* border-bottom-left-radius: 40px; */
    padding-left: 30px;
}

.proceed-pur a {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Oxygen';
}

.prod-btn a.theme1 {
    width: 85%;
}

.add-to-cart a.update {
    font-size: 20px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #333333;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Montserrat';
}

.add-to-cart h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    padding: 40px 20px;
    background: #f7f7f7;
    /* box-shadow: 0 0 55px 0 #d9d9d9; */
    border: 1px solid #0000003b;
}

.total-section ul {
    font-family: 'trajan';
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 20px;
    color: #333333;
    font-weight: 400;
    font-family: 'Montserrat';
}

li.color-change {
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 34px;
}

.total-section li.color-change span {
    font-weight: 500;
    font-size: 24px;
    font-family: 'against';
    color: #000;
}

.total-section li span {
    float: right;
}

.ship-estimate {
    margin-top: 10%;
    padding: 15px 40px;
    background: #f7f7f7;
    /* box-shadow: 0 0 55px 0 #d9d9d9; */
    border: 1px solid #0000003b;
}

.ship-estimate li {
    font-size: 20px;
    color: #000000;
    line-height: 40px;
    font-family: 'against';
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: capitalize;
}

.ship-estimate ul {
    margin-top: 15px;
    margin-bottom: 30px;
    list-style: none;
}

.ship-estimate .grey-style {
    color: #333333;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: capitalize;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 2px solid #cecece;
    padding: 30px 50px;
    border-radius: 5px;
    background: #fff;
    /* margin-left: -60%; */
    width: 100%;
}

.or-amazon p {
    font-size: 21px;
    position: absolute;
    background: #f4f4f4;
    top: -18px;
    left: 0px;
    padding: 3px 20px;
    color: rgb(51, 51, 51);
    display: block;
    text-transform: uppercase;
    border: 0;
    font-family: 'Montserrat';
    right: 0px;
    margin: 0px auto;
    width: 70%;
    font-weight: 400;
    text-transform: uppercase;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.product-img {
    width: 100%;
    border-radius: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #0000002e; */
    margin-top: 50px;
}

.table> :not(:last-child)> :last-child>* {
    font-family: 'boho-style';
    font-size: 36px;
    font-weight: 500;
    color: #Fff;
    background: #866173;
    border-radius: 0;
    text-transform: capitalize;
    padding: 20px 10px;
}

.table-space h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    color: #333333;
    text-transform: lowercase;
    font-family: 'Montserrat';
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #c2c2c2;
    border-style: solid;
    border-width: 0;
}

th.qty {
    text-align: center;
}

a.remove {
    font-size: 22px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background: #866173;
    color: #fff;
    border: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    transition: ease-in;
    transition-duration: 0.2s;
}
a.remove:hover {
    background-color: #b07c57;
    transition: ease-out;
    transition-duration: 0.2s;
}

.table-space h6 {
    font-weight: 400;
    font-size: 19px;
    line-height: 18px;
    color: #000;
    margin: 5px 0;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

.table-space span {
    color: #333333;
    font-weight: 500;
    font-family: 'Montserrat';
}

li.color-change {
    margin-top: 8%;
    padding-bottom: 0;
    font-family: 'against';
    font-size: 24px;
}

.table-responsive {
    margin-bottom: 0%;
}

.table th:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.table th:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table th:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.table th:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.product-img.cart img {
    margin-top: 0;
}

.product-img.cart img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    object-position: 0 0;
    margin: 0 !important;
}

.product-img.cart {
    margin: 0;
}

a.btn1.checkout-btn {
    font-size: 24px;
    font-family: 'Montserrat';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    background: linear-gradient(180deg, rgba(110, 143, 9, 1) 19%, rgba(138, 185, 22, 1) 82%);
    text-transform: capitalize;
    width: 100%;
}

.prod-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    height: 50px;
    background-color: #866173;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.2s;
}

.prod-btn a:hover {
    background-color: #b07c57;
    transition: ease-out;
    transition-duration: 0.2s;
}

/* Cart Page End */

/*CHECKOUT PAGE STRT*/



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

.billing_form h3 {
  margin-bottom: 30px;
  font-size: 42px;
  /* color: #5db2f2; */
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 28px;
  font-family: 'boho-style';
  font-weight: 400;
}

.billing_form label {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Montserrat';
}


input[type="text"]::placeholder {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 500;
  line-height: 14px;
}

.radiosss p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}


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

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

}

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

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

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


.cart_sidebar .cart_lst li:last-child {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: 'against';
}



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

.check_menu ul li.purp {
  color: #4b902c;
}

.cart_sidebar {
  padding: 40px 25px;
  border: 2px solid #bfbfbf;
  border-radius: 0px;
}



.cart_sidebar h3 {
    font-size: 18px;
    color: #000;
    margin-top: 0px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 500;
    /* text-transform: uppercase; */
}
.cart_sidebar a {
    padding: 0 30px;
    color: #fff;
    border-radius: 0;
    font-size: 19px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #b07c57;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.cart_sidebar a:hover {
    background-color: #866173;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.cart_sidebar .h-sub {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #373a33;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  font-family: 'against';
}

.cart_sidebar h5 span {
  float: right;
}

.cart_sidebar h4 {
  font-size: 17px;
  font-weight: 500;
  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: 500;
  color: #7c7c7c;
  font-family: 'Montserrat';
}


.cart_sidebar ul li label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0e194a;
  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 #866173;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

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

.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 {
  padding: 14px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background: linear-gradient(180deg, #63ab1e 60%, #4a8f2c 100%);
  text-transform: uppercase;
  border-radius: 100px;
}

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


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

h6.payment-h {
  font-weight: 400;
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'against';
  /* text-transform: uppercase; */
}

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

.cart_sidebar .radiosss-payments li label:before {

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

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



.radiosss-payments .card.card-body {
  padding: 0;
  border: 1px solid #fff;
  margin-left: 0;
  padding: 10px;
  background-color: #ffffff9e;
}

.radiosss-payments {
  border-bottom: 1px solid #000;
}



.billing_form {
  border: 2px solid #bfbfbf;
  padding: 20px;
  border-radius: 0px;
}
section.checkout_page.pt-5.pb-5 {
    padding: 100px 0px !important;
}

/*CHECKOUT PAGE END*/

/*login start*/
section.login {
    padding: 70px 0px;
}

.login-txt form input {
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 10px 40px 10px 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
}
.login-txt form input::placeholder {
    color: #c7c7c7;
}
.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}
.login-txt h3 {
    font-size: 30px;
    /* font-family: 'Recoleta'; */
    text-align: center;
    line-height: 40px;
    margin: 0 0 40px 0;
    font-weight: 200;
    text-transform: uppercase;
}
.password-box {
    position: relative;
}
.password-box-input input {
    padding: 10px 40px 10px 20px;
}
.password-icon {
    position: absolute;
    top: 20%;
    right: 3%;
}
.password-icon span {
    color: #000;
    cursor: pointer;
}
.login-txt {
    padding: 45px 25px 35px;
    background-color: #fdfdfd;
    box-shadow: 0 0 3px 0 #00000038;
}
.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
li.head {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 300;
}
.login-txt form button {
    width: 100%;
    color: #fff;
    /* border-radius: 30px; */
    padding: 10px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    background-color: #b07c57;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
}

li.head-ex {
    text-decoration: underline;
}

/*login end*/



/*Contact Us Page Css Start*/

section.contact_page img.circle1 {
    right: 0;
    bottom: unset;
    top: -6%;
}

section.contact_page img.circle2 {
    right: -4%;
    bottom: unset;
    top: 5%;
}

.contact_form img.circle3 {
    top: unset;
    bottom: -6%;
    left: unset;
    right: -4%;
}

.contact_form img.circle4 {
    top: unset;
    bottom: 0;
    left: unset;
    right: 2%;
}

.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: contain;
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.contact_detail_box {
    padding: 40px 20px;
    transition: 0.5s;
    background-color: #0000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 440px;
    border: 1px solid #00000042;
}

.contact_form {
    padding-bottom: 7%;
    position: relative;
}

.contact_form label {
    font-size: 15px;
    line-height: 20px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 500;
}


.contact_page {
    padding: 100px 0;
    position: relative;
}

/* .contact_form input {
    height: 50px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0px;
    padding: 0 25px;
    border: 1px solid #cccccc;
    /* border-radius: 100px; */
} */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.contact_form textarea {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
    /* border: 1px solid #cccccc;
    border-radius: 0px; */
    padding: 25px 25px;
    resize: none;
    /* border-radius: 40px; */
}

.section_head {
    margin-bottom: 50px;
}

.section_head p {
    width: 65%;
    margin: 0 auto;
    color: #000000;
    font-size: 15px;
}

.section_head h3 {
    color: #000;
    font-size: 65px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 75px;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

section.contact_page.chg2 {
    padding-bottom: 50px;
}

section.contact_page.chg2 .contact_detail_box figure img {

    filter: brightness(0) saturate(100%) invert(43%) sepia(28%) saturate(1267%) hue-rotate(169deg) brightness(92%) contrast(89%);
}

.contact_page h4 {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px 0;
    font-family: 'boho-style';
}

.section_head.chg h3 {
    color: #000;
}

.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
    transition: ease-in;
    transition-duration: 0.2s;
}

.contact_detail_box:hover {
    background-color: #b07c57;
    transition: ease-out;
    transition-duration: 0.2s;
}

.contact_detail_box figure img.img-responsive {
    transition: ease-in;
    transition-duration: 0.2s;
}

.contact_detail_box:hover figure img.img-responsive {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(1418%) hue-rotate(282deg) brightness(115%) contrast(98%);
    transition: ease-out;
    transition-duration: 0.2s;
}

.contact_detail_box:hover * {
    color: #fff !important;
}

.btn_wrap button img {
    margin-left: 10px;
    margin-top: -3px;
}

/*Contact Us Page Css End*/



/*Media Query Starts*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {

/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */




}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    
/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {


/* Fonts css Starts */

h2 {
    font-size: 50px;
    line-height: 55px;
}

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

.social ul {
    gap: 5px;
}

.header-search {
    gap: 10px;
}

.header-search-txt h5 {
    font-size: 18px;
}

.menu-box ul {
    gap: 30px;
}

.menu-box::before {
    width: 714px;
}

.product-card-txt-mian {
    padding: 20px 10px;
}

.product-card-txt h5 {
    font-size: 16px;
}

.quote-txt p {
    width: 100%;
}

/* Home css Ends */


}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {


/* Fonts css Starts */

h2 {
    font-size: 50px;
    line-height: 55px;
}

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

.social ul {
    gap: 5px;
}

.header-search {
    gap: 10px;
}

.header-search-txt h5 {
    font-size: 18px;
}

.menu-box ul {
    gap: 30px;
}

.menu-box::before {
    width: 714px;
}

.product-card-txt-mian {
    padding: 20px 10px;
}

.product-card-txt h5 {
    font-size: 16px;
}

.quote-txt p {
    width: 100%;
}

/* Home css Ends */


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */






}

@media only screen and (min-width: 768px) and (max-width: 991px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */




}

@media only screen and (min-width: 520px) and (max-width: 767px) {

/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  
.banner-left-social a i {
  color: #fff !important;
  border-color: #fff !important;
}
.header-links-login-txt h6 br {
  display: none;
}
.header-search-txt h5 {
  font-size: 10px;
}
.header-search {
  display: ;
}
.header-search-txt {
  width: 40%;
}
.header-search-input-icon {
  width: 70%;
}
.row.align-items-center.border-ex {
  padding: 0 10px;
}
.social ul {
  justify-content: center;
}
  .social {
    text-align: center;
    margin-bottom: 10px;
  }

/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}


/*Media Query End*/




footer.footer.color-scheme-1.gradient.section-sections--23686809125171__footer-padding {
    display: none;
}



.card-wrapper.product-card-wrapper.underline-links-hover {
    display: none;
}

    .section-template--23686808502579__featured_collection_keFRhE-padding {
        padding-top: 0 !important;
    }

.header__menu-item:hover span {
    text-decoration: none !important;
}

.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
    display: none;
}

form.header-search-form {
    display: flex
;
}

button.search-button {
    padding: 0;
    border: none;
}

.product__title h1 {
    color: #394136;
    padding-bottom: 20px;
    font-size: 64px;
    line-height: 70px;
    font-family: 'boho-style';
    font-weight: 400;
}

span.price-item.price-item--regular {
    color: #b07c57;
    font-size: 33px;
    line-height: 40px;
    font-weight: 300;
}

h2.related-products__heading.inline-richtext.h0 {
    font-size: 70px;
    line-height: 75px;
    font-family: 'boho-style';
}

.title-wrapper-with-link h1.title.title--primary {
    font-size: 40px;
    line-height: 40px;
}

section.contact_form .field {
    margin-bottom: 15px;
}

.customer>h1, .customer__title {
    margin-top: 0;
    font-size: 86px;
    line-height: 90px;
}

h1#login {
    display: none;
}

.customer.login.section-template--23686808961331__main-padding {
    padding-top: 0;
}

.customer form {
  margin-top: 0rem !important;
}

div#shopify-section-template--23686808568115__faq_HGEBDk section.faqs-sec {
    padding-top: 70px;
    padding-bottom: 0 !important;
}

section.support-sec.sec h1 {
    font-size: 50px;
    line-height: 72px;
}


section.support-sec.sec ul li {
    list-style: inside;
}

section.support-sec.sec ul  {
    padding-bottom: 20px !important;;
}

section#shopify-section-template--24046596260147__rich_text_fbjj63 p {
    font-size: 20px;
    line-height: 30px;}
html {
    overflow-x: hidden;
}

/* Responsive Start */

@media only screen and (min-width: 1600px) and (max-width: 1920px){}

@media only screen and (min-width: 1400px) and (max-width: 1599px){}

@media only screen and (min-width: 1200px) and (max-width: 1399px){

  .contact_detail_box{    height: auto;}
  .section_head h3 {font-size: 54px;}
  section.inner-banner .banner_text h1 {font-size: 120px;}
  
}

@media only screen and (min-width: 992px) and (max-width: 1199px){

  .social ul li h6 {display: none;}
  .social ul {    gap: 5px;}
  .header-search .header-search-txt {width: 50%;}
  .menu-box ul {    gap: 5px;}
  .menu-box ul li a {font-size: 13px;}
  .header-search-txt h5 {font-size: 12px;}
  .menu-box::before {width: 110%;}
  .banner_text h1 {font-size: 145px;line-height: 110px;}
  .banner_text h1 span {font-size: 90px;}
  .heading h2{font-size: 40px;}
  .carousel-item {height: 80vh;}
  .banner_text p {margin: 20px 60px 30px 0;}
  .product-card-img a img{height: auto;}
  .product-card-txt h5 {font-size: 12px;}
  .product-card-txt-mian {padding: 15px 20px;}
  .product-card-price-txt h4 {font-size: 30px;}
  .about-img-txt h2 {font-size: 34px;line-height: 45px;}
  .quote-txt h2 {font-size: 78px;}
  .accordion-button {font-size: 16px;}
  .contact_detail_box{    height: auto;}
  .contact_detail_box p {font-size: 14px;line-height: 22px;}
  section.inner-banner .banner_text h1 {font-size: 100px;}
  .section_head h3 {font-size: 40px;}
  .product__title h1 {font-size: 54px;}



  
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .cart-item > td + td {
    padding-left: 2rem !important;
  }
.carousel-item .col-md-12 {
  width: 46%;
}
.banner_text.wow.fadeInLeft {
  width: 90%;
}
.social {
  text-align: center;
}
.header__inline-menu {
  display: block;
}
.menu-box ul {
  gap: 10px;
}
.menu-box ul li a {
  font-size: 12px;
}
.banner-left-main:before {
  top: 100px;
}
  .header__heading-logo {max-width: 70%;}
  .header-search-txt h5 {font-size: 12px;}
  .header-search {padding: 15px 0 0 0; justify-content: left;}
  .header-links-login-main{gap: 0;height: auto;padding: 10px 5px;}
  .header-links-login-icon img {display: none;}
  .header-links-login-txt h6 {font-size: 10px;}
  .border-ex::after{right: -10px;height: 120px;}                         
  .border-ex::before{height: 120px;}
  .header-links-box {display: none;}
  .banner-left-main {
    position: absolute;
    width: 5%;
    right: 0;
    left: unset;
  }
   .banner-left-social ul {
    /* flex-direction: row; */
    padding:0 0 15px 0;
  }
  

.header-search-txt {
  width: 40%;
}

.menuSec .row.align-items-center {
  align-items: start !important;
}
  .banner-right-txt {    position: unset;    writing-mode: unset; padding: 10px 10px 10px 10px;}
  .banner-right-txt h5::before {display: none;}
  .banner-right-txt h5 {font-size: 18px;}
  .banner_text h1 span {font-size: 60px;}
  .banner_text h1 {font-size: 60px;}
  .carousel-item {height: 50vh;}
  .section-template--23686808502579__custom_liquid_TY4xjD-padding {padding-top: 20px;}
  .product-heading.heading h2 {font-size: 34px;}
  .heading {margin: 0 0 20px 0;}
  .about-im{height: auto;}
  .about-img-txt h2 {font-size: 34px; padding: 10px 0 0 0;}
  .about-img-txt p {margin: 10px 0 30px 0;}
  section.quote-sec{    height: auto; padding: 20px 0;}
  /* .quote-txt-main {display: block;} */
  .quote-txt h3 {font-size: 100px;line-height: 100px; rotate: unset; }
  .quote-txt h2 {font-size: 50px;}
  .quote-txt h2 span.quote-ex-txt {font-size: 20px;}
  .quote-txt p {margin: 20px 0;width: 100%;}
  .quote-img img{height: auto;position: relative;bottom: -20px;}
  footer p { line-height: 18px; font-size: 12px;}
  footer h3{    margin-bottom: 10px; font-size: 30px;}
  .ftr-btm ul li {font-size: 10px;}
  .social-icons {gap: 5px;}
  section.inner-banner .banner-img img { width: 270px;   height: 395px;}
  section.inner-banner .banner_text h1 {font-size: 100px;}
  /* .product-card-img a img{height: auto;} */
  .product-card-txt-mian {    padding: 10px 10px;}
  .product-card-txt h5 {font-size: 14px;}
  .product-card-txt h6 {font-size: 12px;padding: 5px 0 0px 0;}
  .product-card-price-txt h4 {font-size: 24px;}
  .sec {padding: 50px 0;}
  .accordion-button {font-size: 14px;}
  section.faqs-sec {padding: 0 0 20px 0;}
  .contact_detail_box{height: auto;}
  .contact_detail_box p {font-size: 14px;line-height: 20px;}
  .section_head h3 {font-size: 38px; line-height: 60px;}
  .contact_page {padding: 60px 0;}
  .product__title h1 {padding-bottom: 0;}



  
  
}

@media only screen and (min-width: 520px) and (max-width: 767px){

  header {padding: 10px 0 10px 0;}
  .header-links-login-box {width: 100%;}
  .header-links-login-main{justify-content: space-between;}
  .banner-left-main {padding: 0 8px; position: unset;}
  .banner_text h1 span {font-size: 50px;}
  .banner_text h1 {font-size: 56px; line-height: 40px;}
  .banner-right-txt {padding: 10px 5px 0 5px;     position: unset; writing-mode: unset; text-align: center;}
  .banner-right-txt h5 {font-size: 14px;}
  .banner-left-social ul{flex-direction: row; margin: 0 0 10px 0;} 
  .banner-right-txt h5::before{display:none;}
  .carousel-item {height: 50vh;}
  .heading h2{font-size: 30px;}
  .product-card-img a img{height: 225px;}
  .product-card-txt-mian {padding: 10px 15px;}
  .product-card-txt h5 {font-size: 12px;line-height: 14px;}
  .product-card-txt {padding: 0 0 10px 0;margin: 0 0 10px 0;}
  .product-card-txt h6 {font-size: 12px;margin: 5px 0 0 0 !important;}
  .product-card-price-txt h4 {font-size: 24px;}
  .about-img img{height: auto;}
  .about-img-txt h2 {font-size: 30px;line-height: 45px;padding: 10px 0 0 0;}
  .about-img-txt p {margin: 10px 0 15px 0;}
  .section-template--23686808502579__newsletter_PDVTxd-padding {padding: 20px 20px;}
  section.quote-sec{    height: auto; padding: 50px 50px;}
  .quote-txt h3 {font-size: 55px;line-height: normal;writing-mode: unset;rotate: none;}
  .quote-txt-main {display: block;}
  .quote-txt h2 {font-size: 75px;}
  .quote-txt p {margin: 20px 0;width: 85%;}
  .quote-img img {display: none !important;}  
  section.quote-sec::Before {width: 100%;}
  footer {padding: 40px 0 20px 0;}
  .quick-links {width: 90%;margin: 20px 0;}
  .quick-links>div {margin: 0 0 0px 0;}
  footer h3 {margin-bottom: 10px;}
  .footer-text {width: 100%;}
  .ftr-btm ul {display: block;}
  .social-icons {justify-content: left;}
  .ftr-btm ul li {font-size: 12px;margin: 0 0 10px 0;}
  .ftr-btm {padding: 12px 10px 0px 10px;}
  section.inner-banner {width: 100%;}
  section.inner-banner .carousel-caption .container, section.inner-banner .carousel-caption .row {width: 100%;}
  section.inner-banner .banner-img img{width: 30%;margin: 0 auto; height: auto;}
  section.inner-banner .banner_text h1 {font-size: 90px;line-height: 100px; text-align: center;}
  section.inner-about-sec {padding: 30px 0;}
  section#shopify-section-template--24046596260147__rich_text_fbjj63 p {font-size: 14px;line-height: 24px;}
  section.support-sec.sec {padding: 30px 0;}
  .heading p {width: 100%;}
  .heading {margin: 0 0 15px 0;}
  .support-search-main {width: 100%;margin: 0 auto 10px;}
  section.support-sec.sec h1 {font-size: 40px;}
  .accordion-button {font-size: 10px;}
  .accordion-item {margin: 10px 0;}
  section.faqs-sec {padding: 0 0 30px 0;}
  .contact_page {padding: 40px 0;}
  .contact_detail_box{height: auto; margin: 0 0 10px 0;}
  .contact_detail_box p {font-size: 14px;}
  .section_head h3 {font-size: 30px;line-height: 45px;}
  .section_head p {width: 100%;}
  .section_head {margin-bottom: 20px;}
  
}

@media only screen and (min-width: 300px) and (max-width: 519px){

.banner-left-main:before {
  display: none;
}
  header {padding: 10px 0 10px 0;}
  .header-links-login-box {width: 100%;}
  .header-links-login-main{justify-content: space-between;}
    .banner-left-main {
    padding:0 8px;
    position: absolute;
    background:unset;
    height: auto;
    top: 100px;
  }
  .banner_text h1 span {font-size: 50px;}
  .banner_text h1 {font-size: 56px; line-height: 40px;}
  .banner-right-txt {padding: 10px 5px 0 5px;     position: unset; writing-mode: unset; text-align: center;}
  .banner-right-txt h5 {font-size: 14px;}
  .banner-left-social ul{flex-direction: row; margin: 0 0 10px 0;} 
  .banner-right-txt h5::before{display:none;}
  .carousel-item {height: 50vh;}
  .heading h2{font-size: 30px;}
  .product-card-img a img{height: 225px;}
  .product-card-txt-mian {padding: 10px 15px;}
  .product-card-txt h5 {font-size: 12px;line-height: 14px;}
  .product-card-txt {padding: 0 0 10px 0;margin: 0 0 10px 0;}
  .product-card-txt h6 {font-size: 12px;margin: 5px 0 0 0 !important;}
  .product-card-price-txt h4 {font-size: 24px;}
  .about-img img{height: auto;}
  .about-img-txt h2 {font-size: 30px;line-height: 45px;padding: 10px 0 0 0;}
  .about-img-txt p {margin: 10px 0 15px 0;}
  .section-template--23686808502579__newsletter_PDVTxd-padding {padding: 20px 20px;}
  section.quote-sec{    height: auto;}
  .quote-txt h3 {font-size: 55px;line-height: normal;writing-mode: unset;rotate: none;}
  .quote-txt-main {display: block;}
  .quote-txt h2 {font-size: 75px;}
  .quote-txt p {margin: 20px 0;width: 85%;}
  .quote-img img {display: none !important;}  
  section.quote-sec::Before {width: 100%;}
  footer {padding: 40px 0 20px 0;}
  .quick-links {width: 90%;margin: 20px 0;}
  .quick-links>div {margin: 0 0 0px 0;}
  footer h3 {margin-bottom: 10px;}
  .footer-text {width: 100%;}
  .ftr-btm ul {display: block;}
  .social-icons {justify-content: left;}
  .ftr-btm ul li {font-size: 12px;margin: 0 0 10px 0;}
  .ftr-btm {padding: 12px 10px 0px 10px;}
  section.inner-banner {width: 100%;}
  section.inner-banner .carousel-caption .container, section.inner-banner .carousel-caption .row {width: 100%;}
  section.inner-banner .banner-img img{width: 50%;margin: 0 auto; height: auto;}
  section.inner-banner .banner_text h1 {font-size: 90px;line-height: 100px; text-align: center;}
  section.inner-about-sec {padding: 30px 0;}
  section#shopify-section-template--24046596260147__rich_text_fbjj63 p {font-size: 14px;line-height: 24px;}
  section.support-sec.sec {padding: 30px 0;}
  .heading p {width: 100%;}
  .heading {margin: 0 0 15px 0;}
  .support-search-main {width: 100%;margin: 0 auto 10px;}
  section.support-sec.sec h1 {font-size: 40px;}
  .accordion-button {font-size: 10px;}
  .accordion-item {margin: 10px 0;}
  section.faqs-sec {padding: 0 0 30px 0;}
  .contact_page {padding: 40px 0;}
  .contact_detail_box{height: auto; margin: 0 0 10px 0;}
  .contact_detail_box p {font-size: 14px;}
  .section_head h3 {font-size: 30px;line-height: 45px;}
  .section_head p {width: 100%;}
  .section_head {margin-bottom: 20px;}

  
}




.facets-vertical.page-width {
  margin-top: 20px;
}

body > div:nth-child(1) {
    display: none;
}