/* 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: #d3aa37 !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%;
}
}



/*
* Blog
*/
.custom-post-blog {
    position: relative;
}

.custom-post-blog > h4, .custom-post-blog > p {
    padding: 0 30px 0 90px;
}

.custom-post-blog .date {
    position: absolute;
    top: 5px;
    left: 0;
}

.custom-post-blog .date > span {
    display: block;
}

.custom-post-blog .date > span.day {
    font-size: 3.5em;
    line-height: 0.7;
}

.custom-post-style-2 {
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .custom-post-style-2 {
        margin-bottom: 0;
    }
}

.custom-post-style-2 .post-infos {
    position: absolute;
    top: 0;
    left: -110px;
}

.custom-post-style-2 .post-infos .post-info {
    position: relative;
    display: block;
    padding: 20px 0px;
}

.custom-post-style-2 .post-infos .post-info:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    border-bottom: 1px solid #e4e7eb;
}

.custom-post-style-2 .post-infos .post-info:last-child:after {
    content: none;
}

.custom-post-style-2 .post-infos .post-info span {
    display: block;
    line-height: 1;
}

.custom-post-style-2 .post-links {
    border-top: 1px solid #e4e7eb;
    border-bottom: 1px solid #e4e7eb;
    padding: 8px 0px;
    margin-top: 40px;
}

.custom-post-style-2 .post-links:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 767px) {
    .custom-post-style-2 .post-infos {
        position: static;
        text-align: center;
    }
    .custom-post-style-2 .post-infos .post-info {
        display: inline-block;
        margin-right: 20px;
    }
    .custom-post-style-2 .post-infos .post-info img {
        display: block;
    }
}
/* home carousel */
.item{height:250px; background-color:#999999; border-radius:4px;}
.item img{width:auto; height:100%;}

img.img-carousel-home {
    width: auto;
    height: 300px!important;
    object-fit: cover;
    object-position: center;
}
.home-carousel .owl-item{width:auto !important;}

.t-shadow {	
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after {
	border-radius: 0px;
}