/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
section.section {
    padding: 0;
    }
    .col-sm-4 {
    width: 25%;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    }
.circle-action {
    border: none;
    border-radius: 20%;
    background: #e8b176;
    color: #344a50;
}
.circle-action:hover {
    background: #344a50;
    color: #fff;
}
.circle-action span:first-of-type:not(.notification-badge) {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    transform: translate(-50%,-50%);
}
.sub-nav__menu svg {
    background: #e8b176;
    fill: #344a50;
    border-radius: 20%;
}
.sicon-user:before {
    color: #344a50;

}
.site-header {
    box-shadow: none;
    background: url(https://cdn.discordapp.com/attachments/765367810972581892/884064694611099648/hi2.jpg);
}
.site-header__cart .badge {
    background: #325050;
}
.login-link {
    margin-top: 8px;
}
.section--title span{
    color:#344a50 ;
}
.product-add {
    border-right: 1px solid #58676b;
    color: #e8b176;
} 

.add-cart-large:focus, .add-cart-large:hover, .add-cart:focus, .add-cart:hover, .order-btn:focus, .order-btn:hover {
    background: #58c9b9;
    color: #e8b176;
}.add-cart-large, .order-btn {
    color: #e8b176!important;
}
.product-add:hover {
    border-right: 1px solid #58676b;
    color: #344a50;
    background:#e8b176!important;
}
.product-price, .product-details__price {
    color: #e8b176;
    direction: inherit;
}
#ask_button {
    margin-right: 0;
    font-size: 15px;
}
.btn-primary {
    background-color: #e8b176 !important;
    color: #22535f;
    border: 1px solid #e8b176;
}

body.salla-theme_1 .product .product-footer {
    margin-top: .5rem;
    background: #344a50!important;
    color: #e8b176;
    border:none;
}
@media (min-width: 992px)
{.sub-nav {
    background: #f6f6f6;
}}
.button-more, body.salla-theme_1 .section-header .btn.btn-primary.btn-rounded, body.salla-theme_2 .section-header .btn.btn-primary.btn-rounded, body.salla-theme_4 .section-header .btn.btn-primary.btn-rounded {
    color: #314f4f;
    border: none;
    background-color: #e8b176;
    border-radius:8px !important;
}
.feature-item__icon {
    color: #344a50;
    border-radius: 20%;
}
.product {
    border-radius: 8px;
}
section.section {
    padding: 0;
}
/*footer*/
.footer-title {
    color: #f6f6f6;
    background: #344a50;
    border-radius: 8px;
    font-weight: bold;
    padding-top: 0.3rem;
    padding-bottom: .3rem;
}
.footer-main, .store-contact {
    text-align: center;
}
.social__item a {
    color: #f6f6f6;
    border-radius: 20%;
    border: 5px solid #344a50;
}
.footer-links a {
    color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.footer-links a:hover {
    color: #e8b176;
}
.store-contact a {
    color: #344a50;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.store-contact a:hover {
    color: #f6f6f6;
}
@media (min-width: 992px){
body .sub-nav .main-menu>li>a:hover{
    background:#344a50;
    color:#e8b176;
}
body .sub-nav .main-menu>li>a {
-webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius:5px;
    padding-left: 4px;
    padding-right: 4px;
}}
.testimonials-item p {
    background: #344a50 url(https://cdn.discordapp.com/attachments/765367810972581892/880838198157246564/quote.svg) top 1rem center no-repeat;
    background-size: 10%;
    color: #fff;
    border: 3px solid #e8b176;
    border-radius: 10px;
}
.testimonials-item p:after , .testimonials-item p:before {
    content: none;
}