/*
Theme Name: Zota Child
Theme URI: https://elementor2.thembay.com/zota/
Author: Thembay
Description: This is a child theme for Zota
Version: 1.0
Author URI: https://thembay.com/
Template: zota
Text Domain: zota-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu .dropdown-menu{
	width: 100%;
}
@media screen and (max-width: 768px) {
    .block-points-sale-new {
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:normal !important;
        -webkit-flex-direction:column !important;
           -moz-box-orient:vertical !important;
           -moz-box-direction:normal !important;
            -ms-flex-direction:column !important;
                flex-direction:column !important;
    }
    .block-points-sale-new>div.city {
        width: 100% !important;
        padding: 15px !important;
    }
}
	.block-points-sale-new {
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0px 4px 11px 1px rgb(0 0 0 / 19%);
            box-shadow: 0px 4px 11px 1px rgb(0 0 0 / 19%);
    -webkit-border-radius: 24px;
            border-radius: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.block-points-sale-new>div.city {
    width: 40%;
    padding: 30px;
}
.block-points-sale-new select {
    border: 1px solid #dedede;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #43b02a;
    color: #fff;
}
.block-points-sale-new .city-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 470px;
    overflow-y: scroll;
    padding: 5px 10px 5px 0;
}
.block-points-sale-new .city-item {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #dedede;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
    cursor:pointer;
    -webkit-transition:300ms;
    -o-transition:300ms;
    -moz-transition:300ms;
    transition:300ms;
}
.block-points-sale-new .city-item:hover {
    border: 1px solid #43b02a;
}
.block-points-sale-new .city-item.show {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
}
.block-points-sale-new .city-item__worktime {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top:5px;
}
.block-points-sale-new .city-item__worktime p {
    margin-bottom:0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    margin-left:10px;
    text-transform:uppercase;
}
.block-points-sale-new .map {
    height: 600px;
    width: 100%;
    -webkit-border-radius:24px;
            border-radius:24px;
    overflow:hidden;
}
.clock-flat {
    background: url(/wp-content/themes/mm4/img/icons/clock-flat.svg) center no-repeat;
    width: 16px;
    height: 16px;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
#map {
    width: 100%; height: 100%; padding: 0; margin: 0;
}

.woocommerce ul#shipping_method li{
	    flex-direction: column;
	
}
.shipping__box {
    display: none; 
    max-height: 0;
    padding: 0 10px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out, padding 0.3s ease-out;
    -o-transition: max-height 0.4s ease-out, padding 0.3s ease-out;
    -moz-transition: max-height 0.4s ease-out, padding 0.3s ease-out;
    transition: max-height 0.4s ease-out, padding 0.3s ease-out;
}

.woocommerce-checkout ul#shipping_method li input:checked + label + .shipping__box {
    display: block; 
    max-height: 100%;
    padding: 10px;
    -webkit-transition: max-height 0.2s ease-out, padding 0.1s ease-out;
    -o-transition: max-height 0.2s ease-out, padding 0.1s ease-out;
    -moz-transition: max-height 0.2s ease-out, padding 0.1s ease-out;
    transition: max-height 0.2s ease-out, padding 0.1s ease-out;
}
.uppercase{
	text-transform: uppercase;
}
.green {
    color: #43b02a;
}
.homeul{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
	gap: 20px;
}
.homeul li {
    padding: 0 3px;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    position: relative;
    font-weight: 500;
    /*text-transform: uppercase;*/
    max-width: 600px;
    width: 50%;
    list-style: none;
}
.homeul li:before {
    content: '';
    background: url('/wp-content/uploads/2025/05/yes.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: -45px;
    width: 30px;
    height: 25px;
}
.homeul li li{
	width: 100%;
    margin-top: 10px;
    font-weight: normal;
    list-style: circle;
}
.homeul li li:before {
	display: none;
}
@media (max-width: 1024px) {
	.homeul li{
		width: 100%;
		max-width: auto;
	}
}
#billing_country_field{
	display: none;
}
.wc_payment_method img{
	height: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	background-image: none;
}

.checkout-inline-error-message{
	display: none;
}
.wrapper-heading-tab li a{
	font-family: Montserrat !important;
}

.single-product .rurassrochka {
    font-size: 20px !important;
    color:#000 !important;
    line-height:1 !important;
	display: flex;
    align-items: center;
    flex-direction: row;
}
.summary .rurassrochka:hover{
	cursor: pointer;
}
.summary .info{
	color: #43B02A;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
	margin: 0 0 0 10px;
}
.summary #cards{
	height: 0;
	overflow: hidden;
}
.summary #cards.active{
	height: auto;
}

@media (max-width: 782px) {
    body.tbay-search-mb.active-admin-bar .wrapper-container {
        padding-top: 208px;
    }
}
@media (max-width: 782px) {
    body.admin-bar .wrapper-container {
        padding-top: 168px;
    }
}

@media (max-width: 1199px) {
    body.tbay-search-mb .wrapper-container {
        padding-top: 168px;
    }
}

.home .e-opened svg{
transition: .3s;
}
.home .e-opened{
	display: flex !important;
}
.home .e-closed{
	display: none !important;
}
.home .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg { 
		-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: invert(57%) sepia(74%) saturate(535%) hue-rotate(63deg) brightness(87%) contrast(81%);
    filter: invert(57%) sepia(74%) saturate(535%) hue-rotate(63deg) brightness(87%) contrast(81%);
	
} 
.item-list{
	display: flex;
    text-align: center;
    flex-wrap: wrap;
}
.item-list a{
    border: 2px solid #00b202;
    border-radius: 26px;
    margin: 1%;
    overflow: hidden;
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: flex-end;
	padding-bottom: 15px;
	font-size: 20px;
}
.item-list img{
	max-width: 210px;
	max-height: 210px;
	    width: 100%;
}
@media (max-width: 767px) {
    .woocommerce-products-header {
        display: block;
    }
	.item-list a{
		width: 48%;
	}
}

@media (max-width: 575px) {
    .product-block.grid .name:not(.full_name) a {
        text-overflow: ellipsis;
        white-space: pre-wrap;
        overflow: hidden;
    }
}
.caption .sku{
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.caption .price{
	margin-bottom: 10px !important;
}
.product-block .product-content{
    justify-content: space-between;
}
.woof_checkbox_count{
	display: none !important;
}

.mm-btn_next:after {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.posted_in, .star-rating{
	display: none !important;
}
.woof_container_inner h4 {
    margin-bottom: 9px !important;
    font-size: 18px !important;
}
.woocommerce div.product #woocommerce-tabs ul.tabs{
	flex-wrap: wrap;
}
.elementor-element-0492e0a p{
	margin-bottom: 10px;
}
.onsale + .caption .price ins .woocommerce-Price-amount bdi{
	color: #dd2400;
    font-size: 16px;
}
.checkout .product-name img{
	display: none;
}
.checkout .product-name{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
} 
#shipping_method li label{
	border: 1px solid #838383;
	font-size: 17px;
	padding: 10px 15px;
}
.heading-tbay-title:has(+ .content-empty),
.heading-tbay-title + .content-empty{
	display: none !important;
}
.home .elementor-element-ff64392{
	display: none !important;
}
.fgf-add-manual-gift-product{
	min-width: 110px;
}

@media (max-width: 767px) {
    .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
        display: none;
    }
	.fgf-gift-product-item td{
		padding: 0 !important;
	}
	table.shop_table>tbody>tr>td[data-title="Название"] {
		line-height: 20px !important;
		font-size: 14px;
		padding-bottom: 5px !important;
		padding-top: 5px !important;
	}
	table.shop_table>tbody>tr>td[data-title="Изображение"] {
		padding: 0 10px !important;
		text-align: center !important;
	}
}
.header-slick.slick-slider, .header-slick .slick-list{
	display: block;
}
.header-slick .slick-slide{
	margin: 0;
}
.header-slick img{
	opacity: 0;
}
.slick-initialized img{
	opacity: 1;
}
body{

}
.slick-prev, .slick-next{
	display: none !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info{
	clear: both;
}
.e-n-tabs-heading button{
	    background: none !important;
    color: #000 !important;
	padding: 0 !important;
}
.e-n-tabs-heading button span{
    font-size: 24px !important;
    line-height: 38px;
    font-weight: 500;
    font-family: var(--tb-text-second-font);
    padding-left: 12px;
    padding-right: 12px;
} 

.e-n-tabs-heading button span:after{
    content: "";
    background: #1d1d1d;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.e-n-tabs-heading button[aria-selected="true"] span:after{
width: 100%;
}
.e-n-tabs-heading button:hover span:after{
width: 100%;
}
@media (max-width: 767px) {
	.e-n-tabs-heading button span {
		font-size: 20px !important;
	}
} 
.__jivoMobileButton{
    margin-bottom: 50px !important;
}