/*panda*/
.text-danger{color:#f00;padding:10px 0 25px}#typeaccount,#tmd_delivery_address,.hide,.hidden{display:none}.alert{padding:0;margin-bottom:25px;font-size:16px;line-height:24px;font-weight:300}
.top-button{
	position: fixed;
    bottom: 50px;
	right: 25px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    background-color: #6e162d;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;	
	cursor: pointer;
	opacity: 0;
}
.top-button i{
	transform: rotate(180deg);
    display: block;
    margin: auto;
    position: relative;
    top: -2px;	
}
.cart-block__cart-item .remove-block{
	min-width: 55px;
    text-align: center;
}
.cart-block__cart-item .remove-block a{
	font-size: 25px;
    color: #cccccc;
}
#shipping_method_comment input{
	margin-top: 20px;
	display: none;
}
.page-header__nav>ul>li>a>span i{
	font-size: 32px;
}
.filter{
	margin-top: 25px;
}
/* .checkbox input:select~.checkbox__checkmark:after {
    opacity: 1;
} */
.checkbox__checkmark:after{
	background-image: url(../img/check.png);
}
#button-confirm{
	display: none;
}
.cart-block__loading {
	text-align: center;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-top: 80px;
	color: #6e162d;
	line-height: 56px;
	text-transform: uppercase;
    letter-spacing: .025em;
    font-weight: 400;
}
.portmone-logo{
	margin-top: 15px;
	text-align: right;
}
@media screen and (max-width: 767px){
	.portmone-logo{
		text-align: center;
	}
}
.portmone-logo img{
	max-width: 100%;
	width: 250px;
}
img{
  -webkit-user-select: none;
  -moz-user-select: none; 
  -ms-user-select: none;
  user-select: none;
    pointer-events: none;
}

@media screen and (max-width: 1199px){
	.bf-form .filter__item:nth-child(5){
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {
/*
	.bf-form .filter__item:nth-child(5){ */
/*		padding-left: 75px;*/
/*		width: 15%;
		max-width: 15%;
		flex: 0 0 15%;
	}
*/	
	.bf-form .filter__item:nth-child(3) {
		width: 26%;
		max-width: 26%;
		flex: 0 0 26%;
	}
	
	.bf-form .filter__item:nth-child(4) {
		width: 34%;
		max-width: 34%;
		flex: 0 0 34%;
	}
}