/**
* Theme Name: GreenMart Child
* Description: This is a child theme for GreenMart
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: greenmart
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/*button popup*/
.tbay-button-popup-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 12px 0 4px;
  list-style: none;
  border-top: 0;
  margin: 0;
}
.tbay-button-popup-wrap li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.tbay-button-popup-wrap li + li {
  margin-left: 34px;
}
.tbay-button-popup-wrap li > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
.tbay-button-popup-wrap li > a:hover svg{
  fill: var(--tb-theme-color);
}
.tbay-button-popup-wrap li > a span {
  margin-left: 8px;
}

.tbay-popup-size-guid table {
  text-align: center;
  margin: 0;
}
.tbay-popup-size-guid table thead {
  background: #2b3034;
  color: var(--white-color, #ffffff);
}
.tbay-popup-size-guid table thead td {
  border-bottom: 0;
}
.tbay-popup-size-guid table thead td strong {
  font-weight: normal;
}

.tbay-mfp-max-width .mfp-content {
  max-width: 800px;
}

.popup-button-mfp-zoom-in .tbay-popup-content {
  background: #fff;
  padding: 45px 25px 25px;
  text-align: initial;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.popup-button-mfp-zoom-in .tbay-popup-content .content {
  max-height: 75vh;
  overflow-y: auto;
}
.popup-button-mfp-zoom-in .tbay-popup-content .mfp-close {
  font-size: 0;
  line-height: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 6px;
}
.popup-button-mfp-zoom-in .tbay-popup-content .mfp-close:after {
  content: "\E03C";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "tb-icon";
}
.popup-button-mfp-zoom-in .tbay-popup-content .mfp-close:after {
  font-size: 26px;
  color: #17181a;
}
.popup-button-mfp-zoom-in .tbay-popup-content .mfp-close:hover::after {
  color: var(--tb-theme-color-text) !important;
}
.popup-button-mfp-zoom-in .tbay-popup-content.popup-aska-question {
  padding: 0;
}
.popup-button-mfp-zoom-in .tbay-popup-content.popup-aska-question .content {
  padding: 0;
}
.popup-button-mfp-zoom-in
  .tbay-popup-content.popup-aska-question
  .tbay-headling-popup {
  background: #2b3034;
  color: var(--white-color, #ffffff);
  margin: 0;
  padding: 15px 0;
}
.popup-button-mfp-zoom-in
  .tbay-popup-content.popup-aska-question
  .mfp-close::after {
  color: #fff !important;
}
.popup-button-mfp-zoom-in .tbay-popup-content .tbay-headling-popup {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
}

.popup-button-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  -webkit-transform: translateY(0) perspective(600px) rotateX(0deg);
  -moz-transform: translateY(0) perspective(600px) rotateX(0deg);
  -ms-transform: translateY(0) perspective(600px) rotateX(0deg);
  -o-transform: translateY(0) perspective(600px) rotateX(0deg);
  transform: translateY(0) perspective(600px) rotateX(0deg);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  filter: alpha(opacity=100);
}

.popup-button-mfp-zoom-in.mfp-ready .mfp-figure {
  -webkit-transform: translateY(0) perspective(600px) rotateX(0deg);
  -moz-transform: translateY(0) perspective(600px) rotateX(0deg);
  -ms-transform: translateY(0) perspective(600px) rotateX(0deg);
  -o-transform: translateY(0) perspective(600px) rotateX(0deg);
  transform: translateY(0) perspective(600px) rotateX(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}

.popup-button-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
  opacity: 0;
  filter: alpha(opacity=0);
}

.popup-button-mfp-zoom-in.mfp-removing .mfp-figure {
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
  opacity: 0;
  filter: alpha(opacity=0);
}

.popup-button-mfp-zoom-in .zoom-anim-dialog {
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.popup-aska-question {
  padding: 0;
  max-width: 480px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.popup-aska-question .tbay-product {
  background: #f9f9f9;
  padding: 20px 30px 20px;
  margin: 0;
}
.popup-aska-question .tbay-product .product-info .name {
  color: var(--tb-button-color, #3a454f);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  height: auto;
  margin: 0 0 5px;
  text-align: left;
}
.popup-aska-question .tbay-product .product-info .price {
  color: #c30b0b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  letter-spacing: 0.1px;
  margin-top: 0;
  margin-bottom: 0;
}
.popup-aska-question .tbay-product .product-info .price ins {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.popup-aska-question .tbay-product .product-info .price del {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  opacity: 1;
  filter: alpha(opacity=100);
}
.popup-aska-question
  .tbay-product
  .product-info
  .price
  del
  .woocommerce-Price-amount {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-left: 8px;
  margin-right: 0;
  color: #888888;
}
.popup-aska-question .tbay-product .image {
  width: 90px;
  padding-right: 20px;
}
.popup-aska-question .tbay-wrap {
  padding: 30px 30px 30px;
}
.popup-aska-question .tbay-wrap .tbay-headling-popup {
  text-align: center;
  font-weight: normal;
  margin: 25px 0 28px;
}
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"] {
  min-width: 100px;
}
.popup-aska-question .tbay-wrap input[type=email], .popup-aska-question .tbay-wrap input[type=number], .popup-aska-question .tbay-wrap input[type=password], .popup-aska-question .tbay-wrap input[type=search], .popup-aska-question .tbay-wrap input[type=text], .popup-aska-question .tbay-wrap input[type=tel], .popup-aska-question .tbay-wrap textarea {
    border-radius: 16px;
    background: #f4f6f8;
}

.popup-aska-question .tbay-wrap input[type=email], .popup-aska-question .tbay-wrap input[type=number], .popup-aska-question .tbay-wrap input[type=password], .popup-aska-question .tbay-wrap input[type=search], .popup-aska-question .tbay-wrap input[type=text], .popup-aska-question .tbay-wrap input[type=tel]{ 
    height: 44px;
}

.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="date"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="datetime"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="datetime-local"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="email"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="month"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="number"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="password"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="range"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="search"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="tel"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="text"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="time"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="url"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  input[type="week"],
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  textarea {
  padding: 0 10px;
  height: 44px;
}
.popup-aska-question
  .tbay-wrap
  div.wpforms-container-full
  .wpforms-form
  textarea {
  height: 150px;
  padding: 10px;
}
.popup-aska-question .tbay-wrap .form-group-submit {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.popup-aska-question .tbay-wrap .product_subject {
  display: none; 
}



#yith-quick-view-content .tbay-button-popup-wrap {
	display: none !important;	
}

.dokan-izimodal-wraper .dokan-izimodal-close-btn button i {
	display: none !important;
}

.dokan-izimodal-wraper .dokan-izimodal-close-btn button {
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    font-size: 20px;
    top: 5px;	
}

.dokan-izimodal-wraper .dokan-izimodal-close-btn button:hover {
	color: var(--tb-theme-color-text) !important;
}

@media (max-width: 991px) {
  .tbay-button-popup-wrap li {
    margin-right: 30px;
  }
  .tbay-button-popup-wrap li::after {
    display: none;
  }
  .tbay-button-popup-wrap li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .popup-aska-question .tbay-wrap .form-group-email-phone {
    margin-left: -15px;
    margin-right: -15px;
  }
  .popup-aska-question .tbay-wrap .form-group-email-phone .columns {
    margin-bottom: 15px;
    width: 50%;
  }
  .popup-aska-question .tbay-product .product-info .name {
    font-size: 15px;
    line-height: 20px;
  }
  .popup-button-mfp-zoom-in .tbay-popup-content {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .widget.related.products.more-seller-product .widget-title{
    padding-bottom: 40px;
  }

  .widget.related.products.more-seller-product .owl-carousel>.slick-arrow.slick-next {
    right: 7px;
      left: auto;
  }
  .tbay-button-popup-wrap li:last-child {
    margin-left: 0;
  }

  .tbay-button-popup-wrap {
    padding: 10px 15px 4px;
    background: #f5f5f6;
    border-top: 1px solid var(--tb-border-color, #ecedee);
  }
  .woocommerce div.product form.cart~.wpced {
    background-color: var(--white-color, #fff);
    margin-top: -1px;
  }
  .woocommerce div.product form.cart~.wpced .wpced-inner {
    border: 1px solid var(--tb-border-color, #ecedee);
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    padding: 9px 15px;
    line-height: 27px;
  }

  .tbay-button-popup-wrap li {
    margin-right: 20px;
  }
	
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
  content: "\E042";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "tb-icon";
}