.myhide{
	display: none !important;
}
.upsell-block{
	background-color: #fff;
	border-top: 1px solid;
	margin: 0 auto;
	display: none;
}
.upsell-box{
	padding: 20px;
}
.upsell-notify{
	padding: 5% 0 0;
}
.upsell-notify .notify-img{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	position: relative;
	top: 0px;
	margin-right: 5px;
}
.upsell-notify-text{
	width: 85%;
	display: inline-block;
	vertical-align: middle;
}
.upsell-block .close-reveal-modal{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/upsell/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
}
.float-l{
	float: left;
}
.inline-block{
	display: inline-block;
	vertical-align: middle;
}
.upsell-product-img{
	width: 20%;
	*width: 26%;
	float: left;
}
.upsell-product-info{
	margin: 0 3%;
	width: 47%;
}
.upsell-product-count{
	width: 21%;
}
.upsell-cart-product-img{
	width: 20%;
}
.upsell-cart-product-info{
	margin: 0 3% 0 0;
	width: 62%;
	*width: 67%;
}
.upsell-cart-product-count{
	width: 30%;
}
.upsell-cart-float-l{
	width: 77%;
	margin-left: 3%;
}
.upsell-block .add-to-cart{
	font-size: 12px;
}
.upsell-block .remove-from-cart{
	font-size: 12px;
	background: rgb(223, 92, 92);
}
.upsell-product-content,
.upsell-cart-product-content
{
	margin: 0 0 5%;
	display: inline-block;
	width: 100%;
}
.upsell-product-name{
	color: grey;
	margin: 0 0 5%;
}
.upsell-product-old-price{
	text-decoration: line-through;
	font-size: 14px;
}
.upsell-product-price,
.subtotal-price
{
	font-weight: bold;
	font-size: 16px;
}
.upsell-cart-content{
	border-bottom: 2px solid rgb(210, 207, 207);
}
.upsell-cart-product-name{
	margin-bottom: 5%;
	font-size: 16px;
}
.cart-text-list{
	font-size: 14px;
	margin-bottom: 2%;
}
.cart-text-list_width{
	width: 57%;
}
.cart-text-separator{
	width: 3%;
}
.cart-text-list_margin{
	margin-left: 5%;
	width: 35%;
}
.upsell-cart-title{
	margin-bottom: 5%;
}
.upsell-cart-content{
	display: none;
	margin-bottom: 15px;
}
.greenCheck{
	width: 20px;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.upsell-content-title{
	margin-bottom: 20px;
	font-weight: bold;
}
.dellivery-section_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.shipping-block input[type="radio"]{
	width: 15px;
	height: 15px;
}
.shipping-block input[type="radio"]+label
{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
}
.shipping-block{
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 10px;
}
.shipping-block label{
	width: 90%;
	font-size: 16px;
}
.dellivery-text-green{
	color: rgb(70, 152, 71);
}
.сontinuebutton .text{
	text-transform: uppercase;
}
.product-qty {
	height: 30px !important;
	padding: 5px 10px !important;
	border: 2px solid rgb(210, 207, 207) !important;
	border-radius: 3px !important;
	font-size: 14px !important;
	width: 100%;
	margin: 0 0 10px 0;
}
.dellivery-section_title__premium	{
	font-style: italic;
	color: rgb(54, 142, 182);
	font-weight: 900;
	background: url(../images/upsell/premium-check.png) 0 0 no-repeat;
	padding-left: 12px;
}
.product-qty::-webkit-input-placeholder {
	color: grey !important;
}
.product-qty:-moz-placeholder { /* Firefox 18- */
	color: grey !important;  
}
.product-qty::-moz-placeholder {  /* Firefox 19+ */
	color: grey !important;  
}
.product-qty:-ms-input-placeholder {  
	color: grey !important;  
}
.upsell-loader{
	display: block;
	margin: 0 auto;
}

input[type=number]::-webkit-outer-spin-button {
	display: none; 
}
input[type=number]::-webkit-inner-spin-button {
	display: none;
}
input[type='number'] {
	-moz-appearance:textfield;
}
input[type=radio   ].dellivery-radio-input:not(old){
	width     : 2em;
	margin    : 0;
	padding   : 0;
	font-size : 1em;
	opacity   : 0;
}

input[type=radio   ].dellivery-radio-input:not(old) + label{
	display      : inline-block;
	margin-left  : -2em;
	line-height  : 1.5em;
}

input[type=radio   ].dellivery-radio-input:not(old) + label > span.input-box{
	display          : inline-block;
	width            : 13px;
	height           : 13px;
	margin           : 0.25em 0.5em 0.5em 0.25em;
	border           : 0.0625em solid rgb(114, 115, 135);
	border-radius    : 12px;
	background       : rgb(224,224,224);
	background-image :    -moz-linear-gradient(rgb(255, 255, 255),rgb(224,224,224));
	background-image :     -ms-linear-gradient(rgb(255, 255, 255),rgb(224,224,224));
	background-image :      -o-linear-gradient(rgb(255, 255, 255),rgb(224,224,224));
	background-image : -webkit-linear-gradient(rgb(255, 255, 255),rgb(224,224,224));
	background-image :         linear-gradient(rgb(255, 255, 255),rgb(224,224,224));
	vertical-align   : bottom;
}

input[type=radio   ].dellivery-radio-input:not(old):checked + label > span.input-box{
	background-image :    -moz-linear-gradient(rgb(202, 230, 254),rgb(122, 188, 253),rgb(202, 230, 254));
	background-image :     -ms-linear-gradient(rgb(202, 230, 254),rgb(122, 188, 253),rgb(202, 230, 254));
	background-image :      -o-linear-gradient(rgb(202, 230, 254),rgb(122, 188, 253),rgb(202, 230, 254));
	background-image : -webkit-linear-gradient(rgb(202, 230, 254),rgb(122, 188, 253),rgb(202, 230, 254));
	background-image :         linear-gradient(rgb(202, 230, 254),rgb(122, 188, 253),rgb(202, 230, 254));
}

input[type=radio].dellivery-radio-input:not(old):checked +  label > span.input-box > span{
	display          : block;
	width            : 3px;
	height           : 3px;
	margin           : 4px;
	border           : 0.0625em solid rgb(2, 19, 38);
	border-radius    : 10px;
	background       : rgb(2, 19, 38);
	background-image :    -moz-linear-gradient(rgb(2, 19, 38),rgb(2, 19, 38));
	background-image :     -ms-linear-gradient(rgb(2, 19, 38),rgb(2, 19, 38));
	background-image :      -o-linear-gradient(rgb(2, 19, 38),rgb(2, 19, 38));
	background-image : -webkit-linear-gradient(rgb(2, 19, 38),rgb(2, 19, 38));
	background-image :         linear-gradient(rgb(2, 19, 38),rgb(2, 19, 38));
}
.upsell-container{
	display: none;
}
.upsell-no-modal .upsell-container{
	display: block;
}
.modal-open{
	overflow: hidden;
}
.modal-open .upsell-block{
	visibility: visible;
	display: block;
	position: relative;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	border-radius: 3px;
	width: 600px;
	margin: 0 auto 20px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.modal-open .upsell-container{
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	overflow-y: auto;
	width: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	display: block;
}

@media (max-width: 680px){
	.upsell-cart-product-info{
		margin: 0;
	}
	.cart-text-list_width {
		/*width: 40%;*/
		width: auto;
	}
	.cart-text-list_margin {
		margin-left: 2%;
		/*width: 56%;*/
		width: auto;
		font-weight: bold;
	}
	.cart-text-separator {
		width: 2%;
	}
	.upsell-block .float-l,
	.upsell-cart-product-name
	{
		width: 90%;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.upsell-cart-product-name,
	.upsell-cart-title
	{
		text-align: center;
		margin: 2% auto 5%;
	}
	.upsell-block .float-l.upsell-product-img{
		width: 60%;
		float: none;
	}
	.upsell-product-info,
	.upsell-content-title
	{
		text-align: center;
	}
	.upsell-product-old-price{
		margin-bottom: 2%;
	}
	.upsell-block .float-l.upsell-product-count{
		width: 80%;
	}
	.shipping-block li{
		margin-bottom: 5px;
	}
	.shipping-block label {
		width: 88%;
	}
	.modal-open .upsell-block{
		max-width: 80%;
	}
	.upsell-product-name{
		margin: 5% 0 5%;
	}
	.modal-open .upsell-container.mob-float-button{
		padding-bottom: 60px;
	}
	.modal-open .upsell-container.mob-float-button .save-upsell-btn{
		position: fixed;
		bottom: 0;
		left: 0;
		min-height: 40px;
		border-radius: 0;
		top: initial;
	}
}
@media only screen and (max-width: 520px){
	.upsell-block .float-l,
	.upsell-cart-product-name
	{
		width: 100%;
	}
}