.owl-carousel {
    padding-bottom: 30px;
    box-sizing: border-box;
}
.owl-carousel::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    color: #d4d4d4;
    padding-bottom: 30px;
}
.af-carousel-wrapper {
    padding-top: 110px;
    padding-bottom: 120px;
}
.carousel-wrapper__1 {
    padding-bottom: 20px;
}
.af-carousel-info {
    color: #535353;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.af-carousel-heading {
    color: #535353;
    font-size: 28px;
}
.af-carousel-subheading {
    color: #535353;
    font-size: 24px;
}
.af-carousel-slides-heading {
    color: #535353;
    line-height: 1.6;
}
.af-carousel-info-wrapper {
    flex-basis: 45%;
}
.af-carousel-info-img {
    flex-basis: 50%;
    position: relative;
    text-align: center;
}
.af-carousel-info-price {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    padding: 15px 19px;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    background-color: #1E5587;
}
.af-slider-item {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    background-color: #ffffff;
    padding: 20px 10px;
    border: 1px solid rgba(133, 133, 133, 0.2);
    border-radius: 3px;
    box-sizing: border-box;
    margin: auto;
    position: relative;
    text-align: center;
}
.af-slider-desc {
    height: 3.9em;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    color: #2F3A83;
    cursor: default;
    margin-bottom: 15px;
    overflow: hidden;
}
.af-slider-desc p {
    margin: 0;
    color: #2F3A83;
}
.af-slide-price {
    display: flex;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.af-price {
    color: #1b1b1b;
    font-size: 18px;
    cursor: default;
    font-style: normal;
    font-weight: 400;
}
.af-price-new {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #C20016;
    cursor: default;
    margin-right: 10px;
}
.af-price-old {
    color: #858585;
    font-size: 14px;
    cursor: default;
    display: flex;
    text-decoration: line-through;
}
.price__through {
    text-decoration-line: line-through;
    display: block;
    margin: auto;
}
.af-sale-price {
    color: #C20016;
    margin-left: 20px;
    font-size: 16px;
}
.af-item-more-link {
    display: inline-block;
    color: #717172;
    transition: linear 200ms;
    font-variant: small-caps;
    font-size: 14px;
    margin: 0 auto;
}
.af-item-more-link:hover {
    color: #2B398A;
}
.JSAdd2Basket {
    text-decoration: none;
}
.af-item-button {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #2F3A83;
    color: white;
    font-size: 10px;
    line-height: 50px;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.1em;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    transition: linear 200ms;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}
.af-item-button:hover {
    background-color: #6F82FF;
}
.button__active {
    background-color: #6F82FF;
}
.af-carousel-slides-heading {
    padding-bottom: 50px;
    padding-top: 60px;
}
.af-info-img {
    max-width: 100%;
}
.af-carousel-settings {
    margin-bottom: 30px;
    margin-top: 0;
    color: #787878;
}
.af-carousel-label {
    user-select: none;
}
.label__select {
    margin-right: 20px;
}
.label__stock {
    cursor: pointer;
    white-space: nowrap;
}
.af-carousel-select {
    margin-right: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 50px;
    color: #535353;
    cursor: pointer;
}
.af-carousel-select-option {
    cursor: pointer;
}
.owl-nav {
    display: flex;
    text-align: center;
    padding-top: 30px;
    position: relative;
    color: #000;
    align-items: center;
    justify-content: center;
}
.owl-nav::before {
    content: attr(data-index) "\00A0";
    order: 2;
}
.owl-nav::after {
    content: "θη\00A0" attr(data-count);
    order: 3;
}
.owl-carousel .owl-nav div.owl-next, .owl-carousel .owl-nav div.owl-prev, .owl-carousel div.owl-dot {
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 4px 5px;
    margin: 0 10px;
}
.owl-carousel .owl-nav div.owl-prev, .owl-carousel div.owl-dot {
    background-color: #2F3A83;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 18px;
    order: 1;
    background-image: url(../img/arrow-active.svg);
    transform: rotate(180deg);
}
.owl-carousel .owl-nav div.owl-next, .owl-carousel div.owl-dot {
    background-color: #2F3A83;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 18px;
    order: 4;
    background-image: url(../img/arrow-active.svg);
}
.owl-carousel .owl-nav div.disabled, .owl-carousel div.owl-dot div.disabled {
    background-color: transparent;
    background-image: url(../img/arrow-disabled.svg);
}

/*End of Owl Settings*/
.owl-carousel .owl-item img {
    max-height: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 0;
}
.af-carousel-item-img-link {
    display: block;
    width: 100%;
    position: relative;
    transition: linear 200ms;
    margin-bottom: 15px;
}
.af-carousel-item-img-link.JSProductImage {
    cursor: zoom-in;
}
.af-carousel-item-img-link.JSProductImage:after {
    content: "";
    background-image: url(../img/plus.svg);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-color: #2F3A83;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer;
}
@media (max-width: 1800px) {
    .af-slider-item {
        width: 100%;
    }
    .af-item-wrapper {
        width: 90%;
    }
}
@media (max-width: 1660px) {
    .owl-carousel .owl-nav div.owl-prev, .owl-carousel div.owl-dot {
        left: 40%;
    }
    .owl-carousel .owl-nav div.owl-next, .owl-carousel div.owl-dot {
        right: 40%;
    }
}
@media (max-width: 1080px) {
    .af-slider-item {
        max-width: 300px;
        max-height: 530px;
        background-color: #fff;
    }
    .af-item-button {
        font-size: 14px;
        line-height: 10px;
    }
    .af-sale-price {
        display: none;
    }
}
@media (max-width: 1000px) {
    .owl-carousel .owl-item img {
        max-width: 160px;
        width: 160px;
        height: 160px;
    }
    .af-slider-item {
        max-width: 260px;
        max-height: 400px;
    }
}
@media (max-width: 769px) {
    .af-slider-item {
        max-width: 225px;
    }
    .af-carousel-wrapper {
        padding-top: 90px;
    }
    .owl-carousel .owl-item img {
        max-width: 100%;
        width: 140px;
        height: 20vw;
    }
}
@media (max-width: 720px) {
    .af-slider-item {
        max-width: 280px;
    }
}
@media (max-width: 600px) {
    .af-slider-item {
        max-width: 225px;
    }
}
@media (max-width: 500px) {
    .label__stock {
        display: block;
        margin-top: 20px;
    }
    .af-slider-item {
        max-width: 190px;
        max-height: 340px;
    }
    .owl-carousel .owl-nav div.owl-next, .owl-carousel div.owl-dot {
        right: 35%;
    }
    .owl-carousel .owl-nav div.owl-prev, .owl-carousel div.owl-dot {
        left: 35%;
    }
    .af-slider-desc {
        font-size: 11px;
    }
    .af-item-button {
        font-size: 8px;
        line-height: 10px;
    }
    .af-item-button {
        width: 100%;
        text-align: center;
    }
    .price__without {
        display: none;
    }
    .af-carousel-item-img-link:after {
        width: 30px;
        height: 30px;
        background-size: 15px 15px;
    }
}
@media (max-width: 450px) {
    .af-carousel-wrapper {
        padding-top: 40px;
    }
    .af-carousel-heading {
        font-size: 18px;
    }
    .af-carousel-subheading {
        font-size: 16px;
        padding-top: 20px;
    }
    .af-carousel {
        padding-bottom: 0;
    }
    .af-carousel-subheading {
        margin-bottom: 20px;
    }
    .af-features-heading, .af-about-heading {
        font-size: 22px;
    }
}
@media (max-width: 420px) {
    .af-slider-item {
        max-width: 175px;
        max-height: 330px;
        margin: auto;
    }
}
@media (max-width: 375px) {
    .af-slider-item {
        width: 150px;
        max-height: inherit;
        height: 330px;
    }
    .owl-carousel .owl-nav div.owl-next, .owl-carousel div.owl-dot {
        right: 30%;
    }
    .owl-carousel .owl-nav div.owl-prev, .owl-carousel div.owl-dot {
        left: 30%;
    }
    .af-carousel-label {
        font-size: 14px;
    }
    .af-item-more-link {
        font-size: 14px;
    }
}
@media (max-width: 999px) {
    .af-drainline-carousel .af-product-tags {
        display: none;
    }
}
@media (min-width: 1000px) {
    .af-drainline-carousel .af-product-tags {
        display: block;
        width: calc(100% - 20px);
        height: auto;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .af-drainline-carousel .af-product-tags .af-commoncontent-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .af-drainline-carousel .af-product-tag,
    .af-drainline-carousel .af-product-tags .af-commoncontent {
        display: flex;
        width: 100%;
        max-width: 28px;
        overflow: hidden;
        height: auto;
        flex-flow: row nowrap;
        transition: 300ms ease;
        margin: 0 0 5px 0;
    }
    .af-drainline-carousel .af-product-tag > a,
    .af-drainline-carousel .af-product-tags .af-commoncontent > a {
        display: flex;
        flex-flow: row nowrap;
        margin: 0;
        white-space: nowrap;
    }
    .af-drainline-carousel .af-product-tag:hover,
    .af-drainline-carousel .af-product-tags .af-commoncontent:hover {
        max-width: 300px;
    }
}