* CART PAGE */
.page-head {
    display: flex;
    width: 100%;
    overflow: hidden;
    border-bottom: 0;
    margin: 0 0 12px;
    margin-top: 13px;
}
.cart-title {
    margin-left: 11px;
}
.cart-table {
    margin-top: 5px;
}
.cart-table .product-name {
    font-weight: bold;
    /*margin: 0 0 5px;*/
    color: #333;
    text-align: left;
}
a.cart-link, a.cart-link:visited {
    text-decoration-color: black;
}
a.cart-link span {
    color: black;
}
.product-name {
    padding: 15px 0 7px;
    font-size: 1em;
    font-weight: normal;
    margin: 0px;
}
.product-name a {
    /*font-family: verdana;*/
    font-size: 12px;
}
.short-description {
    margin-top: 15px;
}
#cart-body_json {
    min-height: 200px;
}
.cart-table th {
    padding: 2px 10px;
}
.data-table .tbody .th, .data-table .tbody .td {
    border-bottom: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
    text-align: center;
}
.cart-table .td {
    padding: 10px;
}
.cart-table .td.image, .cart-table .td .product-image {
    width: 225px;
    /*padding: 10px;*/
}
.cart-custom-edits {
    font-size: 11px;
    font-style: italic;
    margin-top: 2px;
}
.cart-table .th.image {
    width: 230px;
}
.cart-table .td.data {
    width: calc(1280px - 225px - 200px - 75px);
    padding: 5px;
}
.cart-table .td.hidden-phone {
    width: 50px;
    padding: 5px;
}
.data-table .th {
    text-align: center;
}
.data-table .th {
    padding: 3px 8px;
    font-weight: bold;
}
caption, .th, .td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}
.th.left-just {
    text-align: left;
    /*width: calc(100vw);*/
}
.nobr {
    white-space: nowrap !important;
}
.data-table tfoot {
    border-bottom: 1px solid 
    #53658B;
}
.data-table tfoot tr {
    background-color: #FFF !important;
}
.cart-collaterals {
    padding: 0px 0 0;
}
.cart-totals {
    /* overrides flex row for now */
    display: inline-block;
}
.discount, .shipping {
    border: 1px solid #53658B;
    padding: 12px 15px;
    margin: 0 0 18px;
    display: none;
}
.discount h2, .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font: bold 13px/16px;
    text-transform: uppercase;
}
.discount .input-box {
    margin: 8px 0 0;
    width: 260px;
}
.discount input.input-text {
    width: 175px;
}
.discount .buttons-set, .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}
.field {
    display: inline-block;
    background-color: #eee;
    padding: 5px;
    border: 6px solid white;
    border-radius: 13px;
    line-height: 15px;
}
.discount, .shipping {
    border: 1px solid 
    #53658B;
    padding: 12px 15px;
    margin: 0 0 18px;
    display: none;
}
.discount h2, .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font: bold 13px/16px;
    text-transform: uppercase;
}
.form-list label {
    color: #8f8f8f;
    /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 9px;
    position: relative;
}
.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}
/*
.row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
}
.row-fluid .span4 {
    width: 200px;
}
*/
.totals {
    float: right;
    border: 1px solid #d9dde3;
    border: 1px solid #d9dde3;
}
.totals table {
    width: 100%;
    margin: 7px 0;
}
.totals .checkout-types {
    font-size: 13px;
    padding: 8px 15px 15px;
    text-align: right;
}
.totals td {
    padding: 1px 15px 1px 7px;
}
.a-right {
    text-align: right !important;
}
.cart-table .btn-continue {
    float: left;
}
.cart-table .btn-update {
    margin-left: 10px;
}
.cart-table .btn-update, .cart-table .btn-empty {
    float: right;
}
dl {
    margin-bottom: 10px;
}
.item-option {
    display: block;
    text-align: left;
}
.item-options option-name {
    display: inline;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    line-height: 16px;
    margin-left: 5px;
}
.item-options option-name:after {
    /* colons need to be embedded in content so they will be considered by translation engine  content: ":";  */
}
.item-options option-value {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0px;
    text-align: left;
    line-height: 15px;
    margin-left: 5px;
}
.remove-desktop {
    margin-top: 15px;
    display: inline-block;
}
.hidden-phone a.remove-desktop, .hidden-phone a:visited.remove-desktop  {
    display: block;
    text-align: center;
}

@media (max-width: 1300px) {
    .cart-table .td.data {
        width: calc(100vw - 225px - 200px - 107px);
    }
}
@media (max-width: 767px) {
    #shopping-cart-table .thead {
        display: none;
    }
    .cart-table .td.image, .cart-table .td .product-image {
        width: 200px;
    }
    .hidden-phone {
        display:none;
    }
    .cart-table .td.data {
        width: calc(100vw - 200px - 52px);
    }
    .cart-custom-edits {
        font-size: 9px;
    }
    .cart-attributes {
        display: block;
        margin-bottom: 15px;
    }
    .cart-heading {
        display: flex;
        font-weight: bold;
    }
    .cart-numbers {
        display: flex;
    }
    .cart-header {
        flex-wrap: wrap;    
        width: 63px;
        border: 1px dotted gray;
        border-bottom: 1px dotted gray;
        text-align: right;
        padding: 2px;
    }
    .cart-number {
        flex-wrap: wrap;    
        width: 63px;
        border: 1px dotted gray;
        border-top: none;
        text-align: right;
        padding: 2px;
    }
    .cart-links {
        display: flex;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .cart-link {
        margin-right: 26px;
    }
    .cart-link.edit {
        margin-left: 5px;
    }
    .cart-link.remove {
        display: block;
        margin-left: auto;
        margin-right: 10px;
    }
}
@media (max-width: 420px) {
    .product-name {
        font-size: .95em;
    }
}
@media (min-width: 768px) {
    .hidden-desktop {
        display:none;
    }
}

#slider-container ul {
    display: flex;
    width: 100%;
}
/* END OF CART PAGE */
