﻿/*#region Cart Page */

.cart-content {
    padding: 0 10px;
}
.cart-content.cart-page {
    width: 100%;
}

    .cart-content > .tab-cart-ctn ul li {
        width: auto;
        border: none;
    }

    .cart-content .tab-cart-ctn {
        width: 100%;
    }

        .cart-content .tab-cart-ctn .nav-pills {
            width: 100%;
            border-bottom: 1px solid #e1e1e1;
            overflow: hidden;
            margin-bottom: 10px;
        }

            .cart-content .tab-cart-ctn .nav-pills .nav-link {
                padding: 15px 20px;
                color: #aaa;
                border: none;
                position: relative;
                bottom: -1px;
            }

                .cart-content .tab-cart-ctn .nav-pills .nav-link.active {
                    border-bottom: 5px solid var(--main-color);
                    font-size: 15px;
                    background-color: transparent;
                }

                .cart-content .tab-cart-ctn .nav-pills .nav-link i {
                    margin-right:10px;
                    background-color: var(--main-color);
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                }

.English .cart-content .tab-cart-ctn .nav-pills .nav-link i {
    margin-left: 10px;
    margin-right: 0;
}

.empty-cart {
    margin: 15px auto;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 20px 15px;
}

    .empty-cart img {
        max-width: 200px;
        display: inline-block;
        margin: auto;
    }

    .empty-cart span {
        font-size: 20px;
        text-align: center;
        color: #888;
        margin-top: 15px;
        display: inline-block;
        width: 100%;
    }

    .empty-cart a {
        margin-top:15px;
    }

.cart-body {
    margin-top: 15px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.cart-information > .cart-image {
    width: 150px;
    padding: 10px;
}

    .cart-information > .cart-image a {
        display: inline-block;
        width: 100%;
    }

    .cart-information > .cart-image img {
        max-width: 100%;
        margin: auto;
        display: inline-block;
    }

.cart-information > .cart-feature {
    width: calc(100% - 150px);
}

.cart-feature .cart-name {
    padding: 10px;
}

    .cart-feature .cart-name h5 {
        display: inline-block;
        margin: 0;
        font-size: 14px;
        color: #555;
        font-weight: bold;
    }

.cart-feature .color-cart-selected {
    margin-top: 5px;
    color: #888;
    font-size: 12px;
    padding: 2px;
}

    .cart-feature .color-cart-selected i {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-left: 5px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #888;
    }
    .cart-feature .color-cart-selected img {
        width: 25px;
        margin:0;
        margin-left: 5px;
    }
.English .cart-feature .color-cart-selected i {
    margin-right: 5px;
    margin-left: 0;
}

.cart-feature > .actions {
    margin-top: 10px;
    padding: 10px;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .cart-feature > .actions > div.actions-right {
        width: 60%;
    }

    .cart-feature > .actions > div.actions-left {
        width: 40%;
    }

.ctn-count-cart {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}
.actions-right.ctn-count-cart > label {
    margin: 0;
    margin-left: 10px;
}

.actions-right > .remove-cart {
    background-color: #fff;
    color: #888;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 10px;
    padding: 5px 20px;
    font-size: 12px;
    cursor:pointer;
}
.actions-right > .remove-cart i{
    font-size:20px;
    margin-left:5px;
}

    .actions-right > .remove-cart:disabled {
        background-color: #e1e1e1;
    }

    .actions-right > .remove-cart:hover {
        background-color: #fefefe;
    }

.actions-left > div {
    text-align: left;
    padding-left: 10px;
}

.English .actions-left > div {
    text-align: right;
}

.actions-left > .off-cart {
    color: var(--main-color);
    font-size: 12px;
    margin-bottom: 5px;
}

.actions-left > .price-cart {
    color: #555;
    font-weight: bold;
    font-size: 13px;
}

/*#endregion Cart Page */

/*#region best transactions */

.slider-product.full .swiper-slide {
    width: 80%;
    margin-bottom: 0;
}

.slider-product .product-row {
    margin-block: 10px;
}

.badge-number {
    width: 25px;
    height: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff003c;
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
}

.slider-product .product-body {
    -moz-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
}

.slider-product .product-row .product-body {
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

    .slider-product .product-row .product-body .image {
        width: 50px;
    }

    .slider-product .product-row .product-body .info {
        width: calc(100% - 50px);
        margin: 0;
    }

.slider-product .product-body .info a {
    height: 50px;
    margin:0;
}

.slider-product .product-body .info h1 {
    font-size: 12px;
}

.panel-bulkbuyer-head {
    width: 100%;
    padding: 10px 5px 0;
}

    .panel-bulkbuyer-head .panel-bulkbuyer-head-ctn span {
        padding: 10px 20px;
    }
/*#endregion best transactions */

/*#region small display */

@media only screen and (max-width: 991px) {
    .cart-body {
        padding:0;
    }
    .row-manual {
        display: block;
    }
    .cart-rightside,
    .cart-leftside {
        width: 100%;
        margin:0;
    }
    .cart-feature > .actions {
        margin-top: 50px;
        display: block;
    }
    .cart-information > .cart-image {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .actions-right {
        margin-top:15px;
    }
        .actions-right > .remove-cart {
            margin-top: 0px;
            padding: 5px;
            margin-right: 10px;
            margin-left: 0;
        }
    .actions-left > div {
        text-align:right;
    }
    .cart-feature > .actions > div.actions-left {
        width: 100%;
    }
    .cart-rightside {
        background-color: #fff;
        -moz-box-shadow: 0 1px 13px -8px #000;
        -webkit-box-shadow: 0 1px 13px -8px #000;
        box-shadow: 0 1px 13px -8px #000;
        margin-bottom: 10px;
        overflow:hidden;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;

    }
        .cart-rightside .cart-information {
            border: none;
            position: relative;
            margin-bottom: 0px;
        }
        .cart-rightside .cart-information:not(:last-of-type):after {
            position: absolute;
            left: 50%;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: calc(100% - 30px);
            content:" ";
            display:inline-block;
            height:1px;
            bottom:0;
            background-color:#eee;;
        }
    .cart-content.cart-page {
        padding:0;
    }
    .cart-feature .cart-name h5 {
        font-size:12px;
    }
    .actions-left > .price-cart {
        font-size: 15px;
    }
    .cart-content .tab-cart-ctn .nav-pills {
        background-color: #fff;
        margin: 0;
    }
    .cart-rightside {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .cart-body {
        margin-top: 0;
    }
}

        /*#endregion small display*/