﻿.order-summary-content {
    padding-bottom: 48px;
}

.mfp-close {
    display: none;
}

.cart-collaterals .deals.showDeals {
    display: block !important;
}

.lighboxcontainer {
    max-width: 400px;
    height: auto;
    background-color: rgb(255, 255, 255);
    margin: 100px auto;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.lighboxheadercontainer {
    background-color: rgb(255, 255, 255);
    line-height: 24px;
    padding: 20px;
    font-size: 18px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin: -20px -20px 20px;
    border-radius: 5px;
    border-bottom: 1px solid rgb(229, 229, 229);
    display: none;
}

#cartitem-removepopup .mfp-close {
    display: none;
}

.cart-collaterals .coupon-code {
    display: flex;
}

.cart-collaterals .coupon-code input[type="button"] {
}

.cart-collaterals .coupon-code input[type="text"] {
    flex-grow: initial;
}

.shopping-cart-page .totals {
    float: unset;
    width: unset;
    padding-bottom: 20px;
}

.shopping-cart-page .button-1 {
    padding: 12px 25px;
}

.shopping-cart-page .continue-shopping-button {
    padding: 12px 25px;
    background: #f3eeea;
    border: 0px;
    margin-top: 17px;
    width: 100%;
    color: #4e263e;
    font-weight: 500;
}

.shopping-cart-page .continue-shopping-button:hover {
    background-color: #c02955;
    color: #fff;
}

#delete-item {
    margin: 0px 0px 0px 10px;
    float: right;
    background-color: #C02955;
    color: #fff;
    border: #fb0303;
    padding: 6px 12px;
    border-radius: 5px;
}

.cancelpopup {
    margin: 0px 0px 0px 10px;
    float: right;
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border: 1px solid rgb(204, 204, 204);
    padding: 6px 12px;
    border-radius: 5px;
}

.cancelpopup:hover {
    background-color: rgb(250, 250, 250);
}

#delete-item:hover {
    background: #c02955;
    border: #ea0404;
}

a.product-name:hover {
    color: #4e263e;
}

.item-image {
    width: 206px;
    text-align: center;
}

.item-row {
    width: 100%;
    padding: 15px;
    border: 2px solid #E9E8E6;
    display: flex;
    clear: both;
    position: relative;
    margin-bottom: 16px;
    border-radius: 5px;
}

/* .item-row:first-child {
        border-top: 1px solid #E9E8E6;
    } */

.item-row-multi {
    width: 88%;
    display: flex;
    flex-direction: column;
}

#cart-container {
    width: 100%;
    display: flex;
}

#sidebar {
    width: 415px;
}

#order-listing {
    display: flex;
    flex-direction: column;
    width: calc(100% - 435px);
    margin-right: 20px;
}

.item-product {
    width: 65%;
    text-align: left;
    /* padding-top: 5px; */
    padding-right: 20px;
}

.item-product .sku, .item-product .attributes,
.item-product .recurring-info,
.item-product .rental-info {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 500;
}

.item-product .attributes {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.item-group-price, .item-group-actions {
    width: 50%;
    clear: none;
    padding-top: 0;
    display: flex;
}

.item-group-price {
    width: 35%;
}

.item-group-price .item-price, .item-group-actions .item-price {
    width: 30%;
    text-align: left;
    padding-top: 5px;
}

.item-group-price .item-quantity, .item-group-actions .item-quantity {
    width: 60%;
    text-align: left;
}

.item-group-price {
    text-align: center;
}

.item-total {
    padding-top: 5px;
    font-size: 16px;
    flex-grow: 1;
    font-weight: 600;
    color: #4e263e;
    text-align: left;
    padding-left: 24px;
}

.item-total .discount {
    font-size: 12px;
    padding-top: 14px;
}

.item-total .discount div:last-child {
    margin-top: -2px;
}

.discount-additional-info {
    font-size: 12px;
}

.item-quantity select {
    height: 28px;
    padding: 4px;
}

.item-quantity input.qty-input {
    width: 36px;
    text-align: center;
    height: 34px;
    color: #4e263e;
    font-weight: 500;
    border: 0px;
    border-left: 1px solid #cecccd;
    padding: 8px;
    border-right: 1px solid #cecccd;
    border-radius: 0;
}

.item-product a {
    font-weight: bold;
    color: #c02955;
    display: block;
}

#cart-container {
    color: #4e263e;
    align-items: flex-start;
    align-content: flex-start;
}

.terms-of-service {
    margin: 0 0 20px;
    padding: 0px;
}

.page-subtitle {
    padding-bottom: 16px;
    padding-top: 24px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.cart-total .order-total label,
.cart-total .order-total strong {
    font-size: 18px;
    font-weight: 600;
}

.cart-total .order-total .cart-total-right {
    color: unset !important;
}

.checkout-buttons button {
    display: inline-block;
    min-width: 180px;
    border: none;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
}

/* .totals {
    padding: 14px;
} */

.terms-of-service label {
    cursor: pointer;
    font-size: 12px;
}

.terms-of-service a {
    font-size: 12px;
}

.edit-item a {
    padding: 2px 20px;
    font-size: 12px;
    line-height: 1.8;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
}

.edit-item {
    display: flex;
    padding: 10px 0 0px;
}

.attributes ~ .edit-item {
    padding: 0px;
}

.edit-item a.edit-btn {
    margin-right: 10px;
    background: url(../images/edit-11-16.png) no-repeat;
    border: 0px;
    font-size: 0px;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0px;
}

.edit-item a.edit-btn:hover {
    opacity: 0.8;
}

.product-name {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
}

.checkout-button {
    display: inline-block;
    min-width: 160px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}

.checkout-button:hover {
    background-color: #248ece;
}

.shopping-cart-page .common-buttons {
    margin: 0px;
    font-size: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.cart-footer {
    margin: 30px 0 50px;
}


#cart-options {
    background-color: #f6f6f6;
    display: flex;
    padding: 10px 10px;
    margin-bottom: 20px;
}

.shopping-cart-page .checkout-attributes {
    margin: 20px 0 0;
    clear: both;
    width: 100%;
}

.shopping-cart-page .checkout-attributes dl {
    padding: 14px;
    border: 1px solid #eeebeb;
}

.shopping-cart-page .checkout-attributes textarea,
.shopping-cart-page .checkout-attributes input[type=text] {
    width: 100%;
}

.checkout-attributes .title {
    text-align: left;
    height: 40px;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding: 0 14px;
    background: #f2f2f2;
}

#checkout-attributes-list {
    display: none;
}

.down-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    right: 14px !important;
}

.right-arrow {
    background: url(../images/arrow-right.png) no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 11px;
}

.date-picker-wrapper {
    display: flex;
    width: 100%;
}

.date-picker-wrapper select {
    width: 33%;
    min-width: unset;
}

.date-picker-wrapper select:nth-child(2) {
    margin: 0 0.5%;
}


.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
}

.button.hollow {
    border: 0px;
}

.plusminus.minus {
    width: 36px;
    height: 100%;
    /* background: url("../images/btn_minus.png") no-repeat; */
    background-color: #faf6f3;
    font-size: 20px;
    font-weight: 500;
    color: #c02955;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plusminus.plus {
    width: 36px;
    height: 100%;
    /* background: url("../images/btn_plus.png") no-repeat; */
    background-color: #faf6f3;
    font-size: 20px;
    font-weight: 500;
    color: #c02955;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

.item-quantity .fa {
    font: normal normal normal 12px/1 FontAwesome !important;
}

.fa-minus:before {
    content: "\f068";
}

#order-listing .vendor {
    padding: 0px 0 10px;
}

.item-price label {
    display: none;
}

.item-total label {
    display: none;
}

.item-group-price .item-quantity {
    width: auto;
    display: flex;
    align-items: center;
    height: 36px;
    border-top: 1px solid #cecccd;
    border-bottom: 1px solid #cecccd;
}

.item-top {
    display: flex;
    width: 100%;
}

.item-bottom {
    display: flex;
    width: 100%;
    z-index: 1;
    margin-top: auto;
}

a.removeitem {
    right: 0;
    top: 12px;
    padding: 0px;
    background: url(../images/delete.svg) no-repeat;
    border: 0px;
    font-size: 0px;
    display: block;
    width: 24px;
    height: 24px;
}

a.removeitem:hover {
    opacity: 0.8;
}

#removeall {
    background: url(../images/delete.png) no-repeat;
    border: 0px;
    height: 20px;
    padding-left: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 10px 0px;
    text-align: left;
}

.removesingleitem, .removeallitems {
    display: none;
}

.cart-collaterals > div {
    width: auto !important;
    max-width: unset !important;
    font-size: 16px;
}

.cart-collaterals .discount-label {
    /* padding-right: 20px; */
}

.cart-collaterals {
    width: 100% !important;
    overflow: hidden;
    border-top: 1px solid #cecccd;
    border-bottom: 1px solid #cecccd;
    float: unset !important;
}

.cart-collaterals .deals {
    display: none;
    float: unset;
    margin: 0px;
    padding: 0 15px 20px 15px;
    font-size: 14px;
}

.discount-label {
    cursor: pointer;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    max-width: unset !important;
    margin: 0px !important;
    font-weight: 500;
    justify-content: space-between;
}


.discount-label .nv-plus {
    width: 16px;
    height: 19px;
    /* background: url("../Images/btn_expand.png") no-repeat left center; */
    margin-left: unset;
}

.nv-plus:after {
    content: "+";
    font-size: 34px;
    font-style: normal;
    color: #c02955;
    font-weight: 100;
}

.nv-plus.boxexpanded:after {
    content: "-";
    font-size: 34px;
    font-style: normal;
    color: #c02955;
    font-weight: 100;
}

.cart-collaterals .coupon-box, .cart-collaterals .giftcard-box {
    margin: 0 0 10px;
    padding: 15px;
    background: #fbfcf9;
}


.checkout-buttons2 {
    margin-top: 17px;
}

.checkout-buttons2 .checkout-button {
    width: 100%;
}
/* .special-requirements{
        margin-top:10px;
    } */

.coupon-box .title, .giftcard-box .title {
    font-size: 16px;
    color: #4e263e;
    font-weight: 500;
}

.special-requirements .delivery .title {
    cursor: pointer;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #4e263e;
    font-weight: 500;
}

.special-requirements .delivery {
    width: 100% !important;
    overflow: hidden;
    border-bottom: 1px solid #cecccd;
    float: unset !important;
}

.special-requirements .requirements .title .fa-plus {
    display: none;
}

.shipping-options1 {
    padding: 10px 17px 0px;
    display: none;
}

.shipping-options1 .hint p {
    padding-bottom: 13px;
}

.shipping-options1 .hint p:last-child > span {
    padding-top: 13px;
    display: block;
}

.shipping-options1 .hint p:last-child {
    padding-bottom: 21px;
}

.special-requirements .requirements {
    border-bottom: 1px solid #cecccd;
    /*padding: 16px 17px 19px;*/
}

.requirements .shipping-options {
    margin-top: 5px;
}

.requirements .title {
    font-size: 16px;
    cursor: pointer;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    color: #4e263e;
}

.requirements .title strong {
    font-weight: 500;
}

.shipping-options-container {
    padding: 0px 17px 19px;
    display: none;
}

#counter {
    text-align: right;
    font-size: 12px;
    padding-top: 6px;
}

.item-image img {
    max-width: 100%;
}

.outofstock {
    background: #f6e1e8;
}

.message-error {
    color: #ce748d;
    text-align: left;
    font-style: italic;
}

.requirements .title {
    display: flex;
    justify-content: space-between;
}

.nv-plus {
    width: 16px;
    height: 19px;
    margin-left: auto;
    /* background: url("../Images/btn_expand.png") no-repeat left center; */
}

.boxexpanded {
    background-position-x: right !important;
}

.cart-collaterals .message-success {
    font-size: 14px;
}

.cart-collaterals .current-code {
    font-size: 14px;
}

#cart-postage-delivery-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 790px;
    margin: 20px auto;
}

.mfp-bg {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

#errmsgpopup {
    max-width: 460px;
    margin: auto;
    position: relative;
}

#errmsgpopup .lighboxcontainer {
    max-width: 100%;
    padding: 20px;
}


.shopping-cart-page .button-1, .checkout-page .button-1 {
    background: #c02955;
    font-weight: 600;
}

.shopping-cart-page .button-1:hover, .checkout-page .button-1:hover {
    background: #4e263e;
}

.shopping-cart-page-body .ui-dialog-titlebar {
    border-bottom: 2px solid #fff;
    background: #c02955;
    color: #fff;
}

.shopping-cart-page-body .ui-dialog-content {
    background: #c02955;
    color: #fff;
}

.shopping-cart-page .bonus-buy {
    background: #f2d4dc;
    color: #4e263e;
    padding: 12px 20px;
    margin-bottom: 24px;
    border-radius: 5px;
    font-weight: 500;
}

.shopping-cart-page .bonus-buy a {
    color: #c02955;
    font-weight: 600;
}

.shopping-cart-page .bonus-buy h3 {
    color: #CA4168;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 7px;
}

.shopping-cart-page .bonus-buy a.last {
    display: block;
    font-weight: bold;
    margin-top: 8px;
}

/* Show pp express only on mobile */
.shopping-cart-page .addon-buttons {
    display: block;
    order: 3;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.shopping-cart-page .addon-buttons img {
    margin: 0 auto;
}

@media all and (min-width: 1024px) {
    .shopping-cart-page .addon-buttons {
        display: none;
    }
}

/* .shopping-cart-page .cart-collaterals .coupon-code {
    padding: 0px;
    border: 0px solid #f1f1f1;
  }
  
  .shopping-cart-page .cart-collaterals .coupon-code input[type="text"] {
    border: 1px solid #E9E8E6;
    padding: 3px !important;
  } */



@media all and (max-width: 1199px) {
    .shopping-cart-page .bonus-buy {
        text-align: center;
    }
}



@media all and (min-width: 1000px) and (max-width: 1199px) {

    #sidebar {
        width: 340px;
    }

    #order-listing {
        display: flex;
        flex-direction: column;
        width: calc(100% - 327px);
        margin-right: 15px;
    }

    .item-image {
        width: 150px;
        padding: 0 15px;
    }

    .item-row-multi {
        width: Calc(100% - 150px);
    }

    .item-group-price {
        width: auto;
        padding-right: 10px;
    }

    .item-total {
        padding-left: 10px;
        min-width: 100px;
    }

    .shopping-cart-page .totals {
        padding: 11px 13px;
    }

    .discount-label {
        padding: 14px 10px;
    }

    .requirements .title {
        padding: 14px 10px 14px 10px;
    }

    .special-requirements .delivery .title {
        padding: 14px 10px 14px 10px;
    }

    .shipping-options-container {
        padding: 0px 15px 19px;
    }
    /* .shopping-cart-page .continue-shopping-button {
        margin-top: 10px;
        border: 0px;
    } */

    .checkout-buttons2 {
        margin-top: 10px;
    }

    .shopping-cart-page .common-buttons {
        padding: 0px 13px;
    }

    .checkout-buttons2 {
        padding: 0 13px;
    }

    .shipping-options1 {
        padding: 10px 0px 0px 13px;
    }

    /*.special-requirements .requirements {
        padding: 9px 12px 10px;
    }*/

    .shopping-cart-page .bonus-buy {
        margin-bottom: 11px
    }

    .page-title {
        margin: 0 0 39px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 999px) {

    #cart-container {
        flex-direction: column;
    }

    #order-listing {
        width: 100%;
        padding-right: 0px;
    }

    #sidebar {
        width: 350px;
        margin: auto;
    }

    /* .master-column-wrapper {
        width: 98%;
    } */

    .item-image {
        width: 144px;
        padding: 0 15px;
    }

    .item-row-multi {
        width: Calc(100% - 144px);
    }

    /* .item-top {
        padding-right: 9px;
    } */

    /* .item-total {
        text-align: center;
    } */

    #sidebar {
        display: flex;
        flex-direction: column;
        border: 0px;
        width: 100%;
        margin-top: 12px;
    }

    .shopping-cart-page .totals {
        order: 2;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        padding-bottom: 0;
        /* background: #fbfcf9;
        border: 2px solid #c7c7c7;
        margin-top: 9px;
        padding: 6px 25px; */
    }

    /* .cart-collaterals {
        border: 2px solid #c7c7c7;
        margin-top: 10px;
    } */

    /* .special-requirements .requirements {
        border: 2px solid #c7c7c7;
        padding: 0px;
    } */

    .page-subtitle {
        display: none;
    }

    .checkout-buttons {
        order: 2;
        padding: 0 25px;
    }

    .shopping-cart-page .common-buttons, .checkout-buttons2 {
        display: none;
    }

    .total-info {
        /* max-width: 300px; */
        width: 100%;
        margin: auto auto 20px;
    }

    .requirements .title {
        text-align: left;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 14px 0px;
        /* max-width: 308px;  */
        margin: auto;
    }

    .requirements div.shipping-options-container {
        width: 75%;
        margin: auto;
    }

    .requirements .title .fa-plus {
        color: #8e8e8e;
        margin-left: auto;
    }

    .cart-collaterals .coupon-code input[type="text"] {
        float: left;
        width: 75%;
    }

    .cart-collaterals .coupon-code input[type="button"] {
        float: left;
        width: 25%;
        height: 36px;
        padding: 0;
    }

    .item-group-price .item-quantity {
        /* width: 104px; */
        display: flex;
        align-items: center;
        /* height: 33px; */
    }

    .special-requirements .requirements .title .fa-plus {
        display: block;
    }

    .shipping-options-container {
        padding: 0px 0px 14px;
        display: none;
    }

    .checkout-buttons {
        max-width: 324px;
        margin: auto;
        padding: 0px;
        width: 100%;
    }

    .special-requirements .delivery {
        /*width: 90%;
        margin: auto;*/
        /* text-align: center;
        border: 2px solid #c7c7c7;
        padding: 0px;
        margin:0px; */
    }

    .discount-label {
        max-width: 308px !important;
        margin: auto !important;
        padding: 14px 0px;
    }

    .cart-collaterals > div:first-child {
        /* max-width: 308px !important;
        width: 308px !important; */
    }

    .cart-collaterals > div.deals {
        max-width: unset !important;
        width: 75% !important;
    }

    .cart-collaterals .coupon-box, .cart-collaterals .giftcard-box {
        padding: 15px 0px;
    }

    .deals {
        max-width: 308px !important;
        margin: auto !important;
    }

    .item-product, .item-bottom {
        padding-left: 20px;
    }

    .item-product, .item-bottom {
        width: 65%;
    }

    .item-group-price {
        width: 35%;
    }

    .special-requirements .delivery .title {
        padding: 22px 0px 15px;
    }

    .shipping-options1 .hint p:last-child {
        padding-bottom: 50px;
    }

    .cart-collaterals > div {
        font-size: 14px;
        padding-right: 0px !important;
    }

    .special-requirements .delivery .title {
        font-size: 14px !important;
        text-align: left;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 14px 0px;
        /* max-width: 308px; */
        margin: auto;
    }

    .requirements .title {
        font-size: 14px;
    }

    .cart-total label, .cart-total strong, .cart-total span {
        font-size: 14px;
        /* font-weight: normal; */
    }

    .cart-total .order-total label, .cart-total .order-total strong {
        font-size: 16px;
        /* font-weight: normal; */
    }

    .page-title {
        margin: 0 0 22px;
    }

    .shopping-cart-page .bonus-buy {
        margin-bottom: 18px;
    }

    /* .shopping-cart-page {
        padding: 0 23px;
    } */

    .shipping-options1 .hint p {
        font-size: 12px;
    }

    .shipping-options1 {
        width: 75%;
        margin: auto;
        padding: 10px 0;
    }
    /* .special-requirements {
        margin-top: 9px;
    } */

}

@media all and (min-width: 375px) and (max-width: 767px) {
    #cart-container {
        flex-direction: column;
    }

    #order-listing {
        width: 100%;
        padding-right: 0px;
    }

    #sidebar {
        width: 350px;
        margin: auto;
    }

    /* .master-column-wrapper {
        width: 98%;
    } */

    .item-image {
        width: 58px;
        padding-right: 10px;
    }

    .item-row-multi {
        width: Calc(100% - 58px);
    }

    .item-group-price {
        flex-direction: column;
        align-items: flex-end;
    }

    .item-total {
        text-align: center;
        padding-top: 12px;
    }

    #sidebar {
        display: flex;
        flex-direction: column;
        border: 0px;
        width: 100%;
        margin-top: 20px;
    }

    .shopping-cart-page .totals {
        order: 2;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        padding-bottom: 0px;
        /* background: #fbfcf9;
        border: 2px solid #c7c7c7;
        margin-top: 9px;
        padding: 6px 23px; */
    }

    /* .cart-collaterals {
        border: 2px solid #c7c7c7;
        margin-top: 10px;
    } */

    /* .special-requirements .requirements {
        border: 2px solid #c7c7c7;
        padding: 0px;
    } */

    .page-subtitle {
        display: none;
    }

    .checkout-buttons {
        order: 2;
        padding: 0 25px;
        max-width: 324px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .total-info {
        margin-bottom: 15px;
    }

    .requirements .title {
        text-align: left;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 15px 0px 15px 0px;
    }

    .requirements .title .fa-plus {
        color: #8e8e8e;
        margin-left: auto;
    }

    .cart-collaterals .coupon-code input[type="text"] {
        float: left;
        width: 75%;
    }

    .cart-collaterals .coupon-code input[type="button"] {
        float: left;
        width: 25%;
        height: 36px;
        padding: 0;
    }


    .special-requirements .requirements .title .fa-plus {
        display: block;
    }

    .shipping-options-container {
        padding: 0px 17px 14px;
        display: none;
    }

    .item-group-price {
        width: 106px;
    }

    .item-product {
        width: Calc(100% - 106px);
    }

    /* a.removeitem {
        background-size: 65%;
    } */

    /* .item-row:first-child {
        border-top: 1px solid #eeeeee;
    }

    .item-row {
        border-bottom: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    } */

    .requirements .title {
        font-size: 14px;
    }

    .cart-total label,
    .cart-total strong,
    .cart-total span {
        font-size: 14px;
        /* font-weight: normal; */
    }

    .cart-collaterals > div {
        font-size: 14px;
    }

    .shipping-options1 .hint p {
        padding-bottom: 13px;
        font-size: 12px;
    }

    /* .nv-plus {
        width: 15px !important;
        height: 15px !important;
        background: url(../Images/btn_expand_mobile.png) no-repeat left center !important;
        margin-left: auto !important;
    } */

    .nv-plus.boxexpanded {
        background-position-x: right !important;
    }

    /* .shopping-cart-page {
        padding: 0 4px;
    } */

    .item-total .discount {
        font-size: 10px;
    }

    .item-total .discount div:last-child {
        margin-top: -1px;
    }

    /* .special-requirements .delivery {
        text-align: center;
        border: 2px solid #c7c7c7;
        padding: 0px;
        margin: 0px;
    } */
    .special-requirements .delivery .title {
        text-align: left;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 15px 0px 15px 0px;
        font-size: 14px;
    }
    /* .special-requirements {
        margin-top: 9px;
    } */
}

@media all and (max-width: 374px) {
    #cart-container {
        flex-direction: column;
    }

    #order-listing {
        width: 100%;
        padding-right: 0px;
    }

    #sidebar {
        width: 350px;
        margin: auto;
    }

    /* .master-column-wrapper {
        width: 98%;
    } */

    .item-image {
        width: 58px;
        padding-right: 10px;
    }

    .item-row-multi {
        width: Calc(100% - 58px);
    }

    .item-group-price {
        flex-direction: column;
        align-items: flex-end;
    }

    .item-total {
        text-align: center;
        padding-top: 12px;
    }

    #sidebar {
        display: flex;
        flex-direction: column;
        border: 0px;
        width: 100%;
    }

    .shopping-cart-page .totals {
        order: 2;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        /* background: #fbfcf9;
        border: 2px solid #c7c7c7;
        margin-top: 9px;
        padding: 6px 25px; */
    }

    /* .cart-collaterals {
        border: 2px solid #c7c7c7;
        margin-top: 10px;
    }

    .special-requirements .requirements {
        border: 2px solid #c7c7c7;
        padding: 0px;
    } */

    .page-subtitle {
        display: none;
    }

    .checkout-buttons {
        order: 2;
        padding: 0 25px;
    }

    .total-info {
        margin-bottom: 20px;
        margin-left: -32px;
        margin-right: -32px;
    }

    .requirements .title {
        text-align: left;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 15px 0px;
    }

    .requirements .title .fa-plus {
        color: #8e8e8e;
        margin-left: auto;
    }

    .cart-collaterals .coupon-code input[type="text"] {
        float: left;
        width: 70%;
    }

    .cart-collaterals .coupon-code input[type="button"] {
        float: left;
        width: 30%;
        height: 36px;
        padding: 0;
    }


    /* .item-group-price .item-quantity {
        width: 104px;
        display: flex;
        align-items: center;
        height: 33px;
    } */

    .special-requirements .requirements .title .fa-plus {
        display: block;
    }

    .shipping-options-container {
        padding: 0px 17px 14px;
        display: none;
    }

    .item-group-price {
        width: 85px;
    }

    .item-product {
        width: Calc(100% - 85px);
        padding-right: 5px;
    }

    /* .special-requirements .delivery {
        text-align: center;
        border: 2px solid #c7c7c7;
        padding: 0px;
        margin: 0px;
    } */
    .special-requirements .delivery .title {
        text-align: left;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 15px 0px;
    }
    /* .special-requirements {
        margin-top: 9px;
    } */
}

@media all and (min-width: 769px) {
    .cart-footer .cart-collaterals {
        width: 100%;
    }

    .cart-footer .cart-collaterals {
        width: 350px;
        max-width: 100%;
        margin: 0 auto 50px;
        padding: 25px 0 0;
        float: unset;
    }
}


@media all and (min-width: 800px) {
    .cart-footer .cart-collaterals {
        width: 100%;
    }

    .cart-footer .cart-collaterals .deals {
        float: left;
        width: 360px;
    }

    .cart-footer .cart-collaterals .shipping {
        float: right;
        width: 360px;
    }

    .cart-footer .cart-collaterals {
        margin: 0 auto 50px;
    }
}

@media all and (min-width: 1001px) {
    .shopping-cart-page .selected-checkout-attributes {
        float: right;
        max-width: 395px;
        padding: 37px 0 0px 9px;
        margin: 0px;
    }
}

@media all and (min-width: 1000px) {
    .master-column-wrapper {
        margin: 35px auto 0;
    }

    .page-title {
        position: static;
        margin: 0 0 26px;
    }

    #sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
    }

    .checkout-buttons .continue-shopping-button {
        display: none;
    }
}

@media (max-width: 999px) {
    .page-title {
        margin-bottom: 20px;
    }

    .shopping-cart-page .common-buttons, .checkout-buttons2 {
        display: none;
    }

    .shopping-cart-page .continue-shopping-button {
        margin-top: 0;
        margin-bottom: 12px;
        padding: 12px 26px;
        font-size: 16px;
    }

    .shopping-cart-page .button-1 {
        padding: 12px 26px;
        font-size: 16px;
        margin-top: 4px;
    }

    .we-accept-apple-pay {
        order: 3;
        margin-bottom: 0;
        margin-top: 16px;
        max-width: 324px;
        margin-left: auto;
        margin-right: auto;
    }

    .we-accept-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .we-accept-wrapper img {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .shopping-cart-page .bonus-buy {
        margin-bottom: 10px;
    }

    .item-total {
        padding-left: 10px;
    }

    .discount-label {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .item-row {
        padding: 12px;
        margin-bottom: 8px;
    }

    .item-quantity input.qty-input {
        width: 24px;
        height: 22px;
        padding: 0;
        font-size: 12px;
    }

    .item-group-price .item-quantity {
        width: auto;
        display: flex;
        align-items: center;
        height: 24px;
    }

    .plusminus.minus, .plusminus.plus {
        width: 24px;
        font-size: 16px;
    }

    .product-name {
        font-size: 14px;
    }

    a.removeitem {
        width: 15px;
        height: 15px;
    }

    .edit-item {
        padding-top: 0;
    }

    .total-info {
        margin-bottom: 15px;
        margin-left: -32px;
        margin-right: -32px;
    }

    .cart-total td {
        padding: 22px 32px;
    }
}

@media (max-width: 640px) {
    .total-info {
        margin-left: -20px;
        margin-right: -20px;
    }

    .cart-total td {
        padding: 22px 20px;
    }
}
