/*
Theme Name: Pabili
Theme URI: http://themexriver.com/wp/viando
Description: Groser Child Theme
Author: themexriver
Author URI: https://themeforest.net/user/themexriver
Template: groser
Version: 1.0.0
*/

/* Typography */
h1 {
	font-weight: bold;
	color:#328D26
}

/* Header */
#gr-header .gr-header-action-btn.lang-selector {
    margin-right: 10px;
}
/*.menu-item {
	text-transform: capitalize;
}*/
.gr-header-section .gr-header-top-content {
    display: none
}

/* Category banner */
.category-nav__list li a img {
    display: none;
}

/* Tags */
.product-tags {
	padding-top: 0.5em;
	padding-bottom: 2em;
	text-align: left;
}
.product-tags .product-tag {
	display: inline-block;
	background-color: #27810a;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 16px;
}
.product-tags a {
	color: white;
}
.product-tags .product-tag:hover {
	background-color: #2fa20c;
}

/*Home products*/
.pabili-products .tab-content .row > div {
    display: flex;
}
.pabili-products .tab-content .row .product__item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	width: 100%;
}
.viando-6_product-item .by-name {
	display: none
}
.viando-6_product-item .rating-ct {
	display: none
}

/* Newsletter */
.pabili-subscription-box .subscription-box {
	display: flex;
}
.pabili-subscription-box .subscription-box .email-field {
	width: 100%;
	margin-right: 15px;
}
.pabili-subscription-box .subscription-box .email-field > p > span > input {
	height: 80px;
	padding: 10px 30px;
	box-shadow: inherit;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	color: var(--black-color);
	background-color: var(--white-color);
	border: 1px solid var(--color-fourty);
	font-family: var(--font-family-DMSans);
}
.pabili-subscription-box .subscription-box .submit-field > p > input {
	font-size: 22px;
	font-weight: 500;
	padding: 25px 50px;
	border-radius: 50px;
	border: 0;
	color: var(--white-color);
	text-transform: capitalize;
	background-color: var(--color-fourty);
	font-family: var(--font-family-DMSans);
	transition: 0.3s;
	position: relative;
}
.pabili-subscription-box .subscription-box .submit-field > p > input:hover {
	color: var(--white-color);
	background-color: var(--color-two);
}
.pabili-subscription-box .wpcf7-form.submitting .subscription-box .submit-field > p > input {
	animation: pulse 1s infinite;
}
@keyframes pulse {
	0% {
		background-color: var(--color-fourty);
	}
	50% {
		background-color: #8aaf9a;
	}
	100% {
		background-color: var(--color-fourty);
	}
}
.pabili-subscription-box .subscription-box .submit-field > p > .wpcf7-spinner {
	display: none;
}

/* Google Reviews */
/*.my-google-reviews {
	max-width: 1140px;
	margin: auto;
}*/

/* Features */
.features-area {
  padding-top: 1.387em;
  width: 100%;
  text-align: center;
}
.features-area .features-description-title i {
  font-size: 2em;
  color: #72c87e;
  margin-right: 10px;
}
.features-area .features-description {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 900;
}
.features {
  padding: 2em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: row wrap;
  -webkit-box-direction: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.features .feature-column {
  width: 45%;
  height: 100px !important;
  text-align: center;
  margin-bottom: 1.5em;
  margin-left: 5px;
  margin-right: 5px;
}
.features .feature-column img {
  background-color: white;
  border-radius: 10px;
  padding: 0.7em 0.7em;
  height: 100%;
  width: 100%;
  object-fit: contain;
  box-shadow: 4px 3px 11px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 4px 3px 11px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 3px 11px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) {
  .features .feature-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12%;
    padding-left: 1em;
    margin-bottom: 0;
  }
}

/* Remove additional space before footer */
.content-area {
  margin-bottom: 0;
}

/* Footer widgets spaces */
.site-footer {
  padding-bottom: 1em;
}
.footer-widgets {
  padding-top: 1em;
}
.site-footer .widget .widget-title {
  padding-bottom: 0;
  margin-bottom: 1em;
}
.footer-widgets .widget {
  margin-bottom: 1em;
}
.gr-footer-copyright .copyright-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media only screen and (max-width: 767px) {
  .site-footer .widget .widget-title {
    margin-bottom: 0.5em;
  }
}

/* Follow Us Widget */
.footer-follow-us .follow-us-item a {
  text-decoration: none;
}
.footer-follow-us .follow-us-item i {
  padding-right: 0.5em;
}
.footer-follow-us .follow-us-item .facebook:hover {
  color: #2470ff;
}
.footer-follow-us .follow-us-item .youtube:hover {
  color: #fc0008;
}
.footer-follow-us .follow-us-item .contact-us:hover {
  color: #eac355;
}

/* Shop */
/*@media only screen and (max-width: 1300px) {*/
/*	.shop-section .products.default-column > li {*/
/*		width: calc(50% - 30px) !important;*/
/*	}*/
/*}*/
/*@media only screen and (max-width: 576px) {*/
/*	.shop-section .products.default-column > li {*/
/*		width: calc(100% - 30px) !important;*/
/*	}*/
/*}*/
/*@media only screen and (min-width: 768px) {*/
/*    .shop-single-section .container .product.type-product .col-md-6 {*/
/*        max-width: 500px*/
/*    }*/
/*}*/