.hide{display: none !important;}

.btn_disabled{background: #9d9d9d;}

#fly_infolog{display: none;}
#additional_items_block{display: none;}

.product__img {
    text-align: center;
}
.product__img span::after {
    content: url(../static/images/about-this-product.png);
    position: absolute;
    top: 3px;
    right: -15px;
}
.product__img span {
    position: relative;
    margin-top: 30px;
    color: #9cc;
    font-size: 20px;
    line-height: .8;
    border-bottom: 1px dashed #9cc;
}

.header__basket-item:last-child{border-bottom: 0;}

.checkout-form__checkbox-circle label{width: 140px;}

.modal_text_p{color: #666; font-size: 18px;}
#cash_comment{padding-left: 20px; margin: 0 0 10px 0;}

.street_hand{
	font-family: 'Euclid Circular B';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
}
.street_hand a{color: #aaa6a5; border-bottom: 2px solid #aaa6a5;}
.street_hand a:hover{color: #9cc; border-bottom: 0;}
.checkout-form__desc_right{font-size: 12px; margin-top: 5px;}

.hide{display: none;}

.checkout-form__checkbox label p {
    white-space: normal;
}
.button_loading{
	background: url(../images/ajax-loader.gif) no-repeat center center !important;
	height: 50px;
	width: 100%;
	display: none;
}


.basket__img img {
    max-width: 140px;
}    
.product__size ul li, .basket .product__size li{
	width: auto;
	padding: 0.5px 5px;
	min-width: 32px;
}

.relative{position: relative;}
#smscheck_button, #emailcheck_button{display: none;}
.checkout-form__error{display: none;}
.ajax_loader{padding: 20px;}

#tab4 .product-modal__info{
	overflow-y: auto;
	max-height: 300px;
}
.detailed-reviews-item{
	margin-bottom: 14px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 2px solid #f2f2f2;
}
.reviews-item-title {
    font-size: 21px;
}
.reviews-item-text {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 4px;
    margin-bottom: 5px;
}
.reviews-item-data {
    font-size: 16px;
    color: #aaa6a6;
}

.size_right_block{display: none;}
.size_right_block.active{display: block;}

.product__images{display: none;}
.product__images.active{display: block;}

body::-webkit-scrollbar-track {
	width: 3px!important;
}

.drop_complete{
	display: none;
	background: #fff;
	position: absolute;
	top: 65px;
	z-index: 100;
	font-family: 'Euclid Circular B';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #E5E4E4;
	padding-left: 15px;
	/*border-top: 0;*/
	/*padding: 15px;*/
	width: 100%;
	max-height: 220px;
	min-height: 50px;
	line-height: 50px;
	overflow: auto;
	scrollbar-color: #9C9C9C;
	scrollbar-width: thin;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	 border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	/*-webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.25);*/
	/*-moz-box-shadow:    6px 6px 5px 0px rgba(0, 0, 0, 0.25);*/
	/*box-shadow:         6px 6px 5px 0px rgba(0, 0, 0, 0.25);*/
}
.drop_complete::-webkit-scrollbar {
    width: 2.5px;
}
.drop_complete::-webkit-scrollbar-thumb {
    background-color: #9C9C9C;
    border-radius: 9em;
	opacity: 0.7;
	border: solid 3px transparent;
}
.drop_complete div{
	font-family: 'Euclid Circular B';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin-left: -15px;
	padding: 12px 10px 7px 20px;
	cursor: pointer;
	border-top: 1px solid #E5E4E4;
	border-bottom: 1px solid #E5E4E4;
	height: 50px;
}
.drop_complete div:hover{
	background: #98D5D7;
}
#calendar2_select option{
	font-family: 'Euclid Circular B';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin-left: -15px;
	padding: 7px 10px 7px 15px;
	cursor: pointer;
	border-top: 1px solid #E5E4E4;
	border-bottom: 1px solid #E5E4E4;
	height: 50px;
	width: 100%;
}
#calendar2_select option:hover {
	background: #98D5D7;
}

.product-modal__info div {
    font-size: 21px;
    color: #666;
    text-transform: uppercase;
}

.text_title{margin: 50px 0 50px 0; text-align: center; font-size: 40px; line-height: 50px;	color: #666666;}
.text_title p{font-size: 40px; line-height: 50px;	color: #666666;}

.text_inner{margin: 50px 0 50px 0; text-align: center; font-size: 24px; line-height: 30px;	color: #666666;}
.text_inner p{font-size: 24px; line-height: 30px;	color: #666666;}

.inner_page_green_block{
	display: inline-block;
	background: #98D5D7;
	border-radius: 10px;
	min-height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0 20px;
	font-size: 40px;
}
.inner_page_green_block_error{
	background: #f8bccd;
}
.inner_page_title .inner_page_green_block{
	font-size: 40px;
}

.text_position {
	padding: 20px 18px 0!important;
}

.float_label_position {
	top: 12px;
}

.delivery {
	padding: 50px 0 28px 0;
}

/*.checkout-form {*/
/*	font-size: 80px;*/
/*}*/
@media (max-width: 768px) {
	.street_hand{
		font-size: 16px;
		line-height: 22px;
	}
	.drop_complete{
		top: 57px;
	}
	.drop_complete div,
	#calendar2_select option {
		font-size: 16px;
	}
	.float_label_position {
		top: 8px;
	}
	#sms_another, #sms_timer, #email_timer{
		margin: 0px 15px;
	}
	.text_position {
		padding: 17px 18px 0!important;
	}
	.delivery {
		padding: 30px 0 18px 0;
	}
}

@media (max-width: 480px) {
	.text_title, .text_title p{	font-size: 30px;}
	.inner_page_green_block {    font-size: 30px;}
}

@media (max-width: 460px) {

	#order_delivery_select{font-size: 15px;}

}
@media (max-width: 400px) {

	.product__btn.active{font-size: 16px;}

}
@media (max-width: 375px) {
	.street_hand{
		font-size: 14px;
		line-height: 22px;
	}
	.drop_complete{
		top: 46px;
	}
	#sms_another, #sms_timer, #email_timer{
		margin: 0px 0px;
	}
	.drop_complete div,
	#calendar2_select option {
		font-size: 14px;
	}
	.text_position {
		padding: 17px 13px 0!important;
	}
	.float_label_position {
		top: 6px;
	}
	.delivery {
		padding: 15px 0 16px 0;
	}
}