.wd-nav-product-cat .children{
    display: none!important;
}
.fast-links{
    display: flex;
	flex-wrap:wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 40px;
}
.fast-links>div{
    padding-left: 8px;
    padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.fast-links a{
    border-radius: var(--btn-shop-brd-radius);
    color: var(--btn-shop-color);
    box-shadow: var(--btn-shop-box-shadow);
    background-color: var(--btn-shop-bgcolor);
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}
.fast-links a.active{
    border-radius: var(--btn-shop-brd-radius);
    color: var(--btn-shop-color);
    box-shadow: var(--btn-shop-box-shadow);
    background-color: var(--btn-shop-bgcolor);
}

.cart_totals{
	margin-top: 30px;
}
.payment_wrap {margin:10px 0 30px 0}
.payment_wrap:after{content:'';display:table;clear:both;}
.payment_wrap .line{width: 25%;display: block;float: left; height:100px; text-align:center}
.payment_wrap input[type=radio] + label:before,.payment_wrap input[type=radio] + label:after{display:none;}
.payment_wrap input[type=radio] + label {border:1px solid #d9d9d9;border-radius:10px;padding:5px;}
.payment_wrap input[type=radio]:checked + label {border:3px solid #85c14d; background:url(/images/checked.png) no-repeat bottom left;    background-position-y: 85px;
    background-position-x: 5px;}
.payment_wrap input {display:none}
.payment_wrap .line label{text-align:center; cursor:pointer;display:inline-block;}
.payment_wrap .line label img{width: auto;margin: 0 auto;display: block;max-width:100%; margin-bottom:7px;width:150px;height:40px;}
.payment_wrap .line label span{font-size:13px; padding:7px 0; display: block;}
@media (max-width: 991px){
	.payment_wrap .line {
		width: 50%;
		display: block;
		float: left;
		margin-bottom: 20px;
		height: 100px;
		text-align: center;
	}
}
.podrobnee {font-size:11px;color:#00b1ea!important; border-bottom:1px dashed}
.tooltip{position:absolute; z-index:999;left:-9999px; border-radius:5px;visibility: visible;
border:1px solid #fff;width:250px; min-height:50px;background-color:#222;}
.tooltip:before {content:""; display:block; left:-10px; position:absolute; top:25%; border: 5px solid transparent;	border-right: 10px solid #222;width:0;height:0; border-left:0}
.tooltip p{margin:0;color:#fff;padding:10px 20px;} 

.product_meta a+a:before,
.wd-product-cats a+a:before{
	content: ', ';
	display: inline;
}
.woocommerce-product-details__short-description p{
	margin-bottom:0;
}
input.error,
textarea.error{
	border-color:red;
}
.input_error{color:red;}

@media all and (max-width:850px) {
	
	#whatsapp-mob {
	position: fixed;
	bottom: 5px;
	background-image: url(/images/whatsapp-logo.svg);
	background-color: #1ebea4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	cursor: pointer;
	margin-left: 20px;
	margin-bottom: 60px;
	height: 45px;
	width: 140px;
	z-index: 10000;
	border-radius: 25px;
	}
	
	#whatsapp-mob a {
	height: 55px;
	width: 165px;
	display: block;
	}
	#whatsapp-mob1 {
	position: fixed;
	bottom: 5px;
	background-image: url(/images/telegram.svg);
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 76%;
	cursor: pointer;
	margin-left: 155px;
	margin-bottom: 60px;
	height: 45px;
	width: 65px;
	z-index: 10000;
	border-radius: 25px;
	}
	
	#whatsapp-mob1 a {
	height: 45px;
	width: 65px;
	display: block;
	}
}


.alert {
	font-size: 22px;
	color: red;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
	border: 3px solid #f00;
	border-radius: 0px;
	margin: 15px 0;
	padding: 12px;
	font-weight: bold;
}
.alert p {
	margin: 0;
}
.alert>p+p{
	margin:10px 0 0 0
}
.product-grid-item .product-image-link img, .product-grid-item .hover-img img {max-height:250px; width:auto}