a.added_to_cart.wc-forward,
.wrap_page.product .woocommerce-notices-wrapper,
.woocommerce .form-row-wide .optional, 
.woocommerce form.row .optional {display: none;}
.wp-pagenavi .current { margin: 0 13px;}

.burger-container .header__telephone-dropdown-box { 
    justify-content: center;
}
.burger-container .header__telephone-dropdown.btn {    
    display: block;
    margin: 0 auto;
}
header .header-icon-group {    
    justify-content: space-around;
}
@media screen and (max-width: 1240px) {
	.header-icon-group .icon-box.search-box { display: block; }	
}
#info_modal_2 .modal-dialog {
    position: absolute;
    right: 0;
}
#info_modal_2 .modal-header {
    padding: 15px 31px;
    border: none;
}
#info_modal_2 .modal-content {
    max-width: 505px;
    padding: 40px 0 0;
    line-height: 28px;
    max-height: 860px;
}
.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

span.wpcf7-form-control-wrap.w-50 p {
    padding-bottom: 10px;
}

#billing_state_field span.select2-selection.select2-selection--single, 
#shipping_state_field span.select2-selection.select2-selection--single {
    height: 35px;
}

#billing_state_field .select2-container--default .select2-selection--single .select2-selection__rendered, 
#shipping_state_field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

#billing_state_field .select2-container--default .select2-selection--single .select2-selection__arrow, 
#shipping_state_field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

ul.wc-item-meta {
    padding: 0;
}

ul.wc-item-meta li {
    display: flex;
    gap: 10px;
}

ul.wc-item-meta li p {
    margin-bottom: 0;
}

.pay-box .quantity {
    display: flex;
    max-width: inherit;
    align-items: center;
	margin: 12px 0 0;
}

.pay-box .quantity .btn {
    margin-top: 0px;
}

table.variations tr label {
    margin-bottom: 0;
}

table.variations tr th, table.variations tr td {
    width: auto;
}

table.variations {
    width: 100%;
}
.shop_table td.prod_img.product-thumbnail {
    height: auto;
    width: auto;
    padding-left: 15px;
}

.cart .shop_table td.prod_img.product-thumbnail {
    width: 190px;
}

@media screen and (max-width: 767px) {
	.prod_img.product-thumbnail img.img-fluid {
		max-width: 125px;
	}	
	.shop_table .prod_img.product-thumbnail {
		padding-left: 15px;
	}

    .cart .shop_table td.prod_img.product-thumbnail {
        width: 100%;
    }
}

.homeCategory .homeCategory-item:last-child {
	background-size: cover;
}

.category-box.logic-box-hidden.disabled {
    opacity: 0.5;
}

.wc-blocks-filter-wrapper .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {    
    max-width: 135px;
}

.wc-block-product-categories-list--has-images { 
    padding-left: 0;
}

.contactsInfo .footer-nav a { 
    max-width: 255px;
}