﻿



/**************Style For All this Page *********/
/*********************************/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* محتوى البوب أب */
.popup {
    position: relative;
    background: #fff;
    padding: 60px;
    border-radius: 12px;
    width: auto;
    max-width: 100%;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    animation: scaleIn 0.3s ease-in-out;
}

    /* زر الإغلاق */
.button_close {
    padding: 10px 10px;
    border: none;
    background: #efefeff7;
    color: #000;
    position: absolute;
    border-radius: 24px;
    cursor: pointer;
    transition: 0.3s;
    top: 8px;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s;
    right: 10px;
}

    .button_close:hover {
        background: #b99297;
        color: #fff;
    }

/* أنيميشن */
@keyframes scaleIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


@media only screen and (max-width: 768px) {

    .popup {
        padding: 30px;
        width: auto;
        max-width: 70%;
    }
    .popup h2
    {
        font-size:15px;
        line-height:20px;
    }
    .button_close{
        padding: 5px;
        top: 5px;
        font-size: 17px;
        right: 5px;
    }


}



.about_gallery_content {
    margin-top: 30px !important;
}

    .about_gallery_content a {
        font-size: 16px;
        padding: 7px 21px;
        border-radius: 5px;
        text-transform: uppercase;
    }

        .about_gallery_content a:hover {
        }


.slider_product_photo_home {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.product_area {
    background-color: #fff !important;
    padding: 50px 0;
}
.banner_area_top .banner_thumb:hover img {
    opacity: 1 !important;
}
.banner_area_top .banner_thumb:hover img {
    transform: unset !important;
}
/*********************************/
/***********slider**********************/
.owl-item {
    perspective: 1200px;
    overflow: hidden;
}

.owl-carousel .book-flip {
    animation: bookFlip 2s ease-in-out forwards !important;
    transform-origin: center left;
    backface-visibility: hidden;
}

@keyframes bookFlip {
    0% {
        transform: rotateY(0deg);
        opacity: 1;
    }

    100% {
        transform: rotateY(-180deg);
        opacity: 1;
    }
}

.slider_area .owl-dots .owl-dot {

    width: 60px;
    height: 0px;
    background: #bbb;
    border: 1px solid transparent;
}
.slider_s_two .single_slider {
    height: 900px;
    width: 100%;
    background-size: cover;
}
.slider_area .owl-dots .owl-dot:hover {
    border-color: #f9f6f6;
}
/* ******** Start Section Category ************/
/*********************************************/
/*******************************************/
/*****************************************/
/***************************************/
.blog_brand_area {
    padding: 50px 0px !important;
}

    /*.blog_brand_area .brand_area {
        padding: 0 0 50px 0;
    }*/

    .blog_brand_area .brand_container {
        background: unset !important;
        padding: 25px 15px 0px 15px !important;
    }

    .blog_brand_area .owl-carousel .owl-item img {
        margin-bottom: 1px;
        height: 500px;
    }

    .blog_brand_area .owl-carousel .owl-dots.disabled, .blog_brand_area .owl-carousel .owl-nav.disabled {
        display: block !important;
    }

    .blog_brand_area .single_gallery_section {
        text-align: center;
        margin: 8px;
    }

        .blog_brand_area .single_gallery_section h3 {
            font-size: 27px;
            text-transform: uppercase;
            font-weight: 100;
            color: #fff;
            position: absolute;
            font-weight: 900;
            top: 50%;
            left: 20%;
        }
    .blog_brand_area .brand_container .owl-nav > div.owl-next, .blog_brand_area .brand_container .owl-nav > div.owl-prev {
        background-color: #fff;
        padding: 6px 18px;
        color: #000 !important;
        border-radius: 5px;
        border: 1px solid #000;
    }
    .blog_brand_area .brand_container .owl-nav > div {
        visibility: visible;
        opacity:1;
    }
        .blog_brand_area .brand_container .owl-nav > div.owl-next {
            right:-4px;
        }
        .blog_brand_area .brand_container .owl-nav > div.owl-prev {
            left: -4px;
        }
.section_title
{
    text-align:center;
    margin-bottom:30px;
}
/*********************************************/
            /*************End****************************/
            /* ******** Start Section spetial_Products_area ************/
            /*********************************************/
            /*******************************************/
            /*****************************************/
            /***************************************/
.spetial_Products_area {
    padding: 50px 0px;
    background-color: #f6f6f6;
}

    .spetial_Products_area .single_product {
        margin-bottom: 10px !important;
    }

/*********************************************/
/*************End****************************/











/* ******** Start Section most selling ************/
/*********************************************/
/*******************************************/
/*****************************************/
/***************************************/
.small_product_area {
    background: #f6f6f6;
    padding: 50px 0 !important;
}

    .small_product_area .featured_product_photo {
        height: 160px;
        width: 100%;
    }

    .small_product_area .product_items .single_product {
        margin: 0 !important;
    }
    .small_product_area .product_content {
        padding: 10px 0px !important;
        height: auto;
        text-align: center;
    }
    .small_product_area .price_box {
        display: flex;
        justify-content: center;
    }

    /*.small_product_area .product_content > p a {
        font-size: 17px;
        font-weight: 300;
    
    }*/
    /*********************************************/
    /*************End****************************/
    /******start Banner******/
    /*********************************************/
    /*******************************************/
    /*****************************************/
    /***************************************/
    .photo_banner_top_home {
        width: 100% !important;
        height: 750px !important;
    }

.banner_fullwidth {
    background-color: #f6f6f6;
}

.banner_area_bottom {
    margin-bottom: 0 !important;
    background-color: #f6f6f6 !important;
    padding-top: 0px;
}
/****End Banner******/
/*********************************************/
/*****************************************/

.shipping_inner
{
    padding:40px 0px;
}

.banner_area_bottom .photo_banner_top_home {
    height: 420px !important;
}









@media only screen and (max-width: 768px) {
    .blog_brand_area .owl-carousel .owl-nav.disabled {
        display: none !important;
    }
    .featured_product_photo {
        height: 170px !important;
    }

    .photo_banner_top_home {
        height: 250px !important;
    }

    .banner_area_bottom .photo_banner_top_home {
        height: 200px !important;
    }

    .banner_fullwidth .photo_banner_top_home {
        height: 150px !important;
    }

    .photo_banner_bottom_home {
        width: 100% !important;
        height: 48px !important;
    }

    .small_product_area {
        padding: 25px 0 !important;
    }

    .section_title h2 {
        font-size: 22px !important;
        line-height: 25px !important;
        margin-bottom: 0px !important;
    }

    #index_container {
        margin-top: 0px !important;
    }

    .blog_brand_area {
        padding: 30px 0px !important;
    }
    .single_gallery_section {
        margin: 0 5px !important;
    }
    .blog_brand_area .single_gallery_section h3 {
        font-size: 18px;
        top: 40%;
        left: 18%;
    }

    .blog_brand_area .brand_container {
        padding: 0px 0 10px 0 !important;
    }

        .brand_container .single_gallery_section .gallery_thumb img {
            height: 160px;
        }

    .single_banner {
        margin-bottom: 4px !important;
    }

    .product_area {
        padding: 40px 0;
    }

        .product_area .single_product {
            margin-bottom: 10px !important
        }

    .slider_product_photo_home {
        height: 230px !important;
        width: 100% !important;
    }

    .blog_brand_area .brand_area .owl-carousel .owl-dot {
        cursor: pointer;
        background-color: black;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        visibility: visible;
        display: inline-block;
        margin: 0 3px;
        font-size: 0;
        width: 20px;
        height: 20px;
        background: #bbb;
        border: 6px solid transparent;
        -moz-transform: scale3d(0.7, 0.7, 0.7);
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        -o-transform: scale3d(0.7, 0.7, 0.7);
        -ms-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .blog_brand_area .brand_area .owl-dots .owl-dot.active {
        background: #fff;
        border-color: #333;
        -moz-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    .blog_brand_area .brand_area .owl-dots {
        text-align: center;
        margin-top: 10px;
    }
}






@media only screen and (max-width: 991px) {
    .product_items .single_product {
        margin: 6px 0 0 0px !important;
    }
}
