body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333;
}

@font-face {
  font-family: BEBAS;
  src: url("fonts/BEBAS");
}

@font-face {
  font-family: Bill Smith Demo;
  src: url(fonts/Bill Smith Demo.woff);
}


@font-face {
  font-family: TT Wellingtons Trial Thin;
  src: url(fonts/TT Wellingtons Trial Thin.woff);
}

@font-face {
  font-family: WeddingdayPersonalUseRegular;
  src: url("fonts/WeddingdayPersonalUseRegular");
}

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

a {
  color: #2b2d42;
  font-weight: 500;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

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

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

.main-nav .active{
  border: 2px solid #76ac18;
  color:#fff;
border-radius: 100px;
}
 
/*----------------------------*\
Buttons
\*----------------------------*/

.main-banner0 {
  background-image: url("../img/banner-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 415px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.shop-btn span {
  background: #005629;
  padding: 10px 35px;
  color: #e4e7ed;
  border-radius: 10px;
  margin-top: 15px;
}
.shop-btn span a {
  color: #e4e7ed;
}
.banner-img {
  text-align: center;
}
.banner-img h1 {
  color: #fff;
  font-family: 'Finger Paint', cursive;
  font-weight: 100;
  font-size: 40px;
}
.banner-img h2 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
    font-size: 56px;
}
.banner-img p {
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.header-links li img {
  padding-right: 5px;
  margin-top: -3px;
}
.add-ashipng {
  position: relative;
}
.p-20{ padding:20px;}
.add-ashipng span {
  position: absolute;
  top: -7px;
  background: #9ae01f;
  border-radius: 100px;
  padding: 0px 7px;
  right: 35px;
}
.sale-detailsbg {
  position: relative;
}
.sale-detailsbg::before {
  background-color: #005629;
  min-height: 150px;
  max-height: 150px;
  position: absolute;
  top: 95px;
  content: "";
  left: 0;
  right: 0;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
}
.sale-details {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-top: 60px solid #005629;
  border-radius: 10px;
  padding: 0px 0px 50px 0px;
  position: relative;
  text-align: center;
}
.slae-offer {
  position: absolute;
  top: -71px;
}
.slae-offer1 {
  position: absolute;
  top: -66px;
  left: 15px;
}
.slae-offer img {
  width: 100px;
}
.slae-offer1 img {
  width: 75px;
}
.slae-heading {
  position: absolute;
  top: -40px;
  left: 30px;
  right: 0;
  text-align: center;
}
.sale-btn span {
  background: #005629;
  padding: 10px 35px;
  color: #e4e7ed;
  border-radius: 10px;
  border: 2px solid #9ae01f;
}
.sale-btn span a {
  color: #e4e7ed;
}
.slae-heading h2 {
  font-size: 28px;
  color: #91cf25;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  margin: -2px;
}
.Wellnesses h2 {
  font-size: 28px;
  color: #91cf25;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Ramabhadra', sans-serif;
  margin: -4px;
}
.hairtext h2 {
  font-size: 15px !important;
  color: #91cf25;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Bill Smith;
  margin: 10px 0px!important;
}
.shop-detailsbg {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  position: relative;
  top: -75px;
  padding: 20px 25px;
  text-align: center;
}
.shop-details h2 {
  font-size: 18px;
  margin-top: 15px;
}
.shop-details img {
  width: 50px;
}
.product-offer {
  text-align: center;
}
.product-offer img {
  width: 100%;
}
.product-offer1 img {
  width: 47%;
}
.topspace {
  margin-top: 30px;
}

.view-btn span {
  background: #76ac17;
  padding: 10px 35px;
  color: #e4e7ed;
  border-radius: 100px;
}
.view-btn span a {
  color: #e4e7ed;
}
.view-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.del{
  text-decoration: line-through; 
  color: #d10024 !important;
}
.product-price span{
  color: #000000;
  font-size: 14px;
}

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

/*-- Text input --*/
.input {
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #e4e7ed;
  background-color: #fff;
  width: 100%;
  border-radius: 100px;
}
.mobile-sercha {
  display: none;
}

textarea.input {
  padding: 15px;
  min-height: 90px;
}
.menu-toggle {
  float: right;
  display: none;
}
#header {
  display: none;
}
.menu-toggle a {
  color: aliceblue;
  font-size: 24px;
}

/*----------------------------*\
Section
\*----------------------------*/

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

.section-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}
.client .client-img > img {
  width: 85px;
}
.client-test {
  border: 2px solid green;
  border-radius: 30px;
  padding: 30px 30px 15px;
  margin: 0px 7px;
}
.product-rating .fa {
  color: goldenrod;
}
.client-img {
  margin-top: -13px;
  margin-bottom: 13px;
  position: relative;
  z-index: 11111;
}
.client-top {
  margin-top: 50px;
}
.client-name {
  color: #005629;
  font-size: 18px;
  font-weight: 500;
}
.section-title .title {
  text-transform: capitalize;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}
.client-text p {
  text-align: center;
}
.section-title .section-nav {
  float: right;
}

.section-title .section-nav .section-tab-nav {
  display: inline-block;
}

.section-tab-nav li {
  display: inline-block;
  margin-right: 15px;
}

.section-tab-nav li:last-child {
  margin-right: 0px;
}

.section-tab-nav li a {
  font-weight: 700;
  color: #8d99ae;
}

.section-tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #d10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section-tab-nav li.active a {
  color: #d10024;
}

.section-tab-nav li a:hover:after,
.section-tab-nav li a:focus:after,
.section-tab-nav li.active a:after {
  width: 100%;
}

.section-title .section-nav .products-slick-nav {
  top: 0px;
  right: 0px;
}

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

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

#top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #005629;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 1;
}

.header-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 11px;
  text-transform: uppercase;
}

.header-links li:last-child {
  margin-right: 0px;
}

.header-links li a {
  color: #fff;
}

.header-links li a:hover {
  color: #9ae01f;
}

.header-links li i {
  color: #9ae01f;
  margin-right: 5px;
}

.main-nav li .fa {
  color: #9ae01f;
  font-size: 18px;
  padding-right: 5px;
}
/*----------------------------*\
Logo
\*----------------------------*/

#header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #15161d;
  margin-top: -2px;
}

.header-logo {
  float: left;
}

.header-logo .logo img {
  display: block;
}

/*----------------------------*\
Search
\*----------------------------*/

/* .header-search {
padding: 15px 0px;
} */
.alin-alltext {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header-search form {
  position: relative;
}

.header-search form .input-select {
  margin-right: -4px;
  border-radius: 40px 0px 0px 40px;
}

.header-search form .input {
  width: calc(100% - 260px);
  margin-right: -4px;
  position: relative;
  width: 100%;
}

.header-search form .search-btn {
  height: 40px;
  width: 100px;
  background: #ffffff00;
  color: #000000;
  font-weight: 700;
  border: none;
  border-radius: 0px 40px 40px 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}

/*=========================================================
03 -> Navigation
===========================================================*/

#navigation {
  background: #005629;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.11);
}

/*----------------------------*\
Main nav
\*----------------------------*/

.main-nav > li + li {
  margin-left: 0px;
}

.main-nav > li > a {
    padding: 5px 10px;
  color: #fff;
  margin-top: -10px;
  text-transform: uppercase;
    font-size: 12px;
}
.navbar-nav {
  float: right;
  margin: 0;
}
.main-nav > li > a:hover,
.main-nav > li > a:focus,
.main-nav > li.active > a {
  color: #ffffff;
  background-color: transparent;
  /* /* border: 1px solid yellow;
border-radius: 100px;
padding: 4px 10px; 
margin: 14px 0px; */
}

.main-nav > li > a:after {
  content: "";
  display: block;
  width: 0%;
  background-color: #ffffff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.main-logo img {
  position: relative;
  top: 105px;
  width: 100px;
  margin-top: -108px;
}
.main-nav > li > a:hover:after,
.main-nav > li > a:focus:after,
.main-nav > li.active > a:after {
  width: 100%;
}

.header-ctn li.nav-toggle {
  display: none;
}

/*----------------------------*\
responsive nav
\*----------------------------*/

@media only screen and (max-width: 991px) {
  .header-ctn .menu-toggle {
      display: inline-block;
  }
  #responsive-nav {
      position: fixed;
      left: 0;
      top: 0;
      background: #15161d;
      height: 100vh;
      max-width: 250px;
      width: 0%;
      overflow: hidden;
      z-index: 22;
      padding-top: 60px;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: 0.2s all;
      transition: 0.2s all;
  }
  #responsive-nav.active {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
      width: 100%;
  }
  .main-nav {
      margin: 0px;
      float: none;
      margin-top: 15px;
      text-align: center;
  }
  .main-nav > li {
      display: block;
      float: none;
  }
  .main-nav > li + li {
      margin-left: 0px;
  }
  .main-nav > li > a {
      padding: 15px;
      color: #fff;
  }
}

/*=========================================================
05 -> HOT DEAL
===========================================================*/

#hot-deal.section {
  padding: 60px 0px;
  margin: 30px 0px;
  background-color: #e4e7ed;
  background-image: url("../img/Untitled-1.jpg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hot-deal {
  text-align: center;
}

.hot-deal .hot-deal-countdown {
  margin-bottom: 30px;
}

.hot-deal .hot-deal-countdown > li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #d10024e6;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
}

.hot-deal .hot-deal-countdown > li > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hot-deal .hot-deal-countdown > li > div h3 {
  color: #fff;
  margin-bottom: 0px;
}

.hot-deal .hot-deal-countdown > li > div span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
}

.hot-deal p {
  text-transform: capitalize;
  font-size: 13px;
  text-align: left;
  color: #fff;
  max-width: 75%;
  line-height: 24px;
}
.hot-deal h2 {
  text-transform: capitalize;
  font-size: 30px;
  text-align: left;
  color: #fff;
  font-weight: 500;
}

.hot-deal .cta-btn {
  margin-top: 15px;
}

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

/*----------------------------*\
product
\*----------------------------*/
.shop-details p{
  font-size: 15px;
}
.product {
  position: relative;
  margin: 15px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #e4e7ed, 0px 0px 0px 1px #e4e7ed;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border-radius: 10px;
}

.product:hover {
  -webkit-box-shadow: 0px 0px 6px 0px #e4e7ed, 0px 0px 0px 2px #d10024;
  box-shadow: 0px 0px 6px 0px #e4e7ed, 0px 0px 0px 2px #d10024;
}

.product .product-img {
  position: relative;
  height:274px;
}

.product .product-img > img {
  width: 100%;
  padding: 15px;
  height:100%;
}

.product .product-img .product-label {
  position: absolute;
  top: 15px;
  left: 15px;
}

.product .product-img .product-label > span {
  border: 2px solid;
  padding: 2px 10px;
  font-size: 12px;
}

.product .product-img .product-label > span.sale {
  background-color: #fff;
  border-color: #d10024;
  color: #d10024;
}

.product .product-img .product-label > span.new {
  background-color: #d10024;
  border-color: #d10024;
  color: #fff;
}
.product-label img {
  width: 35px;
}
.product .product-body {
  position: relative;
  padding: 13px;
  background-color: #fff;
  text-align: center;
  z-index: 20;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px solid #d5d5d5;
}

.product .product-body .product-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #8d99ae;
}

.product .product-body .product-name {
  text-transform: uppercase;
  font-size: 11px;
}

.product .product-body .product-name > a {
  font-weight: 700;
}

.product .product-body .product-name > a:hover,
.product .product-body .product-name > a:focus {
  color: #d10024;
}

.product .product-body .product-price {
  color: #d10024;
  font-size: 18px;
  
}

.product .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 600;
  color: #000000;

}

.product .product-body .product-rating {
  position: relative;
  margin: 15px 0px 10px;
  height: 20px;
}

.product .product-body .product-rating > i {
  position: relative;
  width: 14px;
  margin-right: -4px;
  background: #fff;
  color: #e4e7ed;
  z-index: 10;
}

.product .product-body .product-rating > i.fa-star {
  color: #ef233c;
}

.product .product-body .product-rating:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: #e4e7ed;
}

.product .product-body .product-btns > button {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns > button:hover {
  background-color: #e4e7ed;
  color: #d10024;
  border-radius: 50%;
}

.product .product-body .product-btns > button .tooltipp {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  width: 150px;
  padding: 10px;
  font-size: 12px;
  line-height: 10px;
  background: #1e1f29;
  color: #fff;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns > button:hover .tooltipp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}

.product .add-to-cart {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 15px;
  background: #1e1f29;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 2;
}

.product:hover .add-to-cart {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.product .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #ef233c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .add-to-cart .add-to-cart-btn > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #d10024;
  opacity: 0;
  visibility: hidden;
}

.product .add-to-cart .add-to-cart-btn:hover {
  background-color: #fff;
  color: #d10024;
  border-color: #d10024;
  padding: 0px 30px 0px 50px;
}

.product .add-to-cart .add-to-cart-btn:hover > i {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
Products slick
\*----------------------------*/

.products-slick .slick-list {
  padding-bottom: 60px;
  margin-bottom: -15px;
  z-index: 2;
}

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

.products-tabs > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.products-tabs > .tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.products-slick-nav {
  position: absolute;
  right: 15px;
  z-index: 10;
  margin-top: -3%;
}

.products-slick-nav .slick-prev,
.products-slick-nav .slick-next {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 30px;
  height: 30px;
  display: inline-block !important;
  margin: 0px 2px;
}

.live-chat img {
  float: right;
  position: relative;
  bottom: 340px;
  right: 15px;
  width: 161px;
}
.products-slick-nav .slick-prev:before,
.products-slick-nav .slick-next:before {
  font-size: 14px;
}

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

#product-main-img .slick-prev {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  left: 15px;
}

#product-main-img .slick-next {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  right: 15px;
}

#product-main-img .slick-prev,
#product-main-img .slick-next {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#product-main-img:hover .slick-prev,
#product-main-img:hover .slick-next {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

#product-main-img .zoomImg {
  background-color: #fff;
}

#product-imgs .product-preview {
  margin: 0px 5px;
  border: 1px solid #e4e7ed;
}

#product-imgs .product-preview.slick-current {
  border-color: #d10024;
}

#product-imgs .slick-prev {
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-imgs .slick-next {
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-imgs .slick-prev:before {
  content: "\f106";
}

#product-imgs .slick-next:before {
  content: "\f107";
}

.product-preview img {
  width: 100%;
}

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

.product-details .product-name {
  text-transform: uppercase;
  font-size: 18px;
}

.product-details .product-rating {
  display: inline-block;
  margin-right: 15px;
}

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

.product-details .product-rating > i.fa-star {
  color: #d10024;
}

.product-details .review-link {
  font-size: 12px;
}

.product-details .product-price {
  display: inline-block;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #d10024;
}

.product-details .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8d99ae;
}

.product-details .product-available {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 30px;
  color: #d10024;
}

.product-details .product-options {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-details .product-options label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

.product-details .product-options .input-select {
  width: 90px;
}

.product-details .add-to-cart {
  margin-bottom: 30px;
}

.product-details .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #ef233c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product-details .add-to-cart .add-to-cart-btn > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #d10024;
  opacity: 0;
  visibility: hidden;
}

.product-details .add-to-cart .add-to-cart-btn:hover {
  background-color: #fff;
  color: #d10024;
  border-color: #d10024;
  padding: 0px 30px 0px 50px;
}

.product-details .add-to-cart .add-to-cart-btn:hover > i {
  opacity: 1;
  visibility: visible;
}

.product-details .add-to-cart .qty-label {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

.product-details .add-to-cart .qty-label .input-number {
  width: 90px;
  display: inline-block;
}

.product-details .product-btns li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-btns li + li {
  margin-left: 15px;
}

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

.product-details .product-links li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-links li + li {
  margin-left: 10px;
}

/* blog */

.bg-color {
  background-color: #e5eee9;
  margin: 80px 0px;
  padding: 50px 0px;
}
.blog-title {
  text-align: left;
  color: #15161d;
  font-size: 24px;
  padding-left: 15px;
  margin-bottom: 30px;
  font-weight: 500;
}
.blog-box {
  background: #fff;
  border-radius: 30px;
  border: 2px solid green;
  margin-bottom: 50px;
  margin: 15px;
}
.blog-img img {
  border-radius: 30px 30px 0px 0px;
  width: 100%;
}
.blog-details {
  padding: 30px;
}
.blog-details span {
  border-radius: 10px;
  padding: 8px 25px;
  margin-top: 15px;
  background-color: #005629;
  border: 2px solid #76ac17;
}
.blog-details span a {
  color: #fff;
}
.blog-details p {
  margin-bottom: 30px;
}
.blog-details ul {
  display: flex;
}
.blog-details li {
  padding-right: 13px;
  margin-bottom: 13px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
}
.blog-details li::after {
  padding-right: 5px;
  position: absolute;
  right: 0px;
  content: "|";
}
/* end blog */

.insta-heaidng {
  text-align: left;
  color: #15161d;
  font-size: 30px;
  padding-left: 15px;
  margin-bottom: 30px;
  font-weight: 500;
}
/*=========================================================
10 -> NEWSLETTER
===========================================================*/

#newsletter.section {
  border-top: 2px solid #e4e7ed;
  border-bottom: 3px solid #d10024;
  margin-top: 30px;
}

.newsletter {
  text-align: center;
}

.newsletter .newsletter-follow {
  text-align: left;
  margin-top: 15px;
}

.newsletter .newsletter-follow li {
  display: inline-block;
  margin-right: 5px;
}

.newsletter .newsletter-follow li:last-child {
  margin-right: 0px;
}

.newsletter .newsletter-follow li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e4e7ed;
  background-color: #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border-radius: 50px;
}

.newsletter .newsletter-follow li a:hover,
.newsletter .newsletter-follow li a:focus {
  background-color: #e4e7ed;
  color: #d10024;
}

.newsletter1 .newsletter-follow1 li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border-radius: 50px;
}
.lastfooter {
  padding-bottom: 30px;
}
/*=========================================================
11 -> FOOTER
===========================================================*/

#footer {
  background: #005629;
  color: #b9babc;
}

#bottom-footer {
  background: #1e1f29;
}

.footer {
  margin: 30px 0px;
}

.footer .footer-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px 0px 30px;
  font-weight: 600;
}

.footer-links li + li {
  margin-top: 15px;
}

.footer-links li a {
  color: #ffffff;
  font-size: 13px;
}
.footer-links li {
  color: #ffffff;
  font-size: 13px;
}
.footer-links li i {
  margin-right: 15px;
  color: #9ae01f;
  width: 14px;
  text-align: center;
}

.footer-links li a:hover {
  color: #9ae01f;
}

.copyright {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-left: 15px;
}
.copyright a {
  color: #fff;
}

.footer-payments li {
  display: inline-block;
  margin-right: 5px;
}

.footer-payments li a {
  color: #15161d;
  font-size: 36px;
  display: block;
}
.paymentscard img{
  width: 70%;
  margin-top: 15px; 
}
/*=========================================================
12 -> SLICK STYLE
===========================================================*/

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

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #e4e7ed;
  background-color: #fff;
  border-radius: 50%;
  z-index: 22;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #d10024;
  border-color: #d10024;
}

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  color: #2b2d42;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #fff;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

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

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

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

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

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

/*=========================================================
13 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 1200px) {
  .header-links li a {
      font-size: 10px;
  }
  .main-nav > li + li {
      margin-left: 13px;
  }
  .main-nav > li > a {
      font-size: 10px;
      padding: 5px 5px;
  }
  .blog-details li {
      font-size: 9px;
  }
  .sale-detailsbg {
      display: none;
  }
  .sale-details {
      margin-bottom: 30px;
  }
  .newsletter .newsletter-follow li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
  }
  .products-slick-nav {
      margin-top: -4%;
  }
  .insta-heaidng {
      margin-bottom: 20px;
  }
  .main-logo img {
    width: 80px;
    margin-top: -135px;
}
}

@media only screen and (max-width: 991px) {
  .header-logo {
      float: none;
      text-align: center;
  }
  .header-logo .logo {
      display: inline-block;
  }
  #product-imgs {
      margin-bottom: 60px;
      margin-top: 15px;
  }
  #rating {
      text-align: center;
  }
  #reviews {
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .menu-toggle {
      float: right;
      display: block;
      position: relative;
      top: -33px;
      margin-bottom: -30px;
      right: 20px;
  }
  #header {
      display: block;
  }
  .sale-detailsbg {
      margin-top: -160px;
  }
  .sale-details {
      margin-bottom: 30px;
  }
  .mobile-sercha {
      display: block;
  }
  .deshtop-search {
      display: none;
  }
  .header-search {
      width: 75%;
  }
  .main-logo img {
      top: 30px;
      width: 63px;
      margin-top: -108px;
      left: 95px;
  }
  .main-nav > li > a {
      margin-top: 10px;
  }
  .products-slick-nav {
      margin-top: -6%;
  }
  .product-offer1 img {
      width: 100%;
  }
  #navigation {
      background: none;
      box-shadow: none;
  }
  .main-banner0 {
      margin-top: -50px;
  }
  #header {
      margin-top: -9px;
  }
  #responsive-nav {
      top: 48px;
  }
}

@media only screen and (max-width: 767px) {
	.p-20{ padding: 0px 60px;}
  .section-title .section-nav {
      float: none;
      margin-top: 10px;
  }
  .section-tab-nav li {
      margin-top: 10px;
  }
  .product-offer1 img {
      width: 100%;
  }
  .hot-deal p {
      max-width: 100%;
      line-height: 24px;
  }
  .header-links {
      float: right !important;
  }
  .products-slick-nav {
      margin-top: -10%;
  }
  .header-search form .input {
      margin-top: 10px;
  }
  .shop-detailsbg {
      margin-bottom: -30px;
  }
  .insta-heaidng {
    font-size: 24px;
}
.hot-deal h2 {
  font-size: 24px;
}
.search-btn .fa{
  position: relative;
  top: 10px;  
}
.banner-img h1 {
  font-size: 34px;
}
.banner-img h2 {
  font-size: 44px;
}
.Wellnesses h2 {
  margin: -11px !important;
  font-size: 18px !important;
}
}

@media only screen and (max-width: 480px) {
  /* [class*="col-xs"] {
    width: 100%;
} */
  .store-grid {
      float: none;
      margin-top: 10px;
  }
  .store-pagination {
      float: none;
      margin-top: 10px;
  }
  .lastfooter {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      color: #fff;
  }
  .blog-box {
      margin-bottom: 15px;
  }
  .header-links li a {
      font-size: 8px;
  }
  .header-links li {
      margin-right: 12px;
  }
  .header-links li img {
    width: 15px;
  }
  .header-links li span {
      top: -5px;
      padding: 0px 5px;
  }
  .main-banner0 {
      background-image: url(../img/banner-1.png);
      background-position: 16%;
  }
  .products-slick-nav {
      margin-top: -3%;
  }
  .shop-detailsbg {
      padding: 20px 15px;
  }
  .shop-details img {
      width: 40px;
  }
  .shop-details h2 {
      font-size: 14px;
  }
  .shop-details p {
      font-size: 12px;
      font-weight: 500;
  }
  .products-slick .slick-list {
      padding-bottom: 20px;
  }
  .sale-details {
      padding: 0px 10px 40px 10px;
  }
  .sale-btn span {
      padding: 10px 25px;
  }
  .product-offer img {
      margin-bottom: 20px;
  }
  .product-offer1 img {
      margin-bottom: 20px;
  }
  .slae-heading h2 {
      font-size: 28px;
      margin: -8px
  }
  .slae-heading {
      top: -36px;
      left: 3px;
  }
  .slae-offer img {
      width: 40px;
      display: none;
  }
  .slae-offer {
      top: -52px;
      left: 6px;
  }
  #responsive-nav {
    top: 54px;
  }
  .section-title .title {
    font-size: 24px;
}
.products-slick-nav {
  margin-top: -11%;
}
}

@media only screen and (max-width: 413px) {
  .header-links li {
      font-size: 8px;
  }
  .header-links li a {
      font-size: 11px;
  }
  .header-links li img {
      width: 18px;
  }
  .banner-img h1 {
      font-size: 28px;
  }
  .banner-img h2 {
      font-size: 26px;
  }
  .slae-offer {
      left: 19px;
  }
  #responsive-nav {
    top: 43px;
  }
}

.field_error {
    width: 100%;
    color: #a94442;
}
.success{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.error{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.no_records{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}