/*
Template Name: E-SHOP HTML E-Commerce Template
Author: yaminncco

Colors:
	Body 		  : #5B6B5A
	Headers 	: #2E3B2E
	Primary 	: #C87A7A
	Dark 		  :	#2E3B2E
	Grey 		  : #A68D7C #EDE6D5

Fonts: Hind

Table OF Contents
------------------------------------
1 > GENERAL
------ typography
------ Buttons
------ Inputs
------ Lists
------ Sections
------ Breadcrumb
2 > HEADER
------ Top header
------ Logo
------ Search header
------ Account header
------ Cart header
3 > NAVIGATION
------ Category nav
------ Menu nav
------ Dropdowns
------ Mobile Nav
4 > BANNERS
5 > HOME SLIDER
6 > PRODUCT
------ Single product
------ Widget product
------ Product slick
7 > PRODUCTS PAGE
------ Aside
------ Store
8 > PRODUCT DETAILS PAGE
------ Product view
------ Product details
------ Product tab
9 > CHECKOUT PAGE
10 > FOOTER
11 > SLICK
------ Arrows
------ Dots
12 > RESPONSIVE
------------------------------------*/

/*=========================================================
	01 -> GENERAL
===========================================================*/

/*----------------------------*\
	Typography
\*----------------------------*/

body {
  font-family: Montserrat, sans-serif;
  color: #000000;
  overflow-x: hidden;
  background-color: #ffffff;
}

h1, h2, h3,  h5, h6 {
  color: #2E3B2E;
  margin: 0 0 10px;
  font-weight: 700;
}

h4 { 
  color: #0;
  margin: 0 0 10px;
  font-weight: 700;
	
}




a {
  color: #2E3B2E;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

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

.primary-color {
  color: #C87A7A;
}

.white-color {
  color: #FDF8F2;
}

.font-weak {
  font-weight: 400;
}

strong {
  color: #2E3B2E;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #ffffff;
}

/*----------------------------*\
	Buttons
\*----------------------------*/
.aaa {
    /*ackground-color: red;*/
}
.dropdown-backdrop {
    z-index: 0;
}
.dropdown-backdrop {
    display: none;
}
.responsive-nav {
	z-index: 999;
}
.nav-toggle {
	z-index: 1;
}
.main-btn, .primary-btn {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 10px;
  
}

.icon-btn.main-btn, .icon-btn.primary-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  border: none;
}

.cart-heart{
  background: transparent!important;
  border: none;
  box-shadow: none!important;
  padding:1px
}

.cart-heart img{
 height: 60%;
 width: 60%;
 object-fit: contain;
}

.main-btn {
  color: #2E3B2E;
  background-color: #FDF8F2;
  -webkit-box-shadow: 0px 0px 0px 1px #ffffff inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #ffffff inset, 0px 0px 0px 6px transparent;
}

.main-btn:hover, .main-btn:focus {
  color: #C87A7A;
  -webkit-box-shadow: 0px 0px 0px 1px #C87A7A inset, 0px 0px 0px 0px #C87A7A;
  box-shadow: 0px 0px 0px 1px #C87A7A inset, 0px 0px 0px 0px #C87A7A;
}


.primary-btn-100-small {
  
  color: #FDF8F2;
  background-color: #EB6066;
  border-radius:  8px;
  font-weight: 600;
  font-size: 12px;
  padding:  10px 12px; 
  text-transform: capitalize;
  letter-spacing: .7px;
  width: 100%;

}


.primary-btn-100 {
  
  color: #FDF8F2;
  background-color: #EB6066;
  border-radius:  8px;
  font-weight: 600;
  font-size: 12px;
  padding:  16px 20px; 
  text-transform: capitalize;
  letter-spacing: .7px;
  width: 100%;

}

.primary-btn {
  
  color: #FDF8F2;
  background-color: #EB6066;
  border-radius:  8px;
  font-weight: 600;
  font-size: 12px;
  padding:  14px 20px; 
  text-transform: capitalize;
  letter-spacing: .7px;
  width: auto;

}



.product-single .primary-btn{
  color: #FDF8F2;
  background-color: #EB6066;
  width: 100%;
  border-radius:  8px;
  font-weight: 600;
  font-size: 12px;
  padding:  16px 20px; 
  text-transform: capitalize;
  letter-spacing: .7px;
} 

.primary-btn:hover, .primary-btn:focus {
  color: #FDF8F2;
  background-color: #2E3B2E;
}

/*----------------------------*\
	Inputs
\*----------------------------*/

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #A68D7C inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #0D470D inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #C87A7A inset, 0px 0px 0px 0px #C87A7A;
  box-shadow: 0px 0px 0px 1px #C87A7A inset, 0px 0px 0px 0px #C87A7A;
}

textarea.input {
  padding: 15px;
}

.input-checkbox .caption {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-checkbox>label {
  color: #2E3B2E;
}

.input-checkbox input[type="checkbox"]:checked+label+.caption, .input-checkbox input[type="radio"]:checked+label+.caption {
  max-height: 800px;
}

/*----------------------------*\
	Lists
\*----------------------------*/

.list-links .list-links-title {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 16px;
}

.list-links li>a {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  padding: 2px 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:hover, .list-links li>a:focus, .list-links li.active>a {
  color: #C87A7A;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.list-links li>a:hover:before, .list-links li>a:focus:before, .list-links li.active>a:before {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	Sections
\*----------------------------*/

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

.section-grey {
  background: rgba(247, 248, 249, 1);
}

.section-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #A68D7C;
}

.section-title .title {
  display: inline-block;
  text-transform: uppercase;
}

.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #C87A7A;
}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
}

.breadcrumb {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 15px 0px;
  margin: 0;
}

.breadcrumb>.active {
  color: #C87A7A;
}

.breadcrumb>li+li:before {
  color: #A68D7C;
}

/*=========================================================
	02 -> HEADER
===========================================================*/

#header {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*----------------------------*\
	Top header
\*----------------------------*/

#top-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #A68D7C;
}

.header-top-links>li {
  display: inline-block;
}

.header-top-links>li+li {
  margin-left: 15px;
}

.header-top-links>li>a {
  cursor: pointer;
  text-transform: uppercase;
}

/*----------------------------*\
	logo
\*----------------------------*/

.header-logo {
  display: inline-block;
  margin-right: 15px;
}

.header-logo .logo>img {
  width: 100%;
  max-height: 70px;
}

/*----------------------------*\
	Search header
\*----------------------------*/
/*----------------------------*\
	Account header
\*----------------------------*/

.header-btns>li {
  display: inline-block;
  vertical-align: top;
  padding: 0px 0px;
  
}

.header-btns>li+li {
  margin-left: 15px;
}

.header-btns>li .header-btns-icon {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  color: #2E3B2E;
  background-color: #FDF8F2;
  border: 1px solid #A68D7C;
  font-size: 20px;
}

.header-btns .dropdown-toggle {
  display: block;
  cursor: pointer;
  font-size: 10px;
  
}

.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 10px;
  color: #C87A7A;
}

/*----------------------------*\
	Cart header
\*----------------------------*/

.header-cart {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}


.header-cart a,
.header-btns-icon {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}



.fav-icon {
    height: 30px;
    width: 30px;
    object-fit: contain;
    display: block;
}

.header-cart .header-btns-icon .qty {
  position: absolute;
  right: -1px;
  top: -10px;
  width: 18px;
  height: 18px;
  line-height: 14px;
  text-align: center;
  font-size: 10px;
  background: #EB6066;
  color: #ffffff;
  border-radius: 50%;
}


.header-cart.dropdown .dropdown-menu {
  width: 300px;
  
}

#fav  .fav-list {
  width: 200px;
  max-height: 260px;
  margin-bottom: 15px;
  overflow-y: scroll;
  padding-right: 20px;
}

#fav .fav-list .product.product-widget:first-child {
  margin-top: 0px;
}

#fav .fav-list .product.product-widget:last-child {
  margin-bottom: 0px;
}

#fav .fav-list-btns>button {
  width: calc(50% - 2px);
}



#shopping-cart .shopping-cart-list {
  width: 200px;
  max-height: 260px;
  margin-bottom: 15px;
  overflow-y: scroll;
  padding-right: 20px ;
}

#shopping-cart .shopping-cart-list .product.product-widget:first-child {
  margin-top: 0px;
}

#shopping-cart .shopping-cart-list .product.product-widget:last-child {
  margin-bottom: 0px;
}

#shopping-cart .shopping-cart-btns>button {
  width: calc(50% - 2px);
}

/*=========================================================
	03 -> NAVIGATION
===========================================================*/

#navigation {
  /* background-color: #EFDCE6; */
}

#navigation .container {
  /* position: relative; */
}

/*----------------------------*\
	Category nav
\*----------------------------*/

 .category-nav-1 {
  float: left;
  width: 270px;
  opacity: 1!important;
} 



.category-nav {
  float: left;
  width: 270px;
  /* opacity: 1; */
}


.category-nav .category-header {
  padding: 15px;
  display: block;
  text-transform: capitalize;
  background: rgba(234, 235, 238);
  color: rgba(39, 39, 39, 1);
  font-weight: 700;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.category-nav .category-header>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list {
  position: absolute;
  width: 270px;
  background: rgba(234, 235, 238);
  color: rgba(39, 39, 39, 1);
  border-left: 1px solid #A68D7C;
  border-right: 1px solid #A68D7C;
  border-bottom: 1px solid #A68D7C;
  z-index: 50;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.category-nav.show-non-click .category-list {
  opacity: 0.9;
}


.category-nav.show-on-click .category-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.category-nav.show-on-click .category-list.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.category-nav .category-list>li+li {
  /* border-top: 1px solid #A68D7C; */
}

.category-nav .category-list>li.dropdown>.dropdown-toggle>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list>li>a {
  display: block;
  padding: 15px;
  text-transform: capitalize;
}

.category-nav .category-list>li>a:hover, .category-nav .category-list>li>a:focus, .category-nav .category-list>li.dropdown.open>a {
  color: #C87A7A;
}

/*----------------------------*\
	Menu nav
\*----------------------------*/

.menu-nav .menu-header {
  display: none;
  padding: 15px;
  text-transform: capitalize;
  background: #2E3B2E;
  color: #FDF8F2;
  font-weight: 700;
}

.menu-nav .menu-header>i {
  float: right;
  line-height: 20px;
}

.menu-nav .menu-list>li {
  display: inline-block;
}

.menu-nav .menu-list>li>a {
  display: block;
  padding: 15px;
  color: #FDF8F2;
  text-transform: capitalize;
}

.menu-nav .menu-list>li>a:hover, .menu-nav .menu-list>li>a:focus, .menu-nav .menu-list>li.dropdown.open>a {
  color: #C87A7A;
}

/*----------------------------*\
	Dropdowns
\*----------------------------*/

.custom-menu {
  position: absolute;
  padding: 15px;
  background: #FDF8F2;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 15000;
  top: 100%;
  min-width: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 8px;
  background-color: rgba(234, 235, 238);
  opacity: 0.9!important;

}

.custom-menu .list-links li{
padding: 15px
}

.dropdown.open>.custom-menu {
  opacity: 1;
  visibility: visible;
  
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown>.custom-menu {
  border-top: 2px solid #C87A7A;
  /*left: 50%;
  -webkit-transform: translateX(-50%) translateY(15px);
  -ms-transform: translateX(-50%) translateY(15px);
  transform: translateX(-50%) translateY(15px);*/
  -webkit-transform: translateY(5px) !important;
  -ms-transform: translateY(5px) !important;
  transform: translateY(5px) !important;
}

.dropdown.default-dropdown.open>.custom-menu  {
  /*-webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);*/
}

.dropdown.default-dropdown.open>.custom-menu .fav {
  -webkit-transform: translateX(0%) translateY(0px);
  -ms-transform: translateX(0%) translateY(0px);
  transform: translateX(0%) translateY(0px);
}



.dropdown.default-dropdown>.custom-menu>li>a {
  display: block;
  padding: 10px 0px;
  text-transform: capitalize;
}

/*-- Mega Dropdown --*/

.dropdown.mega-dropdown.full-width {
  position: static !important;
}

.dropdown.mega-dropdown>.custom-menu {
  border-top: 2px solid #C87A7A;
  left: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  width: auto;
  min-width: 750px;
  max-width: 100%;
}

.dropdown.mega-dropdown.full-width>.custom-menu {
  width: 100%;
}

.dropdown.mega-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*-- Side Dropdown --*/

.dropdown.side-dropdown>.custom-menu {
  border-left: 2px solid #C87A7A;
  left: 100%;
  top: 0;
  width: 250px;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

.dropdown.side-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*----------------------------*\
	Mobile nav
\*----------------------------*/

#header .nav-toggle {
  display: none;
}

@media only screen and (max-width: 991px) {
  #header .nav-toggle {
    display: inline-block;
  }
  header .pull-left, header .pull-right {
    float: none !important;
  }
  header .pull-right {
    margin-top: 10px;
  }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 270px;
     overflow: scroll; 
    background-color: #FDF8F2;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 990;
  }
  #responsive-nav.open {
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #responsive-nav .dropdown .custom-menu {
    display: none;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: 2px solid #C87A7A;
  }
  #responsive-nav .dropdown.open .custom-menu {
    display: block;
    min-width: auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .category-nav .category-list, .menu-nav .menu-list {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 100px);
  }
  .category-nav .category-list.open, .menu-nav .menu-list.open {
    display: block;
  }
  .menu-nav .menu-header, .category-nav .category-header {
    cursor: pointer;
  }
  .category-nav {
    float: none;
    width: 100%;
  }
  .category-nav .category-list {
    position: static;
  }
  .menu-nav .menu-header {
    display: block;
  }
  .menu-nav .menu-list {
    float: none;
    border-left: 1px solid #A68D7C;
    border-right: 1px solid #A68D7C;
    border-bottom: 1px solid #A68D7C;
  }
  .menu-nav .menu-list>li {
    display: block;
  }
  .menu-nav .menu-list>li+li {
    border-top: 1px solid #A68D7C;
  }
  .menu-nav .menu-list>li>a {
    color: #2E3B2E;
  }
  #navigation.shadow:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
  }
}

/*=========================================================
	04 -> BANNERS
===========================================================*/

.banner {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner>img {
  width: 100%;
}

.banner.banner-1 .banner-caption {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* width:100%; */
  /* padding: 10px 20px; */
}

.banner.banner-1 .new_navigation {
  width: 100%;
  position: absolute;
  top: 155px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  /* width:100%; */
  /* padding: 10px 20px; */
}

.banner-1 {
  width:100%!important;
  padding: 0;
}

.banner.banner-2 .banner-caption {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
}

.banner h1 {
  font-size: 46px;
  text-transform: uppercase;
}

/*=========================================================
	05 -> HOME SLIDER
===========================================================*/

#home .home-wrap {
  /* margin-left: 270px; */
}

#home-slick .banner {
  margin: 0px;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/

.product {
     
}

.product .product-delivery-nocost {
  color: #C87A7A;
  font-size: 80%;
  margin: 0;
}

.product .product-delivery {
  /* color: #C87A7A; */
  font-size: 90%;
}



.product .product-old-price {
  color: #C87A7A;
  font-size: 80%;
}

.product .product-rating {
  display: inline-block;
}

.product .product-rating>i {
  color: #FFB656;
}

.product .product-rating>i.empty {
  color: #A68D7C;
}

.product .product-label>span {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  color: #FDF8F2;
  background-color: #2E3B2E;
  z-index: 22;
}

.product .product-label>span.sale {
  background-color: #C87A7A;
}

.product .product-countdown {
  z-index: 22;
}

.product .product-countdown>li {
  display: inline-block;
  margin-right: -4px;
}

.product .product-countdown>li+li:before {
  content: ":";
  color: #FDF8F2;
  background: #2E3B2E;
  padding: 2px;
}

.product .product-countdown>li>span {
  display: inline-block;
  color: #FDF8F2;
  font-weight: 700;
  padding: 10px;
  background: #C87A7A;
}

/*----------------------------*\
	Single product
\*----------------------------*/

.product.product-single {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  /* min-height:440px;  */
 background: #D7DAE133;
 height: auto;

}

.product.product-single:hover {
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}



.product.product-single .product-thumb {
  /* background: #D7DAE1;             */
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 5px; 
  display: flex;
  justify-content: center;
  align-items: start;
}

.product.product-single .product-thumb > img {
  width: 100%;
  height: 250px;
  object-fit: contain;
   border-radius: 8px; 
}

.product.product-single .product-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FDF8F2;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover .product-thumb:after {
  opacity: 0.7;
  visibility: visible;
}

.product.product-single .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}

.product.product-single:hover .quick-view {
  opacity: 1;
  visibility: visible;
}

.product.product-single .product-label {
  position: absolute;
  left: 0;
  top: 0;
}

.product.product-single .product-label>span {
  display: block;
}

.product.product-single .product-countdown {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.product.product-single .product-body {
  padding: 10px 15px;
}

.product.product-single .product-price {
  display: inline-block;
  color: #272727;
  /* margin: 0 0 10px; */
  font-weight: 600;
  font-size: 16px!important;
}

.product.product-single .product-rating {
  float: right;
  margin-top: 5px;
}

.product.product-single .product-name {
  margin: 0;
}
.product.product-single .product-name a {
  color: rgba(235, 96, 102, 1);
  font-size: 14px;

}

.product.product-single .product-btns {
  margin-top: 20px;
  /*opacity: 0;
  visibility: hidden;*/
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

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

/*-- hot product --*/

.product.product-single.product-hot {
  border: 2px solid #C87A7A;
}

.product.product-single.product-hot .product-btns {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	 Widget product
\*----------------------------*/

.product.product-widget {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product.product-widget .product-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}

.product.product-widget .product-thumb>img {
  width: 100%;
}

.product.product-widget .product-body {
  padding-left: 75px;
  padding-top: 10px;
  min-height: 60px;
}

.product.product-widget .product-price {
  font-size: 14px;
  margin-bottom: 5px;
}

.product.product-widget .product-price .qty {
  font-size: 14px;
  font-weight: 400;
}

.product.product-widget .product-name {
  font-size: 14px;
}

.product.product-widget .cancel-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: transparent;
  border: none;
  color: #A68D7C;
}

.product.product-widget .cancel-btn:hover {
  color: #2E3B2E;
}

/*----------------------------*\
	Product slick
\*----------------------------*/

.product-slick .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

#aside .aside {
  margin-bottom: 30px;
}

#aside .aside:last-child {
  margin-bottom: 0px;
}

.aside .aside-title {
  position: relative;
  border-bottom: 1px solid #A68D7C;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 15px;
  line-height: 24px;
  font-size: 18px;
}

.aside .aside-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #C87A7A;
}

/*-- Filter list --*/

.filter-list {
  margin-bottom: 15px;
}

.filter-list>li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}

.filter-list>li:last-child {
  margin-right: 0px;
}

.filter-list li a {
  position: relative;
  padding: 0px 5px 0px 20px;
}

.filter-list li a:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: 12px;
  font-size: 9px;
  color: #FDF8F2;
  background: #2E3B2E;
  width: 12px;
  text-align: center;
  border-radius: 50%;
  height: 12px;
}

/*-- Price Filter --*/

#price-slider {
  margin: 60px 0px 50px;
}

.noUi-target {
  background-color: #A68D7C;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #C87A7A;
}
/* .zoomImg{
  height: inherit!important;
} */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #2E3B2E;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  border: none;
  color: #FDF8F2;
  background: #2E3B2E;
  border-radius: 0px;
}

/*----------------------------*\
	Store
\*----------------------------*/

#store {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #A68D7C;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #A68D7C;
}

/*-- store filter --*/

.row-filter {
  display: inline-block;
  vertical-align: top;
}

.row-filter>a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #FDF8F2;
  background-color: #2E3B2E;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.row-filter>a:hover {
  opacity: 0.9;
}

.row-filter>a.active {
  background-color: #C87A7A;
}

.sort-filter {
  display: inline-block;
  /*margin-left: 15px;*/
}

.sort-filter select.input {
  width: 120px;
}

.page-filter select.input {
  width: 90px;
}

.page-filter {
  display: inline-block;
}

.store-pages {
  display: inline-block;
  margin-left: 15px;
}

.store-pages li {
  display: inline-block;
  margin-right: 6px;
}

.store-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.store-pages li.active {
  color: #C87A7A;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-view  {
/* height: 555px; */
height: auto;
}

#product-main-view .slick-arrow {
  opacity: 0;
}

#product-main-view:hover .slick-arrow {
  opacity: 1;
}

#product-view {
  margin-top: 10px;
  margin-bottom: 15px;
  height: 150px;
}

#product-view .product-view.slick-slide {
  opacity: 0.2;
}

#product-view .product-view.slick-slide.slick-current {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 2px #C87A7A inset;
  box-shadow: 0px 0px 0px 2px #C87A7A inset;
}

#product-view .product-view {
  padding: 7.5px;
}

.product-view>img {
  width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product.product-details .product-name {
  margin-top: 15px;
}

.product.product-details .product-rating {
  margin-right: 15px;
  margin-bottom: 15px;
}

.product.product-details .product-options {
  padding-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #A68D7C;
  margin-top: 15px;
}

.product-options .size-option {
  margin-bottom: 15px;
}

.size-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.size-option>li:last-child {
  margin-right: 0px;
}

.size-option>li>a {
  display: block;
  border: 1px solid #A68D7C;
  font-weight: 700;
  padding: 2px 7px 0px 8px;
}

.size-option>li.active a {
  color: #C87A7A;
  border-color: #C87A7A;
}

.color-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.color-option>li:last-child {
  margin-right: 0px;
}

.color-option>li>a {
  display: block;
  width: 20px;
  height: 20px;
}

.color-option>li.active a {
  -webkit-box-shadow: 0px 0px 0px 2px #FDF8F2, 0px 0px 0px 3px #C87A7A;
  box-shadow: 0px 0px 0px 2px #FDF8F2, 0px 0px 0px 3px #C87A7A;
}

.product.product-details .qty-input {
  display: inline-block;
}

.product.product-details .qty-input .input {
  width: 40px;
}

/*----------------------------*\
	Product tab
\*----------------------------*/

.product-tab {
  margin-top: 30px;
}

.product-tab .tab-nav {
  border-bottom: 1px solid #A68D7C;
  margin-bottom: 30px;
}

.product-tab .tab-nav li {
  display: inline-block;
}

.product-tab .tab-nav li+li {
  margin-left: 30px;
}

.product-tab .tab-nav li a {
  display: block;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.product-tab .tab-nav li.active {
  position: relative;
}

.product-tab .tab-nav li.active a {
  color: #C87A7A;
}

.product-tab .tab-nav li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 30px;
  background-color: #C87A7A;
}

/*-- reviews --*/

.single-review {
  margin-bottom: 30px;
}

.single-review .review-heading>div {
  display: inline-block;
}

.single-review .review-heading>div+div {
  margin-left: 10px;
}

.single-review .review-rating {
  display: inline-block;
}

.single-review .review-rating>i {
  color: #FFB656;
}

.single-review .review-rating>i.empty {
  color: #A68D7C;
}

.single-review .review-body {
  margin-top: 10px;
}

.reviews-pages li {
  display: inline-block;
  margin-right: 6px;
}

.reviews-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.reviews-pages li.active {
  color: #C87A7A;
}

/*-- review form --*/

.review-form textarea.input {
  height: 90px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #A68D7C;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  content: "\f005";
  color: #FFB656;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #FFB656;
}

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.shiping-methods {
  margin-bottom: 30px;
}

/*-- shopping cart table --*/

.shopping-cart-table>tbody>tr>td, .shopping-cart-table>tbody>tr>th, .shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th, .shopping-cart-table>thead>tr>td, .shopping-cart-table>thead>tr>th {
  padding: 15px 0px;
  vertical-align: middle;
  border-top: 1px solid #A68D7C;
}

.shopping-cart-table>thead>tr>th {
  color: #2E3B2E;
  text-transform: uppercase;
  border-bottom: 1px solid #A68D7C;
}

.shopping-cart-table>tbody>tr:last-child>td {
  border-bottom: 1px solid #A68D7C;
}

.shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th {
  color: #2E3B2E;
  border-top: 0px
}

.shopping-cart-table>tfoot>tr>td:not(.empty), .shopping-cart-table>tfoot>tr>th:not(.empty) {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #A68D7C;
}

.shopping-cart-table>tbody>tr>.details>a {
  font-size: 18px;
  font-weight: 700;
}

.shopping-cart-table>tbody>tr>.thumb>img {
  width: 60px;
}

.shopping-cart-table>tbody>tr>.qty .input {
  width: 90px;
}

.shopping-cart-table>tbody>tr>.price {
  font-size: 18px;
}

.shopping-cart-table>tbody>tr>.total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.sub-total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.total {
  font-size: 24px;
  color: #C87A7A;
}

/*=========================================================
	10 -> FOOTER
===========================================================*/

.footer {
  margin: 15px 0px;
}

.footer .footer-header {
  
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0;

}

.footer .footer-li {
  
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0;

}


.footer-logo {
  margin-bottom: 30px;
}

.footer-logo .logo {
  display: inline-block;
}

.footer-logo .logo>img {
  width: 100%;
  max-height: 70px;
}

.footer-social>li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 6px;
}

.footer-social>li:last-child {
  margin-right: 0px;
}

.footer-copyright {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  background: #2E3B2E;
  z-index: 22;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #C87A7A;
}

.slick-prev:before, .slick-next:before {
  color: #FDF8F2;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #A68D7C;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #C87A7A;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}


.product-single {
  background-color: #fff;
  border-radius: 10px;
}

.product-thumb{
  overflow: hidden;
  border-radius: 10px;
}

/*=========================================================
	12 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
  #home .home-wrap {
    margin-left: 0px;
  }
  #aside {
    margin-bottom: 60px;
  }
  .product-reviews {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner h1 {
    font-size: 36px;
  }
  .store-filter .pull-right, .store-filter .pull-left {
    float: none !important;
  }
  .store-filter .pull-right {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
    width: 100%;
  }
}

/* Extra Small devices (phones, up to 576px) */
@media (max-width: 576px) {
  .banner-caption-big {font-size:30px;width:100%;}
  .link-cities {font-size:15px;}
  .link-cities-parrent {line-height: 20px;}
    

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .banner-caption-big {font-size:30px;width:100%;}
  .link-cities {font-size:15px;}
  .link-cities-parrent {line-height: 20px;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .banner-caption-big {font-size:40px;}
  .link-cities {font-size:25px;}
  .link-cities-parrent {line-height: 50px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
 
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.zip-bar-wrapper {
  width: 100vw;
  height: 40px;
  background: #1b3c37;
}

.zip-bar-inner {
  max-width: 1400px; /* or your layout max width */
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px;
  box-sizing: border-box;
}

.contact-info {
  display: flex;
  align-items: center;
}

.phone-icon {
  height: 16px;
  margin-right: 8px;
  filter: brightness(0) invert(1); /* makes black icons white on black bg */
}

.phone-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
}

.zip-info {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}

#displayZip {
  margin-left: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #21b31b;
}


.site-header-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0; /* optional: remove extra spacing */
}

.header-search form {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c9dac9; /* full-width underline */
  padding-bottom: 5px; /* optional spacing under text */
}


.search-input {
  all: unset;
  flex: 1;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  background: transparent;
}

.search-input::placeholder {
  color: #999;
  font-size: 16px;
}


.search-input:focus {
  outline: none;
  box-shadow: none;
}


.search-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #555;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}


.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; /* optional for mobile friendliness */
  justify-content: flex-end;
}

.header-search {
  position: relative;
  max-width: 300px;
}

.header-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}



/* .cart-icon {
  height: 30px;
  width: 30px;
  object-fit: contain;
  display: block;
} */


.cart-icon {
  height: 35px;
  width: 35px;
  object-fit: contain;
}

/* TODO

.qty {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #c77474;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 5px;
  line-height: 1;
} */

.header-btns-icon {
  position: relative;
  display: inline-block;
}


.cart-label {
  font-size: 14px; /* or whatever size you want */
  font-weight: 500;
  line-height: 1.2;
}

.cart-label span {
  color: #0c5e09; /* green like in your screenshot */
  font-weight: 600;
}


#home-section {
  width: 100%;
  background: #f8f8f8; /* optional */
}

.home-container {
  max-width: 1200px;      /* or whatever width you prefer */
  margin: 0 auto;         /* centers the slideshow */
  padding: 0 15px;        /* optional spacing on small screens */
}

.home-slider-wrap {
  width: 100%;
}

.home-slide-item {
  width: 100%;
}

.home-slide-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}







/* Slide-in side menu */
.side-menu {
  position: fixed;
  top: 0;
  left: -280px;
  width: 260px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
  padding: 20px 15px;
  z-index: 3000;
  transition: left 0.3s ease;
  overflow-y: auto;
  border-right: 1px solid #ddd;
}

.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu > ul > li {
  margin: 10px 0;
}

.side-menu a {
  color: #2E3B2E;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.side-menu a:hover {
  background-color: #f5f5f5;
}

/* Submenu styling */
.side-menu ul ul {
  margin-top: 4px;
  margin-left: 12px;
  border-left: 2px solid #C87A7A;
  padding-left: 8px;
}

.side-menu ul ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

/* Overlay */
#menu-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2500;
}

.side-menu-header {
  background-color: #2E3B2E;
  color: white;
  font-size: 16px;
  font-weight: normal;     /* removes bold */
  text-transform: none;    /* removes uppercase */
  padding: 10px 10px;
  margin-bottom: 10px;
  border-bottom: 0px solid #ccc;
  font-family: FontAwesome;
}


.submenu {
  display: none;
  padding-left: 15px;
}

.has-submenu {
  position: relative;
}

.submenu-toggle {
  cursor: pointer;
  float: right;
  margin-right: 10px;
  color: white;
  font-weight: bold;
}


.submenu-toggle {
  cursor: pointer;
  margin-left: 10px;
  font-size: 18px;
  color: #2E3B2E;
}



.submenu-toggle {
  font-weight: bold;
  color: #2E3B2E;         /* dark green to match your theme */
  margin-left: 6px;
  font-size: 16px;
  background-color: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s;
}

.submenu-toggle:hover {
  background-color: #d7dae1; /* your site background */
}




.product_details_name {
  color: rgba(235, 96, 102, 1);
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}



.qty-control {
  display: flex;
  align-items: center;
  border: 1px solid #d1e0d1;
  background-color: #f1f6f1;
  border-radius: 8px;
  padding: 4px 10px;
  width: fit-content;
}

.qty-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #2e1f3d;
  cursor: pointer;
  padding: 0 10px;
  font-weight: 500;
}

.qty-control input {
  width: 32px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #2e1f3d;
  pointer-events: none;
}


.product-action-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}






.qty-control-cart {
  display: flex;
  align-items: center;
  /* border: 1px solid #d1e0d1; */
  /* border-radius: 6px; */
  /* background-color: #f1f6f1; */
  padding: 2px 6px;
  width: fit-content;
  margin: auto;
}

.qty-control-cart .qty-btn {
  background: none;
  border: none;
  font-size: 18px;
  color: #2e1f3d;
  padding: 0 8px;
  cursor: pointer;
}


.qty-control-cart input {
  width: 32px;
  text-align: center;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  font-size: 15px;
  pointer-events: none;
}





