﻿
.validatormsg {
    display: inline;
    right: -20px;
    float: right;
    position: relative;
    top: -32px;
}

.cart-area {
    padding-top: 60px;
}

.shoppingcartheader h4 {
    color: #555555;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
}

    .shoppingcartheader h4::after {
        background: #ed1d7f none repeat scroll 0 0;
        bottom: -22px;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 30px;
        z-index: 2;
    }

.shopping-cart-content-area {
    margin-top: 80px;
}

.sccb-shipping.shopping-cart-content-box {
    overflow: auto;
}

.shopping-cart-content-box .pib-item > div {
    margin-bottom: 30px;
}

.cart_totals {
    overflow: visible !important;
}

.sccb-cart-total {
}

.commandtoolbar {
    padding-top: 30px;
    padding-bottom: 30px;
    position: initial;
}

.sccb-cart-button {
    min-height: 38px;
}

.layout-fixed {
    table-layout: fixed;
}

.shopping-cart-table table tr th:nth-child(1), .shopping-cart-table table tr td:nth-child(1) {
    width: 12.5%;
}

.shopping-cart-table table tr th:nth-child(2), .shopping-cart-table table tr td:nth-child(2) {
    width: 12.5%;
}

.shopping-cart-table table tr th:nth-child(3), .shopping-cart-table table tr td:nth-child(3) {
    width: 15%;
}

.shopping-cart-table table tr th:nth-child(4), .shopping-cart-table table tr td:nth-child(4) {
    width: 25%;
}

.shopping-cart-table table tr th:nth-child(5), .shopping-cart-table table tr td:nth-child(5) {
    width: 12.5%;
}

.shopping-cart-table table tr th:nth-child(6), .shopping-cart-table table tr td:nth-child(6) {
    width: 12.5%;
}

.shopping-cart-table table tr th:nth-child(7), .shopping-cart-table table tr td:nth-child(7) {
    width: 5%;
}

.product_price.includede-package {
    font-size: smaller;
    color: gray;
}

.rowgroup {
    background-color: #EEE;
}

    .rowgroup td span {
        width: 120px;
        display: inline-block;
    }

tr.cart_item td {
    position: relative;
}

tr.rowgroup ~ tr.cart_item td:not(.isnotpackage):first-child:before {
    content: ' ';
    position: absolute;
    top: 0;
    height: calc(100% + 1px);
    width: 4px;
    left: 0;
    background-color: #aaa;
}

.griditems.table-responsive {
    overflow-y: hidden;
}

.shopping-cart-table thead tr th, .shopping-cart-table table td {
    background-color: transparent;
}

.wishlist-table.shopping-cart-table {
    overflow-y: hidden;
}

.shopping-cart-table table {
    width: auto;
}

.cart_product_image_value img {
    max-width: initial;
}

.pro-photo-checkout {
    min-width: 90px;
}

.cartsectionsct > div {
    display: block;
}
