#shop-content-nav {
    color: #0b4b7d;
}

    #shop-content-nav a {
        color: #0b4b7d;
    }

    #shop-content-nav .nav-link.active {
        box-shadow: inset 0 -2px 0 0 #ff2f00;
        color: #0b4b7d;
        /*font-weight: bold;*/
    }

    #shop-content-nav .nav-link {
        display: inline-block;
    }

.product-img-outer-block {
    height: 35vh;
    max-height: 35vh;
    min-height: 35vh;
}

.lSSlideOuter {
    height: inherit;
}

.lSSlideWrapper {
    height: inherit;
}

/* ------------DELIVERY BLOCK------------ */

.block-delivery {
    background-color: rgba(247, 247, 247, 1);
    border-radius: 10px;
    margin-top: 10px;
    padding-left: 5px;
}

.delivery-title {
    font-size: 19px;
    padding: 15px 5px;
    font-weight: bold;
    float: left;
}

.delivery_type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

ul.delivery_type {
    padding: 15px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: fit-content;
}

.delivery_type_method {
    color: #000;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}

.delivery_type_text {
    color: #0B4B7D;
    text-align: right;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: -0.16px;
    margin-left: auto;
}

.delivery_text_small {
    color: #7C7C7B;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
}

.delivery_type_text_black {
    color: #000;
    text-align: right;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}

.delivery_type_icon {
    margin-right: 20px;
    height: 30px;
    width: 30px;
}

.delivery-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.delivery-wrap-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.delivery_type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

/*.delivery_type_icon_big {
    margin-right: auto;
    height: 50px;
    width: 50px;
}*/
.delivery_line {
    height: 18px;
    background: #F7F7F7;
}

.delivery_free_icon {
    width: 80px;
    margin: 30px 0 15px;
}

.delivery_free_title_name {
    color: #0B4B7D;
    text-align: center;
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.delivery_free_text {
    color: #000;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.delivery_free_text_small {
    color: #7C7C7B;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
