#modal-ups-access-points .modal-body {
    padding: 0;
}
#modal-ups-access-points .modal .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: 2rem;
    top: 5rem;
    z-index: 3;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.65);
}

#modal-ups-access-points .modal-dialog {
    color: black;
}

.offers-container {
    padding: 3rem 5rem 3rem 5rem;
    text-align: left;
}

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

#modal-ups-access-points .logo {
    max-height: 100%;
}

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-1 {
    border-top: 1px solid #eee;
}

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

.ups-access-point-cards {

}

.ups-access-point-cards .gps-icon {
    color: #187ca2;
    content: "\f041";
    font-size: 2em;
    left: -9px;
    position: absolute;
    top: 5px;
    width: 50px;
    z-index: -99;
}

.ups-access-point-cards .ups-access-point-card {
    height: 12rem;
    padding: 1.1rem 1.7rem 0.5rem 1.1rem;
    position: relative;

    background: #fab90338;
    border: 1px solid;
    border-color: #fab90338;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: border 200ms, box-shadow 200ms;
    color: #141617;

}

.ups-access-point-cards .ups-access-point-card.selected{
    background: #1775bd45;
    border-color: #1775bd45;
}

.ups-access-point-cards .ups-access-point-card:hover {
    border-color: #1775bd00;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .ups-access-point-cards .ups-access-point-card {
        height: 14rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .ups-access-point-cards .ups-access-point-card {
        height: 14rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .ups-access-point-cards .ups-access-point-card {
        height: 12rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}



.ups-access-point-cards .btn-offer {
    display: inline-block !important;
    font-size: inherit;
    user-select: none;
}

.ups-access-point-cards .divider, .ups-access-point-cards .term-length {
    font-size: 1.2rem;
    white-space: nowrap;
    float: left;
}

.ups-access-point-cards .term-length {
    font-weight: bold;
    float: left;
}

.ups-access-point-cards .plan-price {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.4rem;
    white-space: nowrap;
    float: left;
}

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

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

.ups-access-point-cards .banner-svg {
    font-size: .8rem;
    font-weight: bold;
    height: 6.5rem;
    position: absolute;
    right: -0.6rem;
    top: -0.7rem;
    width: 5.9rem;
    z-index: 1;
}

.ups-access-point-cards .btn-offer .svg-active {
    display: none;
}

.ups-access-point-cards .btn-offer .svg-deactive {
    display: block;
}

.ups-access-point-cards .btn-offer.active .svg-active {
    display: block;
}

.ups-access-point-cards .btn-offer.active .svg-deactive{
    display: none;
}

.ups-access-point-cards .btn-offer:hover .svg-active {
    display: block;
}

.ups-access-point-cards .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 .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;
}