/* Add custom CSS styles below */
a:hover,
a:focus {
    color: #D2DD26;
}

.product>a .product-subtitle {
    font-size: 13px;
    padding: 0 20px!important;
    text-align: right;
}

.product-subtitle{
color: #3a56c2!important;
font-weight: bold;
}


.site-header {
    box-shadow: 0 1px 10px 2px rgb(0 0 0 / 5%);
    margin-bottom: 7px;
    border-radius: 0px 0px 20px 20px;
}

body.store-home section[style="background: #FAFAFA;"],
.salla-theme_1 section[style="background: #FAFAFA;"] {
    background-color: #fff !important;
}

.main-slider.slick-dotted.slick-slider {
    padding-bottom: 0 !important;
}

.slick-active button {
    background-color: #D2DD26 !important;
}

.slick-dots li button {
    background-color: #D2DD26;
}
/*
.section-header .section-actions {
    display: none;
}

.section-header:before {
    display: none;
}
*/
.section--title {
    color: #050139;
}

.section-header .section--title {
    text-align: center;
}

.sub-nav {
    border-top: 0px;
}

.product {
    border: 0px solid #dfdfdf;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    margin: 10px 0 !important;
    padding: 15px 0 20px 0;
    }

.product:hover {
    -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 12%);
}

body.salla-theme_1 .product .product-footer,
.product-add {
    border: 0;
}

.product-add {
    background: #050139;
    border: 1px solid transparent;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.product-add:hover {
    background-color: transparent !important;
    border: 1px solid #050139;
}

.product-add:hover .sicon-cart:before {
    color: #050139;
}

.product-add .sicon-cart:before {
    color: #D2DD26;
}


body.salla-theme_1 .product>a .product-title {
    padding: 15px 10px;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */ 
}

body.salla-theme_1 .product .product-footer {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-title,
.feature-item {
    color: #050139;
}

.product:hover .product-title {
    text-shadow: 0px 0px 10px #d2dd26;
}

.product-price,
.product-details__price {
    padding: 0;
    font-weight: bold;
}
.price-after {
    color: #000000!important;
    font-weight: bold;
}

.footer-main {
    border-radius: 15px;
}

.footer-main .col-md-4 {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 2rem;
}

.footer-title {
    border-bottom: 0px;
    font-weight: bold;
}

.footer-title span {
    font-size: 20px;
}

.store-contact {
    text-align: center;
}

.main-slider img {
    border-radius: 15px;
}

.u-light {
    background-color: #fff;
}

.feature-item {
    margin-top: 1.5rem;
}

.feature-item:hover {
    cursor: pointer;
}

.feature-item:hover .feature-item__icon {
    background-color: #D2DD26;
    cursor: pointer;
}

[data-type="banner"] img {
    border-radius: 15px;
}

.product-cart,
.cart-total-box {
    border: 0px solid #eee;
    box-shadow: 0 0px 10px 2px rgb(0 0 0 / 5%);
}

.cart-nav-submit,
.cart-nav-more,
.cart-nav-solid,
#order .add-cart-large {
    border-radius: 50rem !important;
}

.promotion-title {
    background-color: #d1df28;
    border-radius: 5px 0 0 5px;
    color: #24235c;
    display: block;
    font-size: 13px;
    padding: 3px 8px;
    position: absolute;
    right: auto;
    top: 0px;
    width: auto;
    z-index: 9;
}