/* Add custom CSS styles below */ 
.wa-selia span {
    font-size: 12px;
}

.app-inner.has-pattern:before {
    content: "";
    background-image: var(--pattern-bg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    opacity: var(--pattern-opacity);
    z-index: -1;
    -webkit-mask-image: linear-gradient(to top, #000000 0, #000000d4 100%)!important;
}

.product-single {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 3px #cccccc14;
}

.product-more-info.vertical {
    padding-top: 50px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 10px;
}

#best-offers-6-slider .s-slider-block__title {
    background: #fff;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 10px;
}

nav.breadcrumbs {
    background: #fff;
    margin: 10px 0;
    border-radius: 10px;
    padding: 20px;
}

.product-card__content-wrapper:before {
    background: url(https://cdn.salla.sa/form-builder/QzCJDG24H0kkHioCxiiYVL5H4S0RP7rkPIRCkz4j.png);
    content: '';
    width: 100%;
    height: 43px;
    background-size: contain;
    display: block;
    background-repeat:no-repeat;
}