:root{
  --green:#5f6f5a;
--brown: #9e703e;
}
@charset "UTF-8";
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #ffffff;
  line-height: 1.25em;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  visibility: visible;
  font-family: "Rubik", sans-serif;
  color: #232323;
  position: relative;
  letter-spacing: 0.02em;
  padding-top: 227px;
}
body.home-four {
  padding-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 223px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
   .slick-track
 {
  top:0 !important;}
 .hero-area{
margin-top:0px !important;
 }
}
@media only screen and (max-width: 575px) {
  body {
    padding-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  body {
    padding-top: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #d0b46c;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-top: 0;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button, input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Tab Content & Pane Fix --*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*----------  Hide and show element  ----------*/
.hidden {
  display: none;
}

.show {
  display: block;
}

/*----------  select  browser issue fix  ----------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/*----------  Scroll to top  ----------*/
.home-two-wrapper a.scroll-top:hover {
  background-color: var(--brown);
}

.home-three-wrapper a.scroll-top:hover {
  background-color: var(--brown);
}

a.scroll-top {
  background: #666;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: none;
  text-align: center;
  color: #fff;
  font-family: "FontAwesome";
  position: fixed;
  left: 25px;
  /* right: 25px; */
  bottom: 25px;
  z-index: 50000;
}
a.scroll-top:after {
  content: "";
  display: inline;
  font-size: 20px;
}
a.scroll-top:hover {
  background-color:var(--green);
  color: #ffffff;
}

/*----------  Breadcrumb  ----------*/
.breadcrumb-bg {
  background-image: url("../images/backgrounds/breadcrumb-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-bg {
    background-position-x: 40%;
  }
}

.breadcrumb-area ul li {
  display: inline-block;
}
.breadcrumb-area ul li span.separator {
  padding: 0 10px;
}
.breadcrumb-area ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #727272;
}
.breadcrumb-area ul li.active {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 400;
}

/*----------  Quantity counter style  ----------*/
.pro-qty {
  display: inline-block;
  position: relative;
  width: 100px;
  border: 1px solid #ddd;
  height: 40px;
}
.pro-qty input {
  padding-right: 25px;
  width: 100%;
  border: none;
  height: 100%;
  padding-left: 20px;
}
.pro-qty a {
  width: 20px;
  height: 20px;
  position: absolute;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
}
.pro-qty a:hover {
  color: var(--green);
}
.pro-qty a.inc {
  top: 0;
  right: 0;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pro-qty a.dec {
  bottom: 0;
  right: 0;
  border-left: 1px solid #ddd;
  padding-top: 2px;
}

/*----------  pataku btn  ----------*/
.pataku-btn {
  font-size: 14px;
  padding: 15px 25px;
  background-color: #1e1e1e;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .pataku-btn {
    padding: 10px 20px;
  }
}
.pataku-btn:hover, .pataku-btn:active, .pataku-btn:focus {
  background-color: var(--green);
  color: #ffffff;
}

/*----------  section title  ----------*/
.section-title.instagram-title h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-title.instagram-title p {
  font-size: 14px;
  line-height: 16px;
}
.section-title h2 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 20px;
  }
}
.section-title h2 span {
  font-style: italic;
  font-weight: 300;
  color: #1e1e1e;
}
.section-title p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #727272;
  font-weight: 300;
}
@media only screen and (max-width: 479px) {
  .section-title p {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-title p a:hover {
  color: var(--green);
}

/*----------  section title style two  ----------*/
.section-title-style-2 {
  position: relative;
}
.section-title-style-2 h2 {
  font-size: 24px;
  background-color: #ffffff;
  z-index: 2;
  display: inline-block;
  padding-right: 20px;
}
@media only screen and (max-width: 479px) {
  .section-title-style-2 h2 {
    font-size: 22px;
  }
}
.section-title-style-2 h2 span {
  color: #727272;
}
.section-title-style-2:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  content: "";
  z-index: -1;
}

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1140px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

/* the slides */
.slick-slide {
  margin: 0 15px;
}

/* the parent */
.slick-list {
  margin: 0 -15px;
}

/*=====  End of 01. Theme Default  ======*/
/*=============================================
=            02. Modal            =
=============================================*/
/*=============================================
=            Home two style            =
=============================================*/
.home-two-wrapper .product-feature-details h2.product-title {
  font-weight: 500;
  color: #323232;
  font-size: 30px;
  line-height: 35px;
}
.home-two-wrapper .product-feature-details h2.product-price {
  position: relative;
}
.home-two-wrapper .product-feature-details h2.product-price span.main-price {
  font-size: 28px;
  font-weight: 500;
  color: #369599;
}
.home-two-wrapper .product-feature-details h2.product-price span.discounted {
  font-size: 24px;
  color: #999999;
  padding-right: 5px;
  text-decoration: line-through;
}
.home-two-wrapper .product-feature-details h2.product-price span.discounted-price {
  font-size: 28px;
  font-weight: 500;
  color: #369599;
}
.home-two-wrapper .product-feature-details h2.product-price span.discount-percentage {
  font-weight: 700;
  font-size: 12px;
  color: white;
  padding: 2px 5px 0;
  background: #369599;
  text-transform: uppercase;
  line-height: 21px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 5px;
  margin-left: 10px;
}
.home-two-wrapper .product-feature-details p.product-description {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.home-two-wrapper .product-feature-details .social-share-buttons h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.home-two-wrapper .product-feature-details .social-share-buttons ul {
  margin-bottom: 15px;
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .product-feature-details .social-share-buttons ul li {
    margin-bottom: 5px;
  }
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li a {
  display: block;
  border: 1px solid #ddd;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .product-feature-details .social-share-buttons ul li a {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .product-feature-details .social-share-buttons ul li a {
    margin-bottom: 5px;
  }
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li a i.fa-twitter {
  color: #1DA1F2;
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li a i.fa-facebook {
  color: #4867AA;
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li a i.fa-google-plus {
  color: #DD5144;
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li a i.fa-pinterest {
  color: #BD081B;
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a {
  color: #fff;
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a i.fa {
  color: #fff;
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a.twitter {
  background-color: #1DA1F2;
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a.facebook {
  background-color: #4867AA;
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a.google-plus {
  background-color: #DD5144;
}
.home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a.pinterest {
  background-color: #BD081B;
}
.home-two-wrapper .product-feature-details .add-to-cart-btn {
  display: inline-block;
}
.home-two-wrapper .product-feature-details .add-to-cart-btn a:hover {
  background-color: #369599;
  border-color: #369599;
}
.home-two-wrapper .product-feature-details .add-to-cart-btn a:active {
  background-color: #369599;
  border-color: #369599;
}
.home-two-wrapper .product-feature-details .add-to-cart-btn a:focus {
  background-color: #369599;
  border-color: #369599;
}
.home-two-wrapper .product-feature-details .add-to-cart-btn a {
  padding: 15px 50px;
}
.home-two-wrapper .product-feature-details .pro-qty a:hover {
  color: #369599;
}
.home-two-wrapper .quickview-small-image-slider .slick-arrow:hover {
  background-color: #369599;
  border-color: #369599;
}

/*=====  End of Home two style  ======*/
/*=============================================
=            Home three style            =
=============================================*/
.home-three-wrapper .product-feature-details h2.product-title {
  font-weight: 500;
  color: #323232;
  font-size: 30px;
  line-height: 35px;
}
.home-three-wrapper .product-feature-details h2.product-price {
  position: relative;
}
.home-three-wrapper .product-feature-details h2.product-price span.main-price {
  font-size: 28px;
  font-weight: 500;
  color: #85B839;
}
.home-three-wrapper .product-feature-details h2.product-price span.discounted {
  font-size: 24px;
  color: #999999;
  padding-right: 5px;
  text-decoration: line-through;
}
.home-three-wrapper .product-feature-details h2.product-price span.discounted-price {
  font-size: 28px;
  font-weight: 500;
  color: #85B839;
}
.home-three-wrapper .product-feature-details h2.product-price span.discount-percentage {
  font-weight: 700;
  font-size: 12px;
  color: white;
  padding: 2px 5px 0;
  background: #85B839;
  text-transform: uppercase;
  line-height: 21px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 5px;
  margin-left: 10px;
}
.home-three-wrapper .product-feature-details p.product-description {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.home-three-wrapper .product-feature-details .social-share-buttons h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.home-three-wrapper .product-feature-details .social-share-buttons ul {
  margin-bottom: 15px;
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .product-feature-details .social-share-buttons ul li {
    margin-bottom: 5px;
  }
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li a {
  display: block;
  border: 1px solid #ddd;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .product-feature-details .social-share-buttons ul li a {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .product-feature-details .social-share-buttons ul li a {
    margin-bottom: 5px;
  }
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li a i.fa-twitter {
  color: #1DA1F2;
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li a i.fa-facebook {
  color: #4867AA;
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li a i.fa-google-plus {
  color: #DD5144;
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li a i.fa-pinterest {
  color: #BD081B;
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a {
  color: #fff;
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a i.fa {
  color: #fff;
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a.twitter {
  background-color: #1DA1F2;
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a.facebook {
  background-color: #4867AA;
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a.google-plus {
  background-color: #DD5144;
}
.home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a.pinterest {
  background-color: #BD081B;
}
.home-three-wrapper .product-feature-details .add-to-cart-btn {
  display: inline-block;
}
.home-three-wrapper .product-feature-details .add-to-cart-btn a:hover {
  background-color: #85B839;
  border-color: #85B839;
}
.home-three-wrapper .product-feature-details .add-to-cart-btn a:active {
  background-color: #85B839;
  border-color: #85B839;
}
.home-three-wrapper .product-feature-details .add-to-cart-btn a:focus {
  background-color: #85B839;
  border-color: #85B839;
}
.home-three-wrapper .product-feature-details .add-to-cart-btn a {
  padding: 15px 50px;
}
.home-three-wrapper .product-feature-details .pro-qty a:hover {
  color: #85B839;
}
.home-three-wrapper .quickview-small-image-slider .slick-arrow:hover {
  background-color: #85B839;
  border-color: #85B839;
}

/*=====  End of Home three style  ======*/
/*----------  quick view modal style  ----------*/
.quick-view-modal-container .modal-header {
  border-bottom: 0;
  padding: 0.5rem 1rem 0 0;
}
.quick-view-modal-container .modal-header .close {
  padding-top: 25px;
  padding-right: 20px;
}
.quick-view-modal-container .modal-content {
  border-radius: 0;
}
.quick-view-modal-container .modal-dialog {
  max-width: 900px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 700px;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 500px;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 400px;
    margin: auto;
  }
}

.single-product-img.img-full {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product-image-slider {
    margin-bottom: 30px;
  }
}

.product-feature-details h2.product-title {
  font-weight: 500;
  color: #323232;
  font-size: 30px;
  line-height: 35px;
}
.product-feature-details h2.product-price {
  position: relative;
}
.product-feature-details h2.product-price span.main-price {
  font-size: 28px;
  font-weight: 500;
  color: var(--green);
}
.product-feature-details h2.product-price span.discounted {
  font-size: 24px;
  color: #999999;
  padding-right: 5px;
  text-decoration: line-through;
}
.product-feature-details h2.product-price span.discounted-price {
  font-size: 28px;
  font-weight: 500;
  color: var(--green);
}
.product-feature-details h2.product-price span.discount-percentage {
  font-weight: 700;
  font-size: 12px;
  color: white;
  padding: 2px 5px 0;
  background: var(--green);
  text-transform: uppercase;
  line-height: 21px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 5px;
  margin-left: 10px;
}
.product-feature-details p.product-description {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.product-feature-details .social-share-buttons h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.product-feature-details .social-share-buttons ul {
  margin-bottom: 15px;
}
.product-feature-details .social-share-buttons ul li {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .product-feature-details .social-share-buttons ul li {
    margin-bottom: 5px;
  }
}
.product-feature-details .social-share-buttons ul li a {
  display: block;
  border: 1px solid #ddd;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-feature-details .social-share-buttons ul li a {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .product-feature-details .social-share-buttons ul li a {
    margin-bottom: 5px;
  }
}
.product-feature-details .social-share-buttons ul li a i.fa-twitter {
  color: #1DA1F2;
}
.product-feature-details .social-share-buttons ul li a i.fa-facebook {
  color: #4867AA;
}
.product-feature-details .social-share-buttons ul li a i.fa-google-plus {
  color: #DD5144;
}
.product-feature-details .social-share-buttons ul li a i.fa-pinterest {
  color: #BD081B;
}
.product-feature-details .social-share-buttons ul li:hover a {
  color: #fff;
}
.product-feature-details .social-share-buttons ul li:hover a i.fa {
  color: #fff;
}
.product-feature-details .social-share-buttons ul li:hover a.twitter {
  background-color: #1DA1F2;
}
.product-feature-details .social-share-buttons ul li:hover a.facebook {
  background-color: #4867AA;
}
.product-feature-details .social-share-buttons ul li:hover a.google-plus {
  background-color: #DD5144;
}
.product-feature-details .social-share-buttons ul li:hover a.pinterest {
  background-color: #BD081B;
}
@media only screen and (max-width: 479px) {
  .product-feature-details .pro-qty {
    margin-bottom: 20px;
  }
}
.product-feature-details .add-to-cart-btn {
  display: inline-block;
}
.product-feature-details .add-to-cart-btn a {
  padding: 15px 50px;
}

/*=====  End of 02. Modal  ======*/
/*=============================================
=            03. Header            =
=============================================*/
/*=============================================
=            home two style            =
=============================================*/
.home-two-wrapper .header-container.is-sticky .navigation-menu {
  background-color: #369599;
}
.home-two-wrapper .header-top-dropdown .single-dropdown a:hover {
  color: #369599;
}
.home-two-wrapper .header-top-dropdown .single-dropdown .language-currency-list {
  border-bottom: 2px solid var(--brown);
}
.home-two-wrapper .header-top-dropdown .single-dropdown .language-currency-list ul li a:hover {
  color: #369599;
}
.home-two-wrapper .menu-top .search-bar button:hover {
  color: #369599;
}
.home-two-wrapper .menu-top .menu-top-icons .single-icon a i.lnr:hover {
  color: var(--brown);
}
.home-two-wrapper .menu-top .menu-top-icons .single-icon a span.count {
  background-color: var(--brown);
}
.home-two-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-items .cart-float-single-item .cart-float-single-item-image a:hover {
  border-color: var(--brown);
}
.home-two-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-items .cart-float-single-item .cart-float-single-item-desc p.product-title a:hover {
  color: var(--brown);
}
.home-two-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-calculation a.floating-cart-btn:hover {
  background-color: var(--brown);
  border-color: var(--brown);
  color: #ffffff;
}
.home-two-wrapper .navigation-menu {
  background-color: var(--brown);
}
.home-two-wrapper .navigation-menu .main-menu nav > ul {
  text-align: left;
}
.home-two-wrapper .navigation-menu .main-menu nav > ul > li {
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .home-two-wrapper .navigation-menu .main-menu nav > ul > li ul.mega-menu.three-column {
    left: -200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-two-wrapper .navigation-menu .main-menu nav > ul > li ul.mega-menu.three-column {
    left: -200px;
  }
}
.home-two-wrapper .navigation-menu .main-menu nav > ul > li > a {
  color: #ffffff;
}
.home-two-wrapper .navigation-menu .main-menu nav > ul > li > a:hover {
  color: #232323;
}
.home-two-wrapper .navigation-menu .main-menu nav > ul > li a:hover {
  color: #232323;
}
.home-two-wrapper .navigation-menu .main-menu nav > ul > li a:hover:before {
  background-color: transparent;
}
.home-two-wrapper .navigation-menu .main-menu nav > ul > li.active a {
  color: #232323;
}
.home-two-wrapper .navigation-menu .main-menu nav > ul > li.active a:before {
  background-color: transparent;
}
.home-two-wrapper .navigation-menu .main-menu nav > ul > li:hover a {
  color: #232323;
}
.home-two-wrapper .mobile-menu .mean-bar:before {
  color: #ffffff;
}
.home-two-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  background-color: #ffffff;
}
.home-two-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
  background-color: #ffffff;
}
.home-two-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
  background-color: #ffffff;
}
.home-two-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
  background-color: #ffffff;
}
.home-two-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .hero-side-category {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .hero-side-category {
    margin-bottom: 20px;
  }
}
.home-two-wrapper .hero-side-category .category-toggle-wrap {
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .hero-side-category .category-toggle-wrap {
    background-color: #1e1e1e;
  }
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .hero-side-category .category-toggle-wrap {
    background-color: #1e1e1e;
  }
}
.home-two-wrapper .hero-side-category .category-toggle-wrap:hover {
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .hero-side-category .category-toggle-wrap:hover {
    background-color: #1e1e1e;
  }
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .hero-side-category .category-toggle-wrap:hover {
    background-color: #1e1e1e;
  }
}
.home-two-wrapper .hero-side-category .category-toggle-wrap button {
  color: #1e1e1e;
  padding-left: 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .hero-side-category .category-toggle-wrap button {
    color: #ffffff;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .hero-side-category .category-toggle-wrap button {
    color: #ffffff;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-two-wrapper .hero-side-category .category-toggle-wrap button {
    font-size: 14px;
  }
}
.home-two-wrapper .hero-side-category .category-toggle-wrap button span.lnr-chevron-down {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .hero-side-category .category-toggle-wrap button span.lnr-chevron-down {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .hero-side-category .category-toggle-wrap button span.lnr-chevron-down {
    display: block;
  }
}
.home-two-wrapper .hero-side-category nav.category-menu-2 {
  display: block;
  border: none;
  position: relative;
  float: none;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .hero-side-category nav.category-menu-2 {
    position: absolute;
    top: 50px;
    float: left;
    border: 1px solid #1e1e1e;
  }
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .hero-side-category nav.category-menu-2 {
    position: absolute;
    top: 50px;
    float: left;
    border: 1px solid #1e1e1e;
  }
}
.home-two-wrapper .hero-side-category nav.category-menu-2 ul li:hover:before {
  background-color: #369599;
}
.home-two-wrapper .hero-side-category nav.category-menu-2 ul li:before {
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .hero-side-category nav.category-menu-2 ul li:before {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .hero-side-category nav.category-menu-2 ul li:before {
    left: 10px;
  }
}
.home-two-wrapper .hero-side-category nav.category-menu-2 ul li a {
  padding-left: 20px;
}
.home-two-wrapper .hero-side-category nav.category-menu-2 ul li a:hover {
  color: #369599;
}
.home-two-wrapper .hero-side-category nav.category-menu-2 ul li a#more-btn {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .hero-side-category nav.category-menu-2 ul li a#more-btn {
    padding-bottom: 10px;
  }
}
.home-two-wrapper .hero-side-category nav.category-menu-2 ul li ul.category-mega-menu {
  border-bottom: 2px solid #369599;
  left: 246px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-two-wrapper .hero-side-category nav.category-menu-2 ul li ul.category-mega-menu {
    left: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .hero-side-category nav.category-menu-2 ul li ul.category-mega-menu {
    border: none;
  }
}
.home-two-wrapper .hero-side-category nav.category-menu-2 ul li ul.category-mega-menu li a.megamenu-head {
  color: #1e1e1e;
}

.hero-category-container {
  background-color: #ffffff;
}

/*=====  End of home two style  ======*/
/*=============================================
=            Home three style            =
=============================================*/
.home-three-wrapper {
  /*----------  search overlay  ----------*/
  /*----------  header top  ----------*/
  /*----------  menu top  ----------*/
  /*----------  navigation menu  ----------*/
  /*-- Category Mega Menu --*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
    /* top: -55px; */
    top: -69px;

  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
    /* top: -53px; */
    top: -66px;

  }
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
    /* top: -45px; */
    top: -69px;

  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .header-container.is-sticky .menu-top {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .header-container.is-sticky .menu-top {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .header-container.is-sticky .menu-top .menu-top-icons {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .header-container.is-sticky .menu-top .menu-top-icons {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .header-container.is-sticky .navigation-menu {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .header-container.is-sticky .navigation-menu {
    background-color: #ffffff;
  }
}
.home-three-wrapper .search-overlay .search-overlay-close:hover {
  color: #85B839;
}
.home-three-wrapper .header-top {
  /*background-color: #453b2e;*/
  background:#a3a37de8;
border-bottom:1px solid #ECE4D8;
text:#5C5C5C;
}
.home-three-wrapper .header-top .header-top-text {
  color: #ffffff;
}
.home-three-wrapper .header-top .header-top-dropdown span.separator {
  color: #ffffff;
}
.home-three-wrapper .header-top .header-top-dropdown .single-dropdown > a {
  color: #ffffff;
}
.home-three-wrapper .header-top .header-top-dropdown .single-dropdown .language-currency-list {
  border-bottom: 2px solid #453b2e;
}
.home-three-wrapper .header-top .header-top-dropdown .single-dropdown .language-currency-list ul li a:hover {
  color: #9F713F;
}
.home-three-wrapper .menu-top .search-bar button:hover {
  color: #85B839;
}
.home-three-wrapper .menu-top .menu-top-icons .single-icon > a i:hover {
  color: #85B839;
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .menu-top .menu-top-icons .single-icon > a i {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .home-three-wrapper .menu-top .menu-top-icons .single-icon > a span.text {
    display: none;
  }
}
.home-three-wrapper .menu-top .menu-top-icons .single-icon > a span.count {
  background-color: var(--green);
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .home-three-wrapper .menu-top .menu-top-icons .single-icon > a span.count {
    top: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box {
    right: 0;
    left: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box {
    width: 300px;
    right: 10px;
  }
}
.home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-items .cart-float-single-item .cart-float-single-item-image > a:hover {
  border-color: #9f713f;
}
.home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-items .cart-float-single-item .cart-float-single-item-desc p.product-title > a:hover {
  color: #9f713f;
}
.home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-calculation .floating-cart-btn a:hover {
  background-color: #9f713f;
  border-color: #9f713f;
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-calculation .floating-cart-btn a {
    min-width: 120px;
  }
}
.home-three-wrapper .navigation-menu .main-menu nav > ul {
  text-align: center;
}
.home-three-wrapper .navigation-menu .main-menu nav > ul > li {
  text-align: left;
}
.home-three-wrapper .navigation-menu .main-menu nav > ul > li > a {
  color: #ffffff;
  /* color: #232323; */
}
.home-three-wrapper .navigation-menu .main-menu nav > ul > li > a:hover {
  color: #9f713f;
}
.home-three-wrapper .navigation-menu .main-menu nav > ul > li > a:before {
  display: none;
}
.home-three-wrapper .navigation-menu .main-menu nav > ul > li a:hover {
  color: #9f713f;
}
.home-three-wrapper .navigation-menu .main-menu nav > ul > li a:hover:before {
  background-color: transparent;
}
.home-three-wrapper .navigation-menu .main-menu nav > ul > li.active a {
  /* color: #232323; */
  color: #ffffff;

}
.home-three-wrapper .navigation-menu .main-menu nav > ul > li.active a:before {
  background-color: transparent;
}
.home-three-wrapper .navigation-menu .main-menu nav > ul > li:hover a {
  color: #232323;
}
.home-three-wrapper .navigation-menu .main-menu nav > ul > li:hover a:hover {
  color: #9f713f;
}
.home-three-wrapper .mobile-menu .mean-bar:before {
  display: none;
}
.home-three-wrapper .mobile-menu .mean-bar .mean-nav {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .mobile-menu .mean-bar .mean-nav {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .mobile-menu .mean-bar .mean-nav {
    margin-top: 20px;
  }
}
.home-three-wrapper .mobile-menu .mean-bar .mean-nav ul {
  margin-bottom: 20px;
}
.home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
  top: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
    /* top: -55px; */
    top: -72px;

  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
    /* top: -55px; */
    top: -72px;

  }
}
@media only screen and (max-width: 575px) {
  .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
    top: -55px;
  }
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
    /* top: -45px; */
    top: -72px;

  }
}
.home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  background-color: #232323;
}
.home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
  background-color: #232323;
}
.home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
  background-color: #232323;
}
.home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
  background-color: #232323;
}
.home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
  background-color: #232323;
}
.home-three-wrapper .search-icon-menutop-tablet a {
  color: #232323;
}
.home-three-wrapper .search-icon-menutop-tablet a i.lnr-magnifier {
  font-size: 25px;
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .search-icon-menutop-tablet a i.lnr-magnifier {
    font-size: 25px;
  }
}
.home-three-wrapper .search-icon-menutop-tablet a:hover {
  color: #9f713f;
}
.home-three-wrapper .hero-side-category {
  background-color: #ffffff;
  width: 100%;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-side-category {
    min-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .hero-side-category {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-side-category {
    width: 100%;
    z-index: 9;
    position: relative;
  }
}
.home-three-wrapper .hero-side-category .category-toggle-wrap {
  background-color: #453b2c;
}
.home-three-wrapper .hero-side-category .category-toggle-wrap:hover {
  background-color: #453b2c;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .hero-side-category .category-toggle-wrap .category-toggle i::before {
    content: "";
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-side-category .category-toggle-wrap .category-toggle i::before {
    content: "";
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .hero-side-category .category-toggle-wrap .category-toggle i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-side-category .category-toggle-wrap .category-toggle i {
    font-size: 18px;
  }
}
.home-three-wrapper .hero-side-category nav.category-menu-3 {
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #443b2c;
  position: relative;
  display: block;
  float: none;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .hero-side-category nav.category-menu-3 {
    position: absolute;
    top: 55px;
    z-index: 9;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-side-category nav.category-menu-3 {
    position: absolute;
    top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-side-category nav.category-menu-3 > ul {
    max-height: 180px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 575px) {
  .home-three-wrapper .hero-side-category nav.category-menu-3 > ul {
    max-height: 220px;
    overflow-y: auto;
  }
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li {
  position: relative;
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:hover:before {
  background-color: #453b2c;
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:before {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #9f713f;
  content: "";
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  left: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:before {
    display: none;
  }
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:last-child:before {
  display: none;
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:last-child > a {
  border-bottom: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li {
    position: relative;
  }
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li.menu-item-has-children {
  position: relative;
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li.menu-item-has-children > a::before {
  font-family: "fontAwesome";
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 50px;
  font-size: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li i {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 50px;
  width: 40px;
  line-height: 50px;
  z-index: 9;
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li i::before {
  background-color: #606060;
  width: 8px;
  height: 2px;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
  top: 50%;
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li i::after {
  background-color: #606060;
  width: 2px;
  height: 8px;
  content: "";
  position: absolute;
  left: 50%;
  margin-top: -4px;
  margin-left: -1px;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li i.expand::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li > a {
  display: block;
  padding: 10px 25px;
  line-height: 30px;
  font-size: 14px;
  color: #606060;
  font-weight: 300;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li > a {
    border-bottom: none;
  }
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li > a:hover {
  color: #9f713f;
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:hover .category-mega-menu {
  z-index: 9;
  opacity: 1;
  visibility: visible;
}
.home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li .banner {
  padding: 15px;
  max-width: 300px;
}
.home-three-wrapper .hero-side-category nav.category-menu-3.category-menu-5 > ul > li > a {
  padding: 12px 25px;
}
.home-three-wrapper .hero-side-category nav.shop-category-menu {
  background: none;
  display: block;
}
.home-three-wrapper .hero-side-category nav.shop-category-menu ul li a {
  padding: 5px 0;
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.home-three-wrapper .hero-side-category nav.shop-category-menu ul li a:hover {
  color: #85B839;
}
.home-three-wrapper .hero-side-category.shop-side-category {
  height: auto;
  min-height: 200px;
}
.home-three-wrapper .category-mega-menu {
  position: absolute;
  left: 255px;
  top: 0;
  width: 800px;
  z-index: 999;
  max-width: 910px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #9f713f;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-three-wrapper .category-mega-menu {
    left: 210px;
    width: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .category-mega-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .category-mega-menu {
    position: static;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .category-mega-menu {
    position: static;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.home-three-wrapper .category-mega-menu > li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .category-mega-menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 0;
    position: relative;
  }
  .home-three-wrapper .category-mega-menu > li::before {
    content: "";
    float: left;
    height: 2px;
    width: 6px;
    background-color: #606060;
    margin: 24px 0;
    position: relative;
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .category-mega-menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 0;
    position: relative;
  }
  .home-three-wrapper .category-mega-menu > li::before {
    content: "";
    float: left;
    height: 2px;
    width: 6px;
    background-color: #606060;
    margin: 24px 0;
    position: relative;
    left: 25px;
  }
}
.home-three-wrapper .category-mega-menu > li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #85B839;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .category-mega-menu > li > a {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-three-wrapper .category-mega-menu > li > a {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .category-mega-menu > li > a {
    padding: 10px 25px 10px 35px;
    line-height: 30px;
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    position: relative;
    margin: 0;
    text-transform: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .category-mega-menu > li > a {
    padding: 10px 25px 10px 35px;
    line-height: 30px;
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    position: relative;
    margin: 0;
    text-transform: inherit;
  }
}
.home-three-wrapper .category-mega-menu > li > a.megamenu-head {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .category-mega-menu > li > a.megamenu-head {
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .category-mega-menu > li > a.megamenu-head {
    border-bottom: 1px solid #ddd;
  }
}
.home-three-wrapper .category-mega-menu > li > ul li {
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .category-mega-menu > li > ul li::before {
    content: "";
    float: left;
    height: 2px;
    width: 6px;
    background-color: #606060;
    margin: 24px 0;
    position: relative;
    left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .category-mega-menu > li > ul li::before {
    content: "";
    float: left;
    height: 2px;
    width: 6px;
    background-color: #606060;
    margin: 24px 0;
    position: relative;
    left: 35px;
  }
}
.home-three-wrapper .category-mega-menu > li > ul li:last-child {
  margin-bottom: 0;
}
.home-three-wrapper .category-mega-menu > li > ul li a {
  display: block;
  font-size: 14px;
  color: #606060;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .category-mega-menu > li > ul li a {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-three-wrapper .category-mega-menu > li > ul li a {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .category-mega-menu > li > ul li a {
    padding: 10px 25px 10px 45px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .category-mega-menu > li > ul li a {
    padding: 10px 25px 10px 45px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    position: relative;
  }
}
.home-three-wrapper .category-mega-menu > li > ul li a:hover {
  color: #85B839;
}
.home-three-wrapper .category-mega-menu > li.add {
  float: left;
  width: auto;
  padding: 0;
  border: none;
  margin: 30px -45px 0;
}
.home-three-wrapper .category-mega-menu > li.add a {
  display: block;
  border: none;
  margin: 0;
}
.home-three-wrapper .category-mega-menu > li.add a img {
  width: 100%;
}

/*=====  End of Home three style  ======*/
/*=============================================
=            home four style            =
=============================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .header-container {
    background-color: #C2A89B;
    border-bottom: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .header-container {
    background-color: #C2A89B;
    border-bottom: 1px solid #ffffff;
  }
}
.home-four-wrapper .header-container.is-sticky {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
    top: -55px;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
    top: -53px;
  }
}
@media only screen and (max-width: 479px) {
  .home-four-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
    top: -45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .header-container.is-sticky {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .header-container.is-sticky {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .header-container.is-sticky .menu-top {
    background-color: #C2A89B;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .header-container.is-sticky .menu-top {
    background-color: #C2A89B;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .header-container.is-sticky .menu-top .menu-top-icons {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .header-container.is-sticky .menu-top .menu-top-icons {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .header-container.is-sticky .navigation-menu {
    background-color: #C2A89B;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .header-container.is-sticky .navigation-menu {
    background-color: #C2A89B;
  }
}
.home-four-wrapper .header-top {
  background-color: transparent;
}
.home-four-wrapper .header-top span.header-top-text {
  color: #ffffff;
}
.home-four-wrapper .header-top .single-dropdown > a {
  color: #ffffff;
}
.home-four-wrapper .header-top .single-dropdown > a:hover {
  color: #232323;
}
.home-four-wrapper .header-top-dropdown span.separator {
  color: #ffffff;
}
.home-four-wrapper .menu-top .search-bar input {
  color: #ffffff;
}
.home-four-wrapper .menu-top .search-bar button {
  color: #ffffff;
}
.home-four-wrapper .menu-top .search-bar ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.home-four-wrapper .menu-top .search-bar ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.home-four-wrapper .menu-top .search-bar :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.home-four-wrapper .menu-top .search-bar ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.home-four-wrapper .menu-top .search-bar ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.home-four-wrapper .menu-top .search-bar :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.home-four-wrapper .menu-top .search-bar ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.home-four-wrapper .menu-top .menu-top-icons .single-icon > a {
  color: #ffffff;
}
.home-four-wrapper .menu-top .menu-top-icons .single-icon > a i {
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .home-four-wrapper .menu-top .menu-top-icons .single-icon > a i {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .home-four-wrapper .menu-top .menu-top-icons .single-icon > a span.text {
    display: none;
  }
}
.home-four-wrapper .menu-top .menu-top-icons .single-icon > a span.count {
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 575px) {
  .home-four-wrapper .menu-top .menu-top-icons .single-icon > a span.count {
    top: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box {
    right: 0;
    left: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .home-four-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box {
    width: 300px;
    right: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .home-four-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box a.floating-cart-btn {
    min-width: 120px;
  }
}
.home-four-wrapper .main-menu nav > ul {
  text-align: center;
}
.home-four-wrapper .main-menu nav > ul > li {
  text-align: left;
}
.home-four-wrapper .main-menu nav > ul > li > a {
  color: #ffffff;
}
.home-four-wrapper .main-menu nav > ul > li > a:hover {
  color: #232323;
}
.home-four-wrapper .main-menu nav > ul > li a:hover {
  color: #232323;
}
.home-four-wrapper .main-menu nav > ul > li a:hover:before {
  background-color: transparent;
}
.home-four-wrapper .main-menu nav > ul > li.active a {
  color: #232323;
}
.home-four-wrapper .main-menu nav > ul > li.active a:before {
  background-color: transparent;
}
.home-four-wrapper .main-menu nav > ul > li:hover a {
  color: #232323;
}
.home-four-wrapper .mobile-menu .mean-bar:before {
  display: none;
}
.home-four-wrapper .mobile-menu .mean-bar .mean-nav {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .mobile-menu .mean-bar .mean-nav {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .mobile-menu .mean-bar .mean-nav {
    margin-top: 20px;
  }
}
.home-four-wrapper .mobile-menu .mean-bar .mean-nav ul {
  margin-bottom: 20px;
}
.home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
  top: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
    top: -55px;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
    top: -55px;
  }
}
@media only screen and (max-width: 575px) {
  .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
    top: -55px;
  }
}
@media only screen and (max-width: 479px) {
  .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
    top: -45px;
  }
}
.home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  background-color: #ffffff;
}
.home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
  background-color: #ffffff;
}
.home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
  background-color: #ffffff;
}
.home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
  background-color: #ffffff;
}
.home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
  background-color: #ffffff;
}
.home-four-wrapper .search-icon-menutop-tablet a {
  color: #ffffff;
}
.home-four-wrapper .search-icon-menutop-tablet a i.lnr-magnifier {
  font-size: 25px;
}
@media only screen and (max-width: 479px) {
  .home-four-wrapper .search-icon-menutop-tablet a i.lnr-magnifier {
    font-size: 25px;
  }
}
.home-four-wrapper .search-icon-menutop-tablet a:hover {
  color: #232323;
}
.home-four-wrapper .header-container.is-sticky {
  background-color: rgba(194, 168, 155, 0.7) !important;
}

/*=====  End of home four style  ======*/
.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .header-container {
    position: relative;
  }
}
.header-container.is-sticky {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-container.is-sticky:hover {
  background-color: #ffffff;
}
.header-container.is-sticky .navigation-menu {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .header-container.is-sticky .navigation-menu {
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container.is-sticky .navigation-menu {
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .header-container.is-sticky .navigation-menu .hero-side-category {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-container.is-sticky .navigation-menu .hero-side-category {
    display: none;
  }
}
.header-container.is-sticky .navigation-menu .main-menu nav > ul > li > a {
  line-height: 54px;
}

/*----------  Header top  ----------*/
.header-top {
  font-weight: 400;
  /*color: #727272;*/
 background:#FFFFFF;
border-bottom:1px solid #ECE4D8;
text:#5C5C5C;
  border-bottom: 1px solid #ededed;
}

.header-top-dropdown span.separator {
  font-weight: 300;
  color: #b6b6b6;
}
.header-top-dropdown .single-dropdown {
  position: relative;
}
.header-top-dropdown .single-dropdown a:hover {
  color: var(--green);
}
.header-top-dropdown .single-dropdown .language-currency-list {
  padding: 10px;
  border: none;
  border-bottom: 2px solid var(--green);
  position: absolute;
  top: 32px;
  left: auto;
  right: 0;
  min-width: 120px;
  -webkit-box-shadow: 0 -2px 1px 1px #f6f6f6;
          box-shadow: 0 -2px 1px 1px #f6f6f6;
  background-color: #ffffff;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .header-top-dropdown .single-dropdown .language-currency-list {
    left: auto;
    right: 0;
    min-width: 95px;
  }
}
.header-top-dropdown .single-dropdown .language-currency-list ul li {
  padding: 5px 0;
}
.header-top-dropdown .single-dropdown .language-currency-list ul li a:hover {
  color: var(--green);
}

/*----------  Menu top  ----------*/
.menu-top {
  border-bottom: 1px solid #ededed;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-top {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu-top {
    border-bottom: none;
  }
}

/*----------  search bar  ----------*/
.search-bar {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  padding-right: 40px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.search-bar input {
  background: none;
  border: none;
  color: #91959b;
  font-weight: 300;
  width: 100%;
}
.search-bar button {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #727272;
}
.search-bar button i.lnr-magnifier {
  font-size: 25px;
}
.search-bar button:hover {
  color: var(--green);
}

/*----------  menu top icons  ----------*/
.menu-top-icons {
  position: relative;
}
.menu-top-icons .single-icon a {
  position: relative;
  display: block;
  color: #727272;
  font-weight: 400;
}
.menu-top-icons .single-icon i.lnr {
  font-size: 32px;
  color: #1e1e1e;
}
.menu-top-icons .single-icon i.lnr:hover {
  color: var(--brown) !important;
}
.menu-top-icons .single-icon span.count {
  position: absolute;
  top: -5px;
  left: 25%;
  background-color: var(--green);
  color: #ffffff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
}

/*----------  Cart floating box  ----------*/
.cart-floating-box {
  position: absolute;
  top: 50px;
  z-index: 999999;
  right: 0;
  width: 360px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
}
@media only screen and (max-width: 767px) {
  .cart-floating-box {
    left: 50%;
    margin-left: -180px;
  }
}
@media only screen and (max-width: 575px) {
  .cart-floating-box {
    left: 50%;
    margin-left: -180px;
  }
}
@media only screen and (max-width: 479px) {
  .cart-floating-box {
    width: 100%;
    left: auto;
    right: 0;
  }
}
.cart-floating-box .cart-items {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.cart-floating-box .cart-float-single-item {
  position: relative;
  margin-bottom: 20px;
}
.cart-floating-box .cart-float-single-item span.remove-item {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
}
.cart-floating-box .cart-float-single-item span.remove-item a:hover {
  color: red;
}
.cart-floating-box .cart-float-single-item .cart-float-single-item-image {
  width: 25%;
  margin-right: 10px;
}
.cart-floating-box .cart-float-single-item .cart-float-single-item-image a {
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cart-floating-box .cart-float-single-item .cart-float-single-item-image a:hover {
  border: 1px solid var(--green);
}
@media only screen and (max-width: 479px) {
  .cart-floating-box .cart-float-single-item .cart-float-single-item-desc {
    padding-right: 10px;
  }
}
.cart-floating-box .cart-float-single-item .cart-float-single-item-desc p {
  margin-bottom: 5px;
}
.cart-floating-box .cart-float-single-item .cart-float-single-item-desc p.product-title a {
  font-weight: 500;
  color: #333;
}
.cart-floating-box .cart-float-single-item .cart-float-single-item-desc p.product-title a:hover {
  color: var(--green);
}
.cart-floating-box .cart-calculation .calculation-details {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.cart-floating-box .cart-calculation .calculation-details p {
  font-weight: 500;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
.cart-floating-box .cart-calculation .calculation-details p span {
  float: right;
}
.cart-floating-box .cart-calculation .calculation-details p.shipping {
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* .cart-floating-box .cart-calculation .checkout-button a {
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 25px;
  margin-left: 25px;
  font-weight: 500;
  border-radius: 3px;
}
.cart-floating-box .cart-calculation .checkout-button a:hover {
  background-color: var(--green);
} */

/*----------  floating cart button  ----------*/
/* a.floating-cart-btn {
  background: #fff;
  border: 2px solid #e0e0e0;
  color: #323232;
  display: inline-block !important;
  font-size: 14px;
  font-weight: 500;
  height: 47px;
  line-height: 43px;
  margin: 0 4px;
  min-width: 130px;
  padding: 0 15px;
  text-align: center;
  text-transform: none;
  border-radius: 0;
}
a.floating-cart-btn:hover {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
 */
/*----------  Navigation menu  ----------*/
.navigation-menu {
  border-bottom: 1px solid #ededed;
  background-color: var(--green);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation-menu {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-menu {
    border-bottom: none;
  }
}

.main-menu nav > ul > li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.main-menu nav > ul > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu nav > ul > li {
    margin-right: 30px;
  }
}
.main-menu nav > ul > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  line-height: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu nav > ul > li > a {
    line-height: 50px;
  }
}
.main-menu nav > ul > li.menu-item-has-children > a::after {
  font-family: Fontawesome;
  content: "";
  margin-left: 5px;
  float: right;
}
.main-menu nav > ul > li.active > a, .main-menu nav > ul > li:hover > a {
  color: var(--green);
  position: relative;
}
.main-menu nav > ul > li.active > a:before, .main-menu nav > ul > li:hover > a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--green);
  content: "";
}
.main-menu nav > ul > li:hover > .sub-menu, .main-menu nav > ul > li:hover > .mega-menu {
  -webkit-transform: perspective(600px) rotateX(0deg);
          transform: perspective(600px) rotateX(0deg);
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu nav > ul > li:hover > .sub-menu, .main-menu nav > ul > li:hover > .mega-menu {
    -webkit-transform: none;
            transform: none;
  }
}

/* sub menu */
.sub-menu {
  position: absolute;
  left: -20px;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: -999;
  width: 250px;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: perspective(600px) rotateX(-90deg);
          transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 575px) {
  .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 479px) {
  .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
.sub-menu li {
  position: relative;
}
.sub-menu li a {
  line-height: 24px;
  padding: 6px 20px;
  display: block;
  font-weight: 300;
  color: #777777;
  text-transform: capitalize;
}
.sub-menu li.menu-item-has-children > a::after {
  font-family: Fontawesome;
  content: "";
  margin-left: 5px;
  float: right;
}
.sub-menu li.active > a, .sub-menu li:hover > a {
  color: var(--green);
  font-weight: 300;
}
.sub-menu li:hover > .sub-menu {
  -webkit-transform: perspective(600px) rotateX(0deg);
          transform: perspective(600px) rotateX(0deg);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-menu li:hover > .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .sub-menu li:hover > .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 575px) {
  .sub-menu li:hover > .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 479px) {
  .sub-menu li:hover > .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
.sub-menu .sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 30px;
  -webkit-transform: perspective(0) rotateX(0deg);
          transform: perspective(0) rotateX(0deg);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-menu .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .sub-menu .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 575px) {
  .sub-menu .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 479px) {
  .sub-menu .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.sub-menu .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}
.sub-menu .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

/* mega menu */
.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: -999;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: perspective(600px) rotateX(-90deg);
          transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mega-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .mega-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 575px) {
  .mega-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 479px) {
  .mega-menu {
    -webkit-transform: none;
            transform: none;
  }
}
.mega-menu.two-column {
  width: 440px;
  left: -20px;
}
.mega-menu.two-column > li {
  width: 50%;
  padding: 20px 15px;
}
.mega-menu.three-column {
  width: 700px;
  left: -300px;
}
.mega-menu.three-column > li {
  width: 33.33%;
  padding: 20px 15px;
}
.mega-menu > li {
  position: relative;
  float: left;
}
.mega-menu > li > a {
  line-height: 24px;
  padding: 6px 20px;
  display: block;
  font-weight: 500;
  color: #323232;
  text-transform: capitalize;
}
.mega-menu > li.active > a, .mega-menu > li:hover > a {
  color: var(--green);
  font-weight: 500;
}
.mega-menu > li ul li a {
  line-height: 24px;
  padding: 6px 20px;
  display: block;
  font-weight: 300;
  color: #777777;
  text-transform: capitalize;
}
.mega-menu > li ul li.active > a, .mega-menu > li ul li:hover > a {
  color: var(--green);
  font-weight: 300;
}

/* Mobile Menu*/
.mobile-menu .mean-bar {
  position: relative;
  text-align: right;
  /*---- Mean Nav ----*/
}
.mobile-menu .mean-bar:before {
  position: absolute;
  top: -35px;
  content: "MENU";
  left: 0;
  font-weight: 700;
}
.mobile-menu .mean-bar .meanmenu-reveal {
  position: absolute;
  top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu .mean-bar .meanmenu-reveal {
    top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu .mean-bar .meanmenu-reveal {
    top: -35px;
  }
}
.mobile-menu .mean-bar .meanmenu-reveal span {
  position: relative;
  /*---- Menu Open ----*/
  /*---- Menu Close ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  height: 2px;
  width: 26px;
  background-color: #1e1e1e;
  display: block;
  margin: 8px 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
  top: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  bottom: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
  height: 2px;
  width: 26px;
  background-color: transparent;
  display: block;
  margin: 8px 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-menu .mean-bar .mean-nav {
  text-align: left;
  background-color: #ffffff;
  margin-top: 50px;
}
.mobile-menu .mean-bar .mean-nav > ul {
  margin-bottom: 40px;
  border: 1px solid #eeeeee;
  border-top: 0px solid transparent;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 180px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 575px) {
  .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 220px;
    overflow-y: auto;
  }
}
.mobile-menu .mean-bar .mean-nav > ul li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  /*---- Sub Menu & Mega Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a {
  font-size: 13px;
  display: block;
  color: #232323;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 44px;
  position: relative;
  border-top: 1px solid #eeeeee;
  padding: 0 40px 0 20px;
  /*---- Menu Expand For Sub Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a::after {
  display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li a:hover {
  color: #1e1e1e;
  padding-left: 25px;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
  border: 1px solid #eeeeee;
  position: absolute;
  right: -1px;
  top: 0;
  font-size: 20px !important;
  color: #232323;
  line-height: 44px;
  height: 46px;
  width: 40px;
  text-align: center;
  padding: 0;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
  line-height: 40px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul {
  position: static;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
  padding: 0 !important;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
  float: left;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav > ul li ul li {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-right: 0px solid transparent;
  width: 100%;
  display: block !important;
  float: left;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li a {
  font-size: 12px;
  display: block !important;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before,
.mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
  display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul {
  background-color: rgba(0, 0, 0, 0.04);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
  border-top: 1px solid #dddddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
  border: 1px solid #dddddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
  background-color: rgba(0, 0, 0, 0.05);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
  border-top: 1px solid #eeeeee;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
  border: 1px solid #eeeeee;
}

/*----------  Category Menu  ----------*/
/*-- Category Toggle Wrap --*/
.category-toggle-wrap {
  width: 100%;
  position: relative;
}
.category-toggle-wrap .category-toggle {
  padding: 12px 25px;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-toggle-wrap .category-toggle {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .category-toggle-wrap .category-toggle {
    font-size: 14px;
  }
}
.category-toggle-wrap .category-toggle span {
  font-size: 18px;
  line-height: 30px;
}
.category-toggle-wrap .category-toggle span.lnr-text-align-left {
  margin-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-toggle-wrap .category-toggle span.lnr-text-align-left {
    margin-right: 0;
  }
}
.category-toggle-wrap .category-toggle span.lnr-chevron-down {
  font-size: 10px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-toggle-wrap .category-toggle span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .category-toggle-wrap .category-toggle span {
    font-size: 18px;
  }
}

.hero-side-category {
  background-color: #ffffff;
  width: 100%;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero-side-category {
    min-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .hero-side-category {
    width: 100%;
    z-index: 9;
    position: relative;
  }
}
.hero-side-category .category-toggle-wrap {
  background-color: #1e1e1e;
}
.hero-side-category .category-toggle-wrap:hover {
  background-color: var(--green);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category .category-toggle-wrap .category-toggle i::before {
    content: "";
  }
}
@media only screen and (max-width: 767px) {
  .hero-side-category .category-toggle-wrap .category-toggle i::before {
    content: "";
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category .category-toggle-wrap .category-toggle i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-side-category .category-toggle-wrap .category-toggle i {
    font-size: 18px;
  }
}
.hero-side-category nav.category-menu {
  background-color: #ffffff;
  float: left;
  width: 100%;
  left: 0;
  top: 52px;
  border: 1px solid var(--green);
  position: absolute;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-side-category nav.category-menu {
    top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category nav.category-menu {
    position: absolute;
    top: 55px;
    z-index: 9;
  }
}
@media only screen and (max-width: 767px) {
  .hero-side-category nav.category-menu {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .hero-side-category nav.category-menu > ul {
    max-height: 180px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 575px) {
  .hero-side-category nav.category-menu > ul {
    max-height: 220px;
    overflow-y: auto;
  }
}
.hero-side-category nav.category-menu > ul > li {
  position: relative;
}
.hero-side-category nav.category-menu > ul > li:hover:before {
  background-color: var(--green);
}
.hero-side-category nav.category-menu > ul > li:before {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #a8a8a8;
  content: "";
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  left: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category nav.category-menu > ul > li:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-side-category nav.category-menu > ul > li:before {
    display: none;
  }
}
.hero-side-category nav.category-menu > ul > li:last-child:before {
  display: none;
}
.hero-side-category nav.category-menu > ul > li:last-child > a {
  border-bottom: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category nav.category-menu > ul > li {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .hero-side-category nav.category-menu > ul > li {
    position: relative;
  }
}
.hero-side-category nav.category-menu > ul > li.menu-item-has-children {
  position: relative;
}
.hero-side-category nav.category-menu > ul > li.menu-item-has-children > a::before {
  font-family: "fontAwesome";
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 50px;
  font-size: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-side-category nav.category-menu > ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-side-category nav.category-menu > ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
.hero-side-category nav.category-menu > ul > li i {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 50px;
  width: 40px;
  line-height: 50px;
  z-index: 9;
}
.hero-side-category nav.category-menu > ul > li i::before {
  background-color: #606060;
  width: 8px;
  height: 2px;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
  top: 50%;
}
.hero-side-category nav.category-menu > ul > li i::after {
  background-color: #606060;
  width: 2px;
  height: 8px;
  content: "";
  position: absolute;
  left: 50%;
  margin-top: -4px;
  margin-left: -1px;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.hero-side-category nav.category-menu > ul > li i.expand::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.hero-side-category nav.category-menu > ul > li > a {
  display: block;
  padding: 10px 25px;
  line-height: 30px;
  font-size: 14px;
  color: #606060;
  font-weight: 300;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-side-category nav.category-menu > ul > li > a {
    border-bottom: none;
  }
}
.hero-side-category nav.category-menu > ul > li > a:hover {
  color: var(--green);
}
.hero-side-category nav.category-menu > ul > li:hover .category-mega-menu {
  z-index: 9;
  opacity: 1;
  visibility: visible;
}
.hero-side-category nav.category-menu > ul > li .banner {
  padding: 15px;
  max-width: 300px;
}
.hero-side-category nav.category-menu.category-menu-5 > ul > li > a {
  padding: 12px 25px;
}
.hero-side-category nav.shop-category-menu {
  background: none;
  display: block;
}
.hero-side-category nav.shop-category-menu ul li a {
  padding: 5px 0;
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.hero-side-category nav.shop-category-menu ul li a:hover {
  color: var(--green);
}
.hero-side-category.shop-side-category {
  height: auto;
  min-height: 200px;
}

/*-- Category Mega Menu --*/
.category-mega-menu {
  position: absolute;
  left: 255px;
  top: 0;
  width: 800px;
  z-index: 999;
  max-width: 910px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid var(--green);
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-mega-menu {
    left: 210px;
    width: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu {
    position: static;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .category-mega-menu {
    position: static;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.category-mega-menu > li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 0;
    position: relative;
  }
  .category-mega-menu > li::before {
    content: "";
    float: left;
    height: 2px;
    width: 6px;
    background-color: #606060;
    margin: 24px 0;
    position: relative;
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .category-mega-menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 0;
    position: relative;
  }
  .category-mega-menu > li::before {
    content: "";
    float: left;
    height: 2px;
    width: 6px;
    background-color: #606060;
    margin: 24px 0;
    position: relative;
    left: 25px;
  }
}
.category-mega-menu > li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--green);
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .category-mega-menu > li > a {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-mega-menu > li > a {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu > li > a {
    padding: 10px 25px 10px 35px;
    line-height: 30px;
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    position: relative;
    margin: 0;
    text-transform: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .category-mega-menu > li > a {
    padding: 10px 25px 10px 35px;
    line-height: 30px;
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    position: relative;
    margin: 0;
    text-transform: inherit;
  }
}
.category-mega-menu > li > a.megamenu-head {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu > li > a.megamenu-head {
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 767px) {
  .category-mega-menu > li > a.megamenu-head {
    border-bottom: 1px solid #ddd;
  }
}
.category-mega-menu > li > ul li {
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu > li > ul li::before {
    content: "";
    float: left;
    height: 2px;
    width: 6px;
    background-color: #606060;
    margin: 24px 0;
    position: relative;
    left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .category-mega-menu > li > ul li::before {
    content: "";
    float: left;
    height: 2px;
    width: 6px;
    background-color: #606060;
    margin: 24px 0;
    position: relative;
    left: 35px;
  }
}
.category-mega-menu > li > ul li:last-child {
  margin-bottom: 0;
}
.category-mega-menu > li > ul li a {
  display: block;
  font-size: 14px;
  color: #606060;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .category-mega-menu > li > ul li a {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-mega-menu > li > ul li a {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-mega-menu > li > ul li a {
    padding: 10px 25px 10px 45px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .category-mega-menu > li > ul li a {
    padding: 10px 25px 10px 45px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    position: relative;
  }
}
.category-mega-menu > li > ul li a:hover {
  color: var(--green);
}
.category-mega-menu > li.add {
  float: left;
  width: auto;
  padding: 0;
  border: none;
  margin: 30px -45px 0;
}
.category-mega-menu > li.add a {
  display: block;
  border: none;
  margin: 0;
}
.category-mega-menu > li.add a img {
  width: 100%;
}

a#more-btn {
  font-weight: 300;
}

/*----------  search overlay style  ----------*/
.home-four-wrapper {
  position: relative;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999999;
  opacity: 0.9;
  display: none;
}
.search-overlay .search-overlay-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 30px;
}
.search-overlay .search-overlay-close:hover {
  color: var(--green);
}
.search-overlay .search-box {
  position: absolute;
  top: 30vh;
  left: 50%;
  border: 1px solid #ffffff;
  padding: 20px 40px 20px 20px;
  width: 500px;
  margin-left: -250px;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .search-overlay .search-box {
    width: 400px;
    margin-left: -200px;
  }
}
@media only screen and (max-width: 479px) {
  .search-overlay .search-box {
    width: 250px;
    margin-left: -125px;
  }
}
.search-overlay .search-box input {
  background: none;
  border: none;
  color: #ffffff;
  width: 100%;
  font-size: 14px;
}
.search-overlay .search-box button {
  background: none;
  border: none;
  color: #ffffff;
  position: absolute;
  right: 10px;
  font-size: 25px;
  top: 50%;
  margin-top: -12px;
}

/*=====  End of 03. Header  ======*/
/*=============================================
=           04. Hero            =
=============================================*/
/*=============================================
=            home two style            =
=============================================*/
.home-two-wrapper .hero-slider-one .hero-slider-item {
  padding: 0;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .hero-slider-one .hero-slider-item {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .home-two-wrapper .hero-slider-one .hero-slider-item {
    height: 400px;
  }
}
.home-two-wrapper .hero-slider-one .hero-slider-item .slider-content {
  width: 70%;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content {
    width: 90%;
  }
}
@media only screen and (max-width: 479px) {
  .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content {
    width: 100%;
  }
}
.home-two-wrapper .hero-slider-one .hero-slider-item .slider-content p {
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  color: #727272;
  font-weight: 300;
}
.home-two-wrapper .hero-slider-one .hero-slider-item .slider-content h1 {
  font-size: 80px;
  line-height: 90px;
  color: #369599;
}
@media only screen and (max-width: 575px) {
  .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
.home-two-wrapper .hero-slider-one .hero-slider-item .slider-content h1 span {
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (max-width: 575px) {
  .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content h1 span {
    font-size: 40px;
    line-height: 40px;
  }
}
.home-two-wrapper .hero-slider-one .hero-slider-item .slider-content a:hover {
  background-color: #369599;
}
.home-two-wrapper .hero-slider-one:hover .slick-arrow.slick-prev {
  left: 0;
}
.home-two-wrapper .hero-slider-one:hover .slick-arrow.slick-next {
  right: 0;
}
.home-two-wrapper .hero-slider-one .slick-arrow {
  background-color: #e3e3e3;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .hero-slider-one .slick-arrow {
    display: none !important;
  }
}
.home-two-wrapper .hero-slider-one .slick-arrow:hover {
  background-color: #369599;
  color: #ffffff;
  border-color: #369599;
}
.home-two-wrapper .hero-slider-one .slick-dots li.slick-active button {
  border-color: #369599;
}
.home-two-wrapper .hero-slider-one .slick-dots li button {
  background-color: #ffffff;
}
.home-two-wrapper .hero-slider-one .slick-dots li button:hover {
  border-color: #369599;
}

/*=====  End of home two style  ======*/
/*=============================================
=            home three style            =
=============================================*/
.home-three-wrapper .hero-slider-one .hero-slider-item {
  padding-top: 0;
  padding-bottom: 0;
  height: 650px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .home-three-wrapper .hero-slider-one .hero-slider-item {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-three-wrapper .hero-slider-one .hero-slider-item {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .hero-slider-one .hero-slider-item {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-slider-one .hero-slider-item {
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .home-three-wrapper .hero-slider-one .hero-slider-item {
    height: 350px;
    background-position-x: 30%;
  }
}
.home-three-wrapper .hero-slider-one .slider-content {
  padding-left: 0;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .hero-slider-one .slider-content {
    padding-top: 0px;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-slider-one .slider-content {
    padding-top: 0px;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-slider-one .slider-content {
    padding-top: 0px;
    width: 80%;
  }
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .hero-slider-one .slider-content {
    padding-top: 0px;
    width: 100%;
  }
}
.home-three-wrapper .hero-slider-one .slider-content p {
  font-size: 18px;
  line-height: 18px;
  color: #85B839;
  font-weight: 500;
  width: 100%;
  margin-bottom: 35px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-slider-one .slider-content p {
    margin-bottom: 25px;
  }
}
.home-three-wrapper .hero-slider-one .slider-content h1 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .hero-slider-one .slider-content h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-slider-one .slider-content h1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .hero-slider-one .slider-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.home-three-wrapper .hero-slider-one .slider-content a {
  background-color: #85B839;
  border-color: #85B839;
  color: #ffffff;
  border: 1px solid #85B839;
}
.home-three-wrapper .hero-slider-one .slider-content a:hover {
  background-color: #727272;
  border-color: #727272;
  color: #ffffff;
}
.home-three-wrapper .hero-slider-one .slick-arrow {
  height: 40px;
  line-height: 40px;
  background-color: #e3e3e3;
  color: #ffffff;
  border: 1px solid #e3e3e3;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .hero-slider-one .slick-arrow {
    height: 40px;
    line-height: 40px;
    display: none;
  }
}
.home-three-wrapper .hero-slider-one .slick-arrow:hover {
  background-color: #9f713f;
  color: #ffffff;
  border-color: #9f713f;
}
.home-three-wrapper .hero-slider-one .slick-dots li button {
  background-color: transparent;
  border-color: #9f713f;
}
.home-three-wrapper .hero-slider-one .slick-dots li button:hover {
  border-color: #9f713f;
}
.home-three-wrapper .hero-slider-one .slick-dots li.slick-active button {
  background-color: #9f713f;
  border-color: #9f713f;
}

/*=====  End of home three style  ======*/
/*=============================================
=            home four style            =
=============================================*/
.home-four-wrapper .hero-slider-one .hero-slider-item {
  padding-top: 0;
  padding-bottom: 0;
  height: 900px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .home-four-wrapper .hero-slider-one .hero-slider-item {
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-four-wrapper .hero-slider-one .hero-slider-item {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .hero-slider-one .hero-slider-item {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .hero-slider-one .hero-slider-item {
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .home-four-wrapper .hero-slider-one .hero-slider-item {
    height: 350px;
    background-position-x: 30%;
  }
}
.home-four-wrapper .hero-slider-one .slider-content {
  padding-top: 225px;
  padding-left: 0;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .hero-slider-one .slider-content {
    padding-top: 0px;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .hero-slider-one .slider-content {
    padding-top: 0px;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .hero-slider-one .slider-content {
    padding-top: 0px;
    width: 80%;
  }
}
@media only screen and (max-width: 479px) {
  .home-four-wrapper .hero-slider-one .slider-content {
    padding-top: 0px;
    width: 100%;
  }
}
.home-four-wrapper .hero-slider-one .slider-content p {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 500;
  width: 100%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .hero-slider-one .slider-content p {
    margin-bottom: 25px;
  }
}
.home-four-wrapper .hero-slider-one .slider-content h1 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .hero-slider-one .slider-content h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .hero-slider-one .slider-content h1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .home-four-wrapper .hero-slider-one .slider-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.home-four-wrapper .hero-slider-one .slider-content a {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.home-four-wrapper .hero-slider-one .slider-content a:hover {
  color: #232323;
  border-color: #232323;
}
.home-four-wrapper .hero-slider-one .slick-arrow {
  height: 80px;
  line-height: 80px;
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .hero-slider-one .slick-arrow {
    height: 40px;
    line-height: 40px;
    display: none;
  }
}
.home-four-wrapper .hero-slider-one .slick-arrow:hover {
  background-color: #ffffff;
  color: var(--green);
  border-color: #ffffff;
}
.home-four-wrapper .hero-slider-one .slick-dots li button {
  background-color: transparent;
  border-color: #ffffff;
}
.home-four-wrapper .hero-slider-one .slick-dots li.slick-active button {
  background-color: #ffffff;
  border-color: #ffffff;
}

/*=====  End of home four style  ======*/
/*----------  Hero slider 01  ----------*/
.slider-bg-1 {
  background-image: url("../images/slider/slider1.webp");
}

.slider-bg-2 {
  background-image: url("../images/slider/slider2.webp");
}

.slider-bg-3 {
  background-image: url("../images/slider/slider3.webp");
}

.slider-bg-4 {
  background-image: url("../images/slider/slider4.webp");
}

.slider-bg-5 {
  background-image: url("../images/slider/slider5.webp");
}

.slider-bg-6 {
  background-image: url("../images/slider/slider6.webp");
}

/* .slider-bg-7 {
  background-image: url("../images/slider/slider7.webp");
} */
 .slider-bg-7 {
  background-image: url("../images/slider/banner001.png");
}

/* .slider-bg-8 {
  background-image: url("../images/slider/slider8.webp");
} */
.slider-bg-8 {
  background-image: url("../images/slider/banner002.png");
}


.slick-track
 {top:52px;}

/* Text ko overlay ke upar lao */
.hero-slider-item .d-flex{
    position: relative;
    z-index:2;
}
.hero-slider-one .hero-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dddddd;
  padding: 0;
  height: 480px;
}
@media only screen and (max-width: 767px) {
  .hero-slider-one .hero-slider-item {
    height: 400px;
    background-position-x: 20%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slider-one .hero-slider-item {
    height: 400px;
    background-position-x: 20%;
  }
}
.hero-slider-one .slider-content {
  padding-left: 60px;
}
.hero-slider-one .slider-content > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
@media only screen and (max-width: 479px) {
  .hero-slider-one .slider-content {
    padding-left: 40px;
  }
}
.hero-slider-one .slider-content p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #727272;
  font-weight: 300;
  width: 38%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-slider-one .slider-content p {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-one .slider-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-one .slider-content p {
    font-size: 16px;
    line-height: 20px;
    width: 60%;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slider-one .slider-content p {
    width: 100%;
  }
}
.hero-slider-one .slider-content h1 {
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 86px;
  color: var(--green);
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-one .slider-content h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-one .slider-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slider-one .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.hero-slider-one .slider-content h1 span {
  display: block;
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-one .slider-content h1 span {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-one .slider-content h1 span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-one .slider-content h1 span {
    font-size: 30px;
    line-height: 30px;
  }
}
.hero-slider-one .slick-active {
  /*-- Hero Content --*/
}
.hero-slider-one .slick-active .slider-content > * {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.hero-slider-one .slick-active .slider-content > *:nth-child(1) {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.hero-slider-one .slick-active .slider-content > *:nth-child(2) {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.hero-slider-one .slick-active .slider-content > *:nth-child(3) {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.hero-slider-one .slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  color: #a3a3a3;
  z-index: 2;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .hero-slider-one .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: none;
  }
}
.hero-slider-one .slick-arrow:hover {
  background-color: var(--green);
  border-color: var(--green);
  color: #ffffff;
}
.hero-slider-one .slick-arrow.slick-next {
  right: 20px;
  left: auto;
}
.hero-slider-one .slick-arrow.slick-prev {
  left: 20px;
  right: auto;
}
.hero-slider-one .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -20px;
}
@media only screen and (max-width: 479px) {
  .hero-slider-one .slick-dots {
    bottom: 30px;
  }
}
.hero-slider-one .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.hero-slider-one .slick-dots li button {
  background: none;
  font-size: 0;
  width: 15px;
  height: 15px;
  background-color: #e3e3e3;
  border-radius: 50%;
  border: 2px solid transparent;
  padding: 0;
}
.hero-slider-one .slick-dots li button:hover {
  border: 2px solid var(--green);
}
.hero-slider-one .slick-dots li.slick-active button {
  border: 2px solid var(--green);
}
.hero-slider-one .slick-dots li:last-child {
  margin-right: 0;
}
.hero-slider-one:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.hero-slider-one:hover .slick-arrow.slick-next {
  right: 30px;
}
.hero-slider-one:hover .slick-arrow.slick-prev {
  left: 30px;
}

/*----------  feature area  ----------*/
.feature-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .feature-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.feature-area .single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 40px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .feature-area .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area .single-feature {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .feature-area .single-feature {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .feature-area .single-feature {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.feature-area .single-feature .icon {
  position: absolute;
  top: 50%;
  font-size: 28px;
  line-height: 28px;
  margin-top: -15px;
  left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .feature-area .single-feature .icon {
    left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area .single-feature .icon {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area .single-feature .icon {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .feature-area .single-feature .icon {
    left: 0;
  }
}
.feature-area .single-feature p {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: #1e1e1e;
}
.feature-area .single-feature p span {
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #727272;
  font-weight: 300;
}

/*=====  04. End of Hero  ======*/
/*=============================================
=            05. Slider            =
=============================================*/
/*=============================================
=            home two style            =
=============================================*/
.home-two-wrapper {
  /*----------  default slider  ----------*/
  /*----------  blog post slider  ----------*/
  /*----------  featured category slider   ----------*/
  /*----------  tab product slider  ----------*/
}
.home-two-wrapper .ptk-slider .slick-arrow {
  visibility: visible;
  opacity: 1;
  top: -100px;
  right: 0;
  margin-top: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.home-two-wrapper .ptk-slider .slick-arrow:hover {
  background-color: #369599;
  border-color: #369599;
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .ptk-slider .slick-arrow {
    top: -115px;
  }
}
@media only screen and (max-width: 479px) {
  .home-two-wrapper .ptk-slider .slick-arrow {
    top: -40px;
  }
}
.home-two-wrapper .ptk-slider .slick-arrow.slick-prev {
  right: 40px;
  left: auto;
}
.home-two-wrapper .ptk-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.home-two-wrapper .ptk-slider .slick-arrow:before {
  position: absolute;
  top: 0;
  left: -16px;
  width: 15px;
  height: 25px;
  content: "";
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .ptk-slider .slick-arrow {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .ptk-slider .slick-arrow {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
  }
}
.home-two-wrapper .ptk-slider:hover .slick-arrow {
  top: -100px;
  right: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .ptk-slider:hover .slick-arrow {
    top: -115px;
  }
}
@media only screen and (max-width: 479px) {
  .home-two-wrapper .ptk-slider:hover .slick-arrow {
    top: -40px;
  }
}
.home-two-wrapper .ptk-slider:hover .slick-arrow.slick-prev {
  right: 40px;
  left: auto;
}
.home-two-wrapper .ptk-slider:hover .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.home-two-wrapper .blog-post-slider-container .slick-arrow {
  top: -82px;
}
.home-two-wrapper .blog-post-slider-container:hover .slick-arrow {
  top: -82px;
}
.home-two-wrapper .blog-post-slider-container .single-slider-blog-post .content p.blog-title a:hover {
  color: #369599;
}
.home-two-wrapper .blog-post-slider-container .single-slider-blog-post .content a:hover {
  color: #369599;
}
.home-two-wrapper .blog-post-slider-container .single-slider-blog-post .content a:hover:before {
  background-color: #369599;
}
.home-two-wrapper .featured-category-container {
  margin-bottom: -30px;
}
.home-two-wrapper .featured-category-container .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.home-two-wrapper .featured-category-container .slick-arrow {
  top: -82px;
}
.home-two-wrapper .featured-category-container:hover .slick-arrow {
  top: -82px;
}
.home-two-wrapper .featured-category-container .single-featured-category-item {
  margin-bottom: 30px;
}
.home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .image {
  margin-right: 15px;
  max-width: 160px;
  width: 100%;
}
.home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .image img {
  border: 1px solid #eeeeee;
}
.home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li {
  margin-bottom: 10px;
}
.home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li:last-child {
  margin-bottom: 0;
}
.home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li.featured a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1e1e1e;
  text-transform: uppercase;
}
.home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li.featured a:hover {
  color: #369599;
  padding-left: 5px;
}
.home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #727272;
  text-transform: capitalize;
}
.home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li a:hover {
  color: #369599;
  padding-left: 5px;
}
.home-two-wrapper .tab-content-slider-container {
  margin-bottom: -30px;
}
.home-two-wrapper .tab-header-wrapper nav .nav-tabs {
  border-bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .tab-header-wrapper nav .nav-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home-two-wrapper .tab-header-wrapper nav .nav-tabs a {
  border-radius: 0;
  padding: 5px 10px;
  margin-left: 5px;
}
.home-two-wrapper .tab-header-wrapper nav .nav-tabs a:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-two-wrapper .tab-header-wrapper nav .nav-tabs a {
    padding: 5px;
  }
}
.home-two-wrapper .tab-header-wrapper nav .nav-tabs a:hover {
  border: 1px solid #369599;
  color: #369599;
}
.home-two-wrapper .tab-header-wrapper nav .nav-tabs a.nav-item {
  color: #000;
}
.home-two-wrapper .tab-header-wrapper nav .nav-tabs a.nav-item.active {
  border: 1px solid #369599;
  color: #369599;
}
.home-two-wrapper .tab-body-wrapper .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

/*=====  End of home two style  ======*/
/*=============================================
=            home three style            =
=============================================*/
.home-three-wrapper {
  /*----------  default slider  ----------*/
  /*----------  double row slider container  ----------*/
  /*----------  popular product slider  ----------*/
  /*----------  deal slider  ----------*/
  /*----------  featured category slider   ----------*/
  /*----------  popular product slider  ----------*/
}
.home-three-wrapper .ptk-slider .slick-arrow {
  visibility: visible;
  opacity: 1;
  top: -70px;
  right: 0;
  margin-top: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #ebebeb;
  color: #a3a3a3;
}
.home-three-wrapper .ptk-slider .slick-arrow:hover {
  background-color: #9f713f;
  border-color: #9f713f;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .ptk-slider .slick-arrow {
    top: -70px;
  }
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .ptk-slider .slick-arrow {
    top: -40px;
  }
}
.home-three-wrapper .ptk-slider .slick-arrow.slick-prev {
  right: 40px;
  left: auto;
}
.home-three-wrapper .ptk-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.home-three-wrapper .ptk-slider .slick-arrow:before {
  position: absolute;
  top: 0;
  left: -16px;
  width: 15px;
  height: 25px;
  content: "";
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .ptk-slider .slick-arrow {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .ptk-slider .slick-arrow {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
  }
}
.home-three-wrapper .ptk-slider:hover .slick-arrow {
  top: -70px;
  right: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .ptk-slider:hover .slick-arrow {
    top: -70px;
  }
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .ptk-slider:hover .slick-arrow {
    top: -40px;
  }
}
.home-three-wrapper .ptk-slider:hover .slick-arrow.slick-prev {
  right: 40px;
  left: auto;
}
.home-three-wrapper .ptk-slider:hover .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.home-three-wrapper .double-row-slider-container-home-3 {
  margin-bottom: -30px;
}
.home-three-wrapper .double-row-slider-container-home-3 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .double-row-slider-container-home-3 .slick-arrow {
    display: block;
  }
}
.home-three-wrapper .double-row-slider-container-home-3 .ptk-product {
  margin-bottom: 30px;
}
.home-three-wrapper .popular-product-slider .slick-arrow {
  top: -70px;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .popular-product-slider .slick-arrow {
    top: -70px;
  }
}
.home-three-wrapper .popular-product-slider:hover .slick-arrow {
  top: -70px;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .popular-product-slider:hover .slick-arrow {
    top: -70px;
  }
}
.home-three-wrapper .deal-slider-container .slick-arrow {
  top: -70px;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .deal-slider-container .slick-arrow {
    top: -70px;
  }
}
.home-three-wrapper .deal-slider-container:hover .slick-arrow {
  top: -70px;
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .deal-slider-container:hover .slick-arrow {
    top: -70px;
  }
}
.home-three-wrapper .featured-category-container {
  margin-bottom: -30px;
}
.home-three-wrapper .featured-category-container .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.home-three-wrapper .featured-category-container .slick-arrow {
  top: -82px;
}
.home-three-wrapper .featured-category-container:hover .slick-arrow {
  top: -82px;
}
.home-three-wrapper .featured-category-container .single-featured-category-item {
  margin-bottom: 30px;
}
.home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .image {
  margin-right: 15px;
  max-width: 160px;
  width: 100%;
}
.home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .image img {
  border: 1px solid #eeeeee;
}
.home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li {
  margin-bottom: 10px;
}
.home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li:last-child {
  margin-bottom: 0;
}
.home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li.featured a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1e1e1e;
  text-transform: uppercase;
}
.home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li.featured a:hover {
  color: #9f713f;
  padding-left: 5px;
}
.home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #727272;
  text-transform: capitalize;
}
.home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li a:hover {
  color: #9f713f;
  padding-left: 5px;
}
.home-three-wrapper .popular-product-slider-one-column .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .popular-product-slider-one-column .slick-arrow {
    top: -70px;
  }
}
@media only screen and (max-width: 479px) {
  .home-three-wrapper .popular-product-slider-one-column:hover .slick-arrow {
    top: -70px;
  }
}

/*=====  End of home three style  ======*/
/*----------  default slider  ----------*/
.ptk-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  .ptk-slider:hover .slick-arrow {
    margin-top: -50px;
  }
}
.ptk-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 10px;
  border: 1px solid #e8e8e8;
  color: #a3a3a3;
  z-index: 2;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .ptk-slider .slick-arrow {
    visibility: visible;
    opacity: 1;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .ptk-slider .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
.ptk-slider .slick-arrow:hover {
  background-color: var(--green);
  border-color: var(--green);
  color: #ffffff;
}
.ptk-slider .slick-arrow.slick-next {
  right: -20px;
  left: auto;
}
@media only screen and (max-width: 575px) {
  .ptk-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.ptk-slider .slick-arrow.slick-prev {
  left: -20px;
  right: auto;
}
@media only screen and (max-width: 575px) {
  .ptk-slider .slick-arrow.slick-prev {
    left: 0;
  }
}

/*----------  top selling product slider  ----------*/
.top-selling-product-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

/*----------  related product slider  ----------*/
.related-product-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

/*----------  blog post slider  ----------*/
.blog-post-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-post-slider-container .slick-arrow {
  margin-top: -50px;
}
.blog-post-slider-container:hover .slick-arrow {
  margin-top: -40px;
}
.blog-post-slider-container .single-slider-blog-post .image {
  margin-bottom: 20px;
  position: relative;
}
.blog-post-slider-container .single-slider-blog-post .image:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 0.5;
}
.blog-post-slider-container .single-slider-blog-post .image:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  background-color: #000;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.blog-post-slider-container .single-slider-blog-post p.blog-title {
  margin-bottom: 20px;
}
.blog-post-slider-container .single-slider-blog-post p.blog-title a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #1e1e1e;
}
.blog-post-slider-container .single-slider-blog-post p.blog-title a:hover {
  color: var(--green);
}
.blog-post-slider-container .single-slider-blog-post a.readmore-btn {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #727272;
  position: relative;
  padding-top: 20px;
}
.blog-post-slider-container .single-slider-blog-post a.readmore-btn:hover {
  color: var(--green);
}
.blog-post-slider-container .single-slider-blog-post a.readmore-btn:hover:before {
  background-color: var(--green);
}
.blog-post-slider-container .single-slider-blog-post a.readmore-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #727272;
  content: "";
}

/*----------  double row slider container  ----------*/
.double-row-slider-container {
  margin-bottom: -30px;
}
.double-row-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .double-row-slider-container .slick-arrow {
    display: none !important;
  }
}
.double-row-slider-container .ptk-product {
  margin-bottom: 30px;
}

/*----------  deal slider container  ----------*/
.deal-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.deal-slider-container .slick-arrow {
  margin-top: -20px;
}
.deal-slider-container:hover .slick-arrow {
  margin-top: 0;
}

/*----------  popular product slider  ----------*/
.popular-product-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

/*----------  instagram slider  ----------*/
.instagram-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.instagram-slider-container .slick-arrow {
  margin-top: -20px;
}
.instagram-slider-container:hover .slick-arrow {
  margin-top: -20px;
}

.single-insta-item a {
  position: relative;
  display: block;
}
.single-insta-item a img {
  width: 100%;
}
.single-insta-item a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-insta-item a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  font-family: fontAwesome;
  color: #fff;
  font-size: 20px;
  margin-top: -10px;
  margin-left: -10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-insta-item a:hover:before {
  visibility: visible;
  opacity: 0.5;
}
.single-insta-item a:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*----------  product image slider  ----------*/
.product-image-slider {
  /*----------  product image slider  ----------*/
}
.product-image-slider .nav.small-image-slider a {
  display: block;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-image-slider .nav.small-image-slider a:hover {
  border-color: #c1bcbc;
}
.product-image-slider .nav.small-image-slider a img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-image-slider .product-small-image-list {
  margin: 15px 0;
}
@media only screen and (max-width: 479px) {
  .product-image-slider .product-small-image-list {
    margin-bottom: 0;
  }
}
.product-image-slider .nav.small-image-slider {
  padding: 0 26px;
}
.product-image-slider .single-small-image {
  padding: 0 10px;
}
.product-image-slider .small-image-slider .slick-list {
  margin: 0 0px;
  width: 100%;
}
.product-image-slider .small-image-slider .slick-slide {
  margin: 0 0px;
}
.product-image-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #fff;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  line-height: 26px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  z-index: 99;
}
.product-image-slider .slick-arrow.slick-next {
  left: auto;
  right: 15px;
}
.product-image-slider .slick-arrow.slick-prev {
  left: 15px;
  right: auto;
}
.product-image-slider .slick-arrow:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.product-image-slider .product-small-image-list .small-image-slider {
  margin-left: -15px;
  margin-right: -15px;
}

/*----------  quickview product image slider  ----------*/
.quickview-product-image-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quickview-product-image-slider .single-product-img:hover:before {
  visibility: hidden;
  opacity: 0;
}
.quickview-product-image-slider .quickview-product-large-image-list {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.quickview-product-image-slider .quickview-product-small-image-list {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.quickview-product-image-slider .nav.small-image-slider {
  padding: 0 25px;
}
.quickview-product-image-slider .quickview-small-image-slider .slick-arrow.slick-prev {
  top: 0;
  left: 50%;
  margin-left: -15px;
}
.quickview-product-image-slider .quickview-small-image-slider .slick-arrow.slick-next {
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  top: auto;
}

/*----------  single product tabstyle one image slider  ----------*/
.pts-product-image-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 479px) {
  .pts-product-image-slider {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pts-product-image-slider {
    margin-bottom: 0;
  }
}
.pts-product-image-slider .single-small-image {
  padding: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .pts-product-image-slider .single-small-image {
    padding-bottom: 0;
  }
}
.pts-product-image-slider .product-small-image-list .small-image-slider {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .pts-product-image-slider .product-small-image-list .small-image-slider {
    margin-right: -10px;
  }
}
.pts-product-image-slider .pts-product-large-image-list {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.pts-product-image-slider .pts-product-small-image-list {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pts-product-image-slider .pts-product-small-image-list {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .pts-product-image-slider .pts-product-small-image-list {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .pts-product-image-slider .pts-product-small-image-list {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
  }
}
.pts-product-image-slider .nav.small-image-slider {
  padding: 0;
}
.pts-product-image-slider .pts-small-image-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.pts-product-image-slider .pts-small-image-slider .slick-arrow {
  width: 50px;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 479px) {
  .pts-product-image-slider .pts-small-image-slider .slick-arrow {
    width: 25px;
  }
}
.pts-product-image-slider .pts-small-image-slider .slick-arrow.slick-prev {
  top: 0;
  left: 50%;
  margin-left: -25px;
}
@media only screen and (max-width: 479px) {
  .pts-product-image-slider .pts-small-image-slider .slick-arrow.slick-prev {
    top: 50%;
    left: 15px;
    right: auto;
  }
}
.pts-product-image-slider .pts-small-image-slider .slick-arrow.slick-next {
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
  top: auto;
}
@media only screen and (max-width: 479px) {
  .pts-product-image-slider .pts-small-image-slider .slick-arrow.slick-next {
    top: 50%;
    right: 0;
    left: auto;
  }
}

/*----------  product tabstyle 2 additional style  ----------*/
.pts2-product-image-slider .single-small-image {
  padding-left: 10px;
  padding-right: 0;
}

/*----------  product tabstyle 3 additional style  ----------*/
.pts3-product-image-slider {
  display: block;
}
.pts3-product-image-slider .single-small-image {
  padding: 0 10px;
}
.pts3-product-image-slider .single-product-img img {
  width: 100%;
}
.pts3-product-image-slider .pts3-product-small-image-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.pts3-product-image-slider .pts3-product-small-image-list:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.pts3-product-image-slider .pts3-product-small-image-list .slick-arrow {
  height: 50px;
  line-height: 50px;
  visibility: hidden;
  opacity: 0;
}
.pts3-product-image-slider .pts3-product-small-image-list .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.pts3-product-image-slider .pts3-product-small-image-list .slick-arrow.slick-next {
  right: 0;
  left: auto;
}

/*----------  single product gallery image slider  ----------*/
.single-product-image-gallery-slider .slick-arrow {
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  .single-product-image-gallery-slider .slick-arrow {
    margin-top: -20px;
  }
}
.single-product-image-gallery-slider:hover .slick-arrow {
  margin-top: -20px;
}
.single-product-image-gallery-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

/*----------  brand logo slider  ----------*/
.brand-logo-slider-container {
  border: 1px solid #ebebeb;
  padding: 30px 0;
}
.brand-logo-slider-container .single-brand {
  text-align: center;
}
.brand-logo-slider-container .single-brand a {
  display: block;
}
.brand-logo-slider-container .single-brand a img {
  margin: auto;
  vertical-align: middle;
}

/*=====  End of 05. Slider  ======*/
/*=============================================
=            06. Banner            =
=============================================*/
/*=============================================
=            home two style            =
=============================================*/
.home-two-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
  color: #369599;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
    color: #38a8ac;
  }
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
    color: #38a8ac;
  }
}

/*=====  End of home two style  ======*/
/*=============================================
=            home three style            =
=============================================*/
.home-three-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
  color: #85B839;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-three-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
    color: #85B839;
  }
}
@media only screen and (max-width: 767px) {
  .home-three-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
    color: #85B839;
  }
}

/*=====  End of home two style  ======*/
.banner {
  position: relative;
}
.banner > a {
  display: block;
}
.banner > a img {
  width: 100%;
}
.banner > a:before {
  position: absolute;
  top: 19.5px;
  right: 19.5px;
  bottom: 19.5px;
  left: 19.5px;
  border: 1.5px solid #fff;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner > a:before {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .banner > a:before {
    top: 15.5px;
    right: 15.5px;
    bottom: 15.5px;
    left: 15.5px;
  }
}
@media only screen and (max-width: 479px) {
  .banner > a:before {
    top: 12.5px;
    right: 12.5px;
    bottom: 12.5px;
    left: 12.5px;
  }
}
.banner > a:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.banner span {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner span {
    bottom: 20px;
    left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .banner span {
    bottom: 20px;
    left: 30px;
  }
}
.banner span.banner-category-title a {
  font-size: 22px;
  font-weight: 500;
  color: #1e1e1e;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner span.banner-category-title a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .banner span.banner-category-title a {
    font-size: 14px;
  }
}
.banner span.banner-category-title a:hover {
  color: var(--green);
}
.banner span.banner-category-title a:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 1px;
  background-color: var(--green);
  content: "";
}

/*----------  fullwidth banner  ----------*/
.fullwidth-banner-bg-1 {
  background-image: url("../images/banners/fullwidth-banner-1.webp");
}

.fullwidth-banner-bg-2 {
  background-image: url("../images/banners/fullwidth-banner-2.webp");
}

.containerwidth-banner-bg-1 {
  background-image: url("../images/banners/container-width-banner-notext.webp");
}

.containerwidth-banner-bg-2 {
  background-image: url("../images/banners/home2-banner3.webp");
}

.containerwidth-banner-area a {
  display: block;
  width: 100%;
  position: relative;
}
.containerwidth-banner-area a:before {
  position: absolute;
  top: 19.5px;
  right: 19.5px;
  bottom: 19.5px;
  left: 19.5px;
  border: 1.5px solid #fff;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .containerwidth-banner-area a:before {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .containerwidth-banner-area a:before {
    top: 15.5px;
    right: 15.5px;
    bottom: 15.5px;
    left: 15.5px;
  }
}
@media only screen and (max-width: 479px) {
  .containerwidth-banner-area a:before {
    top: 12.5px;
    right: 12.5px;
    bottom: 12.5px;
    left: 12.5px;
  }
}
.containerwidth-banner-area a:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.containerwidth-banner-bg {
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
}
.containerwidth-banner-bg .banner-content {
  position: relative;
  z-index: 1;
}
.containerwidth-banner-bg .banner-content:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  content: "";
  display: none;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .containerwidth-banner-bg .banner-content:after {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .containerwidth-banner-bg .banner-content:after {
    display: block;
  }
}
.containerwidth-banner-bg .banner-content p {
  display: inline-block;
}
.containerwidth-banner-bg .banner-content p.normal-text {
  font-size: 24px;
  font-weight: 700;
  color: #949494;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .containerwidth-banner-bg .banner-content p.normal-text {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .containerwidth-banner-bg .banner-content p.normal-text {
    color: #ffffff;
  }
}
@media only screen and (max-width: 479px) {
  .containerwidth-banner-bg .banner-content p.normal-text {
    font-size: 18px;
  }
}
.containerwidth-banner-bg .banner-content p.normal-text-2 {
  font-size: 18px;
  font-weight: 500;
  color: #949494;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .containerwidth-banner-bg .banner-content p.normal-text-2 {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .containerwidth-banner-bg .banner-content p.normal-text-2 {
    color: #ffffff;
  }
}
@media only screen and (max-width: 479px) {
  .containerwidth-banner-bg .banner-content p.normal-text-2 {
    font-size: 16px;
  }
}
.containerwidth-banner-bg .banner-content p.color-text {
  font-size: 36px;
  font-weight: 500;
  color: #C16B6A;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .containerwidth-banner-bg .banner-content p.color-text {
    color: #e9817f;
  }
}
@media only screen and (max-width: 767px) {
  .containerwidth-banner-bg .banner-content p.color-text {
    color: #e9817f;
  }
}
@media only screen and (max-width: 479px) {
  .containerwidth-banner-bg .banner-content p.color-text {
    font-size: 28px;
  }
}
.containerwidth-banner-bg .banner-content p.underline-text {
  font-size: 18px;
  font-weight: 400;
  color: #6F6F6F;
  border-bottom: 1px solid #6f6f6f;
  padding-bottom: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .containerwidth-banner-bg .banner-content p.underline-text {
    color: #ffffff;
    border-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .containerwidth-banner-bg .banner-content p.underline-text {
    color: #ffffff;
    border-color: #ffffff;
  }
}
@media only screen and (max-width: 479px) {
  .containerwidth-banner-bg .banner-content p.underline-text {
    font-size: 16px;
  }
}

.fullwidth-banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 0%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .fullwidth-banner-bg {
    background-position-x: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fullwidth-banner-bg {
    background-position-x: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fullwidth-banner-bg {
    background-position-x: 35%;
  }
}

.fullwidth-banner-content p {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 300;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 500px;
}
@media only screen and (max-width: 575px) {
  .fullwidth-banner-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.fullwidth-banner-content p.fullwidth-banner-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #434343;
  font-style: italic;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 575px) {
  .fullwidth-banner-content p.fullwidth-banner-title {
    font-size: 25px;
    line-height: 35px;
  }
}
.fullwidth-banner-content p.fullwidth-banner-title:after {
  background: none;
}
.fullwidth-banner-content p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1.5px;
  content: "";
  background-color: #1e1e1e;
}
.fullwidth-banner-content a {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width: 575px) {
  .fullwidth-banner-content a {
    font-size: 16px;
  }
}
.fullwidth-banner-content a:hover {
  color: var(--green);
}

/*=====  End of 06. Banner  ======*/
/*=============================================
=            07. Product            =
=============================================*/
/*=============================================
=            home two style            =
=============================================*/
.home-two-wrapper .ptk-product {
  position: relative;
}
.home-two-wrapper .ptk-product .image {
  position: relative;
  margin-bottom: 20px;
}
.home-two-wrapper .ptk-product .image a {
  display: block;
}
.home-two-wrapper .ptk-product .image a img {
  width: 100%;
}
.home-two-wrapper .ptk-product .image a.hover-icon {
  position: absolute;
  display: inline-block;
  right: 10px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
}
.home-two-wrapper .ptk-product .image a.hover-icon:hover i.lnr {
  color: #369599;
}
.home-two-wrapper .ptk-product .image a.hover-icon i.lnr {
  line-height: 35px;
  color: #727272;
}
.home-two-wrapper .ptk-product .image a.active i.lnr {
  color: #369599;
}
.home-two-wrapper .ptk-product .image a:nth-child(2) {
  top: 20px;
}
.home-two-wrapper .ptk-product .image a:nth-child(3) {
  top: 65px;
}
.home-two-wrapper .ptk-product .image a:nth-child(4) {
  bottom: -20px;
  border: 2px solid #369599;
}
.home-two-wrapper .ptk-product .image a:nth-child(4) i.lnr {
  line-height: 35px;
}
.home-two-wrapper .ptk-product .image a:nth-child(4):hover {
  background-color: #369599;
  border-color: #369599;
}
.home-two-wrapper .ptk-product .image a:nth-child(4):hover i.lnr {
  color: #ffffff;
}
.home-two-wrapper .ptk-product .image a:nth-child(4).active {
  background-color: #369599;
  border-color: #369599;
}
.home-two-wrapper .ptk-product .image a:nth-child(4).active i.lnr {
  color: #ffffff;
}
.home-two-wrapper .ptk-product .image .product-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
}
.home-two-wrapper .ptk-product .image .product-badge span {
  display: block;
  background: #1e1e1e;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  width: 40px;
  height: 20px;
}
.home-two-wrapper .ptk-product .image .product-badge span.new-badge {
  margin-bottom: 5px;
}
.home-two-wrapper .ptk-product .image .product-badge span.discount-badge {
  background-color: #369599;
}
.home-two-wrapper .ptk-product .content p.product-title {
  margin-bottom: 10px;
}
.home-two-wrapper .ptk-product .content p.product-title a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #1e1e1e;
}
.home-two-wrapper .ptk-product .content p.product-title a:hover {
  color: #369599;
}
.home-two-wrapper .ptk-product .content p.product-price span.main-price {
  font-size: 16px;
  font-weight: 400;
  color: #369599;
}
.home-two-wrapper .ptk-product .content p.product-price span.discounted {
  font-size: 13px;
  line-height: 13px;
  color: #999999;
  padding-right: 5px;
  text-decoration: line-through;
}
.home-two-wrapper .ptk-product .content p.product-price span.discounted-price {
  font-size: 16px;
  font-weight: 400;
  color: #369599;
}
.home-two-wrapper .ptk-product .rating {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
.home-two-wrapper .ptk-product .rating i.lnr {
  color: #e5e5e5;
}
.home-two-wrapper .ptk-product .rating i.lnr.active {
  color: var(--brown);
}
.home-two-wrapper .ptk-product .rating-product-style-2 {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.home-two-wrapper .ptk-product:hover .rating {
  visibility: visible;
  opacity: 1;
}
.home-two-wrapper .ptk-product:hover .image .hover-icon {
  visibility: visible;
  opacity: 1;
}

/*----------  tab slider product  ----------*/
.single-tab-slider-product {
  margin-bottom: 30px;
}
.single-tab-slider-product .single-tab-slider-product-wrapper .image {
  max-width: 80px;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 0;
}
.single-tab-slider-product .single-tab-slider-product-wrapper .content {
  margin-top: 6px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/*=====  End of home two style  ======*/
/*=============================================
=            Home three style            =
=============================================*/
.home-three-wrapper .ptk-product {
  position: relative;
}
.home-three-wrapper .ptk-product .image {
  position: relative;
  margin-bottom: 20px;
}
.home-three-wrapper .ptk-product .image a {
  display: block;
}
.home-three-wrapper .ptk-product .image a img {
  width: 100%;
}
.home-three-wrapper .ptk-product .image a.hover-icon {
  position: absolute;
  display: inline-block;
  right: 10px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
}
.home-three-wrapper .ptk-product .image a.hover-icon:hover i.lnr {
  color: var(--brown);
}
.home-three-wrapper .ptk-product .image a.hover-icon i.lnr {
  line-height: 35px;
  color: var(--brown);
}
.home-three-wrapper .ptk-product .image a.active i.lnr {
  color: var(--brown);
}
.home-three-wrapper .ptk-product .image a:nth-child(2) {
  top: 20px;
}
.home-three-wrapper .ptk-product .image a:nth-child(3) {
  top: 65px;
}
.home-three-wrapper .ptk-product .image a:nth-child(4) {
  bottom: -20px;
  border: 2px solid #453b2e;
}
.home-three-wrapper .ptk-product .image a:nth-child(4) i.lnr {
  line-height: 35px;
}
.home-three-wrapper .ptk-product .image a:nth-child(4):hover {
  background-color: #453b2e;
  border-color: #453b2e;
}
.home-three-wrapper .ptk-product .image a:nth-child(4):hover i.lnr {
  color: #ffffff;
}
.home-three-wrapper .ptk-product .image a:nth-child(4).active {
  background-color: #453b2e;
  border-color: #453b2e;
}
.home-three-wrapper .ptk-product .image a:nth-child(4).active i.lnr {
  color: #ffffff;
}
.home-three-wrapper .ptk-product .image .product-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
}
.home-three-wrapper .ptk-product .image .product-badge span {
  display: block;
  background: #1e1e1e;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  width: 40px;
  height: 20px;
}
.home-three-wrapper .ptk-product .image .product-badge span.new-badge {
  margin-bottom: 5px;
}
.home-three-wrapper .ptk-product .image .product-badge span.discount-badge {
  background-color: #9f713f;
}
.home-three-wrapper .ptk-product .content p.product-title {
  margin-bottom: 10px;
}
.home-three-wrapper .ptk-product .content p.product-title a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #1e1e1e;
}
.home-three-wrapper .ptk-product .content p.product-title a:hover {
  color: #453b2e;
}
.home-three-wrapper .ptk-product .content p.product-price span.main-price {
  font-size: 16px;
  font-weight: 400;
  color: #4E342E;
}
.home-three-wrapper .ptk-product .content p.product-price span.discounted {
  font-size: 13px;
  line-height: 13px;
  color: #999999;
  padding-right: 5px;
  text-decoration: line-through;
}
.home-three-wrapper .ptk-product .content p.product-price span.discounted-price {
  font-size: 16px;
  font-weight: 400;
  color: #4E342E;
}
.home-three-wrapper .ptk-product .rating {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
.home-three-wrapper .ptk-product .rating i.lnr {
  color: #e5e5e5;
  font-size: 11px;
}
.home-three-wrapper .ptk-product .rating i.lnr.active {
  color: #453b2e;
}
.home-three-wrapper .ptk-product .rating-product-style-2 {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.home-three-wrapper .ptk-product:hover .rating {
  visibility: visible;
  opacity: 1;
}
.home-three-wrapper .ptk-product:hover .image .hover-icon {
  visibility: visible;
  opacity: 1;
}

/*----------  popular product  ----------*/
.popular-product-slider-one-column {
  margin-bottom: -20px;
}
.popular-product-slider-one-column .ptk-product {
  margin-bottom: 20px;
}
.popular-product-slider-one-column .ptk-product .image {
  width: 130px;
  margin-bottom: 0;
}
.popular-product-slider-one-column .ptk-product .content {
  margin-left: 15px;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.popular-product-slider-one-column .ptk-product .content .product-price .discounted-price {
  color: #727272;
}
.popular-product-slider-one-column .ptk-product .content .product-price .main-price {
  color: #727272;
}

/*=====  End of Home three style  ======*/
.ptk-product {
  position: relative;
}
.ptk-product .image {
  position: relative;
  margin-bottom: 20px;
}
.ptk-product .image a {
  display: block;
}
.ptk-product .image a img {
  width: 100%;
}
.ptk-product .image a.hover-icon {
  position: absolute;
  display: inline-block;
  right: 10px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
}
.ptk-product .image a.hover-icon:hover i.lnr {
  color: var(--green);
}
.ptk-product .image a.hover-icon i.lnr {
  line-height: 35px;
  color: #727272;
}
.ptk-product .image a.active i.lnr {
  color: var(--green);
}
.ptk-product .image a:nth-child(2) {
  top: 20px;
}
.ptk-product .image a:nth-child(3) {
  top: 65px;
}
.ptk-product .image a:nth-child(4) {
  bottom: -20px;
  border: 2px solid var(--green);
}
.ptk-product .image a:nth-child(4) i.lnr {
  line-height: 35px;
}
.ptk-product .image a:nth-child(4):hover {
  background-color: var(--green);
  border-color: var(--green);
}
.ptk-product .image a:nth-child(4):hover i.lnr {
  color: #ffffff;
}
.ptk-product .image a:nth-child(4).active {
  background-color: var(--green);
  border-color: var(--green);
}
.ptk-product .image a:nth-child(4).active i.lnr {
  color: #ffffff;
}
.ptk-product .image .product-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
}
.ptk-product .image .product-badge span {
  display: block;
  background: #1e1e1e;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  width: 40px;
  height: 20px;
}
.ptk-product .image .product-badge span.new-badge {
  margin-bottom: 5px;
}
.ptk-product .image .product-badge span.discount-badge {
  background-color: var(--green);
}
.ptk-product .content p.product-title {
  margin-bottom: 10px;
}
.ptk-product .content p.product-title a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #1e1e1e;
}
.ptk-product .content p.product-title a:hover {
  color: var(--green);
}
.ptk-product .content p.product-price span.main-price {
  font-size: 16px;
  font-weight: 400;
  color: var(--green);
}
.ptk-product .content p.product-price span.discounted {
  font-size: 13px;
  line-height: 13px;
  color: #999999;
  padding-right: 5px;
  text-decoration: line-through;
}
.ptk-product .content p.product-price span.discounted-price {
  font-size: 16px;
  font-weight: 400;
  color: var(--green);
}
.ptk-product .rating {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
.ptk-product .rating i.lnr {
  color: #e5e5e5;
}
.ptk-product .rating i.lnr.active {
  color: var(--green);
}
.ptk-product .rating-product-style-2 {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.ptk-product:hover .rating {
  visibility: visible;
  opacity: 1;
}
.ptk-product:hover .image .hover-icon {
  visibility: visible;
  opacity: 1;
}

/*----------  countdown product  ----------*/
.deal-slider-container .ptk-product .content .product-price .discounted-price {
  color: #727272;
}
.deal-slider-container .ptk-product .content .product-price .main-price {
  color: #727272;
}

.product-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f0f0f0;
  padding: 15px 0;
  margin-bottom: 10px;
}
.product-countdown .single-countdown {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
}
.product-countdown .single-countdown span {
  display: block;
}
.product-countdown .single-countdown span.single-countdown-time {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.product-countdown .single-countdown span.single-countdown-text {
  font-weight: 300;
  font-size: 12px;
}

/*----------  popular product  ----------*/
.popular-product-slider {
  margin-bottom: -20px;
}
.popular-product-slider .ptk-product {
  margin-bottom: 20px;
}
.popular-product-slider .ptk-product .image {
  width: 130px;
  margin-bottom: 0;
}
.popular-product-slider .ptk-product .content {
  margin-left: 15px;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.popular-product-slider .ptk-product .content .product-price .discounted-price {
  color: #727272;
}
.popular-product-slider .ptk-product .content .product-price .main-price {
  color: #727272;
}

/*=====  End of 07. Product  ======*/
/*=============================================
=           08. Shop            =
=============================================*/
.shop-header .sort-by-dropdown p {
  font-size: 14px;
  color: #232323;
  font-weight: 400;
}
.shop-header .nice-select {
  border-radius: 0;
}
.shop-header .nice-select .list {
  border-radius: 0;
  right: 0;
  left: auto;
}
.shop-header p.shop-header-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #1e1e1e;
}
.shop-header p.result-show-message {
  font-size: 14px;
  font-weight: 400;
}
.shop-header .view-mode-icons a {
  font-size: 24px;
  margin-right: 15px;
  color: #aaaaaa;
}
.shop-header .view-mode-icons a.active {
  color: var(--green);
}
.shop-header .view-mode-icons a:hover {
  color: var(--green);
}

.shop-product-wrap {
  margin-bottom: -50px;
}
.shop-product-wrap .ptk-product {
  margin-bottom: 50px;
}

/*----------  Shop product grid list switcher style  ----------*/
.shop-product-wrap.grid .shop-list-view-product {
  display: none;
}
.shop-product-wrap.grid .shop-grid-view-product {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.shop-product-wrap.list .shop-grid-view-product {
  display: none;
}
.shop-product-wrap.list .shop-list-view-product {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.shop-product-wrap.list [class*=col],
.shop-product-wrap.list [class*=col-] {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
}

.shop-list-view-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (max-width: 767px) {
  .shop-list-view-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop-list-view-product .image {
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px;
  margin-right: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-list-view-product .image {
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-list-view-product .image {
    -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
  }
}
.shop-list-view-product .rating {
  position: relative;
  visibility: visible;
  opacity: 1;
  margin-bottom: 20px;
}
.shop-list-view-product .content {
  margin-top: 30px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (max-width: 767px) {
  .shop-list-view-product .content {
    margin-top: 20px;
  }
}
.shop-list-view-product .content p.product-title a {
  font-size: 16px;
}
.shop-list-view-product .content p.product-price {
  margin-bottom: 20px;
}
.shop-list-view-product .content p.product-price span.main-price {
  font-size: 22px;
  font-weight: 400;
  color: var(--green);
}
.shop-list-view-product .content p.product-price span.discounted {
  font-size: 18px;
  line-height: 18px;
  color: #999999;
  padding-right: 5px;
  text-decoration: line-through;
}
.shop-list-view-product .content p.product-price span.discounted-price {
  font-size: 22px;
  font-weight: 400;
  color: var(--green);
}
.shop-list-view-product .content p.product-description {
  font-size: 14px;
  line-height: 24px;
  color: #727272;
  font-weight: 400;
  margin-bottom: 20px;
}
.shop-list-view-product .content .hover-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  border: 2px solid var(--green);
}
.shop-list-view-product .content .hover-icons a i.lnr {
  line-height: 35px;
}
.shop-list-view-product .content .hover-icons a:hover {
  background-color: var(--green);
  color: #ffffff;
  border-color: var(--green);
}

/*----------  pagination  ----------*/
.pagination-container {
  border-bottom: 1px solid #eeeeee;
}
.pagination-container p.show-result-text {
  font-size: 14px;
  color: #232323;
  font-weight: 400;
}
.pagination-container .pagination-content ul li {
  display: inline-block;
}
.pagination-container .pagination-content ul li a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #232323;
  margin: 0 15px;
}
.pagination-container .pagination-content ul li a.active {
  font-size: 20px;
  color: var(--green);
}
.pagination-container .pagination-content ul li a:hover {
  color: var(--green);
}
.pagination-container .pagination-content ul li a:last-child {
  margin-right: 0;
}

/*=====  End of 08. Shop  ======*/
/*=============================================
=            09. Sidebar            =
=============================================*/
.single-sidebar-widget {
  border: 1px solid #efefef;
  padding: 25px 20px;
}
.single-sidebar-widget h3.sidebar-title {
  font-size: 20px;
  line-height: 20px;
  color: #1e1e1e;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}
.single-sidebar-widget .category-dropdown > li {
  position: relative;
  border-bottom: 1px solid #efefef;
}
.single-sidebar-widget .category-dropdown > li:last-child {
  border-bottom: 0;
}
.single-sidebar-widget .category-dropdown > li a {
  font-size: 14px;
  line-height: 48px;
}
.single-sidebar-widget .category-dropdown > li a:hover {
  color: var(--green);
}
.single-sidebar-widget .category-dropdown > li a.expand-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.single-sidebar-widget .category-dropdown > li a.expand-icon:hover {
  color: var(--green);
}
.single-sidebar-widget .category-dropdown > li > ul {
  display: none;
  padding-left: 10px;
}
.single-sidebar-widget .category-dropdown > li > ul > li > a {
  font-size: 12px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
}
.single-sidebar-widget .category-dropdown > li > ul > li > a:hover {
  color: var(--green);
}
.single-sidebar-widget .sub-widget h3.sidebar-title {
  font-size: 18px;
}
.single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #232323;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container a:hover {
  color: var(--green);
}
.single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #ddd;
}
.single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container .checkmark:after {
  content: "";
  font-family: fontAwesome;
  position: absolute;
  display: none;
  top: -3px;
}
.single-sidebar-widget .sub-widget .category-container ul li label.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #232323;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.single-sidebar-widget .sub-widget .category-container ul li label.radio-container a:hover {
  color: var(--green);
}
.single-sidebar-widget .sub-widget .category-container ul li label.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.single-sidebar-widget .sub-widget .category-container ul li label.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.single-sidebar-widget .sub-widget .category-container ul li label.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #7a7a7a;
}
.single-sidebar-widget .sub-widget .category-container ul li label.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  height: 10px;
  width: 10px;
  background-color: var(--green);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
}

/*----------  category dropdown  ----------*/
/*----------  Sidebar search box  ----------*/
.sidebar-search-box {
  border: 1px solid #e0e0e0;
  position: relative;
  padding-right: 10px;
}
.sidebar-search-box input {
  border: none;
  padding: 10px;
  padding-left: 10px;
  width: 100%;
}
.sidebar-search-box button {
  position: absolute;
  top: 10px;
  right: 0;
  background: none;
  border: none;
}
.sidebar-search-box button:hover {
  color: var(--green);
}

.sidebar-container .single-block {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.sidebar-container .single-block:first-child {
  padding-top: 0;
}
.sidebar-container .single-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar-container .single-block .image {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  margin-right: 5px;
}
.sidebar-container .single-block .image a {
  border: 2px solid transparent;
  display: block;
}
.sidebar-container .single-block .image a img {
  width: 100%;
}
.sidebar-container .single-block .image a:hover {
  border: 2px solid var(--green);
}
.sidebar-container .single-block .content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.sidebar-container .single-block .content p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #323232;
}
.sidebar-container .single-block .content p a:hover {
  color: var(--green);
}
.sidebar-container .single-block .content p span {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}
.sidebar-container .single-block.comment-block .image {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
}
.sidebar-container .single-block.comment-block .content p span {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.sidebar-container .single-block.comment-block .content p a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #808080;
}
.sidebar-container .single-block.comment-block .content p a:hover {
  color: var(--green);
}

/*----------  tag container  ----------*/
ul.tag-container li {
  display: inline-block;
}
ul.tag-container li a {
  display: block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #999999;
  text-transform: uppercase;
  border-radius: 5px;
  color: #999999;
  font-size: 13px;
  text-align: center;
}
ul.tag-container li a:hover {
  background-color: var(--green);
  color: #fff;
  border-color: var(--green);
}

/*=====  End of 09. Sidebar  ======*/
/*=============================================
=           10.  Single Product            =
=============================================*/
/*----------  product feature details  ----------*/
.single-product-details-container p.product-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #1e1e1e;
}
.single-product-details-container p.reference-text {
  font-weight: 400;
  color: #7a7a7a;
}
.single-product-details-container p.review-links a {
  margin-right: 15px;
  font-weight: 400;
  color: #919191;
}
.single-product-details-container p.review-links a:hover {
  color: var(--green);
}
.single-product-details-container p.product-description {
  font-weight: 400;
  color: #727272;
  line-height: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.single-product-details-container p.product-price span.main-price {
  font-size: 28px;
  font-weight: 400;
  color: var(--green);
}
.single-product-details-container p.product-price span.discounted {
  font-size: 28px;
  color: #999999;
  padding-right: 5px;
  text-decoration: line-through;
}
.single-product-details-container p.product-price span.discounted-price {
  font-size: 28px;
  font-weight: 400;
  color: var(--green);
}
.single-product-details-container p.wishlist-link a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
}
.single-product-details-container p.wishlist-link a:hover {
  color: var(--green);
}
.single-product-details-container .size {
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 16px;
}
.single-product-details-container .size select {
  width: 45%;
  border: 1px solid #ddd;
  padding: 5px;
  margin-top: 5px;
}
.single-product-details-container .color {
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 16px;
}
.single-product-details-container .color span.color-block {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
}
.single-product-details-container .color span.color-choice-1 {
  background-color: #B09603;
}
.single-product-details-container .color span.color-choice-2 {
  background-color: #C8BDBB;
}
.single-product-details-container .color span.color-choice-3 {
  background-color: #225170;
}
.single-product-details-container .color span.active {
  border: 2px solid var(--green);
  width: 32px;
  height: 32px;
}
.single-product-details-container .cart-buttons p {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
}
.single-product-details-container .cart-buttons a.pataku-btn {
  padding-top: 12px;
  padding-bottom: 12px;
}
.single-product-details-container .social-share-buttons p {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
  margin-right: 20px;
  margin-bottom: 0;
}
.single-product-details-container .social-share-buttons ul {
  display: inline-block;
}
.single-product-details-container .social-share-buttons ul li {
  display: inline-block;
  margin-right: 20px;
}
.single-product-details-container .social-share-buttons ul li a {
  color: #b4b4b4;
}
.single-product-details-container .social-share-buttons ul li a i.fa {
  font-size: 16px;
}
.single-product-details-container .social-share-buttons ul li a:hover {
  color: var(--green);
}
.single-product-details-container .group-product-form .table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
}
.single-product-details-container .group-product-form .table-content table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 33.33%;
}
.single-product-details-container .group-product-form .table-content table td.product-name {
  font-weight: 400;
}
.single-product-details-container .group-product-form .table-content table td.product-name a {
  font-size: 14px;
}
.single-product-details-container .group-product-form .table-content table td.product-name a:hover {
  color: var(--green);
}
.single-product-details-container .group-product-form .table-content table td p span {
  display: block;
  margin-top: 10px;
}
.single-product-details-container .policy-list ul li {
  color: #666666;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 15px 0;
}
.single-product-details-container .policy-list ul li img {
  padding-right: 10px;
  width: auto;
}
.single-product-details-container .policy-list ul li:first-child {
  padding-top: 0;
}
.single-product-details-container .policy-list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.single-product-details-container .rating i {
  color: #e5e5e5;
}
.single-product-details-container .rating i.active {
  color: var(--green);
}

/*----------  tab style  ----------*/
/*----------  single product tab section  ----------*/
.single-product-tab-section {
  /*----------  tab table style  ----------*/
  /*-- Single Product Rating --*/
  /*-- Ratting Form Wrap --*/
  /*-- Ratting Form --*/
}
.single-product-tab-section .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F3F3F3;
}
.single-product-tab-section .nav-tabs a {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: 479px) {
  .single-product-tab-section .nav-tabs a {
    font-size: 10px;
  }
}
.single-product-tab-section .nav-tabs a.active {
  background-color: transparent;
  border-color: transparent;
  color: #1e1e1e;
}
.single-product-tab-section .nav-tabs a:hover {
  border-color: transparent;
}
.single-product-tab-section .tab-content {
  background-color: #ffffff;
  padding: 50px 0 0;
}
.single-product-tab-section .tab-content p.product-desc {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
}
.single-product-tab-section .table-data-sheet {
  width: 100%;
  border-width: 0px 1px 1px;
  border-style: solid solid solid;
  border-color: #d6d4d4 #d6d4d4 #d6d4d4;
  -o-border-image: initial;
     border-image: initial;
  border-top: 0px;
  background: #ffffff;
}
.single-product-tab-section .table-data-sheet tr {
  border-top: 1px solid #d6d4d4;
}
.single-product-tab-section .table-data-sheet tr td {
  padding: 10px 20px 11px;
  color: #666666;
}
.single-product-tab-section .table-data-sheet tr td:first-child {
  width: 30%;
  font-weight: 500;
  color: #333333;
  border-right: 1px solid #d6d4d4;
}
.single-product-tab-section .product-ratting-wrap {
  overflow: hidden;
}
.single-product-tab-section .pro-avg-ratting {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.single-product-tab-section .pro-avg-ratting h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 7px;
}
.single-product-tab-section .pro-avg-ratting h4 span {
  color: #232323;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
}
.single-product-tab-section .pro-avg-ratting > span {
  display: block;
  font-size: 12px;
  line-height: 10px;
}
.single-product-tab-section .ratting-list {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.single-product-tab-section .ratting-list .sin-list {
  margin-right: 30px;
}
.single-product-tab-section .ratting-list .sin-list:last-child {
  margin-right: 0;
}
.single-product-tab-section .ratting-list .sin-list i {
  color: #232323;
  font-size: 12px;
}
.single-product-tab-section .ratting-list .sin-list span {
  color: #666666;
}
.single-product-tab-section .rattings-wrapper {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.single-product-tab-section .sin-rattings {
  margin-bottom: 40px;
}
.single-product-tab-section .sin-rattings:last-child {
  margin-bottom: 0;
}
.single-product-tab-section .sin-rattings .ratting-author {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.single-product-tab-section .sin-rattings .ratting-author h3 {
  float: left;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 18px;
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .single-product-tab-section .sin-rattings .ratting-author .ratting-star {
    float: left;
    width: 100%;
    margin-top: 5px;
  }
}
.single-product-tab-section .sin-rattings .ratting-author .ratting-star i, .single-product-tab-section .sin-rattings .ratting-author .ratting-star span {
  color: #232323;
  font-size: 12px;
  line-height: 18px;
  float: left;
}
.single-product-tab-section .sin-rattings .ratting-author .ratting-star span {
  margin-left: 5px;
}
.single-product-tab-section .sin-rattings p {
  color: #666666;
  font-size: 15px;
  line-height: 24px;
}
.single-product-tab-section .ratting-form-wrapper {
  float: left;
  width: 100%;
}
.single-product-tab-section .ratting-form-wrapper h3 {
  font-size: 16px;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16px;
}
.single-product-tab-section .ratting-form h5 {
  float: left;
  font-size: 14px;
  line-height: 18px;
  margin-right: 10px;
}
.single-product-tab-section .ratting-form .ratting-star i {
  font-size: 14px;
  float: left;
  line-height: 18px;
  display: block;
  margin-right: 3px;
}
.single-product-tab-section .ratting-form .ratting-star i:last-child {
  margin: 0;
}
.single-product-tab-section .ratting-form label {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 3px;
}
.single-product-tab-section .ratting-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #dddddd;
  font-size: 13px;
  line-height: 24px;
  padding: 8px 15px;
  color: #666666;
}
.single-product-tab-section .ratting-form input[type=submit] {
  width: auto;
  padding: 8px 30px;
  border-color: #1e1e1e;
  background-color: #1e1e1e;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
.single-product-tab-section .ratting-form input[type=submit]:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: #ffffff;
}
.single-product-tab-section .ratting-form textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #dddddd;
  font-size: 13px;
  line-height: 24px;
  padding: 8px 15px;
  color: #666666;
  height: 80px;
  resize: none;
}

/*----------  single product image style  ----------*/
.single-product-img {
  position: relative;
}
.single-product-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-product-img:hover:before {
  visibility: visible;
  opacity: 0.3;
}
.single-product-img:hover a {
  visibility: visible;
  opacity: 1;
}
.single-product-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  margin-top: -20px;
  margin-left: -20px;
  color: var(--green);
  visibility: hidden;
  opacity: 0;
}

/*----------  product image gallery   ----------*/
.product-image-gallery .single-product-img {
  border: 1px solid #ddd;
}

/*=====  End of 10. Single Product  ======*/
/*=============================================
=            11. Blog            =
=============================================*/
.single-blog-post {
  background-color: #ffffff;
}
.single-blog-post.gallery-type-post {
  display: block;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-arrow {
  visibility: visible;
  opacity: 0.6;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-arrow:hover {
  opacity: 1;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-next {
  right: 10px;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-prev {
  left: 10px;
}
.single-blog-post.gallery-type-post .slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #323232;
  color: #ffffff;
  line-height: 40px;
  z-index: 9;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  text-align: center;
}
.single-blog-post.gallery-type-post .slick-next {
  right: 30px;
  left: auto;
}
.single-blog-post.gallery-type-post .slick-prev {
  left: 30px;
  right: auto;
}
.single-blog-post .single-blog-post-media {
  position: relative;
}
.single-blog-post .single-blog-post-media .blog-categories {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.single-blog-post .single-blog-post-media .blog-categories ul li {
  display: inline-block;
}
.single-blog-post .single-blog-post-media .blog-categories ul li a {
  display: block;
  background-color: #ffffff;
  padding: 5px 10px;
  text-transform: capitalize;
  margin-right: 5px;
  border-radius: 3px;
}
.single-blog-post .single-blog-post-media .blog-categories ul li a:hover {
  background-color: var(--green);
  color: #ffffff;
}
.single-blog-post .single-blog-post-media .video {
  overflow: hidden;
}
.single-blog-post .single-blog-post-media .video iframe {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .single-blog-post .single-blog-post-media .video iframe {
    height: 200px;
  }
}
.single-blog-post .single-blog-post-content .post-audio {
  overflow: hidden;
}
.single-blog-post .single-blog-post-content .post-audio iframe {
  width: 100%;
}
.single-blog-post .single-blog-post-content h3.post-title {
  font-size: 22px;
  line-height: 30px;
  color: #242424;
  margin-bottom: 20px;
}
.single-blog-post .single-blog-post-content h3.post-title a:hover {
  color: var(--green);
}
@media only screen and (max-width: 575px) {
  .single-blog-post .single-blog-post-content h3.post-title {
    font-size: 25px;
  }
}
.single-blog-post .single-blog-post-content h3.post-title.sticky {
  position: relative;
  padding-left: 25px;
}
.single-blog-post .single-blog-post-content h3.post-title.sticky:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: fontAwesome;
  font-size: 25px;
}
.single-blog-post .single-blog-post-content .post-meta {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.single-blog-post .single-blog-post-content .post-meta p span {
  color: #999999;
}
.single-blog-post .single-blog-post-content .post-meta p span i.fa {
  margin-right: 5px;
}
.single-blog-post .single-blog-post-content .post-meta p a {
  font-weight: 500;
  color: #323232;
}
.single-blog-post .single-blog-post-content .post-meta p a:hover {
  color: var(--green);
}
.single-blog-post .single-blog-post-content .post-meta p span.separator {
  padding: 0 5px;
}
.single-blog-post .single-blog-post-content p.post-excerpt {
  font-size: 15px;
  line-height: 29px;
}
.single-blog-post .single-blog-post-content a.blog-readmore-btn {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.single-blog-post .single-blog-post-content a.blog-readmore-btn:hover {
  color: var(--green);
}

/*=====  End of 11. Blog  ======*/
/*=============================================
=          12.  Blog Post            =
=============================================*/
.blog-single-post-container {
  background-color: #ffffff;
  border: 1px solid #efefef;
  padding: 25px;
}
.blog-single-post-container h3.post-title {
  font-size: 34px;
  line-height: 46px;
  color: #222222;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .blog-single-post-container h3.post-title {
    font-size: 25px;
    line-height: 35px;
  }
}
.blog-single-post-container .post-meta {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.blog-single-post-container .post-meta p span {
  color: #999999;
}
.blog-single-post-container .post-meta p a {
  font-weight: 500;
  color: #323232;
}
.blog-single-post-container .post-meta p a:hover {
  color: var(--green);
}
.blog-single-post-container .post-meta p span.separator {
  padding: 0 5px;
}
.blog-single-post-container .single-blog-post-media {
  position: relative;
  margin-bottom: 50px;
}
.blog-single-post-container .single-blog-post-media .blog-categories {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.blog-single-post-container .single-blog-post-media .blog-categories ul li {
  display: inline-block;
}
.blog-single-post-container .single-blog-post-media .blog-categories ul li a {
  display: block;
  background-color: #ffffff;
  padding: 5px 10px;
  text-transform: capitalize;
  margin-right: 5px;
  border-radius: 3px;
}
.blog-single-post-container .single-blog-post-media .blog-categories ul li a:hover {
  background-color: var(--green);
  color: #ffffff;
}
.blog-single-post-container .single-blog-post-media .video {
  overflow: hidden;
}
.blog-single-post-container .single-blog-post-media .video iframe {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .blog-single-post-container .single-blog-post-media .video iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-single-post-container .single-blog-post-media .video iframe {
    height: 250px;
  }
}
.blog-single-post-container .post-audio {
  overflow: hidden;
}
.blog-single-post-container .post-audio iframe {
  width: 100%;
  height: 100px;
}
.blog-single-post-container .post-content p {
  font-size: 15px;
  line-height: 29px;
}
.blog-single-post-container .post-content blockquote {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-left: 5px solid var(--green);
  font-size: 14px;
  font-style: italic;
  line-height: 26px;
  margin: 40px 0 40px 40px;
  padding: 30px 45px;
}
@media only screen and (max-width: 479px) {
  .blog-single-post-container .post-content blockquote {
    margin-left: 10px;
    padding: 15px 20px;
  }
}
.blog-single-post-container .tag-area {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}
.blog-single-post-container .tag-area span {
  color: #999999;
}
.blog-single-post-container .tag-area ul {
  display: inline-block;
}
.blog-single-post-container .tag-area ul li {
  display: inline-block;
}
.blog-single-post-container .tag-area ul li a {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  color: #323232;
}
.blog-single-post-container .tag-area ul li a:hover {
  color: var(--green);
}
.blog-single-post-container .social-share-buttons {
  text-align: center;
}
.blog-single-post-container .social-share-buttons h3 {
  background: none;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 26px;
  margin: 0 20px;
  text-transform: uppercase;
  width: auto;
  font-weight: 500;
  margin-bottom: 15px;
}
.blog-single-post-container .social-share-buttons ul li {
  display: inline-block;
}
.blog-single-post-container .social-share-buttons ul li a {
  background: #f7f7f7;
  border-radius: 100%;
  color: #353535;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  width: 26px;
}
.blog-single-post-container .social-share-buttons ul li a:hover {
  background-color: var(--green);
  color: #ffffff;
}
.blog-single-post-container .related-post-container h3.related-post-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #222222;
}
.blog-single-post-container .related-post-container .single-related-post .image {
  margin-bottom: 15px;
}
.blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}
.blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title a:hover {
  color: var(--green);
}
.blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title span {
  display: block;
  font-size: 13px;
  line-height: 24px;
  color: #999999;
  font-weight: 400;
  margin-top: 5px;
}

/*----------  single blog post media  ----------*/
.single-blog-post-media {
  position: relative;
}
.single-blog-post-media:hover .slick-arrow {
  visibility: visible;
  opacity: 0.6;
}
.single-blog-post-media:hover .slick-arrow:hover {
  opacity: 1;
}
.single-blog-post-media:hover .slick-next {
  right: 10px;
}
.single-blog-post-media:hover .slick-prev {
  left: 10px;
}
.single-blog-post-media .slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #323232;
  color: #ffffff;
  line-height: 40px;
  z-index: 9;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
}
.single-blog-post-media .slick-next {
  right: 30px;
  left: auto;
}
.single-blog-post-media .slick-prev {
  left: 30px;
  right: auto;
}

/*----------  comment container  ----------*/
h3.comment-counter {
  margin-bottom: 20px;
  font-weight: 500;
}

.comment-container .single-comment {
  position: relative;
  border: 1px solid #e0e0e0;
  margin: 0 0 30px;
  padding: 30px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-container .single-comment.reply-comment {
  margin-left: 10%;
  width: 90%;
}
.comment-container .single-comment:last-child {
  margin-bottom: 0;
}
.comment-container .single-comment span.reply-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.comment-container .single-comment span.reply-btn a {
  display: inline-block;
  border: 1px solid var(--green);
  color: var(--green);
  padding: 5px 15px;
  font-weight: 500;
  border-radius: 50px;
  font-size: 13px;
}
.comment-container .single-comment span.reply-btn a:hover {
  background-color: var(--green);
  color: #ffffff;
}
.comment-container .single-comment .image {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
}
.comment-container .single-comment .content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: 20px;
}
.comment-container .single-comment .content h3 {
  font-size: 15px;
  line-height: 29px;
  color: #999999;
  font-weight: 700;
  font-style: italic;
}
.comment-container .single-comment .content h3 span.comment-time {
  font-size: 14px;
  line-height: 29px;
  color: #999999;
  font-weight: 400;
  display: block;
}
.comment-container .single-comment .content p.comment-text {
  color: #999999;
  font-size: 15px;
  line-height: 24px;
}

/*----------  comment form  ----------*/
.comment-form-container h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 25px;
}
.comment-form-container p {
  font-size: 12px;
  line-height: 23px;
  color: #999999;
}

/*----------  comment form  ----------*/
.comment-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 29px;
  color: #999999;
  font-weight: 500;
}
.comment-form textarea {
  border: 1px solid #e0e0e0;
  height: 130px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.comment-form input {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  height: 50px;
  line-height: 48px;
  width: 100%;
  padding: 0 15px;
  vertical-align: middle;
}
.comment-form .pataku-btn {
  border: none;
  text-transform: uppercase;
}

/*=====  End of 12. Blog Post  ======*/
/*=============================================
=            13. Cart & Wishlist            =
=============================================*/
.cart-table {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}
.cart-table .table {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cart-table .table {
    border-top: 8px solid #ddd;
  }
}
.cart-table .table thead {
  background-color: #ddd;
}
@media only screen and (max-width: 767px) {
  .cart-table .table thead {
    display: none;
  }
}
.cart-table .table thead tr th {
  text-align: center;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1e1e1e;
  padding: 12px 20px;
}
.cart-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 767px) {
  .cart-table .table tbody tr td {
    display: block;
    width: 100%;
    max-width: none;
    padding: 15px;
    text-align: left;
  }
}

.cart-table th.pro-thumbnail, .cart-table td.pro-thumbnail {
  max-width: 160px;
  min-width: 120px;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .cart-table th.pro-thumbnail a, .cart-table td.pro-thumbnail a {
    width: 160px;
  }
}
.cart-table th.pro-title, .cart-table td.pro-title {
  min-width: 200px;
}
.cart-table td.pro-thumbnail a {
  display: block;
}
.cart-table td.pro-thumbnail a img {
  width: 100%;
  background-color: #f6f7f8;
}
.cart-table td.pro-title a {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
}
.cart-table td.pro-title a:hover {
  color: var(--green);
}
.cart-table td.pro-price span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #232323;
}

  /*----------  Additional cart quantity style will be placed here  ----------*/

.cart-table td.pro-subtotal span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #232323;
}
.cart-table td.pro-addtocart button {
  width: 140px;
  border-radius: 0;
  height: 36px;
  border: 1px solid var(--green);
  line-height: 24px;
  padding: 5px 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1e1e1e;
  background-color: var(--green);
}
.cart-table td.pro-remove a {
  display: block;
  font-weight: 500;
  color: #232323;
}
.cart-table td.pro-remove a i {
  font-size: 15px;
}
.cart-table td.pro-remove a:hover {
  color: #ff0000;
}
@media only screen and (max-width: 767px) {
  .cart-table td.pro-remove a {
    width: 60px;
    text-align: center;
  }
}

/*-- Calculate Shipping --*/
.calculate-shipping {
  margin-bottom: 23px;
}
.calculate-shipping h4 {
  font-size: 20px;
  line-height: 23px;
  /* text-decoration: underline; */
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}
.calculate-shipping form .nice-select {
  width: 100%;
  border-radius: 0;
  height: 36px;
  border: 1px solid #999999;
  line-height: 24px;
  padding: 5px 20px;
  background-color: transparent;
}
.calculate-shipping form .nice-select::after {
  border-color: #232323;
}
.calculate-shipping form .nice-select .current {
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #232323;
}
.calculate-shipping form .nice-select .list {
  width: 100%;
}
.calculate-shipping form input {
  width: 100%;
  border-radius: 0;
  height: 36px;
  border: 1px solid #999999;
  line-height: 24px;
  padding: 5px 20px;
  color: #232323;
  background-color: transparent;
}
.calculate-shipping form input[type=submit] {
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  width: 140px;
}
.calculate-shipping form input[type=submit]:hover {
  background-color: var(--green);
  border-color: var(--green);
}

/*-- Discount Coupon --*/
.discount-coupon h4 {
  font-size: 20px;
  line-height: 23px;
  /* text-decoration: underline; */
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}
.discount-coupon form input {
  width: 100%;
  border-radius: 0;
  height: 36px;
  border: 1px solid #999999;
  line-height: 24px;
  padding: 5px 20px;
  color: #232323;
  background-color: transparent;
}
.discount-coupon form input[type=submit] {
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  /* background-color: #1e1e1e; */
  /* border-color: #1e1e1e; */
  border: 0px;
}
.discount-coupon form input[type=submit]:hover {
  background-color: var(--green);
  border-color: var(--green);
}


/*=====  End of  13. Cart & Wishlist  ======*/
/*-- Single Payment Method --*/
.single-method {
  margin-bottom: 20px;
}
.single-method:last-child {
  margin-bottom: 0;
}
.single-method input[type=radio] {
  display: none;
}
.single-method input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #1e1e1e;
  margin: 0;
}
.single-method input[type=radio] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=radio] + label::after {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #1e1e1e;
  width: 10px;
  text-align: center;
  height: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=radio]:checked + label::before {
  border: 2px solid #1e1e1e;
}
.single-method input[type=radio]:checked + label::after {
  opacity: 1;
}
.single-method input[type=checkbox] {
  display: none;
}
.single-method input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #232323;
  margin: 0;
}
.single-method input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=checkbox] + label::after {
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #1e1e1e;
  width: 8px;
  text-align: center;
  height: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=checkbox]:checked + label::before {
  border: 2px solid #1e1e1e;
}
.single-method input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.single-method p {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  color: #232323;
  line-height: 23px;
}

/*-- Place Order --*/
.place-order {
  margin-top: 40px;
  width: 140px;
  border-radius: 0;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1e1e1e;
}
.place-order:hover {
  background-color: var(--green);
}

/*=====  End of 14. Checkout  ======*/
/*=============================================
=           15.  Compare            =
=============================================*/
/*-- Compare Table --*/
.compare-table {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}
.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eeeeee;
}
.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.compare-table .table tbody tr td:last-child {
  border-right: 1px solid #eeeeee;
}
.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
  line-height: 1;
}
.compare-table .table tbody tr td.product-image-title {
  padding-top: 50px;
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}
.compare-table .table tbody tr td.product-image-title .image img {
  max-width: 100%;
}
.compare-table .table tbody tr td.product-image-title .category {
  font-size: 13px;
  line-height: 15px;
  color: #232323;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 10px;
}
.compare-table .table tbody tr td.product-image-title .category:hover {
  color: var(--green);
}
.compare-table .table tbody tr td.product-image-title .title {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  line-height: 20px;
  margin-bottom: 10px;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: var(--green);
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}
.compare-table .table tbody tr td.pro-price {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
}
.compare-table .table tbody tr td.pro-color {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
}
.compare-table .table tbody tr td.pro-stock {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background-color: #1e1e1e;
  color: #ffffff;
  border-radius: 0;
  display: inline-block;
  width: 170px;
  padding: 10px 25px 10px 25px;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart i.fa {
  padding-right: 10px;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 21px;
  overflow: hidden;
  text-align: center;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background-color: var(--green);
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: red;
}
.compare-table .table tbody tr td.pro-ratting i {
  color: #232323;
  font-size: 14px;
}

/*=====  End of 15. Compare  ======*/
/*=============================================
=           16.  My Account            =
=============================================*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}
.myaccount-tab-menu a {
  border: 1px solid #eeeeee;
  border-bottom: none;
  color: #232323;
  font-weight: 500;
  font-size: 12px;
  display: block;
  padding: 15px 15px 13px;
  text-transform: uppercase;
}
.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #eeeeee;
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: var(--green);
  color: #ffffff;
}
.myaccount-tab-menu a i {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

/*-- My Account Content -*/
.myaccount-content {
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #eeeeee;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}
.myaccount-content h3 {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.myaccount-content .welcome a {
  color: #000000;
}
.myaccount-content .welcome a:hover {
  color: var(--green);
}
.myaccount-content .welcome strong {
  font-weight: 600;
}
.myaccount-content a.edit-address-btn {
  background: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  padding: 10px 20px;
  border-radius: 0;
}
.myaccount-content a.edit-address-btn i {
  padding-right: 5px;
}
.myaccount-content a.edit-address-btn:hover {
  background-color: var(--green);
}
.myaccount-content button.save-change-btn {
  background: none;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  width: 140px;
  padding: 10px 0;
  border-radius: 0;
}
.myaccount-content button.save-change-btn:hover {
  background-color: var(--green);
}

/*-- My Account Table -*/
.myaccount-table {
  white-space: nowrap;
  font-size: 15px;
}
.myaccount-table table th, .myaccount-table .table th {
  padding: 10px;
}
.myaccount-table table td, .myaccount-table .table td {
  padding: 20px 10px;
  vertical-align: middle;
}
.myaccount-table table td a:hover, .myaccount-table .table td a:hover {
  color: var(--green);
}

.saved-message {
  border-top: 3px solid var(--green);
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
}

/*-- My Account Details Form -*/
.account-details-form h4 {
  margin: 0;
}
.account-details-form input {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 0;
  line-height: 24px;
  padding: 11px 25px;
  color: #656565;
}

/*=====  End of 16. My Account  ======*/
/*=============================================
=            17. Login Register            =
=============================================*/
/*-- Login Title --*/
.login-title {
  font-size: 20px;
  line-height: 23px;
  /* text-decoration: underline; */
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}

/*-- Login Form --*/
.login-form {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-form {
    padding: 15px;
  }
}
.login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.login-form .nice-select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #232323;
  margin-bottom: 15px;
}
.login-form .nice-select::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  right: 20px;
  border-color: #232323;
}
.login-form .nice-select .current {
  color: #232323;
  display: block;
  line-height: 23px;
}
.login-form .nice-select .list {
  width: 100%;
}
.login-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #232323;
  margin-bottom: 15px;
}
.login-form input[type=checkbox] {
  width: auto;
}
.login-form .check-box {
  float: left;
  margin-right: 70px;
}
.login-form .check-box:last-child {
  margin-right: 0;
}
.login-form .check-box input[type=checkbox] {
  display: none;
}
.login-form .check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #1e1e1e;
  margin: 0;
}
.login-form .check-box input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-form .check-box input[type=checkbox] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #1e1e1e;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-form .check-box input[type=checkbox]:checked + label::before {
  border: 2px solid #1e1e1e;
}
.login-form .check-box input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/*-- Place Order --*/
.register-button {
  display: block;
  margin-top: 40px;
  width: 140px;
  border-radius: 0;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1e1e1e;
}
.register-button:hover {
  background-color: var(--green);
}

/*=====  End of 17. Login Register  ======*/
/*=============================================
=           18.  FAQ            =
=============================================*/
.faq-wrapper .panel.panel-default {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.faq-wrapper .card, .faq-wrapper .card-header {
  border-radius: 0;
}
.faq-wrapper .card {
  margin-bottom: 15px;
}
.faq-wrapper .card:last-child {
  margin-bottom: 0;
}
.faq-wrapper .card-header {
  padding: 0;
  border-bottom: 0;
  background-color: #e9e9e9;
}
.faq-wrapper .card-header h5 button {
  width: 100%;
  text-align: left;
  color: #333;
  font-weight: 500;
  padding: 10px 20px;
  position: relative;
}
.faq-wrapper .card-header h5 button span {
  position: absolute;
  right: 10px;
}
.faq-wrapper .card-header h5 button span i.fa {
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.faq-wrapper .card-header h5 button:hover, .faq-wrapper .card-header h5 button:focus {
  text-decoration: none;
}
.faq-wrapper .card-header h5 button[aria-expanded=true] {
  background-color: var(--green);
  color: #ffffff;
  border-radius: 0;
}
.faq-wrapper .card-header h5 button[aria-expanded=true] span i.fa.fa-chevron-down {
  visibility: visible;
  opacity: 1;
  display: inline;
}
.faq-wrapper .card-header h5 button[aria-expanded=false] span i.fa.fa-chevron-up {
  visibility: visible;
  opacity: 1;
  display: inline;
}
.faq-wrapper .card-body p {
  font-size: 14px;
  line-height: 24px;
}

/*=====  End of 18. FAQ  ======*/
/*=============================================
=           19. Contact             =
=============================================*/
#google-map {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  #google-map {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  #google-map {
    height: 250px;
  }
}
@media only screen and (max-width: 479px) {
  #google-map {
    height: 200px;
  }
}

h3.contact-page-title {
  font-size: 32px;
  line-height: 32px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  h3.contact-page-title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 575px) {
}
.single-contact-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-contact-block h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #222222;
}
@media only screen and (max-width: 575px) {
  .single-contact-block h4 {
    font-size: 20px;
  }
}
.single-contact-block h4 img {
  margin: 5px 20px 20px 0;
}
.single-contact-block p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 29px;
  color: #666666;
}

span.required {
  color: red;
}

/*----------  contact form  ----------*/

.contact-section {
    background: #f8f6f1;
    padding: 75px 0;
}


/* =====================================
   LEFT SIDE
===================================== */

.contact-left {
    padding-right: 45px;
}

.contact-small-title {
    display: inline-block;
    color: #9e703e;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.contact-left h2,
.contact-form h2 {
    color: #263126;
    font-size: 34px;
    font-weight: 500;
    margin: 0 0 15px;
}

.contact-description {
    color: #777;
    font-size: 16px;
    line-height: 1.8;
    max-width: 330px;
    margin-bottom: 30px;
}


/* =====================================
   CONTACT INFORMATION
===================================== */

.contact-info-item {
    display: flex;
    align-items: flex-start;
    padding: 22px 0;
    border-top: 1px solid #ddd8cf;
}

.contact-info-item:last-child {
    border-bottom: 1px solid #ddd8cf;
}

.contact-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eee9df;
    color: #9e703e;

    border-radius: 50%;
    margin-right: 16px;

    font-size: 17px;
}

.contact-info-text span {
    display: block;
    color: #354034;
    font-size: 16px;
    font-weight: 500;
    margin: 1px 0 6px;
}

.contact-info-text p {
    color: #777;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}


/* =====================================
   FORM
===================================== */

.contact-form {
    background: #fff;
    padding: 38px 42px;

    border: 1px solid #eeeae3;
    border-radius: 12px;

    box-shadow: 0 8px 30px rgba(50, 50, 40, .06);
}

.contact-form h2 {
    margin-bottom: 8px;
}

.form-description {
    color: #888;
    font-size: 13px;
    margin-bottom: 28px;
}


/* =====================================
   INPUTS
===================================== */

.contact-form label {
    color: #555;
    font-size: 15px;
    margin: 12px 0px;
}

.contact-form label b {
    color: #9e703e;
}

.contact-form .form-control {
    height: 46px;

    border: 1px solid #ddd9d1;
    border-radius: 4px;

    background: #fff;

    padding: 10px 13px;

    font-size: 13px;

    box-shadow: none;
}

.contact-form textarea.form-control {
    height: auto;
    min-height: 120px;
    resize: vertical;
}

.contact-form .form-control::placeholder {
    color: #aaa;
}

.contact-form .form-control:focus {
    border-color: #9e703e;
    box-shadow: 0 0 0 2px rgba(158,112,62,.08);
}


/* =====================================
   BUTTON
===================================== */

.contact-btn {
    border: 0;

    background: #9e703e;
    color: #fff;

    padding: 12px 21px;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 600;

    transition: .3s ease;
}

.contact-btn i {
    margin-left: 12px;
}

.contact-btn:hover {
    background: #80582f;
    color: #fff;
    transform: translateY(-1px);
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 991px) {

    .contact-left {
        padding-right: 0;
        margin-bottom: 40px;
    }

}

@media (max-width: 767px) {

    .contact-section {
        padding: 50px 15px;
    }

    .contact-left h2,
    .contact-form h2 {
        font-size: 28px;
    }

    .contact-form {
        padding: 28px 20px;
    }

    .contact-info-item {
        padding: 18px 0;
    }

}
/*=====  End of 19. Contact   ======*/
/*=============================================
=            20. About            =
=============================================*/
/*-- About Image --*/
.about-image img {
  width: 100%;
}

/*-- About Content --*/
.about-content h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.about-content h1 span {
  color: var(--green);
}
@media only screen and (max-width: 767px) {
  .about-content h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.about-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.about-content p {
  font-size: 14px;
  line-height: 24px;
}

/*-- About Mission Vission Goal --*/
.about-mission-vission-goal h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
}
.about-mission-vission-goal p {
  font-size: 14px;
  line-height: 24px;
}

/*-- About Section Title --*/
.about-section-title h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .about-section-title h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.about-section-title p {
  font-size: 14px;
  line-height: 24px;
  max-width: 600px;
}

/*-- About Feature --*/
.about-feature h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.about-feature p {
  font-size: 14px;
  line-height: 23px;
  max-width: 265px;
}
@media only screen and (max-width: 767px) {
  .about-feature p {
    max-width: 350px;
  }
}

/*-- About Feature Banner --*/
.about-feature-banner .banner {
  margin-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-feature-banner .banner {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-feature-banner .banner {
    margin-left: 0;
  }
}

/*-- Feature Content --*/
.feature-content h2 {
  font-size: 30px;
  max-width: 470px;
  margin-bottom: 0;
}
.feature-content h2 span {
  font-weight: 700;
}
.feature-content h1 {
  font-size: 36px;
  max-width: 470px;
}
.feature-content h1 span {
  font-weight: 700;
}
.feature-content p {
  line-height: 23px;
  max-width: 520px;
  margin-bottom: 0;
  margin-top: 30px;
}

/*-- Feature Image --*/
.feature-image {
  position: relative;
  z-index: 2;
}
.feature-image::before {
  position: absolute;
  right: 0;
  bottom: -40px;
  content: "";
  width: 380px;
  height: 360px;
  background-color: #ffffff;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-image::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .feature-image::before {
    display: none;
  }
}
.feature-image img {
  width: 100%;
  margin-left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-image img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .feature-image img {
    margin-left: 0;
  }
}

.about-feature {
  margin-bottom: -30px;
}

/*=====  End of 20. About  ======*/
.error h1 {
  font-size: 16rem;
  font-weight: 900;
  letter-spacing: 1rem;
  line-height: 1.1;
  margin-bottom: 30px;
  color: var(--green);
}
@media only screen and (max-width: 767px) {
  .error h1 {
    font-size: 13rem;
  }
}
@media only screen and (max-width: 575px) {
  .error h1 {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 479px) {
  .error h1 {
    font-size: 8rem;
  }
}
.error h2 {
  font-size: 25px;
}
.error .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.error .searchform__input {
  border: 1px solid #eeeeee;
  height: 45px;
  width: 100%;
  padding-left: 15px;
}
.error .searchform__submit {
  border: none;
  background-color: var(--green);
  width: 70px;
  color: #fff;
  cursor: pointer;
}

.ptb--100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb--50 {
  margin-bottom: 50px;
}

/*=============================================
=            21. Footer            =
=============================================*/
/*----------  home two style  ----------*/
.home-two-wrapper .footer-container a:hover {
  color: #369599;
}
.home-two-wrapper .footer-container button:hover {
  color: #369599;
}
.home-two-wrapper .footer-container .social-link ul li a:hover {
  color: #369599;
}
.home-two-wrapper .footer-container .navigation-container ul li a:hover {
  color: #369599;
}
.home-two-wrapper .footer-container .app-download-area a:hover {
  color: #ffffff;
}
.home-two-wrapper .copyright-section p.copyright-text {
  color: #999;
}
.home-two-wrapper .copyright-section p.copyright-text a:hover {
  color: #369599;
}

/*----------  Mailchimp alerts  ----------*/
.mailchimp-alerts {
  color: #ffffff;
}
.mailchimp-alerts a:hover {
  color: var(--brown);
}
/* ==========================================
   AL NOOR FOOTER START
========================================== */

.footer-v2 {
    font-family: 'Manrope', sans-serif;
    background: #f7f4ed;
    color: #273025;
}


/* ==========================================
   TOP STATEMENT
========================================== */

.footer-v2-top {
    padding: 90px 0 75px;
    border-bottom: 1px solid #dedbd2;
}

.footer-v2-eyebrow {
    display: block;

    margin-bottom: 18px;

    color: #a7823d;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 3px;
}

.footer-v2-top h2 {
    margin: 0;

    color: #263025;

    font-family: 'Cormorant Garamond', serif;

    font-size: 64px;
    font-weight: 500;

    line-height: .95;
}

.footer-v2-top h2 em {
    color: #59694f;
    font-weight: 400;
}

.footer-v2-intro {
    max-width: 400px;

    margin: 0 0 5px auto;

    color: #6b7069;

    font-size: 19px;
    line-height: 1.9;
}


/* ==========================================
   LINKS
========================================== */

.footer-v2-links {
 background: #252b25;
    padding: 75px 0 70px;
    color: #f3efe5;
}


/* Brand */

.footer-v2-brand {
  color: #f3efe5;

    /* font-family: 'Cormorant Garamond', serif; */

    font-size: 38px;
    font-weight: 600;

    letter-spacing: 2px;

    line-height: .8;
}

.footer-v2-brand span {
    display: block;

    margin-top: 12px;

   color: #d0b16a;

    font-family: 'Manrope', sans-serif;

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 3px;
}

.footer-v2-links > .container > .row > div:first-child > p {
    max-width: 330px;

    margin: 25px 0;

       color: #b9b9ad;

    font-size: 15px;
    line-height: 1.9;
}


/* ==========================================
   SOCIAL
========================================== */

.footer-v2-social {
    display: flex;
    gap: 9px;
}

.footer-v2-social a {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #d6d2c8;
    border-color: rgba(255,255,255,.18);
    color: #d0b16a;

    font-size: 19px;

    transition: .3s ease;
}

.footer-v2-social a:hover {
 background: #d0b16a;
    border-color: #d0b16a;
    color: #252b25;

    transform: translateY(-3px);
}


/* ==========================================
   COLUMN HEADINGS
========================================== */

.footer-v2-links h5 {
    position: relative;

    margin: 0 0 25px;
    padding-bottom: 12px;

     color: #f3efe5;

    /* font-family: 'Cormorant Garamond', serif; */

    font-size:27px;
    font-weight: 600;
}

.footer-v2-links h5:after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 28px;
    height: 2px;

     background: #d0b16a;
}


/* ==========================================
   LINKS
========================================== */

.footer-v2-links ul {
    list-style: none;

    padding: 0;
    margin: 0;
}

.footer-v2-links li {
    margin-bottom: 12px;
}

.footer-v2-links li a {
     color: #aaaFA5;

    font-size: 17px;

    text-decoration: none;

    transition: .25s ease;
}

.footer-v2-links li a:hover {
    color: #d0b16a;
    padding-left: 5px;
}


/* ==========================================
   CONTACT
========================================== */

.footer-v2-contact {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-v2-contact a,
.footer-v2-contact p {
    display: flex;
    align-items: flex-start;

    margin: 0;

    color: #aaaFA5;

    font-size: 17px;
    line-height: 1.7;

    text-decoration: none;
}
.footer-v2-contact a:hover {
    color: #d0b16a;
}


.footer-v2-contact i {
    width: 25px;

    margin-top: 4px;
 color: #d0b16a;
    font-size: 17px;
    padding-right: 30px;
}


/* ==========================================
   BOTTOM
========================================== */

.footer-v2-bottom {
    padding: 18px 0;

    background: #59694f;
}

.footer-v2-bottom p {
    margin: 0;

    color: rgba(255,255,255,.65);

    font-size: 14px;
}

.footer-v2-bottom a {
    color: rgba(255,255,255,.65);

    font-size: 14px;

    text-decoration: none;
}

.footer-v2-bottom a:hover {
    color: #e0c680;
}

.footer-v2-bottom span {
    margin: 0 10px;

    color: #d7bc78;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .footer-v2-top {
        padding: 70px 20px;
    }

    .footer-v2-top h2 {
        font-size: 54px;
    }

    .footer-v2-intro {
        margin: 30px 0 0;
    }

    .footer-v2-links {
        padding: 60px 20px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .footer-v2-top {
        padding: 55px 20px;
    }

    .footer-v2-top h2 {
        font-size: 45px;
    }

    .footer-v2-intro {
        font-size: 12px;
    }

    .footer-v2-links {
        padding: 50px 20px 30px;
    }

    .footer-v2-bottom {
        text-align: center;
    }

    .footer-v2-bottom .text-md-right {
        text-align: center !important;
        margin-top: 8px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .footer-v2-top h2 {
        font-size: 38px;
    }

    .footer-v2-brand {
        font-size: 34px;
    }

}
/* my style st  */

.marquee-section{
    width:100%;
    background:#F7F2EA;
    padding:18px 0;
    overflow:hidden;
}

.marquee{
    width:100%;
    overflow:hidden;
    white-space:nowrap;
}

.marquee-content{
    display:inline-flex;
    align-items:center;
    gap:60px;
    animation:scroll 18s linear infinite;
}

.marquee-content span{
    color:#4B4B4B;
    font-size:15px;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
    white-space:nowrap;
}

@keyframes scroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

/* Mobile */
@media(max-width:768px){

.marquee-content{
    gap:35px;
}

.marquee-content span{
    font-size:15px;
}

}




/* card service st  */
.service_card{
    padding:30px 0;
    background:white;
}

.service_heading{
    max-width:700px;
    margin:0 auto 20px;
}

.service_heading span{
    display:inline-block;
    padding:8px 18px;
    background:#f3eee8;
    color:var(--brown);
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.service_heading h2{
    font-size:46px;
    font-weight:700;
    color:#222;
    margin:0 0 15px;
    line-height:1.3;
}

.service_heading h2 span{
    background:none;
    padding:0;
    color:var(--brown);
    font-size:46px;
}

.service_heading p{
    color:#777;
    font-size:16px;
    line-height:28px;
}

.service_box{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    margin-bottom:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.service_box:hover{
    transform:translateY(-10px);
}

.service_img{
    overflow:hidden;
}

.service_img img{
    width:100%;
    height:270px;
    object-fit:cover;
    transition:.5s;
}

.service_box:hover img{
    transform:scale(1.08);
}

.service_content{
    background:#f3eee8;
    padding:25px;
    display:flex;
    align-items:center;
}

.service_icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#fff;
    color:var(--brown);
    text-align:center;
    line-height:49px;
    font-size:24px;
    margin-right:18px;
    flex-shrink:0;
}

.service_text{
    flex:1;
}

.service_text h4{
    margin:0 0 2px;
    font-size:19px;
    font-weight:700;
}

.service_text p{
    margin:0;
    color:#777;
    line-height:24px;
    font-size:15px;
}

.service_arrow{
    width:30px;
    height:30px;
    border-radius:50%;
    background:var(--brown);
    color:#fff;
    text-align:center;
    line-height:31px;
    text-decoration:none;
    transition:.3s;
}

.service_arrow:hover{
    background:#3E2723;
    color:#fff;
}

@media(max-width:991px){

.service_heading h2,
.service_heading h2 span{
    font-size:34px;
}

.service_img img{
    height:230px;
}

}

@media(max-width:767px){

.service_card{
    padding:30px 0;
}

.service_heading h2,
.service_heading h2 span{
    font-size:28px;
}

.service_box{
    margin-bottom:25px;
}


/* feature st  */

}
.service_feature_area{
    margin-top:50px;
    background:#f3eee8;
    border:1px solid #e6ecd9;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.service_feature_box{
    display:flex;
    align-items:center;
    padding:22px 11px;
    border-right:1px solid #e8e8e8;
    min-height:130px;
}

.service_feature_box.no_border{
    border-right:none;
}

.service_feature_icon{
    width:65px;
    height:65px;
    border-radius:50%;
    border:2px solid var(--brown);
    color:var(--brown);
    font-size:30px;
    text-align:center;
    line-height:61px;
    margin-right:18px;
    flex-shrink:0;
}

.service_feature_text h4{
    margin:0 0 2px;
    font-size:19px;
    color:black;
    font-weight:700;
}

.service_feature_text p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:26px;
}

@media(max-width:991px){

.service_feature_box{
    border-right:none;
    border-bottom:1px solid #e8e8e8;
}

.service_feature_box.no_border{
    border-bottom:none;
}

}

@media(max-width:767px){

.service_feature_box{
    padding:25px 20px;
}

.service_feature_text h4{
    font-size:20px;
}

.service_feature_text p{
    font-size:14px;
}

.service_feature_icon{
    width:55px;
    height:55px;
    line-height:51px;
    font-size:24px;
}

}
/* card service end  */




/* hero section overlay st  */
/* .hero-area {
  background-color: #f2f3f7;
}
.hero-slider-item{
    position: relative;
    overflow: hidden;
}

.hero-slider-item::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.45); 
    z-index:1;
} */
/* hero section overlay end  */


/* hero section style st  */
@media (max-width: 767.98px) {

    .main_hero{
        height: 170px !important;
    }

}
/* hero section style end  */


/* home page card st  */

.ptk-product{
  background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 20px 15px; /* Top-Bottom 20px | Left-Right 15px */
   
}


.whatsapp_div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px 14px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color:#9f713f ;
    /* border: 1px solid #8D6E63; */
    color: white;
}

.whatsapp_div_one{
   display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px 14px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 5px;
    border: 1px solid #9f713f;
    color: #9f713f;
}
.whatsapp_div_one a:hover{
  color: #9f713f;
}
.whatsapp_div_card{
   display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px 14px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 5px;
    border: 1px solid #8D6E63;
    color: #9f713f;
}
/* .whatsapp_div:hover{
    background: #9f713f;
    color: white;
   
} */
/* 
.whatsapp_div a{
   
    text-decoration: none;
    gap: 8px;
    display: flex;
    align-items: center;
    color: #9f713f;
    
} */

.whatsapp_div a:hover{
  color: white;
}
/* .whatsapp_div i:hover{
  color: white;
} */
/* .whatsapp_div i{
    font-size: 18px;
    color: #9f713f;
} */

.whatsapp_div *{
    /* color: white; */
}


/* hero slider style st  */
/* .category-slider{

    width:100%;
    overflow:hidden;
    background:#fff;
    padding:20px 0;

}

.slide-track{

    display:flex;
    width:max-content;
    animation:scroll 25s linear infinite;

}

.slide-track:hover{

    animation-play-state:paused;

}

.item{

    width:150px;
    margin:0 15px;
    text-align:center;

}

.item img{

    width:156px;
    height:120px;
    object-fit:cover;
    transition:.3s;

}

.item img:hover{

    transform:scale(1.08);

}

@keyframes scroll{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

@media(max-width:768px){

.item{

width:100px;

}

.item img{

width:80px;
height:80px;

}

} */


/* hero slider style end */


/* count down style st  */

.deal-timer{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:#f3eee8;
    padding:12px 15px;
    white-space:nowrap;
    margin-top: 0px;
}

.timer-title{
    color:black;
    font-size:17px;
    font-weight:600;
    white-space:nowrap;
}

.count-box{
    width:40px;
    height:40px;
    background:#000;
    color:#fff;
    border-radius:6px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.count-box span{
    font-size:15px;
    font-weight:600;
    line-height:1;
}

.count-box small{
    font-size:12px;
}

/* Mobile */
@media (max-width:768px){

    .deal-timer{
        gap:3px;
        padding:8px 5px;
        margin-top: -20px;
    }

    .timer-title{
        font-size:11px;
        margin-right:2px;
    }

    .count-box{
        width:34px;
        height:34px;
        border-radius:4px;
    }

    .count-box span{
        font-size:14px;
    }

    .count-box small{
        font-size:6px;
        margin-top:1px;
        line-height:1;
    }
}
/* count down stye end  */





/* cash payment  st */
.cash_image{
  height: 30px;
  width: 57px;
  object-fit: cover;
  margin-top: 20px;
}
.cash_image_two{
  height: 30px;
    width: 80px;
    object-fit: cover;
      margin-top: 20px;
}
.cash_image_three{
  height: 30px;
    width: 70px;
    object-fit: cover;
      margin-top: 20px;
}
.cash_image_four{
  height: 30px;
    width: 45px;
    object-fit: cover;
      margin-top: 20px;
}

/* cash payment end  */

/* footer design st  */
#footer-last{
  /* background-color: #453b2e; */
  padding-bottom: 10px;
  padding-top: 10px;
  
}

.copyright-section{
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #453b2e;
 
  
}
/* footer design end  */



.main_logo_here{
  height: 104px;
    width: 100px;
    object-fit: cover;
}

@media (max-width:768px){
  .main_logo_here{
    height: 60px;
    width: 57px;
  }
}


                                        /* category-slider st  */


.category-slider {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 20px 0;
    /*margin-top: 143px;*/
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.category-slider:active,
.category-slider.dragging {
    cursor: grabbing;
}

.slide-track {
    display: flex;
    align-items: flex-start;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.item {
    width: 156px;
    flex: 0 0 156px;
    margin: 0 15px;
    text-align: center;
}

.item img {
    width: 156px;
    height: 120px;
    display: block;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    transition: transform 0.3s ease;
}

.item:hover img {
    transform: scale(1.08);
}

.item h5 {
    margin: 8px 0 0;
    color:var(--green);
}

@media (max-width: 768px) {
    .category-slider {
        margin-top: 0;
    }

    .item {
        width: 100px;
        flex-basis: 100px;
        margin: 0 10px;
    }

    .item img {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
}

                                        /* category-slider end  */



                                        /* shop-by-slider st  */

.shop-by-section {
    width: 100%;
    padding: 30px 0;
    /* margin-top: 143px; */
    overflow: hidden;
    background: #ffffff;
}

/* Shop By Slider Viewport */

.shop-by-slider {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.shop-by-slider:active,
.shop-by-slider.shop-by-dragging {
    cursor: grabbing;
}

/* Shop By Infinite Track */

.shop-by-track {
    display: flex;
    align-items: flex-start;
    gap: 44px;
    width: max-content;
    padding: 10px 22px 20px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

/* Shop By Card */

.shop-by-card {
    width: 280px;
    flex: 0 0 280px;
    display: block;
    color: #111111;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.shop-by-card:hover,
.shop-by-card:focus {
    color: #111111;
    text-decoration: none;
}

/* Shop By Image Box */

.shop-by-image-box {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 15px;
    background: #f3f3f3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
}

/* Main Card Image */

.shop-by-main-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    transition: transform 0.4s ease;
}

/* Logo Inside Image */

.shop-by-logo {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    width: 62px;
    height: 62px;
    display: block;
    object-fit: contain;
    opacity: 0.78;
    pointer-events: none;
    -webkit-user-drag: none;
}

/* Hover Effect */

.shop-by-card:hover .shop-by-main-image {
    transform: scale(1.06);
}

/* Card Title */

.shop-by-card h5 {
    margin: 13px 0 0;
    padding: 0 3px;
    color: #080808;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}

/* Tablet */

@media (max-width: 991px) {

    .shop-by-section {
        margin-top: 70px;
    }

    .shop-by-track {
        gap: 25px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .shop-by-card {
        width: 230px;
        flex-basis: 230px;
    }

    .shop-by-image-box {
        height: 230px;
    }

    .shop-by-logo {
        right: 10px;
        bottom: 10px;
        width: 54px;
        height: 54px;
    }

    .shop-by-card h5 {
        font-size: 17px;
    }
}

/* Mobile */

@media (max-width: 767px) {

    .shop-by-section {
        margin-top: 0;
        padding: 20px 0;
    }

    .shop-by-track {
        gap: 16px;
        padding: 8px 12px 18px;
    }

    .shop-by-card {
        width: 220px;
        flex-basis: 220px;
    }

    .shop-by-image-box {
        height: 220px;
        border-radius: 12px;
    }

    .shop-by-logo {
        right: 9px;
        bottom: 9px;
        width: 48px;
        height: 48px;
    }

    .shop-by-card h5 {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media (max-width: 420px) {

    .shop-by-card {
        width: 205px;
        flex-basis: 205px;
    }

    .shop-by-image-box {
        height: 205px;
    }
}

                                        /* shop-by-slider end  */



                                        /* top-selling-product-section st  */


/* ==============================
   TOP SELLING PRODUCTS SECTION
================================ */

.top-selling-product-section {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    background: #ffffff;
}

.top-selling-product-container {
    width: 100%;
    padding: 0 22px;
}

/* Heading */

.top-selling-product-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.top-selling-product-heading h2 {
    margin: 0;
    color: #111111;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
}

.top-selling-product-view-all {
    color: #453b2e;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.top-selling-product-view-all:hover {
    color: var(--brown);
    text-decoration: none;
}

/* Slider viewport */

.top-selling-product-slider {
    width: 100%;
    overflow: hidden;
    padding: 5px 3px 15px;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.top-selling-product-slider:active,
.top-selling-product-slider.top-selling-product-dragging {
    cursor: grabbing;
}

/* Track */

.top-selling-product-track {
    display: flex;
    align-items: stretch;
    gap: 22px;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

/* Product Card */

.top-selling-product-card {
    width: 370px;
    flex: 0 0 370px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #111111;
    text-decoration: none;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
    -webkit-tap-highlight-color: transparent;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.top-selling-product-card:hover,
.top-selling-product-card:focus {
    color: #111111;
    text-decoration: none;
}

.top-selling-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

/* Product image box */

.top-selling-product-image-box {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #eeeeee;
}

.top-selling-product-main-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    transition: transform 0.45s ease;
}

.top-selling-product-card:hover .top-selling-product-main-image {
    transform: scale(1.045);
}

/* Logo inside product image */

.top-selling-product-logo {
    position: absolute;
    right: 15px;
    bottom: 67px;
    z-index: 2;
    width: 68px;
    height: 68px;
    display: block;
    object-fit: contain;
    opacity: 0.78;
    pointer-events: none;
    -webkit-user-drag: none;
}

/* Product content */

.top-selling-product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 17px 16px 15px;
}

.top-selling-product-content h3 {
    /*min-height: 50px;*/
    margin: 0 0 10px;
    color: #626262;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    text-transform: uppercase;
}

/* Prices */

.top-selling-product-price-row {
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px;
}

.top-selling-product-prices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.top-selling-product-prices del {
    color: #e30000;
    font-size: 14px;
    font-weight: 500;
}

.top-selling-product-prices strong {
    color: #111111;
    font-size: 16px;
    font-weight: 800;
}

.top-selling-product-discount {
    color: #50b95a;
    font-size: 14px;
    font-weight: 700;
}

/* Product contact information */

.top-selling-product-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 13px;
    /* border-top: 1px solid #eeeeee; */
}

.top-selling-product-contact span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #242424;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
}

.top-selling-product-contact i {
    color: var(--brown);
    font-size: 17px;
}



/* whatsapp button  */

.top-selling-product-contact-two{
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.top-selling-product-contact-two span{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #9f713f;
    color: #fff;
    padding: 12px 15px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    /* border: 1px solid #9f713f; */
}

.top-selling-product-contact-two span:hover{
    background: #865d31;
    border-color: #865d31;
    transform: translateY(-2px);
}

.top-selling-product-contact-two i{
    color: #fff;
    font-size: 16px;
}






/* Large screens */

@media (min-width: 1400px) {

    .top-selling-product-container {
        padding-right: 25px;
        padding-left: 25px;
    }
}

/* Tablet */

@media (max-width: 991px) {

    .top-selling-product-section {
        padding: 32px 0;
    }

    .top-selling-product-container {
        padding: 0 15px;
    }

    .top-selling-product-heading h2 {
        font-size: 24px;
    }

    .top-selling-product-track {
        gap: 18px;
    }

    .top-selling-product-card {
        width: 330px;
        flex-basis: 330px;
    }

    .top-selling-product-image-box {
        height: 350px;
    }

    .top-selling-product-logo {
        width: 60px;
        height: 60px;
    }

    .top-selling-product-contact {
        align-items: flex-start;
        /* flex-direction: column; */
    }



    .top-selling-product-contact-two {
        align-items: flex-start;
        /* flex-direction: column; */
    }


   
}

/* Mobile */

@media (max-width: 767px) {

    .top-selling-product-section {
        padding: 25px 0;
    }

    .top-selling-product-container {
        padding: 0 12px;
    }

    .top-selling-product-heading {
        margin-bottom: 18px;
    }

    .top-selling-product-heading h2 {
        font-size: 21px;
    }

    .top-selling-product-view-all {
        font-size: 14px;
    }

    .top-selling-product-track {
        gap: 15px;
    }

    .top-selling-product-card {
        width: 290px;
        flex-basis: 290px;
    }

    .top-selling-product-image-box {
        height: 315px;
    }

    .top-selling-product-logo {
        right: 11px;
        bottom: 11px;
        width: 52px;
        height: 52px;
    }

    .top-selling-product-content {
        padding: 15px 13px 14px;
    }

    .top-selling-product-content h3 {
        /* min-height: 46px; */
        font-size: 14px;
    }

    .top-selling-product-prices strong {
        font-size: 15px;
    }

    .top-selling-product-contact span {
        font-size: 10px;
    }
    .top-selling-product-contact i {
    
    font-size: 14px;
}

    
    .top-selling-product-contact-two span {
        font-size: 10px;
    }
    .top-selling-product-contact-two i{
    
    font-size: 14px;
}
}

@media (max-width: 360px) {

    .top-selling-product-card {
        width: 270px;
        flex-basis: 270px;
    }

    .top-selling-product-image-box {
        height: 295px;
    }
}

                                        /* top-selling-product-section end  */



                                        /* czf-testimonial-card st  */
   .czf-testimonial-slider {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
    scroll-behavior: auto;
}
.czf-testimonial-section {
    padding: 50px 0;
    background: #f8f8f8;
}

/* Slider outer area */

.czf-testimonial-slider {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
    padding: 15px 5px 25px;
}

.czf-testimonial-slider:active {
    cursor: grabbing;
}

.czf-testimonial-slider.czf-dragging {
    cursor: grabbing;
}

/* Slider track */

.czf-testimonial-track {
    display: flex;
    gap: 24px;
    width: max-content;
    align-items: stretch;
}

/* Slide width JavaScript से control होगी */

.czf-testimonial-slide {
    flex: 0 0 auto;
    height: auto;
}

/* Testimonial card */

.czf-testimonial-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 30px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
    position: relative;
}
.czf-testimonial-slider {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
    padding: 15px 5px 25px;
}

.czf-testimonial-slider:active,
.czf-testimonial-slider.czf-dragging {
    cursor: grabbing;
}

.czf-testimonial-track {
    display: flex;
    gap: 24px;
    width: max-content;
    align-items: stretch;
    will-change: transform;
    transition: none;
}

.czf-testimonial-slide {
    flex: 0 0 auto;
    height: auto;
}

.czf-testimonial-slider img {
    pointer-events: none;
    -webkit-user-drag: none;
}

@media (max-width: 767px) {
    .czf-testimonial-track {
        gap: 16px;
    }
      .order-2{
        order: -1 !important;
    }

}








.czf-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* Customer image */

.czf-client-img {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #6d573e;
}

.czf-client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
}

/* Stars */

.czf-stars {
    margin-bottom: 18px;
}

.czf-stars i {
    color: #ffb400;
    font-size: 18px;
    margin: 0 2px;
}

/* Content */

.czf-testimonial-card p {
    color: #666;
    line-height: 28px;
    margin-bottom: 25px;
    font-style: italic;
}

.czf-testimonial-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.czf-testimonial-card > span {
    color: #888;
    font-size: 15px;
}

/* Quote icon */

.czf-testimonial-card::before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    color: #6d573e;
    opacity: 0.15;
}

/* Tablet */

@media (max-width: 991px) {
    .czf-testimonial-section {
        padding: 70px 0;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .czf-testimonial-section {
        padding: 55px 0;
    }

    .czf-testimonial-track {
        gap: 16px;
    }

    .czf-testimonial-slider {
        padding-left: 3px;
        padding-right: 3px;
    }

    .czf-testimonial-card {
        padding: 30px 20px;
    }

    .czf-client-img {
        width: 75px;
        height: 75px;
    }

    .czf-testimonial-card h4 {
        font-size: 20px;
    }

    .czf-testimonial-card p {
        line-height: 26px;
    }
}

                                        /* czf-testimonial-card end  */



                                        /* czf-gallery-viewport st  */


   .czf-gallery-section {
    padding: 50px 0;
    background: #f8f8f8;
}

.czf-gallery-wrapper {
    position: relative;
    margin-top: 35px;
}

.czf-gallery-viewport {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
    padding: 5px 0;
}

.czf-gallery-viewport:active,
.czf-gallery-viewport.czf-gallery-dragging {
    cursor: grabbing;
}

.czf-gallery-track {
    display: flex;
    gap: 20px;
    width: max-content;
    align-items: stretch;
    will-change: transform;
}

.czf-gallery-slide {
    position: relative;
    flex: 0 0 auto;
    height: 260px;
    overflow: hidden;
    border-radius: 14px;
    background: #eeeeee;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.czf-gallery-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    transition: transform 0.45s ease;
}

.czf-gallery-slide:hover img {
    transform: scale(1.08);
}

/* Image overlay */

.czf-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(69, 59, 46, 0.55);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.czf-gallery-overlay i {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #453b2e;
    font-size: 21px;
    transform: scale(0.7);
    transition: transform 0.35s ease;
}

.czf-gallery-slide:hover .czf-gallery-overlay {
    opacity: 1;
}

.czf-gallery-slide:hover .czf-gallery-overlay i {
    transform: scale(1);
}

/* Slider arrows */

.czf-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #453b2e;
    color: #ffffff;
    font-size: 26px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.3s ease, transform 0.3s ease;
}

.czf-gallery-arrow:hover {
    background: var(--brown);
    transform: translateY(-50%) scale(1.08);
}

.czf-gallery-prev {
    left: -24px;
}

.czf-gallery-next {
    right: -24px;
}

/* Fullscreen lightbox */

.czf-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 85px;
    background: rgba(0, 0, 0, 0.92);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.czf-gallery-lightbox.czf-lightbox-open {
    opacity: 1;
    visibility: visible;
}

.czf-lightbox-content {
    max-width: 1100px;
    max-height: 85vh;
    text-align: center;
}

.czf-lightbox-image {
    max-width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

.czf-lightbox-counter {
    margin-top: 14px;
    color: #ffffff;
    font-size: 16px;
}

.czf-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 5;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
}

.czf-lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.3s ease;
}

.czf-lightbox-arrow:hover {
    background: var(--brown);
}

.czf-lightbox-prev {
    left: 25px;
}

.czf-lightbox-next {
    right: 25px;
}

/* Tablet */

@media (max-width: 991px) {
    .czf-gallery-section {
        padding: 70px 0;
    }

    .czf-gallery-prev {
        left: 8px;
    }

    .czf-gallery-next {
        right: 8px;
    }

    .czf-gallery-arrow {
        width: 42px;
        height: 42px;
        font-size: 23px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .czf-gallery-section {
        padding: 55px 0;
    }

    .czf-gallery-track {
        gap: 14px;
    }

    .czf-gallery-slide {
        height: 280px;
    }

    .czf-gallery-arrow {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .czf-gallery-prev {
        left: 6px;
    }

    .czf-gallery-next {
        right: 6px;
    }

    .czf-gallery-lightbox {
        padding: 55px 15px;
    }

    .czf-lightbox-arrow {
        width: 42px;
        height: 42px;
        font-size: 24px;
    }

    .czf-lightbox-prev {
        left: 10px;
    }

    .czf-lightbox-next {
        right: 10px;
    }

    .czf-lightbox-close {
        top: 12px;
        right: 18px;
        font-size: 44px;
    }

    .czf-lightbox-image {
        max-height: 72vh;
    }
}

                                        /* czf-gallery-viewport end  */
.rating i{
    color: #f5b301;
    font-size: 18px;
}



/* whatsapp flote button  */

/* Floating Buttons */

/* ==============================
   Floating WhatsApp & Call Buttons
================================= */

.floating-btns{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999999;
}

.floating-btns a{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
    transition: all .3s ease;
}

.whatsapp-btn{
    background: #25D366;
}

.call-btn{
    background: #d9ad62;
}

.floating-btns a:hover{
    transform: scale(1.12);
}

/* Pulse Animation */

@keyframes pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(37,211,102,.6);
    }
    70%{
        box-shadow: 0 0 0 15px rgba(37,211,102,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}

.whatsapp-btn{
    animation: pulse 2s infinite;
}

/* Mobile */

@media(max-width:767px){

    .floating-btns{
        right:15px;
        bottom:15px;
    }

    .floating-btns a{
        width:55px;
        height:55px;
        font-size:26px;
    }

}

/* my style end  */

.top-selling-product-image-box {
    position: relative;
    overflow: hidden;
}

.top-selling-product-main-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* CONTACT BAR AT BOTTOM OF IMAGE */
.image-bottom-contact {
    position: absolute;
    bottom: 32px;
    left: 0;

    width: 100%;

    background: rgba(0, 0, 0, 0.75);

    color: #fff;

    padding: 8px 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 11px;

    z-index: 10;
}

.image-bottom-contact-bottom{
  border-top: 1px solid white;
   position: absolute;
    bottom: 0;
    left: 0;

}
.image-bottom-contact span {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.image-bottom-contact i {
    font-size: 12px;
}


/* ==========================================
   WHATSAPP
========================================== */

.pc-whatsapp {
    display: block;

    margin: 0 16px 16px;

    padding: 10px;

    border: 1px solid #D8D8D1;

    text-align: center;

    color: var(--pc-green);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 1px;

    transition: .3s;
}

.pc-whatsapp i {
    margin-right: 5px;

    font-size: 12px;
}

.pc-whatsapp:hover {
    background: var(--pc-green);

    border-color: var(--pc-green);

    color: #fff;
}



/* ==========================================
   HERO
========================================== */

.pc-hero {
    /* min-height: 650px; */
     min-height: 450px;
    position: relative;
top:53px;
    display: flex;
    align-items: center;

    overflow: hidden;
}

.pc-hero-image {
    position: absolute;
    inset: 0;

    background-image:
        url("assets/images/curtain/01.png");

    background-size: 100% 100%;
    background-position: center;
}

.pc-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(39, 48, 38, .84) 0%,
            rgba(39, 48, 38, .60) 42%,
            rgba(39, 48, 38, .12) 100%
        );
}

.pc-hero-content {
    position: relative;
    z-index: 2;

    width: 90%;
    max-width: 1200px;

    margin: auto;

    color: #fff;
}

.pc-eyebrow {
    display: block;

    color: #D0B477;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 3px;
}

.pc-hero h1 {
    max-width: 700px;

    margin: 18px 0;

    font-family: 'Playfair Display', Georgia, serif;

    font-size: 65px;
    font-weight: 400;

    line-height: 1.02;
}

.pc-hero h1 em {
    display: block;

    color: #F1E8D8;

    font-weight: 400;
    font-style: italic;
}

.pc-hero p {
    max-width: 540px;

    margin-bottom: 32px;

    color: #E7E9E3;

    font-size: 15px;
    line-height: 1.9;
}

.pc-button {
    display: inline-flex;
    align-items: center;
    gap: 20px;

    padding: 15px 22px;

    background: #B99A62;

    color: #fff;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;

    transition: .3s;
}

.pc-button:hover {
    background: var(--green);
    color: var(--pc-dark);
}

.pc-button i {
    font-size: 13px;
}

.pc-scroll {
    position: absolute;

    z-index: 3;

    right: 5%;
    bottom: 35px;

    color: #fff;

    font-size: 8px;
    letter-spacing: 2px;

    writing-mode: vertical-rl;
}

.pc-scroll span {
    display: block;

    width: 1px;
    height: 45px;

    margin: 12px auto 0;

    background: rgba(255,255,255,.7);
}


/* ==========================================
   INTRO
========================================== */

.pc-intro {
    width: 90%;
    max-width: 1150px;

    margin: auto;

    padding: 95px 0;

    display: grid;

    grid-template-columns: 1.1fr .9fr;

    gap: 100px;

    align-items: center;
}

.pc-intro-left h2 {
    margin: 14px 0 0;

    font-family: 'Playfair Display', Georgia, serif;

    font-size: 47px;
    font-weight: 400;

    line-height: 1.15;
}

.pc-intro-left h2 em {
    color: var(--pc-green);

    font-style: italic;
}

.pc-intro-right {
    border-left: 1px solid #D5D2C9;

    padding-left: 45px;
}

.pc-intro-right p {
    margin: 0;

    color: var(--pc-gray);

    font-size: 14px;
    line-height: 2;
}
.ptk-product .image a img{
    min-height: 250px !important;
}
/* ==========================================
   CTA
========================================== */

.pc-cta {
    padding: 50px 20px;

    background: var(--green);

    text-align: center;

    color: #fff;
}

.pc-cta-inner {
    max-width: 700px;

    margin: auto;
}

.pc-cta h2 {
    margin: 15px 0;

    font-family: 'Playfair Display', Georgia, serif;

    font-size: 46px;
    font-weight: 400;

    line-height: 1.15;
}

.pc-cta h2 em {
    display: block;

    color: #E7DCC8;

    font-style: italic;
}

.pc-cta p {
    margin: 0 auto 28px;

    max-width: 500px;

    color: #D7DCD4;

    font-size: 14px;

    line-height: 1.8;
}

.pc-cta a {
    display: inline-block;

    padding: 14px 30px;

    background:#B99A62;

    color: #fff;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1.5px;
}


/* ==========================================
   TABLET
========================================== */

@media(max-width: 1000px) {

    .pc-hero h1 {
        font-size: 55px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media(max-width: 600px) {

    .pc-hero {
        min-height: 560px;
    }

    .pc-hero h1 {
        font-size: 40px;
    }

    .pc-scroll {
        display: none;
    }

    .pc-intro {
        display: block;

        padding: 65px 0;
    }

    .pc-intro-left h2 {
        font-size: 37px;
    }

    .pc-intro-right {
        margin-top: 30px;

        padding: 25px 0 0;

        border-left: 0;

        border-top: 1px solid #D5D2C9;
    }

    .pc-category-title {
        display: block;
    }

    .pc-category-title h3 {
        margin-top: 8px;
    }




    .pc-price {
        display: block;

        margin-top: 8px;
    }

    .pc-card-info h3 {
        font-size: 15px;
    }

    .pc-whatsapp {
        margin: 0 10px 10px;
    }

    .pc-cta h2 {
        font-size: 36px;
    }

}
/* -------------------------------------------
BANNER ANIMATION
------------------------------------------- */
	/* Animation Keyframe Definition */
@keyframes slideUpFade {
    0% {
        opacity: 0;
        transform: translateY(30px); /* Starts 30px lower */
    }
    100% {
        opacity: 1;
        transform: translateY(0);    /* Ends in normal position */
    }
}

/* Base style applied to animated elements */
.animate-slide {
    animation: slideUpFade 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0; /* Keeps hidden before animation starts */
}

/* Staggered delay for each line */
.tagline {
    animation-delay: 0.2s;
}

h1 {
    animation-delay: 0.4s;
}

.subtitle {
    animation-delay: 0.6s;
}

  .top-selling-product-image-box {
    position: relative;
    overflow: hidden;
}

.top-selling-product-main-image {
    width: 100%;
    display: block;
}

/* Eye Icon - Top Right */
.top-selling-product-image-box .hover-icon {
    position: absolute;
    top: 15px;
    right: 15px;

    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: #5f6f5a;
    border-radius: 50%;
    text-decoration: none;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);

    transition: all 0.3s ease;
    z-index: 5;
}

/* Show icon when hover on card */
.top-selling-product-card:hover .hover-icon {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Icon */
.top-selling-product-image-box .hover-icon i {
    font-size: 18px;
    line-height: 1;
}

/* Icon hover */
.top-selling-product-image-box .hover-icon:hover {
    background: #5f6f5a;
    color: #ffffff;
}
    .top-selling-product-card{
width: auto;
margin: 10px 0px;
    }
    .top-selling-product-image-box{
        height:auto;
    }
    .product-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 5;
}

.new-badge,
.discount-badge {
    display: block;
    width: fit-content;
    padding: 3px 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 5px;
}

.new-badge {
    background: #111;
}

.discount-badge {
    background: #9e703e;
}

/* SECOND HEADER */
.top-service-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: white;
    font-size: 12px;
    white-space: nowrap;
}

.service-item i {
    color: white;
    font-size: 14px;
}

.service-item:hover {
    color: #9e703e;
}

.service-item:hover i {
    color: #9e703e;
}


/* Mobile */

@media (max-width: 767px) {

    .top-service-bar {
        height: auto;
        padding: 10px 15px;
    }

    .top-service-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 8px;
        width: 100%;
    }

    .service-item {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;

        font-size: 11px;
        white-space: nowrap;
        text-align: center;
    }

    .service-item i {
        margin-right: 6px;
        font-size: 11px;
    }

    .hero-area{
      margin-top: 0px !important;
    }
    .category-slider{
padding: 0px !important;
    }
}
/* MY  CODE */
	/* =========================================================
   checkout PAGE
========================================================= */

.cart-page {
    width: 100%;
    padding: 35px 0 50px;
    background: #ffffff;
}


/* =========================================================
   CART CARD
========================================================= */

.cart-card {
    width: 100%;
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e5e2dc;
    border-radius: 7px;
}


/* =========================================================
   CART HEADER
========================================================= */

.cart-header {

    min-height: 48px;

    display: grid;

    grid-template-columns:
        44%
        16%
        16%
        16%
        8%;

    align-items: center;

    background: #53634d;

    color: #ffffff;

    text-align: center;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 0.2px;
}


/* =========================================================
   CART PRODUCT
========================================================= */

.cart-product {

    min-height: 150px;

    display: grid;

    grid-template-columns:
        44%
        16%
        16%
        16%
        8%;

    align-items: center;

    border-bottom: 1px solid #ece9e3;

    background: #ffffff;
}


.cart-product:last-child {
    border-bottom: none;
}


/* =========================================================
   PRODUCT DETAILS
========================================================= */

.product-details {

    min-width: 0;

    display: flex;

    align-items: center;

    padding: 15px 20px;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.product-image {

    width: 140px;
    height: 115px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-right: 25px;

    overflow: hidden;
}


.product-image img {

    width: 100%;
    height: 100%;

    object-fit: contain;

    display: block;
}


/* =========================================================
   PRODUCT INFORMATION
========================================================= */

.product-content {

    min-width: 0;
}


.product-content h5 {

    margin: 0 0 10px;

    color: #252525;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.5;
}


.product-content p {

    margin: 0;

    color: #777777;

    font-size: 12px;

    line-height: 24px;
}


.product-content p span {

    margin-left: 5px;

    color: #444444;
}


/* =========================================================
   PRICE
========================================================= */

.product-price,
.product-total {

    color: #292929;

    text-align: center;

    font-size: 13px;

    font-weight: 500;
}


/* =========================================================
   QUANTITY
========================================================= */

.quantity {

    width: 135px;
    height: 43px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: space-around;

    border: 1px solid #ddd9d2;

    border-radius: 8px;

    background: #ffffff;
}


.quantity-btn {

    width: 28px;
    height: 28px;

    padding: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #e5e1da;

    border-radius: 50%;

    background: #faf9f5;

    color: #53634d;

    font-size: 17px;

    line-height: 1;

    cursor: pointer;

    transition: all 0.2s ease;
}


.quantity-btn:hover {

    background: #53634d;

    border-color: #53634d;

    color: #ffffff;
}


.quantity-value {

    min-width: 20px;

    color: #252525;

    text-align: center;

    font-size: 13px;

    font-weight: 500;
}


/* =========================================================
   REMOVE
========================================================= */

.remove-wrapper {

    display: flex;

    align-items: center;
    justify-content: center;
}


.delete-product {

    padding: 5px;

    border: none;

    outline: none;

    background: transparent;

    color: #555555;

    font-size: 17px;

    cursor: pointer;

    transition: all 0.2s ease;
}


.delete-product:hover {

    color: #c62828;
}


/* =========================================================
   SHIPPING BUTTON
========================================================= */

.shipping-btn {

    width: 100%;

    height: 42px;

    border: none;

    border-radius: 6px;

    background: #53634d;

    color: #ffffff;

    font-family: inherit;

    font-size: 13px;

    font-weight: 500;

    cursor: pointer;

    transition: all 0.2s ease;
}


.shipping-btn:hover {

    background: #465541;
}


.shipping-btn i {

    margin-left: 9px;

    font-size: 11px;
} 


/* =========================================================
   CART SUMMARY
========================================================= */

.summary-card {

    width: 100%;

    padding: 20px;

    border: 1px solid #e5e2dc;

    border-radius: 7px;

    background: #ffffff;
}


/* =========================================================
   SUMMARY TITLE
========================================================= */

.summary-title {

    margin: 0;

    padding-bottom: 17px;

    border-bottom: 1px solid #e5e2dc;

    color: #53634d;

    font-size: 18px;

    font-weight: 600;
}


/* =========================================================
   SUMMARY ROW
========================================================= */

.summary-line {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 15px;

    margin-top: 18px;

    color: #333333;

    font-size: 12px;

    line-height: 1.5;
}


.summary-line strong {

    color: #222222;

    white-space: nowrap;
}


.summary-muted {

    max-width: 130px;

    color: #777777;

    text-align: right;
}


/* =========================================================
   SUMMARY DIVIDER
========================================================= */

.summary-divider {

    width: 100%;

    margin: 19px 0;

    border-top: 1px solid #e5e2dc;
}


/* =========================================================
   ESTIMATED TOTAL
========================================================= */

.estimated-total {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    margin-bottom: 18px;

    color: #53634d;

    font-size: 16px;

    line-height: 1.4;
}


.estimated-total strong:last-child {

    white-space: nowrap;
}


/* =========================================================
   CHECKOUT
========================================================= */

.checkout-btn {

    width: 100%;

    height: 46px;

    padding: 0 10px;

    border: none;

    border-radius: 5px;

    background: #c99a49;

    color: #ffffff;

    font-family: inherit;

    font-size: 12px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.2s ease;
}



/* =========================================================
   SUMMARY BENEFITS
========================================================= */

.summary-benefits {

    margin-top: 10px;
}


.summary-benefit {

    min-height: 62px;

    display: flex;

    align-items: center;

    gap: 12px;

    border-bottom: 1px dotted #dddddd;
}


.summary-benefit:last-child {

    border-bottom: none;
}


/* =========================================================
   BENEFIT ICON
========================================================= */

.benefit-icon {

    width: 36px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #53634d;

    font-size: 22px;
}


/* =========================================================
   BENEFIT TEXT
========================================================= */

.benefit-content strong {

    display: block;

    margin-bottom: 2px;

    color: #53634d;

    font-size: 11px;

    font-weight: 600;
}


.benefit-content span {

    display: block;

    color: #777777;

    font-size: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .cart-header,
    .cart-product {

        grid-template-columns:
            42%
            16%
            17%
            17%
            8%;
    }


    .product-image {

        width: 110px;
        height: 100px;
        margin-right: 15px;
    }


    .product-content h5 {

        font-size: 13px;
    }


    .quantity {

        width: 120px;
    }


    .summary-card {

        padding: 17px;
    }

}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 991px) {

    /*
       Hide desktop table heading
    */

    .cart-header {

        display: none;
    }


    /*
       Product becomes a card
    */

    .cart-product {

        display: grid;

        grid-template-columns: 1fr 130px;

        min-height: auto;

        gap: 12px;

        padding: 20px;
    }


    .product-details {

        grid-row: span 3;

        padding: 0;
    }


    .product-price {

        text-align: left;
    }


    .product-total {

        text-align: left;
    }


    .quantity {

        margin: 0;
    }


    .remove-wrapper {

        justify-content: flex-start;
    }


    /*
       Cart summary moves below cart
    */

    .summary-card {

        margin-top: 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .cart-page {

        padding: 20px 0 30px;
    }


    .cart-product {

        display: block;

        padding: 18px;
    }


    .product-details {

        display: flex;

        align-items: center;
    }


    .product-image {

        width: 90px;

        height: 85px;

        margin-right: 14px;
    }


    .product-content h5 {

        margin-bottom: 7px;

        font-size: 12px;
    }


    .product-content p {

        font-size: 11px;

        line-height: 20px;
    }


    .product-price,
    .product-total {

        display: inline-block;

        margin-top: 15px;

        margin-right: 20px;

        font-size: 12px;
    }


    .quantity {

        width: 125px;

        height: 40px;

        margin-top: 12px;
    }

/* 
    .shipping-card {

        padding: 15px;
    } */


    .shipping-select,
    .shipping-btn {

        margin-bottom: 10px;
    }


    .summary-card {

        padding: 17px;
    }


    .summary-title {

        font-size: 16px;
    }


    .estimated-total {

        font-size: 14px;
    }

}
/* =========================================================
   BILLING CARD
========================================================= */

.billing-card {
    width: 100%;

    padding: 25px;

    background: #ffffff;

    border: 1px solid #e5e2dc;

    border-radius: 7px;
}


/* =========================================================
   BILLING HEADER
========================================================= */

.billing-header {
    padding-bottom: 18px;

    margin-bottom: 22px;

    border-bottom: 1px solid #e5e2dc;
}

.billing-header h3 {
    margin: 0 0 6px;

    color: #53634d;

    font-size: 20px;

    font-weight: 600;
}

.billing-header p {
    margin: 0;

    color: #777777;

    font-size: 12px;
}


/* =========================================================
   FORM
========================================================= */

.billing-form .form-group {
    margin-bottom: 18px;
}

.billing-form label {
    display: block;

    margin-bottom: 7px;

    color: #333333;

    font-size: 13px;

    font-weight: 500;
}

.billing-form label span {
    color: #c99a49;
}

.billing-form label small {
    color: #888888;

    font-size: 10px;

    font-weight: 400;
}


/* =========================================================
   INPUT / SELECT / TEXTAREA
========================================================= */

.billing-form .form-control {
    width: 100%;

    height: 43px;

    padding: 8px 13px;

    border: 1px solid #ddd9d2;

    border-radius: 6px;

    background: #ffffff;

    color: #333333;

    font-family: inherit;

    font-size: 13px;

    outline: none;

    box-shadow: none;

    transition: all 0.2s ease;
}

.billing-form textarea.form-control {
    height: auto;

    min-height: 105px;

    resize: vertical;
}

.billing-form .form-control::placeholder {
    color: #aaa7a2;
}

.billing-form .form-control:focus {
    border-color: #53634d;

    box-shadow: 0 0 0 2px rgba(83, 99, 77, 0.08);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .billing-card {
        padding: 18px;
    }

    .billing-header h3 {
        font-size: 18px;
    }

    .billing-form .form-group {
        margin-bottom: 15px;
    }

}

