/* Add custom CSS styles below */ 
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');



header.site-header,
.sub-header {
    background: #f6f6f6;
}

.sub-header * {
    color: black !important;
}



.site-header__cart {
    background: #fddedc !important;
    color: black !important;
    border-radius: 13px !important;
}

.site-header.sticky {
    border-bottom: 2px solid #d67c8f;
}

.product {
    border-radius: 20px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 4px 10px 2px;
    background: #f2f1f1 !important;
}

h3.product-title,
.price-before,
.footer-main *,
.salla-theme_6 footer .store-contact a {
    color: black !important;
}

a.product-add.add_to_cart_btn span:last-child {
    display: none !important;
}

.product .product-footer .product-add.add_to_cart_btn span:first-child {
    opacity: 1;
    transform: none !important;
    visibility: visible;
}

.salla-theme_6 .product .product-footer .product-add.add_to_cart_btn span:first-child {
    visibility: visible !important;
    transition: none;
}

.product .sicon-cart:before {
    display: none;
}

a.product-add.add_to_cart_btn::after {
    content: "\f291";
    font-family: 'FontAwesome';
    background: transparent !important;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1px !important;
}


a.product-add.add_to_cart_btn {
    background: transparent !important;
    color: #d67c8f;
    font-size: 28px;
}

h2.section--title {
    color: #d67c8f !important;
}

.product .product-title {
    font-size: 16px !important;
    font-weight: bold;
}

.footer-main {
    background: transparent;
}



h2.footer-title,
.footer-main p,
.store-contact {
    text-align: center;
}

ul.social.clearfix {
    display: flex;
    justify-content: center;
}

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




.breadcrumb>.active, ol.breadcrumb li a ,.list--product-fields li.form-group--price>div .price-before{
    color: black !important;
}

ol.breadcrumb li {
    font-size: 20px;
}

.salla-theme_6 .product .product-footer .not-available {
    width: 48%;
    font-size: 16px !important;
}

.footer-sub {
    background: pink;
    color:white
}

.salla-theme_6 footer .footer-sub .fs-cont .fs-payment img {
    background: white;
    border-radius: 3px;
}