﻿/*--------------------------------------------------*    Variables
\*--------------------------------------------------*/
/*--------------------------------------------------*    Mixins
\*--------------------------------------------------*/
/*
** Box Sizing: BorderBox
*/
/*
** Opacity and RGBA Converter
*/
/*
** Clearfix
*/
/*
** Text Indent
*/
/*
** Icon Font
*/
/*
** Rotate
*/
/*
** Scale
*/
/*
** Calc
*/
/*--------------------------------------------------*	Basket Info
\*--------------------------------------------------*/
.buy-info {
    margin-bottom: 28px;
}

    .buy-info td, .buy-info th {
        text-align: center;
    }

    .buy-info.bordered .with-discount td {
        border-top: 1px solid #d6d6d6;
    }

    .buy-info.bordered .no-border {
        border: 0;
    }

    .buy-info .no-gift {
        padding: 0;
    }

    .buy-info .product-info {
        text-align: right;
        padding: 10px;
    }

    .buy-info .image {
        float: right;
        margin-left: 15px;
    }

        .buy-info .image img {
            display: block;
        }

    .buy-info .title {
        margin: 5px 0;
        font-size: 13px;
    }

        .buy-info .title a {
            color: #f03232;
            text-decoration: underline;
        }

    .buy-info .desc {
        line-height: 21px;
        font-size: 12px;
    }

    .buy-info .quantity {
        font-size: 14px;
        min-width: 95px;
    }

    .buy-info .quantity-box {
        border: 1px solid #d6d6d6;
        display: inline-block;
    }

        .buy-info .quantity-box:after {
            content: "";
            display: table;
            clear: both;
        }

        .buy-info .quantity-box .quantity-input {
            height: 34px;
            width: 31px;
            max-width: 40px;
            float: right;
            text-align: center;
            border: 0;
            line-height: 34px;
            Cursor: default;
        }

        .buy-info .quantity-box a {
            display: block;
            float: left;
            width: 21px;
            height: 17px;
            line-height: 19px;
            font-size: 17px;
            border-right: 1px solid #d6d6d6;
        }

        .buy-info .quantity-box .link-decrease {
            border-top: 1px solid #d6d6d6;
            clear: left;
        }

    .buy-info .price-cell {
        font-size: 13px;
        min-width: 100px;
    }

    .buy-info .total {
        padding: 10px 20px;
        min-width: 240px;
    }

    .buy-info .table {
        margin: 0;
    }

        .buy-info .table td {
            padding: 7px 8px;
            text-align: right;
        }

        .buy-info .table .discount-cell {
            padding: 0;
        }

        .buy-info .table .price-cell {
            text-align: left;
        }

    .buy-info .discount {
        width: 100%;
        border: 1px dashed #959595;
        background-color: #eeecec;
        color: #ff4949;
        border-collapse: separate;
        margin-bottom: 4px;
    }

    .buy-info .delete a {
        color: #707070;
        font-size: 27px;
    }

        .buy-info .delete a:hover {
            color: #e22a2a;
        }

    .buy-info .total-amount {
        color: #36a148;
    }

    .buy-info .gift-row td {
        background-color: #f3f2f2;
    }

    .buy-info .gift-icon {
        width: 41px;
        margin: 0 auto;
        font-size: 14px;
        padding-top: 57px;
        background: url("/content/images/gift.png") no-repeat 0 0;
        color: #e1a044;
    }

.shoppingCartContainer {
    position: relative;
    min-height: 300px;
}

.code-form label {
    display: inline-block;
    width: 70px;
    line-height: 42px;
    float: right;
}

.code-form input {
    width: 261px;
    height: 42px;
    padding: 10px;
    border: 1px solid #d6d6d6;
    float: right;
    border-left: 0;
}

.code-form .code-submit {
    width: 71px;
    height: 42px;
    background-color: #ff9100;
    color: #fff;
    border: 0;
    text-align: center;
}

.total-price-box {
    border: 1px solid #d6d6d6;
    width: 296px;
    float: left;
    margin-bottom: 20px;
}

    .total-price-box .row-item {
        padding: 8px 10px;
        border-top: 1px solid #d6d6d6;
    }

        .total-price-box .row-item:after {
            content: "";
            display: table;
            clear: both;
        }

        .total-price-box .row-item:first-child {
            border-top: 0;
        }

    .total-price-box .discount-row {
        color: #ff4949;
    }

    .total-price-box .amount {
        font-size: 13px;
    }

    .total-price-box .green {
        background-color: #c7edbd;
        border-top: 0;
    }

.actions:after {
    content: "";
    display: table;
    clear: both;
}

.actions .btn {
    float: left;
}

    .actions .btn.btn-disabled {
        background-color: #c1c1c1;
    }

.actions .cart-update {
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    color: #ff3737;
    border: 1px solid #f00;
    margin-left: 7px;
    position: relative;
    border-radius: 3px;
}

    .actions .cart-update:after, .actions .cart-update:before {
        border-style: solid;
        border-width: 7px;
        content: "";
        position: absolute;
        top: 13px;
    }

    .actions .cart-update:after {
        border-color: transparent #fff transparent transparent;
        left: -13px;
    }

    .actions .cart-update:before {
        border-color: transparent red transparent transparent;
        left: -14px;
    }

.actions #updateCart, .actions #continue {
    width: 297px;
}

.shopping-actions {
    margin-bottom: 60px;
}

    .shopping-actions .go-back {
        position: absolute;
        right: 15px;
        bottom: 0;
    }

.basket-empty {
    text-align: center;
    padding-top: 181px;
    background: url("/content/images/BASKET.png") no-repeat 50% 5px;
    min-height: 300px;
}

    .basket-empty .btn {
        margin-top: 31px;
        padding: 14px 62px 0;
    }

/*--------------------------------------------------*	Related And Suggestion Products
\*--------------------------------------------------*/
.product-slider {
    height: 318px;
    margin: 25px 0 0;
    overflow: hidden;
}

    .product-slider.margin-top-130 {
        margin-top: 130px;
    }

    .product-slider .empty-result {
        background-color: #f5f5f5;
        font-size: 14px;
        height: 135px;
        padding: 30px;
        margin: -4px -30px 0;
    }

    .product-slider .product-slider-block {
        margin: 0 auto;
        position: relative;
        width: 1080px;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }

    .product-slider .item {
        float: right;
        width: 216px;
        text-align: center;
        padding: 3px;
    }

        .product-slider .item > a {
            display: block;
            padding: 13px 13px 15px;
            position: relative;
            width: 100%;
            transition: .2s;
            z-index: 9;
        }

            .product-slider .item > a:after {
                content: "";
                display: table;
                clear: both;
            }

            .product-slider .item > a:hover {
                box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
            }

        .product-slider .item.off .product-title {
            margin-bottom: 0;
        }

    .product-slider .product-image {
        margin-bottom: 5px;
    }

        .product-slider .product-image img {
            display: block;
            margin: 0 auto;
        }

    .product-slider .product-title {
        font-size: 1.083em;
        height: 48px;
        line-height: 24px;
        margin-bottom: 24px;
        overflow: hidden;
    }

    .product-slider .product-status {
        font-size: 12px;
        color: #d41818;
        padding: 1px 0 2px;
        line-height: 26px;
        text-align: center;
        background-color: #ebebeb;
    }

        .product-slider .product-status:after {
            content: "";
            display: table;
            clear: both;
        }

        .product-slider .product-status span {
            display: inline-block;
        }

        .product-slider .product-status.comingsoon span {
            background: url("/content/images/comingsoon.png") no-repeat 100% 63% #ebebeb;
            padding-right: 20px;
            color: #36a148;
        }

        .product-slider .product-status.stop span {
            background: url("/content/images/stop.png") no-repeat 100% 58% #ebebeb;
            padding-right: 30px;
        }

        .product-slider .product-status.no-stock span {
            background: url("/content/images/no-stock.png") no-repeat 100% 52% #ebebeb;
            padding-right: 20px;
        }

    .product-slider .product-price {
        color: #36a148;
        font-size: 14px;
        padding: 4px 5px;
        background-color: #ebebeb;
    }

    .product-slider .first-price {
        font-size: 14px;
        line-height: 18px;
        color: #888;
        margin-bottom: 6px;
    }

        .product-slider .first-price .line {
            border-top: 1px solid rgba(255, 0, 0, 0.7);
            -ms-transform: rotate(-4deg);
            -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
        }

    .product-slider .discount-label {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        background: url("/content/images/discount.png") no-repeat 50% 50%;
        right: 50px;
        top: 58px;
        background-size: 85%;
    }

    .product-slider .gift {
        background: url("/content/images/ctg-gift.png") no-repeat 0 0;
        display: block;
        height: 41px;
        left: 12px;
        position: absolute;
        top: 98px;
        width: 32px;
    }

    .product-slider .slick-arrow {
        width: 20px;
        position: absolute;
        top: 115px;
        margin-top: -19px;
        font-size: 44px;
        color: #999;
        text-align: center;
        cursor: pointer;
        z-index: 9;
    }

        .product-slider .slick-arrow.prev {
            right: -29px;
        }

        .product-slider .slick-arrow.next {
            left: -29px;
        }

        .product-slider .slick-arrow.slick-disabled {
            display: none !important;
        }

/*--------------------------------------------------*	Cart Page in 970 grid system
\*--------------------------------------------------*/
@media (max-width: 1210px) {
    .code-form input {
        width: 230px;
    }

    .actions .cart-update {
        height: auto;
        line-height: 20px;
        width: 200px;
    }

    .authentication-form {
        padding: 0 27px;
    }

        .authentication-form .captcha .captcha-input {
            width: 65px;
        }
}
