/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600;700&display=swap');

:root {
  --lg-brand: #3799ec;	
}

body { font-family: 'Poppins', sans-serif; color: #000; }
div.row { margin-left: 0; margin-right: 0; }
.sticky-top { background-color: #fff !important; height: 100px; top: 0; }
.carousel-caption { top: 27%; }
#pnl_slide { margin-top: -100px; margin-bottom: 60px; }

ul.navbar-nav.menu-left.mdl li.nav-item a,
ul.navbar-nav.menu-right.mdr li.nav-item a,
ul.navbar-nav.menu-right.mds li.nav-item a {
	text-transform: uppercase;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 12px;
	color: #000;
	display: inline-block;
}
ul.navbar-nav.menu-left.mdl li.nav-item a:hover {
	color: #2b9eff !important;
}
.navbar-brand { padding-top: 0; }
div.row.homeshuffle { margin: 0 auto; }
li.country a, li.currency a, .mds i.fas, .mds i.far { color: #000; }
.intro-container { border-right: 3px solid #e1e1e1; }
.intro-captions {
	font-size: 14px;
	font-weight: 400;
	color: #898989;
	text-align: left;
}
.firm {
	font-size: 11px;
	text-transform: uppercase;
	color: #898989;
}
.firm span {
	color: #000;
	font-weight: 700;
}
.body-content { margin-top: 100px; }
/* Card prodotto */
.product-grid4 { background: #fff; }

/* Scheda prodotto */
.breadcrumb .breadcrumb-item a { color: #9fa4af; font-size: 14px; font-weight: 600; }
.breadcrumb .breadcrumb-item.active a { color: #000; font-size: 14px; font-weight: 600; }
.breadcrumb .breadcrumb-item.active::before { content: "\2022"; }
a#MainContent_add_to_basket_new {
	background-image: none !important;
    border-radius: 25px;
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important;
    font-weight: bold;
    padding: 8px 10px !important;
    height: 40px;
}
select#MainContent_dpl_quantita { border-radius: 25px; height: 40px; border: 1px solid #000; background-color: #fff; }
select#MainContent_dpl_taglia {	border-radius: 25px; height: 40px; border: 1px solid #000; color: #000; }
#MainContent_dls_photo input { border: none !important; }
#MainContent_lbl_descrizione { color: #000; font-weight: bold; }
#MainContent_lbl_correlati { 
	font-size: 26px !important; 
	font-weight: bold; 
	text-transform: inherit !important;
	border-bottom: none !important;
	margin-bottom: 40px !important;
}
#MainContent_pnl_proddesc { color: #898989; }
/* Mobile */
@media only screen and (max-width: 991px) {
	#pnl_slide { margin-top: 0; }
	.body-content { margin-top: 0px; }
}


div#f-boxes_new {
	border-top: 1px solid #ccc;
	padding-top: 4rem;
    padding-bottom: 2rem;
	    max-width: 1440px;
}
#footer1_pnl_footer_new {
	border-top: none !important;
}
#footer-box_new {
	border-right: none !important;
}

.carousel-inner::after {
    top: 0;
    right: 0;
    z-index: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

#grdchat .product-grid4 .title, #prod_main3 .product-grid4 .title, #homeshuffle .product-grid4 .title {
    white-space: unset;
    line-height: 20px;
    min-height: 40px !important;
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: none;
}

#grdchat .product-grid4 .price, #prod_main3 .product-grid4 .price, #homeshuffle .product-grid4 .price {
	padding-bottom: 1rem;
}

.direct-buy .rx input {
	background: var(--lg-brand);
	border: 0;
}
