/* MENU */

.sf-horizontal .children {
	min-width: 180px;
}

/* HOMEPAGE */

.module-categoryoffer-wrapper h4 {
	padding: 8px;
	border-radius: 8px;
}

a.category-snapshot-name-link.stretched-link {
	font-size: 16px;
	font-weight: 600;
}

/* SINGLE PRODUCT PAGE */

.product-page-middle-1, .product-page-middle-2, .product-page-middle-3 {
	font-size: 1rem;
}

.product-addtocart-wrapper .button-add-to-cart {
	padding: 12px 38px;
	border-radius: 8px;
}

.product-addtocart-wrapper .input-group {
    border-radius: 8px;
}

.product-parameters td:nth-child(2) {
    text-align: left;
}

.column-3-product-layout .position-1-wrapper .js-scroll-productreview {
	justify-content: start;
}

.column-3-product-layout .position-1-wrapper .compare-button-flypage, .column-3-product-layout .position-1-wrapper .product-short-description, .column-3-product-layout .position-1-wrapper .productcategorydescriptionlist-param {
	text-align: left;
}

/*  SORT PAGE / PRODUCTS */

.sort-select select.form-control {
	border-radius: 8px;
}

#stockfilter.side-position {
	border-radius: 8px;
}

.product-filter-module .side-position {
	border-radius: 8px;
}

.product-filter-module .form-control {
	border-radius: 8px;
}

.category-card-body {
	border-radius: 8px;
}

.sortbar {
	padding: 15px;
	border-radius: 8px;
}

.sortbar-bottom.sortbar {
	padding: 20px;
}

.btn-primary {
    border-radius: 8px !important;
}

.product-card-footer .quantity-input {
    border-radius: 8px !important;
}

.product-cart-box {
	border-radius: 8px !important;
}