#SaveCartModal .modal-content {
    border-width: 1px;
    border-color: rgb(219, 212, 220);
    border-style: solid;
    background-color: #fff;
    height: auto;
}

#SaveCartModal .modal-body {
    padding-top: 0;
    text-align: center;
    height: auto;
}

#SaveCartModal .modal-dialog {
    width: 50%;
}

.pay-btns {
    float: right;
}

.pay-btns form {
    display: inline-block;
}

.paypal-btn {
    float: left;
    margin-right: 10px;
    margin-top: 16px;
}

.secure-chkout-btn {
    margin-bottom: 10px;
}

.itemName {
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.giftCardIncludeText {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.includePrice {
    color: #236399;
    font-size: 14px;
    font-weight: bold;
}

.secure-chkout-small {
    background-color: rgb(59, 5, 64);
    border: 0 none;
    border-radius: 4px;
    /* box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.24); */
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
    padding: 5px 15px 5px 45px;
    text-align: center;
    margin-bottom: 10px;
}

.secure-chkout-small-btn {
    position: relative;
}

.secure-chkout-small-btn .fa-lock {
    color: #ffffff;
    left: 20px;
    position: absolute;
    top: 34px;
}


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .cart-ml-10 {
        margin-left: 10px !important;
    }
}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .cart-ml-10 {
        margin-left: 10px !important;
    }
}


/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .cart-ml-10 {
        margin-left: 0px !important;
    }
}


/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .cart-ml-10 {
        margin-left: 0px !important;
    }
}


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .cart-ml-10 {
        margin-left: 0px !important;
    }
}


/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .cart-ml-10 {
        margin-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .pay-btns {
        width: 100%;
        text-align: center;
    }
    .paypal-btn {
        width: 100%;
    }
    .paypal-btn .header {
        display: none;
    }
    .secure-chkout-small {
        width: 225px;
        margin-bottom: 10px;
    }
    .secure-chkout-small-btn .fa-lock {
        left: 67px;
    }
    .box-row {
        margin-right: 0px;
    }
}

@media (min-width: 768px) {
    .tax-section-element .form-horizontal .control-label {
        text-align: left;
    }
}

.shipping-tax-section {
    background-color: #fff;
    padding: 10px 20px;
}

.shipping-tax-section .tax-section-label {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.shipping-tax-section .shopping-account {
    float: left;
    padding: 12px 19px;
    width: 100%;
}

.shipping-tax-section .international-chkout {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px;
    color: #3b0540;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    padding: 18px 56px;
    margin-left: 7px;
    margin-top: 10px;
    margin-bottom: 25px;
    width: 96%;
}

.shipping-tax-section .international-chkout-btn .fa-globe {
    color: #3b0540;
    left: 26px;
    position: absolute;
    top: 27px;
}

.shipping-tax-section .international-chkout-txt p,
.shipping-tax-section .zip-message p {
    font-size: 16px;
    text-align: center;
    margin: 9px;
}

.shipping-tax-section .checkbox {
    color: #000!important;
    font-style: unset;
}

.shipping-tax-section .checkbox label {
    font-weight: 600;
}

.text-primary {
    color: #0A92CA;
}

.cart-main-panel {
    margin-top: 5px;
}

.cart-help-message p {
    padding-top: 70px;
    color: #3b0540;
    font-size: 26px;
}

.cart-help-message .msg-xs {
    color: #3b0540;
    font-size: 26px;
    text-align: center;
}

.cart-shopping-price-btns {
    padding: 7px 15px !important;
}


/*Secure Checkout*/

.payment-btn-checkout.sidebar-chkout {
    text-align: center;
    margin-bottom: 20px;
}

.payment-btn-checkout.sidebar-chkout a:hover,
.payment-btn-checkout.sidebar-chkout a:focus {
    text-decoration: none;
    color: #ffffff;
}

.sidebar-chkout .secure-chkout i.fa-lock {
    color: #ffffff;
    font-size: 1.1em;
    margin-right: 10px;
}

.sidebar-chkout .secure-chkout {
    padding: 18px 19px;
    margin-bottom: 33px;
}


/*Paypal button*/

.paypal-btns>.paypal-button {
    text-align: center !important;
    margin-top: 5px;
}


/*Clear child floats*/

.clear-child-floats::after {
    content: '';
    display: block;
    clear: both;
}

.sidebar-total.shipping-total {
    margin-bottom: 30px;
}

.shipping-tax-section .sidebar-total .shopping-account {
    padding: 5px 19px;
}


/*Affirm Button*/

.sidebar-affirm {
    text-align: center;
    /* margin-bottom: 30px; */
    margin-top: 30px;
}

.sidebar-affirm>a>img {
    max-width: 250px;
}


/*check out item box*/

.chkout-item-box .box-img {
    width: auto!important;
    float: none!important;
}

.chkout-item-box .box-content {
    width: auto!important;
}

.chkout-item-box .close-icon {
    position: absolute;
    top: 0px;
    left: 8px;
    padding: 4px;
}

.chkout-item-box .box-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chkout-item-box .box-price-list {
    padding-top: 0px;
}

/* .chkout-item-box .quantity {
    padding-top: 10px;
} */

.chkout-item-box .box-descr {
    width: 100%;
    float: none;
}

.chkout-item-box .item-price-quantity {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.chkout-item-box .item-price-quantity .box-price-list {
    float: none;
}

.chkout-item-box .header {
    font-size: 24px;
    margin-bottom: 0px;
}

.chkout-item-box .box-descr .warranty span.italic {
    display: block;
}

.shopping-buttons {
    margin: 20px 35px 20px 0;
}


/*SubTotal section*/

.subTotal-section {
    background: #fff;
    margin-top: 30px;
    padding: 15px 20px;
}

.font-b {
    font-weight: bold;
}

.fs-18 {
    font-size: 18px;
}

.pt-2 {
    padding-top: 10px;
}

.text-green {
    color: #01be57;
}

.d-flex {
    display: flex;
}

.first-col,
.third-col {
    width: 45%;
    border-bottom: 1px solid lightgray;
}

.second-col {
    width: 10%;
    color: lightgrey;
}

.or-section {
    height: 35px;
    text-align: center;
    padding-top: 25px;
    max-width: 310px; 
    width: 100%;
}

.paypal-section {
    /* padding: 0 35px; */
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .shopping-buttons {
        margin: 20px 0 20px 0;
    }
    .chkout-item-box .box-content {
        width: 100%!important;
    }
    .chkout-item-box .box-content .box-img a img {
        margin: 0 auto;
    }
    .chkout-item-box .header {
        text-align: center;
        margin-bottom: 5px;
    }
    .chkout-item-box .clear-child-floats {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .chkout-item-box .clear-child-floats .quantity {
        /* width: 100px; */
        width: auto !important;
    }
    .chkout-item-box .box-descr .warranty {
        margin-bottom: 10px;
        text-align: center;
    }
    .chkout-item-box .thumb-header .catg-img-header {
        text-align: center;
    }
}

.arrival-date-msg {
    text-align: center;
    color: #3b0540;
}

.comp-promo-message {
    padding-top: 10px;
    padding-bottom: 0px;
}

.quantity-text-btn {
    display: inline-block;
    position: relative;
}

.quantity-text {
    display: inline-block;
    height: 36px;
}

.cart-promo-header {
    font-size: 25px;
    color: #236496;
    font-weight: bold;
    margin-bottom: 5px;
}

.charts-link {
    text-decoration: none;
}

.charts-link:hover {
    text-decoration: none;
}

.cart-promo-img {
    text-align: center;
}

.arrival-date-btn {
    background-color: rgb(35, 100, 150);
    box-shadow: none;
    text-shadow: none;
}

.arrival-date {
    color: #ffffff;
}

.arrival-date:hover {
    color: #ffffff;
}

.or-img {
    padding: 10px 10px;
    background-image: url('/img/layout/or.png');
    background-repeat: no-repeat;
    background-position: center;
}

.clear {
    clear: both;
}

.pickup-question{
    cursor: pointer;
}
.paypal-btns{
    margin-top: 30px;
}
.extend-offer .button{
    border-radius: 5px !important;
}
.low-inventory-text{
    color:#236399;
}
.cs-btn{
    /* align-items: center;
    width: 100%; */
    border-radius: 4px;
    background-color: rgb(35, 100, 150);
    padding: 10px;
    color: #ffffff;
    border: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    align-items: center;
    width: fit-content;
    justify-content: center;
    /* margin: 0px !important; */
}
.cs-btn input{
    padding: 0 !important;
    background: transparent;
    border: none;
}

/* .arrival-date-btn btn:hover, .arrival-date-btn.btn:focus, .arrival-date-btn.btn.focus {
    color:#ffffff;
} */