.modal-add-to-cart .close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    right: 1rem; 
    top: 0rem;
    z-index: 3;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.65);
}
.offers-container {
    padding: 1rem 1rem 1rem 2rem;
    text-align: left;
}

.image-container {
    padding-left: 0px;
    overflow: hidden;
}

.offer-image {
    /* object-fit: cover;
    width: 100%; */
    /* height: 85% */
    object-fit: cover;
    width: 100%;
    padding: 2px;
    height: 100%;
}

.logo-container {
    align-items: center;
    display: flex;
    height: 5.5rem;
}

.extend-logo {
    max-width: 35%;
}

svg.plus {
    opacity: 0.75;
    height: 1.7rem;
    margin: 0 1.3rem;
}

.merchant-logo {
    max-width: 17.5rem;
}

.terms-link {
    font-size: 1.4rem;
    font-weight: normal;
    height: 2rem;
    text-decoration: none;
    opacity: 0.75;
    float: left;
    color: #141617;
}

.offered-by {
    color: #141617;
    opacity: 0.75;
    float: right;
}


.border-size-2 {
    border-top: 3px solid #c9c0c0;
}

.extend-offers {
}

.extend-offers .button-group {
    display: flex;
    justify-content: center;
}

.extend-offers .button {
    background: transparent;
    border: 1px solid;
    border-color: #141617;
    border-color: rgba(20, 22, 23, 0.5);
    border-radius: 0.4rem;
    cursor: pointer;
    transition: border 200ms, box-shadow 200ms;
    color: #141617;
}

.extend-offers .btn-offer {
    border-radius: 0.4rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 8.1rem;
    margin-right: 7px;
    margin-top: 1rem;
    max-width: 50%;
    overflow: hidden;
    /* padding: 1.1rem 1.7rem 0.5rem 1.1rem; */
    position: relative;
    width: 11.7rem;
}

.extend-offers .btn-offer {
    display: inline-block !important;
    font-size: inherit;
    user-select: none;
}

.extend-offers .divider, .extend-offers .term-length {
    /* font-size: 1.2rem; */
    font-size: 18px;
    white-space: nowrap;
    float: left;
}

.extend-offers .term-length {
    font-weight: bold;
    float: left;
}

.extend-offers .plan-price {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.4rem;
    white-space: nowrap;
    float: left;
}

.extend-offers .button.active {
    border-color: rgba(35, 100, 150, 0.5);
    box-shadow: 0 0 0 1px inset #236496;
    background-color: #236496;
    color: #FFFFFF;
}

.extend-offers .button:hover {
    border-color: rgba(35, 100, 150, 0.5);
    box-shadow: 0 0 0 1px inset #236496;
    background-color: #236496;
    color: #FFFFFF;
}

.extend-offers .banner-svg {
    /* font-size: .8rem; */
    font-weight: bold;
    /* height: 6.5rem; */
    position: absolute;
    right: -29px;
    top: -4px;
    width: 5.9rem;
    z-index: 1;
}

.extend-offers .btn-offer .svg-active {
    display: none;
}

.extend-offers .btn-offer .svg-deactive {
    display: block;
}

.extend-offers .btn-offer.active .svg-active {
    display: block;
}

.extend-offers .btn-offer.active .svg-deactive{
    display: none;
}

.extend-offers .btn-offer:hover .svg-active {
    display: block;
}

.extend-offers .btn-offer:hover .svg-deactive {
    display: none;
}



.modal-add-to-cart .simple-button {
    border-radius: 4px;
    background-color: rgb(35, 100, 150);
    padding: 10px;
    color: #ffffff;
    border: 1px solid #236496;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 10px;
}

.modal-add-to-cart .btn-primary {
    border: 1px solid #0A92CA;
    background: #0A92CA;
    color: #fff;
}

.modal-add-to-cart .btn-primary:hover {
    border: 1px solid #0A92CA;
    background: #fff;
    color: #0A92CA;
}

.modal-add-to-cart .btn-secondary {
    border: 1px solid #3b0540;
    background: #3b0540;
    color: #fff;
}

.modal-add-to-cart .btn-secondary:hover {
    border: 1px solid #3b0540;
    background: #fff;
    color: #3b0540;
}

.modal-add-to-cart .checkbox-block {
    color: #1e9ed1;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}

.modal-add-to-cart .extend-confirm-checkbox {

}

/*Custom Quantity Button*/
.custom-quantity-button {
    margin: 20px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #236496;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.custom-quantity-button span{
    width: 25%;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}
.custom-quantity-button span.num {
    width: 50%;
    background: #fff;
    color: #000;
    font-size: 19px;
    border-right: 2px solid rgba(0,0,0,0.2);
    border-left: 2px solid rgba(0,0,0,0.2);
    pointer-events: none;
    padding: 2px 0;
}

.product-row {
    padding: 0 10px;
}

.product-row .product-image {
    max-width: 80px;
    max-height: 80px;
}

.product-row .product-text {
    color: #236496;
    font-size: 18px;
}

.product-row .product-value {
    color: #236496;
    font-size: 18px;
}

.product-row .product-text-small {
    color: #7c7c7c;
}

.product-row .cart {
    font-size: 20px;
    /*margin-top: 20px;*/
}

.product-row .cart-text {
    color: #236496;
    float: left;
}
.product-row .cart-value {
    color: #3b0540;
    float: right;
}
.product-row .cart-float-right {
    float: right;
    color: #7c7c7c;
}

.modal-add-to-cart .modal-body {
    max-width: unset;
    max-height: unset;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cart-section {
    border-radius: 4px;
    border: 1px solid #0A92CA;
    background: #fff;
}

.cart-section:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    display: block;

}
@media (max-width: 576px) {
    .extend-offers .divider, .extend-offers .term-length {
        /* font-size: 1.2rem; */
        font-size: 14px;
        white-space: nowrap;
        float: left;
    }
    .merchant-logo {
        max-width: 10.5rem;
    }
    .col-xs-6 {
        width: 50%;
    }
}