#sp-header.header-sticky {background: #000c; height: 90px;z-index: 999 !important;}
.sp-page-title .sp-page-title-heading{margin-top: 25px;font-size: 40px;text-shadow: 1px 1px 3px #000;}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {text-shadow: 1px 1px 3px #000;}
.sp-sign-in {color: #ffffff !important; text-shadow: 1px 1px 3px #000;}
.breadcrumb, #sp-top2 {text-shadow: 1px 1px 3px #000;}
.offcanvas-menu .sp-sign-in {color: #000000 !important;}
.offcanvas-menu .offcanvas-inner .sp-sign-in .signin-text {
    display: inline-block !important;
}
.sp-sign-in:hover {/*color: #ec5353 !important;*/ text-decoration: underline;}
.sp-sign-in .fa-user, .sp-profile-wrapper .fa-user-circle {font-size: 21px;}

#users-profile-params, #member-profile>fieldset:nth-child(2) {display:none;}

.wrap-title-product-cat {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;padding-bottom: 20px;
}

.wrap-product-cat-list .products-list-view .product-item {
    display: block;
    padding: 20px 10px 0px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s linear;
}

.wrap-product-cat-list .products-list-view .product-item .wrap-title-product-shop {
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    width: 50%;
}

.wrap-product-cat-list .products-list-view .product-item .wrap-price-product-row {
    width: 50%;display: table;
}

.wrap-product-cat-list .products-list-view .product-item .wrap-title-product-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-title-product-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.wrap-content-product-shop {
    text-align: left;
    font-size: 18px;
    color: #838080;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
}

.pagination>.active>a, .pagination>.active>span {
    border-color: #ec5353;
    background-color: #ec5353;
}
.homepage button.easystore-btn-add-to-cart {
    background: #FFFFFF;
    color: #ec5353;
	border-color: #ec5353;
}

.homepage button.easystore-btn-add-to-cart:hover {
    background: #ec5353;
    color: #FFFFFF;
}

/* =============EASYSTORE==================== */

.easystore-cart-icon {
    display: inline-block;
    font-size: 35px;
    
}

.easystore-cart-count {
    left: 20px;
    
}

select[name="shipping_country"], input[name="shipping_city"], input[name="shipping_zip_code"], .easystore-checkout-billing-address {
 display:none;   
    
}


 .easystore-product-image img {
    transition: all .4s cubic-bezier(.175,.885,.32,1.275);
}

.sppb-collection-item:hover .easystore-product-image img {
    transform: translateX(3px) scale(1.02);
}




.product-item .wrap-price-product-row .wrap-col-attr {
    display: inline-block;
    width: 50%;
}


.products-list-view .product-item .wrap-price-product-row {
    width: 50%;
}

.products-list-view .product-item .wrap-price-product-row .wrap-col-attr .mass_attr {
    display: block;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
}

.products-list-view .product-item .wrap-price-product-row .wrap-col-attr .price {
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
}



.products-list-view .product-item:hover {    background: #f9f9f9; transition: all 0.3s linear;}




.tophomeslider::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
    display: block;
    height: 300px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}


.article-details h1, .article-details h2, .article-details h3, .article-details h4 {font-size: 48px;}


.com-easystore.customer-orders {min-height:500px;}

.easystore-social-share-container {display:none;}

#sp-page-builder .easystore-product-title, #sp-page-builder h4  {font-family: 'Fira Sans', sans-serif; /*min-height:48px;*/}




