/***TABS***/
.bx-ordercart-tabs-block{

}
.del_icon svg{
	width:22px;
	height:22px;
}
.btn-buy{
	margin-top:20px !important;
	width:100% !important;

}
.basket-gifts .btn-buy{
	padding-left:20px !important;
	padding-right:20px !important;
	min-width:100% !important;	
}
.bx_ordercart_order_pay_right .btn-primary{
	display:none !important;
}
.slide-menu-option-1-active .bx-ordercart-tabs-block{
	width: -moz-calc(100vw - 278px);
	width: -webkit-calc(100vw - 278px);
	width: calc(100vw - 278px);
	margin-left: -moz-calc((100vw - 278px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 278px - 100%) / -2);
	margin-left: calc((100vw - 278px - 100%) / -2);
}

.slide-menu-option-2 .bx-ordercart-tabs-block{
	width: -moz-calc(100vw - 72px);
	width: -webkit-calc(100vw - 72px);
	width: calc(100vw - 72px);
	margin-left: -moz-calc((100vw - 72px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 72px - 100%) / -2);
	margin-left: calc((100vw - 72px - 100%) / -2);
}

.page-container .bx-ordercart-tabs-block,
.slide-menu-option-1-active .page-container .bx-ordercart-tabs-block,
.slide-menu-option-2 .page-container .bx-ordercart-tabs-block{
	width: auto;
	margin-left: -61px;
	margin-right: -61px;
}

.bx-ordercart-tabs-scroll{
	position: relative;	
}

.bx-ordercart-tabs-scroll .owl-prev,
.bx-ordercart-tabs-scroll .owl-next{
	width: 64px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 200;
	cursor: pointer;
}

.bx-ordercart-tabs-scroll .owl-prev.disabled,
.bx-ordercart-tabs-scroll .owl-next.disabled{
	display: none;
}

.bx-ordercart-tabs-scroll .owl-prev{
	left: 0;
	background: -moz-linear-gradient(right, rgba(241, 246, 247, 0) 0px, whitesmoke 44px, whitesmoke 44px);
	background: -webkit-linear-gradient(right, rgba(241, 246, 247, 0) 0px, whitesmoke 44px, whitesmoke 44px);
	background: linear-gradient(to left, rgba(241, 246, 247, 0) 0px, whitesmoke 44px, whitesmoke 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='whitesmoke', endColorstr='#00f1f6f7', GradientType=1);
}

.bx-ordercart-tabs-scroll .owl-next{
	align-items: flex-end;
	right: 0;	
	background: -moz-linear-gradient(left, rgba(241, 246, 247, 0) 0px, whitesmoke 44px, whitesmoke 44px);
	background: -webkit-linear-gradient(left, rgba(241, 246, 247, 0) 0px, whitesmoke 44px, whitesmoke 44px);
	background: linear-gradient(to right, rgba(241, 246, 247, 0) 0px, whitesmoke 44px, whitesmoke 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='whitesmoke', GradientType=1);
}

.bx-ordercart-tabs-scroll .owl-prev i,
.bx-ordercart-tabs-scroll .owl-next i{	
	font-size: 16px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .bx-ordercart-tabs-scroll .owl-prev:hover i,
.bx-touch .bx-ordercart-tabs-scroll .owl-prev:active i,
.bx-no-touch .bx-ordercart-tabs-scroll .owl-next:hover i,
.bx-touch .bx-ordercart-tabs-scroll .owl-next:active i{
	color: #e01f2e;
}

.bx-ordercart-tabs-list{	
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-bottom:5px;
}

.bx-ordercart-tabs-list:after{	
	display: table;
	clear: both;
	content: "";
}

.bx-ordercart-tab{
	height: 56px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px;
	position: relative;	
	color: #3d4b52;
	white-space: nowrap;	
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	cursor: pointer;
}

.bx-no-touch .bx-ordercart-tab:hover,
.bx-touch .bx-ordercart-tab:active{
	color: #e01f2e;
}

.bx-ordercart-tab:after{	
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #e01f2e;
}

.bx-ordercart-tab.active:after{
	height: 2px;
}

.bx-ordercart-tab-count {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 11px;
    color: #6e858a;
    line-height: 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #d0e0e3;
    padding: 2px 6px 2px;
    margin-top: -2px;
}

.basket-item-td.basket-item-item.imaged {
    padding-left: 0;
}

.basket-item-td.basket-item-item.imaged img {
    width: 240px;
    max-width: max-content;
}

.bx-ordercart-tab-buttons{
	display: flex;
	justify-content: flex-end;
}

.bx-ordercart-tab-button{
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	white-space: nowrap;
}

.bx-ordercart-tab-button:link,
.bx-ordercart-tab-button:visited{
	text-decoration: none;
}

.bx-ordercart-tab-button > i{
	padding-right: 12px;
	font-size: 21px;
	color: #b2c7cb;
}

.bx-ordercart-tab-button > span{	
	color: #263238;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	font-weight:500;
	font-size:15px;
}
.bx-ordercart-tab{
	font-weight:500;
	font-size:15px;	
}
.bx-no-touch .bx-ordercart-tab-button:hover > span,
.bx-touch .bx-ordercart-tab-button:active > span{
	color: #e01f2e;
}

/***MESSAGE***/
.bx-ordercart-message{
	margin-bottom: 32px;
}

/***BASKET_ITEMS***/
.basket-items{
	width: 100%;
	display: table;
	/*border-bottom: 1px solid #e3ecef;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.basket-item-tr{
	display: table-row;	
}

.basket-item-td{
	display: table-cell;
	vertical-align: middle;
	padding: 10px 23px;	
	color: #3d4b52;
	text-align: right;	
	white-space: nowrap;
}

.basket-item-thead .basket-item-td{
	padding-top: 18px;
	padding-bottom: 19px;	
	background-color: whitesmoke;
}

.basket-item-sep{
	width: 1px;	
	padding: 0;	
	/*background-color: #e3ecef;*/
}

.basket-item-thead .basket-item-sep{
	background-color: whitesmoke;
}
.basket-item-sum{
	padding-right:0 !important;
}

.basket-item-item{
	text-align: left;
	white-space: normal;
}

.basket-item-thead-amount,
.basket-item-amount{
	text-align: left;
}

/***IMAGE***/
.basket-item-image-container{
	width: 180px;
	display: table-cell;
	vertical-align: middle;
}

.basket-item-image{
	width: 180px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.basket-item-image > img{
	max-width: 180px;
	height: auto;
}

.basket-item-info{
	display: table-cell;
	vertical-align: middle;
	padding-left: 18px;
}

/***ARTICLE***/
/***OBJECT***/
.basket-item-article,
.basket-item-object{
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

/***TITLE***/
.basket-item-title > a:link,
.basket-item-title > a:visited{
	color: #333;
	font-size:16px;
	font-weight:500;
	text-decoration: none;
}

.bx-no-touch .basket-item-title > a:hover,
.bx-touch .basket-item-title > a:active{
	color: #e01f2e;
}

/***PROPS***/
.basket-item-prop{
	display: block;
	margin-top: 4px;
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

/***SKU_PROPS***/
.basket-item-sku-prop{
	margin-top: 12px;
}

.basket-item-sku-title{
	color: #263238;
}

.basket-item-sku-list{	
	margin: 2px 0 0 -6px;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

/***SKU_PROPS_PICT***/
.basket-item-sku-item-color,
.basket-item-sku-item-text{
	float: left;
	margin-left: 6px;
	margin-top: 6px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.basket-item-sku-item-color{
	width: 36px;
	height: 36px;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.basket-item-sku-item-color.notallowed{
	background-color: whitesmoke !important;
}

.basket-item-sku-item-color:before,
.basket-item-sku-item-color:after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.basket-item-sku-item-color:before{	
	content: none;
	border: 4px solid transparent;	
}

.bx-no-touch .basket-item-sku-item-color:hover:before,
.bx-touch .basket-item-sku-item-color:active:before,
.basket-item-sku-item-color.selected:before{
	content: "";
	border-color: #fff;
}

.basket-item-sku-item-color:after{	
	content: "";
	border: 2px solid #e3ecef;	
}

.bx-no-touch .basket-item-sku-item-color:hover:after,
.bx-touch .basket-item-sku-item-color:active:after{	
	border-color: #78909c;
}

.basket-item-sku-item-color.selected:after,
.bx-no-touch .basket-item-sku-item-color.selected:hover:after,
.bx-touch .basket-item-sku-item-color.selected:active:after{
	border-color: #e01f2e;
}

/***SKU_PROPS_TEXT***/
.basket-item-sku-item-text{
	padding: 8px 15px 7px;
	color: #263238;	
	border: 2px solid #e3ecef;
}

.bx-no-touch .basket-item-sku-item-text:hover,
.bx-touch .basket-item-sku-item-text:active{
	color: #263238;
	border-color: #78909c;
	background: #e3ecef;
}

.basket-item-sku-item-text.selected,
.bx-no-touch .basket-item-sku-item-text.selected:hover,
.bx-touch .basket-item-sku-item-text.selected:active{

	border-color: #e01f2e;
	background: #fff;
}

/***PRICE***/
.basket-item-discount-percent{
	font-size: 14px;
	color: #e01f2e;
	line-height: 17px;
}

.basket-item-old-price{
	font-size: 14px;
	color: #78909c;
	text-decoration: line-through;
	line-height: 17px;
}

.basket-item-discount{
	/*font-size: 14px;
	color: #e01f2e;
	line-height: 17px;*/
}
#col_SUM{
	padding-right:0;
}
/***QUANTITY***/
.basket-item-amount{	
	display: table;	
}

.basket-item-amount + .basket-item-amount{
	margin-top: 12px;
}

.basket-item-amount-btn-minus,
.basket-item-amount-input,
.basket-item-amount-btn-plus,
.basket-item-amount-measure{
	display: table-cell;
	vertical-align: middle;
}
.basket-item-amount-measure{
	display:none !important;
}
.basket-item-amount-btn-minus:link,
.basket-item-amount-btn-minus:visited,
.basket-item-amount-btn-plus:link,
.basket-item-amount-btn-plus:visited{
	width: 36px;
	height: 36px;
	color: #78909c;
	text-align: center;
	text-decoration: none;	
	background: whitesmoke;
}

.basket-item-amount-btn-minus{
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.basket-item-amount-btn-plus{
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.bx-no-touch .basket-item-amount-btn-minus:hover,
.bx-touch .basket-item-amount-btn-minus:active,
.bx-no-touch .basket-item-amount-btn-plus:hover,
.bx-touch .basket-item-amount-btn-plus:active{
	color: #e01f2e;
	background: #e3ecef;
}

.basket-item-amount-input{	
	width: 48px;	
	height: 36px;	
	padding: 0;
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;	
	color: #263238;
	text-align: center;	
	border: none;
	-webkit-appearance: none;
	background: whitesmoke;
}

.basket-item-amount-input:focus{
	outline: none;
}

.basket-item-amount-measure{
	padding-left: 12px;
}

.basket-item-amount-measure,
.basket-item-quantity{
	color: #263238;
	white-space: nowrap;
}

/***CONTROLS***/
.basket-item-controls{
	display: table;
	/*position: absolute;*/
	right: 24px;
	top: 20px;
}

.basket-item-control:link,
.basket-item-control:visited{
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}

.basket-item-control + .basket-item-control{
	padding-left: 13px;
}

.basket-item-control i{
	font-size: 18px;
	color: #ddd;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .basket-item-control:hover i,
.bx-touch .basket-item-control:active i{
	color: #e01f2e;
}

/***TOTAL***/
.basket-item-total-title{
	font-size: 14px;
	color: #6e858a;
	line-height: 17px;
}

.basket-item-total-val{
	
	font-size: 20px;	
	color: #000;
	line-height: 24px;
}

/***COUPON***/
/***ORDER***/
.bx_ordercart_order_pay{
	margin-top: 18px;
	margin-bottom:70px;
}

.bx_ordercart_order_pay_left{
	float: left;
}

.bx_ordercart_order_pay_right{
	float: right;
}

/***COUPON***/
.bx_ordercart_coupon{
	display: table;
}

.bx_ordercart_coupon + .bx_ordercart_coupon{
	margin-top: 12px;
}

.bx_ordercart_coupon input{
	width: 218px;
	height: 36px;
	float: left;
	padding: 0 13px;
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;	
	color: #78909c;
	line-height: 34px;
	border: 1px solid #d0e0e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	background: none;
}

.bx_ordercart_coupon .btn{
	width: 40px;
	height: 36px;
	float: left;
	margin-left: 12px;
	padding: 0;
}

.bx_ordercart_coupon .btn i{
	padding-right: 0;	
}

.bx_ordercart_coupon_note,
.bx_ordercart_coupon_close_container{
	display: table-cell;
	vertical-align: middle;
	margin-bottom:20px;
}

.bx_ordercart_coupon_note{
	width: 218px;
	padding: 6px 11px;
	font-size: 14px;
	color: #3d4b52;
	line-height: 17px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.bx_ordercart_coupon_note.good{
	background-color: #e1ecc9;
}

.bx_ordercart_coupon_note.bad{
	background-color: #f2e2e1;
}

.bx_ordercart_coupon_note.disabled{
	background-color: #e3ecef;
}

.bx_ordercart_coupon_close_container{
	padding-left: 12px;
}

.bx_ordercart_coupon_close{
	width: 15px;
	height: 15px;
	display: block;
	position: relative;
	cursor: pointer;
}

.bx_ordercart_coupon_close:before,
.bx_ordercart_coupon_close:after{
	width: 1px;
	height: 15px;
	position: absolute;
	right: 7px;
	top: 0;
	content: "";
	background-color: #78909c;
}

.bx_ordercart_coupon_close:before{
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bx_ordercart_coupon_close:after{
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bx-no-touch .bx_ordercart_coupon_close:hover:before,
.bx-touch .bx_ordercart_coupon_close:active:before,
.bx-no-touch .bx_ordercart_coupon_close:hover:after,
.bx-touch .bx_ordercart_coupon_close:active:after{
	background-color: #e01f2e;
}

/***ORDER***/
.bx_ordercart_order_pay_right > *{
	float: left;
	line-height: 34px;
}

.bx_ordercart_order_pay_right > * + *{
	margin-left: 12px;
}

.bx_ordercart_order_pay_right input{
	padding: 0 !important;
}

/***GIFTS***/
.basket-gifts{
	margin-top: 46px;
	background:#fff;
}

/***PHONES***/
@media(max-width: 991px){
	.bx-ordercart{
		margin-top: -32px;
	}
	
	/***TABS***/
	.bx-ordercart-tabs-block,	
	.slide-menu-option-1-active .bx-ordercart-tabs-block,
	.slide-menu-option-2 .bx-ordercart-tabs-block,	
	.page-container .bx-ordercart-tabs-block,	
	.slide-menu-option-1-active .page-container .bx-ordercart-tabs-block,
	.slide-menu-option-2 .page-container .bx-ordercart-tabs-block{
		width: unset;
		margin: 0 -18px 21px;
	}

	.bx-ordercart-tabs-scroll{
		margin: 0 -18px;
	}
	
	.bx-ordercart-tabs-scroll .owl-prev{	
		padding-left: 18px;
	}

	.bx-ordercart-tabs-scroll .owl-next{	
		padding-right: 18px;
	}
	
	/***BASKET_ITEMS***/
	.basket-items{
		width: auto;
		display: block;
		margin-top: -21px;
		border: none;		
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		overflow: visible;
	}

	.basket-item-tr{
		width: -moz-calc(100% + 36px);
		width: -webkit-calc(100% + 36px);
		width: calc(100% + 36px);		
		display: table;	
		margin-left: -18px;
		margin-right: -18px;
		padding: 18px;		
		position: relative;
		border-bottom: 1px solid #e3ecef;
	}

	.basket-item-tr[data-entity="row"]{
		padding-top: 0;
	}

	.basket-item-td{
		padding: 0;
	}

	.basket-item-sep{		
		position: static !important;
		background: none;
	}
	
	.basket-item-item{		
		width: 100%;
		display: table-caption;
		padding: 18px 18px 12px;		
	}

	/***IMAGE***/
	.basket-item-image-container{
		width: 80px;
		vertical-align: top;
	}
	
	.basket-item-image{
		width: 80px;
		height: 80px;		
	}

	.basket-item-image > img{
		max-width: 80px;		
	}

	.basket-item-info{		
		vertical-align: top;
		padding-left: 12px;
	}

	/***QUANTITY***/
	.basket-item-quantity{
		text-align: left;
	}
	
	/***CONTROLS***/
	.basket-item-controls{		
		right: 15px;
		top: 18px;
	}
	
	/***COUPON***/	
	.bx_ordercart_order_pay_left,
	.bx_ordercart_coupon{
		width: 100%;
	}
	
	.bx_ordercart_coupon input{
		width: -moz-calc(100% - 52px);
		width: -webkit-calc(100% - 52px);
		width: calc(100% - 52px);
	}

	.bx_ordercart_coupon_note{
		width: auto;
	}

	.bx_ordercart_coupon_close_container{
		width: 52px;
	}

	/***ORDER***/
	.bx_ordercart_order_pay_right{
		width: 100%;
		float: left;
		margin-top: 18px;
	}
	
	.bx_ordercart_order_pay_right .btn{
		width: 100%;
	}

	.bx_ordercart_order_pay_right > * + *{
		margin-left: 0;
		margin-top: 12px;
	}

	/***GIFTS***/
	.basket-gifts{
		margin-top: 14px;
	}
}

/***PRINT***/
@media print {
	.basket-items{
		border: none;
	}

	.basket-item-title > a[href]:after{
		content: none;
	}

	.basket-item-sku-prop,
	.basket-item-sku-prop + .basket-item-sku-prop{
		margin: 0;
	}

	.basket-item-sku-title,
	.basket-item-sku-list{
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	.basket-item-sku-title:after{
		content: ":";
	}

	.basket-item-sku-item-color{
		width: auto;
		height: auto;
	}

	.basket-item-sku-item-color,
	.basket-item-sku-item-text{
		float: none;
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 18px;
	}
	
	.basket-item-sku-item-color:not(.selected),
	.basket-item-sku-item-text:not(.selected){
		display: none;
	}
	
	.basket-item-sku-item-color:before,
	.basket-item-sku-item-color:after{
		position: static;
		border: none;
	}

	.basket-item-sku-item-color:before{
		content: none;
	}

	.basket-item-sku-item-color.selected:after{
		content: attr(data-sku-name);
	}

	.basket-item-amount-input{
		border: none;
	}

	.basket-item-amount-measure{
		padding: 0;
	}
}
.alert-danger-basket {
	color: red;
	font-size: 0.9em;
}
.button_print{
	display:none !important;
}
.btn-coupon{
	line-height:36px !important;
	min-width:130px !important;
}
@media(max-width:768px){
	.btn-buy{
		margin-left:0px !important;
		margin-top:20px !important;		
		margin-bottom:20px !important;
	}	
	.btn-coupon{
		margin-left:0px !important;
		margin-top:5px !important;
	}
}

.product-item-blocks, .product-item-hidden, .product-item-markers{
	display:none !important;
}
.product-item-image-wrapper, .product-item-button-container{
	display:flex;
	justify-content:center;
	width:100%;
}
.product-item-button-container div{
	width:100%;	
}
.product-item-title{
	text-align:center;
	margin:10px 0px;
	padding:10px 0px;	
	height:80px;
	overflow:hidden;
}
.product-item-title a{
	font-size:16px;

}
.product-item-button-container .btn{
	    margin-left: 0 !important;
}
.basket-gifts{
	padding-top:40px;
}

.warning{
	background-color: #f6eec7;
	font-size: 15px;
	font-weight: 500;
}
.alert_quantity {
max-width: 144px;
white-space: initial;
	color:#e01f2e;
	font-size:13px;
	margin:5px 0px 5px	
}

.auth_block_cart{
	border-left:2px solid #e01f2e;
	padding-left:10px;
	line-height:1.5;
	margin:0px 0px 20px;
}
.auth_block_cart span{font-weight:600;}
.auth_block_cart a{border-bottom:1px solid #e01f2e}
.auth_block_cart a:hover{text-decoration:none;}

#basket_items_list{
	display:flex;
	justify-content:space-between;
}
.bx_ordercart_order_pay{

top: 30px;

width: 360px;
min-width:360px;
background: #fff;

margin-left: 15px;
margin-top: 0px;	
}
.order_cart_pay_info{
border-radius: 5px;
border: 2px solid #f5f5f5;
padding: 25px 15px;
width:100%;	
}
.right_title {
  font-size: 26px;
  font-weight: 500;
}
.kgt_str{
	font-weight:700;
	margin:20px 0px;
}
.bx_ordercart_order_sum {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}
table {
  border-collapse: collapse;
}
.custom_t1 {
  font-size: 13px;
  font-weight: 500;
  line-height:2;
}
.custom_t2 {
  font-size: 16px;
  font-weight: 600;
  line-height:2;
}
.custom_t2 {
  text-align: right;
}
.set_gift{
	font-weight:700;
	margin-top:20px;
	cursor:pointer;
	
}
.basket-item-tr:last-child{
	display:none;
}
.row-flex{
	display:flex;
	justify-content:space-between;
	width:calc(100% - 360px);
	align-items:center;
}
.top-line-kgt{
	font-weight:700;
	color:#e01f2e;/*000000;*/
	cursor:pointer;
	position: relative;
}
.bx-ordercart-tab-count{
	background:#e01f2e;
	color:#fff;
}
.bx_ordercart_order_pay_right{
	width:100%;
}
.popup_block{
	background:#fff;
	padding:20px;
margin: -30px 0 0;
/*padding-top: 30px;*/
position:relative;
}
.title .title_text{
	position:relative;
	top:-12px;
}
.popup_block .title{
	padding: 5px 30px 15px;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	position:relative;
	
}
.basket-gifts .box-modal_close{
	position:absolute;
	right:5px !important;
	top:0px !important;
	width:30px !important;
	height:30px !important;
background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='%23626262' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4167 10.4671L17.8914 17.9418L18.7753 17.0579L11.3006 9.58322L18.7753 2.10849L17.8914 1.22461L10.4167 8.69934L2.94199 1.22461L2.05811 2.10849L9.53283 9.58322L2.05811 17.0579L2.942 17.9418L10.4167 10.4671Z'/%3E %3C/svg%3E") no-repeat 50%;	
}
.popup_block .product-item-container.hover .product-item{
	position:static !important;
}
.popup_block .product-item-image > img{
	max-width:100%;
}
.product-item-row{
	margin-left:10px;
	margin-right:10px;
}
.product-item{
	padding:10px !important;
}
.product-item-info{
	display:flex;
}

.stolltip-res {
    font-size: 12px;
    color: #222222;
    line-height: 1;
    white-space: nowrap;
    top: -41px;
    left: 210px;
	
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 14px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #FFF;
    z-index: 20000;
    text-align: center;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;	
 
}
.stolltip-res::before {
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    background-color: #FFF;
    bottom: -3px;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.add_install{
	color:gray;
	cursor:pointer;
	margin-top:15px;
	border-bottom:1px dashed gray;
	display:inline-block;
}
.add_install.active{
	cursor:hand;
	font-weight:bold;
	border:none;
}
.itog_row{
	padding-top:15px;
}
.tab_tex{
	display:flex;
	align-items:center;
}
.top-line-kgt{
	margin-left:15px;
	position:relative;
	top:-2px;
}


.basket-item-td.basket-item-sum, [data-entity="price-current"] {
    font-size: 16px;
    font-weight: 500;
}
.hidden-xs.hidden-sm.basket-item-tr.basket-item-thead div {
    font-size: 16px;
    font-weight: 500;
}
.basket-items-wrap{
	flex-grow:1;
}

span#PRICE_WITHOUT_DISCOUNT {
    font-weight: 600;
    font-size: 14px;
}
span#DISCOUNT_PRICE_ALL_FORMATED {
    font-size: 14px;
    font-weight: 600;
}
td.custom_t1.fwb.itog.itog_row {
    font-size: 15px;
    font-weight: 600;
}
@media(max-width:767px){
.hidden-print.bx-ordercart-tabs-block {
    margin: 0 auto;
    margin-top: 40px !important;
    margin-bottom: 40px;
}
.hidden-print.bx-ordercart-tabs-block>.row-flex {
    width: auto;
}
div#basket_items_list {
    display: block;
}
.hidden-print.bx_ordercart_order_pay {
    margin: 0 auto;
    width: 100%;
	margin-top: 15px;
}
.popup_block .title {
    line-height: 23px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.basket-gifts .box-modal_close {
    top: 28px !important;
}
.title .title_text {
    top: 0;
}
.row.product-item-row>div:last-of-type {
    padding-bottom: 40px;
}
.basket-item-image-container {
    display: block;
    width: 100%;
}
.basket-item-image {
    text-align: center;
    width: 100%;
    display: block;
    height: 100%;
    padding-bottom: 15px;
}
.bx_ordercart_order_pay {
    min-width: 100%;
}
}
td.custom_t1.fwb.itog.itog_row_new {
    color: #e01f2e;
    padding-top: 15px;
    font-size: 11px;
}
td.custom_t1.fwb.itog.itog_row {
    width: 56%;
}
span.action.green {
    line-height: 20px;
    padding-top: 15px;
    font-size: 11px;
    font-weight: 500;
}