@media (min-width: 1400px){
	.container {
		max-width: 1760px;
	}
}
@media (min-width: 992px){
	.header-logo a img {
		width: 100%;
	}
}
@media (max-width: 1599px){
	.error_message_ko .msg{
		width: 95% !important;
	}
}
.error_message_ok, .error_message_ko, .error_message_ok_libreria_carrello, .error_message_ko_libreria_carrello, .error_message_ok_1, .error_message_ko_1, .error_message_ok_carrello, .error_message_ko_carrello, .error_message_full_ok, .error_message_full_ko{
	display: none;
}
.user-dashboard h3{
	margin-bottom: 20px;
}
.user-dashboard h4{
	margin-bottom: 10px;
}
.user-dashboard .dashboard-list li{
	border-bottom: solid 1px #ebebeb;
}
.user-dashboard .nav-link {
    padding: .5rem 0rem;
}
.dashboard-content table td{
	vertical-align: middle;
}
.cta-top-user-area{
	-ms-flex-pack: end!important;
	-webkit-box-pack: end!important;
	justify-content: flex-end!important;
}
.rwd-table {
  margin: 0px;
  /*min-width: 300px;*/
}
.rwd-table tr {
  /*
	border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
	*/
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: 0.5em;
  border-top: none;
}
.rwd-table td:last-child {
  padding-bottom: 0.5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 8.5em;
  display: inline-block;
}

.rwd-table td:last-child:before{
	display: none;
}


@media (min-width: 991px) {
  .rwd-table td:before {
    display: none;
  }
	.rwd-table td:first-child {
 	border-top: 1px solid #ddd;
	}
	.table td.nb, .table th.nb {
		border-top: none;
	}
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}
@media (min-width: 991px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  /*background: #34495e;
  color: #fff;
  border-radius: 0.4em;
	*/
  overflow: hidden;
}
.rwd-table tr {
 /* border-color: #46637f; */
}
.rwd-table th,
.rwd-table td {
  margin: 0em;
}
@media (min-width: 991px) {
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th,
.rwd-table td:before {
  /*color: #dd5;*/
}

/* Pre Header */
.pre-header{
	color: #fff !important;
	font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
}
.header-top{
	background-color: #000 !important;
	padding: 0px !important;
}
.language-selector{
	position: absolute;
    right: 15px;
    top: 6px;
}
.header-form .search-box {
    -webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.header-form button{
	-webkit-border-top-right-radius: 60px;
	-webkit-border-bottom-right-radius: 60px;
	-moz-border-radius-topright: 60px;
	-moz-border-radius-bottomright: 60px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}
.header-user > a, .header-wishlist > a {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    /*padding: 5px 0;*/
}
.header-right .fa-2x {
    font-size: 1.2em;
}
.cart-icon {
    bottom: 2px;
}
.header-menu a{
	font-size: 16px;
}
.header-center{
	min-width: 65%;
}
.header-search{
	width: 100%;
}
.header-menu .navbar > ul > li > a {
    font-weight: 500;
	color: #000 !important;
}
.header-menu .navbar > ul > li.active > a {
    font-weight: 700;
}
.header-menu .navbar > ul > li.active > a > span, .header-menu .navbar > ul > li > a:hover > span {
    border-bottom: 2px solid #000 !important;
	color: #000;
}
/*
.header-menu .navbar > ul > li.active > a:hover::after{
	content: '';
	opacity: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 3px;
	background-color: #000;
}
*/
.underline-custom{	
	text-decoration: underline !important;
	text-decoration-color: #000000 !important;
    text-underline-position: under !important;	
}
.header-form .search-box {
    height: 100%;
}
@media (max-width: 991px) {
	.header-btm .navbar .navbar-collapse > ul > li.highlight > a{
		color: #d60004 !important;
	}
}
@media (min-width: 992px) {
	.header-btm .navbar .navbar-collapse > ul > li.highlight > a{
		transform: skew(12deg);
		margin-left: 15px;
		margin-right: 15px;
	}
	.header-btm .navbar .navbar-collapse > ul > li.highlight{
		background-color: #03e5fe;
		transform: skew(-12deg);
		margin-right: 35px;
	}
}


@media (min-width: 992px) {
	.header-btm .navbar .navbar-collapse > ul > li > a {
		padding: 10px 0;
	}
}
.header-btm .navbar .navbar-collapse ul li a:hover {
    color: #000;
}
.header-btm .navbar .navbar-collapse ul li.active a:hover {
    color: #eb3e32;
}
.header-btm{
	font-size: 14px;
}
.sub-menu.mega-menu.dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
}
.menu-title {
    font-size: 14px;
    color: #000;
    padding: 5px 0px;
	white-space: break-spaces;
}
.all-menu > li > a {
    color: #000;
    padding: 4px 0px;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}
.header-btm .navbar .navbar-nav li .sub-menu a i.arrow-right{
	float: none;
	display: inline-block !important;
}
.subtitle-img-menu{
	font-size: 14px;
	font-weight: 600;
}
@media (min-width: 1200px) {
	.header-form {
		max-width: inherit;
	}
}
/*
@media (min-width: 992px) and (max-width: 1199px) {
	.total-header-cart-preview {
		display: none !important;
	}
}
*/
@media (min-width: 0px) and (max-width: 1199px) {
	.total-header-cart-preview {
		display: none !important;
	}
}
@media (max-width: 991px){
	.header-btm .navbar .navbar-collapse {
		background-color: #efefef !important;
	}
	.header-btm .navbar .navbar-collapse > ul > li > a {
		color: #000 !important;
		padding: 15px 15px;
	}
	.header-btm .navbar .navbar-collapse > ul > li {
    	border-bottom: 1px solid #e5e5e5;
	}
	.header-btm .navbar .navbar-collapse > ul > li > a:hover, .header-btm .navbar .navbar-collapse > ul > li.active > a, .header-btm .navbar .navbar-collapse > ul > li.show > a {
		color: #fff !important;
	}
}
@media (min-width: 1200px){
	.header-cart:hover .cart-box {
		opacity: 1;
		visibility: visible;
	}
}
.banner-menu-img {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: 50%;
}
.min-w-100{
	min-width: 100%;
}
body.active{
	overflow: hidden !important;
}
.header-form-mobile.search-open{
	max-width: 100% !important;
}
.header-form-mobile .search-box{
	-webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.header-form-mobile button {
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.navbar-toggler {
    border-radius: 0px !important;
}

.bg-slider-blu{
	background-color: #2a3245;
}
.bg-slider-grigio{
	background-color: #404040;
}
.bg-slider-azzurro{
	background-color: #979db7;
}
/* slider home */
.slider-area {
    padding: 0px;
    min-height: 213px;
	height: inherit;
}
@media (max-width: 991px){
	.slider-area {
		min-height: 320px;
		height: inherit;
	}
}
@media (max-width: 400px) {
	.slider-area {
		min-height: 230px;
		height: inherit;
	}
}
.slider-caption.white p {
    color: #fff !important;
    text-shadow: none !important;
    padding: 0;
    line-height: inherit;
}
.slider-caption.white{
	color:#fff !important;
}
/* slider big */
.slider-area-large {
    padding: 0px !important;
    min-height: 320px !important;
	height: inherit !important;
}
@media (max-width: 991px){
	.slider-area-large {
		min-height: 420px !important;
		height: inherit !important;
	}
}
@media (max-width: 400px) {
	.slider-area-large {
		min-height: 330px !important;
		height: inherit !important;
	}
}
.border-t-grey{
	border-top: solid 1px #ccc !important;
}
.border-b-grey{
	border-bottom: solid 1px #ccc !important;
}
.border-b-lgrey{
	border-bottom: solid 1px #ebebeb !important;
}
.price-del {
    color: #7a7a7a;
    /*margin-right: 10px;*/
	text-decoration: line-through;
	font-weight: normal;
	/*font-size: 0.8em;*/
	font-size: 1em;
}
@media (max-width: 991px){
	.price-del {
		margin-right: 10px;
		font-size: 0.8em;
	}
}
@media (min-width: 992px){
	.product-sroll .price-del {
		margin-right: 0px;
		font-size: 1em;
	}
}
@media (min-width: 1200px){
	.product-list .price-del {
		margin-right: 0px;
		font-size: 1em;
	}
}
.sub-title-box-product{
	font-size: 0.9em;
	color: #7a7a7a !important;
}
.cart-price{
	font-size: 1.2em;
	font-weight: 600;
}
.favourite-box-product{
	position: absolute;
    right: 10px;
    top: 10px;
	z-index: 1;
	cursor: pointer;
}
.favourite-box-product .fa-2x {
    font-size: 1.5em;
}

.product-sroll .common-cart-img{
	border-bottom: solid 1px #ccc;
}

/*
@media (max-width: 991px){
	.product-sroll .common-cart-img{
		border-bottom: solid 1px #ccc;
	}
}
*/
/* senza animazione */
/*
@media (min-width: 992px) and (max-width: 1199px){
	.cart-price {
		font-size: 1em;
	}
}
@media (max-width: 1199px){
.product-list .size {
		font-size: 12px !important;
		margin-right: 6px;
		display: inline;
	}
}
*/
@media (min-width: 1200px){
	.product-list .size {
		font-size: 14px !important;
		margin-right: 6px;
		display: inline;
	}
}


.product-sroll .size {
	font-size: 14px;
	margin-right: 6px;
	display: inline;
}

/* animazione prodotti scroll taglie in box prodotto */

/*

@media (min-width: 992px){
	.product-sroll .container{
		overflow: hidden !important;
	}
	.product-sroll .product-info-desktop{
		background: #fff;
		z-index: 4;
		width: 100%;
		bottom: -80px;
		transition: .5s;
		position: absolute;
		border-top: solid 1px #ccc;
	}
	.product-sroll .product-sizes {
		position: relative;
		transition: .5s;
	}
	.product-sroll .bottom-40 {
		bottom:-50px!important;
	}
	.product-sroll .bottom-20-negative {
		bottom: -80px!important;
	}
	.product-sroll .size {
		font-size: 14px;
		margin-right: 6px;
		display: inline;
	}
	.product-sroll .opacity_0 {
		opacity: 0;
	}
	.product-sroll .product-box {
		position: relative;
		text-align: center;
		transition: 1s;
		bottom: 0;
	}
	.product-sroll .owl-carousel .owl-stage-outer {
		overflow: initial !important;
		margin-bottom: 80px !important;
	}
}

*/

.product-sroll .bollino-box-prodotto {
    position: absolute;
    bottom: 115px !important;
    width: 60px !important;
}
.product-sroll .bollino-sconto-box-prodotto{
	position: absolute;
    bottom: 5px !important;
    width: 50px !important;
    left: 0px !important;
    /*background-color: #eb3e32;
    color: #fff !important;
	*/
	background-color: #ff0;
    color: #000 !important;
	
    font-size: 14px;
    text-align: center;
}
.product-sroll .bollino-doppio-sconto-box-prodotto{
	position: absolute;
    bottom: 5px !important;
    width: 200px !important;
    left: 0px !important;
    /*background-color: #eb3e32;
    color: #fff !important;
	*/
	background-color: #eb3e32;
    color: #fff !important;
	
    font-size: 14px;
    text-align: center;
}
@media (max-width: 767px){
	/*.product-sroll .bollino-box-prodotto {
		width: 100% !important;
	}
	*/
	
	.product-sroll .bollino-doppio-sconto-box-prodotto {
		width: 100% !important;
		font-size: 10px !important;
		line-height: 18px !important;
	}
	
}
.grey {
    color: #7a7a7a;
}
.price-delete {
    color: #7a7a7a;
	text-decoration: line-through;
	font-weight: normal;
}
.title-box-large-product{
	font-weight: 600;
	text-transform: uppercase;
}
.subtitle-box-large-product{
	color: #7a7a7a;
	text-transform: none !important;
	font-weight: normal;
}
.price-box-large-product {
    color: #eb3e32;
    font-weight: 600;
	font-size: 1.2em;
	text-align: right;
}
.bg-subscribe {
    background-image: url("/assets/image/newsletter.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 700px;
}
.panel-subscribe {
    background-color: #fff;
    padding: 50px;
    position: relative;
    z-index: 1;
}
.panel-subscribe .form-check .form-check-label:before {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
	margin: 0px 8px 0 0;
}
.panel-subscribe .form-check input[type="radio"] + .form-check-label::after {
    width: 0.6rem;
    height: 0.6rem;
	top: 5px;
    left: 5px;
}
.panel-subscribe .form-check {
    padding: 0px 0 10px 0;
}
.panel-subscribe .form-check .form-check-label {
    text-transform: uppercase;
}
.panel-subscribe .form-check .privacy .form-check-label {
    text-transform: none !important;
}
.panel-subscribe .form-check input:checked + .checkmark:before, .checkout-form .form-check input:checked + .checkmark:before, .checkout-form_modal .form-check input:checked + .checkmark:before {
    color: #eb3e32;
	font-size: 14px;
}
.panel-subscribe .checkmark, .checkout-form .checkmark, .checkout-form_modal .checkmark {
    border: 1px solid #9e9e9e;
}
.panel-subscribe .checkmark, .panel-subscribe .checkout-form .checkmark, .panel-subscribe .checkout-form_modal .checkmark {
    top: -1px;
}
.panel-subscribe .highlight{
	color: #eb3e32;
	font-weight: 600;
}
.ft-10{
	font-size: 10px !important;
}
.ft-12{
	font-size: 12px !important;
}
.ft-14{
	font-size: 14px !important;
}
.description-home strong {
    display: initial !important;
}
.footer-box .iconify {
    color: #eb3e32;
    font-size: 20px;
	vertical-align: middle;
}
@media (max-width: 991px){
	.footer-box.box-1, .footer-box.box-2, .footer-box.box-3, .footer-box.box-4 {
		padding-bottom: 30px;
		/*text-align: center !important;*/
	}
	.voce-menu-mobile{
		border-bottom: solid 1px #ccc;
	}
	.footer-box .fb-title{
		text-align: center;
	}
	/*
	.footer-box .justify-content-start{
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	*/
}
@media (max-width: 480px){
	.footer-top {
		padding-bottom: 0px;
	}
}
.facility-inner{
	text-align: center;
}
.facility-inner h5{
	text-transform: uppercase;
}
.footer-btm {
    background-color: #000;
}
.scrollup {
    background-color: #eb3e32;
    color: #fff;
	z-index: 887;
}
.countdown-header-time{
	display: inline;
	font-weight: 700;
}
.deals-section del{
	font-weight: normal !important;
}
@media (max-width: 991px){
	.top-header-mobile{
		flex-direction: column !important;
		text-align: center;
		font-size: 0.8em;
	}
	.top-header-mobile-v1{
		font-size: 12px;
	}
}
.breadcrumb li {
    color: inherit;
}
.breadcrumb li a {
    color: inherit;
}
.breadcrumb li::before {
	color: inherit;
}
.breadcrumb li span{
	font-weight: 600;
}
.shop-options{
	padding-bottom: 0px;
}
.sorting-items {
    padding: 6px 25px 6px 10px;
}
@media screen and (min-width: 62em){
	.filter-sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 160px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		max-height: calc(100vh - 100px);
		overflow-y: auto;
    	overflow-x: hidden;
		padding: 0px 20px 0px 00px;
	}
}
.filter-sidebar-sticky::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}
.filter-sidebar-sticky::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(122,122,122);
  outline: 1px solid slategrey;
}
.filter-sidebar-sticky::-webkit-scrollbar-track {
  box-shadow: inset 0 0 100px rgba(245, 245, 245, 1);
  border-radius: 10px;
}
.filter-box-detail #slider-range {
    margin: 30px 5px 0 11px;
}

/* senza animazione */

/* animazione prodotti lista taglie in box prodotto */
/*
@media (min-width: 1200px){
	.product-list .product-info-desktop{
		background: #fff;
		z-index: 4;
		width: 100%;
		bottom: 0px;
		transition: .5s;
		position: relative;
		border-top: solid 1px #ccc;
	}
	.product-list .product-sizes {
		position: relative;
		transition: .5s;
	}
	.product-list .bottom-40 {
		bottom:10px!important;
	}
	.product-list .bottom-20-negative {
		bottom: 0px!important;
	}
	.product-list .size {
		font-size: 14px;
		margin-right: 6px;
		display: inline;
	}
	.product-list .opacity_0 {
		opacity: 0;
	}
	.product-list .product-box {
		position: relative;
		text-align: center;
		transition: 1s;
		bottom: 0;
	}
	.product-list .owl-carousel .owl-stage-outer {
		overflow: initial !important;
		margin-bottom: 80px !important;
	}
}
*/
.product-list .bollino-box-prodotto {
    position: absolute;
    bottom: 115px !important;
    width: 60px !important;
	left: 15px !important;
}
.product-list .bollino-sconto-box-prodotto{
	position: absolute;
    bottom: 5px !important;
    width: 50px !important;
    left: 0px !important;
    /*
	background-color: #eb3e32;
    color: #fff !important;
	*/
	
	background-color: #ff0;
    color: #000 !important;
	
    font-size: 14px;
    text-align: center;
}
.product-list .bollino-doppio-sconto-box-prodotto{
	position: absolute;
    bottom: 5px !important;
    width: 200px !important;
    left: 0px !important;
    /*
	background-color: #eb3e32;
    color: #fff !important;
	*/
	
	background-color: #eb3e32;
    color: #fff !important;
	
    font-size: 14px;
    text-align: center;
}
@media (max-width: 767px){
	
	.product-list .bollino-doppio-sconto-box-prodotto {
		width: 100% !important;
		font-size: 10px !important;
		line-height: 18px !important;
	}
	
	/*
	.product-list .bollino-box-prodotto {
		width: 100% !important;
	}
	*/
}
/*
@media (max-width: 1199px){
	.product-list .bollino-box-prodotto {
		left: 20px !important;
	}
}
*/
@media (min-width: 1200px) and (max-width: 1399px){
	.product-list-grid .container{
		max-width: none !important;
	}
}
/*@media (max-width: 1199px){
	.product-list .common-cart-img {
		border-bottom: solid 1px #ccc;
	}
}
*/
.product-list .common-cart-img {
	border-bottom: solid 1px #ccc;
}
@media (max-width: 1199px){
	.pagination {
		padding: 30px !important;
	}
}
.quantity-box-detail ul li {
    border-bottom: none;
}
.quantity-box-detail ul li a {
    margin: 5px 0;
}
.side-box-title h6 {
    border-bottom: none;
    padding-bottom: 0px;
}
.collapse-arrow .icon {
  transform: rotate(-180deg);
  /*transition: .3s transform ease-in-out;*/
  display: inline-block;
}
.collapse-arrow .collapsed .icon, .collapse-arrow.collapsed .icon {
  transform: rotate(0deg);
}
.cursor-pointer{
	cursor: pointer;
}
.nav-mobile .nav-container ul.sub-level {
    /*padding-left: 16px !important;*/
}
.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
  margin-left: 0;
  margin-right: 0;
}
.no-gutter>[class^="col-"]{
  padding-left: 0;
  padding-right: 0;
}
.color-circle {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    box-shadow: -1px 1px 4px 1px rgba(78,78,78,.12);
	margin: auto;
	margin-bottom: 3px;
}
/* colori */
.bg-arancio{
	background-color: #FF6600;
}
.bg-azzurro{
	background-color: #00CCFF;
}
.bg-beige{
	background-color: #F5F5DC;
}
.bg-bianco{
	background-color: #FFFFFF;
}
.bg-blu{
	background-color: #3366FF;
}
.bg-giallo{
	background-color: #FFFF00;
}
.bg-grigio{
	background-color: #888585;
}
.bg-marrone{
	background-color: #663300;
}
.bg-nero{
	background-color: #000000;
}
.bg-rosa{
	background-color: #FF99CC;
}
.bg-rosso{
	background-color: #FF0000;
}
.bg-turchese{
	background-color: #40E0D0;
}
.bg-verde{
	background-color: #00CC33;
}
.bg-viola{
	background-color: #800080;
}
.custom-control-input-primary:focus~.custom-control-label::before {
  border-color: #eb3e32 !important;
  /*box-shadow: 0 0 0 0.2rem rgba(235, 62, 50, 0.25) !important;*/
  box-shadow: none !important;
}

.custom-control-input-primary:checked~.custom-control-label::before {
  border-color: #eb3e32 !important;
  background-color: #eb3e32 !important;
}

.custom-control-input-primary:focus:not(:checked)~.custom-control-label::before {
  border-color: #ff6055 !important;
}

.custom-control-input-primary:not(:disabled):active~.custom-control-label::before {
  background-color: #f9c9c6 !important;
  border-color: #f9c9c6 !important;
}
.custom-checkbox-primary label{
	font-weight: normal !important;
	text-transform: inherit !important;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/*
.btn-primary{color:#fff;background-color:#eb3e32;border-color:#eb3e32}
.btn-primary:hover{color:#fff;background-color:#eb3e32;border-color:#eb3e32}
.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem rgba(235,62,50,0.5)}
.btn-primary.disabled,
.btn-primary:disabled{color:#fff;background-color:#f9c9c6;border-color:#f9c9c6}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#eb3e32;border-color:#eb3e32}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(235,62,50,0.5)}
*/
.btn-outline-primary{color:#000;background-color:transparent;background-image:none;border-color:#000;}
.btn-outline-primary:hover{color:#fff!important;background-color:#eb3e32;border-color:#000}
.btn-outline-primary:focus,
.btn-outline-primary.focus{box-shadow:none;}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled{color:#000;background-color:transparent}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#eb3e32;border-color:#000}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:none;}

.btn-outline-selected{color:#000;background-color:transparent;background-image:none;border-color:#000;}
.btn-outline-selected:hover{color:#000;background-color:transparent;background-image:none;border-color:#000;}
.btn-outline-selected:focus,
.btn-outline-selected.focus{box-shadow:none;}
.btn-outline-selected.disabled,
.btn-outline-selected:disabled{color:#000;background-color:transparent}
.btn-outline-selected:not(:disabled):not(.disabled):active,
.btn-outline-selected:not(:disabled):not(.disabled).active,
.show>.btn-outline-selected.dropdown-toggle{color:#fff;background-color:#eb3e32;border-color:#000}
.btn-outline-selected:not(:disabled):not(.disabled):active:focus,
.btn-outline-selected:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-selected.dropdown-toggle:focus{box-shadow:none;}


.dashboard-content .btn-outline-primary{border-radius: 50px;padding: 10px 25px;}
.dashboard-content .btn-outline-selected{border-radius: 50px;padding: 10px 25px;}

#modal_product_add_cart .btn-outline-primary:hover{
	color: #000 !important;
	background-color: transparent !important;
	background-image: none !important;
	border-color: #000 !important;
}


.btn-primary:focus {
	background-color: #db2e22 !important;
	border-color: #db2e22 !important;
	color: #ffff !important;
}

.header-overlay-filter {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	opacity: 0;
	top: 0;
	transition: all 0.5s ease-in-out;
}
.header-overlay-filter.active {
	display: block;
	opacity: 1;
}
@media (max-width: 991px){
	.sorting-items{
		max-width: 160px;
	}
}

@media screen and (max-width: 991px){
	.btn-filter-sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 72px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		max-height: calc(100vh - 100px);
		overflow-y: auto;
		overflow-x: hidden;
		padding: 20px;
		z-index: 1;
		background-color: #fff;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.b-radius{
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.reset-pad{
	padding: .25rem .5rem !important;
}
@media screen and (max-width: 991px){
	.breadcrumb-mobile{
		text-align: center;
	}
	.showing-items {
		margin-left: inherit !important;
	}
	.w-100-mobile{
		width: 100% !important; 
	}
}
/*
.nav-mobile-filter::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}
.nav-mobile-filter::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(122,122,122);
  outline: 1px solid slategrey;
}
.nav-mobile-filter::-webkit-scrollbar-track {
  box-shadow: inset 0 0 100px rgba(245, 245, 245, 1);
  border-radius: 10px;
}
*/
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.has-search .form-control::-webkit-input-placeholder{
	font-size: 12px;
	text-transform: none;
}
.has-search .form-control:-ms-input-placeholder{
	font-size: 12px;
	text-transform: none;
}
.has-search .form-control::placeholder{
	font-size: 12px;
	text-transform: none;
}
.side-box {
    margin-bottom: 20px;
}
.quickview-product-detail .box-text {
    height: inherit;
    overflow: visible;
}
.quickview-product-detail .box-title {
    text-transform: uppercase;
    font-size: 24px;
}
.quickview-product-detail .box-price {
    font-size: 36px;
}
.quickview-product-detail .box-price del {
    color: #7a7a7a;
    font-size: 24px;
    font-weight: 300;
}
.quickview-product-detail .box-price del.maggiorato {
    color: #000;
    font-size: 28px;
    font-weight: 300;
}
.quickview-product-detail .box-label{
	background-color: #ff0;
	color: #000;
	padding: 10px 20px 10px 20px;
	font-weight: 600;
	font-size: 16px;
	width: fit-content;
	transform: skew(-12deg);
}
.quickview-product-detail .box-label span{
	transform: skew(12deg);
}

.quickview-product-detail .box-label-doppio-sconto{
	background-color: #ff0;
	color: #000;
	/*
	background-color: #eb3e32;
	color: #fff;
	*/
	padding: 10px 20px 10px 20px;
	font-weight: 600;
	font-size: 16px;
	width: fit-content;
	transform: skew(-12deg);
}
.quickview-product-detail .box-label-doppio-sconto span{
	transform: skew(12deg);
}

@media (max-width: 991px){
	.quickview-product-detail {
		padding: 0px;
	}
	/*
	.quickview-cart-btn{
		padding-top: 20px;
		width: 100%;
		float: none;
	}
	.quantity-box .input-group {
		float: none;
		width: 100%;
		margin-top: 8px;
	}
	*/
}
.quantity-box {
    border-bottom: none;
    display: inherit;
    width: inherit;
    padding-bottom: inherit;
    margin-bottom: inherit;
}
.quantity-box p {
    float: none;
	padding: 0px;
}
.quantity-box .input-group {
    float: none;
    margin-top: 0px;
}
.quickview-cart-btn {
    float: none;
}
.size-option{
	min-width: 50px;
}
.quickview-cart-btn .btn {
    padding: 12px 50px;
}
.extra-action{
	border-top: 1px solid #cdcdcd;
    padding: 20px 0 20px 0;
    /*margin: 30px 0px 20px 0px;*/
	margin:0px;
}
.extra-action-no-border{
    padding: 20px 0 20px 0;
    /*margin: 30px 0px 20px 0px;*/
	margin:0px;
}
.minus {
    line-height: 0px;
}
.highlight{
	color: #eb3e32;
	font-weight: 600;
}
.highlight-dark{
	color: #000;
	font-weight: 600;
}
.section-detail{
	border-top: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
    padding: 20px 0;
	font-size: 18px;
}
.section-description{
	padding: 20px ;
	border-bottom: solid 1px #cdcdcd;
}
@media (min-width: 992px){
	.border-r-lg{
		border-right: solid 1px #cdcdcd;
	}
}
@media (max-width: 991px){
	.quickview-cart-btn .btn {
		width: 100% !important;
	}
}
.quickview-product-detail .son-product{
    border-top: 1px solid #cdcdcd;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 25px;
    padding-right: 25px;
}
.quickview-product-detail .stock {
    margin-top: 0px;
}
.son-product .slider-for{
    overflow: hidden;
    outline: none;
}
.son-product .slider-nav-son{
	margin: auto;
}
.son-product .slider-nav-son .slick-track{
	/*height: 100px;*/
}
.son-product .slider-nav-son .item{
    cursor:pointer;
    outline: none;
} 
.son-product .slick-prev:before, .son-product .slick-next:before {
    color: #000 !important;
}
.son-product .slick-prev {
    /*left: 25px;*/
    z-index: 1;
}
.son-product .slick-next {
    /*right: 25px;*/
}
.son-product .slick-no-slide .slick-track {
    width: 100% !important ;
    text-align: left !important;
    transform: inherit !important;
}
.son-product .slick-no-slide .slick-slide {
    float: none !important;
    display: inline-block !important;
}
.product-footer-cta{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: none;
	z-index: 111;
	padding: 10px;
}
.cart-section .disable-cart-table-mobile img{
	/*max-height: 100px;*/
	max-height: 200px;
}
.place-oreder-btn a {
    border-radius: 60px;
}
/*
.checkout-form .select2-selection {
    padding: 20px 15px;
}
*/
@media screen and (min-width: 62em){
	.cart-review-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 160px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		max-height: calc(100vh - 100px);
		overflow-y: auto;
    	overflow-x: hidden;
		padding: 0px 0px 0px 0px;
	}
}
.continue_shopping {
    margin-right: 10px;
    display: inline;
}
.empty_cart {
    margin-right: 10px;
    display: inline;
}
@media only screen and (max-width: 767px){
	.empty_cart{
		font-size: 12px;
		display: block;
		margin-right: 0px;
	}
	.continue_shopping{
		font-size: 12px;
		display: block;
		margin-right: 0px;
	}
	.need_help{
		font-size: 12px;
		display: block;
	}
	.w-m-100{
		width: 100%;
	}
}
.place-oreder-btn {
    margin-top: 20px;
}

@media (max-width: 575px){
	/*
	.cart-table .table-bordered td, .cart-table .table-bordered th {
		border-right: solid 1px #cacaca !important;
	}
	*/
	
}
.cart-table tbody tr {
		border-bottom: none;
	}
@media (max-width: 767px){
	.btn.w-m-100 + .btn.w-m-100 {
		margin-left: 0px !important;
	}
}
.form-check input:checked + .checkmark:before, .checkout-form .form-check input:checked + .checkmark:before, .checkout-form_modal .form-check input:checked + .checkmark:before {
    color: #eb3e32;
}

.cart-table .table-bordered td.no-border-top, .cart-table .table-bordered th.no-border-top {
   border-top:none;
}
.cart-v1 .table-bordered td.no-border-top, .cart-v1 .table-bordered th.no-border-top {
   border-top:none;
}
.cart-review .ci-btn {
    padding: 20px 15px 20px 15px;
}
@media (min-width: 1200px) and (max-width: 1399px){
	.cart-review .ci-caption ul li {
		text-align: center;
	}
	.cart-review .ci-caption ul li span {
		float: none;
		display: block;
	}
}
.btn-facebook {
    /*
	background-color: #405D9D !important;
    color: #fff !important;
	*/
    -webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding: 10px 25px;
	border-color: #405D9D !important;
	color: #405D9D !important;
	border-width: 3px;
}
.btn-facebook:hover{
    /*color:#fff !important;*/
	color: #405D9D !important;
}

.btn-google{
	/*
    background-color: #c23321 !important;
    color: #fff !important;
	*/
    -webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding: 10px 25px;
	border-color: #c23321 !important;
	color: #c23321 !important;
	border-width: 3px;
}
.btn-google:hover{
    /*color:#fff !important;*/
	color: #c23321 !important;
}

.btn-twitter {
    background-color: #42AEEC !important;
    color: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding: 10px 25px;
}
.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}
.normalize-text{
	font-weight: normal;
}
.form-subscribe .form-control {
    margin-bottom: 0px;
}
.form-subscribe .form-check {
    padding: 0px;
}
.form-subscribe .select2-selection {
    padding: 20px 15px;
}
.form-subscribe .select2-selection {
	border: 1px solid #cdcdcd;
	height: auto;
	padding: 11px 15px;
	text-transform: capitalize;
	border-radius: 0;
	position: relative;
}
.form-subscribe .select2 {
	width: 100% !important;
}
.form-subscribe .selection {
	width: 100%;
}
.form-subscribe.select2-selection .select2-selection__placeholder {
	color: #7a7a7a;
	font-weight: 300;
}
.form-subscribe .select2-selection .select2-selection__rendered {
    padding: 0;
    line-height: 20px;
    color: #000;
    font-weight: 300;
}
.form-subscribe .select2-selection__arrow b {
	display: none;
}
.form-subscribe .select2-selection__arrow:before {
	content: "\f107";
	font-family: 'FontAwesome';
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 15px;
}
.form-subscribe .select2-selection__arrow {
	height: 100% !important;
	top: 0 !important;
	right: 0 !important;
	width: auto !important;
}
.title h1 {
    position: relative;
	padding-bottom: 10px;    
    font-weight: bold;
    text-transform: uppercase;
	font-size: 30px;
}
@media screen and (min-width: 62em){
	.title h1 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
.text p{
	margin-bottom: 1rem;
}
.text-bold{
	font-weight: 600;
}
.white{
	color: #fff !important;
}
.scrolling-wrapper{
	overflow-x: auto;
}
.min-w-30{
	min-width: 30px;
}
@media (min-width: 1200px){
	.justify-content-center-lg {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
}

.brand-sticky {
	position: -webkit-sticky;
	position: sticky;
	/*top: 72px;*/
	top: 54px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 24px 0px 24px 0px;
	background: #fff;
	z-index: 1;
}
@media screen and (min-width: 62em){
	.brand-sticky {
		top: 140px;
	}
}
.letter-brand:hover, .letter-brand.active{
	background-color: #eb3e32;
	color:#fff;
}

.loader {
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    /*background: #fff;*/
	background: rgba(255, 255, 255, 0.5);
	z-index: 9999;
}
.icona_loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid rgba(0, 0, 0, 1);
    animation: spin 1.1s infinite linear;
}
.icona_loader, .icona_loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.common-cart-info .cart-name {
    margin: 5px 0px 5px 0;
}
.countdown-login{
	display: inline;
}
.countdown-login-time{
	display: inline;
	margin-right: 4px;
}
.size-box .btn-group>.btn-group:not(:last-child)>.btn, .size-box .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: .2rem !important;
    border-bottom-right-radius: .2rem !important;
	border-top-left-radius: .2rem !important;
    border-bottom-left-radius: .2rem !important;
	margin-right: 5px;
	margin-bottom: 5px;
    min-width: 70px;
	max-width: 70px;
	cursor: pointer;
}
.size-box .btn-group>.btn-group:not(:first-child)>.btn, .size-box .btn-group>.btn:not(:first-child) {
    border-top-right-radius: .2rem !important;
    border-bottom-right-radius: .2rem !important;
	border-top-left-radius: .2rem !important;
    border-bottom-left-radius: .2rem !important;
    min-width: 70px;
	max-width: 70px;
	margin-bottom: 5px;
	cursor: pointer;
}
/* form validation icon */
.fv-plugins-bootstrap .dati-utente .form-group .fv-plugins-icon, .form-dashboard .fv-plugins-bootstrap .form-group .fv-plugins-icon{
    right: 15px;
}
.fv-plugins-icon[data-field="privacy_ordine"],
.fv-plugins-icon[data-field="condizioni_ordine"] {
	display: inline-block;
	position: static;
	height: auto;
	line-height: normal;
}
.fv-help-block[data-field="privacy_ordine"],
.fv-help-block[data-field="condizioni_ordine"]
{
    text-align: center;
	display: none;
}
.checkout-form .select2-selection .select2-selection__placeholder, .checkout-form_modal .select2-selection .select2-selection__placeholder {
    color: #7a7a7a;
    font-weight: inherit;
    font-size: 14px;
}
.checkout-form .select2-selection .select2-selection__rendered, .checkout-form_modal .select2-selection .select2-selection__rendered {
    color: #7a7a7a;
    font-weight: inherit;
    font-size: 14px;
}
.select2-container *:focus {
	outline: none;
}
.checkout-form .js-example-placeholder-single + .select2.select2-container + .fv-plugins-icon, .checkout-form_modal .js-example-placeholder-single + .select2.select2-container + .fv-plugins-icon{
	display: none !important;
}
.checkout-form .js-example-placeholder-single.is-invalid + .fv-plugins-icon + .select2 .select2-selection, .checkout-form_modal .js-example-placeholder-single.is-invalid + .fv-plugins-icon + .select2 .select2-selection{
    border-color: #dc3545!important;
}
.checkout-form .js-example-placeholder-single.is-valid + .fv-plugins-icon + .select2 .select2-selection, .checkout-form_modal .js-example-placeholder-single.is-valid + .fv-plugins-icon + .select2 .select2-selection{
    border-color: #28a745!important;
}
.checkout-form .js-example-placeholder-single.is-invalid + .select2 .select2-selection, .checkout-form_modal .js-example-placeholder-single.is-invalid + .select2 .select2-selection{
    border-color: #dc3545!important;
}
.checkout-form .js-example-placeholder-single.is-valid + .select2 .select2-selection, .checkout-form_modal .js-example-placeholder-single.is-valid + .select2 .select2-selection{
    border-color: #28a745!important;
}
.cart-img {
    background-color: transparent !important;
}
.close-relative{
	z-index: 1;
	position: relative;
}
.minus:disabled, .plus:disabled {
    cursor: default;
    background-color: #cccccc;
}
.form-dashboard .form-control{
	margin-bottom: 0px;
}
.btn-action-dashboard{
	font-size: 12px;
	margin-bottom: 5px;
	min-width: 110px;
}
.form-dashboard .form-check{
	padding: 0px !important;
}
.checkout-parts .card-header.form-wizard-step{
	background-color: #000 !important;
}
.checkout-parts .card-header.form-wizard-step a.btn{
	color: #fff !important;
}
.cart-section thead{
	background-color: #000 !important;
	color:#fff !important;
}
.cart-section thead .row-title p {
    color: #fff !important;
}
.btn-outline-secondary:hover{
	background-color: #eb3e32;
	color: #fff;
	border-color: #eb3e32;
}
.toast-alert{
	background-color: #eb3e32;
	color: #fff;
	border: none !important;
	border-radius: 0 !important;
}
.toast-alert .toast-header {
    color: #fff;
    background-color: #eb3e32;
}
.toast-alert .close{
	color: #fff;
	opacity: .7;
}
.toast-alert .close:hover{
	color: #fff;
}
.toast-alert .title:before{
	content: none;
}
@media (max-width: 768px){
	.position-notify{
		position: fixed !important; top: 0px !important; left: 0px !important; z-index: 999 !important; width: 100% !important; /*pointer-events: none !important;*/
	}
	.toast-alert{
		max-width: inherit !important;
		border: none !important;
	}
}

@media (min-width: 769px){
	.position-notify{
		position: fixed !important; top: 190px !important; right: 10px !important; z-index: 999 !important;
	}
}
@media (min-width: 1688px){
	.m-double-price{
		margin-left: 4px;
	}
}
.nav-mobile {
    z-index: 99999999 !important;
}
.sub-menu {
	transition: all 0s ease-in-out !important;
}
.primary-color{
	color: #000 !important;
}
.secondary-color{
	color: #eb3e32 !important;
}
.sub-menu {
    border-left: none !important;
	border-right: none !important;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}

#navbarSupportedContent {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
	#navbarSupportedContent {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	#navbarSupportedContent {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	#navbarSupportedContent {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	#navbarSupportedContent {
		max-width: 1140px;
	}
}
@media (min-width: 1400px){
	#navbarSupportedContent {
		max-width: 1760px;
	}
}

@media (min-width: 1400px) and (max-width:1760px){
	.banner_slide_content .slider-caption{
		text-align: center !important;
	}
}
@media (max-width: 991px){
	.product-box .product-sizes{
		text-align: center !important;
	}
}
.discount-value{
	font-size: 1.1em;
    font-weight: 600;
	text-align: left;
}
@media (max-width: 991px){
	.discount-value{
		text-align: center;
	}
}
.saller-info.common-cart-info{
	margin-top: 5px;
}
.spedizione-gratuita-modal{
	background-color: #ff9 !important;
}
.verde{
	color: #32d737;
}
.ft-20{
	font-size: 20px !important;
}
#modal_product_add_cart{
	top:20% !important;
}
#modal_product_add_cart .modal-content {
    border-radius: 1rem;
}
#modal_product_add_cart .quickview-product-detail .box-title {
    font-size: 20px !important;
}
#modal_product_add_cart .quickview-product-detail .box-price {
    font-size: 24px !important;
}
#modal_product_add_cart .quickview-product-detail .box-price del {
    font-size: 16px !important;
	display: block !important;
}
.navbar-nav{
	width: 100%;
}
.last-item{
	margin-left: auto !important;
}
@media (max-width: 575px){
	.same-nav.owl-theme .owl-nav button {
		top: -40px !important;

	}
}
.products-detail-section .bollino-box-prodotto {
    position: absolute;
    top: 30px !important;
    width: 60px !important;
    left: 30px;
}
.quickview-product-detail .stock {
    padding: 20px 0 10px 0 !important;
}
.quickview-product-detail .stock-no-border {
    margin-top: 0px;
}
.quickview-product-detail .stock-no-border {
    color: #7a7a7a;
    border-top: none !important;
    padding: 0px;
}
.quickview-product-detail .stock-no-border span {
    color: #eb3e32;
}
@media (max-width: 480px){
	.title h4 {
		padding: 0px 40px 10px 40px !important;
	}
}
.seo-category h1, .seo-category h2, .seo-category h3, .seo-category h4, .seo-category h5, .seo-category h6 {
	margin-bottom: .5rem !important;
	margin-top: 0 !important;
}
.seo-category p{
	margin-top: 0 !important;
    margin-bottom: 1rem !important;
}
.li-blank-menu-mobile{
	background-color: #f1f2f3 !important;
    height: 62px !important;
}
.a-inverted-menu-mobile{
	background-color: #000 !important;
    color: #f1f2f3 !important;
}

/*
@media (max-width: 575px){
	.disable-cart-table-mobile {
		display: none;
	}
}
@media (min-width: 576px){
	.cart-table-mobile{
		display: none;
	}
}
*/

@media (max-width: 768px){
	.disable-cart-table-mobile {
		display: none;
	}
}
@media (min-width: 769px){
	.cart-table-mobile{
		display: none;
	}
}

.cart-table-mobile{	
	border-top: solid 1px #ccc !important;	
}

.slider-top {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.slider-top .title-slider-home {
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}
.slider-top .subtitle-slider-home {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
.slider-top .buttons {
    justify-content: center;
    width: 90%;
}
.slider-play-pause {
    position: absolute;
    bottom: 40px;
    right: 24px;
    width: 40px;
    height: 40px;
    z-index: 6;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-play-pause img {
    width: 12px;
    height: 12px;
}
.slider-home::after {
    content: "";
    background: black;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 7px;
    right: 0;
    position: absolute;
    z-index: 2;
}

.slider-bg {
    height: 600px;
    background-size: cover;
    background-position: center;
}

@media (max-width:767px){
	
	.slider-bg{
		height: 500px !important;
	}
	.slider-div-home .btn + .btn {
		margin-left: 0px !important;
	}
}

@media (max-width:500px){
	
	.slider-bg{
		height: 400px !important;
	}
}

.position-relative{
	position: relative !important;
}

@media (max-width: 575px){
	.slider-div-home .btn {
		padding: 12px 20px !important;
		font-size: 1rem !important;
	}
}
.slider-play-pause{
	cursor: pointer !important;
}

.slider-div-home .btn.btn-secondary {
    background-color: #fff !important;
    color: #111 !important;
    border: 1px solid #fff !important;
}
.slider-div-home .hide {
    display: none!important;
}
.payment-options{
	font-weight: bold !important;
	font-size: 12px !important;
}
.bg-black{
	background-color: #000;
}
.title-no-border h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.underlined-custom{	
	text-decoration: underline !important;
	text-decoration-color: #EB3E31 !important;
    text-underline-position: under !important;
	text-underline-offset: 5px !important;
}
.ft-0{
	font-size: 0px !important;
}
@media (min-width: 992px){
	.container.max-w-900 {
		max-width: 900px !important;
	}
}
@media (min-width: 1200px){
	.container.max-w-900 {
		max-width:1140px !important;
	}
}
@media (min-width: 1400px){
	.container.max-w-900 {
		max-width:1760px !important;
	}
}
.overlay-offerte{
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}
.active-overlay-offerte:hover .overlay-offerte {
    display:block;
    background-color: rgba(0,0,0,0.60);
	z-index: 1;
	cursor: pointer;
	border-radius: 15px;
}
.btn-language{
    -webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding: 10px 25px;
	border-color: #212529 !important;
	color: #212529 !important;
	border-width: 2px;
	text-transform: uppercase;
	font-size: 14px;
    font-weight: 600;
}
.btn-language:hover{
	color: #212529 !important;
}
.flag-sm{
	width: 1rem;
	height: 1rem;
}
.fw-600{
	font-weight: 600;
}
.bg-registrazione-stock{
	background: url('/assets/image/bg-registrazione-stock.jpg');
	border-radius: 30px;
	min-height: 462px;
}
.cursore-registrazione-stock{
	position: absolute;
    bottom: 30px;
    right: 40px;
}
.product-detail-modal .quantity_filter{
	font-size: 12px;
}
.quantity-number-detail {
    height: 35px;
    width: 52px;
    color: #7a7a7a;
    border: 1px solid #cdcdcd;
    padding: 0;
    text-align: center;
	float: left;
}
.cart-table .product-quantity-detail .input-group .quantity-number-detail {
	width: 52px;
	padding: 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #cdcdcd;
}
.minus-detail, .plus-detail {
	border: 0;
	cursor: pointer;
	width: 50px;
	height: 35px;
	border-radius: 0;
	background-color: #000;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
    padding: 0;
	float: left;
}
.minus-detail:disabled, .plus-detail:disabled {
    cursor: default;
    background-color: #cccccc;
}
.product-detail-modal .minus-detail, .product-detail-modal .plus-detail {
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    line-height: 0px;
	font-weight: 600;
}
.product-detail-modal .minus-detail{
	border-left: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
.product-detail-modal .plus-detail{
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
.product-detail-modal .quantity-number-detail {
    height: 25px;
}
.product-detail-modal .table td, .product-detail-modal .table th {
    padding: .55rem;
}
.product-detail-modal .price{
	color:#eb3e32;
	font-weight: 600;
	font-size: 18px;
}
.product-detail-modal del{
    color: #7a7a7a;
}
.product-detail-modal .section-detail {
    padding: 10px 0;
}
#modal_product_detail .btn-outline-primary:hover{
	color: #000 !important;
	background-color: transparent !important;
	background-image: none !important;
	border-color: #000 !important;
}
#modal_product_detail{
	/*top:20% !important;*/
}
#modal_product_detail .modal-content {
    border-radius: 0.5rem;
}
.product-detail-modal .carousel-control-next-icon,
.product-detail-modal .carousel-control-prev-icon {
  width: 0.8rem;
  height: 0.8rem;
}
.product-detail-modal .carousel-control-next, .product-detail-modal .carousel-control-prev {
    background-color: rgba(0,0,0,0.5);
    font-size: 18px;
    height: 30px;
    width: 30px;
	border-radius: 60px;
}
.product-detail-modal .carousel .carousel-control-next, .product-detail-modal .carousel .carousel-control-prev {
    opacity: 1 !important;
}
.son-product-multi .slick-no-slide .slick-track {
    /*
	width: 100% !important ;
    text-align: left !important;
	*/
    transform: inherit !important;
	padding-top: 10px;
}
.son-product-multi .slick-no-slide .slick-slide {
    float: none !important;
    display: inline-block !important;
}
.ft-xl{
	font-size: 2rem;
}
.son-product-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 76px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	z-index: 888;
}
@media screen and (min-width: 62em){
	.son-product-sticky {
		top: 140px;
	}
}
.son-product-multi .slick-prev:before, .son-product-multi .slick-next:before {
    color: #000;
}

.son-product-footer{
	position: -webkit-fixed;
	position: fixed;
	bottom: 0px;
	transition: bottom 0.2s ease;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	z-index: 888;
	width: 100%
}
.son-product-footer.close_nav{
	bottom: -128px;
	transition: bottom 0.2s ease;
}
@media screen and (max-width: 61em){
	.scrollup{
		display: none !important;
	}
}
.pac-container {
    z-index: 10000 !important;
}
.checkout-form input[readonly] {
	cursor:not-allowed !important;
}
.checkout-form input[readonly]:focus {
	outline: none !important;
	border: 1px solid #cdcdcd !important;
	color: inherit !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* 5 colonne */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.label_spese_spedizione_da_calcolare{
	width: 60%;
    display: inline-flex;
}
.black{
	color: #000 !important;
}
.bg-light-grey{
	background-color: #f8f8f8 !important;
}
.bg-primary{
	background-color: #eb3e32 !important;
}
@media (max-width: 767px){
	.total_cart_product_modal{
		position: fixed;
		z-index: 999;
		width: 100%;
		background-color: #fff;
		top: 0px;
		left: 0px;
		right: 0px;
		margin: 0px;
		padding: 10px;
	}
	.btn_close_product_modal{
		z-index: 1000;
		position: fixed;
		right: 10px;
		top: 10px;
		font-size: 30px;
	}
	.modal-dialog_product_modal{
		margin: 0 !important;
		max-width: 100% !important;
	}
	.modal-content_product_modal{
		border: none !important;
		border-radius: 0 !important;
	}
	.modal_product_modal{
		padding-right: 0px !important;
	}
}
.zoomWindowContainer .zoomWindow{
	box-shadow: rgb(0 0 0 / 25%) 0px 6px 8px 2px !important;
    border: 1px solid rgb(148, 148, 148) !important;
}
.zoomLens{
	pointer-events: none !important;
}
@media (min-width: 1420px) {
	.label_spese_spedizione_da_calcolare {
		width: 64%;
	}
}
@media (min-width: 1556px) {
	.label_spese_spedizione_da_calcolare {
		width: 66%;
	}
}
@media (min-width: 1640px) {
	.label_spese_spedizione_da_calcolare {
		width: 70%;
	}
}
@media(min-width: 1383px){
  .col-xl-5-col {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
.cart-section .cart-v1 .cart-variazioni thead {
    background-color: #fff !important;
    color: #000 !important;
}
.cart-section .cart-v1 .cart-variazioni thead .row-title p {
    color: #000 !important;
}
.cart-section .cart-v1 .table.cart-variazioni td, .cart-section .cart-v1 .table.cart-variazioni th {
    padding: 0.25rem !important;
    border-top: none !important;
}
.cart-section .cart-v1 .table-bordered.cart-variazioni td, .cart-section .cart-v1 .table-bordered.cart-variazioni th {
    border: none !important;
}
.cart-section .cart-v1 .table-bordered.cart-variazioni td {
	border: none !important;
	border-top: 1px solid #cacaca !important;
}
.cart-section .cart-v1 .cart-variazioni .quantity-number-detail {
    height: 25px !important;
    width: 52px !important;
}
.cart-section .cart-v1 .minus-detail, .cart-section .cart-v1 .plus-detail {
    width: 30px !important;
    height: 25px !important;
    font-size: 18px !important;
    line-height: 28px !important;

}
.cart-section .cart-v1 .table-bordered {
    border: none !important;
}
.icon-trash-cart-variazione{
		position: relative;
		margin-left: 10px;
	}
@media (min-width: 992px){
	.icon-trash-cart-variazione{
		bottom: 6px;
	}
}
.line-height-14{
	line-height: 14px;
}
.line-height-16{
	line-height: 16px;
}
.line-height-18{
	line-height: 18px;
}
.cart-v1 tbody tr td {
    vertical-align: middle;
}
.cart-v1 .product-price p, .cart-v1 .product-total p {
    color: #eb3e32;
    font-weight: 500;
}
.mb-1-rem{
	margin-bottom: 1rem;
}
@media (max-width: 480px){
	.h3-cart {
		font-size: 16px;
	}
}
.pre-header .language-dropown .dropdown-toggle::after {
	display: none;
}
.pre-header .language-dropown .dropdown-item.active, .pre-header .language-dropown .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #eeeff1;
}
.pre-header .language-dropown  .dropdown-item:focus, .pre-header .language-dropown  .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #eeeff1;
}

.quantity-number-detail-v1 {
    height: 35px;
    width: 52px;
    color: #7a7a7a;
    border: 1px solid #cdcdcd;
    padding: 0;
    text-align: center;
	float: left;
}
.cart-table .product-quantity-detail .input-group .quantity-number-detail-v1 {
	width: 52px;
	padding: 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #cdcdcd;
}
.minus-detail-v1, .plus-detail-v1 {
	border: 0;
	cursor: pointer;
	width: 50px;
	height: 35px;
	border-radius: 0;
	background-color: #000;
	color: #fff;
	font-size: 28px;
	line-height: 38px;
    padding: 0;
	float: left;
}
.minus-detail-v1:disabled, .plus-detail-v1:disabled {
    cursor: default;
    background-color: #cccccc;
}
.product-detail-modal .minus-detail-v1, .product-detail-modal .plus-detail-v1 {
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    line-height: 0px;
	font-weight: 600;
}
.product-detail-modal .minus-detail-v1{
	border-left: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
.product-detail-modal .minus-detail-v1{
	border-left: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
.product-detail-modal .quantity-number-detail-v1 {
    height: 25px;
}
.cart-section .cart-v1 .cart-variazioni .quantity-number-detail-v1 {
    height: 25px !important;
    width: 52px !important;
}
.cart-section .cart-v1 .minus-detail-v1, .cart-section .cart-v1 .plus-detail-v1 {
    width: 30px !important;
    height: 25px !important;
    font-size: 18px !important;
    line-height: 28px !important;
}
.pagination li a.disabled{
	opacity: 0.2 !important;
	cursor: default !important;
}
.pagination li a.disabled:hover{
	opacity: 0.2 !important;
	background-color: #000 !important;
}
@media (max-width: 991px){
	.cursore-registrazione-stock {
		bottom: 20px;
		right: -50px;
	}
	.bg-registrazione-stock {
		min-height: 262px;
	}
	.cursore-registrazione-stock img{
		max-width: 50%;
	}
}
.btn-showroom-header{
	background-color: #ffff00;
	color: #000;
	font-weight: 700;
}
.btn-showroom-header a{
	display:inline-block;
    width:100%;
    height:100%;
	color: #000;
}
.btn-showroom-header {
	font-size: 20px;
}
@media (max-width: 991px){
	.btn-showroom-header {
		min-height: 52px;
	}
}
@media (min-width: 992px){
	.btn-showroom-header {
		font-size: 14px;
	}
}
@media (min-width: 1200px){
	.btn-showroom-header {
		font-size: 16px;
	}
}
@media (min-width: 1400px){
	.btn-showroom-header {
		font-size: 20px;
	}
}
.custom-checkbox-primary label.fw-600{
	font-weight: 600 !important;
}
.pt-2-px{
	padding-top: 2px;
}
.input-group-append {
    z-index:5;
}
@media (max-width: 767px){
	.btn.btn_fattura_proforma{
		width: 100%;
	}
	.btn.btn_fattura_proforma + .btn.btn_fattura_proforma {
		margin-left: 0px;
		margin-top: 10px;
	}
}
.custom-field {
    display: flex;
    flex-direction: column;
}
.custom-field label {
    margin-bottom: 5px;
}
.custom-field .form-control {
    width: 100%;
}
.iti__country-list {
    z-index: 999;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px !important;
    padding-left: 52px !important;
}
.copyright, .copyright p, .copyright a{
	color:#fff !important;
	font-size:14px !important;
}
.border-bottom-solid-grey{
	border-bottom: 1px solid #cdcdcd;
}