@import url("https://fonts.googleapis.com/css?family=Poppins");


@font-face {
  font-family: samarkan;
  src: url(../samarkan.TTF); }

@font-face {
  font-family: brush;
  src: url(../brush.ttf); }

a {
  text-decoration: none;
  color: #5d5c5a; }
  a:hover {
    text-decoration: none;
    color: #4c7a32; }

body {
  font-family: 'Poppins', sans-serif; }

* {
  margin: 0;
  padding: 0; }
ol,ul{
  margin: 0;
  padding: 0;
}
p{
  color: #5d5c5a;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.button{
  background-color: #4c7a32 !important;
  color: #fff !important;
}
.woocommerce-loop-product__title{
  font-size: 18px !important;
}

ul li {
  list-style: none; }

.primary-navigation{
  margin-top: -20px;
}
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a{
  padding: 15px !important;
}
.header-top {
  height: 45px;
  background-color: #5d5c5a;
   }
.header-top-items{
  margin-top: 10px;
}
.header-top-items ul li {
  list-style: none;
  margin-right: 14px;
  float: left; }
  .header-top-items ul li i {
    width: 26px;
    height: 26px;
    border: solid 3px #ffffff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 3px; }

.call-us-text {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  color: #f5eeee;
  font-family: 'Poppins', sans-serif; }

.logo {
  display: inline-block;
  float: left }
  .logo img {
    height: 90px;
    margin-top: 10px; }

.logo-text {
  margin-top: 45px;
  margin-left: 10px;
  display: inline-block;
  float: left;
}
  .logo-text a {
    font-family: 'samarkan';
    font-size: 42px;
    line-height: 0.68;
    text-align: center;
    color: #4c7a32; }


.navbar-top-right {
  float: right;
  margin-top: 40px;
  margin-bottom: 20px; }
  .navbar-top-right li {
    display: inline-block;
    margin-right: 39px;
    font-size: 12px;
    font-weight: 600;
    color: #5d5c5a; }

.search-box{
  display: none;
  float: left;
  margin-right: 10px;
}

.cart{
  position: relative;
}
.count{
  position:absolute;
  content: attr(data-count);
  left: 20px;
  top: -20px;  
  font-size:80%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  background:#4c7a32;
  text-align:center;
  min-width:2em;
  font-weight:bold;
}
a.cart-contents .amount{
  display: none;
}
.menu-hello-container {
  background-color: #fff;
  display: flex;
  margin-bottom: 0;
 }

.menu {
  margin: 0;
  padding: 0;
  text-align: center; }
  .menu li {
    display: inline; }
    .menu li a {
      display: inline-block;
      color: #5d5c5a !important;
      font-weight: 600;
      font-size: 16px; }
      .menu li a:hover {
        background-color: transparent;
        color: #4c7a32 !important; }
      .menu li a:active {
        color: #4c7a32 !important; }

.navbar-toggle {
  background-color: #5d5c5a; }

.navbar-toggle .icon-bar {
  background-color: #fff; }


.background {
  background: url(../images/bg.png);
  background-repeat: repeat;
  position: relative }

#mainSection{

  position: relative
}
#mainSection .flag1 {
  left: 0;
  top: 0;
  z-index: 999;
  position: absolute;
  display: block;
}
#mainSection .flag2 {
  right: 0;
  top: 0;
  z-index: 999;
  position: absolute;
  display: block;
}
#mainSection .flag1 img{
  width: 160px;
  height: 380px;
}
#mainSection .flag2 img{
  width: 160px;
  height: 380px;
}

#Section, .welcome-section, .browse-section, .latest-section, .community-section {
  margin-top: 30px;
  margin-bottom: 30px; }
  #Section p, .welcome-section p, .browse-section p, .latest-section p, .community-section p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.39;
    text-align: center;
    color: #5d5c5a; }
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
.headline-no-pattern{
  color: #4c7a32;
  text-align: center;
  font-family: 'samarkan';
}

.headline {
  color: #4c7a32;
  text-align: center;
  font-family: 'samarkan';
  padding: 20px; }

.headline:before{
  background: url(../images/floral1.png) no-repeat;
  padding:10px 90px !important;
  content: " ";
  display: inline;
}
.headline:after{
  background: url(../images/floral2.png) no-repeat;
    padding: 10px 90px !important;
    content: " ";
    display: inline;
}
.headline h2{
  display: inline;
  padding-right: 30px;
}
#secondarySection {
  background-color: #e9e7e7;
  padding-bottom: 30px; }

.item {
  background-color: #fff;
  border: solid 1px rgba(193, 193, 193, 0.44);
  padding: 8px;
  width: 100%;
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 20px; }
  .item img.big-img {
    width: 100%;
    height: 573px;
    object-fit: cover; }
  .item img.small-img {
    width: 100%;
    height: 240px;
    object-fit: cover; }
  .item .products-title {
    margin-top: 5px;
    margin-bottom: 5px; }
  .item .products-title a{
    color: #4c7a32 !important;
    font-size: 18px;
  }
  .item p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0; }
.latest-item{
  margin-bottom: 30px;
}
.latest-item .products-title {
  font-size: 16px; }

.latest-item .price {
  color: #5d5c5a; }

.latest-item .rating {
  float: right;
  color: #4c7a32;
   }

.mg-30{
  margin-top: 30px;
}
.latest-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  position: relative;
    display: inline-block;
   }
   
.add-to-bag{
  display: block;
  margin-top: 10px;
}

.team {
  margin-top: 30px;
  text-align: center; }
  .team img {
    margin: 0 auto;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    object-fit: cover; }
  .team .member-name {
    text-align: center;
    font-size: 14px;
    color: #5d5c5a; }

#footer {
  padding-top: 30px;
  background: url(../images/bg.png);
  background-color: #545050; }

.footer-items p {
  font-family: 'Poppins', sans-serif;
  line-height: 1.39;
  color: #fff;
  text-align: left; }

.footer-list {
  padding-left: 0px; }
  .footer-list li {
    margin-bottom: 10px;
    color: #fff; }
.footer-list li a{
  color: #fff  !important
}
 
.sub-heading p {
  color: #f1ac1e;
  font-size: 16px; }

.brand-name {
  text-align: center; }
  .brand-name h3 {
    font-family: 'samarkan';
    color: #4c7a32;
    font-size: 24px; }

.social-icons {
  padding-left: 70px; }
  .social-icons li {
    float: left;
    display: inline;
    padding-right: 5px; }
  .social-icons i {
    color: #fff; }

.tagline {
  text-align: center;
  color: #fff;
  margin-top: 20px; }

.aaroh {
  text-align: center; }
  .aaroh p {
    color: #fff;
    font-size: 14px; }
  .aaroh h3 {
    color: #007c40;
    font-size: 20px;
    font-weight: 600; }
  .aaroh img {
    height: 80px;
    width: 80px;
    margin: 0 auto; }
  .brush-script{
    font-family: 'brush' !important;
    font-size: 28px;
  }
  .times-new{
    font-family: "Times New Roman", Times, serif;
  }
.storefront-breadcrumb{
  border-top: solid 1px #a79e9e;
}
.woocommerce-breadcrumb{
  margin: 0 !important;
}
/*singleproduct Section*/
/*.single-product {
  border-top: solid 1px #a79e9e; }*/
.single-product .storefront-breadcrumb nav ul {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent; }
.single-product .storefront-breadcrumb ul li {
    display: inline;
    font-size: 14px; }
.single-product .storefront-breadcrumb ul li a {
      color: #5d5c5a;
      text-decoration: none; }
.single-product .storefront-breadcrumb li:last-child{
      color: #4c7a32;
}
.single-product .storefront-breadcrumb li a:hover {
        color: #4c7a32;
        text-decoration: underline; 
}
.single-product img{
  margin: 0 !important;
}
.single-product .woocommerce-breadcrumb{
  margin: 0;
}
.single-product .product .woocommerce-product-gallery{
  width: 100% !important;
}
.woocommerce-product-gallery__image .flex-active-slide img{
  width: 100% !important;
}
.single-product .product .woocommerce-product-rating{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.product_instock{
  padding-bottom: 20px !important;
  border-bottom: 1px solid #a79e9e;
}
.product_meta{
  border-top: none !important;
  border-bottom: 1px solid #a79e9e !important; 
  padding-bottom: 20px !important;
}
.checked, .price span{
  color: #4c7a32 !important;
}
.single_add_to_cart_button{
  background-color: #4c7a32 !important;
  border-color:  #4c7a32 !important;
}
.single-product .product form.cart{
  margin-bottom: 0 !important;
}
.single-product .product p.price{
  margin: 0 !important;
}
.star-rating span:before{
  color: #4c7a32 !important;
}
.main-product .onsale {
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 100px 100px 0 0 !important;
  border-color: #4c7a32 transparent transparent transparent !important;
  /*background-color: #007bff !important;*/
  color: #fff !important;
  padding: 0 !important;
}
.main-product .onsale {
  position: absolute;
  z-index: 200;
  border-radius: 0 !important;
}
.main-product .onsale p{
  position: absolute;
  top: -80px;
  z-index: 300;
  -ms-transform: rotate(320deg); /* IE 9 */
    -webkit-transform: rotate(320deg); /* Safari 3-8 */
    transform: rotate(320deg);
    left: 8px;
    font-size: 20px;
    color: #fff !important;
}
.related-item .onsale {
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 50px 50px 0 0 !important;
  border-color: #4c7a32 transparent transparent transparent !important;
  color: #fff !important;
  padding: 0 !important;
}
.related-item .onsale {
  position: absolute;
  left: 0;
  z-index: 200;
  border-radius: 0 !important;
  top: 0;
}
.related-item .onsale p{
  position: absolute;
  top: -40px;
  z-index: 300;
  -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Safari 3-8 */
    transform: rotate(315deg);
    left: 3px;
    font-size: 14px;
}
.latest-item .onsale {
  position: absolute;
  /*left: 0;*/
  z-index: 200;
  border-radius: 0 !important;
  top: 0;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 50px 50px 0 0 !important;
  border-color: #4c7a32 transparent transparent transparent !important;
  color: #fff !important;
  padding: 0 !important;
}
.latest-item .onsale p{
  position: absolute;
  top: -40px;
  z-index: 300;
  -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Safari 3-8 */
    transform: rotate(315deg);
    left: 3px;
    font-size: 14px;
    color: #fff !important
}
.star-rating{
  float: right;
}
ul.products li.product{
  width: 100% !important;
  text-align: left !important;
}
/*.flex-active-slide{
  width: 100% !important;
}*/
.flex-active-slide img{
  width: 100% !important;
  height: 500px !important;
  object-fit: cover;
}
.single-product .flex-control-thumbs li{
  display: inline-block !important;
  margin-right: 30px;
}


.wc-tabs{
  display: flex !important;
  border: none;
  border-radius: 0;
  margin-top: 30px;
}
.woocommerce-Tabs-panel{
  background-color: #e9e7e7;
  padding: 30px 30px 30px 30px;
  border: none;
  width: 100% !important;
}
.wc-tabs>li{
  background-color: #4c7a32;
}
.wc-tabs>li>a{
  border-radius:0px;
  padding:14px !important;
  padding-right: 18px;
  margin-right:0px;
  color: #fff;
}
.woocommerce-tabs ul.tabs li.active::after{
  display: none;
}
.wc-tabs>li.active>a, .wc-tabs>li.active>a:focus, .wc-tabs>li.active>a:hover{
    color: #555;
    cursor: default;
    background-color: #e9e7e7 ;
    border-bottom: 2px solid #4c7a32;
}
.content-area{
  width: 100%;
  margin: 0;
}
label{
  color: #333 !important;
}



.nivo-caption{
  position: absolute;
  background-color:  transparent !important;
  top: 30% !important;
  /*left: 560px !important;*/
  /*margin: 0 auto !important;*/
  /*width: auto !important;*/
  /*padding: 20px !important;*/
  text-align: center;
  font-size: 48px;
  text-shadow: 2px 2px #333;
}
.nivo-caption p{
  padding-left: 20% !important;
  padding-right: 20% !important;
  color: #fff !important;
  font-family: Poppins;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}
.theme-default .nivo-controlNav{
  padding: 0 !important;
  position: absolute;
  margin-top: -50px;

}

.metaslider .nivoSlider img{
  max-height: 700px !important;
  object-fit: cover;
}

/*dashboard*/
.hentry.type-page .entry-header{
  color: #4c7a32;
  font-family: 'Samarkan';
}
.woocommerce-products-header .headline-no-pattern{
  text-align: left;
}
.woocommerce-products-header .headline-no-pattern h2{
  margin: 0;
}
.storefront-sorting{
  float: right;
  margin-bottom: 10px !important;
}
.category-section{
  border-top: 1px solid #a79e9e;
  padding-top: 10px;
}
.woof-section{
  padding-top: 20px;
}
.woof .widget_price_filter .ui-slider .ui-slider-range{
  background-color: #4c7a32; 
}
.price_slider span{
 background-color: #4c7a32 !important;  
 border-color: #4c7a32 !important;
}
.woof label{
  color: #5d5c5a;
  font-weight: 400;
}
.woof_container{
  margin-bottom: 30px !important;
}
.woof_text_search_container input[type='search']{
  border: none !important;
  border-radius: 8px;
}
.woof .widget_price_filter .price_slider_amount .button{
  height: 34px;
  line-height: 10px;
}


/*articles*/
.article-box{
  min-height: 420px;
}
.articles{
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  margin-top: -13px;
  padding: 0px;
  margin-right: 8px;
    margin-left: 5px;
}
.article-desc{
  padding: 10px;
}
.article-title a{
  color: #4c7a32;
}
.article-img img{
  width: 100%;
  height: 250px;
  margin-bottom: 0 !important;
  object-fit: cover;
}
.article-content{
  padding: 20px;
  /*padding-top: 0;*/
}
.article-content .post-date{
  width: 30%;
  display: inline;
}
.post-date{
  color: #333 !important;
}
.gray-bg{
  background: #e9e5e5 !important;
  padding: 10px;
  margin-left: 13px;
    margin-right: -13px;
}
.date{
  display: block;
  font-size: 60px;
  text-align: center;  
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}
.month-year{
  display: block;
  text-align: center;
}
.article-content .article-desc{
  display: inline;
  width: 70%;
}
.hentry.type-post .entry-content{
  width: 100% !important;
  margin-bottom: 50px;
}
.entry-title{
  color: #4c7a32;
}

.label{
  color: #333 !important;
}


/*about us*/
.about-section{
  margin-bottom: 50px;
}
.line-divider{
  display: block;
  height: 2px;
  width: 80px;
  background-color: #a49d9d;
  margin: 0 auto;
}
.tagline-about p{
  text-align: center !important;
  padding-left: 20%;
  padding-right: 20%;
  margin-top: 20px;
  color: #958f8f;
  margin-bottom: 20px;
}

.about-items{
  margin-top: 50px;
}
.about-items h2{
  font-family: Poppins;
  font-size: 24px;
  text-align: left;
  color: #958f8f;
  margin-bottom: 20px;
}
.about-section p{
  font-family: Poppins;
  text-align: left;
  color: #958f8f;
  /*text-align: justify;*/
}
.about-bottom{
  margin-top: 30px;
  background-color: #e9e7e7;
  padding: 20px;
  text-align: center;
}

.tagline-green img{
  height: 80px;
    width: 80px;
    margin: 0 auto;
}
.tagline-green p{
  color: #4c7a32 !important;
  text-align: center;
}


/*contact us*/
.contact-us{
  background-color: #efefef;
  padding: 50px 80px;
  margin-bottom: 50px;
}
.contact-us h4{
  font-family: Poppins;
  font-size: 18px;
  text-align: left;
  color: #5d5c5a;
  margin-bottom: 30px;
}
.contact-details li{
  margin-bottom: 15px;
  font-family: Poppins;
  color: #5d5c5a;
}
.contact-details li i{
  margin-right: 20px;
}


.wpcf7-form input, textarea {
     border:0; outline:0;
     padding: 1em;
     border-radius: 0;
     display: block;
     width: 100%;
     margin-top: 1em;
     background-color: #fff ;
  }
.wpcf7-form input, textarea:focus{
    box-shadow: 0 0px 2px rgba(0,0,0,0.6)!important);
}
.wpcf7-submit{
  border-radius: 3px !important;
  background-color: #4c7a32 !important;
  border: solid 1px #4c7a32 !important;
  color: #fff !important;
  width: 180px !important;
}


/*responsive*/


@media only screen and (max-width: 1024px){
  .primary-navigation{
    margin-top: -10px;
  }

}
@media only screen and (max-width: 768px){
  .logo img{
      height: 90px;
    }
  .logo-text a{
    font-size: 30px;
  }
  .primary-navigation{
    margin-top: -10px;
  }
  .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a{
    padding: 10px 5px;
  }
  .item img.small-img{
    height: 240px;
  }
}
@media only screen and (max-width: 420px) {
  button.menu-toggle{
    margin-bottom: 10px;
    right: 15px;
  }
  .navbar-top-right{
    margin-top: 20px;
  }
    .logo img{
      height: 90px;
    }
    .logo-text a{
      font-size: 32px;
    }
    .item img.big-img{
      height: 240px;
    }
    .item img.small-img{
      height: 240px;
    }
    .single-product .flex-control-thumbs li{
      margin-right: 10px;
    }
    .flex-active-slide img{
      height: 300px !important;
    }
    .footer-brand img{
      height: 130px;
      margin: 0 auto;
  }
  .headline:before{
    display: none;
  }
  .headline:after{
    display: none;
  }
  .headline h2{
  padding-right: 0px;
  }
}
@media only screen and (max-width: 320px){
  .logo img{
      height: 57px;
    }
  .logo-text{
    margin-top: 35px;
    margin-left: 5px; 
  }
  .header-top-items ul li{
    margin-right: 4px;
  }
  .navbar-top-right li{
    margin-right: 26px;
  }
  .headline:before{
    display: none;
  }
  .headline:after{
    display: none;
  }
  .headline h2{
  padding-right: 0px;
  }
}