/*
Theme Name: GreenMart
Theme URI: https://demo.thembay.com/greenmart/
Author: Thembay
Author URI: https://thembay.com
Description: GreenMart â€“ Organic & Food WooCommerce WordPress Theme
Version: 4.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: greenmart
Domain Path: /languages/
Requires PHP: 7.0
Requires at least: 5.0
Tested up to: 5.6

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */


/* This stylesheet generated by Transfonter (http://transfonter.org) */

@font-face {
	font-family: 'MyriadPro';
	src: url('./fonts/MyriadPro-Regular.eot');
	src: url('./fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/MyriadPro-Regular.woff') format('woff'),
		url('./fonts/MyriadPro-Regular.ttf')  format('truetype'),
		url('./fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-It';
	src: url('./fonts/MyriadPro-It.eot');
	src: url('./fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
		url('./fonts/MyriadPro-It.woff') format('woff'),
		url('./fonts/MyriadPro-It.ttf')  format('truetype'),
		url('./fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'MyriadPro';
	src: url('./fonts/MyriadPro-Bold.eot');
	src: url('./fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/MyriadPro-Bold.woff') format('woff'),
		url('./fonts/MyriadPro-Bold.ttf')  format('truetype'),
		url('./fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
body {
  /*  font-family: 'MyriadPro' !important;*/

}



img{
    max-width: 100%;
    height:auto;
 }


 
 .sticky{
    background: #FFFFFF;
 }
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.order-filter-actions.actions {
  float: initial ;
  margin: 0; 
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: 0;
    margin-right: 0
}

.wp-caption {
    background: #fff;
    color: #333;
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.tbay-modalButton[data-target="#productvideo"] {
    bottom: auto;
    top: 60px;
    left: auto;
    right: 255px !important;
    display: block;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    outline: 0;
    padding: 0 15px;
    z-index: 11;
    font-size: 12px;
    font-weight: 300;
    color: #777;
    line-height: 31px;
    cursor: pointer;
}

.tbay-to-top a span {
    position: absolute;
    top: 1px;
    right: 0;
    left: auto;
    font-size: 11px;
    color: #000;
    width: 20px;
    height: 20px;
    background-color: #FFE82E;
    z-index: 1;
    line-height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 12%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 12%);
}

.woocommerce .cart-popup .mini-cart-items, .cart-popup .mini-cart-items {
    display: inline-block;
    padding: 0;
    background-color: #FFE82E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #212b36;
    font-size: 11px;
    position: absolute;
    content: "";
    right: auto;
    left: 22px;
    top: -3px;
    font-weight: 600;
    min-width: 22px;
    line-height: 20px;
    border: 1px solid #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption,
.bypostauthor {
  font-style: italic;
  font-size: 12px;
  color: #757575;
}

/**
 *  Gallery
 * -----------------------------------------------------------------------------
 */
 .gallery .gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    padding: 0;
    position: relative; }
  
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: auto; }
  
  .gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 14px);
    max-width: calc(50% - 14px);
    width: auto; }
  
  .gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 11px);
    max-width: calc(33.3% - 11px);
    width: auto; }
  
  .gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 9px);
    max-width: calc(25% - 9px);
    width: auto; }
  
  .gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 8px);
    max-width: calc(20% - 8px);
    width: auto; }
  
  .gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 7px);
    max-width: calc(16.7% - 7px);
    width: auto; }
  
  .gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 7px);
    max-width: calc(14.28% - 7px);
    width: auto; }
  
  .gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 6px);
    max-width: calc(12.5% - 6px);
    width: auto; }
  
  .gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 6px);
    max-width: calc(11.1% - 6px);
    width: auto; }
  
  .gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0; }
  
  .gallery .gallery-caption {
    background-color: rgba(0,0,0,.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%; }
  
  .gallery .gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  
  .gallery-item:hover .gallery-caption {
    opacity: 1; }
  
  .gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
    display: none; }
  
  .gallery-columns-2 .gallery-item:nth-child(odd),.gallery-columns-3 .gallery-item:nth-child(3n+1),.gallery-columns-4 .gallery-item:nth-child(4n+1),.gallery-columns-5 .gallery-item:nth-child(5n+1),.gallery-columns-6 .gallery-item:nth-child(6n+1),.gallery-columns-7 .gallery-item:nth-child(7n+1),.gallery-columns-8 .gallery-item:nth-child(8n+1),.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both; }

  .panel.panel-default.panel-pading {
    float: left;
    width: 100%;
    
  }
  .panel.panel-default.panel-pading #product_table_wrapper {
    float: left;
    width: 100%;
  }




h3#ship-to-different-address {
    display: none;
}

.woocommerce-additional-fields__field-wrapper {
    display: none;
}

p#billing_country_field {
    display: none;
}


.elementor-element.elementor-element-40315b7.elementor-widget.elementor-widget-shortcode {
    position: absolute;
    width: 37%;
    margin-top: -26px;
}


span.bonus_counts {
  display: inline-block;
  padding: 0;
  background-color: #FFE82E;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #212b36;
  font-size: 11px;
  position: absolute;
  content: "";
  right: auto;
  /* left: 22px; */
  top: -8px;
  font-weight: 600;
min-width: 28px;
    line-height: 25px;

  border: 1px solid #fff;
  text-align: center;
}


form#buyoneclick_form_order h2 {
    display: none;
}

form#buyoneclick_form_order .table-wrap {margin-top: 28px;}

form#buyoneclick_form_order {
    padding-top: 30px;
}

a.pum-trigger {
    background: #FFE82E;
    padding: 12px;
	color: #000000;
	border-radius: 10px;
}

.tbay-cart.top-cart.hidden-xs {
    display: none !important;
}



.callback-bt {
        background: #00AB55;
        border: 2px solid #00AB55;
        border-radius:50%;
        box-shadow: 0 8px 10px rgb(0 173 78 / 65%);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        left: 2%;
        bottom: 18%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#00ad4e;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgb(0 171 85 / 56%),0 0 0 0 rgb(0 171 85)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* ÐºÐ¾Ð½ÐµÑ† ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð·Ð²Ð¾Ð½ÐºÐ° */

.singular-shop .woocommerce-message {
    display: none;
}


table.cart-list .quantity {
    margin-bottom: 15px;
    /* margin-right: 15px; */
    /* display: inline-block; */
    vertical-align: middle;
    max-width: 70px;
    white-space: nowrap;
    width: 100%;
}
table.cart-list .quantity input {
    text-align: center;
    line-height: normal;
    color: #1f1f1f;
    font-family: inherit;
    vertical-align: middle;
    padding-right: 30px;
    display: inline-block;
    width: 100%;
}
table.cart-list quantity span.product-qty-arrows {
    font-size: .6em;
    display: inline-block;
    vertical-align: middle;
    margin-left: -30px;
}

table.cart-list .quantity input.qty {
    position: absolute;
    width: 55px !important;
    background: #fdfdfd00 !important;
}
div#yith-wacp-mini-cart {
 
    top: 59% !important;
}
@media(max-width:850px){

button.single_add_to_cart_button.clickBuyButton.button21.button.alt.ld-ext-left {
    position: absolute;
}

.single_add_to_cart_button {
    position: relative !important;
    margin-top: 11px !important;
}
    
    
    .device-account span.bonus_counts {

    right: 0px;
    top: 0px;
        
        
    }
}


.tbay-element.tbay-element-product-recently-viewed.product-recently-viewed-main .content-empty:before {
    content: "Нет просмотренных товаров";
     color:#8c8c8c;
      font-size:15px;
}

.tbay-element.tbay-element-product-recently-viewed.product-recently-viewed-main .content-empty {
    color:#ffff;
    font-size:0px;
}
p.wishlist-empty {

     color:#ffff;
    font-size:0px;

}

p.wishlist-empty:before {

   content: "Нет избранных товаров";
     color:#8c8c8c;
      font-size:15px;
    
}

.dig_clg_bx {
    opacity: 1 !important;
}
.dig_clg_bx {
    top: 50px !important;
}

div#wpcf7-f5215-o2 input {
    max-width: 63%;
}

.woocommerce div.product .entry-summary .single_add_to_cart_button, .woocommerce div.product .entry-summary .tbay-buy-now {

    text-transform: inherit !important;
 
}
.tags-wrapper {
    display: none !important;
}

.author-info {
    display: none !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-points a:before {
    content: "\e02a";
}
@media(max-width:850px){
    div#wpcf7-f5215-o2 input {
    max-width: 100%;
}
}

.cat-name {

    text-transform: none !important;

}
.cat-name {

    text-transform: none !important;

}
 


input#privacy_policy_checkbox {
    display: inline-block;
    margin: 6px;
}




.woocommerce-terms-and-conditions-wrapper {
    display: none;
}


