﻿/*
Theme Name: Jaabeh
Version: 1.0
*/

@charset "UTF-8";


/* product page elements */
.product-container {
}

.product-context {
    padding: 20px 0 0;
}

.product-title {
    line-height: 1.8;
    font-size: 1.371rem;
    color: #494949;
    font-weight: 400;
}

.product-caption {
    font-size: 1rem;
    line-height: 1.571;
    color: #b5b5b5;
}

.product-headline {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 12px;
}

.product-rating {
}

.product-rating-link {
    cursor: pointer;
}

.product-rating-link-icon {
}

.product-rating-info {
}

.product-header {
    margin-top: 15px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border: 1px solid #e4e4e4;
}

.product-expiration {
    position: relative;
    overflow: hidden;
}

.product-expiration-title {
}

.product-expiration-column {
    display: inline-block;
    height: 100%;
}

    .product-expiration-column:after {
        content: attr(data-separator);
        display: inline-block;
        font-weight: bold;
        font-size: 24px;
        line-height: 50px;
    }

    .product-expiration-column:last-child:after {
        display: none;
    }

    .product-expiration-column span {
        display: inline-block;
        min-width: 45px;
        background: #ffeeba;
        color: #3c3c3c;
        text-align: center;
        font-weight: bold;
        padding: 3px 10px 0;
        height: 100%;
        line-height: 50px;
    }

.product-expiration-days {
}

.product-expiration-hours {
}

.product-expiration-minutes {
}

.product-expiration-seconds {
}

.product-expired {
}

.product-image {
    margin: 5px 0 0;
}

.product-image-helper {
    height: calc(100% - 83px);
    margin-left: 1px;
}

.product-image-container {
    height: 100%;
}

.product-image-link {
}

.product-image-element {
    width: 100%;
}

.product-image-preview {
    height: 400px;
    width: 400px;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 100;
    display: none;
}

.product-image:hover .product-image-preview {
    display: block;
}

.product-images {
    padding: 11px 37px 23px 90px;
    border-top: 1px solid #f4f4f4;
}

    .product-images .owl-nav .product-images-prev {
        display: none;
    }

.product-images-link {
    cursor: pointer;
    height: 70px;
    display: flex;
    width: 110px;
}

.product-images-item {
}

.product-images-slider {
}

.product-images-slider-item {
}

.product-images-prev {
    background: #dcdcdc;
    height: 20px;
    width: 20px;
    position: absolute;
    top: calc(50% - 10px);
    border-radius: 50%;
    right: 0;
}

.product-images-next {
    position: absolute;
    top: 24px;
    left: 20px;
    width: 59px;
    height: 52px;
    border-radius: 8px;
    background-color: #fefefe;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-images .owl-nav .product-images-prev {
    display: none;
}

.product-images-prev:before {
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #4c4c4c;
    position: absolute;
    right: calc(50% - 3px);
    top: calc(50% - 5px);
}

.product-images-next:before {
    content: '';
    width: 32px;
    height: 7px;
    display: inline-flex;
    background: url(../images/more.svg) no-repeat right;
}

.product-images-prev.disabled, .product-images-next.disabled {
    opacity: 0.3;
}

.product-info {
    margin: 15px 0 0;
}

.product-description {
    margin: 20px 0;
    line-height: 200%;
}

.product-description-content {
}

.product-description-separator {
    margin: 30px 0;
}

.product-compare-price {
    color: #acacac;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
    letter-spacing: .5px;
    font-size: 1.143rem;
    line-height: 1.375;
    font-weight: 500;
}

.product-price {
    display: inline-block;
    margin-left: 5px;
    color: #fb3449;
    font-size: 1.429rem;
    line-height: 1.1;
    letter-spacing: .4px;
}

.product-price-value {
    font-size: 2.214rem;
    line-height: 1.419;
    letter-spacing: 1.1px;
}

.product-discount {
    font-size: 14px;
    font-size: 1rem;
    line-height: 28px;
    margin-right: auto;
    background-color: #ef5662;
    color: #fff;
    padding: 7px 30px;
    border-radius: 0 19px 19px 19px;
    letter-spacing: .5px;
    position: relative;
}

.product-outofstock-message {
    color: #de1111;
}

.main-row-box-indicators a {
    background: hsla(0,0%,100%,.8);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
    border-radius: 50%;
    width: 69px;
    height: 69px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-right: -25px;
    z-index: 50;
}

.main-row-box-indicators-next {
    left: 10px;
    right: unset !important;
    margin-left: -25px !important;
}

.main-row-box-indicators-icon {
    width: 26px;
    height: 26px;
    background-size: 26px;
    background-image: url(../images/left-arrow-slider.svg);
    background-repeat: no-repeat;
    display: block;
    margin:auto;
}

.main-row-box-indicators-prev .main-row-box-indicators-icon {
    transform: rotate(180deg);
}

.main-row-box-suggestion-header.active:after {
    animation: Fb 7s infinite cubic-bezier(.17,.67,.71,.99);
}

.product-expiration-countdown {
    padding: 3px 0 0 0px;
    color: #fb3449;
    font-size: 16px;
    font-size: 1.143rem;
    vertical-align: middle;
}

.product-expiration-icon {
    width: 20px;
    height: 20px;
    background: url(../images/clock.svg) no-repeat center;
    background-size: 20px;
    display: inline-block;
    position: relative;
    top: -1px;
}

@media(min-width:992px) {
    .product-field-name {
        margin-left: 10px;
        text-align: left;
    }

    .product-field-value:first-child {
        margin-top: 0;
    }

    .product-images-slider {
        display: none !important;
    }

    .product-info select {
        width: auto;
    }
}

@media(max-width:991px) {
 

    .product-description {
        margin-top: 30px;
    }
}

@media(max-width:576px) {
    .product-expiration-title {
        visibility: hidden;
    }

    .product-expiration-countdown {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
}


.main-slider-indicators-prev {
    left: 14px;
}

.promo-right {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.promo-right-banner {
    width: 100%;
    height: 405.7px;
    overflow: hidden;
    border-radius: 5px;
}

.promo-right-banner-image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
}

.promo-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    
}

.discount-left {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
}

.discount-left-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.07);
    background-color: #fff;
}

.discount-left-mobile-item {
    min-height: 288px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 8px 0;
    position: relative;
}

.discount-left-mobile-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 204px;
    margin-bottom: 10px;
    padding: 10px 15px;
    z-index: -1;
    z-index: 0;
    position: relative;
}

img:first-of-type.discount-left-mobile-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    position: relative;
    overflow: hidden;
    overflow: visible;
    min-height: 124px;
    min-width: 100%;
}

.discount-left-mobile-title {
    font-size: 14px;
    line-height: 22px;
    height: 42px;
    display: block;
    text-align: center;
    color: #2a2a2a;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 0 15px;
}

.discount-left-mobile-price {
    height: 55px;
}

.discount-left-mobile-price-now {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing:0px;
    white-space: nowrap;
    display: block;
    color: #fb3449;
}

.discount-left-mobile-price-original {
    font-size: .857rem;
    line-height: 1.2;
    letter-spacing: .5px;
    color: #ababab;
    display: inline-block;
    text-decoration: line-through;
}

.discount-left-mobile-counter {
    direction: rtl;
    border-top: 1px solid #f0f0f0;
    padding-top: 5px;
    font-size: 16px;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: .8px;
    color: #fb3449;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    width: 100%;
    margin-bottom: -6px;
    margin-top: 10px;
}

.discount-left-mobile-discount {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 6px 2px;
    -webkit-border-radius: 0 9px 0 9px;
    border-radius: 0 9px 0 9px;
    background-color: #002662;
    font-size: 9px;
    font-size: .643rem;
    line-height: 1;
    letter-spacing: -.8px;
    color: #fff;
    z-index: 2;
}

    .discount-left-mobile-discount span {
        font-size: 12px;
        line-height: 1;
    }

.discount-right {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
}

.discount-right-banner {
    display: block;
    height: 335.7px;
    width: 100%;
}

.discount-right-button {
    display: -ms-flexbox;
    display: flex;
    margin-top: 16.2px;
    height: 60px;
    width: 100%;
    border-radius: 5px;
    background-color: #00bfd6;
    box-shadow: 0 8px 14px 0 rgba(0,0,0,.03);
    color: #fff;
    font-size: 14px;
    font-size: .9rem;
    line-height: 60px;
    letter-spacing: -.5px;
    position: relative;
    padding-right: 40px;
    text-align: center;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

    .discount-right-button:before {
        content: "";
        height: 90px;
        width: 90px;
        right: -40px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        opacity: .21;
        border-radius: 100%;
        transition: all .3s ease-in-out;
    }

    .discount-right-button:after {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 20px;
        font-size: 1.429rem;
        line-height: 1.1;
        font-weight: 700;
        width: 22px;
        height: 22px;
        background: url(../images/left-arrow.svg) no-repeat center;
        background-size: 22px;
    }

    .discount-right-button:hover:before {
        width: 900px;
        height: 900px;
        right: -450px;
        top: -450px;
        transform: unset;
        transition: all .3s ease-in-out;
    }

.discount-left-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
}

.discount-left-item {
    position: relative;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    height: 353px;
    padding: 35px 20px 20px 30px;
}

.discount-left-discount-logo {
    width: 223px;
    top: -36px;
    z-index: 10;
}

    .discount-left-discount-logo:before {
        width: 223px;
        height: 46px;
        display: block;
        background: #ef5661 url(../images/905163eb.png) no-repeat 50% 50%;
        background-size: auto 19px;
        border-radius: 0 0 24px 24px;
        content: "";
    }

.discount-left-image-container {
    max-height: 100%;
    height: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.discount-left-image {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.discount-left-price-discount {
    font-size: 16px;
    line-height: 28px;
    color: #fff !important;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}

.discount-left-price-discount-content {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 115px;
    height: 38px;
    border-radius: 20px;
    background-color: #ef5661;
    margin-bottom: -45px;
}

.discount-left-price-original {
    font-size: 16px;
    line-height: 23px;
    position: relative;
    color: #727272;
    vertical-align: middle;
}

    .discount-left-price-original > span {
        font-size: 14px;
        font-size: 1rem;
        line-height: 23px;
        vertical-align: middle;
        letter-spacing: 0;
        margin-right: 5px;
    }

.discount-left-price-now {
    font-size:19px;
    line-height: 27px;
    letter-spacing: 1.2px;
    color: #ef5661 !important;
    vertical-align: middle;
    font-weight: 700;
    margin-top: 8px;
}

    .discount-left-price-now > span {
        font-size: 16px;
        font-size: 1.143rem;
        line-height: 27px;
        vertical-align: middle;
        letter-spacing: 0;
    }

.discount-left-title {
    font-size: 16px;
    color: #4a5f73 !important;
    line-height: 1.89;
    font-weight: 700;
    text-align: right;
    max-width: 100%;
    margin: 20px 0 10px;
}

.discount-left-list {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    padding: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

    .discount-left-list li {
        margin: 5px 0;
        padding-right: 17px;
        position: relative;
        font-size: 13px;
        font-size: .929rem;
        line-height: 24px;
        text-align: right;
    }

        .discount-left-list li:before {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #bebebe;
            position: absolute;
            right: 0;
            top: 50%;
            content: "";
            transform: translateY(-50%);
        }

.discount-left-counter {
    border-top: 1px solid rgba(74,74,74,.16);
    padding: 13px 0;
    max-width: 350px;
}

.discount-left-counter-container {
    font-size: 34px;
    color: #4a5f73 !important;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    direction: ltr;
    display: inline-block;
    position: relative;
}

.discount-left-counter-title {
    text-align: right;
    color: #4a5f73;
}


.discount-left-counter-container > span {
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.discount-left-counter-container strong {
    font-weight: 700;
}

.discount-left-counter-container small {
    display: block;
    font-size: 14px;
    opacity: 0.5;
}

.discount-left-aside {
    background-color: rgba(240,246,250,.9);
    position: relative;
}

@keyframes fb {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes Fb {
    0% {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@media(min-width: 992px) and (max-width: 1199.98px) {
    .navbar-mega .navbar-nav .nav-subset {
        background-image: none !important;
        padding: 20px 25px 25px;
    }
}

@media(max-width:767px) {
    .footer-address-items li {
        text-align: center;
    }
}

@media(max-width:991px) {
    .main-row-box-item, .main-row-brand-item {
        margin-bottom: 15px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
        -webkit-border-radius: 9px;
        border-radius: 9px;
        padding: 8px 0;
        position: relative; 
    }

    .main-row-brand-item {
        min-height: unset;
    }

    .main-row-box-headline span {
        font-size: 1rem;
    }

    .main-row-box-headline {
        font-weight: 400;
    }

        .main-row-box-headline:after, .main-row-box-headline span:before, .main-row-box-headline span:after {
            display: none;
        }

    .main-row-box-indicators a {
        display: block !important;
    }
    .main-row-box-indicators-icon {
 
    margin-top: 10px;
}
    .main-row-box-indicators a {
    background: hsla(0,0%,100%,.8);
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 50%;
    text-align: center;
    right: 10px;
    margin-right: -15px;
    z-index: 50;
}.main-row-box-indicators-next {
   
    margin-left: -15px !important;
}
    .main-row-box-price {
        font-size: 1.1rem;
    }

    .site-footer hr {
        border-top: 1px solid #e5e5ea;
        background: none;
    }
}

@media(max-width:1365px) {
    .discount-left-aside-item {
        padding: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: auto;
        white-space: nowrap;
        letter-spacing: -.5px;
        font-size: 13px;
        font-size: .929rem;
        line-height: 1.692;
    }

    .discount-left-aside-item-link {
        padding: 10px 25px;
        display: block;
        height: 100%;
        border-radius: 5px;
    }

        .discount-left-aside-item-link.active {
            background-color: #ef5662;
            color: #fff;
            box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
        }

    .discount-left-aside {
        position: relative;
        background-color: #f1f7fb;
        height: 60px;
    }
}

@media(min-width:700px) {
    .featured-banners-box.full-width .featured-banners-image {
        object-position: calc(50% + -130px);
    }
}

@media(min-width:900px) {
    .featured-banners-box.full-width .featured-banners-image {
        object-fit: unset;
        object-position: unset;
    }

    .featured-banners-box.full-width {
        min-height: unset;
        height: unset;
    }
}

@media(min-width:992px) {
    .discount-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
    }

    .main-slider {
        height: 239px;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
        margin: 0;
    }

    .main-slider-item {
        height: 239px;
    }

    .main-row-box {
        padding: 9px 33px 11px 0;
        background-color: #fff;
        border-radius: 5px;
        position: relative;
    }
    .promo-left {
    -ms-flex: 0 0 77.5%;
    flex: 0 0 77.5%;
    max-width: 77.5%;
    padding-right: 15px;
}
    .discount-right {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
    display: none !important;
}
    .promo-right {
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
}
    .promo-right-features-icon {
        height: 60px;
    }

}

@media(min-width:1366px) {

    .discount-left-aside-item-link, .discount-left-aside-item-link:before {
        max-width: 100%;
        height: 100%;
        transition: all .3s ease-in;
        transition-delay: .1s;
    }

    .discount-left-aside-item-link {
        padding: 5px 10px;
        position: relative;
        color: #464646;
        width: 100%;
    }

        .discount-left-aside-item-link span {
            display: block;
            position: relative;
            width: 90%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px;
            line-height: 1.692;
        }

        .discount-left-aside-item-link:before {
            position: absolute;
            right: -9px;
            width: 6px;
            background-color: #ef5661;
            border-radius: 3px;
            top: 0;
            content: "";
            opacity: 0;
        }

        .discount-left-aside-item-link.active:before {
            opacity: 1;
        }

    .discount-left-aside {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
        color: #464646;
        border-right: 1px solid #ececec;
        z-index: 1;
        padding: 11px 0 47px;
    }

    .discount-left-aside-item {
        text-align: justify;
    }

    .discount-left-aside-item-link.active {
        color: #fff;
        background-color: #ef5661;
        position: relative;
        width: 100%;
    }

    .discount-left-aside-show-all {
        width: 100%;
        height: 47px;
        padding: 10px 40px 11px 10px;
        background-color: #00bfd6;
        box-shadow: 0 8px 14px 0 rgba(0,0,0,.03);
        border-radius: 0 0 0 3px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
    }

        .discount-left-aside-show-all:hover:before {
            width: 900px;
            height: 900px;
            right: 0;
            top: -450px;
            transform: unset;
            transition: all .3s ease-in-out;
        }

        .discount-left-aside-show-all:before {
            content: "";
            height: 90px;
            width: 97px;
            right: -55px;
            position: absolute;
            top: -20px;
            background-color: #fff;
            opacity: .21;
            border-radius: 100%;
        }

        .discount-left-aside-show-all:after {
            content: "";
            position: absolute;
            right: 6px;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
            font-size: 20px;
            font-size: 1.429rem;
            line-height: 1.1;
            font-weight: 700;
            width: 22px;
            height: 22px;
            background: url(../images/left-arrow.svg) no-repeat center;
            background-size: 22px;
        }

    .promo-right {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }

    .promo-left {
        -ms-flex: 0 0 77.5%;
        flex: 0 0 77.5%;
        max-width: 77.5%;
        padding-right: 15px;
    }

    .main-row-box-brand {
        height: 160px;
    }

    .discount-left-item {
        height: 383px;
        padding: 70px 45px 40px 40px;
    }

    .discount-left-discount-logo {
        width: 264px;
        top: -70px;
    }

    .discount-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .discount-left-content {
        max-width: calc(100% - 250px);
    }
}

@media(min-width:1680px) {
    .discount-left-aside {
        -ms-flex: 0 0 295px;
        flex: 0 0 295px;
        max-width: 295px;
    }

    .discount-left-content {
        max-width: calc(100% - 295px);
    }

    .store-full-context .col-lg-3, .store-list-context .col-lg-3 {
        -ms-flex: 0 0 18.9%;
        flex: 0 0 18.9%;
        max-width: 18.9%;
    }
}