
.shopping-cart-icon:before {
    display: inline-block;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 8px;
    content: url(/services/cross-border/_assets-custom/mpo/images/icons/icon-shopping-cart.svg);
}

.modal .close {
    top: 26px;
    right: 26px;
    width: 24px;
    height: 24px;
}

.modal .close:before {
    content: url(/dvl/v1.0/assets/images/ui/ui-close-blue.svg);
    width: 18px;
    height: 18px;
}

.banner .fs-16 {
    font-weight: 400;
}

.banner .snipe.pill {
    height: 22px;
}

.banner .snipe.pill span {
    padding: 3px 10px;
}

.banner .banner-sub-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.mpo-cart-header hr {
    border-color: #E0E0E0;
}

.products .product-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.products ul li img {
    min-width: 24px;
    width: 24px;
    height: 24px;
}

.product-img {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
}

.product .block-img {
    overflow: hidden;
}

.product-name {
    margin-left: 24px !important;
}

.modal-inner td:not(.roboto-bold) {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.product-modal-title {
    text-align: center;
}

.mpo-cart {
    position: fixed;
    display: inline-block;
    right: 0;
    width: 550px;
    height: 100%;
    z-index: 1999;
    visibility: hidden;
    overflow: auto;
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, .3);
    background: white;
    transform: translateX(100%);
    transition: transform .3s, visibility .3s;
    transition: transform .3s, visibility .3s, -webkit-transform .3s;
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, .3);
}

.mpo-cart.open {
    visibility: visible
}

.mpo-cart.open {
    transform: translateX(0%);
    transition: transform .3s;
}

.mpo-cart .mpo-cart-close {
    top: 31px;
    right: 18px;
    position: absolute;
    display: inline-block;
    height: 24px;
    width: 24px;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.mpo-cart .mpo-cart-inner {
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 26px;
    padding-bottom: 50px;
}

/* Text: Heading (Future)/heading-md */
.mpo-cart-header h1 {
    margin-top: 5px;
    font-family: "RBCDisplay";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.26px;
}

.mpo-cart .mpo-cart-header img {
    margin-right: 10px;
}

.mpo-cart .mpo-cart-item .mpo-cart-item-product-img {
    border-radius: 2px;
    background-color: #E7EEF1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 96px;
    height: 59px;
}

#d2d-static-cart-item .mpo-cart-item-product-img {
    width: 125px;
    height: 79px;
}

.mpo-cart .mpo-cart-item .mpo-cart-item-product-type {
    color: #6F6F6F;
}

.mpo-cart .mpo-cart-item .mpo-cart-item-product-cost .cost-label {
    font-weight: 400;
}

.mpo-cart span.mpo-cart-total-cost span {
    font-weight: 400;
}

.mpo-cart .mpo-cart-item {
    position: relative;
    margin-bottom: 24px;
}

.mpo-cart .mpo-cart-item+.mpo-cart-item {
    border-top: solid #E0E0E0 1px;
    padding-top: 15px;
}

.mpo-cart .snipe.pill {
    height: auto;
    border-radius: 4px;
}

.mpo-cart .snipe.pill.float {
    position: absolute;
    top: -14px;
}

.mpo-cart .mpo-cart-item:first-child .snipe.pill.float {
    top: -28px;
}

.mpo-cart .snipe.pill span {
    background: #FFC72C;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 12px;
    letter-spacing: -0.2px;
}

.mpo-cart .mpo-cart-item .mpo-cart-item-remove-btn {
    color: #006AC3;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.mpo-cart .mpo-cart-item .text-sm {
    font-weight: 300;
}

.mpo-cart .mpo-cart-apply-btn {
    font-size: 20px;
    line-height: 18px !important;
    padding: 16px;
    margin-bottom: 20px;
    height: auto !important;
    font-weight: 500 !important;
}

.mpo-cart #mpo-cart-olb-client-accordion-title {
	font-size: 2.2rem;
	line-height: 2.8rem;
    color: #006AC3;
}

.mpo-cart .tooltip-trigger .trigger-icon {
    margin-left: 0;
}

.mpo-cart .mpo-cart-email-iframe {
    height: 225px;
}

.mpo-cart-discount {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 7px;
}

.mpo-cart-overlay {
    background-color: rgba(56, 56, 56, .8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s;
    z-index: 1998;
}

body.mpo-cart-overlay-visible {
    overflow: hidden !important;
}

body.mpo-cart-overlay-visible #dvl-wpr > main,
body.mpo-cart-overlay-visible #dvl-wpr > header,
body.mpo-cart-overlay-visible #dvl-wpr > footer {
    position: fixed !important;
    width: 100vw !important;
}

.mpo-cart-overlay.mpo-cart-overlay-visible {
    opacity: 1;
}

.cross-sell-products.single-item .carousel-item {
    width: 360px;
}

.cross-sell-products.multi-items .carousel-item {
    width: 379px; /* width 360px + padding left: 15px right: 4px  */
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.cross-sell-products-container {
    background: #F5F8F9;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 11px;
    padding-right: 11px;
}

.cross-sell-products-container.carousel-wpr {
    padding-right: 0;
}

.cross-sell-products.multi-items .carousel-item:first-child {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.product-features.disc-list li {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
}

.product-modal-title,
.cross-sell-product-modal h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 48px;
    white-space: nowrap;
}

#cross-sell.custom-mar-t {
    margin-top: 20px !important;
}

.cross-sell-product-container {
    background: white;
    padding: 24px 16px;
    border: 1px solid #E0E0E0;
}

/* mobile */
@media only screen and (max-width: 639px) {
    .modal .close {
        width: 18px;
        height: 18px;
    }

    .modal .close:before {
        width: 18px;
        height: 18px;
    }

    /* .cross-sell-product-modal .close {
        top: 20px;
        left: 16px;
        right: unset;
        width: 18px;
        height: 18px;
    } */
    
    /* .cross-sell-product-modal .close:before {
        content: url(/dvl/v1.0/assets/images/ui/ui-chevron-left-blue.svg);
        width: 18px;
        height: 18px;
    } */

    .cross-sell-product-modal .modal-inner {
        margin: 15px 4px 20px 20px;
    }

    .products .product-text {
        font-size: 14px;
        line-height: 22px;
    }

    .modal-inner td.roboto-bold {
        font-size: 14px;
    }   

    .modal-inner td:not(.roboto-bold) {
        font-size: 12px;
    }

    .product-modal-title {
        text-align: left;
        padding: 0 15px;
    }

    .product .snipe.pill span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

    .product .block-img {
        height: auto;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .product-section .product.block-wpr .block-img img.product-img {
        width: 42%;
    }

    .product-name {
        margin-left: 12px !important;
    }

    .product-section .product.block-wpr .block-img img.avion-corner {
        max-width: 80px;
    }

    .mpo-cart {
        top: 15px;
        right: 15px;
        left: 15px;
        margin-bottom: 15px;
        width: calc(100% - 30px);
        height: auto;
        max-height: calc(100% - 30px);
    }

    .mpo-cart .mpo-cart-inner {
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .mpo-cart-header h1 { 
        padding-bottom: 8px;
        font-size: 25px;
    }

    .mpo-cart .mpo-cart-item .mpo-cart-item-product-img {
        height: 62px;
    }

    .mpo-cart .mpo-cart-apply-btn {
        font-size: 1.6rem;
        line-height: 1.8rem;
        margin-bottom: 16px;
    }

    .mpo-cart .mpo-cart-item .mpo-cart-item-product-title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 5px;
    }

	.mpo-cart .mpo-cart-item .mpo-cart-item-product-cost {
		line-height: 1.8rem;
	}

	.mpo-cart #mpo-cart-olb-client-accordion-title {
		font-size: 1.6rem;
	}

    .modal-inner .fs-36 {
        font-size: 18px;
        line-height: 32px;
    }

    #mpo-cart-olb-client-accordion-set {
        margin-top: 17px !important;
    }

    .cross-sell-products.single-item .carousel-item {
        width: 259px;
    }
    
    .cross-sell-products.multi-items .carousel-item {
        width: 278px; /* width 259px + padding left: 15px right: 4px  */
        padding-left: 3px !important;;
        padding-right: 3px !important;;
    }

    .cross-sell-products-container {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .cross-sell-products-container.carousel-wpr {
        padding-right: 0;
    }

    .cross-sell-products.multi-items .carousel-item:first-child {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .product-features.disc-list li {
        font-size: 1.2rem;
    }

    .sign-up-button {
        padding: 12px 15px !important;
    }

    .product-modal-title,
    .cross-sell-product-modal h3 {
        font-size: 14px;
    }

    #cross-sell.custom-mar-t {
        margin-top: 18px !important;
    }

    .cross-sell-product-container {
        padding: 24px 16px 16px;
    }
}

.gap-12 {
    gap: 12px;
}

.gap-16 {
    gap: 16px;
}

.cross-sell-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.cross-sell-product-detail {
    padding-right: 10px;
}

.cross-sell-product-actions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-grow: 1;
    margin-top: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.cross-sell-product-actions .newwindow-link:after {
    margin-left: 7px;
}

.cross-sell-product-type {
    margin: 0 0 4px;
    font-size: 14px;
}

.cross-sell-product-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.cross-sell-product-img {
    border-radius: 2px;
    background-color: #E7EEF1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 63px;
    min-width: 63px;
    height: 40px;
}

.cross-sell-product-cost {
    font-size: 12px;
}

.cross-sell-product-cost .cost-label {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.cross-sell-product-extra {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#cross-sell .slick-dots li button:before {
    width: 8px;
    height: 8px;
}

#cross-sell .slick-dots li.slick-active button {
    width: 24px;
}

#cross-sell .slick-dots li.slick-active button:before {
    width: 24px;
    content: "";
    background-color: #006AC3;
    border-radius: 99px;
}

#cross-sell .slick-arrow.slick-disabled {
    cursor: auto;
}

.carousel-wpr .carousel-ctrl .carousel-prev.slick-disabled:before,
.carousel-wpr .carousel-ctrl .carousel-next.slick-disabled:before {
    width: 0;
}

.cross-sell-product-actions .newwindow-link:after {
    margin-left: 7px;
}

.cross-sell-product-add-btn:before {
    content: url(/dvl/v1.0/assets/images/ui/ui-expand-blue.svg);
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
}

.tooltip.info {
    text-align: left !important;
}

.mpo-cart ul li,
.tooltip.info ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
}

@media (min-width: 639px) and (max-width:1200px) {
    .mpo-cart ul li,
    .tooltip.info ul li {
        font-size:calc(1.4rem + (16 - 14) * ((100vw - 639px)/ (1200 - 639)));
        line-height: calc(2rem + (24 - 20) * ((100vw - 639px)/ (1200 - 639)));
    }
}

@media (min-width: 1200px) {
    .mpo-cart ul li,
    .tooltip.info ul li {
        font-size:1.6rem;
        line-height: 2.4rem;
    }
}

.overlay.overlay-visible {
    z-index: 9999;
}

.cross-sell-product-modal table, 
.cross-sell-product-modal table thead tr {
    border-bottom: 2px solid #006AC3 !important;
}

/* overriding back to DVL */
.mpo-cart .collapse-toggle {
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0 0 0 22px;
    margin: 0;
    max-width: 770px;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #006AC3;
    text-align: left;
}

.mpo-cart .collapse-toggle.collapsed:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.mpo-cart .collapse-toggle:before {
    content: url(/dvl/v1.0/assets/images/ui/ui-collapse-blue.svg);
    width: 13px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 3px;
    margin-top: 8px;
    font-size: 0;
    line-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 639px) and (max-width:1200px) {
    .mpo-cart .collapse-toggle:before {
        margin-top:calc(8px + (10 - 8) * ((100vw - 639px)/ (1200 - 639)));
    }
}

@media (min-width: 1200px) {
    .mpo-cart .collapse-toggle:before {
        margin-top:10px;
    }
}

.mpo-cart .collapse-toggle:after {
    content: url(/dvl/v1.0/assets/images/ui/ui-expand-blue.jpg);
    width: 1px;
    height: 13px;
    left: 6px;
    top: 0;
    margin-top: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .3s ease-in-out;
    font-size: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    transform-origin: unset;
}

@media (min-width: 639px) and (max-width:1200px) {
    .mpo-cart .collapse-toggle:after {
        margin-top:calc(5px + (7 - 5) * ((100vw - 639px)/ (1200 - 639)));
    }
}

@media (min-width: 1200px) {
    .mpo-cart .collapse-toggle:after {
        margin-top:7px;
    }
}

.mpo-cart .accordion .accordion-panel>.collapse-toggle.collapsed:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.mpo-cart .accordion .accordion-panel>.collapse-toggle:after {
    content: url(/dvl/v1.0/assets/images/ui/ui-chevron-down-blue.svg) !important;
    background: 0 0;
    display: inline-block;
    height: 7px;
    width: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px;
    left: auto;
    line-height: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}