﻿/*=====================================================
    
    CUSTOM STYLES APENDED BY SISTEMI

=====================================================*/

/* Product box */
.item-grid {
    display: flex;
    flex-wrap: wrap;
}

.item-box .product-title {
    max-height:unset;
    line-height: 22px;
}

.item-box .thumb-track {
    padding:0 8px
}

.item-box .thumb-track > div.thumb-item {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 1px dashed #ccc;
    cursor: pointer;
    margin: 0 2px 4px 0;
}

@media (min-width: 1200px) {
    .item-box .thumb-track > div.thumb-item {
    width: 35px;
    height: 35px;
    margin:0;
    }   
}

@media (min-width: 600px) {
    .item-box .details {
        padding: 16px 18px 25px 18px;
    }
}

.item-box .product-item {
    padding: unset;
}

.item-box .details {
    position: unset;
}
.item-box .sku {
    display:unset;
    color: #999;
}
.home-page .spc-categories .item-box .sku {display:none; visibility: hidden; font-size: 0;}

/* Riboni */
.top-right .product-ribbon:before,
.bottom-right .product-ribbon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    right: -6px;
    bottom: 0;
    background: #f3cc2e;
    z-index: 1;
    -o-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.top-left .product-ribbon:before,
.bottom-left .product-ribbon:before {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    right: 6px;
    bottom: 0;
    background: #f3cc2e;
    z-index: 1;
    -o-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

/* Product price*/
.product-price label, .old-product-price label {display:unset; font-size: 18px; vertical-align: baseline;}


/* Footer */
.payments-provdier {
    padding: 0 0 20px;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.payment-method .method-name .payment-logo label img {
    display: none;
    visibility: hidden;
}

/* Cart 3D Products */
.attributes .configurator-preview {
    color: #555;
    font: normal 15px 'Fjalla One', sans-serif;
    text-transform: uppercase;
    display: inline;
    padding-left: 6px;
}

/* SPC */
.spc-categories .product-item {
    padding-bottom: unset!important;
}

.spc-categories .product-item .thumb-track {
    display: none;
    visibility: hidden;
}

/* Cookie Script report */
._CookieScriptReportPageSaveSettingButton {
    padding: 8px 12px;
    background-color: #f3cc2e;
}
._CookieScriptReportVendorName a {
    color: #222222!important;
    text-decoration: underline;
}

/* Topic */
.topic-page .page-body {
    color: #606060;
    text-align: left;
}
.topic-page .page-body a {
    color: #000000;
}
.topic-page .page-body a:hover {
    text-decoration: underline;
}
.topic-page .page-body strong {
    font-weight: 600;
}

.topic-page .page-body h3,
.topic-page .page-body h4 {
    color: #111111;
    font-weight: 600;
}