﻿.shoppingconfirm {
    background-image: url(); background-color: rgba(0,0,0, 0.4) !important;
}

.float-wrapper {
    max-width: 1385px; margin-left: auto; margin-right: auto;
}

.shoppingconfirm .cs-popup {
    text-align: left !important;
}
.cs-container { width: 100%; max-width: 1385px; margin: 0 auto;}
.cs-popup {
    width: 500px; background-color: #ffffff; margin-top: 70px; margin-left: calc(100% - 500px); position: relative;
}

.cs-overlay { width: 100%;height: calc(100% - 60px);position: absolute;background: rgba(256, 256, 256, .6) url('/images/ajax-loader2.gif') no-repeat center 40%; display: none; }

.cs-hidden { display: none; }

.cs-title {
    padding: 24px 12px 24px 12px;
    font-size: 20px;
    color: #000000;
    background-color: #f5f5f5;
    text-align: center;
    font-weight: bold;
}

    .cs-title span {
        float: right;
        cursor: pointer;
    }

    .cs-title span i {
        margin-top: -3px;
    }

.cs-content {
    padding: 10px 6px 5px 30px;
    color: #282829;
    font-size: 14px;
}

.cs-scroller {
    overflow: auto;
    min-height: 130px;
    max-height: 298px;
}

::-webkit-scrollbar {  width: 10px;}
::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
::-webkit-scrollbar-thumb { background: #888; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #555; }

.col-pic {
    float: left;
    width: 88px;
    height: 122px;
    margin: 10px 0;
    border-bottom: 1px solid #a7a7a7;
    padding-right: 35px;
    padding-bottom: 8px;
}

    .col-pic img {
        width: 88px;
        vertical-align: text-bottom;
    }

.col-product {
    float: left;
    width: 240px;
    height: 122px;
    margin: 10px 0;
    line-height: 18px;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 8px;
}

.col-price {
    float: left;
    width: 60px;
    height: 122px;
    text-align: right;
    margin: 10px 0;
    line-height: 20px;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 8px;
    padding-right: 10px;
    font-size: 16px;
}
.sale.col-price {
    color: #9b9b9b;
}
.saleprice.col-price {
    color: #282829 !important;
}

.inner-text {
    height: 86px;
}
    .inner-text2 {
        height: 78px;
    }

    .inner-text a {
        color: #282829;
    }

.qty-box {
    display: inline-block;
    padding: 5px;
    width: 50px;
    text-align: center;
}

.remove-box {
    width: 55%;
    text-align: center;
}

.btn-qty {
    width: 21px;
    height: 21px;
}

.btn-bin {
    width: 22px;
    height: 27px;
}

.col-product table {
    width: 100%;
}
.price-promo {
    text-decoration: line-through;
    color: #909090;
    font-weight: normal;
}

    .col-product table tr td, table tr td img {
        vertical-align: middle;
    }

.cs-total {
    text-align: right;
    padding: 20px 50px 20px 0;
    font-size: 14px;
    background-color: #f5f5f5;
}

.col-caption, .col-total {
    float: left;
    font-size: 16px;
    color: #424242;
    text-align: right;
    line-height: 22px;
}
.col-caption {
    width: 370px;
}
.col-total {
    width: 80px;
}


.total-text {
    /*font-weight: bold;*/

}

.col-btn {
    float: left;
    width: 50%;
}

    /*.col-btn a {
        width: 100%;
    }*/

.cs-postage {
    display: block;
    width: 100%;
    font-size: 14px;
    padding-top: 24px;
}

.mt-2 {
    margin-top: 10px !important;
    padding: 0;
}

.btn-basket, .btn-checkout {
    display: block;
    border: 1px solid #458ccc;
    padding: 30px 0;
    font-size: 18px;
    width: 99.5%;
    text-align: center;
    font-weight: 400;
}

    .btn-basket:hover, .btn-checkout:hover {
        text-decoration: none;
        color: #f5f5f5;
    }

.btn-checkout {
    background-color: #458ccc;
    color: #fff;
}

.btn-basket {
    background-color: #fff;
    color: #458ccc;
}
    .btn-basket:hover {
        color: #29547A;
    }

.content-mobile {
    width: 100%;
    background-color: #ffffff;
}

    .content-mobile span {
        display: block;
        width: 100%;
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 30px;
        text-align: center;
        font-weight: 300;
    }

    .content-mobile a {
        width: 100%;
    }


.hidden-lg {
    display: none;
}


.cs-tracking {
    position: absolute;
    width: 0;
    height: 0;
}


@media screen and (max-width: 480px) {
    .cs-title {
        padding: 12px;
        background-color: #ffffff;
    }
    .cs-popup {
        width: 100%;
        margin: 0 auto;
    }
    .hidden-xs {
        display: none;
    }
    .hidden-lg {
        display: block;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .hidden-xs {
        display: block;
    }
    .hidden-lg {
        display: none;
    }
}