/* SHOP */
.woocommerce .onsale {
    display: none!important;
}
.container-simple-page article {
    margin-bottom: 70px;
}
.woocommerce .button {
    position: relative;
    border-radius: 0px;
    border: 1px solid #808080;
    border-radius: 10px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    /* max-width: 173px; */
    max-width: 100%;
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 65px 11px;
}
.single-product .content-block .button {
    position: relative;
    border-radius: 0px;
    border: 1px solid #808080;
    border-radius: 10px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    /* max-width: 173px; */
    max-width: 100%;
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding:10px 16px 11px;
}
.woocommerce .button:hover {
    background: #d6d6d6;
    color: #000;
    border-color: #000;
}
.single-product .content-block .button:hover {
    background: #d6d6d6;
    color: #000;
    border-color: #000;
}
.list-categories--content-points {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list-categories--content-points li a {
    display: inline-flex;
    margin:0 15px 10px;
    color: #525252;
    font-size: 20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}
.events-title-category--shop-outside {
    color: #000000;
    font-size: 34px;
    line-height: 1.23;
    font-weight: 600;
    padding-bottom: 24px;
    text-align: center;
    padding: 24px 0 24px;
    margin: 0;
    font-weight: 700;
    border-top:5px solid #0000003d;
}
.title-category--shop-description {
    padding-bottom: 48px;
    text-align: center;
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    max-width: 960px;
    margin:auto;
}
.title-category--shop {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 17px 0 43px;
    text-transform: uppercase;
}
.woocommerce ul.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    outline: none;
    margin: 0 -23.5px;
}
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    outline: none;
    width: calc(100% / 3 - 47px);
    margin: 0 23.5px 57px;
    background: #fff;
    position: relative;
}
#kulinarnye-master-klassy-dlya-detej .woocommerce  ul.products li.product,
#degustaczii .woocommerce  ul.products li.product {
    width: calc(100% / 4 - 47px);
}
.woocommerce ul.products li.product a > img {
    width: 100%;
    /* height: 100%; */
    /* height: 200px; */
    height:auto;
    border-radius: 2px;
    margin-bottom: 12px;
    object-fit: cover;
    object-position: center;
}
.woocommerce ul.products li.product_cat-degustaczii.product a > img,
.woocommerce ul.products li.product_cat-kulinarnye-master-klassy-dlya-detej.product a > img {
    height: auto;
}
.woocommerce ul.products li.product .woo-loop-item-wrapper-content {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    /* flex-direction: row;
    flex-wrap: wrap;
    width: 100%; */
    margin-bottom: 12px;
	margin-top:auto;
}
.woocommerce ul.products li.product > *:last-child {
	margin-bottom:0;
}
.woocommerce ul.products li.product .product_variable_image_thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: .3s;
}
.woocommerce ul.products li.product .product_variable_image_thumbnail.selected {
    opacity: 1;
    z-index: 10;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
    flex-wrap: wrap;
    flex-direction: row;
}
.screen-reader-text {
    display: none;
}
.woocommerce ul.products li.product .product-meta {
    color: #666666;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    width: auto;
    margin-right: auto;
    /* margin-left: 12px; */
    width: 100%;
    margin-bottom: 12px;
}
.woocommerce-loop-product__title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;   
    width: 100%; 
    margin-bottom: 12px;
}
.woocommerce ul.products li.product .woocommerce-product-item-excerpt {
    color: #666666;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 8px;
    width: 100%;
}
.woocommerce ul.products li.product .onsale {
    display: none;
}
.woocommerce_shop_loop_item_title_wrapper {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap */
    justify-content: flex-start;
    
    margin-bottom: 5px;   
    height: calc(100% - 212px);
}
.woocommerce ul.products li.product .woo-loop-item-simple-qty-button {
    display: flex;
}
.woocommerce ul.products li.product .quantity {
    margin-right: 16px;
}
.woocommerce ul.products li.product.product-type-variable .variations_form ~ .price {
    display: none;
}
.woocommerce ul.products li.product.product-type-variable .woo-loop-item-wrapper-content .variations_form {
	width:100%;
}
/* .woocommerce ul.products li.product.product-type-variable .quantity {
    display: none !important;
} */
/* .woocommerce ul.products li.product.product-type-variable select {
    display: none;
} */
.woocommerce ul.products li.product.product-type-variable .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
}
.woocommerce ul.products li.product.product-type-variable .woocommerce-variation-add-to-cart .quantity {
    margin-right: 16px;
}
.woocommerce ul.products li.product.product-type-variable .woo-loop-item-wrapper-content > .price {
    display: none;
}
.woocommerce ul.products li.product.product-type-variable .variations_form {
    width: 100%;
}
.woocommerce ul.products li.product.product-type-variable .variations {
    margin-bottom: 12px;
	width:100%;
}
.woocommerce ul.products li.product.product-type-variable .variations tr {
    display: flex;
    flex-direction: column;
    align-items: center;
	width:100%;
}
.woocommerce ul.products li.product.product-type-variable .variations tr .label {
    color:#000;
    margin-bottom: 8px;
    width: 100%;
}
.woocommerce ul.products li.product.product-type-variable .variations tr .label label {
	display:block;
	width:100%;
	text-align:start;
    font-size: 14px;
    font-weight: 500;
    color: #00000081;
}
.woocommerce ul.products li.product.product-type-variable .variations tr td {
	width:100%;
}
.woocommerce ul.products li.product .reset_variations {
    display: none;
}
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #000;
    /* width: 200px; */
    /* width: 100%; */
    width: auto;
    min-width: 240px;
    /* height: 44px; */
    height: auto;
}
.single-product .content-block .product .summary .select {
    /* max-width: 370px;
    width: 100%; */
    width: auto;
}
.select-styled {
    position: relative; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 300;
    color:#000;
    background-color: #f8f8f8;
    border:1px solid #ddd;
    border-radius: 5px;
    padding: 8px 32px 8px 12px;
    transition: all 0.2s ease-in;
    white-space: nowrap;
    overflow: hidden;
}
.select-styled::after {
    content:"";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
    z-index: 3;
}
.select-styled::before {
    content:"";
    width: 32px;
    height: 100%;
    background-color: #f8f8f8;
    z-index: 2;
    position: absolute;
    top: 0px;
    right: 0px;
}
.select-styled:hover {
    background-color: darken(#000, 2);
}
.select-styled:active, .select-styled.active {
    background-color: darken(#000, 5);
}
.select-styled.active::after {
    top: 9px;
    border-color: transparent transparent #000 transparent;
}  
.select-options {
    display: none; 
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.select-options li {
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    color:#000;
    transition: all 0.15s ease-in;
}
.select-options li:hover, 
.select-options .is-selected {
    color: #fff;
    background: #000;
}
.select-options [rel="hide"] {
    display: none;
}

.woocommerce ul.products li.product.product-type-variable .variations tr .btn-group {
	flex-wrap:wrap;
	width:100%;
}
.woocommerce ul.products li.product.product-type-variable .variations tr .btn-group .btn {
    background-color: transparent;
    color:#000;
    border-color: #000;
	padding:6px 12px;
    height: auto;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
	width:50%;
    margin: 0 -1px -1px 0;
}
.woocommerce ul.products li.product.product-type-variable .variations tr .btn-group .btn.active {
    background-color: #000;
    color:#fff;
    border-color:#000;
}
.woocommerce ul.products li.product.product-type-variable .woocommerce-variation-price {
    margin-bottom: 12px;
}
.woocommerce ul.products li.product.product-type-variable .woocommerce-variation-add-to-cart .button {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #808080;
    padding:10px 16px 10px;
    background-color: #000;
    border-radius: 10px!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    border-radius: 0px;
    color: #fff;
    /* width: 100%; */
    width:auto;
}
.woocommerce ul.products li.product.product-type-variable .woocommerce-variation-add-to-cart .button:hover {
    background-color: #d6d6d6;
    color:#000;
    border-color:#000;
}
.woocommerce ul.products li.product .add_to_cart_button {
    position: relative;
    border-radius: 0px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    /* max-width: 173px; */
    max-width: 100%;
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding:10px 16px 11px;
} 
.woocommerce ul.products li.product .add_to_cart_button.disabled {
    pointer-events: none;
    opacity: .5;
}
.woocommerce ul.products li.product .add_to_cart_button:hover {
    background:#d6d6d6 ;
    color:#000;
    border-color:#000;
}

.woocommerce ul.products li.product .add_to_cart_button.loading::after,
.woocommerce ul.products li.product .woocommerce-variation-add-to-cart .single_add_to_cart_button.loading::after,
.woocommerce .button.loading::after {
    content:'';
    display: block;
    position: absolute;
    top:calc(50% - 11px);
    left:calc(50% - 11px);
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='36' cy='36' r='34.5' stroke='url(%23paint0_linear_201_2)' stroke-width='3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_201_2' x1='36' y1='0' x2='36' y2='72' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFFFF'/%3E%3Cstop offset='1' stop-color='%23FFFFFF' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    animation: rotate 1s linear infinite;
    z-index: 2;
}
.woocommerce ul.products li.product .add_to_cart_button.loading::before,
.woocommerce ul.products li.product .woocommerce-variation-add-to-cart .single_add_to_cart_button.loading::before,
.woocommerce .button.loading::before {
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #000;
    border-radius: 10px;
    z-index: 1;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
.woocommerce ul.products li.product .add_to_cart_button.added::after,
.woocommerce ul.products li.product .woocommerce-variation-add-to-cart .single_add_to_cart_button.added::after,
.woocommerce .button.added::after {
    content: "";
    position: unset;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14264 3.04493C1.06447 3.12414 1.06698 3.25222 1.1482 3.32831L3.63868 5.6615C3.83881 5.84899 4.15259 5.8403 4.34203 5.64203L8.35971 1.4372C8.43785 1.35542 8.43681 1.22634 8.35736 1.14583C8.27859 1.06602 8.14943 1.06713 8.07206 1.14829L4.34054 5.06207C4.15175 5.26009 3.83887 5.26959 3.6384 5.08341L1.43669 3.03853C1.35305 2.96085 1.22282 2.96368 1.14264 3.04493Z' fill='%23ffffff' stroke='%23ffffff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 20px;
    display: inline-block;
    font-family: 'WooCommerce';
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0em;
    color:#fff;
    margin-left: 10px;
}
.woocommerce .summary .button.added::after {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14264 3.04493C1.06447 3.12414 1.06698 3.25222 1.1482 3.32831L3.63868 5.6615C3.83881 5.84899 4.15259 5.8403 4.34203 5.64203L8.35971 1.4372C8.43785 1.35542 8.43681 1.22634 8.35736 1.14583C8.27859 1.06602 8.14943 1.06713 8.07206 1.14829L4.34054 5.06207C4.15175 5.26009 3.83887 5.26959 3.6384 5.08341L1.43669 3.03853C1.35305 2.96085 1.22282 2.96368 1.14264 3.04493Z' fill='%23FFFFFF' stroke='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.woocommerce ul.products li.product .add_to_cart_button.added:hover::after,
.woocommerce ul.products li.product .woocommerce-variation-add-to-cart .single_add_to_cart_button.added:hover::after,
.woocommerce .button.added:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14264 3.04493C1.06447 3.12414 1.06698 3.25222 1.1482 3.32831L3.63868 5.6615C3.83881 5.84899 4.15259 5.8403 4.34203 5.64203L8.35971 1.4372C8.43785 1.35542 8.43681 1.22634 8.35736 1.14583C8.27859 1.06602 8.14943 1.06713 8.07206 1.14829L4.34054 5.06207C4.15175 5.26009 3.83887 5.26959 3.6384 5.08341L1.43669 3.03853C1.35305 2.96085 1.22282 2.96368 1.14264 3.04493Z' fill='%23000000' stroke='%23000000'/%3E%3C/svg%3E%0A");
}
.woocommerce .summary .button.added:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14264 3.04493C1.06447 3.12414 1.06698 3.25222 1.1482 3.32831L3.63868 5.6615C3.83881 5.84899 4.15259 5.8403 4.34203 5.64203L8.35971 1.4372C8.43785 1.35542 8.43681 1.22634 8.35736 1.14583C8.27859 1.06602 8.14943 1.06713 8.07206 1.14829L4.34054 5.06207C4.15175 5.26009 3.83887 5.26959 3.6384 5.08341L1.43669 3.03853C1.35305 2.96085 1.22282 2.96368 1.14264 3.04493Z' fill='%23000000' stroke='%23000000'/%3E%3C/svg%3E%0A");
}
.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
}
.woocommerce ul.products li.product .price bdi,
.woocommerce ul.products li.product .price ins {
    text-decoration: unset;
    margin-left: 8px;
}
.woocommerce ul.products li.product .price bdi {
    margin-left:0;
}
.woocommerce ul.products li.product .price ins bdi {
    margin-left:0;
}
.woocommerce ul.products li.product .price del {
    color:#838383;
    font-size: 18px;
}
.woocommerce ul.products li.product .price del bdi {
    margin-left:0;
}
    
.woocommerce ul.products li.product .x-counter {
    order:3;
}
.woocommerce ul.products li.product .price-wrap {
    order:2;
}
.woocommerce ul.products li.product .x-variations {
    order:1;
    width: 100%;
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .x-counter__item--plus:before  {
    display: none;
}
.woocommerce ul.products li.product .x-counter__item--plus {
    position: relative;
    border-radius: 2px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    width: 173px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding:6px 16px;
    background: #fff;
}
.woocommerce ul.products li.product .x-counter__item--plus:hover {
    background:#E30613;
    color:#fff;
}
.woocommerce ul.products li.product .x-counter::after {
    display: none!important;
}
.woocommerce ul.products li.product .added_to_cart {
    display: none;
}
.woocommerce ul.products li.product .x-variations .x-attributes-group {
    display: flex;
    flex-wrap:wrap;
}
.woocommerce ul.products li.product .x-variations .x-attributes-group .variation {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 12px;
}
.woocommerce ul.products li.product .x-variations .x-attributes-group .variation::before {
    content:'';
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='13' height='13' rx='0.5' stroke='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
    margin-bottom: 4px;
}
.woocommerce ul.products li.product .x-variations .x-attributes-group .variation.selected::before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='13' height='13' rx='0.5' fill='%23E30613' stroke='black'/%3E%3Cpath d='M4 7.5L6.4 9.5L10 5.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.fixed-btn-cart {
    position: fixed;
    right: 30px;
    top: 15%;
    z-index: 12;
}
#menu-korzina {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.wpmenucart-contents {
    display: block;
    width: 62px;
    height: 62px;
    outline: none;
    text-decoration: none;
    transition: .3s;
    cursor:pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)!important;
    /* border:1px solid #000; */
    border-radius: 50%;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='30' viewBox='0 0 22 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1254 4.64742L1 4.5V29H1.72148H18.1399H20.5V6V4.64742H14.1254ZM14.1254 4.64742V8.87953M14.1254 4.64742C13.9342 3.43161 13.0097 1 10.8408 1C8.12963 1 7.26937 3.25528 7.26937 4.81447C7.26937 6.06184 7.26937 8.04425 7.26937 8.87953' stroke='black' stroke-width='0.9' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 38px 30px;
    background-repeat: no-repeat;
}
.wpmenucart-contents:hover {
    background-color: #fff;
    /* border-color:#a46932; */
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='30' viewBox='0 0 22 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1254 4.64742L1 4.5V29H1.72148H18.1399H20.5V6V4.64742H14.1254ZM14.1254 4.64742V8.87953M14.1254 4.64742C13.9342 3.43161 13.0097 1 10.8408 1C8.12963 1 7.26937 3.25528 7.26937 4.81447C7.26937 6.06184 7.26937 8.04425 7.26937 8.87953' stroke='black' stroke-width='0.9' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    transform: scale(1.1);
}
.wpmenucart-contents i {
    display: none;
}
li.wpmenucartli a.wpmenucart-contents span {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 0px;
    bottom: -2px;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    background: red;
    color: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    /* border: 3px solid white; */
    display: inline!important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
@media(max-width:1200px) {
    .woocommerce .summary .button {
        padding: 10px 35px 11px;
    }
    #kulinarnye-master-klassy-dlya-detej .woocommerce  ul.products li.product,
    #degustaczii .woocommerce  ul.products li.product {
        width: calc(100% / 3 - 47px);
    }
}
@media(max-width:992px) {
    .woocommerce ul.products li.product {
        width: calc(100% / 2 - 47px);
    }
    #kulinarnye-master-klassy-dlya-detej .woocommerce  ul.products li.product,
    #degustaczii .woocommerce  ul.products li.product {
        width: calc(100% / 2 - 47px);
    }
}
@media(max-width:576px) {
    .woocommerce ul.products li.product {
        margin: 0 6px 32px;
    }
    .woocommerce ul.products {
        margin: 0 -6px;
    }
    .woocommerce ul.products li.product {
        width: calc(100% / 2 - 12px);
    }
    #kulinarnye-master-klassy-dlya-detej .woocommerce  ul.products li.product,
    #degustaczii .woocommerce  ul.products li.product {
        width: calc(100% / 2 - 12px);
    }
    .woocommerce ul.products li.product a > img {
        /* height: 140px; */
    }
    .woocommerce_shop_loop_item_title_wrapper {
        height: calc(100% - 152px);
    }
    .woocommerce-loop-product__title {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        width: auto;
        margin-bottom: 6px;
    }    
    .woocommerce ul.products li.product .woocommerce-product-item-excerpt {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    .fixed-btn-cart {
        right: 12px;
    }    
    .wpmenucart-contents {
        width: 42px;
        height: 42px;
        background-size: 28px 20px;
    }
    .select {
        width: 100%;
        height: 35px;
        min-width: 100%;
    }
    .select-styled {
        padding: 6px 12px 7px 12px;
        width: 100%;
        position: absolute;
    }
    .select-styled::before {
        width: 20px;
        height: 34px;
    }
    .select-styled::after {
        top: 14px;
        right: 6px;
        border: 5px solid transparent;
        border-color: #000 transparent transparent transparent;
    }
    .select-options li {
        margin: 0;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.2;
    }
    .woocommerce ul.products li.product .quantity {
        margin-right: 0;
    }
    .woocommerce ul.products li.product.product-type-variable .woocommerce-variation-add-to-cart .quantity {
        margin-right: 0;
    }
    .woocommerce ul.products li.product .woo-loop-item-simple-qty-button {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
    .woocommerce ul.products li.product.product-type-variable .woocommerce-variation-add-to-cart {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
}

/* END */

/* SINGLE PRODUCT */
.single-product .content-block .product .summary .product_meta {
    display: none;
}
.single-product .content-block .product .woocommerce-notices-wrapper {
    width: 100%;
    margin-bottom: 48px;
}
.single-product .content-block .product:not(li) {
    display: flex;
    flex-wrap: wrap;
}
.single-product .content-block .product.product-type-variable .summary > .price {
    display: none;
}
.single-product .content-block .product .woocommerce-product-gallery {
    width: 500px;
    height: auto;
}
.woocommerce div.product div.images .flex-control-thumbs {
    list-style-type: none;
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    gap:6px;
    padding-top: 10px;
}
.woocommerce-product-gallery__wrapper {
    width: 100%;
}
.woocommerce-product-gallery__wrapper a {
    display: block;
    outline: none;
    width: 100%;
    height: auto;
}
.woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
}
.single-product .content-block .product .summary {
    width: calc(100% - 500px);
    padding-left: 48px;
}
.single-product .content-block .product .related,
.single-product .content-block .product .upsells {
    width: 100%;
    margin-top: 48px;
}
.single-product .content-block .product .woocommerce-tabs {
    width: 100%;
    margin-top: 24px;
}
.single-product .content-block .product .wc-tabs {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: baseline;
}
.single-product .content-block .product .wc-tabs li {
    margin-right: 24px;
}
.single-product .content-block .product .wc-tabs li a {
    text-decoration: none;
    border-bottom:2px solid transparent;
    color:#000;
    transition: .3s;
    font-size: 20px;
    line-height: 130%;
}
.single-product .content-block .product .wc-tabs li.active a {
    border-color:#000;
}
.single-product .content-block .product .woocommerce-Tabs-panel h2 {
    display: none;
}
.single-product .content-block .product .summary .product_title {
    margin-bottom: 48px;
}
.single-product .content-block .product .summary a {
    /* text-decoration: none; */
    color:#000;
}
.single-product .content-block .product .summary .price {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: auto;
    margin-bottom: 20px;
}
.single-product .content-block .product .summary .posted_in {
    display: none;
}
.single-product .content-block .product .woocommerce-product-attributes-item__value > * {
    margin: 0;
}
.single-product .content-block .product .woocommerce-product-attributes-item__label {
    padding-right: 12px;
}
.single-product .content-block .product .related > h2 {
    margin-bottom: 24px;
}
.single-product .content-block .product .related ul.products {
    margin:0 -20px;
    width: calc(100% + 40px);
}
.single-product .content-block .product .related ul.products li,
.single-product .content-block .product .up-sells ul.products li {
    background-color: transparent;
}
.single-product .content-block .product .related ul.products li > a,
.single-product .content-block .product .upsells ul.products li > a {
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
}
.single-product .content-block .product .woocommerce-Tabs-panel th {
    padding-right: 12px;
}
.single-product .content-block .product .woocommerce-product-attributes-item__value > * {
    margin: 0;
}
.single-product .content-block .product .summary form.cart {
    display: flex;
    gap:24px;
}
.single-product .content-block .product.product-type-variable .summary form.cart  {
    flex-direction: column;
}
.single-product .content-block .product.product-type-variable .summary form.cart .variations tbody tr {
    display: flex;
    flex-direction: column;
}
.single-product .content-block .product.product-type-variable .summary form.cart .variations tbody tr .label label {
    font-size: 14px;
    font-weight: 500;
    color: #00000081;
}
.single-product .content-block .product.product-type-variable .summary form.cart .variations .reset_variations {
    display: block;
    font-size: 14px;
    color: #00000081;
    text-decoration-color:#00000081 ;
}
.single-product .content-block .product.product-type-variable .summary form.cart .variations .reset_variations:hover {
    text-decoration-color:transparent;
}
.single-product .content-block .product.product-type-variable .summary .woocommerce-variation-price {
    margin-bottom: 24px;
}
.single-product .content-block .product.product-type-variable .woocommerce-variation-add-to-cart {
    display: flex;
    gap:24px;
}
.woocommerce-message .button {
    display: inline-flex;
    margin-top: 12px;
    
}
.woocommerce-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.woocommerce-notices-wrapper {
    margin-bottom: 24px;
}
@media(max-width:992px) {
    .single-product .content-block .product .woocommerce-product-gallery {
        width: 300px;
        height: auto;
    }
    .single-product .content-block .product .summary {
        width: calc(100% - 300px);
        padding-left: 48px;
    }
    .single-product .content-block .product .summary .product_title {
        margin-bottom: 48px;
        font-size: 38px;
    }
}
@media(max-width:768px) {
    .single-product .content-block .product .summary {
        width: 100%;
        padding-left: 0;
        padding-top: 24px;
    }
    .single-product .content-block .product .woocommerce-product-gallery {
        width: 100%;
        height: auto;
    }
    .single-product .content-block .product .summary .product_title {
        margin-bottom: 24px;
        font-size: 38px;
    }
    .single-product .content-block .product .summary .product_title {
        margin-bottom: 24px;
        font-size: 28px;
    }
}
@media(max-width:576px) {
    .single-product .content-block .product .summary form.cart {
        flex-direction: column;
    }
    .single-product .content-block .product .related ul.products {
        margin: 0 -6px;
        width: calc(100% + 12px);
    }
}
@media(max-width:414px) {
    .single-product .content-block .product.product-type-variable .woocommerce-variation-add-to-cart {
        display: flex;
        gap: 12px;
    }
}
/* End */
/* QTY */
.quantity input {
    width:54px;
    height: 44px;
    border:0;
    background:transparent;
    padding:10px;
    margin:0 3px;
    -webkit-appearance: none;
    outline: none;
    color: #fff;
    background-color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #000;
    border-radius: 10px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.quantity {
    display: flex;
    align-items: center;
}
.quantity label {
    display: none;
}
.quantity input {
    order:2;
}
.quantity .quantity-arrows.minus {
    order:1;
    display: block;
    width: 44px;
    height: 44px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='2' viewBox='0 0 24 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 1L1 1' stroke='%23ffffff' stroke-linecap='round'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    transition: .3s;
    cursor: pointer;
}
.quantity .quantity-arrows.minus:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='2' viewBox='0 0 24 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 1L1 1' stroke='%23000000' stroke-linecap='round'/%3E%3C/svg%3E ");
    background-color: #d6d6d6;
    border-color:#000;
}
.quantity .quantity-arrows.plus {
    order:3;
    display: block;
    width: 44px;
    height: 44px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L12 23' stroke='%23ffffff' stroke-linecap='round'/%3E%3Cpath d='M23 12L1 12' stroke='%23ffffff' stroke-linecap='round'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    transition: .3s;
    cursor: pointer;
}
.quantity .quantity-arrows.plus:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L12 23' stroke='%23000000' stroke-linecap='round'/%3E%3Cpath d='M23 12L1 12' stroke='%23000000' stroke-linecap='round'/%3E%3C/svg%3E ");
    background-color: #d6d6d6;
    border-color:#000;
}
/* END */

/* CART AND CHECKOUT */
.cct-nav-wrapper {
    display: flex;
    align-items: flex-end;
    /* margin-bottom: 35px; */
    flex-wrap: wrap;
}
.cct-nav-wrapper .title-h1 {
    margin-bottom: 35px;
    margin-right: 40px;
}
.checkout-nav {
    width: 380px;
    margin-bottom: 35px;
}
.checkout-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-nav ul li {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 17px;
}
.checkout-nav ul li span:first-child {
    display: block;
    width: 17px;
    height: 17px;
    background-color: transparent;
    border-radius: 50%;
    border:1px solid #000;
}
.checkout-nav ul li.checkout-nav_active span:first-child {
    background-color: #000;
}
.checkout-nav ul li span:last-child {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}
.checkout-nav ul li.checkout-nav_active span:last-child {
    opacity: 0;
}
.checkout-nav ul li.checkout-nav_line {
    display: block;
    height: 1px;
    width: calc(100% / 2 - 25px);
    background-color: #000;
    margin-top: 17px;
}
article.post-11 {
    /* max-width: 630px; */
    max-width:100%;
}
.woocommerce-cart-form__contents .cart_item {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:15px 0;
    padding-right: 15px;
}
.woocommerce-cart-form__contents .cart_item .product-remove {
    margin-right: 27px;
}
.woocommerce-cart-form__contents .cart_item .product-remove a {
    display: block;
    outline: none;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    height: 10px;
    width: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M9 1L1 9' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.woocommerce-cart-form__contents .cart_item .product-remove a:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9' stroke='%23a46932' stroke-linecap='round'/%3E%3Cpath d='M9 1L1 9' stroke='%23a46932' stroke-linecap='round'/%3E%3C/svg%3E ");
}
.woocommerce-cart-form__contents .cart_item .product-thumbnail {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 15px;
}
.woocommerce-cart-form__contents .cart_item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.woocommerce-cart-form__contents .cart_item .product-name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 15px;
    max-width: calc(100% - 37px - 105px - 105px - 148px - 15px);
    width: 100%;
}
.woocommerce-cart-form__contents .cart_item .product-quantity {
    width: 148px;
}
.woocommerce-cart-form__contents .cart_item .product-subtotal {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    max-width:105px;
    width: 100%;
}
.woocommerce-notices-wrapper {
}
.cart-empty.woocommerce-info {
    margin-bottom: 20px;
}
.woocommerce-notices-wrapper > * {
    margin-bottom: 20px;
}
.woocommerce-notices-wrapper a {
    color:#000;
    outline: none;
    transition: .3s;
}
.woocommerce-notices-wrapper a:hover {
    text-decoration-color: transparent;
}
.woocommerce-notices-wrapper .cart-empty {
    padding:20px 0;
}
.woocommerce-cart-form {
    /* max-height: 365px; */
    overflow: auto;
    border-bottom:1px solid #000;
}
.woocommerce-cart-form__contents {    
    
}
.woocommerce-cart-form::-webkit-scrollbar {
    height: 0;
    width: 3px;
} 
.woocommerce-cart-form::-webkit-scrollbar-track {
    background-color: #000;
}
.woocommerce-cart-form::-webkit-scrollbar-thumb {
    background-color: #a46932;
}
.woocommerce-cart-form.processing .blockUI,
.woocommerce .blockUI {
    display: none!important;
}
.cart-collaterals .cart_totals.processing .blockUI {
    display: none!important;
}
/******************************************************/
.cart-collaterals {
    padding:22px 0;
}
.cart-collaterals .cart_totals {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.cart-collaterals .cart_totals .order-total {
    display: flex;
    align-items: baseline;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 22px;
}
.cart-collaterals .cart_totals .order-total div:last-child,
.cart-collaterals .cart_totals .order-total div:last-child strong {
    font-weight: 500;
    text-align: right;
}
.cart-collaterals .cart_totals .order-total div:last-child {
    margin-left: 16px;
}
/* END */



/* CHECKOUT STYLE */
.woocommerce-shipping-fields {
    display: none;
}
form.woocommerce-checkout {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form.woocommerce-checkout .col2-set {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
}
form.woocommerce-checkout .col2-set .col-1 {
    width: 49%;
}
form.woocommerce-checkout .col2-set .col-2 {
    width: 49%;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
    max-width: calc(50% - 24px);
    width: 100%;
}
.woocommerce-billing-fields p.form-row {
    margin-bottom: 0;
}
.woocommerce-billing-fields p > label {
    display: none;
}
#billing_time_method_field,
#billing_delivery_field {
    width: 100%;
}
#billing_delivery_field {
    margin-bottom: 8px;
}
#billing_time_method_field .woocommerce-input-wrapper,
#billing_delivery_field .woocommerce-input-wrapper {
    display: flex;
    flex-direction: row;
    /* width: calc(100% + 10px);
    margin:0 -5px; */
}
#billing_time_method_field .woocommerce-input-wrapper label,
#billing_delivery_field .woocommerce-input-wrapper label {
    width:calc(100% / 2 - 10px);
    margin:0 5px 10px;
    border-radius: 2px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #d6d6d6;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:14px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: .3s;
    background: transparent;
}
#billing_time_method_field .woocommerce-input-wrapper input:checked + label,
#billing_delivery_field .woocommerce-input-wrapper input:checked + label {
    background: #000;
    color:#fff;
    border-color: #808080;
}
#billing_time_method_field .woocommerce-input-wrapper input:not(:checked) + label:hover,
#billing_delivery_field .woocommerce-input-wrapper input:not(:checked) + label:hover {
    border-color:#000;
    color:#000;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin:0 -5px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-wide {
    width: calc(100% - 10px);
    margin:0 5px 10px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last {
    width:calc(100% / 2 - 10px);
    margin:0 5px 10px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-text,
#coupon_code{
    outline: none;
    display: flex;
    border-radius: 10px;
    border: 1px solid #000;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:14px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .3s;
    background: transparent;
    width:100%;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-text::placeholder,
#coupon_code::placeholder{
    color:#00000081;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-text:focus,
#coupon_code:focus{
    border-color:#000
}
#coupon_code{
	width: auto;
}
.coupon{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field .woocommerce-input-wrapper > *:not(.input-text) {
    color:#000!important;
}
.woocommerce-additional-fields .input-text {
    outline: none;
    display: flex;
    border-radius: 2px;
    border: 1px solid #000;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:14px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .3s;
    background: transparent;
    width:100%;
    height: 80px;
}
.woocommerce-additional-fields .input-text::placeholder {
    color:#00000081;
}
.woocommerce-additional-fields .input-text:focus {
    border-color:#a46932
}
.select2-container--default .select2-selection--single {
    border: 1px solid #000;
    outline: none;
    background: transparent;
    border-radius: 2px;
    padding: 14px;
    height: 100%;
}
#billing_new_field16_field .woocommerce-input-wrapper {
    display: block;
    height: 100%;
}
#billing_new_field16_field .woocommerce-input-wrapper .select2-container {
    width: 100%!important;
    height: 100%;
}
#billing_new_field16_field .woocommerce-input-wrapper .select2-container .selection {
    height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    color: #000;
    padding-left: 0;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 1px;
    width: 20px;
    bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}
.select2-dropdown {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10.5px);
    border-radius: 2px;
}
.select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #000;
    outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #a46932;
    outline: none;
}
.select2-results__option {
    font-size: 14px;
    line-height: normal;
}
#order_review_heading {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px;
}
.woocommerce-checkout-review-order-table {
    width: 100%;
}
.woocommerce-checkout-review-order-table th {
    padding-bottom: 20px;
}
.woocommerce-checkout-review-order-table th.product-total {
    text-align: end;
}
.woocommerce-checkout-review-order-table .cart-subtotal th {
    padding: 0;
}
.woocommerce-checkout-review-order-table .cart-subtotal td {
    text-align: end;
}
.woocommerce-checkout-review-order-table .cart_item {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding:0;
    /* padding-bottom:20px; */
}
.woocommerce-checkout-review-order-table .cart_item td {
    padding:0;
    padding-bottom:20px;
}
.woocommerce-checkout-review-order-table .cart_item .product-name strong {
    font-weight: 500;
}
.woocommerce-checkout-review-order-table .cart_item .product-total {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.woocommerce-checkout-review-order-table .order-total {
    /* display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 20px; */
    border-top:1px solid #000;
}
.woocommerce-checkout-review-order-table .order-total th {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top:20px;
    padding-bottom: 0;
}
.woocommerce-checkout-review-order-table .order-total td {
    padding-top:20px;
    text-align: right;   
    white-space: nowrap;
}
.woocommerce-checkout-review-order-table .order-total td strong {
    color: #000;
    text-align: right;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}
.woocommerce-shipping-totals th {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}
.woocommerce-shipping-totals td {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}
.woocommerce-shipping-totals td ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.woocommerce-shipping-totals td ul li input {
    display: none;
}
/* .woocommerce-shipping-totals td ul li input:not(:checked) + label {
    display: none;
} */
.payment_box {
    display: none!important;
}
.woocommerce-checkout-payment .payment_methods,
.woocommerce-shipping-totals #shipping_method {
    list-style-type: none;
    padding: 26px 0;
    margin: 0;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method img {
    display: none!important;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method label,
.woocommerce-shipping-totals #shipping_method label {
    padding-left: 17px;
    position: relative;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
}
.woocommerce-shipping-totals #shipping_method label {
    margin-top: 4px;
    margin-bottom: 4px;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method label::before,
.woocommerce-shipping-totals #shipping_method label::before {
    content:'';
    display: block;
    width: 10px;
    height: 10px;
    transition: .3s;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='4.5' stroke='%23000'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top:1px;
    left:0;
}
/* .woocommerce-checkout-payment .payment_methods .wc_payment_method label[for="payment_method_alfabank"]::before {
	top:9px;
} */
.woocommerce-checkout-payment .payment_methods .wc_payment_method input:checked + label::before,
.woocommerce-shipping-totals #shipping_method input:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='4.5' stroke='%23000'/%3E%3Ccircle cx='5' cy='5' r='3' fill='%23000'/%3E%3C/svg%3E%0A");
}
.woocommerce-privacy-policy-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 14px;
}
.woocommerce-privacy-policy-text a {
    color:#000;
    text-decoration-color: #000;
    transition: .3s;
    cursor: pointer;
}
.woocommerce-privacy-policy-text a:hover {
    text-decoration-color: transparent;
    color:#000;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label a {
    color:#000;
    text-decoration-color: #000;
    transition: .3s;
    outline: none;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label a:hover {
    color:#000;
    text-decoration-color: transparent;
}
.woocommerce-form__label-for-checkbox span::before {
    content:'';
    display:inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
    cursor: pointer;
    transition: .3s;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='2.5' stroke='%23000'/%3E%3C/svg%3E ");
}
.woocommerce-form__label-for-checkbox input:checked + span::before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='2.5' fill='%23000' stroke='%23000'/%3E%3Cpath d='M3 6L5.4 8L9 4' stroke='%23' stroke-linecap='round'/%3E%3C/svg%3E ");
}
.woocommerce-error {
    list-style-type: none;
    padding:14px 17px;
    margin:0;
    margin-bottom:20px;
    border: 1px solid #000;
}
.woocommerce-error li {
    margin-bottom: 8px;
}
.woocommerce-error li strong {
    font-weight: 500;
    color:#f76461;
}
.woocommerce-error li a {
    text-decoration: none;
}
/* END */

.woocommerce-Price-currencySymbol,
.delivery-grid-item_text {

}
#yandexMap {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid #000;
}
#deliveryHelp .delivery {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 12px;
} 
#delivery_info .delivery {
    margin-bottom: 0;
}
#deliveryHelp .delivery::before,
#delivery_info .delivery::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    border-radius: 3px;
}
#deliveryHelp .delivery.zone-1::before,
#delivery_info .delivery.zone-1::before {
    background-color: #56db40;
}
#deliveryHelp .delivery.zone-2::before,
#delivery_info .delivery.zone-2::before {
    background-color: #82cdff;
}
#deliveryHelp .delivery.zone-3::before,
#delivery_info .delivery.zone-3::before {
    background-color: #ed4543;
}

/* THANK STYLE */
.woocommerce-order-received article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.woocommerce-order-received .page-title {
    text-align: center;
    margin-right: 0;
}
.woocommerce-order-received .woocommerce-order  {
    max-width:630px;
}
.woocommerce-thankyou-order-received {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 34px;
    text-align: center;
}
ul.woocommerce-thankyou-order-details {
    padding:0;
    list-style-type: none;
    margin: 0 0 40px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
ul.woocommerce-thankyou-order-details li {
    margin-bottom: 4px;
}
ul.woocommerce-thankyou-order-details li strong {
    font-weight: 500;
}
.woocommerce-order-details__title {
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.woocommerce-order-details .woocommerce-table--order-details,
.woocommerce-order-details .woocommerce-table--custom-fields {
    max-width: 368px;
    width: 100%;
}
.woocommerce-order-details .woocommerce-table--order-details tbody {
    border-bottom:1px solid #000;
}
.woocommerce-order-details .woocommerce-table__line-item.order_item {

}
.woocommerce-order-details .woocommerce-table__line-item.order_item td {
    padding-bottom: 10px;
}
.woocommerce-order-details .woocommerce-table__line-item.order_item td:first-child,
.woocommerce-order-details .woocommerce-table__line-item.order_item td:first-child strong {
    font-weight: 400;
}
.woocommerce-order-details .woocommerce-table__line-item.order_item td:last-child {
    font-weight: 500;
    text-align: right;
}
.woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child th,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child td {
    padding-top:10px;
}
.woocommerce-order-details .woocommerce-table--order-details tfoot tr th,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr th strong {
    font-weight: 400;
}
.woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
    text-align: right;
    font-weight: 500;
}
.woocommerce-order-details .woocommerce-table--custom-fields tbody tr th,
.woocommerce-order-details .woocommerce-table--custom-fields tbody tr th strong {
    font-weight: 400;
} 
.woocommerce-order-details .woocommerce-table--custom-fields tbody tr td {
    text-align: right;
    font-weight: 500;
}

.thankyou-footer-block {
    font-size: 21px;
    color:#000;
}
.thankyou-footer-block a {
    text-decoration: none;
    border:0;
    color:#000;
    transition: .3s;
}
.thankyou-footer-block a:hover {
    color:#a46932;
}
/* END */

/* MEDIA STYLE */
@media(max-width:1200px) {
    .woocommerce ul.products li.product .add_to_cart_button {
        max-width: 123px;
    }
}
@media(max-width:992px) {
    form.woocommerce-checkout .col2-set {
        max-width: 100%;
        width: 100%;
    }
    form.woocommerce-checkout .woocommerce-checkout-review-order {
        max-width:100%;
    }
    .woocommerce ul.products li.product {
        width: calc(100% / 2 - 47px);
    }
    form.woocommerce-checkout .col2-set .col-1 {
        width: 100%;
        margin-bottom: 24px;
    }
    form.woocommerce-checkout .col2-set .col-2 {
        width: 100%;
        margin-bottom: 0px;
    }
    .cct-nav-wrapper .title-h1 {
        margin-bottom: 12px;
    }
}
@media(max-width:768px) {
    .woocommerce-cart-form__contents .cart_item .product-subtotal {
        max-width: 60px;
    }
    .woocommerce-cart-form__contents .cart_item .product-name {
        max-width: calc(100% - 37px - 105px - 60px - 83px - 15px);
    }
    .woocommerce ul.products li.product .price {
        font-size: 18px;
    }
    .woocommerce ul.products li.product .price del {
        color: #838383;
        font-size: 16px;
    }
    .woocommerce ul.products li.product .add_to_cart_button {
        max-width: 100px;
    }
    .woocommerce ul.products li.product .product-meta {
        font-size: 12px;
        line-height: 23px;
    }
}
@media(max-width:576px) {
    .woocommerce ul.products li.product.product-type-variable .variations tr .btn-group .btn {
        background-color: transparent;
        color: #000;
        border-color: #000;
        padding: 6px 12px;
        width: 50%;
        font-size: 12px;
    }
    .woocommerce-order-details__title {
        font-size: 28px;
    }
    .checkout-nav ul li:last-child {
        align-items: flex-end;
    }
    .checkout-nav ul li:first-child {
        align-items: flex-start;
    }
    .checkout-nav {
        width: 100%;
        /* margin-bottom: 0; */
    }
    .woocommerce-cart-form__contents .cart_item {
        flex-wrap: wrap;
    }
    .woocommerce-cart-form__contents .cart_item .product-remove {
        margin-right: auto;
        margin-bottom: 20px;
    }
    .woocommerce-cart-form__contents .cart_item .product-thumbnail {
        display: none;
    }
    .woocommerce-cart-form__contents .cart_item .product-name {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 500;
    }
    .woocommerce-cart-form__contents .cart_item .product-quantity {
        /* width: 83px; */
        width: auto;
        margin-left: auto;
    }
    .woocommerce-cart-form__contents .cart_item .product-subtotal {
        max-width: 80px;
    }
    #wpadminbar {
        display: none;
    }
    .woocommerce ul.products {
        margin:0;
    }
    .woocommerce ul.products li.product {
        width: 100%;
        margin: 0 0px 57px;
    }
    .wrapper-side-bars {
        padding: 16px 0;
    }
    body.admin-bar .wrapper-side-bars {
        top: 0px;
    }
    .wpmenucart-contents {
        width: 52px;
        height: 52px;
        background-size: 28px 20px;
    }
    li.wpmenucartli a.wpmenucart-contents span {
        /* border: 1px solid #000; */
        font-size: 9px;
        line-height: 18px;
        width: 18px;
        height: 18px;
    }
    .list-categories--wrap::after {
        display: none;
    }
    .list-categories--wrap::before {
        display: none;
    }
    .list-categories--content-points::after {
        /* display: none; */
        /* width: 45px;
        height: 75px; */
        content:'';
        display: block;
        width: 12px;
        height: 12px;
        position: unset;
        background:unset;
        padding: 6px;
    }
    .list-categories--content-points::before {
        /* display: none; */
        /* width: 45px;
        height: 75px; */
        content:'';
        display: block;
        width: 12px;
        height: 12px;
        position: unset;
        background:unset;
        padding: 6px;
    }
    .wrapper-side-bars {
        margin: 0 -12px;
    }
    .fixed-btn-cart {
        position: fixed;
        right: 12px;
        top: 15%;
        z-index: 12;
    }
    .list-categories--content-points {
        padding: 0;
    }
    .woocommerce ul.products li.product {
        width: calc(100% / 2 - 12px);
        margin: 0 6px 24px;
    }
    .woocommerce-loop-product__title {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 0;
    }
    .woocommerce ul.products li.product .woocommerce-product-item-excerpt {
        line-height: 130%;
        margin-bottom: 12px;
    }
    .woocommerce ul.products li.product .add_to_cart_button,
    .woocommerce ul.products li.product.product-type-variable .woocommerce-variation-add-to-cart .button {
        width: 100%;
        max-width: 100%;
        margin-top: 8px;
    }
    .woocommerce-checkout-payment .payment_methods .wc_payment_method label,
    .woocommerce-shipping-totals #shipping_method label {
        white-space: unset;
    }
}
@media(max-width:414px) {
    
}
@media(max-width:360px) {
    .checkout-nav ul li span:last-child {
        white-space: inherit;
        align-items: flex-end;
        height: 14px;
    }
}
/* END */

.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce form.woocommerce-checkout .form-row#billing_count_person_field label {
    display: block;
    margin-bottom: 12px;
}
.woocommerce form.woocommerce-checkout .form-row#billing_count_person_field label .optional {
    display: none;
}
.woocommerce form.woocommerce-checkout .form-row#billing_count_person_field .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
    max-width: 100px;
}
.woocommerce form.woocommerce-checkout .form-row#billing_count_person_field .woocommerce-input-wrapper .x-counter.plus {
    display:flex;
    align-items: center;
    justify-content: center;
    order:3;
    border-radius: 0px;
    border:1px solid #000;
    background-color: transparent;
    color: #000!important;
    outline: none;
    height: 45px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 2px 22px 0 22px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.woocommerce form.woocommerce-checkout .form-row#billing_count_person_field .woocommerce-input-wrapper .x-counter.plus:hover {
    background-color: transparent;
    color:#a46932!important;
    border-color:#a46932;
}
.woocommerce form.woocommerce-checkout .form-row#billing_count_person_field .woocommerce-input-wrapper input {
    order:2;
    border-left:0;
    border-right:0;
    padding: 0;
    border-radius: 0;
    width: 50px;
    text-align: center;
    height: 45px;
}
.woocommerce form.woocommerce-checkout .form-row#billing_count_person_field .woocommerce-input-wrapper input::-webkit-outer-spin-button,
.woocommerce form.woocommerce-checkout .form-row#billing_count_person_field .woocommerce-input-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce form.woocommerce-checkout .form-row#billing_count_person_field .woocommerce-input-wrapper .x-counter.minus {
    display: flex;
    align-items: center;
    justify-content: center;
    order:1;
    border-radius: 0px;
    border:1px solid #000;
    background-color: transparent;
    color: #000!important;
    outline: none;
    height: 45px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 2px 22px 0 22px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.woocommerce form.woocommerce-checkout .form-row#billing_count_person_field .woocommerce-input-wrapper .x-counter.minus:hover {
    background-color: transparent;
    color:#a46932!important;
    border-color:#a46932;
}
span.optional {
    display: none;
}

form.shipping-class-indside.woocommerce-checkout #billing_delivery_field,
form.shipping-class-indside.woocommerce-checkout #billing_address_1_field,
form.shipping-class-indside.woocommerce-checkout #billing_address_2_field {
    display: none!important;
}

#billing_time_field .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
#billing_time_field .select2 {
    width: 100%!important;
}
#billing_time_field .select2-container--default .select2-selection--single {
    border-radius: 10px;
}
.select2-dropdown {
    background: #fff;
    backdrop-filter: unset;
    border-radius: 10px;
    overflow: hidden;
}
.select2-container--open .select2-dropdown--below {
    border:1px solid #000;
}
.select2-results__options::-webkit-scrollbar {
    width: 4px;
    height: 0;
}
.select2-results__options::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 2px;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 2px;
}
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #000;
    outline: none;
    color:#fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #00000091;
    color:#fff;
}

#byconsolewooodt_delivery_type_field {
    display: none;
}
#byconsolewooodt_delivery_type_field  label {
    display: none;
}
#byconsolewooodt_delivery_type_field .woocommerce-input-wrapper {

}
#byconsolewooodt_delivery_type_field .woocommerce-input-wrapper label {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px;
    border-radius: 2px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #d6d6d6;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: .3s;
    background: transparent;
}
#byconsolewooodt_delivery_type_field .woocommerce-input-wrapper input:checked label {
    background: #000;
    color: #fff;
    border-color: #808080;
}