@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');

::selection {
    background-color: rgba(200,200,200,1);
    color: #000;
}

html, body, p, a, h1, h2, h3, h4, h5, h6, span, button{
    font-family: 'Noto Kufi Arabic', sans-serif!important;
}
body{
    background: #fff!important;
}


/* top nav */
.top-navbar{
    background-color: #fff;
}
.hidden.lg\:flex.items-center{
    display: none;
}

/* search bar input */
.s-search-modal {
    width: 50%;
}
.header-search.flex-1 {
    text-align: -webkit-center;
}
.top-navbar .s-search-input{
    background-color: #f1f1f1;
    border: 1px solid transparent;
    box-shadow: none;
    transition: all .3s ease;
}
.top-navbar .s-search-input:hover {
    background-color: #f1f1f1;
    transition: all .1s ease;
}
.top-navbar .s-search-input:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 0 5000px rgba(0,0,0,.6);
    transition: all .1s ease;
}

@media only screen and (max-width: 1024px) and (min-width: 360px)
{
    .s-search-modal {
        width:100%;
    }
}

/* nav bar */
.bg-inherit, div#mainnav{
    background: #fff;
    border-radius: 0 0 24px 24px!important;
    box-shadow: none;
}
.navbar-brand img{
    opacity: 0;
}

.navbar-brand
{
    background: url(	https://cdn.salla.sa/KylVj/jtENYXOI9yS8xyIRQDk0pNcaggxuJ7k6EE0NuI7N.png)!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: right!important;
}

.navbar-brand img
{
    max-height: 7rem;
    width: auto;
}


/* menu nav */

.main-menu li>a,
.main-menu li.root-level>a{
    font-size: 13px;
    font-weight: 400!important;
    color: #000;
    transition: all .3s ease;
}
.main-menu li>a:hover,
.main-menu li.root-level>a:hover {
    color: #e6c55e;
    transition: all .1s ease;
}

.main-menu #offers a {
  animation: offers 2s infinite;
}

@keyframes offers {
  0% { color: green; }
  50% { color: red; }
  100% { color: green; }
}

/* offers */
li#offers span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZq.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin: auto;
    animation: offers-rotate 4s infinite ease;
}

@keyframes offers-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}


.sub-menu.w-56 li>a span:before{
    display: none!important;
}

/* makeup li#\31 11595736:before */
li#\31 11595736 span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/y_9.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: auto;
}
/* care */
li#\32 083864027 span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yY3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: auto;
}
/* perfumes */
li#\31 975884326 span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZ1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: auto;
}
/* electronics */
li#\31 201846567 span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZZ.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: auto;
}
/* oud */
li#\32 94639648 span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZA.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: auto;
}
/* lenses */
li#\33 10241137 span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yY4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: auto;
}
/* brands */
li#brands span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yYo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: auto;
}


/* ------ mobile menu ------ */

@media only screen and (max-width: 1024px){

.mm-spn.mm-spn--navbar.mm-spn--main {
    text-align-last: right;
}
.mm-spn li img{
    display: none;
}

.mm-ocd__content .main-menu li>a,
.mm-ocd__content .main-menu li.root-level>a,
.mm-ocd__content .mm-spn span{
    font-size: 14px;
    font-weight: 500!important;
    color: #000;
    padding-left: 16px;
    transition: all .3s ease;
}
.main-menu li>a:hover,
.main-menu li.root-level>a:hover,
.mm-ocd__content .mm-spn span:hover {
    color: #e6c55e;
    transition: all .1s ease;
}

#mobile-menu ul.main-menu.mm-spn--open a.offers-link,
#mobile-menu li > span,
#mobile-menu li > a {
    display: flex;
}


/* offers */
#mobile-menu a.offers-link {
  animation: offers 2s infinite;
}

@keyframes offers {
  0% { color: green; }
  50% { color: red; }
  100% { color: green; }
}

#mobile-menu .offers-link:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZq.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    animation: offers-rotate 4s infinite ease;
}

@keyframes offers-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}

/* makeup */
#mobile-menu li:nth-child(3) > span:before{
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/y_9.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}

/* care */
#mobile-menu li:nth-child(5) > span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yY3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
/* perfumes */
#mobile-menu li:nth-child(7) > span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZ1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
/* electronics */
#mobile-menu li:nth-child(9) > span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZZ.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
/* oud */
#mobile-menu li:nth-child(11) > a:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yZA.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
/* lenses */
#mobile-menu li:nth-child(13) > span:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yY4.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
/* brands */
#mobile-menu li:nth-child(15) > a:before {
    content: "";
    display: block;
    background-image: url(https://svgshare.com/i/yYo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-left: 12px;
}
}


/* main slider */

salla-slider.photos-slider .swiper {
    max-width: 1280px;
    margin: auto;
    border-radius: 18px;
}
@media only screen and (max-width: 1024px) and (min-width: 360px){
    salla-slider.photos-slider .swiper {
    border-radius: 0;
}
}

section.s-block.s-block--photos-slider{
    margin-top: 24px;
}

salla-slider.photos-slider .swiper-slide{
    margin: auto;
    width: 100%;
    padding: 0!important;
    border-radius: 0;
}
salla-slider.photos-slider .swiper-slide .rounded-md{
    border-radius: 0;
}
salla-slider.photos-slider .carousel-slider .swiper-wrapper>div{
    padding: 0!important;
}

salla-slider[type]:not(.hydrated)>div, salla-slider[type]:not(.hydrated) .swiper>div>div, .carousel-slider .swiper{
    padding: 0!important;
    display: flex;
}


/* slider buttons */
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
    visibility: hidden;
    opacity: 0;
    transition: all 0s ease;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled:hover{
    visibility: hidden!important;
}
.s-slider-v-centered .s-slider-nav-arrow svg{
    fill: #fff;
    transition: all .3s ease;
}
.s-slider-v-centered .s-slider-block__title-nav button{
    visibility: visible;
    --tw-shadow: none;
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 0;
    transform: scale(1.0);
    transition: all .3s ease;
    display: none;
}
.s-slider-v-centered .s-slider-block__title-nav button:hover{
    background-color: #fff;
    border: 2px solid #fff;
    opacity: 1;
    transform: scale(1.2);
    transition: all 1s ease;
}

.s-slider-v-centered .s-slider-block__title-nav button:hover svg{
    fill: #000!important;
    transition: all .3s ease;
}

.s-slider-v-centered:hover .s-slider-block__title-nav button {
    opacity: 1;
    --tw-shadow: 0 0 40px rgba(0,0,0,.2);
    transition: all .3s ease;
}

/* slider pagination */

salla-slider .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    border-radius: 12px;
}
salla-slider .swiper-pagination-bullet-active{
    background-color: #000;
    width: 12px;
    height: 12px;
}


/* ------ first slider ------

.s-slider-v-centered.fullwidth-slider .s-slider-nav-arrow svg{
    fill: #fff;
}
.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button {
    --tw-shadow: none;
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 0;
    transition: all 1s ease;
}
.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button:hover {
    background-color: #fff;
    opacity: 1;
    transition: all .1s ease;
}
.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button:hover svg{
    fill: #000!important;
}

salla-slider#main-slider-0:hover .s-slider-block__title-nav button {
    opacity: 1;
    --tw-shadow: 0 0 40px rgba(0,0,0,.2);
    transition: all .1s ease;
}


.s-block--hero-slider .swiper-slide .swiper-lazy:after{
    background-color: transparent;
}

*/


/* ------ categories section ------ */

section.s-block.s-block--banners.container .md\:grid-cols-3 {
    grid-template-columns: repeat(6,minmax(0,1fr));
}

/*
.md\:grid-cols-2{
    display: flex;
}
*/

.two-row .banner-entry:first-child{
    grid-row: span 1/span 1;
}
section.s-block.s-block--banners.container .banner-entry {
    padding: 0px;
    background-color: transparent;
    border-radius: 0;
    transform: scale(1);
    height: 180px;
    transition: all .3s ease;
}
section.s-block.s-block--banners.container .banner-entry:hover {
    transform: scale(1.05);
    transition: all .1s ease;
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
    section.s-block.s-block--banners.container .banner-entry {
        height: 150px;
}
}
@media only screen and (max-width: 768px) and (min-width: 640px){
    section.s-block.s-block--banners.container .banner-entry {
        height: 120px;
}
}
@media only screen and (max-width: 640px){
    section.s-block.s-block--banners.container .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .sm\:gap-8{
        gap: 0px;
      }
    section.s-block.s-block--banners.container .banner-entry {
        height: 150px;
        margin-bottom: 24px;
      }
}
@media only screen and (max-width: 425px){
    section.s-block.s-block--banners.container .banner-entry {
        height: 110px;
        margin-bottom: 24px;
      }
}


/* fixed banner */
.banner--fixed img{
    max-height: 420px;
}


/* ------ product card ------ */

.s-product-card-entry,
.s-product-card-vertical,
.s-product-card-fit-height{
    border: 1px solid #ddd;
    border-radius: 12px!important;
    box-shadow: none;
    transition: all .3s ease;
}
.s-product-card-entry:hover,
.s-product-card-vertical:hover,
.s-product-card-fit-height:hover{
    border: 1px solid #e6c55e;
    box-shadow: none;
    transition: all .1s ease;
}
.s-product-card-image:hover{
    opacity: 1;
}
img.s-product-card-image-contain.lazy.loaded{
    border-radius: 12px 12px 0 0;
    background: #fff;
    transform: scale(1.0);
    transition: all .3s ease;
}

img.s-product-card-image-contain.lazy.loaded:hover{
    opacity: 1;
    transform: scale(1.08);
    transition: all .1s ease;
}


.s-product-card-content{
    border-top: 1px solid #eee;
    padding: 0;
}

.s-product-card-content-main{
    padding: 8px 8px 0px 8px;
}
.s-product-card-content-title{
    margin: auto;
}
.s-product-card-content-title a{
    font-size: 12px;
    font-weight: 500;
}
.s-product-card-content-subtitle{
    font-size: 12px;
}
.s-product-card-content-sub{
    padding-right: 8px;
}
.s-product-card-price{
    font-size: 12px;
    font-weight: 600;
}

/*
.s-product-card-content-main,
.s-product-card-content-sub{
    padding: 8px 10px;
}
*/

.s-product-card-content-footer .s-button-primary-outline{
    font-size: 12px;
    font-weight: 500;
    border: none;
    color: #000;
    background-color: transparent;
    opacity: 1;
    transition: all .3s ease;
    border-radius: 0 0 11px 11px!important;
}
.s-product-card-content-footer .s-button-primary-outline:hover {
    border: none;
    color: #fff;
    background: #e6c55e;
    opacity: 1;
    transition: all .3s ease;
}
.s-product-card-content-footer:after{
    content: "\e90c";
    font-family: sallaicons!important;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 12px;
}


@media (min-width: 1024px){
    .s-products-slider-card {
        width: 200px;
        padding-left: 4px!important;
        padding-right: 4px!important;
    }
    
    .s-products-list-vertical-cards {
        grid-template-columns: repeat(6,minmax(0,1fr));
        gap: 12px;
    }
}

/* features */

.s-block--features__item:first-child{
    grid-column: span 1/span 1;
}
.s-block--features__item{
    border-radius: 12px;
    border: 1px solid #ddd;
    transition: all .3s ease;
}
.s-block--features__item:hover{
    border: 1px solid #e6c55e;
    box-shadow: none;
}
.s-block--features__item .feature-icon{
    background-color: #e6c55e;
    transform: rotate(1.0);
    transition: all .3s ease;
}
.s-block--features__item:hover .feature-icon{
    background-color: #e6c55e;
    transform: scale(1.2);
    transition: all .3s ease;
}

.s-block--features__item .feature-icon i{
    color: #fff;
}
.s-block--features__item h4{
    color: #000;
    text-align: center;
    transition: all .3s ease;
}
.s-block--features__item:hover h4{
    color: #e6c55e;
    transition: all .1s ease;
}

@media (max-width: 768px){
    .grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\] {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}


/* footer */

@media (min-width: 1024px) {
footer.store-footer .container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6{
    grid-template-columns: repeat(3,minmax(0,1fr));
}
footer.store-footer [dir=rtl] .rtl\:lg\:pl-20{
    padding-left: 0;
}
.lg\:col-span-2 {
    grid-column: span 1/span 1;
}
}


.footer-is-light .store-footer .store-footer__inner{
    background: #312115;
    color: #fff;
    border-bottom: none;
    border-top: 8px solid #e6c55e;
}
.store-footer h3 {
    color: #e6c55e;
    border-right: 4px solid #e6c55e;
    padding-right: 8px;
}
p.max-w-sm.leading-6.mb-6 {
    font-size: 14px;
    font-weight: 400;
}

a.flex.items-center.m-0 h3{
    border: none;
}

/*
a.flex.items-center.m-0:before{
        content: "";
    display: block;
    width: 40px;
    height: 18px;
    background: url(https://i.imgur.com/tQmYYtd.png)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: top!important;
    margin-top: 6px;
    align-self: baseline;
}
*/

a.social-link{
    transform: scale(1.0);
    transition: all .3s ease;
}
a.social-link:hover{
    transform: scale(1.3);
    border: 1px solid transparent!important;
    background: #e6c55e;
    transition: all .1s ease;
}
.footer-is-light .store-footer .contact-social{
    border-color: #e6c55e;
}

/* important links */
a.block.mb-5.last\:mb-0.text-sm.leading-none{
    transition: all .3s ease;
}
a.block.mb-5.last\:mb-0.text-sm.leading-none:hover{
    color: #e6c55e;
}

/* contact us */
a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none,
a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-non i{
    transition: all .3s ease;
}
a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none:hover{
    color: #e6c55e;
}

a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none:hover i{
    transition: all .3s ease;
    border: 1px solid #e6c55e;
}


/* bottom footer */
.footer-is-light .store-footer{
    background: #312115;
}

/*
body:before {
    content: "";
    width: 100%;
    height: 100%;
    background: red url("https://i.imgur.com/tQmYYtd.png");
    position: fixed;
    z-index: 99999!important;
    transform: scale(0);
    background-size: 100px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: loader;
    animation-duration: 5s;
    background-repeat: no-repeat;
}
@keyframes loader {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(0) scale(2);
    }
}
*/


/* product page */

/* add to cart and buy now */
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center{
    border-radius: 32px;
    background: #e6c55e;
    color: #312115;
    border: 1px solid #e6c55e;
    transition: all .3s ease;
}
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center:hover{
    opacity: 1;
    background: #312115;
    color: #e6c55e;
    border: 1px solid #312115;
}
button.s-quick-buy-button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-after{
    border-radius: 32px;
    borer: 1px solid #e6c55e;
    color: #312115;
    transition: all .3s ease;
}
button.s-quick-buy-button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-after:hover{
    opacity: 1;
    borer: 1px solid #312115;
    color: #e6c55e;
}

/*
.loader-init
{
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: white;
          transition: opacity 0.75s, visibility 0.75s;
          z-index: 9999;
}

      .loader-init--hidden
{
          opacity: 0;
          visibility: hidden;
}

      .loader-init::after {
          content: "";
          width: 100%;
          height: 100%;
          border: none;
          border-top-color: transparent;
          border-radius: 0;
          animation: loading 0.75s ease infinite;
          background: url("https://i.imgur.com/tQmYYtd.png");
          background-size: 100px !important;
    background-repeat: no-repeat;
    background-position: center !important;
      }

      @keyframes loading {
          from {
            transform: rotate(0turn);
          }
          to {
            transform: rotate(1turn);
          }
      }
*/

/* shop by brand / brands */
section.s-block.s-block--categories salla-slider .slide--one-sixth{
    padding: 12px;
    width: 100px;
}
section.s-block.s-block--categories .slide--cat-entry{
    width: 110px;
    height: 110px;
    padding: 0;
    border-radius: 80px;
    border: 1px solid #eee;
    transition: all .3s ease;
    transform: scale(0.8);
}
section.s-block.s-block--categories .slide--cat-entry:hover{
    border: 1px solid #e6c55e;
    box-shadow: none;
    transform: scale(0.9);
    transition: all .1s ease;
}
section.s-block.s-block--categories .slide--cat-entry h2{
    display: none;
}
section.s-block.s-block--categories .slide--cat-entry i{
    margin: auto;
}


section.s-block.s-block--categories ::before{
    border-radius: 200px;
}
/* 01 O'KEEFF'S */
section.s-block.s-block--categories .sicon-clothes-hanger:before{
    background: url('https://i.imgur.com/tebfYRS.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 02 AFRICAS BEST */
section.s-block.s-block--categories .sicon-ellipsis-vertical-filled:before{
    background: url('https://i.imgur.com/HovUzgM.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 03 Eucerin */
section.s-block.s-block--categories .sicon-ellipsis-filled:before{
    background: url('https://i.imgur.com/YXhMYdw.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 04 ARM & HAMMER */
section.s-block.s-block--categories .sicon-d-rotate:before{
    background: url('https://i.imgur.com/RGS04jf.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 05 OZNaturals */
section.s-block.s-block--categories .sicon-tiktok::before{
    background: url('https://i.imgur.com/kwnHOh5.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 06 Etude House */
section.s-block.s-block--categories .sicon-undo:before{
    background: url('https://i.imgur.com/14a0Dfd.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 07 essence */
section.s-block.s-block--categories .sicon-underline:before{
    background: url('https://i.imgur.com/1jcJ6jz.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 08 BOUCHERON */
section.s-block.s-block--categories .sicon-ul:before{
    background: url('https://i.imgur.com/IcbeRRi.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 09 BOURJOIS */
section.s-block.s-block--categories .sicon-table:before{
    background: url('https://i.imgur.com/My5IB2x.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 10 JOY */
section.s-block.s-block--categories .sicon-strike:before{
    background: url('https://i.imgur.com/LGSLRtz.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 11 Daiso japan */
section.s-block.s-block--categories .sicon-remove:before{
    background: url('https://i.imgur.com/vUwgwAH.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 12 Derma Roller System */
section.s-block.s-block--categories .sicon-redo:before{
    background: url('https://i.imgur.com/48slDYh.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 13 Roberto Cavalli */
section.s-block.s-block--categories .sicon-quote:before{
    background: url('https://i.imgur.com/LDOila6.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 14 RIMMEL LONDON */
section.s-block.s-block--categories .sicon-paragraph:before{
    background: url('https://i.imgur.com/dPYRyan.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 15 RDL */
section.s-block.s-block--categories .sicon-ol:before{
    background: url('https://i.imgur.com/XvveVty.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 16 REBUNE */
section.s-block.s-block--categories .sicon-mention:before{
    background: url('https://i.imgur.com/7whcPcB.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 17 Red Cherry */
section.s-block.s-block--categories .sicon-link1:before{
    background: url('https://i.imgur.com/NYXIu5V.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 18 SUNDOWN NATURALS */
section.s-block.s-block--categories .sicon-italic:before{
    background: url('https://i.imgur.com/SGmp56H.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 19 Cetaphil */
section.s-block.s-block--categories .sicon-image1:before{
    background: url('https://i.imgur.com/5iD3i4A.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 20 Cera Ve */
section.s-block.s-block--categories .sicon-hr:before{
    background: url('https://i.imgur.com/IoD33wp.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 21 GREEN WEALTH */
section.s-block.s-block--categories .sicon-delete_table:before{
    background: url('https://i.imgur.com/EJVIqWb.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 22 GARNIER */
section.s-block.s-block--categories .sicon-delete_row:before{
    background: url('https://i.imgur.com/YJz4bKa.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 23 VICHY */
section.s-block.s-block--categories .sicon-delete_col:before{
    background: url('https://i.imgur.com/S3aJkQN.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 24 Foodaholic */
section.s-block.s-block--categories .sicon-combine_cells:before{
    background: url('https://i.imgur.com/CE3Hcq3.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 25 Voox */
section.s-block.s-block--categories .sicon-code:before{
    background: url('https://i.imgur.com/FuwxMCO.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 26 FLAMINGO */
section.s-block.s-block--categories .sicon-checklist:before{
    background: url('https://i.imgur.com/6FQdBJD.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 27 Coogie */
section.s-block.s-block--categories .sicon-bold:before{
    background: url('https://i.imgur.com/bKtlDMk.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 28 Carmex */
section.s-block.s-block--categories .sicon-add_row_before:before{
    background: url('https://i.imgur.com/bQVDcXk.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 29 LOREAL Paris */
section.s-block.s-block--categories .sicon-add_row_after:before{
    background: url('https://i.imgur.com/cxO9d3q.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 30 Lens me */
section.s-block.s-block--categories .sicon-add_col_before:before{
    background: url('https://i.imgur.com/PsdwYxY.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 31 MAHMOOD SAEED */
section.s-block.s-block--categories .sicon-add_col_after:before{
    background: url('https://i.imgur.com/bIC0lQX.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 32 MAYBELLIN */
section.s-block.s-block--categories .sicon-lang:before{
    background: url('https://i.imgur.com/hadA4Eu.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 33 Mason Natural */
section.s-block.s-block--categories .sicon-cart2:before{
    background: url('https://i.imgur.com/RBmLIik.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 34 MISSHA */
section.s-block.s-block--categories .sicon-paper-plane-o:before{
    background: url('https://i.imgur.com/ovLbcNH.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 35 MAXFACTOR */
section.s-block.s-block--categories .sicon-check-circle2:before{
    background: url('https://i.imgur.com/YFVzG4U.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 36 Nature's Answer */
section.s-block.s-block--categories .sicon-facebook2:before{
    background: url('https://i.imgur.com/biVPB9E.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 37 Nature's Way */
section.s-block.s-block--categories .sicon-instagram2:before{
    background: url('https://i.imgur.com/hwvEntl.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}
/* 38 YSL */
section.s-block.s-block--categories .sicon-shopping-bag2:before{
    background: url('https://i.imgur.com/ZmLoYSL.jpg');
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}

/* end of testing *