/* General */
body{
  overflow-x: hidden;
}
.main-content.fixed{
  overflow: hidden !important;
}
.standard-body .fixed .container{
  margin: 0 auto;
}
.homepage .main-content .container{
  padding-bottom: 0 !important;
}
.desktop-banner{
  display: block;
}
.mobile-banner{
  display: none;
}
.full-width-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
a:hover, a:focus{
  text-decoration: none !important;
}

/* Fonts */
h1, h2, h3, h4{
  font-family: Roboto;
  text-transform: capitalize !important;
}
h1{
  font-size: 48px;
  line-height: 1.2;
}
h2{
  font-size: 32px;
}
h3{
  font-size: 24px !important;
}

/* Menu */
ul.megamenu > li:not(:last-child){
  margin: 0px 30px 0px 0px !important;
}
ul.megamenu{
  background: none !important;
}
ul.megamenu li .sub-menu .content{
  padding: 10px 20px;
  box-shadow: 1px 1px 10px 0 rgb(67 108 134 / 24%);
  border: 1px solid #B5B5B5;
  text-align: left;
}
.megamenu .with-sub-menu>a strong:after {
  content: "\f0d7";
  font-family: "font awesome 5 free",FontAwesome;
  font-size: 10px;
  margin-left: 5px;
}
.megamenu li.with-sub-menu ul {
  padding-left: 0;
  list-style: none;
}
#top .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
.megamenu-wrapper, .megamenuToogle-wrapper{
  background: transparent !important;
}
.is-sticky #top .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
.is-sticky #top{
  box-shadow: 0 3px 1rem rgb(0 0 0 / 10%);
}
#top #cart_block .cart-heading img{
  vertical-align: middle;
  padding-top: 8px;
}
#top #cart_block .cart-heading span {
  padding-left: 5px;
}
#top-bar .col-sm-3 {
  width: 100%;
}
#top-bar .welcome-text {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.96px;
}
#top-bar-right{
  display: none;
}
.is-sticky .container-megamenu{
  background: #fff;
  box-shadow: 0 3px 1rem rgb(0 0 0 / 10%);
}
#undefined-sticky-wrapper{
  border-bottom: 1px solid #dbdbdb;
}
ul.megamenu > li:nth-child(4) > a{
  color: #ee4a3c;
}
#header-right{
  display: flex!important;
  align-items: center;
  float: right;
}
.search_form .button-search2:before, .search_form .button-search:before, .search_form .search-icon:before{
  display: none;
}
#top .search_form{
  width: 70% !important;
}
.menu-responsive-btn.drawer-account{
  display: block !important;
  padding: 8px 20px 0 30px;
}
.easydrawer.drawer-cart{
  padding-top: 8px;
  display: inline-block;
}
input.search-query[type="text"]{
  border-radius: 5px;
}

/* Subscribe */
.home-subscribebox {
  background: url(/templates/london/image/data/theme/banners/newsletter-bg_300421113747.jpg) no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}
.home-subscribebox h2, .home-subscribebox p {
  color: #fff;
}
.home-subscribebox label {
  width: 65%;
  margin-top: 5px;
}
.home-subscribebox input {
  width: 50%!important;
  background: #e8e8e8!important;
  height: 45px;
  border: none;
  padding-left: 20px;
}
.home-subscribebox .ne_submit {
  display: inline-block;
  width: 27%;
  text-align: center;
  height: 46px;
  padding: 12px;
  background: #252323;
  border: 1px solid #252323;
  margin-left: -3%;
}
.home-subscribebox .ne_submit span{
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: bold;
}

/* Breadcrumb */
.breadcrumb .background {
    background: #edeff1;
    padding: 30px 0 50px;
}
.breadcrumb .container h2{
  color: #212121;
  margin: 0 !important;
}
.breadcrumb .container ul{
  display: none;
}

/* Footer */
.footer h4{
  margin: 20px 0 0;
  background: none;
  font-weight: bold !important;
}
.footer-newsletter h3 {
  font-size: 12px !important;
  margin: 20px 0 0;
  text-transform: uppercase;
  padding: 20px 14px 11px 0;
  color: #9f9f9f;
}
.footer .pattern a:hover{
  color: #6f9c3d;
}
p.text_copy {
  font-size: 12px !important;
}
.copyright p {
  margin: 0;
  padding: 6px 0 0;
  font-size: 11px !important;
  color: #58595a;
}
.footer-icon a{
  font-size: 18px;
}
.footer-icon i {
  margin-left: 15px;
  color: #000;
  background: #e6e2dc;
  padding: 5px;
  border-radius: 100%;
}
.footer-icon i:hover {
  color: #f7f9fa;
}
.footer .pattern{
  padding-top: 20px;
}
img.footer-logo{
  width: 80%;
}
.footer ul li a {
  font-size: 14px !important;
}
.footer .pattern p {
  font-size: 14px;
}
.copyright .pattern {
  padding: 15px 0 !important;
}
.copyright .row{
  display: flex;
  align-items: center;
  position: relative;
}
.copyright .pattern a{
  color: #58595a !important;
}
.copyright .background{
  background-color: #f7f4ef !important;
}
input.subscribe_email{
  width: 90% !important;
  background: #fff!important;
  height: 40px;
  border: solid 1px #d0d0d0;
  padding-left: 20px;
  font-size: 14px;
  color: #8e8e8e !important;
}
.footer-newsletter .ne_submit {
  display: inline-block;
  text-align: center;
  height: 40px;
  padding: 10px 20px;
  background: #6f9c3d;
  border: 1px solid #6f9c3d;
  margin-left: -10%;
}
.footer-newsletter .ne_submit:hover{
  background: #a5c90f;
  border: 1px solid #a5c90f;
}
.ne_subscribe label {
  display: block;
  align-items: center;
  margin-top: 16px;
}
/* .footer .footer-panel:nth-of-type(2) {
   order: 3;
 } */

/* Homepage */
/* Slideshow */
.fullwidthbanner-container .tp-leftarrow, .fullwidthbanner-container .tp-rightarrow {
  border: 1px solid #fff !important;
  background: #ffffff !important;
  border-radius: 100% !important;
}
/* .fullwidthbanner-container{
  margin: 0 !important;
} */
.fullwidthbanner li{
  border-radius: 12px !important;
}
.tp-bullets .bullet{
  border-radius: 100%;
}
.slider-1 .caption {
  top: 23% !important;
  margin: 0 auto !important;
  text-align: left;
  width: 100%;
  left: 5% !important;
}
.slider-1 h1 {
  color: #212121;
  margin-bottom: 15px;
}
.slider-1 p{
  color: #212121;
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 1.75;
}
.btn-main {
  background-color: #6f9c3d;
  max-width: 165px;
  height: 45px;
  color: #fff;
  padding: 14px 40px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 4px;
}
.btn-main:hover{
  background: #A4C90E;
  color: #000;
}
.tp-bullets .bullet{
  width: 31px !important;
  height: 12px !important;
  border-radius: 6px !important;
}

/* Category Highlight */
.cate-highlight{
  margin-top: 15px;
}
.cate-highlight .category{
  border-radius: 10px;
  transition: .2s ease all;
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #f8faf0;
  padding: 40px 0
}
.cate_content, .cate{
  text-align: center;
}
.cate a{
  display: block;
}
.cate a span:after {
  content:"";
  font-family: "font awesome 5 free",FontAwesome;
  font-weight: 900;
  margin-left: 0;
  transition: .4s ease all;
}
.cate:hover a span:after {
  content: "\f054";
  margin-left: 6px;
}
.cate-highlight .category:hover{
  transform: scale(1.03);
  box-shadow: 0 2px 40px 0 rgba(46, 57, 113, 0.1);
}
.cate-highlight .category img{
    margin-bottom: 8px;
}
.cate span{
  font-size: 15px;
  font-weight: 500;
}
.cate:first-child{
  padding-left: 0;
}
.cate:last-child{
  padding-right: 0;
}
.cate{
  padding-left: 8px;
  padding-right: 8px;
}

/* Filter Slider Product */
.filter-product .box-heading {
  background: none;
  margin-bottom: 0;
  position: relative;
}
.heading_filter a.shop_filter{
  float: right;
  position: absolute;
  right: 0;
  color: #6f9c3d;
  top: 8px;
}
.heading_filter {
  display: inline-block;
}
a.shop_filter:after {
  content:"\f054";
  font-family: "font awesome 5 free",FontAwesome;
  font-weight: 900;
  margin-left: 6px;
  transition: .4s ease all;
  color: #6f9c3d;
}
.filter-product .product-grid .product .right {
  padding: 9px;
}
.filter-product .product-grid .product {
  background: #fff;
  border-radius: 8px;
}
.product-grid{
  text-align: center;
}
.product.clearfix:hover {
  border: 1px solid #b7b7b7;
}
.product-grid .right .name, .product-grid .right .price{
  opacity:1;
  transition: 0.3s all ease;
}
.product-grid .product-actions {
  display: none;
}
.product-grid .product .right {
  position: relative;
}
.product-grid .product .right .product-link{
  opacity:0;
  position: absolute;
  max-width: 155px;
  left:0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
  z-index: 10;
}
.product-grid .product:hover .right .product-link{
  opacity:1;
}
.product-grid .product:hover .right .name, .product-grid .product:hover .right .price {
  opacity: 0;
}
.product-grid .product .image img{
  padding-top: 5px;
}
.filter-product {
  margin: 20px 0;
}
.filter-product .product-grid .product .right {
  padding: 9px;
}
.filter-product .product-grid .product .name {
  padding-top: 0;
}
.product-grid .product .name a{
  font-weight: 500;
}
.box.filter-product .slider-center-arrow .next, .box.filter-product .slider-center-arrow .prev {
  background: #6f9c3d !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.box.filter-product .slider-center-arrow .next span, .box.filter-product .slider-center-arrow .prev span{
  width: 40px !important;
  height: 40px !important;
  margin-top: 5px !important
}
.box.filter-product .slider-center-arrow .next span:before, .box.filter-product .slider-center-arrow .prev span:before{
  color: #fff;
  font-size: 15px;
  -webkit-text-stroke: 1px #fff;
}
.box.filter-product .slider-center-arrow .next span:hover, .box.filter-product .slider-center-arrow .prev span:hover{
  color: #afafaf;
}

.local-produce, .weekly_promo{
  margin: 30px 0 !important;
}
.home_banner{
  position: relative;
  text-align: center;
  margin: 0px 0 35px;
}
.home_banner .details{
  position: absolute;
  height: 100%;
  top: 25%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, 0%);
}
.home_banner .details img{
  margin-bottom: 45px;
}


.features_section{
  text-align: center;
  margin-bottom: 25px;
}
.features_section img{
  margin-bottom: 10px;
}
p.feature{
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

/* About us page */
.about_us .section1{
  margin-top: 10px;
}
.about_us .section1 p{
  margin-bottom: 15px;
  font-size: 16px;
}
.about_us .section2{
  text-align: center;
  margin-top: 65px;
}
.about_us .section2 img{
  margin-bottom: 10px;
}
.about_us .section2 p.feature{
  font-size: 18px;
  color: #212121;
}

/* FAQ page */
.faq_page{
  padding: 0 7%;
}
p.faq_title{
  font-size: 18px;
  font-weight: bold;
  color: #292929;
}
p.faq_title:not(:first-child){
  margin-top: 25px;
}

/*Box Information*/
.box-information {
  text-align: center;
  padding: 5px 0;
  border-bottom: solid 1px #dbdbdb;
}
.box-information .box-heading{
  display: none;
}
.box-information ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  margin: 0;
}
h3.term_title {
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-family: Muli !important;
  font-weight: bold !important;
}
.box-information li {
  padding: 0;
  text-transform: uppercase;
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.12px;
  min-width: 265px;
}
.box-information li:nth-child(1), .box-information li:nth-child(6), .box-information li:nth-child(7), .box-information li:nth-child(8){
  display: none;
}
.box-information .box-content li .active {
  color: #6F9C3D;
  border-bottom: 2px solid #6F9C3D;
  padding-bottom: 7px;
}

/* Contact Us */
p.location:before, p.phone:before, p.email:before, p.hour:before{
  font-weight: 900;
  font-size: 14px;
  padding-right: 13px;
  color: #6f9c3d;
}
p.location:before{
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
}
p.phone:before{
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
}
p.email:before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
}
p.hour:before{
  content: "\f017";
  font-family: "Font Awesome 5 Pro";
}
.contact-us li{
  display: -webkit-box;
  margin-bottom: 15px;
}
.contact-us ul.fa-ul{
  margin-left: 15px
}
.contact-us{
  background: #fafafa;
  padding: 10% 8%;
}
.contact-us li strong{
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

/*form*/
#form1{
  padding-right: 10%;
}
.form-builder .form-field textarea:focus, .form-builder .form-field select:focus, .form-builder .form-field input:focus{
  box-shadow: none !important;
  border-bottom: 2px solid #6f9c3d;
}
p.form_intro{
  color: #111c30;
  letter-spacing: 1.2px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.form-field h4 span{
  display: none;
}
.form-builder textarea, .form-builder input[type="text"], .form-builder input[type="password"], .form-builder label, .form-builder select{
  width: 100% !important;
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  padding:6px 0 !important;
}
.form-builder textarea {
  height: 85px !important;
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  box-shadow: none;
  padding:6px 0 !important;
}
.form-field.html1 p{
  font-size: 14px;
}
.form-field.html1 h3{
  color: #212121 !important;
}
.form-field h4{
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #212121 !important;
}
.captcha6{
  margin-top: 20px
}

/* Recipe Page */
.blog-category-home .main-content .col-sm-3, .blog-category-home .pagination, .blog-category .main-content .col-sm-3{
  display: none;
}
.blog-category-home .main-content .col-sm-9, .blog-category .main-content .col-sm-9{
  width: 100%;
  padding-top: 0;
}
.blog-article .main-content .col-sm-3{
  margin-top: 45px;
}
.blog-article .main-content .col-sm-9.center-column{
  padding-top: 35px;
}
.blogModule.boxCategory .box-heading{
  display: none;
}
.boxCategory .blogCategories ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: left;
  margin: 0;
  width: 100%;
  padding: 0 !important;
}
.blogCategories li.inner_cate:first-child{
  padding-left: 0 !important;
}
.blogCategories li{
  background: none !important;
}
.blogModule li.inner_cate, .blogModule li.cat_title{
  min-height: 0 !important;
  margin-bottom: 0 !important;
}
.blogCategories{
  padding-top: 15px !important;
}
.blogCategories li.cat_title > a{
  display: none;
}
.blogCategories li.inner_cate{
  color: #707070;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.blogCategories li.inner_cate .blogActive{
  color: #212121 !important;
  border-bottom: solid 2px #ffd33b;
}
div.pagination {
  display: block;
}
.articleContent h3{
  font-size: 18px !important;
  font-weight: 500 !important;
  padding-top: 5px !important;
}
.blogCol3 .articleCat{
  width: 33.33% !important;
}
.articleHeader{
  margin: 10px 0 !important;
}
body.blog-article .blogModule.boxCategory{
  display: none;
}
#blogArticle .articleHeader h1, #blogArticle .articleHeader h1 a{
  text-align: left !important;
}
.livemarks a{
  display: none;
}
p.cooking, p.serve, p.level{
  display: flex;
}
p.cooking:before{
  content: "\f017";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  padding-right: 10px;
  color: #6f9c3d;
}
p.serve:before{
  content: "\f2e7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  padding-right: 10px;
  color: #6f9c3d;
}
p.level:before{
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  padding-right: 10px;
  color: #6f9c3d;
}
body.blog-article .breadcrumb{
  display: none;
}
#blogArticle .articleHeader h1{
  font-size: 27px !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}
.ludoBlog {
  background-color: transparent !important;
  padding: 0 !important;
  color: #58595a !important;
  border: none !important;
}
table.detail_cook{
  margin: 0;
}
table.detail_cook td:not(:last-child){
  padding-right: 25px;
}
.ludoBlog table.detail_cook td {
  display: table-cell;
  vertical-align: top;
  /* padding-top: 20px;
  padding-bottom: 20px; */
}
.ludoBlog img{
  width: 100% !important;
}
#blogCatArticles p, #blogArticle p{
  letter-spacing: normal !important;
}
.articleContent .ludoBlog h3{
  font-size: 24px !important;
}
.ludoBlog ul, ol{
  padding-left: 20px !important;
}
.bottom-article{
  margin-top: 30px;
  margin-bottom: 0px;
}
.bottom-article>div:first-child a {
  font-size: 15px;
  color: #6f9c3d;
  font-weight: bold;
  padding: 10px;
}
.bottom-article>div:first-child a:hover {
  color: #212121;
}
.bottom-article .addthis_inline_share_toolbox {
  display: flex;
  color: #212121;
  align-items: center;
  justify-content: flex-end;
  margin-top: -5px;
}
.articleBottom .addthis_default_style{
  display: none;
}
.box.article-latest {
  border: 1px solid #d8d8d8;
}
.article-latest{
  padding-top: 0;
}
.article-latest .box-heading{
  background: none !important;
  margin-bottom: 0 !important;
  padding: 0 15px;
}
.article-latest h2{
  font-size: 20px !important;
  margin-bottom: 5px;
}
.cluetip-default {
  display: none !important;
}
.blogModule ul{
  padding: 10px 15px !important;
}
.blogModule .image img {
  padding: 0 !important;
  border: none !important;
  background: #eee;
  margin-right: 0 !important;
  margin-bottom: 5px !important;
}
.blogModule li{
  margin-bottom: 15px !important;
}
.blogModule .title{
  font-size: 13px !important;
  font-weight: normal !important;
}

/* Category Page */
.center-column .product-grid{
  text-align: center;
}
.product-filter .options .product-compare{
  display: none;
}
.product-filter .list-options select{
  border: none !important;
  border-bottom: 1px solid #b5b2ad !important;
}
#column_left .box-category{
  border-color: transparent !important;
  border-radius: 8px;
  box-shadow: 2px 2px 14px 0 rgb(43 65 95 / 16%);
  background-color: #ffffff;
  padding: 0 15px;
}
.box-category .box-heading{
  padding: 15px 0 10px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  background: none !important;
}
.box-category .box-content>ul {
  padding: 10px 0 25px;
}
.box-category ul li a{
  font-weight: normal !important;
}
.box-category ul li a.active{
  font-weight: 500 !important;
}
.box-category ul li a:hover{
  padding-left: 7px;
}
.box-category ul ul:before{
  background: none;
}
label.mfilter-tb-as-td{
  font-weight: normal !important;
}
.mfilter-price-inputs input[type="text"]{
  border-radius: 3px;
}
.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input {
  border-color: #b5b2ad !important;
  background-color: #fff!important;
}
.mfilter-box .box-heading{
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 0 0 15px !important;
}
.mfilter-button-bottom {
  font-size: 12px;
  color: #424242;
  border: 1px solid #424242 !important;
  padding: 3px 12px !important;
}
.mfilter-button-reset{
  margin-left: 0 !important;
  text-transform: capitalize !important;
}
.mfilter-button-reset:hover{
  color: #6f9c3d !important;
}
.mfilter-button-bottom i{
  display: none;
}
.mfilter-heading-text > span{
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase !important;
  padding-left: 10px !important;
  color: #212121;
  letter-spacing: 1.2px;
}
.mfilter-tb-as-tr{
  border-top: none !important;
}
#column_left ul li a, .center-column+.col-sm-3 ul li a{
  transition: .3s all ease;
}
.mfilter-col-count {
  visibility: hidden;
}
.mfilter-heading.mfilter-collapsed .mfilter-head-icon:before{
  content: "\f067";
}
.mfilter-search #mfilter-opts-search{
  color: #111c30;
  opacity: 0.5;
}
.mfilter-heading .mfilter-head-icon:before{
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-text-stroke: 1px white;
  color: #212121;
}
.mfilter-heading.mfilter-collapsed .mfilter-head-icon {
  transform: rotate(00deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg) !important;
}
.mfilter-heading-text.span:after{
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.mfilter-heading.mfilter-collapsed .mfilter-heading-text.span:after{
  content: "\f068";
}
.mfilter-price-slider #mfilter-price-slider .ui-slider-handle{
  border: 1px solid #6f9c3d!important;
  background: #6f9c3d !important;
}
.product-filter .list-options{
  font-weight: bold;
  text-transform: uppercase;
}
.mfilter-column_left{
  margin-top: 20px !important;
}
.mfilter-content-wrapper{
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb !important;
  padding-top: 0 !important;
  border-top: transparent !important;
  margin-bottom: 5px;
}
select{
  padding: 0 10px !important;
}
body.product-category div.pagination{
  display: block;
}
.count_holder_smallh{
  display: block;
}
[id^="category17"] li a {
  font-size: 13px;
}




/* Product Page */
body.product-product .breadcrumb .background{
  padding: 10px 0 0 0;
  background: transparent !important;
}
.product-info h2.product-title{
  font-size: 25px !important;
  font-weight: bold !important;
}
.htabs a[href="#tab-attribute"] {
  display: none !important;
}
#tab-attribute .tab-content{
  display: none !important;
}
body.product-product .breadcrumb .container ul{
  display: block;
  float: left;
  font-size: 12px !important;
  text-align: left !important;
  color: #212121 !important;
}
body.product-product .breadcrumb .container h2{
  display: none;
}
body.product-product .breadcrumb .container ul li a{
  color: #212121 !important;
}
body.product-product .breadcrumb .container>div{
  padding: 5px 0 0;
}
#tab-description h2{
  font-size: 16px !important;
  text-transform: capitalize !important;
  letter-spacing: normal;
}
.product-center .description{
  margin-bottom: 5px;
  font-size: 14px;
}
.product-info .product-image{
  margin: 0 0 10px;
}
.product-info .cart .add-to-cart p{
  display: none;
}
.product-info .cart, .product-info .description, .product-info .options, .product-info .price {
  background: none;
  padding: 0;
}
.product-info .thumbnails li img{
  border: 1px solid #6f9c3d;
  border-radius: 4px;
}
.product-info .thumbnails ul {
    margin: 0 !important;
}
.product-info .popup-gallery{
  margin-top: -15px;
}
/* .product-info .price .price-new{
  color: #637996 !important;
} */
.left .sale{
  right: 0 !important;
  left: unset;
  bottom: unset;
}
.filter-product .sale{
  right: 0 !important;
  left: unset;
  bottom: unset;
}
.product-info .cart .add-to-cart .quantity input {
  color: #292929;
  text-align: center;
  padding: 10px 50px;
  min-width: 80px;
  height: 50px;
  margin: 0;
  border: 1px solid #dbdbdb;
  width: 100%;
  font-size: 14px !important;
}
.product-info .cart .add-to-cart .button {
  font-size: 14px;
  height: 50px;
  padding: 10px 55px;
  margin-left: 10px;
  letter-spacing: 1.4px;
  font-weight: 500 !important;
  border-radius: 4px;
}
.product-info .cart .add-to-cart .quantity #q_up, .product-info .cart .add-to-cart .quantity #q_down {
  border: 0;
  height: 46px;
  top: 0;
  padding-top: 18px;
  width: 30px;
  position: absolute;
  right: 11px;
  height: 17px;
  width: 25px;
  font-size: 8px;
  line-height: 17px;
  display: block;
  text-align: center;
}
.product-info .cart .add-to-cart .quantity #q_down {
  left: 11px;
  right: auto;
}
#product .options h2{
  display: none;
}
.option b{
  text-transform: uppercase;
  letter-spacing: 0.65px;
  font-size: 13px;
  color: #000;
}
.optionsList {
  width: 70%;
  border: none;
  border: solid 1px #dbdbdb !important;
  padding:0 10px;
  height: 40px;
  background: transparent !important;
}
.option .required{
  display: none;
}
.product-info .review{
  padding: 10px 0;
  border-top: 1px solid #dbdbdb;
  margin-top: 20px;
}
.product-info .review .share{
  display: inline-flex;
}
.product-info .share p{
  margin: 4px 10px 0 0;
}
.product-info .options .option {
  padding: 0 0 20px;
}
.product-info .cart .links a{
  padding-right: 40px;
}
a#button-review{
  border-color: #865567 !important;
  background-color: #865567 !important;
  color: #fff !important;
  padding: 10px 30px;
  text-transform: uppercase !important;
  letter-spacing: 1.4px;
  font-size: 14px;
  font-weight: 500
}
a#button-review:hover{
  background-color: #6f9c3d !important;
  border-color: #6f9c3d !important;
  color: #fff !important;
}
.review-list .text:before{
  display: none !important;
}
.htabs {
  background: none;
  background-color: #f5f5f5;
}
.htabs a{
  display: inline-block;
  float: none;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 13px 60px !important;
  margin: 0 !important;
}
.htabs a.selected{
  text-decoration: none !important;
  background: #fff;
  border: 1px solid #dbdbdb !important;
  border-bottom: 2px solid #fff !important;
}
.center-column .tab-content{
  margin: 0 !important;
  padding: 40px 30px;
  border: 1px solid #dbdbdb;
  border-top: 0 !important;
}
.center-column .tab-content ul{
  padding-left: 20px;
}
.rating{
  margin-bottom: 10px;
}
.review .rating{
  display: none;
}
.you-may-like{
  margin-top: 70px;
}
.you-may-like .heading_filter a.shop_filter{
  display: none;
}
.count_holder_small{
  display: none;
}
.count_holder {
  background-color: #fff !important;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.hasCountdown span{
  color: #212121 !important
}
.offer_title {
  color: #212121 !important;
}
.add-review-button{
  float: right;
}
.write-review-btn {
  background: transparent;
  border: 1px solid #6f9c3d;
  color: #6f9c3d!important;
  padding: 12px 30px;
  text-transform: uppercase;
}
.write-review-btn:hover{
  color: #fff !important;
  background: #6f9c3d;
}
/* .product-grid .product .image .image{
  transition:.6s all ease
}
.product-grid:hover .product .image .image{
  opacity:1
}
.product-grid:hover .product:hover .image .image{
  opacity:.5
} */

/*Review*/
.review-list .rating{
  float: none !important;
}
.review-list{
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
p.review_date{
  color: #58595a;
  font-size: 14px;
}
.rating-review-detail .fa-star:before{
  color: #d5d5d5 !important;
}
.rating-review-detail .fa-star.active:before{
  color: #fdcc0d !important;
}
#review .review-list .text{
  margin: 5px 0 0;
  padding: 0;
  border: transparent !important;
  background: transparent !important;
}
#review .review-list .text:after{
  display: none;
}
/* .warning {
  background: url(../img/warning.png) 13px center no-repeat #FFD1D1;
  border: 1px solid #FFCDD2;
  color: #B71D1C !important;
}
#ne_subscribe1 .warning {
  background: url(../img/warning.png) 13px center no-repeat #FFD1D1;
  border: 1px solid #FFCDD2;
  color: #B71D1C !important;
} */
body.checkout-cart .center-column h2{
  font-size: 22px !important;
  letter-spacing: 1.5px !important;
}
p.add-review-button a:focus {
  color: #6f9c3d !important;
  text-decoration: none !important;
}
#tab-review .rating-review-detail .rating-review {
  display: inline-flex;
}
div#review {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
}
.star-review-rating:not(:checked)>label:before {
  content: "\f005";
  font-weight: 100 !important;
  font-family: "font awesome 5 free";
}
.star-review-rating:not(:checked)>label.active:before {
  content: "\f005";
  font-weight: 900 !important;
  font-family: "font awesome 5 free";
}
.star-review-rating:not(:checked)>label {
  width: 22px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  color: #d5d5d5 !important;
  margin-right: 8px;
  transition: .3s;
}
.star-review-rating:not(:checked)>input {
  position: absolute;
  clip: rect(0,0,0,0);
}
.star-review-rating label.active{
  color: #fdcc0d !important;
}
#collapsereview input[type=text]{
  background: #f8f8f8 !important;
  border: solid 1px #dbdbdb !important;
}
#collapsereview{
  margin-top: 30px;
}
#collapsereview #review-title {
  display: none;
}
#collapsereview .recaptcha{
  float: right !important;
  margin-bottom: 15px;
  padding-left: 0 !important;
}
#collapsereview .buttons{
  float: right !important;
  padding-left: 0 !important;
}
#collapsereview .recaptcha
.review_form{
  margin-bottom: 15px !important;
}
.review_form label{
  color: #212121 !important;
  margin-top: 10px !important;
}
.entry_review textarea{
  width: 83.33% !important;
  border: solid 1px #dbdbdb !important;
  height: 160px !important;
  margin-bottom: 20px;
  background: #f8f8f8 !important;
}


/* Responsive */
@media (max-width: 1080px){
  #blog_category .articleCat:not(:last-child) {
    margin-bottom: 35px;
  }
  .footer-panel h4{
    margin: 0;
  }
  h1{
    font-size: 35px !important;
  }
  h2{
    font-size: 24px !important;
  }
  h3{
    font-size: 18px !important;
  }
  .filter-product.box .box-heading{
    font-size: 24px !important;
    padding-bottom: 25px !important;
  }
  #blogArticle .articleHeader h1, #blogArticle .articleHeader h1 a{
    font-size: 24px !important;
  }
  .offcanvas .container, .offcanvas .col-sm-7 {
    width: 100%;
  }
  img.footer-logo{
    padding-top: 0 !important;
    padding-bottom: 10px;
    width: 50%;
  }
  .responsive ul.megamenu > li:not(:last-child){
    margin: 0 !important;
  }
  .footer-newsletter h3{
    margin: 0 !important;
    padding: 12px 14px 11px 0;
  }
  .icon_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5px !important;
  }
  .icon_txt p {
    font-size: 10px;
    padding: 3px 0 0;
    margin: 0;
    color: #212121;
  }
  .copyright .pattern{
    padding: 25px 0 20px !important;
  }
  ul.megamenu > li > a.active:before, ul.megamenu > li > a:before {
    bottom: 0 !important;
  }
  .footer-panel h4:after{
    color: #a39c8f;
  }
  .copyright .row{
    display: block;
  }
  .desktop-banner{
    display: none;
  }
  .mobile-banner{
    display: block;
  }
  body.information-information .breadcrumb .container>div {
    padding: 10px 0 5px;
  }
  .breadcrumb .background {
    padding: 20px 0 !important;
  }
  #cart_block .cart-heading span#total_price {
    width: 15px !important;
    height: 15px !important;
    padding-top: 2px;
  }
  #cart_block .cart-heading span#total_price {
    top: 14px !important;
    right: -8px !important;
  }
  .responsive .footer .pattern {
    padding: 30px 0 20px !important;
  }
  .ne_subscribe{
    margin-bottom: 25px;
  }
  .section1 {
    margin-bottom: 25px;
  }
  .section2 {
    margin-bottom: 40px;
  }
  .contact-us ul.fa-ul {
    margin-left: 5px;
  }
  .faq_page {
    padding: 0;
    margin-bottom: 35px;
  }
  .category-info .image{
    padding: 0 !important;
  }
  .optionsList{
    width: 100%;
  }
  .product-info .cart .add-to-cart .button{
    padding: 10px 36px;
  }
  .product-info .options{
    padding-top: 15px !important;
  }
}

@media (min-width: 768px){
  /* .footer .row{
    display: flex;
    flex-direction: row;
  } */
}
@media (min-width: 768px) and (max-width: 1080px){
  .footer-icon{
    padding-top: 5px;
    margin-bottom: 10px;
  }
  img.footer-logo{
    width: 30%;
    margin-bottom: 5px;
  }
  #offcanvas-btn-left {
    display: none !important;
  }
  .responsive #undefined-sticky-wrapper .megamenu-wrapper{
    display: none !important;
  }
  #header-left .menu-responsive-btn{
    display: inline-block !important;
  }
  .drawer-cart p{
    display: none;
  }
  .menu-responsive-btn.drawer-account{
    padding: 0;
    display: inline-block !important;
  }
  #header-right{
    display: block !important;
  }
  input.subscribe_email{
    width: 80% !important;
  }
  .footer-newsletter .ne_submit{
    margin-left: -2%;
    padding: 11px 20px;
  }

  /* homepage */
  .slider-1 .caption{
    top: 10%;
  }
  .cate {
    margin-bottom: 15px;
  }

  /* information page */
  .box-information li{
    padding: 0 20px;
    min-width: 0;
  }
  .about_us .section1 img{
    margin-bottom: 15px;
  }
  .about_us .section2{
    margin-top: 30px;
    margin-bottom: 0;
  }

  /* blog & article */
  #blog_category .articleCat:not(:last-child) {
    margin-bottom: 0;
  }
  .article-latest h2 {
    font-size: 15px !important;
    margin-bottom: 5px;
    margin-top: 15px;
  }

  /* product page */
  .product-info .cart .add-to-cart .button {
    padding: 10px 20px;
  }

}
@media (max-width: 767px){
  .navbar-fixed-top{
    border-width: 0;
  }
  .navbar-fixed-bottom a:nth-child(2){
    display: none !important;
  }
  .footer-icon{
    text-align: center;
    padding-top: 15px;
    margin-bottom: 0;
  }
  #header-right{
    display: block !important;
  }
  /* Homepage */
  .tp-bullets{
    display: block !important;
    bottom: 10px !important;
  }
  .tp-bullets .bullet {
    width: 28px !important;
    height: 10px !important;
  }
  .shop-cate{
    padding-top: 30px;
    padding-bottom: 0
  }
  .shop-cate > .container, .story-home > .container, .online-exlusive > .container, .boxPlain > .container{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .shop-cate .col-sm-4 div{
    margin-bottom: 35px;
  }
  .story-home{
    padding-bottom: 1px;
  }
  .story-home h2{
    padding: 0;
    font-size: 22px !important;
  }
  .story-home p{
    margin-top: 15px;
  }
  .story-home .section2{
    padding: 15px 0;
  }
  .story-home .section2 .col-md-8{
    padding-left: 10px;
    margin-top: 30px;
  }
  .online-exlusive{
    padding-top: 30px;
  }
  .filter-product .box-heading:after {
    height: 3px;
    width: 15%;
    top: 45px;
    left: 40%;
  }
  .heading_filter a.shop_filter{
    top: 15px;
  }
  .home_banner .details {
    top: 0;
    width: 100%;
  }
  .home_banner .details img{
    margin-top: 40%;
    padding: 0 20px;
  }
  .home_banner img.bg{
    object-fit: cover;
    height: 100%;
  }
  .features_section .col-xs-12:not(:last-child){
    margin-bottom: 10px;
  }
  .cate-highlight .category {
    padding: 20px 0;
  }
  .cate-highlight .category img {
    width: 35px;
    height: 35px;
  }
  .cate-highlight .row > div{
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 10px;
  }
  .cate span {
    font-size: 12px;
    font-weight: 500;
    white-space: pre;
  }
  .local-produce, .weekly_promo {
    margin: 10px 0 !important;
  }
  /* blog homepage */
  .boxPlain .box-heading:after {
    height: 3px;
    width: 15%;
    bottom: 0;
    left: 40%;
  }
  .boxPlain .box-heading h2{
    margin-top: 0 !important;
  }
  .blogModule.boxPlain ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-top: 35px;
  }
  .blogModule li{
    margin: 0 0 20px !important;
  }
  .blogModule.boxPlain .title{
    font-size: 18px !important;
    margin-bottom: 5px;
  }
  .blogModule.boxPlain{
    padding-bottom: 10px;
  }

  /* subscribe */
  .home-subscribebox label{
    width: 100%;
  }
  input.subscribe_email{
    width: 85% !important;
  }
  .footer-newsletter .ne_submit {
    border: none;
    padding: 12px 20px;
  }
  .home-subscribebox .ne_submit {
    width: 15%;
  }
  .home-subscribebox{
    padding-top: 10px;
    padding-bottom: 0;
  }
  /* Box-Information */
  .offcanvas-right .box-information{
    display: block !important;
  }
  .offcanvas-right .box-information ul {
    display: block;
  }
  .offcanvas-right .box-information li a{
    padding: 10px !important;
  }
  .offcanvas-right .box-information{
    border-bottom: none;
  }
  .box-information li {
    padding: 0 12px;
    min-width: 0;
  }
  .box-information .box-content ul > li > a {
    line-height: 1.4;
    display: block;
    padding: 0;
    font-size: 11px;
  }
  .box-information{
    margin-top: 10px;
    padding: 5px 0 0;
  }

  /* About Page */
  .about_us .section1 img{
    margin-bottom: 10px;
  }
  .about_us .section2 {
    margin-top: 25px;
    margin-bottom: 20px !important;
  }
  .about_us .section2 .col-md-4:not(:last-child){
    margin-bottom: 25px;
  }

  /* Contact us */
  #form1 {
    padding-right: 10px;
  }
  .contact-us {
    padding: 10% 8% 5%;
  }

  /* blog page */
  .blog-category-home #blogCatArticles{
    margin-top: 20px;
  }
  .blog-category-home #blogCatArticles .articleContent .col-md-6, .blog-category-home #blogCatArticles .articleContent .article_det{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .article_det{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px;
  }
  body.blog-article .details {
    padding: 0;
  }
  .articleHeader {
    margin: 10px 0 15px !important;
  }
  .ludoBlog img{
    margin-bottom: 10px;
  }
  h3.qoute{
    font-size: 17px !important;
    padding-left: 15px;
  }
  .bottom-article{
    width: 100%;
    margin: 25px 0 0
  }
  .bottom-article .col-sm-6:last-child{
    float: left;
    margin-top: 15px;
  }
  #articleRelated{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #articleRelated h2{
    position: relative;
  }
  #articleRelated h2:after {
    height: 3px;
    width: 15%;
    bottom: -5px;
    left: 40%;
  }
  #articleRelated ul{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-top: 35px !important;
  }
  #articleRelated li{
    min-height: 300px;
  }

  /* product page */
  .responsive .product-info .cart, .responsive .product-info .description, .responsive .product-info .options, .responsive .product-info .price{
    padding: 0;
  }
  .htabs a{
    display: block;
    text-align: center;
  }
  .product-product .center-column .tab-content{
    padding: 15px !important;
    border: none;
  }
  .you-may-like {
    margin-top: 60px;
  }

  /* Category page */
  .mfilter-column_left .visible-xs {
    display: inline-block !important;
  }
  a.category-chevron{
    padding-left: 8px;
  }

  /* blog page */
  .blogCol3 .articleCat {
    width: 100% !important;
  }
  .blogModule.boxCategory{
    padding-top: 13px;
  }

  /* Article page */
  .blog-article .main-content .col-sm-9.center-column {
    padding-top: 15px;
  }
  .ludoBlog table.detail_cook td {
    display: block;
  }
  .box.article-latest{
    display: block !important;
    margin-bottom: 25px;
  }
  .article-latest h2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .faq_page {
    margin-top: 15px;
  }
}
