#shopping-cart-page .dropdown .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.discounts .panel #collapse1 .panel-body input.slb-checkbox[type="checkbox"]:not(:checked) + #shopping-cart-label:before, input.slb-checkbox[type="checkbox"]:checked + #shopping-cart-label:before {
    border: 1px solid black;
}

/* issue 826 */
#banner-preview-car {
    stroke-width: 2px;
    stroke: black;
}

#shopping-cart-page .breadcrumb {
    border-bottom: solid 1px rgb(221,221,221);
}


.page-content.special-margin {
    margin-top: 0 !important;
}

.page-content .recomended {
    margin-bottom: 30px;
}

/* fix: move recommended */
.page-content section.recommended-products {
    margin-bottom: 30px !important;
}

#shopping-cart-page .page-content {
    padding: 0 3.6%;
    margin-top: 16px;
}


#shopping-cart-page header {
    margin-bottom: 20px;
}

    #shopping-cart-page header h2 {
        font-family: Roboto, sans-serif;
        text-transform: uppercase;
        font-size: 35px;
        font-weight: 300;
        margin: 0;
    }


#shopping-cart-page .cart-products > header,
.cart-products > header {
    margin-bottom: 0px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px rgb(221,221,221);
}

.cart-products header .number-of-items {
    text-transform: uppercase;
    font-size: 13px;
}


.cart-product {
    border-bottom: solid 1px rgb(221,221,221);
    display: flex;
    align-items: center;
    opacity: 1;
    max-height: 500px;
    transition: opacity 250ms ease-in-out, max-height 500ms 250ms ease-in-out, border 0ms 250ms;
}

    .cart-products .no-products-message,
    .cart-product.removed {
        opacity: 0;
        max-height: 0;
        border: none;
        overflow: hidden;
    }


.cart-products.no-products .no-products-message {
    opacity: 1;
    max-height: 150px;
    overflow: hidden;
    transition: opacity 250ms 250ms ease-in-out, max-height 500ms ease-in-out;
}


.cart-products .no-products-message p {
    margin: 30px 0;
}


.cart-product .inner-item {
    padding: 15px 0;
    width: 100%;
}

.cart-product picture {
    position: relative;
    float: left;
    width: 20%;
    padding-right: 3.5%;
}

.cart-product img {
}

.cart-product .product-info {
    position: relative;
    float: left;
    width: 80%;
    text-transform: uppercase;
}

.cart-product .product-name {
    font-size: 15px;
}

.cart-product .trash-icon-holder {
    text-align: right;
}

.cart-product .products-details p {
    font-size: 11px;
    display: inline-block;
}

    .cart-product .products-details p:not(:last-child) {
        border-right: solid 1px rgb(221,221,221);
        padding-right: 10px;
        margin-right: 5px;
    }

    .cart-product .products-details p:not(:first-child) {
        /*padding-left: 5px;*/
    }


.cart-product .purchase-details {
    margin-top: 14px;
    display: flex;
    align-items: flex-end;
}

    .cart-product .purchase-details p {
        line-height: 19px;
    }

.cart-product .units span {
    font-size: 15px;
}

    .cart-product .units span:not(:last-child) {
        margin-right: 7px;
    }

.cart-product .units .unit-price,
.cart-product .units .units-value {
    font-size: 15px;
}

.cart-product .price {
    font-size: 19px;
    margin-left: auto;
}



.cart-product.pre-sale .purchase-details {
    display: block;
}

    .cart-product.pre-sale .purchase-details p {
        width: 100%;
        float: left;
    }

.cart-product.pre-sale .price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
    margin-bottom: 10px
}

    .cart-product.pre-sale .price .pre-sale-banner {
        font-size: 15px;
        /*font-weight: bold; */
        background-color: #c30000;
        color: white;
        padding: 4px 11px;
        float: left;
        margin-right: 16px;
    }

.cart-product.pre-sale .units {
    display: flex;
    align-items: center;
}


    .cart-product.pre-sale .units span {
        display: inline-block;
        line-height: 35px;
    }




.cart-products footer {
    margin: 20px 0;
}

    .cart-products footer p {
        font-size: 15px;
        text-align: right;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .cart-products footer p span {
            font-size: 20px;
        }

        .cart-products footer p > span {
            margin-left: 7px;
        }

        .cart-products footer p.partner-price {
            color: #c30000;
        }

            .cart-products footer p.partner-price span {
                font-weight: bold;
            }



.trash-icon {
    stroke: rgb(36,36,36);
    width: 18px;
    height: 20px;
    transition: stroke 250ms ease-in-out;
}

    .trash-icon:hover {
        stroke: #c30000;
        cursor: pointer;
    }



.units-selector {
    display: inline-flex;
    align-items: center;
    margin-right: 5%;
}

    .units-selector * {
        display: inline-block;
    }

    .units-selector .value {
        padding: 0 7px;
        width: 36px !important;
        text-align: center;
    }

    .units-selector > div {
        position: relative;
        background: rgb(36,36,36);
        width: 35px;
        height: 33px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .units-selector .plus:after,
    .units-selector .minus:after,
    .units-selector .plus:before {
        content: '';
        position: absolute;
        background: white;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .units-selector .plus:after,
    .units-selector .minus:after {
        height: 1px;
        width: 60%;
    }

    .units-selector .plus:before {
        height: 60%;
        width: 1px;
    }

    .units-selector p:last-child {
        margin-left: 12px;
    }



.banner {
    background-color: rgb(244,244,244);
    border-top: solid 1px rgb(230,230,230);
    border-bottom: solid 1px rgb(230,230,230);
    text-align: center;
    padding: 13px;
    position: relative;
}

    .banner a > h6 {
        font-size: 14px;
        font-weight: normal;
        padding-left: 5px;
        text-decoration: underline;
    }

    .banner a > * {
        margin: 0;
        display: inline-block;
        text-transform: uppercase;
    }

    .banner a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner svg {
        width: auto;
        max-width: 35px;
        height: 20px;
        margin-right: 10px;
    }






.panel-group .panel {
    padding: 15px 0;
}

    .panel-group .panel.partner input {
        width: 100%;
    }


    .panel-group .panel.partner {
        border-bottom: solid 1px rgb(221,221,221);
    }

        .panel-group .panel.partner .panel-title a {
            color: #c30000;
        }

            .panel-group .panel.partner .panel-title a .arrow {
                stroke: #c30000;
            }

    .panel-group .panel .panel-title a {
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        padding-right: 60px;
    }

        .panel-group .panel .panel-title a .arrow {
            stroke-width: 6px;
            margin-right: 5px;
        }

        .panel-group .panel .panel-title a:hover .arrow {
            stroke: #c30000;
        }

    .panel-group .panel a[aria-expanded="true"] .arrow {
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
    }




.discounts {
    margin-bottom: 0;
}


    .discounts .panel .total-discount {
        font-weight: bold;
        font-size: 21px;
        position: absolute;
        right: 0;
        bottom: 20px;
        background-color: white;
        z-index: 5;
    }

    .discounts .panel.partner .total-discount {
        color: #c30000;
    }

.panel-group .panel .in .panel-body {
    border-bottom: solid 1px rgb(241,241,241);
}


.discounts .panel .panel-body {
    border-top: none !important;
    padding-left: 35px;
    padding-right: 0;
    margin-bottom: 55px;
}


.discounts .panel .input-group {
    display: flex;
    height: 55px;
    margin-bottom: 25px;
}

/* new button validar - socio */
.discounts .panel .panel-collapse .panel-body .socio-input .button {
    padding: 14px 24px;
    background-color: rgb(36,36,36);
    color: white;
    font-size: 18px;
    text-align: center;
    width: auto;
}


.discounts .panel .input-group .socio-div input {
    width: 100%;
    font-size: 14px;
    flex-grow: 0;
    padding-left: 3%;
    border-right: none;
}




.discounts .panel .input-group.socio-input .button {
    height: 40px;
    font-size: 13px !important;
}




.discounts .panel .input-group .button {
    padding: 14px 24px;
    background-color: rgb(36,36,36);
    color: white;
    font-size: 18px;
    text-align: center;
    width: auto;
}

.discounts .panel input {
    font-size: 18px;
    text-transform: uppercase;
    flex-grow: 1;
    padding-left: 15px;
    border: solid 1px rgb(36,36,36);
    box-shadow: none;
    height: 40px;
}



.discounts .panel .input-group.disabled .button {
    background-color: rgb(190,190,190);
    border-color: rgb(190,190,190);
}

    .discounts .panel .input-group.disabled .button:before {
        content: none;
    }

    .discounts .panel .input-group.disabled .button:hover {
        border: solid 1px rgb(190,190,190) !important;
        cursor: default;
    }

.discounts .panel .input-group.disabled input {
    border: solid 1px rgb(190,190,190);
}

/* error-message for button validar - socio */
.discounts .panel .panel-collapse .panel-body .socio-input .socio-div.error input {
    border: solid 1px #c30000;
    border-right: none;
}

.discounts .panel .input-group.error input {
    border: solid 1px #c30000;
    border-right: none;
}

/* error-message for button validar - socio */
/*
.discounts .panel .panel-collapse .panel-body .socio-input .socio-div .error-message {
    display: block;
    color: #c30000;
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    left: 3px;
}
    */
.discounts .panel .input-group .error-message,
.socio-input .socio-div .error-message {
    display: none;
    color: #c30000;
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    left: 3px;
}

.socio-input .socio-div .success-message {
    display: none;
    color: #242424;
    font-size: 12px;
}



.discounts .panel .panel-collapse .panel-body .socio-input .socio-div.error .error-message {
    display: block;
}

.discounts .panel .input-group.error .error-message {
    display: block;
}





input::-webkit-input-placeholder {
    color: #bebebe;
}

::-moz-placeholder {
    color: #bebebe;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #bebebe;
}
/* ie */
input:-moz-placeholder {
    color: #bebebe;
}



.discounts .discount-list ul li {
    display: flex;
    align-items: center;
    padding: 9px 0;
    text-transform: uppercase;
    font-size: 13px;
    animation-name: append-li-discount;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
}



footer.total-price .price-row {
    display: flex;
    align-items: center;
    margin-top: 40px;
    /* issue 821 */
    padding-left: 15px;
}

    footer.total-price .price-row p {
        font-weight: bold;
        font-size: 15px;
        text-transform: uppercase;
    }

    footer.total-price .price-row .price {
        font-size: 26px;
        margin-left: auto;
    }



footer.total-price .buttons-container {
    padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 30px;
    border-top: solid 1px rgb(221,221,221);
    display: flex;
    flex-wrap: wrap;
}


footer .buttons-container > .button {
    order: 1;
}

footer .buttons-container .button {
    text-align: center;
}

    footer .buttons-container .button span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .buttons-container .button:first-child {
        margin-bottom: 15px;
    }

    footer .buttons-container .button:last-child {
        background-color: rgb(36,36,36);
        color: white;
        padding: 7px 24px 8px 24px;
    }

    footer .buttons-container .button svg {
        margin-right: 10px;
        max-width: 40px;
        stroke: none;
        fill: white;
        height: 25px;
        padding: 3px 0;
    }


footer.total-price .buttons-container a {
    position: relative;
    float: left;
    width: 100%;
}

@-moz-keyframes append-li-discount {
    0% {
        transform: scaleY(0);
    }

    20% {
        transform: scaleY(1.2);
    }

    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes append-li-discount {
    0% {
        transform: scaleY(0);
    }

    20% {
        transform: scaleY(1.2);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes append-li-discount {
    0% {
        transform: scaleY(0);
    }

    20% {
        transform: scaleY(1.2);
    }

    100% {
        transform: scaleY(1);
    }
}

.discounts .discount-list ul li svg {
    margin-right: 10px;
}

.discounts .discount-list ul li .value {
    margin-left: auto;
    font-size: 15px;
}

.discounts .discount-list ul.vouchers-list {
    border-bottom: solid 1px rgb(247,247,247);
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .discounts .discount-list ul.vouchers-list li:first-child {
        margin-bottom: 13px;
    }

    .discounts .discount-list ul.vouchers-list li:last-child {
        margin-bottom: 12px;
    }





.discounts .delivery-costs form {
    margin-bottom: 30px;
}

.discounts .delivery-costs .pricing-info {
    margin-top: 12px;
}
    /* bug 1254 - line added */
    .discounts .delivery-costs .pricing-info .available-products-info {
        border-bottom: solid 1px rgb(241,241,241);
    }

    .discounts .delivery-costs .pricing-info > div {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .discounts .delivery-costs .pricing-info p {
        font-size: 13px;
        text-transform: uppercase;
    }

    .discounts .delivery-costs .pricing-info .price {
        font-size: 16px;
        margin-left: auto;
        padding-left: 9px;
        white-space: nowrap; /* SLB fix #13029 */
    }


.discounts .delivery-costs .dropdown {
    height: 55px;
    line-height: 55px;
    border: 1px solid #242424;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 15px;
}

    .discounts .delivery-costs .dropdown .dropdown-toggle {
        display: flex;
        align-items: center;
    }


        .discounts .delivery-costs .dropdown .dropdown-toggle[aria-expanded="true"],
        .discounts .delivery-costs .dropdown .dropdown-toggle:hover {
            cursor: pointer;
            color: #c30000;
        }

        .discounts .delivery-costs .dropdown .dropdown-toggle svg {
            margin-left: auto;
        }

        .discounts .delivery-costs .dropdown .dropdown-toggle:hover svg {
            stroke: #c30000;
        }

        .discounts .delivery-costs .dropdown .dropdown-toggle[aria-expanded="true"] svg {
            stroke: #c30000;
            transform: rotate(-90deg)
        }



    .discounts .delivery-costs .dropdown .dropdown-menu {
        width: 100%;
    }

        .discounts .delivery-costs .dropdown .dropdown-menu li {
            line-height: 20px;
            padding: 10px 20px;
        }

            .discounts .delivery-costs .dropdown .dropdown-menu li.selected {
                height: 0;
                padding: 0;
                overflow: hidden;
            }

            .discounts .delivery-costs .dropdown .dropdown-menu li:hover {
                color: #c30000;
                cursor: pointer;
            }


.discounts .partner form {
    margin-top: 20px;
}

.discounts .partner input.slb-checkbox[type="checkbox"] + label {
    text-transform: none;
    font-size: 16px !important;
}


input.slb-checkbox[type="checkbox"] + label {
    text-transform: uppercase;
    font-size: 14px !important;
    line-height: 23px;
    margin-bottom: 0;
    white-space: normal; /* SLB fix #11099 */
}



input.slb-checkbox[type="checkbox"]:not(:checked) + label {
    color: rgb(36,36,36);
}


    input.slb-checkbox[type="checkbox"]:not(:checked) + label:after,
    input.slb-checkbox[type="checkbox"]:checked + label:after {
        line-height: 23px;
    }


#shopping-cart-page .recommended-products > header {
    margin-bottom: 0;
}


@media (max-width: 425px) {


    .cart-product picture {
        width: 30%;
    }

    .cart-product .product-info {
        width: 70%;
    }



    .discounts .panel .panel-body {
        /* padding-left: 0; */
    }

    .discounts .panel .input-group input {
        font-size: 13px;
        flex-grow: 0;
        padding-left: 2%;
        height: 40px;
    }

    .discounts .panel .input-group .socio-div input {
        width: 100%;
        font-size: 13px;
        flex-grow: 0;
        padding-left: 2%;
    }



    /* new button validar - socio */

    .discounts .panel .panel-collapse .panel-body .socio-input .button {
        width: 35%;
        padding: 13px 0px;
        font-size: 13px;
    }

    .discounts .panel .input-group.socio-input .button {
        height: 40px;
    }




    .discounts .panel .input-group .button {
        width: 35%;
        padding: 13px 0px;
        font-size: 13px;
    }

    .discounts .panel .input-group {
        height: 45px;
    }


    .panel-group .panel .panel-title a {
        font-size: 14px;
    }
}


@media (min-width: 768px) {

    .discounts .discount-list ul.vouchers-list {
        min-height: 53px;
    }
    


    #shopping-cart-page header {
        margin-bottom: 45px;
    }

    #shopping-cart-page .page-content {
        margin-top: 40px;
    }

    #shopping-cart-page header h2 {
        font-size: 32px;
    }

    .cart-products header .number-of-items {
        font-size: 16px;
    }




    .cart-product .inner-item {
        padding: 20px 0;
    }

    .cart-product .product-name {
        font-size: 16px;
    }

    .cart-product .purchase-details {
        margin-top: 30px;
    }

    .cart-product .products-details p {
        font-size: 13px;
    }

    .cart-product .units span:first-child,
    .cart-product .units .units-value,
    .cart-product .units .unit-price {
        font-size: 16px;
    }


    .cart-product .units span:not(:last-child) {
        margin-right: 12px;
    }

    .cart-product .purchase-details p {
        line-height: 20px;
    }

    .cart-product .price {
        font-size: 20px;
    }


    .cart-product.pre-sale .units {
        width: 50%;
    }

    .cart-product.pre-sale .price {
        margin-bottom: 0px;
    }

    .cart-product.pre-sale .purchase-details {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cart-product.pre-sale .price .pre-sale-banner {
        font-size: 12px;
        padding: 1px 11px;
    }



    .units-selector > div {
        width: 30px;
        height: 28px;
    }





    .panel-group .panel .panel-title a {
        font-size: 16px;
    }

    .discounts .panel .total-discount {
        font-size: 22px;
    }


    .discounts .panel .input-group .button,
    .discounts .panel input {
        font-size: 14px;
    }

    /* button validar - socio */

    .discounts .panel .panel-collapse .panel-body .socio-input .button {
        padding: 11px 0px;
        width: 29%;
        text-align: center;
        font-size: 14px;
        height: 40px;
    }


    /* div for the input space - socio */
    .discounts .panel .panel-collapse .panel-body .socio-input .socio-div {
        width: 35%;
    }

    .discounts .panel .input-group .button, .socio-input .button {
        padding: 11px 0px;
        width: 29%;
        text-align: center;
    }

    .discounts .panel .input-group {
        height: 40px;
    }


    .discounts .discount-list ul li .value {
        font-size: 16px;
    }

    .discounts .pricing-info,
    .discounts .discount-list {
        padding-left: 4.5%;
    }

    .discounts .delivery-costs .dropdown {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }



    .discounts .socio-input {
        width: 100%;
    }

    footer.total-price .price-row p {
        font-size: 16px;
    }

    footer.total-price .price-row .price {
        font-size: 28px;
    }

    footer .buttons-container .button:first-child {
        margin-bottom: 0px;
    }

    footer.total-price .buttons-container a,
    footer .buttons-container > .button {
        width: 33.3334%;
    }




    footer.total-price .buttons-container > .button {
        order: 0;
    }

    footer.total-price .buttons-container > a {
        order: 1;
        margin-left: auto;
    }


    footer.total-price .buttons-container {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {

    #shopping-cart-page .page-content {
        /*padding: 0 18.3%;*/
        width: 100%;
        margin-top: 60px;
    }

        #shopping-cart-page .page-content > div {
            max-width: 870px;
            right: 0;
            left: 0;
            margin-right: auto;
            margin-left: auto;
            float: none;
        }

    .cart-product .inner-item {
        display: flex;
        align-items: center;
        width: 100%;
    }


    .cart-product picture {
        width: 13%;
    }

    .cart-product .product-info {
        width: 87%;
    }


    .discounts .socio-input {
        width: 50%;
    }
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    opacity: 0;
    background: rgba(0,0,0,0.85);
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0 3.75% 104px 3.75%;
    transition: all 0.5s ease-in-out;
}

.login-required-alert.active {
    display: block;
    overflow: auto;
}

.login-required-alert {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    opacity: 0;
    background: rgba(0,0,0,0.85);
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0 3.75% 104px 3.75%;
    transition: all 0.5s ease-in-out;
}

    .login-required-alert .popup {
        margin-top: 40px;
        max-width: 695px;
    }

        .login-required-alert .popup .close-popup {
            display: block;
            float: right;
            margin-bottom: 10px;
            cursor: pointer;
        }

            .login-required-alert .popup .close-popup svg {
                height: 32px;
                stroke: #fff;
                width: 32px;
                transition: all 500ms ease-in-out;
                stroke-width: 2px;
            }

@media screen and (min-width: 768px) {
    .login-required-alert .popup {
        margin-top: 83px;
    }
}

.login-required-alert .popup-content {
    background-color: #fff;
    padding: 40px 0px;
    width: 100%;
    margin: 0 auto;
    float: left;
}

.login-required-alert img {
    margin: 0 auto;
}

.login-required-alert h2 {
    color: #c30000;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
}

.login-required-alert p {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .login-required-alert p {
        font-size: 24px;
    }
}

.login-required-alert .links {
    text-align: center;
    margin: 16px 0;
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}

.login-required-alert .popup .close-popup:hover svg {
    stroke: #c30000;
}

.login-required-alert .popup-content .description {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}

.login-required-alert .popup-content .links .button {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .login-required-alert .popup-content .links .button:first-child {
        background-color: black;
        color: white;
    }

.login-required-alert .popup-content .non-member {
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

    .login-required-alert .popup-content .non-member a {
        text-decoration: underline;
    }

@media screen and (min-width: 768px) {
    .login-required-alert .popup-content .description {
        width: 50%;
    }

    .login-required-alert .links {
        width: 40%;
    }

    .login-required-alert .popup-content .non-member {
        width: 90%;
    }
}
