﻿/*preload*/
/* Progress bar container */
#progress-container {
    width: 100%;
    border: unset;
    display: none;
}

/* Progress bar */
#progress-bar {
    display: block;
    width: 100%;
    position: fixed;
    height: 4px;
    border-radius: 14px;
    top: 40px; /* القيمة المبدئية */
    line-height: 20px;
    z-index: 100;
    transition: top 0.3s ease; /* لإضافة حركة سلسة */
}

    #progress-bar.scrolled {
        top: 73px; /* عند التمرير أو إخفاء الـ marquee */
    }


/*******Fixed WhatsApp*/
.fixed_whatsapp {
    position: fixed;
    bottom: 16%;
    text-align: center;
    left: 4%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 99;
    line-height: 45px;
}

    .fixed_whatsapp .fa-whatsapp {
        font-style: normal;
        font-size: 24px;
        line-height: 44px !important;
    }


.chane_quantity {
    border: 1px solid #b5b5b5;
    width: 130px;
    border-radius: 23px;
    text-align: center;
    margin-bottom: 10px;
    padding: 4px 0px;
}
.minus {
    border-left: 1px solid #b5b5b5;
}
.plus {
    border-right: 1px solid #b5b5b5;
}


.modal-dialog {
    margin: 20px auto;
}





.container {
    max-width: 1400px;
}

/****cart *****/
.Currency {
    display: inline-block !important;
    font-size: 15px !important;
    margin-right: 5px !important;
    font-weight: 300;
}

marquee {
    color: #fff;
    font-size: 18px;
    padding: 8px;
}

    marquee a {
        display: inline-block;
        margin-left: 80px;
    }


.product_thumb {
    border: none;
}
.add_to_cart a {

    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    line-height: 50px;
    height: 50px;
    border-radius: 15px;
}

    .product_thumb::before {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        border-bottom: unset;
        z-index: 1;
    }

#closeSidebar {
    border-radius: 16px;
    border: 1px solid #d3caca;
    width: 33px;
    height: 33px;
}
/*Start style Header*/
.header_bottom {
    border-bottom: 1px solid #000;
    padding: 8px;
}

.sticky-header.sticky {
    border-bottom: 1px solid #000;
}

.header_cart_wishlist .top_right .top_links .userIcon i {
    font-size: 27px;
    color: #000;
    margin-left: 3px;
}
    .header_cart_wishlist .top_right .top_links .userIcon i.IsAuthenticated {
        color: green;
        font-weight: bold;
    }


.top_right > ul > li::before
{
    content:none;
}
.header_cart_wishlist .search_Desc .search-button i
{
    font-size:25px;
    margin-right:11px;
}

.top_right > ul > li {
    padding-right: 0;
}
.mini_cart_wrapper > a span
{
    padding-left:21px;
}
/*search side bar */
.search-sidebar {
    position: fixed;
    top: 136px;
    right: -354px;
    width: 354px;
    height: 100%;
    background: #fff;
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 9999;
}

    .search-sidebar.open {
        right: 0;
        text-align:left !important;
    }

.search-sidebar-content {
    padding: 10px 20px;
}

.search-sidebar-content h4 {
margin-top:40px;  
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    float: right;
}






.btn_logOut {
    font-weight: 400;
    padding: 5px 2px !important;
    font-size: 14px;
}

.top_right > ul > li > a {
    font-weight: 600;
}

.search_box input {
    height: 43px !important;
    border:1px solid;
}

.header_middle .container .search-container:last-child {
    display: none;
    margin-right: 0;
    margin-bottom: 22px;
}

.header_middle .container:last-child {
    padding: 0px !important;
}

.header_middle .container .search-container:last-child .search_box {
    padding: 0px;
}

    .header_middle .container .search-container:last-child .search_box button {
        position: absolute;
        top: 0;
        left: 0;
        right: unset;
        background: none;
        border-right: 1px solid #c5c5c5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .header_middle .container .search-container:last-child .search_box input {
        border: 1px solid #c5c5c5;
        text-align: end;
        padding: 0px 0px 0 60px;
    }

.main_menu nav > ul > li ul.sub_menu {
    right: auto;
    left: auto !important;
    padding: 12px 20px 25px;
    min-width:222px;
}
.category_side_menu
{
    padding:25px;
}
    .category_side_menu ul li {
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 3px;
        margin-bottom: 15px;
    }
.dropdown_links
{
    padding:9px;
}
    .dropdown_links .btn-link {
        text-decoration: none;
        text-align: left;
        padding: 0;
    }
.sub_menu > li {
    border-bottom: 1px solid #e9e9e9ad;
    margin-bottom:7px;
}

.main_menu nav > ul > li > a {
    padding: 13px 12px 13px 12px !important;
}

.header_wishlist_btn {
    margin-right: 0px;
}

.mini_cart_wrapper span.cart_quantity {
    left: 40px;
    right: 0px;
    top: -6px;
}
.header_wishlist_btn span.wishlist_quantity
{
    left:19px;
    top:-5px;
}
.header_bottom_container .logo img
{
    height:70px;
    width:180px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right;
    padding-right: 70px !important;
}


/*Start offcanvas*/
.offcanvas_menu_wrapper {
    top: 100px !important;
    padding: 41px 15px 30px;
    left: unset;
    right: 0;
    margin-right: -300px;
    z-index: 1000;
}

    .offcanvas_menu_wrapper.active {
        margin-right: 0;
        margin-left: unset;
    }

    .offcanvas_menu_wrapper .fa.fa-phone {
        line-height: 15px;
        text-align: center;
        font-size: 17px;
        padding: 9px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

.canvas_close {
    left: 13px;
    right: unset;
}

.action_links ul li {
    margin-top: 5px;
    margin-bottom: 2px;
}
.action_links li:first-child
{
    display:inline;
}
.label_product {
    width: 90px;
    line-height: 27px;
    height: 29px;
    border-radius: 24px;
    opacity: 0.7;
    cursor: pointer;
}
.label_product:hover {
    opacity: 1;
}
.label_offer {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
}
.action_links {
    right: 20px;
    top: 20px;
}







/*Start style For Modale*/
/******************************/
/******************************/
.Bais_img_inlist {
    width: 400px;
    height: 425px;
    object-fit:cover;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
}

.other_img_inlist {
    height: 69px !important;
    width: 69px !important;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #c3c3c3;
}

.single-zoom-thumb {
    width: 100% !important;
}

    .single-zoom-thumb ul.owl-carousel {
        display: block !important;
        width: 100% !important;
    }

    .single-zoom-thumb ul li {
        display: inline-block !important;
    }

.gallery-item {
    width: 77px !important;
}



.add_to_cart {
    left: 0 !important;
    right: 0 !important;
}

.modal_right .modal_price span .Currency {
    margin-right: 4px !important;
}

.welcome_text .nav-item  {
    padding:0;
}
/*************************************/
/*************************************/
/*************************************/
/********** Start modal **************/
.modal_description.mb-15 {
    height: auto !important;
}

.modal_social h2 {
    font-size: 13px !important;
    margin-bottom: 5px !important;
}

.modal_add_to_cart a {
    display: block;
    margin-left: 0;
    font-size: 12px;
    font-weight: 700;
    height: 45px;
    width: 190px;
    line-height: 30px;
    padding: 10px 0px !important;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 3px !important;
}




.modal_social {
    margin-left: 10px !important;
}

    .modal_social ul li a {
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
    }

.modal_add_to_cart {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
/********** End modal **************/






.wishlist_photo {
    width: 98px !important;
    height: 98px !important;
}



.section_title h2 {
     font-size: 30px !important; 
    line-height: 30px !important;
    text-transform: uppercase;
    cursor:pointer;
    font-weight:bolder;
}





/* Start style for slider product product */
/******************************/
/******************************/
.product_content {
    padding: 18px 0px !important;
    height: auto;
    text-align:center;
}
.price_box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.product_content > p a, .product_content > p a:hover {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
}

.single_product
{
    border:0px;
    margin-bottom:25px;
}
.product_content > p {
    margin-bottom: 2px;
}






.footer_top {
    border-top: 1px solid #ede6e6;
}
.footer_menu {
    display: flex;
    justify-content: unset;
    gap: 40px;
}
.select2-container--default .select2-selection--single {
    height: 43px !important;
}

.select2-container .select2-selection--single {
    padding-top: 7px !important;
}

.search_box {
    height: 43px !important;
    width:320px;
}

.select2-container {
    width: 462px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}


.label_product span {
    font-size: 13px !important;
}

/**********section spicale product*************/
.price_box span.current_price {
    font-size: 17px;
    font-weight: bold;
    margin-left: 0px !important;
}

.price_box span.old_price {
    margin-left: 7px !important;
    font-size: 14px !important;
}








/***********************************/
/**********************************/
/***********************************/
/**********************************/
/*Footer*/
.information_photo {
    width: 260px;
    height: 90px;
}

.footer_logo {
    margin-bottom: 10px !important;
}


.footer_contact .customer_support_text p span {
    font-size: 20px;
}

.footer_contact .customer_support_text p a {
    font-size: 21px;
}







.footer_social li.tiktok a {
    width: 42px;
    height: 42px;
}



.widgets_container.widgets_subscribe p {
    font-size: 12px;
}

.subscribe_form {
    margin-bottom: 5px;
}














/****Cart page****/


#btn_ApplayCopon {
    padding: 9px 30px !important;
    text-align: center;
    font-weight: 300;
}




.table_desc .cart_page table tbody tr td {
    padding: 5px !important;
}

#gotoshop {
    padding: 7px 10px !important;
    text-align: center;
}



#saving_the_saleInvoice {
    padding: 5px 30px !important;
    text-align: center;
    font-weight: 300;
    border: 0 !important;
}



/****Cart Table***/
.table_desc .cart_page table thead tr th {
    border-bottom: 3px solid #fdb813;
    border-right: 1px solid #ededed;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 6px;
    text-align: center;
}

.table_desc .cart_page table tbody tr td.product_quantity {
    min-width: 60px;
}

.table_desc table tbody tr td:last-child {
    border-right: 1px solid #ededed
}

.table_desc .cart_page table tbody tr td.product-price {
    min-width: 80px;
}

.table_desc .cart_page table tbody tr td.product_remove {
    min-width: 50px;
}


.coupon_code h3 {
    font-size: 14px;
}

.coupon_inner input {
    padding: 0 10px 0px 0px;
    margin-right: 0;
}





/************************************************/
/************************************************/
/************************************************/
/************************************************/
/************************************************/
/********Final Style   *************************/
.header_top {
    padding: 5px 0;
}




#scrollUp {
    z-index: 100 !important;
    border: 2px solid #b5915b;
    height: 45px;
    width: 45px;
    line-height: 40px;
}



.action_links ul li a {
    border: none !important;
    line-height: 33px !important;
    display: inline-block;
    font-size: 14px;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    cursor: pointer;
    text-transform: capitalize;
    text-align: center;
    margin-right: 0px !important;
}
}

    .action_links ul li a i {
        font-style: normal;
    }











/******************** .offcanvas_footer *********************/
/******************** .offcanvas_footer *********************/
/******************** .offcanvas_footer *********************/
/******************** .offcanvas_footer *********************/
.offcanvas_footer {
    margin-top: 25px !important;
    padding-bottom: 9px;
}

    .offcanvas_footer ul {
        margin-top: 9px !important;
    }

        .offcanvas_footer ul li {
            margin-right: 2px;
        }

            .offcanvas_footer ul li a {
                line-height: 28px;
            }

            .offcanvas_footer ul li.whatsapp a {
                font-size: 14px;
            }

    .offcanvas_footer .whatsapp a i {
        font-size: 16px;
        line-height: 28px;
    }



    .offcanvas_footer ul li.snapchat a {
        border: 1px solid #e9e4e4;
        width: 33px;
        height: 33px;
        line-height: 30px;
        font-size: 17px;
    }



    .offcanvas_footer ul li:last-child {
        margin-right: 2px !important;
    }








/* Start Pagination*/
/* Start Pagination*/
/* Start Pagination*/
/* Start Pagination*/
.blog_pagination {
    margin-bottom: 0px !important;
}

    .blog_pagination .pagination {
        border: 0px !important;
    }

.page-link {
    padding: 7px 6px !important;
}

.pagination ul li {
    line-height: 13px !important;
    height: 13px !important;
}

/*End Pagination*/




/***** tostar notification ***/
/***** tostar notification ***/
/***** tostar notification ***/
/***** tostar notification ***/
/***** tostar notification ***/
.toast-title {
    display: none !important;
}

#toast-container {
    width: 240px !important;
}

    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 21em !important;
        text-align: right !important;
    }

.toast-message {
    font-size: 12px;
}

#toast-container > .toast-success {
    opacity: 1;
}
.cart_button.Viewcart:hover {
    color: #fff !important;
}

.fixed-review-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    writing-mode: vertical-rl; /* لعرض الزر بشكل رأسي */
    text-align: center;
}

    .fixed-review-btn .btn {
        border-radius: 0;
        padding: 8px 4px 11px 4px;
        white-space: nowrap;
        border-color: #b5915b;
    }

.btndelete_for_upload_img {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 7px;
    font-size: 9px;
    cursor: pointer;
}
.position-relative .img_profile_for_upload_img {
    width: 100%;
    height: 200px;
}
.star-rating {
    display: inline-block;
    margin-left: 20px;
}

    .star-rating input[type="radio"] {
        display: none;
    }

    .star-rating label {
        font-size: 20px;
        color: #ccc;
        cursor: pointer;
        transition: color 0.2s;
    }

        .star-rating input[type="radio"]:checked ~ label,
        .star-rating label:hover,
        .star-rating label:hover ~ label {
            color: gold;
        }
.shop_title h1
{
    font-family:none;
}
.breadcrumb_content
{
    padding:40px 0px;
}