.custom-category-page {
	padding-top: 40px;
	
}
.content{
	min-height: 100vh;
}
.custom-produkt-view {
	padding-top: 140px;
	min-height: 80vh;
}
.custom-cart {
	padding-top: 120px!important;
	min-height: 95vh;
}
.custom-checkout {
	padding-top: 140px;
}
.woocommerce a.button,.woocommerce .single_add_to_cart_button.button.alt,
.woocommerce .checkout-button.button.alt,.woocommerce button.button.alt {
	font-size: 14px;
	padding: 12px 25px;
	background-color: #0A5A88;
	transition: 0.3s ease all;
	font-weight: 700;
	color: white;
	border-radius: 25px;
	margin: auto;
	display: inline-block;
	transition: 0.3s ease all;
	margin-bottom: 10px;
}
.woocommerce a.button:hover,.woocommerce .single_add_to_cart_button.button.alt:hover,
.woocommerce .checkout-button.button.alt:hover,.woocommerce button.button.alt:hover{
	background-color: #0A293D!important;
	color: white!important;
}
.custom-category-page .product {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.custom-category-page .woocommerce-loop-product__title {
	text-align: center;
	font-weight: 700;
	color: #0A293D;
	
}
.woocommerce .woocommerce-message {
	padding-top: 100px!important;
	display: none;
}

.related.products {
	display: none;
}
.custom-category-page .price  {
	text-align: center;
	font-size: 24px;
}
.custom-category-page .price span{
	font-size: 22px;	
	color: #0A293D;
}

.custom-product-name {
	font-weight: 700;
	font-size: 22px;
	margin-top: 20px;
	color: #0A293D;
}
.price .woocommerce-Price-amount {
	color: #0A293D;

}

.xoo-wsc-product  .xoo-wsc-img-col .xoo-wsc-remove {
	color: transparent;
	position: relative;
	text-indent: -9999px;
}
.xoo-wsc-product  .xoo-wsc-img-col .xoo-wsc-remove:after {
	content: 'x';
/*	position: absolute;*/
	color: red!important;
	font-size: 14px!important;
	  
    float: left;
    font-size: 18px;
    line-height: 16px;
    margin: 0;
    text-indent: 0;
}
.xoo-wsc-subtotal > span {
	display: none!important;
}
.xoo-wsc-subtotal .woocommerce-Price-amount {
	display: block!important;
}