:root
{
    --primary-color : #ffffff !important;
    --secondary-color : #ffffff !important;
}

/*---------------- Font Family ----------------*/
@font-face
{
    font-family: bokra;
    src: url(https://arbfonts.com//wp-content/fonts/new-arabic-fonts//Tajawal-Regular.ttf);
}

*, body
{
    font-family: bokra !important;
}

select#product-filter
{
    display: none;
}

/*-------------- End of Font Family -----------*/


/*---------------- Splash Screen --------------*/

/*------------ End of Splash Screen -----------*/


/*------------------ Header -------------------*/
.salla-advertisement .center-between
{
    justify-content: center !important;
    font-weight: 600 !important;
}

.salla-advertisement .center-between .text-sm
{
    font-size: 17px !important;
    font-weight: 700 !important;
}
/*---------------- End of Header --------------*/


/*------------------ Banner -------------------*/

/*--------------- End of Banner ---------------*/


/*----------------- Categories ----------------*/
.s-block__title
{
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.banner-entry a::before
{
    background-color: transparent !important;
}

.banner-entry h3
{
    opacity: 1 !important;
    font-weight: 600 !important;
}
/*------------- End of Categories -------------*/


/*----------------- Products ------------------*/

/*-------------- End of Products --------------*/


/*-------------- Products Details -------------*/

/*---------- End of Products Details ----------*/


/*------------------- Cart --------------------*/

/*----------------- End of Cart ---------------*/


/*---------------- Testemonials ---------------*/

/*------------- End of Testemonials -----------*/


/*------------------ Features -----------------*/

/*--------------- End of Features -------------*/


/*------------------- Footer ------------------*/
.store-footer .leading-6::before
{
    content: "الأسم التجاري : متجر الهدف التكتيكي";
    display: block;
}

.store-footer .leading-6::after
{
    content: "السجـل : FL-109895061";
    display: block;
}

.max-w-\[75\%\]
{
    max-width: 90%;
}

.lg\:col-span-3:nth-child(4) .mb-6::after
{
    content: "111";
    color: transparent !important;
    /*
    background-image: url(https://imgur.com/SsbZpPL.jpg) !important;
    background-image: url(https://i.imgur.com/tpZX5Yf.jpeg) !important;
    */
    background-image: url(https://www2.0zz0.com/2025/02/06/01/205923402.jpeg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
    margin: 50px -230px 0px auto;
}

.py-11
{
  padding-bottom: 20px !important;
}
/*--------------- End of Footer ---------------*/


/*--------------- Mobile Screens --------------*/
@media only screen and (max-width: 767px)
{
    /*--------------- Header ------------------*/
    .salla-advertisement .center-between .text-sm
    {
        font-size: 15px !important;
        font-weight: 700 !important;
    }
    
    /*---------------- Banner -----------------*/

    /*-------------- Categories ---------------*/
    .banner-entry h3
    {
       font-size: 18px !important;
    }
    
    /*--------------- Products ----------------*/

    /*----------- Products Details ------------*/

    /*------------- Testemonials --------------*/
    
    /*--------------- Features ----------------*/
    
    /*----------------- Cart ------------------*/
    
    /*---------------- Footer -----------------*/
    .max-w-\[75\%\]
    {
        max-width: 75%;
    }
    
    .lg\:col-span-3:nth-child(4) .mb-6::after
    {
        width: 280px;
        height: 85px;
        margin: 50px -255px 0px auto;
    }
}
/*------------- End of Mobile Screens ---------*/


/*----------------- Animations ----------------*/

/*-------------- End of Animations ------------*/