@import url(../css/bootstrap.min.css);
@import url(../css/owl.carousel.css);
@import url(../css/animate.css);
@import url(../css/magnific-popup.css);
@import url(../css/jquery-ui.min.css);
@import url(../css/nice-select.css);
@import url(../css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

::selection {
	background-color: #968B7E;
	color: white;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
}

.text-primary {
  color: #968B7E !important;
}

.sans-serif {
  font-family: "Josefin Sans", sans-serif !important;
}

.serif {
  font-family: "Playfair Display", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #242424;
  line-height: 1.3;
  font-weight: 400;
}

p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

a {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #131212;
  font-weight: 400;
  font-size: 12px;
}

a:hover,
a:focus {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #131212;
  font-weight: 400;
  font-size: 12px;
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

/* Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Height */
.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

/* Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Section Heading */
.section-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.section-heading h2 {
  font-size: 30px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
}

.section-heading.text-left {
  text-align: left !important;
}

/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay,
.bg-overlay-white {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay:hover,
.bg-overlay-white:hover {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-overlay-white:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #333333;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #968B7E;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: -30px;
}

.custom-nav:hover{
  overflow-y: auto;
  overflow-x: hidden;
}


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

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 0;
  }
}

.navbar-toggler {
  background-color: #968B7E;
  border-radius: 0;
  margin-bottom: 15px;
}

.navbar-toggler i {
  font-size: 12px;
  color: #333333;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .navbar {
    display: block;
  }

  .f-carousel {
    --f-carousel-slide-width: calc(100% / 2) !important;
  }

}

.mobile-nav {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #EDE4D9;
  z-index: 3000;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.5em 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  display: none;
}


.menu-accordion {
  width: 0;
  right: -200px;
  position: fixed;
  height: auto;
  transition: ease-in-out 0.5s;
  top: 0;
  z-index: 10000000000 !important;
  background: #EDE4D9;
}

.accordion-button, a.filter {
  cursor: pointer;
}

.expand {
  right: 0px;
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .expand {
    width: 50%;
  }
}

.mobile-nav .heline-navbar-brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
}

.mobile-nav .heline-navbar-brand a {
  display: block;
  max-width: 70px;
}

.mobile-nav .heline-navbar-toggler {
  cursor: pointer;
}

.mobile-nav .heline-navbar-toggler span {
  width: 28px;
  height: 1.5px;
  background-color: #968B7E;
  display: block;
  margin-bottom: 5px;
  border-radius: 2px;
}

.mobile-nav .heline-navbar-toggler span:last-child {
  margin-bottom: 0;
}

/* ScrollUp */
#scrollUp {
  background-color: #968B7E;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  z-index: 9999 !important;
}

#scrollUp:hover {
  background-color: #131212;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
  }
}

/* Essence Button */
.heline-btn {
  display: inline-block;
  min-width: 160px;
  height: 35px;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0 7px;
  font-size: 13px;
  line-height: 56px;
  background-color: #968B7E;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heline-btn.active,
.heline-btn:hover,
.heline-btn:focus {
  font-size: 13px;
  color: #ffffff;
  background-color: #131212;
}

.heline-btn-black {
  display: inline-block;
  min-width: 160px;
  height: 35px;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0 7px;
  font-size: 13px;
  line-height: 56px;
  background-color: #000000;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heline-btn-black.active,
.heline-btn-black:hover,
.heline-btn-black:focus {
  font-size: 13px;
  color: #ffffff;
  background-color: #968B7E;
}


/* :: 4.0 Search Wrapper Area CSS */
.search-wrapper {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 260px;
  z-index: 5000;
  top: -350px;
  left: 0;
  background-color: #FCFAF6;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.search-wrapper .search-content form {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
}

.search-wrapper .search-content form input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 50px;
  font-size: 14px;
  color: #6b6b6b;
}

.search-wrapper .search-content form button {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 50px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  text-align: center;
}

.search-wrapper .search-close {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 12px;
  cursor: pointer;
  background-color: #968B7E;
}

.search-wrapper .search-close:hover {
  background-color: #131212;
}

/* :: 5.0 Welcome Area CSS */
.main-content-wrapper {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100vh;
}

@media only screen and (max-width: 767px) {
  .main-content-wrapper {
    margin-top: 70px;
    z-index: 100;
    min-height: 60vh;
  }
}

.main-content-wrapper .header-area {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  width: 280px;
  height: 100%;
  max-width: 280px;
  background-color: #EDE4D9;
  padding: 60px 50px 60px 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content-wrapper .header-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px;
    padding: 50px;
  }

  .expand {
    width: 30%;
  }



  .f-carousel {
    --f-carousel-slide-width: calc(100% / 2) !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-content-wrapper .header-area {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px;
    position: absolute;
    z-index: 4000;
    top: 0;
    left: -350px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
  }
}

.main-content-wrapper .header-area.bp-xs-on {
  left: 0;
}

.main-content-wrapper .header-area .nav-close {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 15px;
  background-color: red;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 12px;
  cursor: pointer;
  background-color: #968B7E;
  display: none;
}

@media only screen and (max-width: 767px) {
  .main-content-wrapper .header-area .nav-close {
    display: block;
  }
}

.main-content-wrapper .header-area .nav-close:hover {
  background-color: #131212;
}

.main-content-wrapper .header-area .logo {
  margin-bottom: 35px;
  display: block;
}

.main-content-wrapper .header-area .heline-nav li a {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  display: block;
  line-height: 0.9;
  color: #131212;
  font-weight: normal;
}

.main-content-wrapper .header-area .heline-nav li.active a {
  color: #968B7E;
}

.main-content-wrapper .header-area .heline-nav li a::after {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: -150px;
  background-color: #968B7E;
  z-index: 10;
  content: '';
}

.main-content-wrapper .header-area .heline-nav li a.filter::after {

  background-color: transparent !important;
}

.main-content-wrapper .header-area .heline-nav li a:hover,
.main-content-wrapper .header-area .heline-nav li a:focus {
  color: #968B7E;
}

.main-content-wrapper .header-area .heline-nav li:hover a::after,
.main-content-wrapper .header-area .heline-nav li:focus a::after {
  left: -75px;
}

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

  .main-content-wrapper .header-area .heline-nav li:hover a::after,
  .main-content-wrapper .header-area .heline-nav li:focus a::after {
    left: -50px;
  }
}

.main-content-wrapper .header-area .heline-nav li.active a::after {
  left: -75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content-wrapper .header-area .heline-nav li.active a::after {
    left: -70px;
  }
}

.main-content-wrapper .header-area .heline-btn-group .heline-btn {
  width: 160px;
  display: block;
}

.main-content-wrapper .header-area .cart-fav-search a {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 0;
  color: #131212;
  margin-top: 5px;
  margin-left: 10px;
  line-height: 1;
}

.main-content-wrapper .header-area .cart-fav-search a .search-nav {
  padding-bottom: 0;
}

.main-content-wrapper .header-area .cart-fav-search a span {
  color: #9e9e9e;
}

.main-content-wrapper .header-area .cart-fav-search a box-icon div {
  margin-right: 10px;
  margin-bottom: 8px;
}

.main-content-wrapper .header-area .cart-fav-search a:hover,
.main-content-wrapper .header-area .cart-fav-search a:focus {
  color: #968B7E;
}

.main-content-wrapper .header-area .social-info a {
  color: #b5b5b5;
  display: inline-block;
}

.main-content-wrapper .header-area .social-info a i {
  font-size: 18px;
}

.main-content-wrapper .header-area .social-info a:hover,
.main-content-wrapper .header-area .social-info a:focus {
  color: #968B7E;
}

@media only screen and (max-width: 767px) {
  .main-content-wrapper .header-area .social-info {
    margin-bottom: 75px;
  }
}

.main-content-wrapper .products-catagories-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 280px);
  flex: 0 0 calc(100% - 280px);
  width: calc(100% - 280px);
  max-width: calc(100% - 280px);
  margin-left: 280px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content-wrapper .products-catagories-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    width: calc(100% - 280px);
    max-width: calc(100% - 280px);
    margin-left: 280px;
  }

  /* .main-content-wrapper .single-product-area .breadcrumb,
  .main-content-wrapper .single-product-area .single_product_thumb {
    margin-left: 280px;
  } */


}

@media only screen and (max-width: 767px) {
  .main-content-wrapper .products-catagories-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }


}

.main-content-wrapper .shop_sidebar_area {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  width: 100%;
  max-width: 100%;
  /* width: 230px;
  max-width: 230px; */
  background-color: #FCFAF6;
}

.heline_product_area_new_in {
  margin-left: 280px;
  padding-top: 50px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content-wrapper .shop_sidebar_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    /* width: 180px; */
    /* max-width: 180px; */
    padding: 50px 15px;
    /* margin-left: 280px; */
  }
}

@media only screen and (max-width: 767px) {
  .main-content-wrapper .shop_sidebar_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 1;
    margin-left: 0px;
    padding: 10px 40px;
  }


  .heline_product_area_new_in {
    margin-left: 0px;
  }


}

.main-content-wrapper .heline_product_area {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(95% - 225px);
  flex: 0 0 calc(95% - 225px);
  width: calc(95% - 225px);
  max-width: calc(95% - 225px);
  margin-left: 290px
}

.heline_product_area_new_in {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(95% - 215px);
  flex: 0 0 calc(95% - 215px);
  width: calc(95% - 215px);
  max-width: calc(95% - 215px);
  margin-left: 280px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-content-wrapper .heline_product_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .f-carousel {
    --f-carousel-slide-width: calc(100% / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content-wrapper .heline_product_area_new_in {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    width: calc(100% - 280px);
    max-width: calc(100% - 280px);
  }

  .main-content-wrapper .heline_product_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
}

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

  .main-content-wrapper .heline_product_area,
  .main-content-wrapper .heline_product_area_new_in {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 2;
    padding-top: 50px;
    margin-left: 0;
  }

  .heline_product_area_new_in {
    margin-left: 0px;
  }

}

.main-content-wrapper .cart-table-area {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(95% - 280px);
  flex: 0 0 calc(95% - 280px);
  width: 100%;
  max-width: 100%;
}

.main-content-wrapper .login-table-area,
.main-content-wrapper .exchange-table-area {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(95% - 280px);
  flex: 0 0 calc(95% - 280px);
  width: 100%;
  max-width: 100%;
  margin-left: 280px;
}

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

  .main-content-wrapper .cart-table-are,
  .main-content-wrapper .exchange-table-area,
  .main-content-wrapper .login-table-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    width: 100%;
    max-width: 100%;
  }

  .main-content-wrapper {
    min-height: 60vh;
  }
}

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

  .main-content-wrapper .cart-table-area,
  .main-content-wrapper .exchange-table-area,
  .main-content-wrapper .login-table-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    width: 100%;
    max-width: 100%;
  }
}

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

  .main-content-wrapper .cart-table-area,
  .main-content-wrapper .exchange-table-area,
  .main-content-wrapper .login-table-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-left: 0px
  }
}

.main-content-wrapper .cart-table-area .cart-title h2,
.main-content-wrapper .exchange-table-area .login-title h2,
.main-content-wrapper .login-table-area .login-title h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #242424;
}

.main-content-wrapper .cart-table-area table thead,
.main-content-wrapper .exchange-table-area table thead,
.main-content-wrapper .login-table-area table thead {
  width: 100%;
  display: block;
}

.main-content-wrapper .cart-table-area table thead tr,
.main-content-wrapper .exchange-table-area table thead tr,
.main-content-wrapper .login-table-area table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  background-color: #FCFAF6;
}

.main-content-wrapper .cart-table-area table thead tr th,
.main-content-wrapper .login-table-area table thead tr th:not(:nth-child(1)),
.main-content-wrapper .login-table-area table thead tr th:not(:nth-child(2)) {
  border-top: none;
  border-bottom: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  width: 15%;
  max-width: 15%;
  font-size: 12px;
  color: #242424;
  text-transform: capitalize;
  font-weight: 400;
}

.main-content-wrapper .login-table-area table thead tr th:nth-child(1) {
  border-top: none;
  border-bottom: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  width: 15%;
  max-width: 15%;
  font-size: 12px;
  color: #242424;
  text-transform: capitalize;
  font-weight: 400;
}

.main-content-wrapper .login-table-area table thead tr th:nth-child(2) {
  border-top: none;
  border-bottom: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  max-width: 40%;
  font-size: 12px;
  color: #242424;
  text-transform: capitalize;
  font-weight: 400;
}

.main-content-wrapper .cart-table-area table tbody,
.main-content-wrapper .exchange-table-area table tbody,
.main-content-wrapper .login-table-area table tbody {
  width: 100%;
  display: block;
}

.main-content-wrapper .cart-table-area table tbody tr,
.main-content-wrapper .exchange-table-area table tbody tr,
.main-content-wrapper .login-table-area table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
}

.main-content-wrapper .cart-table-area table tbody tr td,
.main-content-wrapper .login-table-area table tbody tr td:not(:nth-child(1)),
.main-content-wrapper .login-table-area table tbody tr td:not(:nth-child(2)) {
  border: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  width: 15%;
  max-width: 15%;
}

.main-content-wrapper .login-table-area table tbody tr td:nth-child(1) {
  border: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  width: 15%;
  max-width: 15%;
}

.main-content-wrapper .login-table-area table tbody tr td:nth-child(2) {
  border: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  max-width: 40%;
}

.main-content-wrapper .exchange-table-area table tbody tr td:nth-child(1),
.main-content-wrapper .exchange-table-area table tbody tr td:nth-child(4) {
  border: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4%;
  flex: 0 0 4%;
  width: 4%;
  max-width: 4%;
}

.main-content-wrapper .exchange-table-area table tbody tr td:nth-child(2),
.main-content-wrapper .exchange-table-area table tbody tr td:nth-child(3) {
  border: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  width: 44%;
  max-width: 44%;
}

.main-content-wrapper .exchange-table-area table thead tr th:nth-child(1),
.main-content-wrapper .exchange-table-area table thead tr th:nth-child(4) {
  border-top: none;
  border-bottom: 1px solid #968B7E;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4%;
  flex: 0 0 4%;
  width: 4%;
  max-width: 4%;
  font-size: 15px;
  color: #242424;
  text-transform: capitalize;
  font-weight: 400;
}

.main-content-wrapper .exchange-table-area table thead tr th:nth-child(2),
.main-content-wrapper .exchange-table-area table thead tr th:nth-child(3) {
  border-top: none;
  border-bottom: 1px solid #968B7E;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  width: 44%;
  max-width: 44%;
  font-size: 15px;
  color: #242424;
  text-transform: capitalize;
  font-weight: 400;
}


.main-content-wrapper .cart-table-area table tbody tr td h5,
.main-content-wrapper .exchange-table-area table tbody tr td h5,
.main-content-wrapper .login-table-area table tbody tr td h5 {
  font-size: 16px;
  color: #252525;
}

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

  .main-content-wrapper .cart-table-area table tbody tr td h5,
  .main-content-wrapper .exchange-table-area table tbody tr td h5,
  .main-content-wrapper .login-table-area table tbody tr td h5 {
    font-size: 14px;
  }
}

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

  .main-content-wrapper .cart-table-area table tbody tr td h5,
  .main-content-wrapper .exchange-table-area table tbody tr td h5,
  .main-content-wrapper .login-table-area table tbody tr td h5 {
    font-size: 14px;
  }
}

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

  .main-content-wrapper .exchange-table-area table tbody tr td h5,
  .main-content-wrapper .cart-table-area table tbody tr td h5,
  .main-content-wrapper .login-table-area table tbody tr td h5 {
    font-size: 12px;
  }
}

.main-content-wrapper .cart-table-area table tbody tr td .qty-btn p,
.main-content-wrapper .exchange-table-area table tbody tr td .qty-btn p,
.main-content-wrapper .login-table-area table tbody tr td .qty-btn p {
  margin-bottom: 0;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  background-color: #FCFAF6;
  color: #242424;
  font-size: 14px;
}

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

  .main-content-wrapper .cart-table-area table tbody tr td .qty-btn p,
  .main-content-wrapper .exchange-table-area table tbody tr td .qty-btn p,
  .main-content-wrapper .login-table-area table tbody tr td .qty-btn p {
    padding: 0 10px;
  }
}

.main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity,
.main-content-wrapper .exchange-table-area table tbody tr td .qty-btn .quantity,
.main-content-wrapper .login-table-area table tbody tr td .qty-btn .quantity {
  position: relative;
  z-index: 1;
}

.main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity input,
.main-content-wrapper .exchange-table-area table tbody tr td .qty-btn .quantity input,
.main-content-wrapper .login-table-area table tbody tr td .qty-btn .quantity input,
.quantity input {
  text-align: center;
  background-color: #FCFAF6;
  height: 40px;
  width: 50px;
  border: solid 1px #e8e8e8;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  color: #242424;
  font-size: 14px;
}

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

  .main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity input,
  .main-content-wrapper .exchange-table-area table tbody tr td .qty-btn .quantity input,
  .main-content-wrapper .login-table-area table tbody tr td .qty-btn .quantity input {
    width: 45px;
  }
}

.main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity .qty-plus,
.main-content-wrapper .exchange-table-area table tbody tr td .qty-btn .quantity .qty-plus,
.main-content-wrapper .login-table-area table tbody tr td .qty-btn .quantity .qty-plus {
  position: absolute;
  left: 25px;
  top: 0;
  line-height: 40px;
  width: 20px;
  text-align: center;
  height: 40px;
  cursor: pointer;
  color: #242424;
  font-size: 10px;
}


.main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity .qty-minus,
.main-content-wrapper .exchange-table-area table tbody tr td .qty-btn .quantity .qty-minus,
.main-content-wrapper .login-table-area table tbody tr td .qty-btn .quantity .qty-minus {
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 40px;
  width: 20px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color: #242424;
  font-size: 10px;
}

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

  .main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity .qty-minus,
  .main-content-wrapper .exchange-table-area table tbody tr td .qty-btn .quantity .qty-minus,
  .main-content-wrapper .login-table-area table tbody tr td .qty-btn .quantity .qty-minus {
    right: 40px;
  }
}

.main-content-wrapper .cart-table-area .cart-summary,
.main-content-wrapper .exchange-table-area .cart-summary,
.main-content-wrapper .login-table-area .cart-summary {
  background-color: #FCFAF6;
  margin-top: 118px;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}

.main-content-wrapper .cart-table-area .cart-summary h5,
.main-content-wrapper .exchange-table-area .cart-summary h5,
.main-content-wrapper .login-table-area .cart-summary h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.main-content-wrapper .exchange-table-area .cart-summary .summary-table,
.main-content-wrapper .cart-table-area .cart-summary .summary-table,
.main-content-wrapper .login-table-area .cart-summary .summary-table {
  margin-top: 30px;
}

.main-content-wrapper .exchange-table-area .cart-summary .summary-table li,
.main-content-wrapper .cart-table-area .cart-summary .summary-table li,
.main-content-wrapper .login-table-area .cart-summary .summary-table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.main-content-wrapper .exchange-table-area .cart-summary .summary-table li span,
.main-content-wrapper .cart-table-area .cart-summary .summary-table li span,
.main-content-wrapper .login-table-area .cart-summary .summary-table li span {
  color: #6b6b6b;
  font-size: 14px;
}

.main-content-wrapper .exchange-table-area .cart-summary .payment-method label,
.main-content-wrapper .cart-table-area .cart-summary .payment-method label,
.main-content-wrapper .login-table-area .cart-summary .payment-method label {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 400;
  margin-bottom: 15px;
}

.main-content-wrapper .single-product-area {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(95% - 280px);
  flex: 0 0 calc(95% - 280px);
  width: calc(95% - 280px);
  max-width: calc(95% - 280px);
  margin-left: 280px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-content-wrapper .single-product-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    width: calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content-wrapper .single-product-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    width: calc(100% - 280px);
    max-width: calc(100% - 280px);
    margin-left: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .main-content-wrapper .single-product-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-left: 0;
  }

  .main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity .qty-plus,
  .main-content-wrapper .login-table-area table tbody tr td .qty-btn .quantity .qty-plus {
    left: 25px;
  }


  .main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity .qty-minus,
  .main-content-wrapper .login-table-area table tbody tr td .qty-btn .quantity .qty-minus {

    right: 25px;
  }
}

.main-content-wrapper .single-product-area .breadcrumb {
  background-color: transparent;
  /* margin-left: 320px */
}

.main-content-wrapper .single-product-area .breadcrumb .breadcrumb-item {
  font-size: 14px;
  text-transform: uppercase;
}

.main-content-wrapper .single-product-area .breadcrumb .breadcrumb-item a {
  color: #242424;
  font-size: 14px;
  text-transform: uppercase;
}

.main-content-wrapper .single-product-area .breadcrumb .breadcrumb-item a:hover {
  color: #968B7E;
}

.main-content-wrapper .single-product-area .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.main-content-wrapper .single-product-area .single_product_thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
  /* margin-left: 320px; */
}

.main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators {
  margin: 0 7.5px;
  bottom: -165px;
}

.popup .carousel-indicators {
  margin: 0 7.5px;
  bottom: 0px;
}

.popup {
  z-index: 1000;
}

.popup.my-popup {
  font-family: "Josefin Sans", sans-serif !important;
}

.popup .popup-body {
  font-family: "Josefin Sans", sans-serif;
  font-size: small !important;
  overflow-x: auto;
}

.popup.my-popup .popup-content {
  width: min(1000px, 100vw);
}

.popup-content {
  top: 40%;
  height: 100vh !important;
  justify-content: center !important;
}

.popup-header {
  height: 0% !important;
}

.popup button {
  border-radius: 0 !important;
}

.quick-view-inside {
  overflow-y: auto;
  height: 90vh !important;
}

.popup-close {
  z-index: 11 !important;
}

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

  .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators,
  .carousel-indicators {
    bottom: -105px;
  }

  .popup-content {
    top: 40% !important;
    height: 50vh !important;
  }

  .quick-view-inside {
    height: 50vh !important;
  }
}

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

  .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators,
  .carousel-indicators {
    bottom: -105px;
  }

  .popup-content {
    top: 50% !important;
    height: 80vh !important;
  }

  .quick-view-inside {
    height: 34vh !important;
  }
}

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

  .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators,
  .carousel-indicators {
    bottom: -95px;
  }

  .quick-view-inside {
    height: 50vh !important;
  }

  .popup-content {
    height: 70vh !important;
  }
}

.main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators li,
.carousel-indicators li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  width: 16.66%;
  min-width: 16.66%;
  height: 140px;
  background-position: center center;
  background-size: cover;
  border: 2px solid transparent;
  cursor: pointer;
}

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

  .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators li,
  .carousel-indicators li {
    height: 80px;
  }
}

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

  .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators li,
  .carousel-indicators li {
    height: 80px;
  }
}

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

  .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators li,
  .carousel-indicators li {
    height: 70px;
  }
}

.main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators li.active,
.carousel-indicators li.active {
  border: 2px solid #968B7E;
}

.main-content-wrapper .single-product-area .single_product_thumb .carousel-item a {
  cursor: zoom-in;
}

.main-content-wrapper .single-product-area .single_product_desc {
  position: relative;
  z-index: 1;
}

.main-content-wrapper .single-product-area .single_product_desc .product-meta-data .line {
  width: 80px;
  height: 3px;
  background-color: #968B7E;
  margin-bottom: 15px;
  display: block;
}

.main-content-wrapper .single-product-area .single_product_desc .product-meta-data .product-price {
  font-size: 24px;
  font-weight: 400;
  color: #968B7E;
  line-height: 1;
  margin-bottom: 10px;
}

.main-content-wrapper .single-product-area .single_product_desc .product-meta-data a {
  display: block;
}

.main-content-wrapper .single-product-area .single_product_desc .product-meta-data a h6 {
  font-size: 30px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-content-wrapper .single-product-area .single_product_desc .product-meta-data a h6 {
    font-size: 20px;
  }
}

.main-content-wrapper .single-product-area .single_product_desc .product-meta-data .ratings-review .ratings i {
  font-size: 10px;
  color: #968B7E;
}

.main-content-wrapper .single-product-area .single_product_desc .product-meta-data .ratings-review .review a {
  display: inline-block;
  color: #6b6b6b;
}

.main-content-wrapper .single-product-area .single_product_desc .product-meta-data .avaibility {
  margin-bottom: 0;
  font-size: 12px;
  color: #6b6b6b;
  line-height: 1;
}

.main-content-wrapper .single-product-area .single_product_desc .product-meta-data .avaibility i {
  color: #20d34a;
  font-size: 12px;
}

.main-content-wrapper .single-product-area .single_product_desc .short_overview p {
  line-height: 30px;
  color: #6b6b6b;
}

.main-content-wrapper .single-product-area .single_product_desc .cart p {
  margin-bottom: 0;
  line-height: 30px;
  padding: 0 15px;
  background-color: #FCFAF6;
}

.main-content-wrapper .single-product-area .single_product_desc .cart .quantity {
  position: relative;
  z-index: 1;
}

.main-content-wrapper .single-product-area .single_product_desc .cart .quantity input {
  text-align: center;
  background-color: #FCFAF6;
  height: 40px;
  width: 60px;
  border: 1px solid black;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  color: #959595;
}

.main-content-wrapper .single-product-area .single_product_desc .cart .quantity .qty-plus {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  width: 30px;
  text-align: center;
  height: 20px;
  cursor: pointer;
  color: #959595;
}

.main-content-wrapper .single-product-area .single_product_desc .cart .quantity .qty-minus {
  position: absolute;
  top: 21px;
  right: 0;
  line-height: 1;
  width: 30px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  color: #959595;
}

.main-content-wrapper .single-product-area .single_product_desc .cart .heline-btn,
.main-content-wrapper .single-product-area .single_product_desc .cart .heline-btn-black {
  width: 100%;
  height: 50px;
  line-height: 80px;
}



.search-wrapper-on .search-wrapper {
  top: 0;
}

.search-wrapper-on .main-content-wrapper {
  margin-top: 260px;
}

.single-products-catagory {
  position: relative;
  z-index: 1;
  width: 25%;
  top: 0;
}

.single-products-catagory-new-in {
  position: relative;
  z-index: 1;
  width: 25%;
  top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-products-catagory {
    width: 33.3333%;
  }

  .single-products-catagory-new-in {
    width: 33.33333%;
  }

  .f-carousel {
    --f-carousel-slide-width: calc(100% / 2) !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-products-catagory {
    width: 50%;
  }

  .single-products-catagory-new-in {
    width: 50%;
  }

  .f-carousel {
    --f-carousel-slide-width: calc(100% / 2) !important;
  }
}

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

  .single-products-catagory,
  .single-products-catagory-new-in {
    width: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-products-catagory {
    width: 50%;
  }

  .single-products-catagory-new-in {
    width: 33.3333%
  }
}

.single-products-catagory a:not(.button-like) {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.single-products-catagory a::after:not(.button-like) {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(60, 60, 60, 0.7);
  z-index: 1;
  opacity: 0;
  visibility: visible;
}

.quick-view {
  display: none;
}



.pop-up {
  width: 500px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;
  padding: 0 30px 30px;
  visibility: hidden;
  transition: transform 0.4s, top 0.4s;
}

.open-popup {
  visibility: visible;
  background-color: #ffffff;
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
  z-index: 1000;
}

.single-products-catagory a:not(.button-like) img {
  width: 100%;
}

.single-products-catagory .hover-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 10;
}

.single-products-catagory-new-in a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.single-products-catagory-new-in a::after {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(60, 60, 60, 0.7);
  z-index: 1;
  opacity: 0;
  visibility: visible;
}

.single-products-catagory-new-in a img {
  width: 100%;
}

.single-products-catagory-new-in .hover-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 10;
}

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

  .single-products-catagory .hover-content,
  .single-products-catagory-new-in .hover-content {
    bottom: 50px;
    left: 30px;
  }
}

.single-products-catagory .hover-content .line,
.single-products-catagory-new-in .hover-content .line {
  width: 80px;
  height: 3px;
  background-color: #968B7E;
  display: block;
  margin-bottom: 15px;
}

.single-products-catagory .hover-content p,
.single-products-catagory-new-in .hover-content p {
  font-size: 16px;
  color: #6d6d6d;
  line-height: 1;
  margin-bottom: 5px;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.single-products-catagory .hover-content h4,
.single-products-catagory-new-in .hover-content h4 {
  margin-bottom: 0;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.single-products-catagory:hover a::after,
.single-products-catagory:focus a::after {
  visibility: visible;
}

.single-products-catagory:hover .hover-content p,
.single-products-catagory:hover .hover-content h4,
.single-products-catagory:focus .hover-content p,
.single-products-catagory:focus .hover-content h4,
.single-products-catagory-new-in:hover .hover-content p,
.single-products-catagory-new-in:hover .hover-content h4,
.single-products-catagory-new-in:focus .hover-content p,
.single-products-catagory-new-in:focus .hover-content h4 {
  color: #333333;
}

/* :: 6.0 Newsletter Area CSS */
.newsletter-area {
  position: relative;
  z-index: 1;
  background-color: #C3B499;
}

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

.newsletter-area .newsletter-text h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #333333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-area .newsletter-text h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-area .newsletter-text h2 {
    font-size: 30px;
  }
}

.newsletter-area .newsletter-text h2 span {
  color: #968B7E;
}

.newsletter-area .newsletter-text p {
  color: #333333;
  margin-bottom: 0;
}

.newsletter-area .newsletter-form form {
  position: relative;
  z-index: 1;
}

.newsletter-area .newsletter-form form input[type="email"] {
  width: 100%;
  height: 50px;
  background-color: #EDE4D9;
  color: #afafaf;
  font-size: 14px;
  font-style: italic;
  border: none;
  padding: 0 30px;
}

.newsletter-area .newsletter-form form input[type="submit"] {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 50px;
  background-color: #968B7E;
  color: #ffffff;
  font-size: 14px;
  padding: 0 30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border: none;
}

.newsletter-area .newsletter-form form input[type="submit"]:hover,
.newsletter-area .newsletter-form form input[type="submit"]:focus {
  background-color: #968B7E;
  color: #fff;
}

/* :: 7.0 Popular Products Area CSS */
.single-product-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  overflow: hidden;
  background-color: #FCFAF6;
}

.single-product-wrapper .product-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-product-wrapper .product-img img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-product-wrapper .product-img .hover-img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.single-product-wrapper .product-description {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}

.single-product-wrapper .product-description .product-meta-data .line {
  width: 80px;
  height: 3px;
  background-color: #968B7E;
  margin-bottom: 15px;
  display: block;
}

.single-product-wrapper .product-description .product-meta-data .product-price {
  line-height: 1;
  color: #968B7E;
  font-size: 24px;
  margin-bottom: 10px;
}

.single-product-wrapper .product-description .product-meta-data a {
  display: block;
}

.single-product-wrapper .product-description .product-meta-data a h6 {
  margin-bottom: 0;
}

.single-product-wrapper .product-description .ratings-cart .ratings i {
  font-size: 10px;
  color: #968B7E;
}

.single-product-wrapper .product-description .ratings-cart .cart {
  display: block;
}

.single-product-wrapper:hover .product-img .hover-img {
  opacity: 1;
  visibility: visible;
}

.single-product-wrapper:hover .product-img .product-favourite a {
  opacity: 1;
  visibility: visible;
}

.pagination {
  position: relative;
  z-index: 1;
}

.pagination .page-item .page-link {
  width: 40px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  margin: 0 7px;
  text-align: center;
  color: #242424;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  color: #ffffff;
  box-shadow: none;
  background-color: #968B7E;
}

.pagination .page-item.active .page-link {
  color: #fff;
  box-shadow: none;
  background-color: #968B7E;
}

.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* :: 8.0 Footer Area CSS */
.footer_area {
  position: relative;
  z-index: 1;
  background-color: #C3B499;
  padding: 80px 0;
}

.footer_area .single_widget_area .copywrite {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 10px;
}

.footer_area .single_widget_area .copywrite a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.footer_area .single_widget_area .copywrite a:hover {
  color: #333333;
}

.footer_area .single_widget_area .footer_menu {
  position: relative;
  z-index: 1;
  margin-left: auto;
}

.footer_area .single_widget_area .footer_menu .navbar {
  padding: 0;
}

.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_area .single_widget_area .footer_menu .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer_area .single_widget_area .footer_menu .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
  }
}

.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item .nav-link:hover,
.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item .nav-link:focus {
  color: #968B7E;
}

.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item.active .nav-link {
  color: #968B7E;
}

.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

/* :: 9.0 Product Sidebar Area CSS */
.widget {
  position: relative;
  z-index: 1;
}

.widget .widget-title {
  font-size: 16px;
  text-transform: capitalize;
  color: #242424;
}

.widget .catagories-menu li a {
  text-transform: capitalize;
  font-size: 16px;
  padding: 5px 0;
  display: block;
  font-weight: 400;
  color: #959595;
}

.widget .catagories-menu li a:hover,
.widget .catagories-menu li a:focus {
  color: #968B7E;
}

.widget .catagories-menu li.active a {
  color: #968B7E;
}

.widget.price .slider-range-price {
  background-color: #c7d2d8 !important;
  height: 2px;
  border: none;
}

.widget.price .ui-slider-handle {
  background-color: #EDE4D9;
  top: -7px;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 2px solid #968B7E;
  border-radius: 50%;
}

.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
  background-color: #968B7E;
}

.widget.price .ui-slider-horizontal {
  height: 2px;
  background-color: #968B7E;
}

.widget.price .range-price {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  text-transform: uppercase;
  color: #959595;
}

.widget.color .widget-desc ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.color .widget-desc ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.widget.color .widget-desc ul li a {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-left: 0;
  display: block;
  padding: 0;
  border-radius: 50%;
  /* background-color: #EDE4D9; */
  position: relative;
  z-index: 1;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
}

.widget.color .widget-desc ul li.active a {
  border: 1px solid #968B7E;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.widget.color .widget-desc ul li a.color1 {
  background-color: #EDE4D9;
}

.widget.color .widget-desc ul li a.color2 {
  background-color: #969696;
}

.widget.color .widget-desc ul li a.color3 {
  background-color: #030303;
}

.widget.color .widget-desc ul li a.color4 {
  background-color: #0315ff;
}

.widget.color .widget-desc ul li a.color5 {
  background-color: #dc0647;
}

.widget.color .widget-desc ul li a.color6 {
  background-color: #fff56a;
}

.widget.color .widget-desc ul li a.color7 {
  background-color: #f26e51;
}

.widget.color .widget-desc ul li a.color8 {
  background-color: #9a8777;
}

.widget.brands .form-check {
  margin-bottom: 25px;
}

.widget.brands .form-check label {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 16px;
  color: #959595;
  font-weight: 400;
  cursor: pointer;
}

.widget.brands .form-check label:hover {
  color: #968B7E;
}

.widget.brands .form-check:last-child {
  margin-bottom: 0;
}

.product-topbar {
  position: relative;
  z-index: 100;
}

.product-topbar .total-products p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #242424;
  text-transform: uppercase;
}

.product-topbar .total-products .view {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  /* flex: 0 0 40px; */
  background-color: #968B7E;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
}

.product-topbar .product-sorting p {
  margin-bottom: 0;
  font-size: 14px;
  height: 40px;
  background-color: #FCFAF6;
  line-height: 40px;
  color: #959595;
  padding-left: 15px;
  padding-right: 15px;
}

#filter-mobile,
#view-mobile {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .single-product-wrapper a:not(.button-like):hover>.quick-view {
    display: block;
    transition: 0.3s;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-topbar .product-sorting p {
    font-size: 12px;
  }

  #view-default {
    display: none !important;
  }

  #view-mobile {
    display: block !important;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-topbar .product-sorting p {
    font-size: 12px;
  }

  #view-mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .product-topbar .product-sorting p {
    font-size: 12px;
  }

  #filter-mobile,
  #view-mobile {
    display: block !important;
  }
}



.product-topbar .product-sorting form select {
  background-color: #FCFAF6;
  border: none;
  height: 40px;
  min-width: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-topbar .product-sorting form select {
    min-width: 60px;
  }
}

.product-topbar .product-sorting form select option {
  font-size: 12px;
  font-weight: 400;
  color: #242424;
  text-transform: uppercase;
  background-color: #FCFAF6;
  cursor: pointer;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.product-topbar .nice-select {
  border: none;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding-left: 0;
  line-height: 40px;
  margin: 0;
  border-radius: 0;
  text-align: center !important;
  min-width: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-topbar .nice-select {
    min-width: 60px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .product-topbar .nice-select {
    min-width: 60px;
    font-size: 12px;
  }
}

.product-topbar .nice-select .list {
  background-color: #f6f6f6;
  border-radius: 0;
  border: none;
}

.product-topbar .nice-select .list .option.selected {
  color: #968B7E;
}

/* :: 10.0 Checkout Area CSS */

.checkout_details_area form .form-control,
.form-control {
  height: 35px;
  border: none;
  border-bottom: 1px solid #968B7E;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #6b6b6b;
  font-size: 14px;
}

.checkout_details_area form textarea.form-control {
  height: 100px;
}

.checkout_details_area form .form-control:focus,
.form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #968B7E;
  background-color: transparent;
}

.checkout_details_area form .custom-control label {
  font-size: 14px;
  color: #6b6b6b;
}


.checkout_details_area form .nice-select {
  border: 1px solid #968B7E;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  background-color: #FCFAF6;
  border: none;
  color: #6b6b6b;
  font-size: 14px;
}

.checkout_details_area form .nice-select .list {
  width: 100%;
  border-radius: 0;
  background-color: #FCFAF6;
}

hr {
  background-color: #968B7E;
  height: 1px;
}


.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("../img/core-img/default.png");
  --bs-accordion-btn-icon-width: 0.75rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("../img/core-img/active.png");
  --bs-accordion-btn-focus-border-color: rgb(128, 0, 32);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(180, 0, 32, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  background: #968B7E;
  color: white;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
  margin-bottom: 0
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}


.accordion-body a {
  font-size: 15px;
}

.accordion-flush .accordion-collapse {
  border-width: 0
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.accordion-flush .accordion-item:first-child {
  border-top: 0
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.loader {
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #968B7E;
  animation: l15 1s infinite linear;
}

.loader-mobile {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #968B7E;
  animation: l15 1s infinite linear;
}

.loader-more {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #ffffff;
  animation: l15 1s infinite linear;
}


.loader::before,
.loader::after,
.loader-mobile::before,
.loader-mobile::after,
.loader-more ::before,
.loader-more ::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: l15 2s infinite;
}

.loader::after {
  margin: 8px;
  animation-duration: 3s;
}

@keyframes l15 {
  100% {
    transform: rotate(1turn)
  }
}

@keyframes l18 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
  }
}

.rating {
  border: none;
  float: left;
  cursor: pointer;
}

.rating>input {
  display: none;
}

.rating>label:before,
.rating-user {
  margin: 5px;
  font-size: 2em;
  font-family: FontAwesome;
  display: inline-block;
  content: "★";
}

.rating>.half:before {
  content: "★";
  position: absolute;
}

.rating>label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,
/* show gold star when clicked */
.rating:not(:checked)>label:hover,
/* hover current star */
.rating:not(:checked)>label:hover~label {
  color: #968B7E;
}

/* hover previous stars in list */

.rating>input:checked+label:hover,
/* hover current star when changing rating */
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
/* lighten current selection */
.rating>input:checked~label:hover~label {
  color: #968B7E;
}

.btn-state {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in .2s;
  gap: .5rem;
  opacity: 0;
}

.state-default {
  opacity: 1;
}

.state-adding,
.state-added {
  transform: translateY(100%);
}


.cart-adding .state-default,
.cart-added .state-default {
  transform: translateY(-100%);
}

.cart-added .state-adding {
  transform: translateY(-100%);
}

.cart-adding .state-default,
.cart-added .state-default {
  opacity: 0;
}

.cart-adding .state-adding,
.cart-added .state-added {
  opacity: 1;
  transform: none;
}

/* Bouncing ellipsis animation */
.animation-ellipsis {
  display: flex;
  gap: 3px;
}

.dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  animation: bouncing ease-out 1s infinite;
}

.dot:nth-child(2) {
  animation-delay: .15s;
}

.dot:nth-child(3) {
  animation-delay: .3s;
}

@keyframes bouncing {
  0% {
    transform: none;
  }

  33% {
    transform: translateY(-10px);
  }

  66% {
    transform: none;
  }
}

/* Checkmark animation */
.checkmark-wrapper {
  --check-size: 30px;
  --check-border-width: 3px;
  --checkmark-width: calc(var(--check-size) / 2);
  --checkmark-height: calc(var(--checkmark-width) / 2);
  --checkmark-left: calc(var(--checkmark-width) / 2);
  --checkmark-top: 50%;
  --checkmark-color: rgba(255, 255, 255, .5);

  display: block;
  width: calc(var(--checkmark-width) + 5px);
  position: relative;
}

.checkmark {
  height: var(--checkmark-height);
  width: var(--checkmark-width);
  position: absolute;
  opacity: 0;
  left: var(--checkmark-left);
  top: var(--checkmark-top);
  display: block;
  border-left: var(--check-border-width) solid var(--checkmark-color);
  border-bottom: var(--check-border-width) solid var(--checkmark-color);
  transform-origin: left top;
  transform: rotate(-45deg);
}

.cart-added .checkmark {
  animation: checkmark linear both .6s;
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }

  80% {
    height: 0;
    width: 0;
    opacity: 0;
  }

  90% {
    height: var(--checkmark-height);
    width: 0;
    opacity: 1;
  }

  100% {
    height: var(--checkmark-height);
    width: var(--checkmark-width);
    opacity: 1;
  }
}

button.button-like,
button.button-loader,
a.button-like {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: none;
  border-style: initial;
  border: 1px solid #cccccc;
  color: #968B7E;
  cursor: pointer;
  transition: all .5s ease;
}

button.button-view {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: none;
  border-style: initial;
  border: 1px solid #968B7E;
  cursor: pointer;
  transition: all .5s ease;
}

button.button-like:focus,
a.button-like:focus {
  outline: none;
  color: unset;
}

button.button-like:hover,
a.button-like:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

button.liked {
  border-color: #968B7E;
}

button.liked .heart {
  fill: #968B7E;
}


button.button-like img, 
a.button-like img{
  width: 15px;
  height: auto;
}


button.button-loader {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: none;
  border-style: initial;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #968B7E;
  cursor: pointer;
  transition: all .5s ease;
  z-index: 10;
  animation: mymove 1s linear infinite;
}

@keyframes mymove {
  50% {border-color: #968B7E; box-shadow: 0 2px 0px 0 #968B7E, 0 2px 20px 0 #968B7E;}
}


.loader-hidden {
  display: none;
  background-color: transparent;
  z-index: 0;
}

.over-flow-hidden {
  overflow: hidden;
}
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
}

.preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Animation nhấp nháy */
  @keyframes blink {
      0%, 100% { opacity: 1; }   /* đậm */
      50% { opacity: 0.2; }      /* mờ */
  }

  .preloader-logo img {
      animation: blink 1.25s infinite; /* 1s cho 1 nhịp, lặp vô hạn */
  }


@keyframes animateOne {
  0% {
    opacity: 0;
    fill: #EDE4D9;
  }

  100% {
    opacity: 1;
    fill: #968B7E;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.currency {
  text-decoration: underline;
}

input[disabled], .form-control[disabled], button[disabled]{
  cursor: not-allowed !important;
}

.block-check {
  position: relative;
}
.check-size {
  align-items: center;
  background-color: #d9d9d9;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left: 10px;
  margin-right: 10px;
}

.check-size-disabled {
  background: linear-gradient(to top left, rgba(231, 231, 231, 0) 0, rgba(231, 231, 231, 0) calc(50% - 1px), lightgray  50%, rgba(231, 231, 231, 0) calc(50% + 1px), rgba(231, 231, 231, 0) 100%);
  background-color: rgb(232, 226, 226);
  align-items: center;
  border-color: grey;
  color: black;
  cursor: not-allowed;
  display: flex;
  height: 40px;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left: 10px;
  margin-right: 10px;
}

.check {
  background: black;
  color: white;
}


