a {
    color: #fa6f54;
   
}
/*header*/

.logo {
    max-width: 120px;
}

.header-main {
    background-color: #ffffff;
}

.header-main.sticky {
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-main.sticky.is-sticky {
    margin-top: 0px;
}

.header-mini-cart {

    background-color: #d48624;

}

/*nav*/

.main-menu ul li a {
    font-size: 16px;
    color: #000000;
    padding: 26px 16px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}

.main-menu ul li.active>a, .main-menu ul li:hover>a {
    color: #d48624;
}

/*slider*/

.hero-slider-item {
    height: 430px;
    display: flex;
    align-items: center;
}

/*prodotti home*/

.bar-left .product-sort {
    display: none;

}

ul.children.prodchild {
    display: block!important;
}

.product-card img {
  
 
        width: inherit;

    padding: 19px;
}

.product-card .card-body {
 
    line-height: 1;
}

.product-card:hover {
    box-shadow: 0 0 0px 0 rgb(0 0 0 / 15%);
    z-index: 10;
}

.sqr-btn:disabled {
    background-color: #b3b3b3bf;
    cursor: no-drop;
}



.slick-btn-prod {
        margin-top: 50px;
}

span.btn-after.prod-btn {
    padding-bottom: 11px;
    padding-right: 18px;
    padding-top: 9px;
}
.product-card .product-title {

     min-height: 50px;
    text-align: center;
  
}
span.product-brand {
    min-height: 32px;
}

.product-list-single-container .list-table-body div img {
    padding: 0px;
}

p.prod-prev-desc {
    margin-top: 30px;
    text-align: center;
        min-height: 30px;

}

.product-card .product-title > a {
    transition: color 0.25s ease-in-out;

    text-decoration: none !important;

}


.minhv {
    margin-bottom: 70px;
}



.responsiveproducts.slider-arrow-style.slick-dot-style.dots-products.slick-initialized.slick-slider.slick-dotted.slick-dot-style ul.slick-dots {
    /* color: azure; */
    bottom: -10px;
    left: 50%;
}

.box-inside { 

flex-wrap: wrap!important; 

display: flex!important; 

justify-content: center!important; 

} 

.box-min-h { 

min-height: 380px!important;  
} 

.img-max-h { 

max-height: 380px!important; 

} 

.box-min-h2 { 

min-height: 180px!important;  
} 

.img-max-h2 { 

max-height: 180px!important; 

} 

.box-img-responsive { 

margin: auto!important; 

max-width: 100%!important; 
    object-fit: contain!important; 

} 

.product-card .card-body {

 /*   min-height: 111px;*/
}

.product-card:hover .card-body-hidden {
    opacity: 1;
    visibility: visible;
    box-shadow: 3px -5px 20px 1px rgb(0 0 0 / 7%);
}

h3.product-title {
    text-transform: uppercase;
}




/*footer*/
.bg-main-blue {
    background-color:#a16b28e6;
}

.bg-main-dark {
    background-color: #ff6f53;
}


.latest-blog-area.section-padding {
    background: #f2f3f5;
}


/*BLOG*/

.blog-post-item img {
    width: 100%;
    min-height: 244px;
}

.plus-info-blog {
    color: white;
    font-size: 37px;
 
    z-index: 9999;
 
    position: absolute;
    display: flex;
 
    justify-content: flex-end;
    margin-left: 82%;
    font-weight: 600;
 
    margin-top: 205px;
    cursor: pointer;
}
.plus-info-blog:hover {
    color: #feeb67;
    font-size: 40px;
 
}

.after-blog {
    position: absolute;
    top: 0px;
    left: -15px;
    width: 100%;
    height: 100%;
    display: block;
    background: #27438d9c;
       clip-path: polygon(90% 0, 100% 0, 100% 49%, 77% 49%);
}


.latest-blog-area.section-padding {
    background: #e5e5e542;
    min-height: 100vh;
}

h4.blog-title {
    font-family: 'Montserrat';
    text-transform: uppercase;
    /*text-align: center;*/
        margin-bottom: revert;
}
.blog-title a {

    transition: color 0.25s ease-in-out;
    color: #d48624;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 700;
}
.blog-content {
    padding: 26px;
    background: white;
}
.blog-content p {
    margin-bottom: revert;
}

.blog-post-item .blog-content .blog-meta {
    margin: 15px 0 20px 0;
}

.blog-page .blog-page-content {
    margin: 30px 12px 0px 12px;
}

.brand img {

    max-width: 150px;
}