#sldr {
    width: 100%;
    margin: 20px auto 0 auto;
    max-width: 1700px;
    padding: 0;
    font-size: 0;
    box-sizing: border-box;
}

#sldr a {
    font-size: 0;
}

#sldr img {
    width: 100%;
    max-width: 100%;
}

#sldr .swiper-button-next::before,
#sldr .swiper-button-next::after,
#sldr .swiper-button-prev::before,
#sldr .swiper-button-prev::after {
    display: none;
}

#sldr .swiper-button-next,
#sldr .swiper-button-prev {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

#sldr .swiper-button-disabled {
    display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none !important;
}


.glblftprd1 {
    background: #FBFBFB;
    padding: 30px 0 40px 0;
}

.glblftprd1 .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 27px;
}

.glblftprd1 .ttl img {
    max-width: 19px;
}

.glblftprd1 .ttl .img {
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    max-width: 106px;
    width: 100%;
}

.glblftprd1 .ttl .img:before {
    left: 0;
    top: calc(50% - 1px);
    height: 1px;
    width: calc(50% - 20px);
    background: #E0DCDB;
    content: '';
    position: absolute;
}

.glblftprd1 .ttl .img:after {
    right: 0;
    top: calc(50% - 1px);
    height: 1px;
    width: calc(50% - 20px);
    background: #E0DCDB;
    content: '';
    position: absolute;
}

.glblftprd1 .ttl h2 {
    font-size: 34px;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
}

#hmft1,
#hmft2,
#hmft3,
#hmft4 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 55px;
}

#hmft2 .ttl::before {
    content: "";
    width: 100%;
    border-top: 1px solid #706d6d;
    position: absolute;
    top: 110px;
    left: 0;
}

#hmft2 .box_container {
    width: 100%;
}

#hmft2 .boxes {
    width: 100%;
    margin: auto;
    max-width: 1567px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
}

#hmft2 .boxes .box {
    width: 25%;
    max-width: 374px;
    background: #e6e6e6;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#hmft2 .boxes .box .info_box {
    width: 60%;
}

#hmft2 .boxes .box h3 {
    padding: 0 0 14px 0;
    margin: 46px 0 55px 0;
    position: relative;
    font-size: 39px;
    font-weight: normal;
    line-height: 46px;
    color: #101010;
}

#hmft2 .boxes .box h3::after {
    content: "";
    width: 38px;
    height: 5px;
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

#hmft2 .boxes .box ul {
    list-style: none;
    padding: 0;
}

#hmft2 .boxes .box ul li {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #101010;
    font-weight: normal;
}

#hmft2 .boxes .box img {
    max-width: 100%;
}

#hmft3 .black_container {
    background: #000000;
    width: 90%;
    margin: auto;
    max-width: 1567px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

#hmft3 .black_container .title {
    width: 50%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

#hmft3 .black_container .title span {
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    font: italic normal;
}

/* ΠΡΟΪΟΝ 2 */

#hmft3 .prds {
    margin-bottom: 44px;
}

#hmft3 .product2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#hmft3 .product2 .prod2_left {
    flex: 0 0 50%;
    max-width: 300px;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    background: #ffffff;
    position: relative;
}

#hmft3 .product2 .prod2_left .prod_heart {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 1;
    border: none;
    background: transparent;
}

#hmft3 .product2 .prod2_left .prod2_img img {
    max-width: 100%;
    margin: 42px 0;
}

#hmft3 .product2 .prod2_left .agora2 {
    display: flex;
    width: 85%;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 21px;
}

#hmft3 .agora2 .cart_btn2 button {
    cursor: pointer;
    color: #fff;
    background: #101010;
    border-radius: 4px;
    border: none;
    padding: 18px 33px;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

#hmft3 .agora2 .cart_btn2 button img {
    width: 100%;
    max-width: 100%;
    margin: 0 13px 0 0;
}

#hmft3 .agora2 .cart_btn2 button:hover {
    background: var(--main-color);
}

#hmft3 .agora2 .eye_btn2 a {
    cursor: pointer;
    background: transparent;
    border: 2px solid #706d6d;
    border-radius: 4px;
    padding: 16px;
}


#hmft3 .product2 .prod2_right {
    padding-left: 36px;
    height: 383px;
    flex: 0 0 50%;
    display: flex;
    flex-flow: column nowrap;
    border-right: 1px solid #707070;
    padding-right: 25px;
}

#hmft3 .product2 .prod2_right .prod2_desc {
    width: 80%;
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
}

#hmft3 .product2 .prod2_right .prod2_desc h4 {
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    margin: 0;
}

#hmft3 .product2 .prod2_right .prod2_desc h2 {
    text-align: left;
    margin: 10px 0 67px 0;
}

#hmft3 .product2 .prod2_right .prod2_desc h2 a {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0.43px;
    color: #ffffff;
    text-transform: capitalize;
}

#hmft3 .product2 .prod2_right .prcs {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-evenly;
}

#hmft3 .product2 .prod2_right .prcs .bl_prc1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
}

#hmft3 .product2 .prod2_right .prcs .bl_prc1 span {
    margin-right: 5px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.34px;
    color: #fff;
    font-weight: 400;
}

#hmft3 .product2 .prod2_right .prcs .bl_prc1 strong {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-weight: 500;
}

#hmft3 .product2 .prod2_right .prcs .bl_prc2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
}

#hmft3 .product2 .prod2_right .prcs .bl_prc2 span {
    margin-right: 5px;
    font-size: 19px;
    line-height: 37px;
    color: var(--main-color);
    font-weight: 500;
}

#hmft3 .product2 .prod2_right .prcs .bl_prc2 strong {
    font-size: 31px;
    line-height: 37px;
    color: var(--main-color);
    font-weight: 500;
}


#hmft3 .prds .next,
#hmft3 .prds .prev {
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#hmft3 .oles_prosfores button {
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    padding: 25px 50px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 2px;
    margin-bottom: 36px;
}


#hmft5 .banners a img {
    max-width: 100%;
}

#hmft5 .banners.hmpgbn1 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 1500px) {
    .info1 .details .detail1 {
        flex: 0 0 30%;
    }

    #hmft2 .boxes .box {
        width: 20%;
    }

    #hmft2 .boxes .box .info_box {
        width: 80%;
    }

    #hmft3 .black_container {
        width: 100%;
    }

}

@media only screen and (max-width: 1400px) {
    #hmft3 .product2 .prod2_right .prod2_desc h2 a {
        font-size: 14px;
    }

    #hmft3 .product2 .prod2_right .prod2_desc h2 {
        margin: 10px 0 0 0;
    }

    #hmft3 .product2 .prod2_left .agora2 .eye_btn2 {
        display: none;
    }

    #hmft4 {
        width: 100%;
    }

}

@media only screen and (max-width: 1250px) {
    #hmft3 .product2 .prod2_right .prod2_desc h2 a {
        letter-spacing: 0;
        line-height: 0;
    }

    #hmft4 .row .details .detail {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .info1 .details .detail1 {
        flex: 0 0 40%;
    }

    #hmft2 .boxes .box h3 {
        font-size: 32px;
    }

}

@media only screen and (max-width: 1100px) {
    #hmft3 .product2 .prod2_right .prod2_desc h2 a {
        letter-spacing: 0.43px;
        line-height: 25px;
        font-size: 18px;
    }

}

@media only screen and (max-width: 1000px) {
    .info1 .details .detail1 {
        flex: 0 0 50%;
    }

    .info1 .row .detail1 img {
        margin-right: 10px;
    }

    #hmft2 .boxes .box {
        width: 50%;
        margin-bottom: 40px;
    }

    #hmft2 .boxes .box .info_box {
        width: 50%;
    }

}

@media only screen and (max-width: 800px) {

    #hmft5 .banners.hmpgbn1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    #hmft5 .banners a {
        margin: 0 !important;

        .info1 .row {
            width: 100%;
        }

        .info1 .row .detail1 img {
            width: 60px;
        }

        .detail1 h3 {
            font-size: 16px;
        }

        .detail1 p {
            font-size: 14px;
        }

        #hmft2 .boxes .box {
            width: 40%;
        }

        #hmft3 .product2 .prod2_right .prcs .bl_prc1,
        #hmft3 .product2 .prod2_right .prcs .bl_prc2 {
            flex-flow: column nowrap;
        }


    }
}

@media only screen and (max-width: 700px) {
    .info1 .details .detail1 {
        flex: 0 0 60%;
    }


    #hmft2 .boxes .box .info_box {
        width: 80%;
    }

    #hmft5 .banners a {
        flex: 0 0 90%;
        margin: 0 auto 20px auto;
    }
}

@media only screen and (max-width: 600px) {
    #sldr .swiper-button-next, #sldr .swiper-button-prev {
        width: 15px;
    }

    .info1 {
        margin: 0 auto 20px auto;
    }

    .info1 .row {
        padding: 10px 0;
    }

    .info1 .row .detail1 img {
        width: 40px;
    }

    .detail1 h3 {
        font-size: 14px;
    }

    .detail1 span {
        font-size: 13px;
    }

    .ttl h2 {
        font-size: 28px;
    }

    #hmft3 .swiper-container {
        padding: 0 20px;
    }

    #hmft3 .black_container .title span {
        display: none;
    }

    #hmft3 .product2 {
        flex-flow: column nowrap;
    }

    #hmft3 .product2 .prod2_left {
        margin: 0 auto 40px auto;
        max-width: unset;
    }

    #hmft3 .product2 .prod2_left .prod2_img img {
        max-width: unset;
        margin: 25px 0;
    }

    #hmft3 .product2 .prod2_right {
        padding: 0;
        height: 100%;
        flex: 0 0 40%;
        flex-flow: column nowrap;
        border-right: none;
    }

    #hmft4 .row .details {
        width: 100%;
    }

    #hmft5 .banners {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 500px) {
    #hmft1, #hmft2, #hmft3, #hmft4, #hmft5 {
        margin-bottom: 10px;
    }

    .info1 .details .detail1 {
        flex: 0 0 70%;
    }

    .info1 .row .detail1 img {
        width: 35px;
    }

    .detail1 h3 {
        font-size: 13px;
        line-height: 13px;
    }

    .detail1 p,
    .detail1 span {
        font-size: 12px;
    }

    #hmft2 .boxes .box {
        width: 80%;
    }

    #hmft2 .boxes .box .info_box {
        width: 60%;
    }
}

@media only screen and (max-width: 400px) {
    .info1 .details .detail1 {
        flex: 0 0 80%;
    }
}

