﻿.container-home {
    width: 100%;
    max-width: 1366px;
    margin: auto;
}

.section-slider {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .section-slider .box-split {
        width: 33%;
        padding-left: 8px;
    }

        .section-slider .box-split .boxes.custom {
            margin-top: 5px;
        }

    .section-slider .slider-split {
        width: 66.73%;
        padding-right: 8px;
    }

        .section-slider .slider-split .swiper-slide a,
        .section-slider .box-split .boxes {
            display: inline-block;
            width: 100%;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            overflow: hidden;
            text-align: center;
        }

    .section-slider .swiper-button-prev::after,
    .section-slider .swiper-button-next::after {
        color: #fff;
        font-size: 22px;
    }

    .section-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

        .section-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
            background-color: #fff;
            opacity: .8;
            -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%);
            box-shadow: 0 1px 1px 0 rgb(0 0 0 / 30%);
            margin: 0 6px !important;
            position: relative;
        }

.section-top-offer {
    background-color: #ed0024;
    padding: 15px 15px 10px;
    overflow: hidden;
}

    .section-top-offer .top-offer-image {
        width: 23%;
        margin-right: 2%;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
        flex-flow: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-bottom: 10px;
    }

        .section-top-offer .top-offer-image > .image {
            max-width: 300px;
            margin: auto;
        }

        .section-top-offer .top-offer-image > .info {
            text-align: center;
        }

            .section-top-offer .top-offer-image > .info a.btn-manual {
                background-color: transparent;
                border: 1px solid #fff;
                color: #fff;
                width: 150px;
                max-width: 100%;
                margin: auto;
            }

    .section-top-offer .top-offer-content {
        width: 75%;
    }



    /************** slider topoffer **************/

    .section-top-offer .swiper-slide a:not(.custom) {
        margin-bottom: 10px;
    }

    .section-top-offer .swiper-slide a {
        background-color: #fff;
        display: inline-block;
        width: 100%;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden;
    }

        .section-top-offer .swiper-slide a.all-top-offer {
            min-height: 175.63px;
            -ms-flex-flow: column;
            -webkit-flex-flow: column;
            flex-flow: column;
            -webkit-justify-content: center;
            justify-content: center;
            padding-top: 30px;
            padding-bottom: 30px;
            -webkit-align-items: center;
            align-items: center;
            display: flex;
            display: -ms-flexbox;
            display: -webkit-flex;
        }

            .section-top-offer .swiper-slide a.all-top-offer i {
                font-size: 50PX;
                color: #585858;
                margin-bottom: 20px;
            }

            .section-top-offer .swiper-slide a.all-top-offer label {
                font-size: 22px;
                color: #757575;
            }

        .section-top-offer .swiper-slide a .image {
            width: 25%;
            padding: 10px;
            max-width: 300px;
            margin: 0;
        }

        .section-top-offer .swiper-slide a .info {
            width: 75%;
            padding: 15px 20px;
        }

        .section-top-offer .swiper-slide a .title h1 {
            font-size: 14px;
            height: 70px;
            overflow: hidden;
            line-height: 1.6;
            color: #585858;
            margin-bottom: 20px;
        }

        .section-top-offer .swiper-slide a .product-price {
            text-align: right;
        }

    .section-top-offer .product-price .price-orginal {
        direction: rtl;
        text-align: right;
    }

    .section-top-offer .price-orginal > i {
        margin: 0;
        margin-left: 5px;
    }

.section-boxes .image {
    width: 45%;
    margin-right: 2%;
    padding: 0;
}

    .section-boxes .image > a {
        width: 120px;
        margin: auto;
        max-width: 100%;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

.section-boxes .info {
    width: 53%;
    background-color: #fff;
    padding:17px 15px;
}

    .section-boxes .info .box-split {
        width: 25%;
    }

.section-boxes .sbox-content {
    width: 100%;
    margin: auto;
    max-width: 100%;
    text-align: center
}

    .section-boxes .sbox-content a {
        display: inline-block;
        width: 100%;
        max-width: 110px;
        margin: auto;
        /*margin-bottom: 10px;*/
    }

    .section-boxes .sbox-content label {
        margin-top: 7px;
        line-height: 1.4;
        font-size: 14px;
        display: block;
        text-align: center
    }

/*products design*/
.section-products {
    margin-bottom: 15px;
}

    .section-products .products-split {
        width: 82%;
    }

    .section-products .slider-top {
        width: 16%;
        margin-right: 2%;
    }

.slider-top .slider-product .swiper-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #51fafe;
}
/*code here moved to shop css*/
.section-products .product-content {
    width: 100%;
}

.section-brands .products-content {
    background-color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
}
/*products design*/
/*boxes*/
.section-box-irregular {
    margin-bottom: 15PX;
}

    .section-box-irregular .split {
        width: 49%;
        margin-left: 1%;
        padding: 0;
    }

        .section-box-irregular .split:last-of-type {
            margin-left: 0;
            margin-right: 1%;
        }

    .section-box-irregular.three .split {
        margin: 0;
    }

    .section-box-irregular .split a,
    .box-irregular a {
        width: 100%;
        display: inline-block;
        -moz-border-radius: 30PX;
        -webkit-border-radius: 30PX;
        border-radius: 30PX;
        overflow: hidden;
    }

    .section-box-irregular.three .split {
        width: 32.66%;
    }

        .section-box-irregular.three .split.custom-box {
            margin-left: 1%;
            margin-right: 1%;
        }
/*brands*/
.section-products .brand-content a {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    max-width: 100PX;
    text-align: center;
}

.section-products .brand-content .swiper-slide {
    text-align: center;
}

/*#region small evice */

@media only screen and (max-width: 991px) {
    * {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .section-slider .slider-split {
        width: 100%;
        padding: 0;
    }

        .section-slider .slider-split .swiper-slide {
            width: calc(100% - 50px);
        }

    .section-top-offer {
        padding-right: 0;
        padding-left: 0;
    }

        .section-top-offer .top-offer-content {
            width: 100%;
        }

        .section-top-offer .top-offer-image {
            width: 170px;
            margin-right: 10px !important;
            padding-left: 10px;
        }

            .section-top-offer .top-offer-image a {
                background-color: transparent;
            }

        .section-top-offer .swiper-slide.top-offer-image a .image,
        .section-top-offer .swiper-slide.top-offer-image a .info {
            width: 100%;
            color: #fff;
            text-align: left;
        }

        .section-top-offer .swiper-wrapper {
            display: flex;
            display: -ms-flexbox;
            display: -webkit-flex;
            -webkit-align-items: center;
            align-items: center;
        }

        .section-top-offer .swiper-slide a .image {
            width: 40%;
        }

        .section-top-offer .swiper-slide a .info {
            width: 60%;
        }

        .section-top-offer .swiper-slide:not(.top-offer-image) {
            width: 80%;
        }

    .section-products .products-split {
        width: 100%;
    }
    /*boxes design*/
    .section-boxes .info {
        width: 100%;
        background-color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
        padding-top: 5px;
    }

        .section-boxes .info > .row-manual-fixed {
            -ms-flex-flow: unset;
            -webkit-flex-flow: unset;
            flex-flow: unset;
            -webkit-align-items: unset;
            align-items: unset;
            overflow: hidden;
            -moz-transition: 1s;
            -o-transition: 1s;
            -webkit-transition: 1s;
            transition: 1s;
            padding-bottom: 10px;
        }

        .section-boxes .info .box-split {
            width: 25%;
            display: inline-block;
            margin-left: 25px;
        }

            .section-boxes .info .box-split:last-of-type {
                margin-left: 0;
            }

    .section-boxes {
        padding: 0;
    }

        .section-boxes .info .box-split {
            margin:0;
            margin-left: 5px;
        }
    .section-box-irregular .split {
        margin-bottom:10px;
    }

    .section-boxes .sbox-content a {
        max-width: 40px;
        margin-bottom: 5px;
    }
        .section-boxes .sbox-content label {
            margin-top: 0;
            font-size:10px;
        }
    /*boxes*/
    .section-box-irregular {
        padding-left: 8px;
        padding-right: 8px;
    }

        .section-box-irregular .split a, .box-irregular a {
            -moz-border-radius: 16px;
            -webkit-border-radius: 16px;
            border-radius: 16px;
        }
    /*brand design*/
    .section-brands .products-content {
        margin-top: 0;
        background-color: transparent;
    }

    .section-products .brand-content .swiper-slide {
        width: 27%;
        margin-left: 15px;
    }
}

/*#endregion */
