/* SCU */
.bx-blue .basket-item-scu-item:hover,
.bx-blue .basket-item-scu-item.selected,
.bx-blue .basket-item-scu-item.not-available:hover { border-color: #006cc0; }

/* Amount */
.bx-blue .basket-item-amount-filed:hover,
.bx-blue .basket-item-amount-filed:focus { border-color: #006cc0; }

/* BTN */
div.bx-blue .btn.btn-default {
	outline: none;
	border-color: #1485ce;
	background-color: #1485ce;
	color: #fff;
}

div.bx-blue .btn.btn-default:hover {
	outline: none;
	border-color: #53a4d8;
	background-color: #53a4d8;
	color: #fff;
}

div.bx-blue .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


.col-xs-6.col-md-3 {
	width: 200px;
}
.product-item-image-wrapper {
	margin-bottom: 8px!important;
	padding-top: 55%!important;
}
.product-item-title a {
	font-size: 16px!important;
	font-weight: 700!important;
}
.product-item-price-current {
	color: #0203fe!important;
	font-weight: 700!important;
	font-size: 16px!important;
}
.product-item-price-old {
	color: #f42c2c!important;
}

.product-item-info-container.product-item-hidden .btn.btn-default.btn-sm {
	position: absolute!important;
	top: 33px!important;
	left: 10px!important;
	padding: 5px 8px!important;
	z-index: 100;
}
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	outline-color: #0203FE!important;
}
.div.bx-blue .product-item-button-container .btn.btn-default:hover, div.bx-blue  .product-item-button-container .btn.btn-default {
	border-color: #0203FE;
	background-color: #0203FE;
}

@media (max-width: 800px){
	.bx-blue .row {
		/*display: block;*/
		justify-content: center;
		flex-wrap: wrap;
		align-content: center;
	}
	/*.bx-blue .row{*/
	/*	!*display: block;*!*/
	/*}*/
	.product-item-info-container.product-item-hidden .btn.btn-default.btn-sm {
		left: -5px!important;
	}
	.sale-products-gift.bx-blue {
		display: flex;
		justify-content: center;
	}
}
/*.row:after, .row:before{
	display: none!important;
}

 */
@media (max-width: 500px){
	.sale-products-gift.bx-blue {
		display: flex;
		flex-direction: column;
	}
	.product-item-small-card {
		 margin-bottom: 0!important;
	}
	.product-item-info-container.product-item-hidden .btn.btn-default.btn-sm {
		margin-bottom: 1px;
		padding: 2px 7px!important;
		font-size: 10px;
		line-height: 14px;
	}
}