:root
{
    --primary-color : #a55196 !important;
    --secondary-color : #7f2774 !important;
}

/*------------------- Splash Screen ------------------
body::before
{
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #fff !important;
    background: var(--primary-color) url(https://cdn.salla.sa/lydXB/0UUaPfrgJvB4VKCp78QXeUJLZjTXwesf4VNpWgQL.png);
    position: fixed;
    z-index: 9999999999999 !important;    
    transform: scale(0);
    background-size: 20% !important;
    background-repeat: no-repeat;
    background-position: center !important;
    
    animation-name: splash;
    animation-duration: 2.5s;
}

@keyframes splash
{
  0%
  {
    transform: scale(1);
  }
  20%
  {
    transform: scale(1);
  }
  80%
  {
    transform: scale(1);
  }
  100%
  {
    transform: scale(0) rotate(360deg);
  }
}
/*--------------- End of Splash Screen ---------------*/


/*---------------------- Header ----------------------*/
.main-nav-container .bg-white
{
    background: var(--primary-color) !important;
}

.main-nav-container
{
    color: #fff !important;
}

.mm-spn.mm-spn--navbar.mm-spn--main::after,
.mm-spn.mm-spn--navbar ul,
li .mm-spn--open > .display-all-category
{
    color: #fff !important;
    background: var(--primary-color) !important;
}

.sicon-menu::before,
.sicon-search::before,
.sicon-user::before,
.s-cart-summary-total,
.s-cart-summary-wrapper,
.sicon-shopping-bag2::before
{
    color: #fff !important;
}

.sicon-shopping-bag2::before
{
    content: "\e921" !important;
    font-size: 20px;
}

.s-button-primary-outline .sicon-shopping-bag2::before
{
    font-size: 14px;
}

.sicon-user::before
{
    font-size: 20px;
}

.navbar-brand img
{
    height: 3.5rem !important;
}

.store-footer a:hover,
.mm-ocd nav > ul > li a.active > h5,
header nav > ul > li a.active > div > span
{
    color: #ff9600 !important;
    font-weight: bold;
}
/*------------------ End of Header -------------------*/


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

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


/*-------------------- Categories --------------------*/
.banner-square
{
    width: 55% !important;
    margin: 10px auto;
}

.s-block--banners .banner-square h3
{
    margin-top: 15px !important;
    text-align: center !important;
    font-size: 16px !important;
}
/*---------------- End of Categories -----------------*/


/*--------------------- Products ---------------------*/
.product-entry
{
    border-color: transparent !important;
}

.product-entry salla-add-product-button.rounded-full .s-button-element
{
    color: #fff !important;
    border-radius: 6px !important;
    background: var(--primary-color) !important;
}

.line-clamp-1
{
    -webkit-box-orient: horizontal !important;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-align: center !important;
}
/*----------------- End of Products ------------------*/


/*----------------- Products Details -----------------*/
.nav-header .sub-nav-header #subcat-slider .swiper
{
    padding: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sub-cat-slider .swiper-backface-hidden .swiper-slide
{
    color: #fff !important;
    border-radius: 6px !important;
    background: #ff9600 /*var(--primary-color)*/ !important;
    margin: 0 5px;
}
/*------------- End of Products Details --------------*/


/*----------------------- Cart -----------------------*/
.text-xs .text-primary,
.py-4 .text-primary
{
    color: #fff !important;
    background: var(--primary-color) !important;
    border-radius: 12px;
    padding: 2px 10px;
}

/*
.py-4 .text-primary
{
    color: transparent !important;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    background-image: url(https://imgur.com/QdKnShz.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}
*/
/*------------------- End of Cart --------------------*/


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

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


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

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


/*---------------------- Footer ----------------------*/
.store-footer__inner
{
    color: #fff !important;
    background: var(--primary-color) !important;
}

.s-button-primary
{
    background-color: var(--color-primary-dark);
}

.footer-bottom .text-gray-400
{
    color: #fff !important;
}
/*------------------ End of Footer -------------------*/


/*----------------------- Blog -----------------------*/
.nav-header,
.md\:mb-6,
.bg-black
{    
    color: #000 !important;
    background: linear-gradient(to left, #f4e5d9, #f5ede6) !important;
}

.whitespace-nowrap .text-primary,
.breadcrumbs .text-gray-500,
.breadcrumbs .text-sm
{
    color: #000 !important;
    /* font-weight: 600 !important; */
    font-size: 16px;
}

.blog-article .start-2
{
    display: none !important;
}

.ms-4 .object-cover
{
    object-fit: contain !important;
}
/*------------------- End of Blog --------------------*/


/*------------------ Mobile Screens ------------------*/
@media only screen and (max-width: 767px)
{ 
    body::before
    {
       background-size: 55% !important;
    }

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

    /*----------------- Categories -----------------*/
    .s-block--banners .banner-square h3
    {
        font-size: 12px !important;
        margin-top: 12px !important;
    }
    
    /*------------------ Products ------------------*/

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

    /*---------------- Testemonials ----------------*/
    
    /*------------------ Features ------------------*/
    
    /*-------------------- Cart --------------------*/
    .text-xs .text-primary,
    .py-4 .text-primary
    {
        color: #fff !important;
        background: var(--primary-color) !important;
        border-radius: 12px;
        padding: 2px 5px;
    }
    
    .sicon-download,
    .fix-align
    {
        font-size: 12px !important;
    }
    
    
    /*------------------- Footer -------------------*/

    /*-------------------- Blog --------------------*/
}
/*-------------- End of Mobile Screens ---------------*/


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

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










.s-block--testimonials .swiper .swiper-pagination-bullet
{
  border-radius: unset !important;
  width: 0.65rem !important;
  height: 0.1rem !important;
  margin: 0 !important;
}
.s-product-options-option label > b
{
  color: var(--color-primary)
}

[data-option-type="single-option"] > label > small
{
  display: none
}

.sub-cat-icon
{
  background: #eee;
  border-radius: 11px;
  box-shadow: 0px 0px 5px 0px #d5d5d5;
  transition: 0.3s all ease-in-out;
}

.sub-cat-icon:hover
{
  transform: translateY(-0.5rem);
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 10px 2px #d5d5d5;
}