.mfp-wrap {
    z-index: 2147483645
}

.mfp-inline-holder .mfp-content {
    width: auto
}

.mfp-container {
    background-color: rgba(0, 0, 0, 0.1) !important
}

.saso-notifications-message {
    font-size: 1.2em
}

.saso-notification {
    color: #FFFFFF;
    background-color: #F45B4F;
    font-size: 1.2em;
    top: 0px;
    opacity: 0.9;
    z-index: 2147483647;
    position: fixed;
    left: 0px;
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 16px 0px;
    display: none
}

.saso-notification a {
    color: #FFFFFF
}

.saso-notification p {
    margin: 0
}

.saso-notification-x {
    font-weight: bold;
    float: right;
    margin-right: 2em
}

.saso-price {
    color: #5F0200;
    font-weight: bold
}

.saso-cross-sell-popup {
    position: relative;
    background: #ffffff;
    padding: 20px;
    width: auto;
    margin: 20px auto;
    text-align: center
}

.saso-cross-sell-popup table {
    table-layout: fixed;
    width: auto;
    margin: auto
}

.saso-cross-sell-popup td:nth-child(n+5) {
    display: none
}

.saso-cross-sell-popup td {
    text-align: center !important;
    border: 0 !important;
    padding: 1em !important
}

.saso-cross-sell-popup .image {
    height: 120px
}

.saso-cross-sell-popup .image img {
    display: inline-block;
    max-width: 120px;
    max-height: 120px
}

.saso-cross-sell-popup .title {
    height: 39px;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden
}

.saso-cross-sell-popup .variant-title {
    display: none
}

.saso-cross-sell-popup .was-price {
    margin-right: 12px;
    font-size: 12px;
    text-decoration: line-through
}

.saso-cross-sell-popup .was-price:empty {
    display: none
}

.saso-cross-sell-popup .select-options {
    height: 18px
}

.saso-cross-sell-popup .add-to-cart {
    margin-top: 12px;
    background: #f45b4f;
    height: 36px;
    line-height: 36px;
    border: none;
    margin: 0;
    padding: 0 20px !important;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    float: none !important
}

@media (max-width: 720px) {
    .saso-cross-sell-popup td:nth-child(n+4) {
        display: none
    }
}

@media (max-width: 580px) {
    .saso-cross-sell-popup td:nth-child(n+3) {
        display: none
    }
}

@media (max-width: 460px) {
    .saso-cross-sell-popup td:nth-child(n+2) {
        display: none
    }
}