html {
  scroll-behavior: smooth;
}

.mobile-cart {
  position: absolute;
  right: 75px;
  top: 18px;
}

.slider_small img:hover {opacity:0.7;cursor:pointer;}
.slider_small img {transition: 0.5s;}
   .jqcart-total-cnt {    font-size: 10px;
    line-height: 12px;
    background: #FB852F;
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;}
    
    .jqcart-tr {display:flex;gap:20px;    margin-bottom: 20px;}
    
   .cart .jqcart-item-img img {width:107px;}
    
    .icon_cart img {width:20px;}
    .icon_cart {
        position: relative;
        display: block;
        top: 6px;
    }
    .modal .icon_cart {
        top: -2px;
        padding-left: 15px;
    }
    .icon_cart .label-place {position:absolute;top:-3px;right:-3px;}
    
    .catalog {display:flex; gap:40px; flex-wrap: wrap;justify-content: space-between;margin-bottom:100px;}
    
    .catalog .item_box {position:relative;display: table;width:221px;transition: 0.5s;}
	.catalog .item_box img {width:100%;transition: 0.5s;}
    .catalog .item_box .item_box_link {transition: 0.5s;display:none;position: absolute;top: 90px;left: 50%;margin-left: -63px;}
    .catalog .item_box .item_box_link a {transition: 0.5s;font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 10px;line-height: 11px;text-align: center;text-transform: uppercase;text-decoration:none;color: #000000;background: #FFFFFF;border: 1px solid #000000;border-radius: 3px;padding: 13px 0px;width: 117px;display: table;}
   .catalog  .item_box:hover .item_box_link {display:block;position:absolute;}
   .catalog  .item_box:hover img {opacity:0.5;}
   .catalog  .item_box:hover .item_title {opacity:0.5;}
   .catalog  .item_box:hover .item_price_box {opacity:0.5;}
    
    .item_title {
        transition: 0.5s;
        margin-top:10px;
        margin-bottom:5px;
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #000000;
}

.item_price_box {
font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 18px;
color: #000000;
transition: 0.5s;
}

.page_title {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 40px;line-height: 46px;text-align: center;color: #000000;margin-bottom: 20px;}

.jqcart_title, .jqcart_title a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000;
    margin-bottom: 5px;
    text-decoration: none
}
.jqcart-del-item {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    color: #fb852f;
    position: relative;
    background: transparent;
    border: none;
    top: 0px;
}

.jqcart-del-item svg {
    margin-right: 3px;
    padding-bottom: 2px
}
.jqcart-sum {
font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 23px;
color: #000000;
margin-bottom:5px;
}
.jqcart_count {font-family: 'Arial';font-style: normal;font-weight: 700;font-size: 20px;line-height: 24px;color: #000000;}

.cart .jqcart-subtotal-text{font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 20px;line-height: 23px;color: #000000;width: 119px;display: inline-block;}


.cart .jqcart-subtotal {
font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 37px;
color: #000000;

}

.jqcart-notice {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 20px;line-height: 23px;color: #000000;margin-left: 128px;background: url(../img/notice.svg);background-repeat: no-repeat;padding-left: 25px;background-position: 0% 50%;}

.page_subtitle {
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
text-align: center;
color: #000000;
margin-bottom:30px;
}

body.over_hidden {overflow: hidden;}

.yes_tovar {display:none;}
.yes_tovar.show {position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0%;
    background: #00000061;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;}

.yes_tovar .yes_tovar_block {background:#D7D0C8;display:table;padding: 50px 100px;border-radius: 5px;}


.yes_tovar_title {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 16px;line-height: 18px;color: #000000;text-align:center;margin-bottom: 5px;}
.yes_tovar_add {font-family: 'Arial';font-style: normal;font-weight: 700;font-size: 16px;line-height: 18px;color: #000000;text-align:center;margin-bottom: 20px;}
.yes_tovar_cart {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 14px;line-height: 16px;text-align: center;color: #FFFFFF;background: #24292B;border-radius: 2px;display: inline-table;width: 194px;padding: 15px 0px;text-decoration: none;margin-right: 20px;}
.yes_tovar_close {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 14px;line-height: 16px;text-align: center;color: #24292B;background: #FFFFFF;border: 1px solid #24292B;border-radius: 2px;display: inline-table;width: 194px;padding: 15px 0px;cursor: pointer;}


.catalog_category {
    text-align: center;
    margin-bottom: 15px;
}
.catalog_category a {font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #ADADAD;
    text-decoration: none;
    background: url(../img/line.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 30px;
    margin-right: 10px;}
.catalog_category a:last-child {
     background: none;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 0px;
    margin-right: 0px;
    
}

.catalog_category a.active {color: #000;}

.catalog_subcategory {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}
.catalog_subcategory a {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 12px;line-height: 14px;text-align: center;opacity:.25;color: #000000;text-decoration:none;border:1px solid #fff;padding: 10px 20px;display: table;}
.catalog_subcategory a.active {color: #000000;opacity:1;border:1px solid #FB852F;}
.catalog_subcategory a:hover {color: #000000;opacity:1;border:1px solid #FB852F;}



.product {
    /*display: flex;*/
    gap: 20px;
    margin-bottom: 80px;
    margin-top: 50px;
}
.product .gallery_box {
    display: table;width:400px;
}
.product .gallery_box .slider_big {
    margin-bottom: 16px;
	width: 400px;
}
.product .gallery_box .slider_big img {}
.product .gallery_box .slider_small {
    display: flex;
    gap: 16px;
	width: 400px;
}
.product .gallery_box .slider_small img {
    
}
.item_gallery .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.item_gallery .slider-for, .item_gallery .slider-nav {
    margin-bottom: 16px;
}
.slick-slide {padding:0px 8px;}
.product_box {}    
.product_box .prod_category {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #ADADAD;
    margin-bottom: 10px;
}    
.product_box .prod_title {}    
.product_box .prod_title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
}    
.product_box .prod_price {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
}    
.product_box .prod_option {
    margin-bottom: 10px;
}    
.product_box .prod_option label {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}    

.product_box .prod_cart {
    padding-top: 15px;
}    
.product_box .add_item {
    width: 117px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #24292B;
    border: 1px solid #24292B;
    border-radius: 3px;
    padding: 12px 0px;
    margin-bottom: 5px;
}    
.product_box .prod_count {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #000000;
    width: 117px;
    text-align: center;
}    

.item-count {
	display: inline-block;
	position: relative;
	width: 120px;
    margin-bottom: 5px
}
.item-count input[type="number"] {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    padding: 12px 0;
	display: block;
	height: 40px;
	line-height: 40px;
	width: calc( 100% - 80px);
    margin: 0 40px;
	box-sizing: border-box;
	text-align: center;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.item-count input[type="number"]::-webkit-outer-spin-button,
.item-count input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
.number-minus {
	position: absolute;
	top: -2px;
	left: 1px;
	bottom: 1px;
	width: 40px;
	padding: 0;
	display: block;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 18px;
}
.number-plus {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 40px;
	padding: 0;
	display: block;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 18px;
}

.product_box .prod_cart_count .prod_count {
    width: auto
}

.product_box .prod_cart_count .prod_count {
    width: auto;
} 

.prod_desk {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #000;
}
.prod_desk_title {}
.prod_desk_title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
}
.prod_desk_content {} 	
.prod_desk_content p {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
} 	
.prod_desk_content ul {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
} 	
.prod_desk_content ul li {} 

.bg-from {background: #D7D0C8;border-radius: 5px;padding: 15px;display: table;width: 320px;}

.bg-from#msOrder {
    margin-top: 0;
}

.form_title_sam {font-family: 'Arial';font-style: normal;font-weight: 700;font-size: 20px;line-height: 23px;color: #24292B;margin-bottom: 5px;padding-top: 10px;}
.form_title_sam input{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.form_desk_sam {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 14px;line-height: 18px;color: #24292B;margin-bottom: 10px;margin-top: 10px;}
.form_title_salon {font-family: 'Arial';font-style: normal;font-size: 14px;line-height: 18px;color: #24292B;font-weight: bold;border-bottom: 1px solid #000;display: table;margin-bottom: 5px;padding-top: 10px;}
.form_title_time {
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #24292B;
}
.form_title_adres {
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #24292B;
}

.jqcart-cart-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #24292B;
    margin-bottom: 15px;
    margin-top: 20px;
}

.input-text {
    margin-bottom: 10px;
}
.input-text input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    width: -webkit-fill-available;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    border-radius: 4px;
}
.input-btn {
    padding-top: 10px;
    border-top: 1px solid #fff;
}
.input-btn .ms2_link {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #24292B;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #24292B;
    border-radius: 3px;
    width: -webkit-fill-available;
    padding: 10px 0px;
}

.jqcart-checkout {    display: flex;
    justify-content: space-between;}
    
    .subcontentcart {
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 23px;
text-align: center;
color: #000000;
}

 @media screen and (max-width: 756px) {
     
   .jqcart-total-cnt {    font-size: 10px;
    line-height: 12px;
    background: #FB852F;
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;}
    
    .jqcart-tr {display:flex;gap:20px;}
    
   .cart .jqcart-item-img img {width:107px;}
    
    .icon_cart img {width:20px;}
    .icon_cart {
        position: relative;
        display: block;
        top: 6px;
    }
    .icon_cart .label-place {position:absolute;top:-3px;right:-3px;}
    
    .catalog {display:flex;gap:40px;flex-wrap: wrap;justify-content: space-between;margin-bottom: 50px;}
    
    
    .catalog .item_box {position:relative;display: table;width: 44%;}
     .catalog .item_box img {width:100%;}
    .catalog .item_box .item_box_link {display:none;position: absolute;top: 90px;left: 50%;margin-left: -63px;}
    .catalog .item_box .item_box_link a {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 10px;line-height: 11px;text-align: center;text-transform: uppercase;text-decoration:none;color: #000000;background: #FFFFFF;border: 1px solid #000000;border-radius: 3px;padding: 13px 0px;width: 117px;display: table;}
   .catalog  .item_box:hover .item_box_link {display:block;position:absolute;}
   .catalog  .item_box:hover img {opacity:0.5;width: 100%;}
   .catalog  .item_box:hover .item_title {opacity:0.5;}
   .catalog  .item_box:hover .item_price_box {opacity:0.5;}
    
    .item_title {
        margin-top:10px;
        margin-bottom:5px;
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #000000;
}

.item_price_box {
font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 18px;
color: #000000;
}

.page_title {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 40px;line-height: 46px;text-align: center;color: #000000;margin-bottom: 20px;}

.jqcart_title {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 16px;line-height: 23px;color: #000000;margin-bottom:5px;}
.jqcart-del-item {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 12px;line-height: 14px;color: #FB852F;position: relative;top: -1px;left: 10px;}
.jqcart-sum {font-family: 'Arial';font-style: normal;font-weight: 700;font-size: 16px;line-height: 23px;color: #000000;margin-bottom:5px;}
.jqcart_count {font-family: 'Arial';font-style: normal;font-weight: 700;font-size: 17px;line-height: 24px;color: #000000;}

.cart .jqcart-subtotal-text{font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 20px;line-height: 23px;color: #000000;width: 119px;display: inline-block;}


.cart .jqcart-subtotal {font-family: 'Arial';font-style: normal;font-weight: 700;font-size: 19px;line-height: 37px;color: #000000;}

.jqcart-notice {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 13px;line-height: 23px;color: #000000;margin-left: 128px;background: url(../img/notice.svg);background-repeat: no-repeat;padding-left: 25px;background-position: 0% 50%;}

.page_subtitle {
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
text-align: center;
color: #000000;
margin-bottom:30px;
}

body.over_hidden {overflow: hidden;}

.yes_tovar {display:none;}
.yes_tovar.show {position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0%;
    background: #00000061;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;}

.yes_tovar .yes_tovar_block {background:#D7D0C8;display:table;padding: 30px 25px;border-radius: 5px;}


.yes_tovar_title {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 16px;line-height: 18px;color: #000000;text-align:center;margin-bottom: 5px;}
.yes_tovar_add {font-family: 'Arial';font-style: normal;font-weight: 700;font-size: 16px;line-height: 18px;color: #000000;text-align:center;margin-bottom: 20px;}
.yes_tovar_cart {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 14px;line-height: 16px;text-align: center;color: #FFFFFF;background: #24292B;border-radius: 2px;display: inline-table;width: 156px;padding: 15px 0px;text-decoration: none;margin-right: 10px;}
.yes_tovar_close {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 14px;line-height: 16px;text-align: center;color: #24292B;background: #FFFFFF;border: 1px solid #24292B;border-radius: 2px;display: inline-table;width: 156px;padding: 15px 0px;cursor: pointer;}


.catalog_category {
    text-align: center;
    margin-bottom: 15px;
}
.catalog_category a {font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #ADADAD;
    text-decoration: none;
    background: url(../img/line.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 30px;
    margin-right: 10px;}
.catalog_category a:last-child {
     background: none;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 0px;
    margin-right: 0px;
    
}

.catalog_category a.active {color: #000;}

.catalog_subcategory {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.catalog_subcategory a {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 12px;line-height: 14px;text-align: center;opacity:.25;color: #000000;text-decoration:none;border:1px solid #fff;padding: 10px 20px;display: table;}
.catalog_subcategory a.active {color: #000000;opacity:1;border:1px solid #FB852F;}
.catalog_subcategory a:hover {color: #000000;opacity:1;border:1px solid #FB852F;}



.product {
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
    margin-top: 50px;
    flex-direction: column;
}
.product .gallery_box {
    display: table;
    width: -webkit-fill-available;
}
.product .gallery_box .slider_big {
    margin-bottom: 16px;
    width: -webkit-fill-available;
}
.product .gallery_box .slider_big img {
    width: -webkit-fill-available;
}
.product .gallery_box .slider_small {
    display: flex;
    gap: 16px;
}
.product .gallery_box .slider_small img {
    width: 22%;
}

.product_box {}    
.product_box .prod_category {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #ADADAD;
    margin-bottom: 10px;
}    
.product_box .prod_title {}    
.product_box .prod_title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
}    
.product_box .prod_price {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
}    
.product_box .prod_option {
    margin-bottom: 10px;
}    
.product_box .prod_option label {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}    

.product_box .prod_cart {}    
.product_box .add_item {
    width: 117px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #24292B;
    border: 1px solid #24292B;
    border-radius: 3px;
    padding: 12px 0px;
    margin-bottom: 5px;
}    
.product_box .prod_count {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #000000;
    width: 117px;
    text-align: center;
}    

.prod_desk {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #000;
}
.prod_desk_title {}
.prod_desk_title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
}
.prod_desk_content {} 	
.prod_desk_content p {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
} 	
.prod_desk_content ul {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
} 	
.prod_desk_content ul li {} 



.bg-from {background: #D7D0C8;border-radius: 5px;padding: 15px;display: table;width: auto;margin-top: 40px;        margin: 0 15px;
        max-width: calc(100% - 30px);}
.bg-from#msOrder {
    margin-top: 40px;
}
.form_title_sam {font-family: 'Arial';font-style: normal;font-weight: 700;font-size: 20px;line-height: 23px;color: #24292B;margin-bottom: 5px;}
.form_desk_sam {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 14px;line-height: 18px;color: #24292B;margin-bottom: 10px;margin-top: 10px;}
.form_title_salon {font-family: 'Arial';font-style: normal;font-size: 14px;line-height: 18px;color: #24292B;font-weight: bold;border-bottom: 1px solid #000;display: table;margin-bottom: 5px;}
.form_title_time {
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #24292B;
}
.form_title_adres {
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #24292B;
}

.jqcart-cart-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #24292B;
    margin-bottom: 15px;
    margin-top: 20px;
}

.input-text {
    margin-bottom: 10px;
}
.input-text input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    width: -webkit-fill-available;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    border-radius: 4px;
}
.input-btn {
    padding-top: 10px;
    border-top: 1px solid #fff;
}
.input-btn input {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
/* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #24292B;
/* Rectangle 24 */
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #24292B;
    border-radius: 3px;
    width: -webkit-fill-available;
    padding: 10px 0px;
}

.jqcart-checkout {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    }
    
    .subcontentcart {
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 23px;
text-align: center;
color: #000000;
}
   }
   
   .prod_cart_btn {
    display: inline-block;
    width: 130px;
}

.prod_cart_count {
    display: inline-block;
    width: auto;
}

.item_filter {
    display: block;
    margin: 25px 0 10px 0;
}

.item_filter_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.item_filter_btn {
    display: block;
}

.item_filter_btn {
	display: inline-block;
	margin-right: 10px;
    margin-bottom: 5px;
}
.item_filter_btn input[type=radio] {
	display: none;
}
.item_filter_btn label {
	display: inline-block;
	cursor: pointer;
    font-size: 13px;
	padding: 0px 15px;
	line-height: 25px;
	border: 1px solid #b8b8b8;
	border-radius: 6px;
	user-select: none;
    font-weight: 600;
}
 
.item_filter_btn input[type=radio]:checked + label {
	border: 1px solid #000;
}
 
.item_filter_btn label:hover {
	border: 1px solid #000;
}

.subtotal-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 37px;
    color: #000000;
    width: 119px;
    display: inline-block;
}

.subtotal-cost {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: #000000;
}

.cart-image img {
 width: 100%;
height: auto;
padding-bottom: 30px;
}

.item-cart-inner:first-child {
    margin: 0 0 30px 0;
}

.item-cart-inner {
    margin: 30px 0;
}

.item-cart-inner:last-child {
    margin: 30px 0 10px 0;
}

.bottom-item-cart-inner {
    margin: 5px 0 0 0;
}

.cart-hr {
	margin-right: 12px;
	margin-left: 12px;
}

.cart_counts .ms2_form {
    display: inline-block;
    width: auto;
}

.cart_counts {
    padding-top: 10px;
}

.catalog {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 100px;
}

.catalog .item_box {
    position: relative;
    display: flex-block;
    width: 100%;
    transition: .5s;
}

@media screen and (min-width: 576px) {
    .catalog .item_box {
        width: 45%;
    }
}

@media screen and (min-width: 756px) {
    .catalog .item_box {
        width: 47%;
    }
}

@media screen and (min-width: 991px) {
    .catalog {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 50px;
    }
    .catalog .item_box {
        width: 30%;
    }
}

@media screen and (min-width: 1198px) {
    .catalog .item_box {
        width: 22%;
    }
}