/* Developed By Hashem Mdoukh +972-59796309 */ 
:root {
    --primary-color: #000000 !important;
    --secondary-color: #cda864!important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #fff !important
}

/*Header*/

.navbar-brand img,
.max-w-24 {
    animation: scale 1.3s linear infinite
}

@media (min-width: 576px) {
    .sm\:text-\[16px\] {
        background: var(--secondary-color) !important;
         border: 0px !important;
    }
}
.s-search-input:where([dir="rtl"], [dir="rtl"] *) {
    border-color: var(--secondary-color);
}

.text-\[\#818181\] {
    color: var(--secondary-color) !important;
}

.sicon-store {
  color:var(--primary-color) !important;
  opacity: .5;
}

.header-search {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.main-nav-container .inner .container div.relative > div:nth-child(2) {
    margin-bottom: 25px;
}

.main-nav-container #cat-in-header:hover {
    color: var(--secondary-color);
}

.side-account .s-search-inline .s-search-input-wrapper {
    width: 100% !important;
}

/*Cat*/ 
.image-parent {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50% !important;
}

/*Banner*/

.landing-page-first-bannar .txt .custom-dlay-heading {
    width: 50% !important;
    text-align: start;
}

.landing-page-first-bannar > div > div {
    text-align: start !important;
}

/*Arrows*/

.s-slider-block__title-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]),
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
    background: var(--secondary-color);
}

.s-slider-nav-arrow,
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
    border-radius: 50px;
    border-color: var(--secondary-color);
}

.s-slider-button-icon svg {
  fill: var(--font-color)!important;
}

.swiper-button-disabled {
    border-color: var(--secondary-color) !important;
}

.s-slider-prev {
   background: var(--secondary-color) !important;
}



/*Tabs*/
.s-block-tabs.s-block--tabs-produtcs {
  background-color: transparent !important;
}

.s-button-outline:hover {
    border-color: var(--primary-color);
}
@media(max-width: 768px) {
.s-block--tabs-produtcs .tabs {
    padding-bottom: 3.5rem;
}
}


/*Products*/
custom-salla-product-card:not(.s-product-card-horizontal) .s-product-card-content-footer {
    opacity: 1;
}

.swiper-wrapper {
  margin: 10px;
}

custom-salla-product-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

custom-salla-product-card .quike-view {
    opacity: 0;
}

.Gl_add_to_cart_btn_product button {
    width: 85%;
}

custom-salla-product-card:not(.s-product-card-horizontal) .s-product-card-content-footer {
    padding: 0px 0px 20px 0px;
}

custom-salla-product-card:not(.s-product-card-horizontal):hover .s-product-card-content-footer,
.outof-stock {
    bottom: 0px;
    opacity: 1;
}

custom-salla-product-card:not(.s-product-card-horizontal):hover .s-product-card-content-footer >  .quike-view {
    bottom: 160px;
    opacity: 1;
}

.s-product-card-content-sub {
    margin-bottom: 4rem;
}

@property --a {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

.Gl_add_to_cart_btn_product button::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 12px;
}

.Gl_add_to_cart_btn_product button {
    position: relative;
    z-index: 9;
    color: var(--font-color) !important;
    background: repeating-conic-gradient(from var(--a), var(--secondary-color) 0%, var(--secondary-color) 5%, transparent 5%, transparent 40%, var(--secondary-color) 50%);
    animation: animate 5s linear infinite;
    border-radius: 12px !important;
    border: 2px ridge #FFF;
}

.image-title .title-heade {
    background-color: transparent;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: red !important;
    opacity: 1;
    color: #FFF;
}

.s-product-card-vertical .s-product-card-wishlist-btn button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid red;
    animation: Pulsing 1200ms linear infinite;
}

@media (min-width: 768px) {
    .md\:top-\[-50px\] {
        top: 70px !important;
        left: 30px;
    }
}

.text-center a button,
.hover\:bg-\[var\(--color-primary\)\]:hover {
    background: linear-gradient(to left, #29725c, #FFFFFF, #29725c)!important;
    border: 0px !important;
    color: #000 !important;
    font-weight: bold;
}

.product-table tbody tr:nth-child(2) td {
  color: var(--font-color);
}

/*Features*/

.s-block--features__item {
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    border-radius: 15px !important;
    text-align: center !important;
    padding: 15px 0
}

.s-block--features__item .feature-icon {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: 0 0 10px -2px var(--primary-color)
}

.s-block--features__item .feature-icon i {
    display: none;
}

.s-block--features__item .sicon-fire::before,
.s-block--features__item .sicon-store2::before,
.s-block--features__item .sicon-headset::before,
.s-block--features__item .sicon-money-circle:before,
.s-block--features__item .sicon-full-wallet::before,
.s-block--features__item .sicon-shipping-fast::before,
.s-block--features__item .sicon-clothes-hanger:before {
    content: "" !important
}

.s-block--features__item:nth-child(1) .feature-icon {
    background-image: url(https://i.ibb.co/v4gpQdg1/verified.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.s-block--features__item:nth-child(2) .feature-icon {
    background-image: url(https://i.ibb.co/5XkQH1nB/delivery-truck.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.s-block--features__item:nth-child(3) .feature-icon {
    background-image: url(https://i.ibb.co/JDvXTmF/credit-card.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.s-block--features__item h2 {
    color: var(--primary-color) !important;
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 5px !important
}

.s-block--features__item p {
    color: var(--secondary-color) !important;
    font-size: 14px !important;
    font-weight: 700;
    background-color: #fff !important;
    border: 0 solid var(--primary-color) !important;
    box-shadow: 0 0 0 0 var(--secondary-color);
    border-radius: 0 !important;
    padding: 8px 2px !important;
    width: 95% !important;
    margin: auto !important
}

.s-block--features container > div .grid {
    margin-bottom: 2rem;
}

/*Features*/

/*FAQ*/
.common_questions .accordion-common .accordion-item-common {
    background: var(--primary-color);
    color: var(--font-color);
   border-radius: 10px !important;
}

.accordion-item-common h2 span {
  color: var(--font-color) !important;
}

.common_questions .accordion-common .accordion-item-common.active .accordion-content-common,
.accordion-item-common h2 span {
    padding-right: 20px;
}

.common_questions .accordion-common .accordion-item-common.active h2 i {
    color: var(--font-color);
}

/*Tistimonial*/
.content_tistimonial {
    background: #fff!important;
    border: 0 solid var(--primary-color)!important;
    border-radius: 30px!important;
    padding: 8px 25px 12px!important;
    box-shadow: 4px 4px 10px -4px var(--secondary-color) !important;
    margin: 10px!important
}

.imag_raduse {
    box-shadow: 4px 4px 10px -4px var(--secondary-color) !important;
}

/*Footer*/

.store-footer {
    color: var(--primary-color)!important;
    font-weight: 600;
    text-align: center!important;
    border: 1px solid var(--primary-color);
    border-radius: 50px!important;
    box-shadow: 0 0 10px -2px var(--primary-color);
    background: var(--font-color)!important;
    width: 95%!important;
    margin: 40px auto 15px!important;
}

.store-footer__inner {
    color: (--primary-color)!important;
    font-weight: 600;
    text-align: center!important;
    border-radius: 50px!important;
    background: var(--font-color)!important;
    border-bottom-color: var(--primary-color)!important;
    border-bottom-width: 1px;
    padding: 2rem 1rem!important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


.store-footer h3 {
    color: var(--font-color)!important;
    font-size: 16px!important;
    background-color: var(--secondary-color)!important;
    box-shadow: 2px 2px 12px -2px var(--secondary-color);
    border-radius: 12px!important;
    padding: 5px!important;
    width: 145px!important;
    margin: 0 0 15px !important;
    padding-right: 15px !important;
}

.s-social-list .s-social-link a,.store-footer .rounded-full,.store-footer .social-link,.store-footer .s-contacts-icon {
    border: 0 solid var(--primary-color)!important;
    box-shadow: 0 0 10px -2px var(--primary-color)
}

.store-footer div:nth-child(2) {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.copyright-text p {
  color: var(--font-color) !important;
}


@media(max-width:768px) {
  .store-footer h3 {
    margin: 0 auto 15px !important;
}
}


/*Cart*/
.cart-item {
  border-color: var(--secondary-color) !important;
}

.cart button.btn--coupon {
    border-color: var(--secondary-color);
    background: var(--secondary-color) !important;
    color: var(--font-color) !important;
} 
#cart-submit.cart-submit-ordaring .s-button-btn {
    background-color: var(--secondary-color);
    border: 3px ridge #FFFFFF !important;
    box-shadow: 2px 2px 12px -2px var(--primary-color);
}

@keyframes animate {
    0% {
        --a: 0deg
    }

    100% {
        --a: 360deg
    }
}

@keyframes scale {
    0%,100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.9);
        opacity: .7
    }
}

@keyframes Pulsing {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}