/**
 * Custom Series List
 * -----------------------
 * Coilover Series and Series Items in same template
 */

.series-item {
    background-color: #f4f4f4;
    border-bottom: 2px solid #e6e6e6;

    -webkit-transition: border-color 230ms ease;
    -moz-transition: border-color 230ms ease;
    -ms-transition: border-color 230ms ease;
    -o-transition: border-color 230ms ease;
    transition: border-color 230ms ease;
}

.series-item:hover {
    border-color: var(--theme-gold);
}

.series-item .series-item__image {
    border: 1px solid #c2c2c2;
}

.series-item .series-item__name {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
}

.series-item .series-item__name .series {
    color: var(--theme-gold);
}

.series-item .series-item__desc .mobile button {
    font-size: 11px;
    padding: 1px 15px;
    font-weight: 400;
    border-radius: 4px;
}

.series-item .series-item__desc .desktop .show-extra-content {
    padding: 1px 14px;
    font-size: 12px;
    font-weight: 400;
}

.series-item .series-item__price {
    font-weight: 700;
    line-height: 1.2;
}

.series-item .series-item__price .price-title {
    font-weight: 400;
}

.series-item .series-item__price .incl-vat {
    font-size: 1.4em;
    color: var(--theme-gold);
}

.series-item .series-item__price .excl-vat {
    font-size: .7em;
    color: #9c9c9c;
}

.series-item .series-item__price .kit-link a{
    padding: 8px 27px;
    font-size: 14px;
}

.series-item .series-item__prod-list {
    overflow: hidden;
}

.series-item .series-item__prod-list .count {
    border-left: 1px solid var(--theme-gold);
    padding: 10px;
    font-size: 13px;
    background-color: #e7e7e7;
    -webkit-transition: transform 350ms ease;
    -moz-transition: transform 350ms ease;
    -ms-transition: transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transform: translateX(100%);
}

.series-item:hover .series-item__prod-list .count {
    transform: translateX(0);
}

.kit-mobile-modal .modal-content {
    border: 2px solid var(--theme-gold);
    padding: 20px;
    background: rgb(237,238,241);
    background: linear-gradient(0deg, rgba(237,238,241,1) 0%, rgba(255,255,255,1) 100%);
}

.kit-mobile-modal .modal-content .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.kit-mobile-modal .modal-content .modal-title .series {
    color: var(--theme-gold);
}

.kit-mobile-modal .modal-content .modal-body {
    font-size: 13px;
}


.kit-selected-nag {
    position: absolute;
    border: 2px var(--theme-gold) solid;
    background-color: #ffffff;
    padding: 10px 47px;
    border-radius: 3px;
    display: inline-block;
    color: #212529;
    font-weight: 700;
    z-index: 99;
    transform: translateY(-530%);
    opacity: 1;
    -webkit-transition: opacity 2350ms ease;
    -moz-transition: opacity 2350ms ease;
    -ms-transition: opacity 2350ms ease;
    -o-transition: opacity 2350ms ease;
    transition: opacity 2350ms ease;
}

.kit-selected-nag:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-top: solid 10px var(--theme-gold);
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;   
}

.kit-preselected {
    border: 2px solid var(--theme-gold);
    box-shadow: 2px 7px 10px #ecdfc9;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .productInfo .product-kit-image {
        padding-bottom: 80%;
    }
}

@media (min-width: 768px) {
    .series-item .series-item__name {
        font-size: 2em;
        text-align: left;
    }

    .series-item .series-item__price .incl-vat {
        font-size: 2.2em;
    }

    .series-item .series-item__price .excl-vat {
        font-size: 1em;
    }

    .series-item .series-item__price .kit-link a{
        padding: 10px 30px;
        font-size: 15px;
    }

    .kit-selected-nag {
        transform: translateY(-430%);
    }
}

@media (min-width: 992px) {
    .series-item .series-item__name {
        font-size: 2.4em;
    } 

    .kit-selected-nag {
        transform: translateY(-500%);
    }
}

/* DANS STYLES */

/* Resets to just get the page setup correctly */
/* .breadcrumbs { display: none !important; }
.page-main { max-width: 100%; padding: 0; }
.page-header { margin-bottom: 0; } */


/* New generic styling */
.container-wide { padding-left: 15px; padding-right: 15px; width: 100%; max-width: 1500px; margin-left: auto; margin-right: auto; }
.container-wide img { height: auto; }
@media (min-width: 1200px) {
    .container-wide { padding-left: 30px; padding-right: 30px; }
}

.fitmentBar { text-transform: uppercase; padding: 30px 0; text-align: center; }
.fitmentBar h1 { font-weight: 900; font-size: 26px; margin-bottom: 30px; }
.fitmentBar h1 > span { color: var(--theme-gold); display: block; font-size: 0.5em; }
.fitmentSelected { text-align: center; }
.fitmentSelected p { font-weight: 900; font-size: 15px; color: #c1c1c1; margin: 0; }
.fitmentSelected h2 { font-weight: 900; font-size: 28px; margin-bottom: 15px; }
.fitmentSelected h2 > span { color: var(--theme-gold); }
.fitmentSelected ul { text-align: center; font-size: 11px; margin: 0 -12px; }

@media (min-width: 768px) {
    .fitmentBar h1 { font-size: 36px; }
    .fitmentSelected p { font-size: 18px; }
    .fitmentSelected h2 { font-size: 35px; }
    .fitmentSelected ul { text-align: left; font-size: 15px; margin: 0; }
}
@media (min-width: 992px) {
    .fitmentBar h1 { font-size: 46px; }
    .fitmentBar { text-align: left; }
    .fitmentSelected { text-align: right; }
    .fitmentSelected h2 { font-size: 42px; }
}

.productThumbnails { padding-top: 10px; }
.productThumbnails > div { padding-bottom: 10px; }
.productInfoBox { background-color: #f4f4f4; color: #535353; padding: 5px; }
.productInfoBox > div { padding: 30px 0; margin: 0 20px; }
.productInfoBoxType { text-align: center; }
.productInfoBoxType a { text-transform: uppercase; line-height: 1; display: block; font-size: 0.9em; }
.productInfoBox .pib-Intro { margin: 0; padding-left: 20px; padding-right: 20px; background: #fff; font-weight: 900; font-size: 16px; line-height: 1; text-transform: uppercase; color: var(--theme-gold); text-align: center; }
.pib-Border { border-bottom: 1px solid; }
.productInfoBox h4 { line-height: 1.1; font-weight: 900; font-size: 18px; text-transform: uppercase; }
.productInfoBox a { color: var(--theme-gold); }
.pib-Circle { font-weight: 900; font-size: 22px; color: var(--theme-gold); background-color: #535353; text-align: center; width: 62px; height: 62px; line-height: 62px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.pib-CircleUnit { font-weight: 900; font-size: 12px; text-align: center; margin: 0; }
.pib-Desc p:last-of-type { margin-bottom: 0; }


.pib-Price .custom-price-display .price,
.pib-Price .incl-vat + .excl-vat:before,
.pib-Price .custom-price-display .incl-vat + .excl-vat .price { font-size: inherit; }

.pib-Price .custom-price-display .incl-vat { font-size: 30px; font-weight: 900; color: var(--theme-gold); }
.pib-Price .custom-price-display .excl-vat { font-size: 12px; font-weight: 900; color: #9c9c9c; }

.pib-Sku { font-size: 1.2rem; font-weight: 700; color: #9c9c9c; text-transform: uppercase; line-height: 1.1; }
.pib-Sku > div { padding-top: 3px; padding-bottom: 3px; }
.pib-Sku span { color: #535353; }

.pib-Buttons .action.primary { text-transform: uppercase; padding: 12px 40px; }
.pib-Buttons .action.primary.seeoptions { background-color: #919191; border-color: #919191; padding: 10px 12px; font-size: 10px; }
.pib-Buttons .action.primary.seeoptions:hover { background-color: #888888; color: #fff; border-color: #888888; }

.custom-price-display .previous-price {
    font-size: 20px;
    color: var(--theme-gold);
    opacity: .6;
    text-decoration: line-through;
}

@media (min-width: 576px) {
    .productInfoBoxType { text-align: left; }
    .pib-Sku { font-size: 1.4rem; }
    .pib-Buttons .action.primary.seeoptions { padding: 12px 20px; font-size: 1.4rem; }
}

@media (max-width: 575.98px){
    .productInfoBox .pib-Buttons .action.tocart.primary {
        font-size: 12px;
        padding: 13px 18px;
    }
}
@media (max-width: 767px){
    .productInfoBox .pib-Buttons .seeoptions {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .productInfoBoxType { text-align: center; }

    .pib-Price .custom-price-display .incl-vat { font-size: 40px; font-weight: 700; color: var(--theme-gold); }
    .pib-Price .custom-price-display .excl-vat { font-size: 14px; font-weight: 700; color: #9c9c9c; }
}
@media (min-width: 992px) {
    .productInfoBoxType { text-align: left; }
}

/* Just for demo */
.fakeImage { background-color: #ccc; position: relative; display: block; }
.fakeImage:after { content: ""; padding-bottom: 70%; display: block; }

.productConfigsTitle { background-color: #161616; color: #fff; }
.productConfigsTitle h3 { font-size: 18px; font-weight: 900; color: var(--theme-gold); margin-bottom: 15px; letter-spacing: 0.05em; }
.productConfigsTitle p { font-size: 14px; font-weight: 300; margin: 0; }
@media (min-width: 576px) {
    .productConfigsTitle h3 { font-size: 24px; }
    .productConfigsTitle p { font-size: 16px; }
}

.productOptionType { padding-bottom: 55px; position: relative; }
.productOptionType:before,
.productOptionType:after { content: ""; position: absolute; bottom: 25px; height: 8px; width: 45px; background-color: #535353; }
.productOptionType:before { right: 50%; margin-right: -0.03rem;
    transform: skew(0deg, 15deg) ;
    -webkit-transform: skew(0deg, 15deg) ;
    -moz-transform: skew(0deg, 15deg) ;
    -o-transform: skew(0deg, 15deg) ;
    -ms-transform: skew(0deg, 15deg) ;
}
.productOptionType:after { left: 50%; 
    transform: skew(0deg, -15deg) ;
    -webkit-transform: skew(0deg, -15deg) ;
    -moz-transform: skew(0deg, -15deg) ;
    -o-transform: skew(0deg, -15deg) ;
    -ms-transform: skew(0deg, -15deg) ;
}
.productOptionName { font-size: 30px; font-weight: 900; color: #363636; }
.productOptionName div { width: 2.4em; height: 2.4em; line-height: 2.4em; margin-left: 0.3em; text-align: center; background-color: #161616; color: var(--theme-gold); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.productOptions p { font-weight: 300; line-height: 1.6; }
.productOptionDetails { background-color: #f4f4f4; padding: 18px; }
.productOptionDetails h5 { color: #535353; font-weight: 900; text-transform: uppercase; font-size: 16px; }
.productOptionDetails .custom-select { font-size: 16px; padding-top: 10px; padding-bottom: 10px; line-height: 25px; height: 45px; border: 1px solid #fff;
    -webkit-box-shadow: 1px 1px 0px 0px #8c8c8c;
    -moz-box-shadow: 1px 1px 0px 0px #8c8c8c;
    box-shadow: 1px 1px 0px 0px #8c8c8c;
}

@media (min-width: 768px) {
    .productOptionType { padding-right: 55px; padding-bottom: 0; position: relative; }
    .productOptionType:before,
    .productOptionType:after { right: 10px; left: unset; height: 45px; width: 8px; }
    .productOptionType:before { bottom: 50%; margin-bottom: -0.03rem; margin-right: 0;
        transform: skew(15deg, 0deg) ;
        -webkit-transform: skew(15deg, 0deg) ;
        -moz-transform: skew(15deg, 0deg) ;
        -o-transform: skew(15deg, 0deg) ;
        -ms-transform: skew(15deg, 0deg) ;
    }
    .productOptionType:after { top: 50%; 
        transform: skew(-15deg, 0deg) ;
        -webkit-transform: skew(-15deg, 0deg) ;
        -moz-transform: skew(-15deg, 0deg) ;
        -o-transform: skew(-15deg, 0deg) ;
        -ms-transform: skew(-15deg, 0deg) ;
    }
    .productOptionName { font-size: 36px; }
    .productOptions p { font-size: 15px; }
    .productOptionDetails { padding: 30px; }
}
@media (min-width: 992px) {
    .productOptionName { font-size: 44px; }
}

/* SEARCH RESULT PAGES */
.products-grid .product-item-info {
    background-color: var(--theme-o-white);
    border-bottom: 2px solid #d7d7d7;
}

.products-grid .product-items > .product-item:nth-child(odd) .product-item-info {
    background-color: #e4e4e4;;
}

.products-grid .product-item-info a {
    padding: 1px;
}
.products-grid .product-item.type-coilover .product-item-info .product-image-container > .product-image-wrapper {
    padding-bottom: 100% !important;
}

.products-grid .product-item-info .recomended-text {
    background-color: white;
    color: var(--theme-gold);
    font-weight: bold;
    border-bottom: 1px solid var(--theme-gold);
}

.products-grid .product-item-info .product-item-link{
    color: var(--theme-grey);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
}

.products-grid .product-item-info .custom-price-display,
.products-grid .product-item-info .price-container .price {
    font-weight: 700;
}

.products-grid .product-item-info .custom-price-display .incl-vat,
.products-grid .product-item-info .price-container .price-label,
.products-grid .product-item-info .price-container .price-wrapper.price-including-tax .price {
    color: #313131;
    font-size: 18px;
    line-height: 1;
}

.products-grid .product-item-info .custom-price-display .excl-vat,
.products-grid .product-item-info .price-container .price-wrapper.price-excluding-tax .price:before,
.products-grid .product-item-info .price-container .price-wrapper.price-excluding-tax .price {
    font-size: 14px;
    color: #5c5c5c;
}

.products-grid .product-item-info .custom-price-display .previous-price {
    font-size: 16px;
    color: var(--theme-gold);
    opacity: .6;
    text-decoration: line-through;
}

.products-grid .product-item-info .stock-display {
    text-transform: uppercase;
    font-size: 11px;
}

.products-grid .product-item-info .coilover-type-container {
    font-weight: 900;
    font-size: 20px;
    color: var(--theme-grey);
    text-transform: uppercase;
}

.products-grid .product-item-info .actions-primary,
.products-grid .product-item-info .action.tocart.primary {
    width: 100%;
}

.products-grid .product-item-info .coilover-type-container .coilover-type {
    color: var(--theme-gold);
}

@media (max-width: 768px) {

    .products-grid .product-item-info {
        padding: 10px;
    }

    .products-grid .product-item-info .product-item-link{
        font-size: 14px;
    }

    .products-grid .product-item-info .product-item-details {
        padding-right: 0;
    }
}