* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

.close_sec {
    display: flex;
    height: 100px;
    padding: 10px;
}

.close_sec i {
    font-size: 25px;
    cursor: pointer;

}

.show {
    display: flex !important;
}

.all_black {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    z-index: 99;
    display: none;
}

.side_manu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 250px;
    min-width: 250px;
    display: none;
    flex-direction: column;
    min-height: 100vh;
    background-color: white;
    z-index: 999;
    border-left: 1px solid rgb(231, 231, 231);

}

.side_manu ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    justify-content: flex-end;
    align-items: flex-end;
}

.side_manu ul a {
    padding: 10px;
    color: black;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid rgb(232, 232, 232);
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

body {
    background-color: #f7f7f7;
}

.all_hed1 {
    background-color: #259bea;
}

.hed1 {
    width: 100%;
    height: 50px;
    max-width: 1400px;
    margin: 0 auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;

}

.hed1 h1 {
    font-size: 15px;
    font-weight: 600;
}

.hed1 h1 b {
    font-size: 20px !important;
}

.hed2 {
    background-color: white;
}

.box_hed {
    padding: 0 15px;
    max-width: 1400px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;

}

.box_logo {
    flex-grow: 1;
    flex-basis: 15%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.box_logo img {
    object-fit: contain;
}

.box_logo i {
    font-size: 18px;
    cursor: pointer;
    padding: 15px;
    background-color: rgb(244, 244, 244);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: none;
}

.nav_bare ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-grow: 1;
    flex-basis: 70%;
    justify-content: center;
}

.nav_bare ul a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 17px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.nav_bare ul a:hover {
    color: #259bea;
}

.search {
    flex-grow: 1;
    flex-basis: 15%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.search i {
    font-size: 18px;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 12px;
    background-color: rgb(244, 244, 244);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: rgb(26, 25, 25);
}

.search i:hover {
    font-size: 20px;
}

.search p {
    cursor: pointer;
    font-weight: 600;
}

.sec_imag {
    max-width: 1400px;
    margin: 20px auto;
    height: 541px;
    padding: 0 15px;
    position: relative;
}

.all_this {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 10px 15px;
    display: none;
}

.shobox {
    display: block;
}

.box_search_down button i {
    font-size: 20px;
}

.sec_imag::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.2);
    z-index: 1;
}

.sec_imag img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

}

.swip_section_cat {
    max-width: 1400px;
    height: auto;
    margin: 20px auto;
}

.filter_btn {

    margin: 50px 0;
}

.filter_btn ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    list-style: none;
}

.filter_btn ul li {
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.filter_btn ul li:hover {
    color: gray;
}


.v1 a {
    text-decoration: none;
    font-size: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: black;

}

.v1 a img {
    width: 200px;
    height: 150px;
    object-fit: fill;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;

}

.v1 a p {
    font-size: 18px;
    font-weight: 700;
    padding: 0 65px;
    text-align: center;

}

.swiper-button-next, .swiper-button-prev {
    top: 50% !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: black;

}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: black !important;
}

.vs_all {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
    background-color: white;
    color: black;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    max-width: 250px;
    margin: 20px auto;
}

@media only screen and (max-width:700px) {
    .filter_btn ul {
        flex-direction: column;
        gap: 30px !important;
    }

    .sec_imag {
        height: 300px !important
    }
}

.v1:hover {
    border: 1px solid #259bea;
    padding: 10px;

}

.filter_btn2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 70px 0;
    gap: 20px;
}
.filter_btn2 h1{
    text-align:center;
}

.all_products {
    max-width: 1400px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 10px;
    gap: 10px;



}

.all_products a {
    text-decoration: none;
    color: black;


}

.dta {
    display: flex;
    flex-direction: column;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    background-color: white;
    border: 1px solid rgb(237, 237, 237);
}

.dta a img {
    margin-bottom: 5px;
    max-height: 250px;
    min-height: 250px;
    width: 100%;
    transition: .4s;
}

.dta:hover {
    border: 1px solid #259bea;

}

.dta:hover a {
    color: orangered;
}
.dta:hover img{
    transform: scale(1.1);
}
.dta a span {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;

}

.dta a p {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}

.dta button {
    width: 100%;
    height: 50px;
    background-color: #259bea;
    color: black;
    margin: 10px auto;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    opacity: .8;
    cursor: pointer;

}

.dta:hover button {
    background-color: orangered;

}

.dta strike {
    color: gray !important;
    font-size: 13px !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .all_products {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        padding: 20px;
    }

    .filter_section {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 700px) {

    .box_logo i {
        display: block;
    }
}

@media (max-width: 550px) {
    .all_products {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }

    .dta a img {
        min-height: 200px !important;
        max-height: 200px !important;
    }
    .dta button {
        font-size: 16px !important;
    }
}

.more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.more button {
    padding: 10px 25px;
    background-color: #e21818;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.more button:hover {
    background-color: #b41313;
}

footer {
    width: 100%;
    padding: 20px 0;
    background-color: rgb(239, 239, 239);
    border-top: 1px solid rgb(236, 236, 236);
    min-height: 400px;
}

.box_footer {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 50px;

}

.cols_footer {
    flex-grow: 1;
    flex-basis: 30%;

}

.cols_footer p {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 30px;
}

.social_so {
    margin-top: 50px;
}

.social_so h2 {
    font-size: 14px;
    font-weight: 800;
    margin: 15px 0;
}

.social_icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social_icons img {
    height: 35px;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.social_icons img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cols_footer2 {
    flex-grow: 1;
    flex-basis: 40%;

}

.cols_footer2 h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;

}

.cols_footer2 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.cols_footer2 ul a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 500;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.cols_footer2 ul a:hover {
    color: gray;
}

.cols_footer3 {
    flex-grow: 1;
    flex-basis: 30%;
}

.cols_footer3 h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

.cols_footer3 p {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}

.cols_footer3 p img {
    height: 20px;
    object-fit: contain;
}

.cols_footer3 p i {
    font-size: 20px;
}

@media only screen and (max-width:700px) {
    .box_footer {
        flex-direction: column;
        padding: 10px !important;
    }

    .nav_bare {
        display: none !important;
    }

    .all_hed1 {
        display: none !important;
    }
}

/*=============================================================*/

.product_page {
    display: flex;
    gap: 50px;
    padding: 20px 15px;
    max-width: 1400px;
    margin: 20px auto;
}

@media only screen and (max-width:900px) {
    .product_page {
        flex-direction: column-reverse;
    }

    .col_valide {
        width: 100% !important;
    }

    .slide_images {
        width: 100% !important;
        min-height: auto !important;
    }

    .commandes input, select {
        flex-basis: 100% !important;
    }
}

.col_valide {
    flex-grow: 1;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
}

.price {
    display: flex;
    align-items: center;
}

.price p {
    font-size: 28px;
    font-weight: bold;
    color: #259bea;
    margin: 10px 0;
}

.price strike {
    margin: 0 10px;
    font-size: 17px;
    font-weight: 500;
    color: rgb(92, 92, 92);
}

.slide_images {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 30%;
    gap: 10px;
    max-height: 800px;
    min-height: 800px;
}

.commandes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    border: 3px solid #259bea;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin: 10px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}



.commandes input, select, textarea {
    flex-grow: 1;
    flex-basis: 40%;
    width: 100%;
    height: 50px;
    text-align: center;
    border: 2px solid #bce0f7;
    text-align: end;
    padding-right: 10px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.commandes .btn_com {
    flex-grow: 1;
    width: 100%;

}

.commandes .btn_com button {
    height: 50px;
    width: 100%;
    background-color: #259bea;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #bce0f7;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.commandes .btn_com button:hover {
    background-color: #1589d6;
}

.det_comm {
    background-color: #f0f9ff;
    width: 100%;

}

.det_comm ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.det_comm ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid #bce0f7;
    font-size: 17px;
    font-weight: 400;
}

.det_comm ul li:nth-child(1) {
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
}

.det_comm ul li:nth-child(2) {
    border-bottom: 1px dashed #bce0f7;

}

.det_comm ul li:nth-child(3) {
    border-bottom: 1px dashed #bce0f7;

}

.images_vix {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;

}

.images_vix img {
    width: 40%;
    height: 400px;
    object-fit: contain;
    flex-grow: 1;
}

.images_vix p {
    font-size: 25px;
    text-align: end;
    font-weight: 700;
}