.vit-eshop-box {
    /*display: none;*/
    outline: 1px solid #f2f1f1 !important;
    margin: 30px 10px;
    background: #fff;
    font-size: 16px;
    color: #5c5c5c;
    max-width: 650px;
    font-family: Barlow, sans-serif;
}

/*Title*/
.vit-eshop-box__title {
    padding: 15px 15px;
    line-height: 1.5;
    font-size: 22px;
    border-bottom: 2px solid #3044f9;
    background-color: #f2f1f1;
}

.vit-eshop-box__warehouse-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 7px 4px 7px;
    background-color: #F2F1F1;
}

/* Layout */
.vit-eshop-box__container {
    position: relative;
    display: flex;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
}

.vit-eshop-box__content {
    display: flex;
    flex-wrap: wrap;

}

.vit-eshop-box__content-container {
    display: flex;
    max-width: 350px;
    margin: auto;
}

/*Warehouse*/
.vit-eshop-box__warehouse {
    position: absolute;
    top: 0;
    left: -10px;
}

.vit-eshop-box__warehouse-img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.vit-eshop-box__warehouse-img img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.vit-eshop-box__warehouse-name {
    text-transform: uppercase;
}

.vit-eshop-box__warehouse-border {
    position: absolute;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #B2B2B2 transparent transparent;
}

/*Image*/
.vit-eshop-box__image {
    display: none;
}

.vit-eshop-box__image-mobile {
    min-width: 40%;
    width: 40%;
    margin-right: 15px;
}


/* Price */

.vit-eshop-box__price-container {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    width: 100%;
    padding: 0 10%;
    margin-top: 50px;
    padding-left: 0;
}

.vit-eshop-box__price-wrapper {
    width: 60%;
    min-width: 60%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.vit-eshop-box__regular-price {
    margin-right: 10px;
    font-size: 22px;
    text-decoration: line-through;
    width: 100%;
    color: #d2d2d2;
    margin-bottom: 5px;
}

.vit-eshop-box__price {
    width: 100%;
    color: #3044f9;
    font-weight: 700;
    font-size: 28px;
}

/* Coupon */
.vit-eshop-box__coupon {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 15px;
    margin: 15px auto;
    text-align: center;
}

.vit-shop-box__coupon-code {
    font-weight: 700;
    padding: 10px 20px !important;
    letter-spacing: 2px;
    border: 2px dashed #f2f1f1;
    background: transparent !important;
    min-width: 115px;
    margin: 0 10px;
}

.vit-shop-box__coupon-title {
    font-size: 15px;
}

.vit-shop-box__coupon-code .coupon {
    font-size: 15px;
    background: none;
    color: gray;
}

.vit-shop-box__coupon-code .copied {
    display: none;
}

.vit-shop-box__coupon-code.is-copied .coupon {
    display: none;
}

.vit-shop-box__coupon-code.is-copied .copied {
    display: block;
}

.vit-shop-box__coupon-copy svg {
    fill: #d2d2d2;
    height: 24px;
    width: 24px;
}

.vit-shop-box__coupon-copy:hover {
    cursor: pointer;
}

/* CTA */
.vit-eshop-box__cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 5px 0 15px 0;
}

.vit-eshop-box__merchant-logo {
    max-height: 50px;
}

.vit-eshop-box__merchant-logo img {
    margin: 0 25px 0 0;
    text-align: right;
    display: inline-block;
    width: auto;
    max-height: 50px;
}

.vit-eshop-box__cta {
    color: #fff !important;
    font-size: 14px;
    margin: 0;
    padding: 10px 25px;
    vertical-align: middle;
    display: block;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 20%);
    transition: all 0.3s;
    background: #3044f9;
    border: 1px solid #3044f9;
}

.vit-eshop-box__cta:hover {
    background: #fff;
    color: #3044f9 !important;
}

/* Tooltip */

.vit-eshop-box__tooltip {
    position: absolute;
    z-index: 9999;
    background: #282828;
    color: white;
    padding: 8px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
    line-height: 12px;
    animation: dpFadeInUp .1s ease-in-out;
}

.vit-eshop-box__tooltip:after {
    content: '';
    position: absolute;
    left: calc(50% - 10px / 2);
    bottom: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #282828 transparent transparent transparent;
    transform: rotate(-135deg);
}

.vit-eshop-box__footer {
    background-color: #f2f1f1;
    text-align: center;
    padding: 15px 15px;
    line-height: 1.5;
}

/* Animations */

@keyframes dpFadeInUp {
    from {
        transform: translateY(30%);
        opacity: 0;
    }
    to {
        transform: translateY(0%);
        opacity: 1;
    }
}

/* SD */
@media (min-width: 700px) {

    .vit-eshop-box {
        margin: 15px auto;
    }

    .vit-eshop-box__content-container {
        max-width: 500px;
    }

    .vit-eshop-box__title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    /*Image*/
    .vit-eshop-box__image-mobile {
        display: none;
    }

    .vit-eshop-box__image {
        display: block;
        min-width: 40%;
        width: 40%;
        margin-top: 50px;
        margin-right: 50px;
    }

    /*Price*/
    .vit-eshop-box__price-wrapper {
        flex-wrap: nowrap;
        min-width: auto;
        width: auto;
        justify-content: center;
        white-space: nowrap;
        margin-top: 10px;
    }

    .vit-eshop-box__price-container {
        margin-top: 0;
    }

    .vit-eshop-box__regular-price {
        font-size: 22px;
    }

    .vit-eshop-box__price {
        font-size: 38px;
    }

    /* Coupon*/
    .vit-shop-box__coupon-title {
        font-size: 17px;
    }

    .vit-shop-box__coupon-code .coupon {
        font-size: 17px;
    }

    /* CTA */
    .vit-eshop-box__cta {
        font-size: 16px;
    }

}

/*Shopujem*/
.vit-eshop-box--shopujem .vit-eshop-box__price-container {
    margin-top: 5px;
    padding-right: 0;
    justify-content: right;
}

.vit-eshop-box--shopujem .vit-eshop-box__coupon {
    justify-content: right;
}

.vit-eshop-box--shopujem .vit-eshop-box__cta-container {
    justify-content: space-around;
}

.vit-eshop-box__cta--shopujem {
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
}

.vit-eshop-box__cta--shopujem:hover {
    background: #fff;
    color: #1a1a1a !important;
}

.vit-eshop-box__cta-container--desktop {
    display: none;
}

.vit-eshop-box--shopujem .vit-eshop-box__title a {
    color: #5c5c5c;
}

.vit-eshop-box__title-container {
    padding: 0 15px;
}

.vit-eshop-box__title-container h3 {
    font-size: 18px;
}

/* Slider */
.vit-eshop-product-box-slider {
    display: none;
    padding: 0 20px;
}

.vit-eshop-product-box-slider .vit-eshop-box__coupon {
    justify-content: center;
}

.vit-eshop-product-box-slider .vit-eshop-box__title-container {
    display: none;
}

.js-vit-eshop-box {
    display: none;
}

.js-vit-eshop-box.is-visible {
    display: block;
}

/* Desktop */
@media (min-width: 600px) {

    .vit-eshop-product-box-slider {
        margin-top: 20px;
        margin-bottom: -20px;
    }
}

@media (min-width: 700px) {
    .vit-eshop-box--shopujem .vit-eshop-box__cta-container--mobile {
        display: none;
    }

    .vit-eshop-box__cta-container--desktop {
        display: flex;
    }

    .vit-eshop-box--shopujem .vit-eshop-box__cta-container {
        max-width: 500px;
        justify-content: flex-end;
    }

    .vit-eshop-box--shopujem .vit-eshop-box__cta-container a {
        margin-left: 15px;
    }

    .vit-eshop-box--shopujem .vit-eshop-box__image {
        margin-top: 5px;
        margin-right: 5px;
        min-width: 30%;
        width: 30%;
    }

    .vit-eshop-box--shopujem .vit-shop-box__coupon-title,
    .vit-eshop-box--shopujem .vit-shop-box__coupon-code .coupon{
        font-size: 15px;
    }

    .vit-eshop-box--shopujem .vit-shop-box__coupon-code {
        margin: 0 5px;
    }

    .vit-eshop-product-box-slider .vit-eshop-box__container {
        padding: 0 10px;
    }

    .vit-eshop-product-box-slider .vit-eshop-box__price {
        font-size: 28px;
    }

    .vit-eshop-product-box-slider .vit-shop-box__coupon-code {
        min-width: 6rem;
        padding: 5px 5px !important;
        max-width: 7rem;
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: 0;
    }
}

/* Slick */
.vit-eshop-product-box-slider.slick-initialized {
    display: block;
}

.vit-eshop-box .slick-slide {
    max-height: 290px;
}

.vit-eshop-product-box-slider .slick-slide {
    visibility: hidden;
}

.vit-eshop-product-box-slider .slick-slide.slick-active {
    visibility: visible;
}

.vit-eshop-product-box-slider .slick-arrow {
    font-size: 0 !important;
    border: 0;
}

.vit-eshop-product-box-slider .slick-arrow:before {
    content: "";
    color: #1a1a1a !important;
    border: solid transparent !important;
    border-left-color: #1a1a1a !important;
    border-bottom-color: #1a1a1a !important;
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
}

.vit-eshop-product-box-slider .slick-prev:before {
    left: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.vit-eshop-product-box-slider .slick-next:before {
    right: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.vit-eshop-product-box-slider .slick-disabled {
    opacity: 0 !important;
    pointer-events: none;
}

@media (min-width: 700px) {
    .vit-eshop-box .slick-slide {
        max-height: 215px;
    }
}
