.breadcrumbs {
    width:100%;
    float:left;
    max-width:var(--max-width);
    background:var(--highlight);
    padding:15px 20px;
    margin-bottom:0px;
}

.categoryNavCaption span {
    width:100%;
    float:left;
    position:relative;
    letter-spacing:-1px;
}

.categoryNavCaption span.overTitle {
    font-size:20px;
}

.categoryNavCaption span.title {
    font-size:35px;
    font-weight:600;
    line-height:1;
}

.catalog-category-view .column.main {
    width:80%;
    padding:0 30px;
}

.catalog-category-view .breadcrumbs {
    margin-bottom:0px;
    padding:40px 0px 0px 10px;
    border-bottom:0px solid var(--main-bg-color);
}

.catalog-category-view #maincontent {
    background:none;
}

.product-image-wrapper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-products .products-grid .product-item {
    background:#fff;
    -webkit-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
    margin-left:calc((100% - 4 * 24.233%) / 3);
    padding:0;
    width:24.233%;
    border:1px solid var(--main-bg-color);
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.page-products .products-grid .product-item:hover .baseColor {
    margin-left:0px;
    opacity:0;
}

.page-products .products-grid .product-item:hover .colorsTitle {
    display:none;
}

.page-products .products-grid .product-item:hover .allColors {
    left:10px;
    opacity:1;
}

.column.main .product-items {
    margin-left:0px;
}

.catalog-category-view .sidebar-additional {
    clear:left;
    float:left;
    width:20%;
    padding-left:0;
    padding-right:0;
    background:#fff;
    margin-left:0px;
    display:table-column;
    -webkit-box-shadow:0px 18px 43px -5px rgba(0,0,0,0.31);
    -moz-box-shadow:0px 18px 43px -5px rgba(0,0,0,0.31);
    box-shadow:0px 18px 43px -5px rgba(0,0,0,0.20);
}

.toolbar-sorter.sorter {
    margin-top:5px;
}

.toolbar span.categoryName {
    float:left;
    font-size:35px;
    font-weight:700;
    letter-spacing:-1px;
    margin-top:10px;
    margin-bottom:10px;
}

.page-products .product-item-info {
    width:100%;
    position:relative;
}

.product.details.product-item-details {
    padding:15px 20px 60px;
    background:#fff;
    margin-top:-6px;
    min-height:140px;
    width: 100%;
    height:auto;
    float:left;
    position:relative;
    border-top:1px solid #e8e5dc;
}

.page-products .products-grid .product-item:hover {
    -webkit-box-shadow:0px 10px 20px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:0px 10px 20px 1px rgba(0,0,0,0.05);
    box-shadow:0px 10px 20px 1px rgba(0,0,0,0.05);
}

.product-item:hover .customiseLabel {
    z-index:99999;
    background:var(--casual-action);
    text-decoration:none;
}

a.action.tocompare {
    display:none!important;
}

.page-layout-2columns-left .columns {
    display:block;
    background:var(--highlight);
    padding:20px;
}

.catalog-category-view .columns {
    padding:0px 0px 0 0;
}

.colorsTitle {
    position:absolute;
    z-index:9;
    top:10px;
    left:31px;
    font-size:1.3rem;
    font-weight:400;
    color:#000;
    background:#fff;
    padding:0px;
    height:25px;
    width:28px;
    border-radius:4px;
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 2px 1px rgba(0,0,0,0.10);
}

.colorsTitle img {
    margin:5px 8px;
}

.page-layout-2columns-left .sidebar-additional {
    position:relative;
}

.categoryNavCaption {
    float:left;
    width:100%;
    display:block;
    margin-bottom:10px;
    padding:35px 25px 0;
}

.toolbar-products {
    margin-bottom:30px;
    margin-top:-5px;
    line-height:1;
    float:left;
    width:100%;
}

.product-image-photo {
    width:360px;
    max-width:360px;
    top:0;
    left:50%;
    margin-left:-180px;
    margin-right:-180px;
}

.product-image-wrapper,.product-image-container {
    height:470px;
}

a.product.photo.product-item-photo {
    display:block;
    position:relative;
}

.category-cms {
    float:left;
    margin-top:30px;
}

.product-item-name {
    margin:0;
}

.productListColors {
    position:absolute;
    z-index:99;
    max-width:60px;
}

.productListColors .baseColor {
    display:block;
    width:25px;
    margin-left:10px;
    margin-top:10px;
    height:25px;
    border-radius:3px;
    border:1px inset rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 2px 1px rgba(0,0,0,0.15);
    -webkit-text-fill-color:white;
    -webkit-text-stroke-width:1px;
    font-size:15px;
    text-align:center;
    line-height:25px;
    font-weight:600;
    -webkit-text-stroke-color:rgba(0,0,0,0.4);
    letter-spacing:-1px;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}

.productListColors .allColors ul {
    padding:0;
    margin:0;
    list-style-type:none;
}

.productListColors .allColors ul li {
    float:left;
    margin-bottom:2px;
}

.productListColors .allColors {
    position:absolute;
    left:0px;
    top:10px;
    display:block;
    opacity:0;
    width:60px;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.productListColors .allColors ul li div {
    display:block;
    float:left;
    width:20px;
    margin-right:2px;
    height:20px;
    border-radius:3px;
    border:1px inset rgba(0,0,0,0.2);
}

.product-item .price-box {
    position:absolute;
    bottom:20px;
    margin:0px;
}

.customiseLabel {
    position:absolute;
    min-width:150px;
    font-size:13px;
    font-weight:600;
    bottom:0px;
    margin-bottom:5px;
    background:var(--nofocus-color);
    color:#fff;
    padding:4px 7px;
    z-index:900;
    text-align:center;
}

strong.product.name.product-item-name {
    font-size:20px;
    line-height:1;
    float:left;
    width:100%;
    color:#000;
    font-weight: 600;
}

.overlay_stamp {
    z-index: 999;
    position: absolute;
    width: 55px;
    height: 70px;
    top: -1px;
    right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

strong.product.name.product-item-name a {
    font-weight:600;
    text-decoration:none;
    letter-spacing:-1px;
}

strong.product.name.product-item-manufacturer a {
    font-size:13px;
    color:var(--nofocus-color);
}

strong.product.name.product-item-manufacturer a:hover {
    text-decoration:none;
}

.product-item .price-box .price-label {
    display:none;
}

.product-item-inner {
    position:absolute;
    right:20px;
    bottom:10px;
}

.product.actions.product-item-actions {
    position:absolute;
    top:-40px;
    right:-5px;
}

.product-item .price-box .price {
    font-weight:600;
    color:var(--casual-action);
    font-size:2rem;
}

strong.product-item-manufacturer {
    float:left;
    width:100%;
    font-weight:300;
    color:var(--nofocus-color);
}


.view-type-technical .product-image-wrapper {
    background-size: 100%;
    margin: auto;
}

ol.products.list.items.product-items {
    float:left;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    width:100%;
    max-width:100%;
    grid-gap:10px;
    margin-bottom:40px;
}

.page-products .products-grid .product-item {
    background:#fff;
    -webkit-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
    padding:0;
    margin:0px!important;
    width:100%!important;
    float:left;
    display:block;
    position:relative;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.product-item-details ul {
    list-style-type:none;
    padding:0;
    margin:0;
    float:left;
    width:100%;
    font-size:12px;
    font-weight:600;
}

.product-item-details ul li {
    float:left;
    margin-right:6px;
    color:#a9a69f;
    margin-bottom:-2px;
}

.product-image-container {
    display:inline-block;
    max-width:100%;
}

.page-products .products-grid .product-item .product-image-container {
    width:100%!important;
}

.sideMenu {
    padding:20px 0;
    float:left;
    width:100%;
}

.sideMenuTitle {
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
    padding-top:20px;
    width:100%;
    float:left;
    border-top:1px solid rgba(0,0,0,0.1);
    color:#000!important;
    text-decoration:none!important;
}

.sideMenuTitle:hover {
    color:var(--casual-action)!important;
}

.sideMenu ul {
    float:left;
    list-style:none;
    padding:0;
    width:100%;
}

.sideMenu ul li {
    width:100%;
    float:left;
}

.sideMenu ul a {
    color:#131313;
    position:relative;
    width:100%;
    float:left;
}

.sideMenu ul a:hover {
    text-decoration:none;
    color:var(--casual-action);
}

.sideMenu ul a .material-icons {
    position:absolute;
    right:10px;
    top:-1px;
    width:10px;
    color:var(--casual-action);
}

.products {
    margin:0px;
}