.woocommerce ul.products li.product a img {
    margin-bottom: 20px;
}

.woocommerce a {
    color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #000000;
    font-weight: 400;
    padding: 0;
    margin-bottom: 12px;
}

.woocommerce ul.products li.product .price {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 400;
    text-decoration: none;
}

.woocommerce ul.products li.product .price del {
    color: #599E71;
    opacity: 1;
    padding-right: 12px;
}

.woocommerce ul.products li.product .onsale {
    margin: 15px 0 0;
}

.woocommerce span.onsale {
    border-radius: 0;
    background-color: #599E71;
    font-size: 12px;
    font-weight: 400;
    min-width: 66px;
    min-height: 30px;
    line-height: 30px;
    padding: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 24px 24px 0;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

/* ширина 3 колонок */

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 100%;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
}

/* /ширина 3 колонок */

.woocommerce span.onsale {
    top: 15px;
    left: 0;
}

.woocommerce div.product .product_title {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 14px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400;
    color: #599E71;
    text-decoration: none;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 1;
    font-size: 22px;
}

.woocommerce div.product div.summary .product_meta {
    font-size: 12px;
    line-height: 1;
    color: #808080;
    margin-bottom: 12px;
}

.size-table-button {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #808080;
    border: none;
    background: transparent;
    border-bottom: 1px dashed #808080;
    margin-bottom: 14px;
    transition: color .3s, border-color .3s;
}

.size-table-button:hover {
    color: #000000;
    border-color: #000000;
}

.woocommerce-variation-price {
    margin-bottom: 15px;
}

/* variations */

.woocommerce div.product form.cart .variations label {
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations tr:not(:last-child) {
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations tr, .woocommerce div.product form.cart .variations td {
    display: block;
}

.woocommerce div.product form.cart .variations td {
    line-height: 1;
}

.woocommerce div.product form.cart .variations td.value .swatch-label {
    /* display: none; */
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations .swatch-wrapper {
    /* border-radius: 1px; */
    padding: 4px;
    border: 1px solid #dadada;
}

.woocommerce div.product form.cart .variations #picker_pa_razmer .swatch-wrapper {
    padding: 0;
    background: #DADADA;
    transition: all .3s;
    border: none;
    margin: 0 10px 10px 0;
}

.woocommerce div.product form.cart .variations #picker_pa_razmer .swatch-wrapper.selected {
    background: #599E71;
}

.woocommerce div.product form.cart .variations #picker_pa_razmer .swatch-wrapper:hover {
    background: #599E71;
}

.woocommerce div.product form.cart .variations #picker_pa_razmer .swatch-wrapper.disabled:hover {
    background: #DADADA;
}

.woocommerce div.product form.cart .variations #picker_pa_razmer .swatch-wrapper>a {
    width: 30px!important;
    height: 30px!important;
}

.woocommerce div.product form.cart .variations #picker_pa_czvet .swatch-wrapper>a {
    width: 24px!important;
    height: 24px!important;
}

.woocommerce div.product form.cart .variations .swatch-wrapper>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce div.product form.cart .variations #picker_pa_razmer .swatch-wrapper img {
    display: block;
    max-height: 13px;
    width: auto;
}

.woocommerce div.product form.cart .variations #picker_pa_czvet .swatch-wrapper.selected {
    /* background: #599E71; */
    border-color: #808080;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 12px;
    line-height: 1;
    color: #C4C4C4;
    text-decoration: none;
    transition: all .3s;
    display: none!important;
}

.woocommerce div.product form.cart .reset_variations:hover {
    color: #000000;
}

/* /variations */

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .button  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    gap: 5px;
    
    width: fit-content;
    height: fit-content;

    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    text-decoration: none;
    
    color: #FFFFFF;
    background: #14483C;
    border: 1px solid #14483C;
    border-radius: 15px;
    transition: var(--transition);
    white-space: nowrap;
}

.woocommerce div.product div.summary button.button.alt {
    padding: 15px 50px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #14483C;
    white-space: nowrap;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #14483C;
    white-space: nowrap;
}

.woocommerce a.added_to_cart {
    text-decoration: none;
    padding-top: 12px;
    padding-left: 15px;
}

.woocommerce a.added_to_cart:hover {
    text-decoration: underline;
}

.swatch-control .ajaxerrors {
    display: none;
}

/* quantity */

.woocommerce .quantity {
    height: 47px;
    max-width: 65px;
    border: 1px solid #599E71;
    border-radius: 2px;
    display: flex;
    position: relative;
    background: #ffffff;
    user-select: none;
    overflow: hidden;
}

.woocommerce .quantity-arrows.minus {
    position: absolute;
    bottom: 0;
    right: 0;
}

.woocommerce span.quantity-arrows {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #599E71;
    margin: -1px -1px -1px 0;
    cursor: pointer;
    color: #599E71;
    transition: all .3s;
}

.woocommerce span.quantity-arrows:hover {
    background: #599E71;
    color: #ffffff;
}

.woocommerce .quantity .qty {
    color: #599E71;
    border: none;
    width: 40px;
    text-align: center;
}

.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button, .woocommerce .quantity input[type="number"]::-webkit-inner-spin-button {
    display: none;
}
.woocommerce table.shop_table td.product-quantity .quantity{
    border-color: #949494;
}
.woocommerce table.shop_table td.product-quantity span.quantity-arrows{
    border-color: #949494;
    color: #202020;
}
.woocommerce table.shop_table td.product-quantity span.quantity-arrows:hover{
    background: #949494;
    color: #ffffff;
}
.woocommerce table.shop_table td.product-quantity .quantity .qty {
    color: #202020;
}
/* /quantity */

section.related.products {
    clear: both;
}

section.related.products>h2 {
    font-family: 'Srbija Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    
    color: #14483C;
    margin-bottom: 20px;
    width: 100%;
}

.woocommerce div.product div.summary>p:not(.price), .woocommerce-product-details__short-description p {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    margin-bottom: 15px;
}

.woocommerce table.shop_attributes, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    border: 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    font-style: normal;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #ffffff;
}

@media(min-width: 1200px) {
    .woocommerce div.product div.images {
        margin-bottom: 3em;
    }
    .woocommerce table.shop_table {
        border: 0;
        border-top: 1px solid #949494;
        border-bottom: 1px solid #949494;
        border-radius: 0;
        border-collapse: collapse;
    }
    .woocommerce table.shop_table td {
        border-top: 1px solid #949494;
        padding: 15px;
        position: relative;
    }
    #add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
        border-top: 1px solid #949494;
    }
    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        border-top: 1px solid #949494;
    }
    #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
        width: 143px;
        height: auto;
        display: block;
    }
    .woocommerce table.shop_table th {
        font-weight: 400;
    }
    .woocommerce table.shop_table.cart td::before {
        content: attr(data-title);
        display: block;
        font-size: 14px;
        line-height: 14px;
        color: #949494;
        margin-bottom: 30px;
        position: absolute;
        left: 15px;
        top: 50px;
    }
    .woocommerce table.shop_table.cart td.product-quantity::before {
        margin-bottom: 7px;
    }
    .woocommerce a.remove {
        width: 25px;
        height: 25px;
        font-weight: 400;
        float: right;
        color: #000000!important;
        font-size: 2em;
        line-height: 24px;
    }
    .woocommerce a.remove:hover {
        color: #FB3F17!important;
        background: transparent;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 20%;
    }
    .woocommerce table.shop_table th {
        padding: 15px;
    }
    .cart_totals .cart-subtotal td {
        text-align: right;
    }
}

.woocommerce table.shop_table a {
    text-decoration: none;
}

.woocommerce .cart-collaterals .cart_totals>h2, .woocommerce-page .cart-collaterals .cart_totals>h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: '\e016';
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    padding: 10px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    height: 42px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
    width: 200px;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
    background-color: #599E71;
    color: #ffffff;
    font-weight: 400;
    border-radius: 2px;
    font-size: 17px;
    transition: all .3s;
    padding: 11.5px 20px;
}
@media(max-width: 767px){
    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input{
        width: 100%;
    }
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover{
    background: #4cb16f!important;
    color: #ffffff!important;
}
.woocommerce form .form-row textarea {
    resize: vertical;
    min-height: 132px;
}

.woocommerce form .form-row .required {
    color: #599E71;
    font-weight: 400;
}

h3#order_review_heading {
    margin: 40px 0 30px;
}

h3#order_review_heading, .woocommerce-billing-fields>h3, .woocommerce-additional-fields>h3 {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 400;
}

.woocommerce-billing-fields>h3, .woocommerce-additional-fields>h3 {
    margin-bottom: 15px;
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total {
    display: none;
}

/* .woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 10px;
} */

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
    transition: all .3s;
}

/* about */

.grid-container {
    width: 100%;
    height: 1100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.grid-container {
    max-width: 876px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(9, 1fr);
    gap: 0px 0px;
    grid-template-areas: "image-part-1 image-part-1 image-part-1 image-part-1 image-part-1 image-part-1 image-part-1" "image-part-1 image-part-1 image-part-1 image-part-1 image-part-1 image-part-1 image-part-1" "image-part-1 image-part-1 image-part-1 image-part-1 image-part-1 image-part-1 image-part-1" "image-part-3 image-part-3 image-part-3 image-part-2 image-part-2 image-part-2 image-part-2" "image-part-3 image-part-3 image-part-3 image-part-5 image-part-5 image-part-5 image-part-5" "image-part-3 image-part-3 image-part-3 image-part-5 image-part-5 image-part-5 image-part-5" "image-part-3 image-part-3 image-part-3 image-part-5 image-part-5 image-part-5 image-part-5" "image-part-4 image-part-4 image-part-4 image-part-5 image-part-5 image-part-5 image-part-5" "image-part-4 image-part-4 image-part-4 image-part-5 image-part-5 image-part-5 image-part-5";
}

.image-part {
    position: relative;
}

.image-part-1 {
    grid-area: image-part-1;
    box-shadow: 20px 0 0 0 #ffffff, 0 0px 0 0 #ffffff, 20px 0px 0 0 #ffffff, 20px 0 0 0 #ffffff inset, 0 20px 0 0 #ffffff inset;
}

.image-part-2 {
    grid-area: image-part-2;
    box-shadow: 20px 0 0 0 #ffffff, 0 20px 0 0 #ffffff, 20px 20px 0 0 #ffffff, 20px 0 0 0 #ffffff inset, 0 0 0 0 #ffffff inset;
}

.image-part-3 {
    grid-area: image-part-3;
    box-shadow: 20px 0 0 0 #ffffff, 0 20px 0 0 #ffffff, 20px 20px 0 0 #ffffff, 20px 0 0 0 #ffffff inset, 0 20px 0 0 #ffffff inset;
}

.image-part-4 {
    grid-area: image-part-4;
    border-bottom: 0;
    box-shadow: 20px 0 0 0 #ffffff, 0 20px 0 0 #ffffff, 20px 20px 0 0 #ffffff, 20px 0 0 0 #ffffff inset, 0 20px 0 0 #ffffff inset;
}

.image-part-5 {
    grid-area: image-part-5;
    border-bottom: 0;
    box-shadow: 20px 0 0 0 #ffffff, 0 20px 0 0 #ffffff, 20px 20px 0 0 #ffffff, 20px 0 0 0 #ffffff inset, 0 20px 0 0 #ffffff inset;
}

.image-part::before, .image-part::after {
    content: "";
    background: #ffffff;
    position: absolute;
}

.image-part-1 {
    border-bottom: 0;
}

.image-part-1::after {
    height: 100%;
    top: 0;
    width: 160px;
    left: 0;
}

.image-part-1::before, .image-part-2::before {
    width: 150px;
    height: 100%;
    top: 0;
    right: 0
}

.image-part-2 {
    border-top: 0;
}

.image-part-4::before {
    width: 100%;
    height: 70px;
    background: #ffffff;
    bottom: 0;
    left: 0;
}

.image-part-4::after {
    height: 100%;
    width: 66%;
    top: 0;
}

/* /about */

@media only screen and (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 24px;
    }
    .grid-container {
        height: 500px;
    }
    .image-part-1::after{
        width: 22%;
    }
    .image-part-1::before, .image-part-2::before{
        width: 80px;
    }
    .image-part-4::before{
        height: 25%;
    }
    .image-part-1 {
        box-shadow: 0px 0 0 0 #ffffff, 0 0px 0 0 #ffffff, 0px 0px 0 0 #ffffff, 10px 0 0 0 #ffffff inset, 0 0px 0 0 #ffffff inset;
    }
    
    .image-part-2 {
        box-shadow: 0px 0 0 0 #ffffff, 0 10px 0 0 #ffffff, 0px 0px 0 0 #ffffff, 10px 0 0 0 #ffffff inset, 0 0 0 0 #ffffff inset;
    }
    
    .image-part-3 {
        box-shadow: 10px 0 0 0 #ffffff, 0 10px 0 0 #ffffff, 10px 10px 0 0 #ffffff, 0 0 0 0 #ffffff inset, 0 10px 0 0 #ffffff inset;
    }
    
    .image-part-4 {
        border-bottom: 0;
        box-shadow: 10px 0 0 0 #ffffff, 0 0px 0 0 #ffffff, 10px 0px 0 0 #ffffff, 10px 0 0 0 #ffffff inset, 0 10px 0 0 #ffffff inset;
    }
    
    .image-part-5 {
        border-bottom: 0;
        box-shadow: 0px 0 0 0 #ffffff, 0 0px 0 0 #ffffff, 0px 0px 0 0 #ffffff, 10px 0 0 0 #ffffff inset, 0 10px 0 0 #ffffff inset
    }

    .woocommerce div.product div.summary button.button.alt{
        padding: 15px;
    }

    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
        clear: none;
    }
    .woocommerce div.product div.images .flex-control-thumbs li{
        width: 33.33%;
    }
}

@media(max-width: 991px) {
    .product-news {
        overflow: hidden;
    }
    .product-news .woocommerce ul.products {
        white-space: nowrap;
        word-spacing: -.36em;
        margin: 0;
        overflow-x: auto;
        margin-right: -12px;
        margin-left: -12px;
    }
    .product-news .woocommerce li.product {
        float: unset!important;
        clear: unset!important;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        word-spacing: normal;
        width: 235px!important;
        margin-right: 10px!important;
        margin-left: 10px!important;
    }
    .product-news .woocommerce li.product {}
    /* .product-news .woocommerce li.product:last-child{
        margin-right: 12px!important;
    } */
    .woocommerce .quantity {
        margin-left: auto;
    }
	.woocommerce div.product div.summary{
		clear: both;
	}
}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive.cart tr td, .woocommerce-page table.shop_table_responsive.cart tr td {
        border-top: 1px solid rgba(0, 0, 0, .1)!important;
    }
    .woocommerce table.shop_table tbody:first-child tr:first-child td.product-name {
        border-top: 0!important;
    }
}

.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
    width: 80%;
    float: right;
    height:auto;
    overflow:inherit;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs {
    width: 20%;
    float: left;
    display: inline-block;
	max-height: 650px;
    overflow-y: auto!important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width:100%;
    margin-bottom:13.2px;
    padding-right:10px; 
}
.cart_totals .cart-subtotal th{
    padding-left: 0!important;
}
.cart_totals .cart-subtotal td{
    padding-right: 0!important;
}
.cart_totals  .shop_table.shop_table_responsive{
    border: none!important;
}
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal{
    display: none!important;
}
@media(max-width: 768px){
    .woocommerce span.onsale{
        left: 20%;
    }
}
@media(min-width: 769px){
    .woocommerce span.onsale{
        left: 66px;
    }
}
@media(min-width: 992px){
    .woocommerce span.onsale{
        left: 89px;
    }
}
@media(min-width: 1200px){
    .woocommerce span.onsale{
        left: 107px;
    }
}
@media(min-width: 1400px){
    .woocommerce span.onsale{
        left: 124px;
    }
}
/* radio-select */
.woocommerce div.product div.summary .radio-select ul{
    display: flex;
    flex-wrap: wrap;
    margin: -5px!important;
}
.woocommerce div.product div.summary .radio-select li input{
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.woocommerce div.product div.summary .radio-select li label{
    color: #ffffff;
    background: #DADADA;
    border-radius: 1px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    cursor: pointer;
    padding: 5px;
    border-radius: 6px;
}
.woocommerce .swatch-control.radio-select li input[type="radio"]:checked ~ label {
    background: #599E71;
    color: #fff;
}
/* /radio-select */
/* скрыть счетчик количества добавляемого товара в корзину */
.woocommerce div.product form.cart div.quantity{
    display: none!important;
}
/* /скрыть счетчик количества добавляемого товара в корзину */
/* checkout-thankyou */
.woocommerce-order{
    text-align: center;
}
.woocommerce ul.order_details{
    padding: 0;
    display: inline-block;
    margin: 0;
}
.woocommerce ul.order_details li{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    float: unset;
    margin: 0;
    padding: 0;
    border: none;
    text-transform: none;
    margin-bottom: 30px;
}
.woocommerce-order-overview__title{
    color: #A6A6A6;
}
.woocommerce-order-overview__subtitle{
    margin-bottom: 30px!important;
}
.woocommerce-order-received h1.title{
    display: none;
}
/* /checkout-thankyou */
.woocommerce-privacy-policy-text p{
    font-size: 13px;
}

#billing_country_field{
    display: none!important;
}

.woocommerce div.product .out-of-stock {
    color: #fff;
    background: #ef5454;
    padding: 15px 50px;
    display: inline-block;
	border-radius: 2px;
    font-size: 17px!important;
    line-height: 1;
    margin: 0;
}
@media(max-width:767px){
    .woocommerce div.product .out-of-stock{
        padding: 15px;
    }
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	display: none !important;
}
.woocommerce .tagged_as {
	display: block;
	padding-top: 15px;
}

/* scroll */
.woocommerce .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-button {
    background-repeat:no-repeat;
    width:4px;
    height:0px
}

.woocommerce .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-track {
    background-color:#ecedee
}

.woocommerce .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #599E71;
}

.woocommerce .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb:hover{
    background-color: #599E71;
}

.woocommerce .woocommerce-product-gallery .flex-control-thumbs::-webkit-resizer{
    background-repeat:no-repeat;
    width:4px;
    height:0px
}

.woocommerce .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar{
    width: 4px;
}
/* /scroll */

@media(max-width: 767px) {
  .woocommerce-page .page-content {
    padding-top: 0;
  }
  .woocommerce div.product div.summary {
    padding-top: 30px;
  }
}

     .attachment-woocommerce_thumbnail + .attachment-woocommerce_thumbnail {
  position: absolute;
  opacity: 0;

}

.woocommerce-loop-product__link .attachment-woocommerce_thumbnail + .attachment-woocommerce_thumbnail:hover {
  opacity: 1;
}

.attachment-woocommerce_thumbnail {
  transition: all .3s;
}

/* gallery */
.woocommerce div.product .woocommerce-product-gallery .flex-viewport::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #ffffff;
    display: block;
    z-index: 1;
}
.woocommerce div.product .woocommerce-product-gallery .flex-viewport::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #ffffff;
    display: block;
    z-index: 1;
}
/* /gallery */
@media(max-width: 767px){
    .woocommerce .woocommerce-product-gallery .flex-control-thumbs{
        max-height: 360px;
    }
}
@media(max-width:991px){
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{
        display: block;
    }
    .woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
    .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before{
        display: none;
    }
    #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
        width: 120px;
        display: block;
        margin: 0 auto;
    }
    .woocommerce table.shop_table_responsive.cart tr:first-child td.product-thumbnail, .woocommerce-page table.shop_table_responsive.cart tr:first-child td.product-thumbnail{
        border-top: 0!important;
    }
    .woocommerce table.shop_table_responsive.cart tr:first-child td.product-thumbnail, .woocommerce-page table.shop_table_responsive.cart tr:first-child td.product-thumbnail{
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
}
.wp-block-image img{
  height: auto;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    height: 500px !important;
    object-fit: contain !important;
}


.woocommerce .woocommerce-product-gallery .flex-control-thumbs {
    max-height: 500px !important;
}

.woocommerce ul.products li.product a img {
    object-fit: contain;
    margin-bottom: 0;
    border-radius: 10px;
    
}

.woocommerce ul.products li.product a {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
}

.woocommerce-loop-product__link .attachment-woocommerce_thumbnail + .attachment-woocommerce_thumbnail:hover {
   
}

ul.products::before {
    content: none !important;
    display: none !important;
}

ul.products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;

    padding: 12px 12px 20px 12px;

    border-radius: 12px;
    border: 1px solid #eaeaea;
    width: 100%;
    transition: all .3s ease;
    margin: 0;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: 0px 2px 20px #afd46b;
    border: 1px solid #afd46b;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-family: 'Srbija Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    
    color: #14483C;
    margin-bottom: 5px;
    width: 100%;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce ul.products li.product .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 30px;
    gap: 5px;
    
    width: fit-content;
    height: fit-content;

    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    
    color: #151515;
    background: #FFFFFF00;
    border: 1px solid #151515;
    border-radius: 20px;
    transition: var(--transition);
}


.woocommerce ul.products li.product .button:hover {
    background: #14483C;
    color: #FFFFFF;
    border: 1px solid #14483C;
}

.added_to_cart.wc-forward {
    display: none !important;
    padding: 0 !important;
    width: 0 !important;
}

.woocommerce-product-details__short-description p {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #777777;
    margin-bottom: 20px;
}

.woocommerce-Price-amount.amount bdi {
    font-family: 'Srbija Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 140%;
    
    color: #151515;
    margin-bottom: 0;
   
}

.woocommerce-Price-currencySymbol {
    font-family:'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    
    color: #151515;
    margin-bottom: 0;
    margin-left: -5px;
}

.woocommerce .woocommerce-ordering select{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;

    padding: 7px 20px;

    border-radius: 20px;
    border: 1px solid #14483C;
    background: #FFFFFF;
}

.woocommerce .woocommerce-ordering select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    padding-right: 30px;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 100%;
}

@media(max-width: 1400px){
    
}
@media(max-width: 1200px){
    ul.products {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }
    .summary.entry-summary {
        margin-top: 0px;
    }
    .woocommerce div.product {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
        margin-bottom: 0;
        position: relative;
    }
}
@media(max-width: 992px){
    ul.products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 !important;
    }
    .woocommerce-product-gallery .woocommerce-product-gallery__image img {
        height: 400px !important;
        padding-left: 20px;
    }
    .woocommerce .woocommerce-product-gallery .flex-control-thumbs {
        max-height: 400px !important;
    }
    .woocommerce div.product div.summary button.button.alt {
        padding: 10px 35px;
    }
    .catalog__page {
        padding-top: 100px;
    }
    .woocommerce-Price-amount.amount {
        font-size: 24px;
    }
}
@media(max-width: 768px){
    .img__product__box {
        margin-bottom: 20px;
        background-size: cover;
        padding: 20px 0;
        transition: all .5s ease;
    }
    .woocommerce ul.products li.product a img {
        height: 190px;
        object-fit: contain;
        margin-bottom: 0;
        border-radius: 10px;
        width: fit-content;
    }
    .woocommerce-Price-amount.amount bdi {
        font-size: 20px;
        margin-bottom: 0;
    }
    .woocommerce-Price-currencySymbol {
        font-weight: 500;
        font-size: 18px;
        margin-left: -5px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        font-size: 18px;
        width: 100%;
    }
    .summary.entry-summary {
        margin-top: 30px;
    }
    .woocommerce div.product {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
        margin-bottom: 0;
        position: relative;
    }
    .woocommerce div.product div.images {
        margin-bottom: 0em;
    }
    
    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        border-radius: 12px;
        margin: 0;
        width: 100%;
        padding: 15px 25px;
    }
    .single_add_to_cart_button {
        width: fit-content !important;
    }
}

@media(max-width: 576px){
    ul.products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .woocommerce ul.products li.product a img {
        height: 150px;
        object-fit: contain;
        margin-bottom: 0;
        border-radius: 10px;
        width: fit-content;
    }
    .woocommerce ul.products li.product .button {
        padding: 7px 20px;
        font-size: 14px;
        line-height: 16px;
    }
    .woocommerce-product-details__short-description p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .page-title {
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }
    .catalog__page {
        padding-top: 100px;
    }
    .woocommerce .woocommerce-ordering select {
        font-size: 16px;
    }
}