/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */



/*Home slider*/

.new-slider-item{
    position: relative;
}

.new-slider-item .slider-content{
    position: absolute;
    top: 55%;
    left: 6%;
    z-index: 5;
    color:#F5F5F5;
    font-size: 42px;
    line-height: 50px;
    max-width: 900px;
    font-style: italic;
}


/*Categories Banners*/

.banner-container{
    position: relative;
}

.banner-container img{
    width: 100%;
    min-height: 120px;
    object-fit: cover;
}

.banner-container .banner-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #F9BA38;
    height: 30px;
    color: #000000;
    padding: 5px;
}

.banner-container .banner-content span{
 float: left;
    font-size: 21px;
    line-height: 21px;
    padding-left: 5px;
}

.banner-container .banner-content a{
    float: right;
    font-size: 13px;
    line-height: 21px;
}

.banner-container .banner-content a:before, .promo-container .promo-button a:before{
    content: none;
}

.banner-container .banner-content a:hover{
    color:#fff;
    background: none; 
}

.promo-container{
    position: relative;
}

.promo-container img{
    width: 100%;
}

.promo-container .promo-content{
    position: absolute;
    top: 15%;
    left:30px;
}

.promotion-description{
    text-align: left;
    font-size: 17px;
    max-width: 60%;
    padding-bottom: 10px;
}

.promotion-title h2{
    text-align: left;
    font-size: 28px;
    padding-bottom: 10px;
}

.promo-container .promo-button a{
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    padding: 10px 15px;
    background: #282923;
    border-radius: 8.2px;
    width: max-content;
    float: left;
}




/*Others*/

.brandcrsl .slick-track{
    margin:auto;
}


#footer #tptnhtmlbox2 .box-container{
    justify-content: center;
    align-content: flex-start;
}

.product-flags{
    top: 10px;
    left: 10px;
}

.crsl-title h4:before, .crsl-title h2:before{
    background-color:#000!important;

}

.tptnprods h2:before, .tptnprods h4:before{
    height: 2px!important;
}

#tptnbrands .crsl-title h4:before{
    height: 3px!important;
}

.info-block-footer .h3{
    display: none;
}

.info-block-footer .footer-toggle{
    margin-top:0!important;
}

.info-block-footer .heading-info{
    color:#000!important;
}

#footer .footer-container li{
    margin-bottom: 5px;
}

#footer .footer-bottom .tptnpayment{
    text-align: center;
    display: inline-grid;
}

#footer .footer-bottom .tptnpayment img{
   margin: auto;
}

#header .header-nav #tptnhtmlbox1 a.links-top{ 
    color:#505050; 
}

.product-miniature .thumbnail-container{
   box-shadow:inset 0 0 0 1px #E8E8E8;
   border-radius:0;
}

.promo-container .promo-button a:hover{
    color:#f9ba38;
}

.product-flags li{
	font-size: 14px;
}

.product-miniature .product-title {
    font-size: 17px;
    line-height: 20px;
}

.subcategory-image img{
    border-radius:50%;
    border:5px solid #F9BA38;
}

.product-images .slick-track{
    margin-left: unset;
}

.new-contact-form{
    padding: 20px;
    background:#eee;
}

.new-contact-info{
    padding: 20px;
}

.chi-siamo-desc{
    font-size: 16px;
    line-height: 25px;
    padding-top: 20px;
}

.chi-siamo-img img{
    display: block;
    margin: auto;
}

.chi-siamo-gallery .brand-item{
    padding: 0 10px!important;
}

#tptndesktopmenu .dtmenu .dtmenu-list .menu li a {
    font-size: 12px;
    padding: 6px 15px;
}

#tptndesktopmenu .dtmenu .dtmenu-list .menu li .sub li li a, #tptndesktopmenu .dtmenu .dtmenu-list .menu li .sub-container.non-mega .sub li a {
    font-size: 12px;
}

.blockreassurance_product svg path{
	fill: #707070;
}

/*Responsive*/

@media only screen and (max-width: 767px) {
    #header .header-nav {
        border-bottom: none;
        padding: 8px 0;
    }

    .banner-container .banner-content span{
        font-size: 14px;
    }

    .banner-container .banner-content a{
        font-size: 12px;
        line-height: 22px;
    }
    .new-slider-item .slider-content{
        top:55%;
        font-size: 26px;
        line-height: 35px;
    }

    .promo-container{
            position: relative;
    }
    .promo-container img{
        min-height: 180px;
        width: 100%;
        object-fit: cover;
    }

    .promo-container .promo-content{
        top: 10%;
        left: 20px;
    }

    .promotion-title h2{
        font-size: 22px;
    }

    .promotion-description{
        font-size: 16px;
        max-width: 80%;
     }

     .promo-container:after {
        content:'\A';
        position:absolute;
        width:100%; height:100%;
        top:0; left:0;
        background:#09090917;
        opacity:1;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        z-index: 0;

        }

        .promo-content{
            z-index: 5;
        }

        .info-block-footer .footer-toggle {
            margin-top: 20px!important;
        }
        .promo-container .promo-button a{
            font-size: 15px;
            line-height: 10px;
            padding: 10px 10px;
        }

}


@media only screen and (max-width: 1024px) {

    .new-slider-item .slider-content{
        top: 60%;
        font-size: 27px;
        line-height: 30px;
        max-width: 600px;
    }

    .promo-container .promo-content{
        top:10%;
    }

    .promotion-title h2{
        font-size: 22px;
        padding-bottom: 5px;
    }

    .promo-container .promo-button a {
        font-size: 15px;
        line-height: 10px;
        padding: 10px 10px;
    }

    .promotion-description{
        max-width: 70%;
    }

    .promo-container img {
        width: 100%;
        min-height: 180px;
        object-fit: cover;
    }

}


@media (min-width: 1200px){

	#header .tptnheaderlinks ul a {
		font-size: 15px;
	}

	.product-miniature .product-title {
	    font-size: 17px;
	    line-height: 20px;
	}
	
	.product-miniature .product-price-and-shipping {
	    font-size: 20px;
	    margin: 15px 0 0;
	}

}


@media (max-width: 1440px){

	#tptndesktopmenu .dtmenu .dtmenu-list .menu li .sub li.mega-hdr a.mega-hdr-a{
		margin-bottom: 6px;
	}

	#tptndesktopmenu .dtmenu .dtmenu-list .menu li a{
		font-size: 11px;
	}

	#tptndesktopmenu .dtmenu .dtmenu-list .menu li .sub li.mega-hdr{
		    margin: 0 15px 15px 0;
	}
	#tptndesktopmenu .dtmenu .dtmenu-list .menu li .sub{
		padding: 10px 0 0 10px;
	}
}