body {
    background: url(/local/templates/eshop_bootstrap_v4/images/winter-bg-2-50.webp);
    background-image: linear-gradient(rgb(255 255 255 / 5%), rgb(255 255 255 / 5%)), url(/local/templates/eshop_bootstrap_v4/images/winter-bg-2-50.webp);
    background-attachment: fixed;
}


.bx-top-nav-container {
    padding: 0 30px;
    border-radius: 32px;
}

.bx-searchtitle .input-group .btn {
    margin: 0 10px;
}

.btn {
    border-radius: 32px;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #8d5521;
}

.bx-footer-bg {
    background-color: #1f496a;
}


.bx_soc_comments_div.bx_important.bx_green .bx_bt_button {
	background: unset;
	background-color: var(--theme-color-primary);
	text-shadow: unset;
	font-weight: unset;
}

.bx_soc_comments_div.bx_important.bx_green .bx_bt_button:hover{
	background: unset;
	background-color: var(--theme-b-bd-primary-hover);
	text-shadow: unset;
	font-weight: unset;
}

.product-item-info-container {
	margin: 20px 0 10px 0;
}

.product-item-price-current {
	color: #d0021b;
    font-size: 24px;
}

.product-item-small-card {
    border: 1px solid #f1f1f1;
    margin: 5px;
    border-radius: 10px;
}

.product-item-list-col-3 .col-sm-4 {
	width: 32%;
}

.product-item-list-col-4 .col-md-3 {
   width: 23%;
}

.bx-soa-coupon-label{
    padding: 10px 10px 10px 0;
}

.bx-soa-customer-field {
    margin: 20px 10px;
}

.bx-soa-customer-field select {
    word-wrap: normal;
    padding: 12px;
    border-radius: 26px;
}

.catalog-section-list-tile-list .catalog-section-list-item {
    padding: 10px;
}

.form-group {
    margin: 10px 0;
}

@media (max-width: 768px){

	.product-item-list-col-3 .col-sm-4 {
		width: 100%;
	}

	.product-item-list-col-4 .col-md-3 {
	   width: 100%;
	}

}
