/* Cart content */
.cart-content th {
    padding: 20px 0;
    color: var(--essens-blue);
    border-color: var(--essens-blue);
    background-color: var(--essens-light-blue);
}

.cart-content td {
    vertical-align: middle;
}

.cart-content .bg-pink td {
    background-color: #ffc0cb45;
}

.cart-content .cart-product-img {
    width: 90px;
}

.cart-content .cart-product-img img {
    max-height: 90px;
    width: fit-content;
    max-width: 100%;
    border-radius: 7px;
}

.cart-content .product-name {
    font-size: 18px;
    line-height: 1.4;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-content .product-href:hover,
.cart-content .product-href:focus {
    text-decoration: underline !important;
    text-decoration-color: var(--essens-blue) !important;
}

.cart-content .product-code {
    color: var(--essens-light-darker-blue);
    font-size: 14px;
}

.cart-content .alert {
    font-size: 14px;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .cart-content .alert {
        width: fit-content;
    }
}

.cart-content .set-content {
    color: black;
}

.btn-icrement-decrement,
.product-counter {
    width: 34px;
    height: 34px;
    /*min-width: 34px;*/
    /*min-height: 34px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--essens-blue);
}

.btn-icrement-decrement {
    background-color: var(--essens-light-blue);
    font-size: 20px;
}

.product-counter {
    font-weight: bold;
}

/* input type number - hide arrows */
/* Chrome, Safari, Edge, Opera */
.input-number-styles::-webkit-outer-spin-button,
.input-number-styles::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.input-number-styles {
    -moz-appearance: textfield;
}

.cart-content .prices-etc-td {
    padding: 15px 10px;
}

.prices-etc-wrap {
    width: fit-content;
    white-space: nowrap;
    line-height: 1.1;
    font-size: 18px;
}

.prices-etc-wrap > *:not(:last-of-type) {
    margin-bottom: 5px;
}

.product-per-piece {
    font-size: 12px;
}

.product-weight {
    color: var(--essens-light-darker-blue);
}

@media (min-width: 768px) {
    .cart-tbody-desktop {
        display: table-row-group !important;
    }

    .cart-th-only-dekstop {
        display: table-cell !important;
    }

    .cart-content .cart-product-img {
        width: 120px;
    }

    .cart-content .cart-product-img img {
        max-height: 120px;
        width: fit-content;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .cart-content .product-td {
        width: 45%;
    }
}

/* Cart content - Mobile */
.product-tr-mobile td {
    padding: 15px 0 !important;
}

.product-tr-mobile .product-code {
    margin-top: -3px;
    /*margin-bottom: 5px;*/
}

.product-tr-mobile .product-name {
    font-size: 16px;
}

.product-tr-mobile .product-code {
    font-size: 12px;
}

.product-tr-mobile .product-availability {
    font-size: 12px;
}

.product-tr-mobile .prices-etc-wrap {
    font-size: 16px;
}

@media (max-width: 350px) {
    .product-tr-mobile .cart-product-img {
        display: none;
    }
}

/* /Cart content - Mobile */

/* /Cart content */


#eshop-war {
    width: 100%;
    /*max-width: 350px;*/
    /* height: calc(100% + 1px); */
    border-bottom: 1px solid #E1E7EC;
    transition: all .5s;
}

#eshop-war .filter-h {
    margin-bottom: 0;
    font-size: calc(1.275rem + .3vw);
    text-align: center;
    padding: 18px;
    /*background-color: #F5F7F9;*/
    font-weight: bold;
    border-bottom: 1px solid var(--bs-border-color);
}

.locw-select-row {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    padding: 1.5rem 0;*/
    width: 100% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

@media (min-width: 1200px) {
    #eshop-war .filter-h {
        font-size: 1.5rem;
    }
}



.swiper-container {
    margin-top: 100px;
    margin-bottom: 75px;
}

@media (min-width: 1200px) {
    .swiper-container {
        margin-top: 125px;
        margin-bottom: 100px;
    }
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper a {
    text-decoration: none;
    color: var(--essens-blue);
}

.c_onstock, .points-text-new {
    display: none;
}

.h-po {
    font-size: 15px;
}

.thumbnail-new {
    width: 100%;
    margin: 1px;
}

.flag-pos-new, .flag-pos-d-new {
    left: 0;
}