/* 1.6s */
.button_add_address {
    background: #F53333;
    border-radius: 15px;
    border: none;
    /* margin-top: 10px; */
    /* font-size: 20px; */
    /* margin-bottom: 5px; */
   /* position: absolute;*/
    right: 5px;
   /* bottom: 0;*/
    bottom: 5px;
    color: #fff !important;
    padding: 10px;
	
    width: 25%;
   /* height: 100%;*/
    height: 43px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
	font-size: 16px;
}
.client_fixed {
	position: fixed;
	left: 0;
}
.address_id_radio {
    float: left;   
}
.radio_label {
    background-color: grey;
    border-radius: 15px;
    font-size: 16px;
    padding: 5px;
	cursor: pointer;
}
.address_id_radio input[type="radio"] {
	appearance: none;
}
.address_id_radio input[type="radio"]:checked + .radio_label {
	border: 1px solid red;
}
/* 1.6s end */
.quick_order_cart #button-wb-quick-order {
/*	display: none;*/

    background: #F53333;
    border-radius: 24px;
    border: none;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 25px;

}
.quick_order_cart.common_cart {
    left: auto;
    width: 40%;	
    position: fixed;
    /*height: 100vh;*/
    right: 0;
	padding-right: 0 !important;
}
.quick_order_cart.checkout_cart {
	padding: 10px;
}
.quick_order_cart .modal-header {
	height: 9vh;	
}
.quick_order_header > .row, .quick_order_body > .row {
	margin: 0;
}
.quick_order_cart .modal-body {
	height: 80vh;
	overflow-y: auto;	
}
.quick_order_cart .modal-footer {
	height: 10vh;	
}
.quick_order_cart.full_screen {
	width: 100%;
}
.quick_order_cart.full_screen .cart_products, .quick_order_cart.full_screen .client_details, .quick_order_content .cart_products, .quick_order_content .client_details, #wb-quick-order-cart-common_cart.full_screen .cart_products, #wb-quick-order-cart-common_cart.full_screen .client_details {
	width: 50%;
	float: left;		
}
@media screen and (max-width: 800px) {
	.quick_order_cart.common_cart, .quick_order_cart.checkout_cart {
		width: 100%;
	}
	.quick_order_cart_header .cart_max_min {
		display: none;
	}
	.quick_order_cart.full_screen .cart_products, .quick_order_cart.full_screen .client_details, .quick_order_content .cart_products, .quick_order_content .client_details, #wb-quick-order-cart-common_cart.full_screen .cart_products, #wb-quick-order-cart-common_cart.full_screen .client_details {
		width: 100%;
		float: left;		
	}
	/* 1.6s */
	.button_add_address {
		/*position: initial; */
    /* width: 100%; */
    right: 0;
    width: 25%;
	padding: 0;
	}
}	

.quick_order_cart_header .cart_max_min, .quick_order_cart_header .close_cart_button  {
	padding: 5px;
	cursor: pointer;
}
.row.subtotal {
	margin: 0;
}
.cart_products .block-products {
	max-height: 500px;
	height: auto;
	overflow-y: auto;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.cart_products .block-products .us-cart-item-desc {
	margin-right: 70px;
}
.client_details .block-details {
	max-height: 610px;
	/*overflow-y: auto;*/
	/*margin: 0px 30px 200px 30px;*/
	margin: 60px 30px 30px 30px; 
	/*padding-right: 5px;*/
	/*padding-top: 60px;*/
	padding-bottom: 20px;
	position: relative;
}
@media screen and (max-width: 800px) {
	.client_details .block-details {
		margin: 60px 10px 30px 10px;
	}	
}
.client_details .block-details .form-control {
	/* background-color: white; */
}
.cart_product {
	border: 1px solid rgb(204, 204, 204);
	padding: 5px;
	overflow-y: auto;
}
.quick_order_cart_header {
	background-color: rgb(238, 238, 238);	
}
.quick_order_cart_header .close_cart_button {
	cursor: pointer;
	font-size: 2em;
}
.wb_quick_order_ul > li {
	display: block;
	padding: 0;	
}
.quantity_step {
	/*width: 34px;
	height: 38px;
	padding: 10px 6px;
	text-align: center;
	float: left;
	border: 1px solid rgb(204, 204, 204);
	cursor: pointer;*/
}
.product_image {
	padding: 3px 10px 3px 3px;
}
.cart_product_options {
	padding-right: 40px;
}
.cart_products .block-products .product_quantity_input {
	width: 50px;
	height: 38px;
	float: left;
	float: left;
	border-radius: 0;
	text-align: center;
}
.quantity_step.us-product-quantity-btn{ padding: 0.375rem 0.5rem;}
.step_minus {
	border-radius: 50% 0 0 50%;
}
.step_plus {
	border-radius: 0 50% 50% 0;
}
.product_price {
	padding-left: 15px;
	font-size: 1.5em;
}
.product_remove {
	position: absolute;
	top: 5px;
	right: 5px;
}
.product_option {
	padding: 5px;
    border: 1px solid rgb(224, 224, 224);
    display: inline-block;
    border-radius: 5px;
	margin: 2px;
	
}
.cart_total {
	font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding: 5px 7px;

}
.cart_subtotals {
	padding: 5px 7px;
}
.row.subtotal {
    margin: 0;
}
.quick_order_cart .us-carousel-brands-item.slick-slide {
	width: 250px !important;
	height: 250px !important;
}
.quick_order_cart .content_bottom {
	width: 100%;
}

.quick_order_cart .slick-track {
	/*width: auto !important;*/
}

.order_time{
	border-radius: 15px;
	border: 2px solid #282828;
	padding: 15px;
	background: #5F5D5D;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.order_time .theme-button{margin: 5px !important;width: 29%;}

.order_time .theme-button label {
    width: auto;
    min-width: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.order_time .theme-button input+span{min-width: 70px;width: 100%;padding: 10px !important;}
.recall {margin: 7px 0;}
.check_slider .radio{
    display: flex;
    flex-direction: column;
	}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/*.order_time .theme-button input {
   display: block; 
}*/

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1c1d1d;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #Fff;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f53333;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.checkbox_name {
    margin: 5px;
}

.openmap[id="shipping_address_group"] {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.row-shipping_address_appt.openmap, .openmap.floor , .openmap.entrance ,.openmap.intercom, .openmap.row-shipping_address_house {
    width: 25%;
    display: inline-block;
	padding: 0 10px 0 0;
}
.street_group.openmap {
    width: 75%;
    display: inline-block;
	padding: 0 10px 0 0px;
}
.row-shipping_address_appt.openmap {
    padding: 0;
} 

.custom-checkbox[type="checkbox"]:not(:checked),
.custom-checkbox[type="checkbox"]:checked {
	position: absolute;
	left: 0;
	opacity: 0;
}
.custom-checkbox[type="checkbox"]:not(:checked) + label,
.custom-checkbox[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 2.3em;
	font-size: 1.05em;
	line-height: 1.7;
	cursor: pointer;
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

/* checkbox aspect */
.custom-checkbox[type="checkbox"]:not(:checked) + label:before,
.custom-checkbox[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: auto;
	width: 30px;
	height: 30px;
	background: transparent;
	border-radius: .2em;
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgb(245, 51, 51, .2);
	-webkit-transition: all .275s;
	transition: all .275s;

}
.custom-checkbox[type="checkbox"]:not(:checked) + label:before{border: 1px solid #aaa;}
.custom-checkbox[type="checkbox"]:checked + label:before {border: 1px solid #f53333;}
	

/* checked mark aspect */
.custom-checkbox[type="checkbox"]:not(:checked) + label:after,
.custom-checkbox[type="checkbox"]:checked + label:after {
	content: '✓';
	position: absolute;
	top: auto;
	left: .18em;
	font-size: 1.75em;
	color: #f00202;
	line-height: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}

/* checked mark aspect changes */
.custom-checkbox[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0) rotate(45deg);
	transform: scale(0) rotate(45deg);
}

.custom-checkbox[type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}

/* Disabled checkbox */
.custom-checkbox[type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #e9e9e9;
}

.custom-checkbox[type="checkbox"]:disabled:checked + label:after {
	color: #777;
}

.custom-checkbox[type="checkbox"]:disabled + label {
	color: #aaa;
}

/* Accessibility */
.custom-checkbox[type="checkbox"]:checked:focus + label:before,
.custom-checkbox[type="checkbox"]:not(:checked):focus + label:before {
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgb(245, 51, 51, .2);
}
.required {
    color: #eb5757;
    font-size: 16px;
    opacity: 1;
}
.required:before {
    display: table;
    content: "*";
    position: absolute;
}
.sticks_ordinary, .sticks_training{
	width: 49%;
    display: inline-block;
}
.sticks_ordinary{
    padding-right: 0;
}
.sticks_training{
    padding-left: 0;
}




@media (max-width: 768px) {
	.order_time .theme-button{width: 27%;}
	.sticks_ordinary .form-control, .sticks_training .form-control{padding: 10px;}
}

/* Bondarenko 06/06/2024 */
.shipping_method_info {
    border: 1px solid #f53333;
    border-radius: 15px;
    padding: 5px;
    color: #f53333;
    font-size: 1.2em;
    text-align: center;
}
.subtotal_name > b {
	color: #F53333;
}
/* sushiboss free sticks */
.free_text {
	font-size: 0.8em;
	color: red;
}
/* gm street house */
.street_group.openmap.street-only {
    width: 50%;
}
.openmap.row-shipping_address_house {
	padding: 0 10px 0 0;
}
input#input-shipping-address-1-house::placeholder, input#input-shipping-address-1-appt::placeholder {
	font-size: 0.8em;
}

#button-wb-quick-order-cart {
	display: none !important;
}