#d_quickcheckout .alert{
	position: relative;
}


.checkout-checkout .form-group.qc-coupon,
.checkout-checkout .form-group.qc-voucher {
	display: none !important; 
}

.checkout-cart #accordion{
	display: none !important; 
}










.footer__pay{
	flex-direction: column;
}
.footer__pay > li{
	width: 100%;
}








.prod-variable-items{
	padding-right: 50px;
    padding-left: 0;
}
.prod-variable-item{
	display: block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	/* margin: 0 15px; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.scr1__btn--search{
	display: none;
}


.product-category-59 .prod__categories{
	display: none;
}

.prod__sort{
	justify-content: flex-end;
}


.fv-options-radio .control-label{
	display: none;
}
.fv-options-radio-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.fv-options-radio-list .radio{
	margin: 0;
}
.fv-options-radio-list .radio label{
	height: 40px;
    width: 40px;
    padding-left: 0;
    margin: 5px;
	text-align: center;
}
.fv-options-radio-list .radio input[type=radio]{
	display: none;
}
.fv-options-radio-list .radio .img-thumbnail{
	padding: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 50%;
    overflow: hidden;
}
input:checked + .img-thumbnail{
	border: 2px solid #ec407a !important;
}

.scr1__item--address .scr1__hidden{
	left: 0px;
	width: 260px;
    align-items: flex-start;
}

.scr1__item--address .scr1__hidden .scr1__hidden-wrap{
	margin-left: 10px;
}




.dayprod__clock{
	width: 365px;
}

.dayprod__clock .countSeconds {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 22%;
}
.dayprod__clock .countDays, .dayprod__clock .countHours, .dayprod__clock .countMinutes{
	width: 22%;
}

.brand__title{
	color: #fff;
}

.alert{
	position: fixed;
    width: 100%;
}



.glass-form{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #f5161f;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 700;
    color: #ffffff;
}

.search--page .prod__list > li{
	width: calc((100% - 90px) / 4);
}
.search--page .prod__list > li:nth-of-type(3n) {
    margin-right: 30px;
}
.search--page .prod__list > li:nth-of-type(4n) {
    margin-right: 0;
}










.blog__item{
	width: 100%;
}



.prod__nav .menu > li.current > a{
	background: #FCFAFF;
	color: #9575CD;
}
.prod__nav .sub-menu > li.current > a{
    background: #FCFAFF;
    color: #9575CD;
}





.fv_attribute_group{
	margin-top: 20px;
	max-width: 600px;
}


#form-review{
	margin-top: 20px;
	max-width: 600px;
}

.prod__btn.active svg{
	fill: red;
}

.alert{
	font-size: 16px;
	margin-bottom: 0;
	border-radius: 0;
	padding: 12px 14px 12px 14px;
	z-index: 9999;
}


.scr1__item--address p{
	margin-bottom: 0;
}

@media screen and (max-width: 991px){
	.search--page .prod__list > li{
		width: calc((100% - 20px) / 3);
	}
	.search--page .prod__list > li:nth-of-type(3n){
		margin-right: 0px;
	}
	.scr1__btn--search{
		display: block;
	}
}
@media screen and (max-width: 400px){
	
	.scr_prod-item .prod-item__content{
		width: 100%;
	}
	
	.prod-variable-items{
		padding-right: 0;
	}
	
	.scr1__top-wrap.fixed .scr1__catalog-btn{
		margin-right: 50px;
	}
	.search--page .prod__list > li{
		margin-right: 0;
		width: 100%;
	}
	#prod__slider88 .prod__slider-btns{
		display: none !important;
	}
}