/* Add here all your CSS customizations */

/* Icon Size */
.custom-icon-size-1 {
    font-size: 2em;
}
.custom-icon-size-2 {
    font-size: 2.8em;
}
.custom-icon-size-3 {
    font-size: 3.5em;
}
/* Dividers */
.custom-hr-color-blue-light {
    background: rgba(0,48,87,0.3)!important;
	background-image: -webkit-linear-gradient(left, transparent, #77add8, transparent)!important;
	background-image: linear-gradient(to right, transparent, #77add8, transparent)!important;
	border: 0;
	height: 1px;
	margin: 22px 0;
}

.custom-footer-copy-line  {
    border-top: 1px solid #e4e4e4;
}

.social-icons li:hover.social-icons-primary a {
	background: #12c49a !important;
}

td.product-price{
	text-align:right;
}
ul.lista-servizi-cart{
    list-style: none;
}
ul.lista-servizi-cart li:before {
    content: "+";
    margin-right: 4px;
}
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .btn-remove{
	box-shadow:none !important;
}
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .product-name{
	margin:0 !important;
}
.order-code{padding:0 20px 0 0; border-right: 1px solid; display:table-cell; min-width:80px;}
.order-date{padding:0 20px; border-right: 1px solid; display:table-cell; min-width:100px;}
.order-total{padding:0 20px;display:table-cell; }
.videos iframe{width:100%;height:auto;min-height:250px;}
.videos{margin-bottom:20px;}

a.dropdown-item.active.current-page-active {
    color: #12c49a !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #F8F9FA;
}

.call-to-action.call-to-action-in-footer-grey:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f7f7f7;
	height: 20px;
	width: 20px;
	top: -5px;
	left: 50%;
	margin-left: -20px;
}



#modal {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	height: 100%;
	width: 100%;
}
.modalconent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #12c49a ;
	font-family: 'Montserrat', sans-serif;
	width: 80%;
	padding: 20px;
	color: #000;
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 1025px){
.modalconent {
	width: 50%;
}
}