.dark {color: #253237;}
.base{color: #4FB68D;}
.white {color: #FFF;}
.dark-grey {color: #898989;}
.danger{color: #d01717;}

.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs20 {font-size: 20px;}

.gap4 {gap: 4px;}
.gap6 {gap: 6px;}
.gap8 {gap: 8px;}
.gap10 {gap: 10px;}
.gap12 {gap: 12px;}

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

.bg-grey {background-color: #F8F8F8;}

a.tone{color: #4FB68D !important;}
a.tone:hover{color:  rgb(61, 156, 118) !important;}

.hoverable{transition: all 0.3s;}
.hoverable:hover {
	-webkit-transform: translateY(-3px) scale(1.02);
    transform: translateY(-3px) scale(1.02);
}

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  width: 100%;
  overflow-x: hidden;
}
body.sticky{
    padding-top: 222px

}
body.lock {
  position: fixed;
}

.card {
  background-color: white;
  border: solid 1px #DAD6D6;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 10px !important;
}

h2.section-title {
  font-family: "Open Sans",sans-serif;
  font-size: 24px;
  color: #253237;
  text-transform: capitalize;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 15px;
}

.btn {	
	font-family: "Open Sans", sans-serif !important;

  border-radius: 5px;
  padding: 12px 30px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.btn-primary {
  border: solid 1px #4FB68D;
  background-color: #4FB68D;
  color: white;
  font-weight: bold;
}

.btn.btn-danger {
  border: solid 1px #d86565;
  background-color: #d86565;
  color: white;
  font-weight: bold;
}

.btn.btn-default {
  border: solid 1px #e8e8e8;
  background-color: #e8e8e8;
  color: #434d56;
  font-weight: bold;
}


.btn.btn-white {
  border: solid 1px white;
  background-color: white;
  color: #253237;
  font-weight: bold;
}

.btn.btn-sm {
  padding: 8px 15px;
  font-size: 12px;
}

.btn:hover {
  -webkit-transform: translateY(-3px) scale(1.02);
          transform: translateY(-3px) scale(1.02);
}

button:disabled,button[disabled]{
  opacity: 0.8;
}

button:disabled,button[disabled].btn:hover{
  transform: unset;
}

.decoration-title {
  font-size: 16px;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin-bottom: 25px;
  position: relative;
  color: #253237;
  border-bottom: 1px solid #cecece;
  font-weight: 700;
  line-height: 24px;
}

.decoration-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #4fb68d;
}

.form-group{
	margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  opacity: 1;
}

.main-header .header-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 12px 0;
  border-bottom: none;
  z-index: 11;
  margin: 0;
  font-size: 14px;
  color: white;
  background: #253237;
}

.main-header .header-top-nav a {
  color: white;
}

.main-header .header-top-nav a:hover {
  color: #4FB68D;
}

.main-header .header-navigation {
  padding: 40px 0;
  background: #fff;
}

.main-header .header-navigation .search-bar input {
  border-radius: 5px;
  border: 1px solid #4FB68D;
  width: 400px;
  max-width: 100%;
  height: 45px;
}

.main-header .header-navigation .search-bar button {
  cursor: pointer;
  background: #4FB68D;
  border: 1px solid #4FB68D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px 0px 0px 5px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  color: white;
  padding: 12px 10px 12px 15px;
}

.main-header .header-navigation .cart-badge {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -10px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  background: #4fb68d;
  color: #fff;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}

.main-header .header-categories {
  background-color: #F8F8F8;
  padding: 15px 0;
  font-weight: 700;
  color: #253237;
  font-size: 13px;
}

.main-header .header-categories .nav-item {
  cursor: pointer;
}

.main-header .header-categories .nav-item a {
  color: #253237;
}

.main-header .header-categories .nav-item:hover a.item-header {
  color: #4FB68D;
}

.main-header .header-categories .dropdown-item {
  font-weight: normal;
}

.main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
}

.main-header.sticky .header-navigation {
  padding: 15px 0;
  background: #fff;
}

.main-header.sticky .header-navigation .logo {
  height: 20px;
}

.main-header.sticky .header-navigation .search-bar {
  display: none;
}

.main-header.sticky .header-top-nav {
  display: none;
}

.main-header.sticky .header-categories {
  font-size: 12px;
  -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .main-header .header-navigation {
    padding: 15px 0;
    -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .main-header .header-navigation .logo {
    height: 30px !important;
  }
  .main-header .header-navigation .search-bar {
    display: none;
  }
  .main-header .header-categories {
    display: none;
  }
  .main-header .header-top-nav {
    font-size: 12px !important;
  }
}


.cart-tag{
	font-size: 11px !important;
    border: solid 0px #E8E8E7;
    background: #e8e8e8 !important;
    padding: 1px 4px !important;
    border-radius: 5px;
    
}
.cart-item-delete{
	cursor: pointer;
	background-color: #4a4a4a5c;
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
    border-radius: 50%;
    padding: 0px 4px;
}




.mobile-overlay {
  position: fixed;
  z-index: 99998;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.mobile-overlay.active {
  left: 0;
}

.mobile-nav {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  z-index: 99999;
  width: 400px;
  height: 100vh;
  max-width: 80%;
  overflow-y: auto;
  top: 0;
  left: -100%;
  background-color: white;
}

.mobile-nav .nav-items {
  border-top: solid 1px #89898973;
}

.mobile-nav .nav-items .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 15px;
  border-bottom: solid 1px #89898973;
}

.mobile-nav.active {
  left: 0;
}

.banner {
  background-size: cover;
  background-position: center;
  height: 300px;
}

.banner h2 {
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.banner h3 {
  font-size: 20px;
  color: white;
}

.banner-wrapper {
	position: relative;
	overflow: hidden;
}

.banner-wrapper img {
  width: 100%;
  transition: all 0.3s;
}

.banner-wrapper:hover img{
	transform: scale(1.05);
 
}


.product-card {
  position: relative;
  background: #fff;
  z-index: 1;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.product-card .img-block {
  position: relative;
  overflow: hidden;
}

.product-card .img-block:hover .quick-view .quick_view {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.product-card .img-block img {
  vertical-align: middle;
  border-style: none;
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card .img-block .quick-view {
	display: none;
	  position: absolute;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  left: 0;
	  right: 0;
	  text-align: center;
	  pointer-events: none;
	  z-index: 1;
	  height: 46px;
}

.product-card .img-block .quick-view .quick_view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background: #fff;
  color: #253237;
  padding: 0;
  border: none;
  line-height: 46px;
  height: 46px;
  width: 100px;
  margin: auto;
  border: solid 1px #F8F8F8;
  border-radius: 50px;
  padding: 0;
  text-align: center;
  pointer-events: visible;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.product-card .img-block .quick-view .quick_view i {
  cursor: pointer;
  font-size: 26px;
}

.product-card .img-block .quick-view .quick_view i:hover {
  color: #4FB68D;
}

.product-card .product-decs {
  padding: 20px 15px 16px 15px;
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.product-card .product-decs a.category-link {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.product-card .product-decs h2 a {
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #253237 !important;
  font-size: 14px;
  text-transform: capitalize;
}

.product-card .product-decs .price {
  color: #898989;
  font-size: 14px;
}

.product-card .product-decs .cross-out-price{
	text-decoration: line-through;
	color: #898989;
	  font-size: 14px;
}
.product-card .product-decs .discount-price{
	color: #D01717;
	 font-size: 14px;
}
.product-card .product-decs .discount-tag{
	background: #D01717;
	color: white;
	font-size: 12px;
	padding: 2px 4px;
	border-radius: 5px;
}



footer {
  background-color: #efefef;
}

footer .footer-title {
  font-size: 16px;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
  color: #253237;
  border-bottom: 1px solid #cecece;
  font-weight: 700;
  line-height: 24px;
}

footer .footer-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #4fb68d;
}
/*# sourceMappingURL=style.css.map */