/** Theme: COMCART */
/** Website */
::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-track {
  background: 0 0
}

::-webkit-scrollbar-thumb {
  background-color: #ed1c24;
  border-radius: 5px
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0; /* remove the gap so it doesn't close */
}

.button {
	display: block;
	width: 200px;
	background-color: #ed1c24cc;
	color: #ffffff;
	border-radius: 25px;
	height: 50px;
	border: 2px solid #ed1c2400;
	text-align: center;
	font-size: 15px;
	line-height: 43px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.button:hover {
	background-color: #ffffffcc;
	color: #ed1c24;
	border: 2px solid #ed1c24;
	text-decoration: none;
}

section#header div.topbar {
	background-color: #000000;
}

section#header div.topbar div.telephone {
	line-height: 32px;
}

section#header div.topbar a {
	color: #ffffff;
	text-decoration: none;
}

section#header div.topbar span {
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
}

section#header div.topbar div.buttons a {
	text-align: center;
	display: inline-block;
	width: 180px;
	background: #ffffff;
	color: #ed1c24;
	font-weight: 600;
	border-radius: 5px;
	padding: 2px 0;
	margin: 2px 10px;
	transition: all ease-in-out .3s;
}

section#header div.topbar div.buttons a:hover {
	background: #ed1c24;
	color: #ffffff;
}

section#header div.topbar div.social a {
	margin: 0 7px;
	font-size: 18px;
}

/* phone/whatsapp */
				
section#header nav.navbar #phone {
	top: -29%;
    left: 14%;
    margin: 29px 0 0 0;
    padding: 0 20px 0 20px;
    width: 270px;
    height: 55px;
    background: #0ba153 url(../media/layout_images/phone.png) no-repeat 20px 5px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: right;
}

section#header nav.navbar #phone a {
	font-family: "Oswald", sans-serif;
	font-size: 35px;
	font-weight: 800;
	color: #ffffff;
	line-height: 55px;
	letter-spacing: -0.50px;
	text-decoration: none;
}

section#header nav.navbar #whatsapp {
	top: -180%;
    left: 14%;
    margin: 29px 0 0 0;
    padding: 0 20px 0 20px;
    width: 270px;
    height: 55px;
    background: #0ba153 url(../media/layout_images/whatsapp.png) no-repeat 20px 5px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: right;
}

section#header nav.navbar #whatsapp a {
	font-family: "Oswald", sans-serif;
	font-size: 35px;
	font-weight: 800;
	color: #ffffff;
	line-height: 55px;
	letter-spacing: -0.50px;
	text-decoration: none;
}

/* /phone/whatsapp */

section#header nav.navbar a.navbar-brand img {
	max-width: 100px;
}

section#header li.nav-item {
	border-bottom: 3px solid transparent;
}

section#header li.nav-item.active {
	border-bottom: 3px solid #ed1c24;
}

section#header div.wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 25%;
	overflow: hidden;
}

section#header div.wrapper div.filter {
	width: 100%;
	height: 100%;
	background: #00000066;
}

section#header div.wrapper div.content {
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
	color: #ffffff;
}

@media (min-width: 576px) {
	section#header div.wrapper div.content h1 {
		font-size: 4.5rem;
	}
}

section#header div.wrapper div.content div.first {
	width: 150px;
}

section#header div.wrapper div.content span {
	font-size: 20px;
}

section#header div.wrapper div.bottom {
	bottom: 0;
	width: 100%;
	background: #ffffff88;
}

section#header div.wrapper div.bottom h2 {
	font-weight: 900;
}

section#header div.wrapper div.bottom i {
	color: #ed1c24;
	font-size: 22px;
}

section#header div.wrapper div.bottom div.blocks {
	
}

section#header div.wrapper div.bottom div.block {
	max-width: 220px;
	font-size: 15px;
	font-weight: 400;
}

section#header div.wrapper div.bottom div.block b {
	font-size: 17px;
	font-weight: 900;
}

section#header div.chat {
	z-index: 0;
	bottom: 200px;
	right: 11%;
	width: 320px;
}

section#header div.chat div.chat-header {
	cursor: pointer;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding: 9px;
	line-height: 15px;
	background-color: #ed1c24;
	color: #ffffff;
}

section#header div.chat div.chat-content {
	background-color: #eeeeee;
}

section#header div.chat div.chat-content input.form-control,
section#header div.chat div.chat-content select.form-control,
section#header div.chat div.chat-content textarea.form-control {
	padding: 2px;
	margin: auto;
	font-size: 13px;
}

section#header div.chat div.chat-content input.form-control,
section#header div.chat div.chat-content select.form-control {
	height: 30px;
}

section#header div.chat div.chat-content label {
	font-size: 10px;
}

section#text {
	background-color: #eeeeee;
}

section#text > div {
	padding: 60px 15px;
}

section#text > div p {
	font-size: 23px;
}

section#services {
	padding: 3rem 0;
	background: #dddddd;
}

section#services img.icon {
	width: 78px;
	height: 78px;
}

section#services div.text {
	background: #ffffff00;
	border-radius: 20px;
	transition: all ease-in-out .3s;
}

section#services div.text:hover {
	background: #ffffff88;
}

section#services div.text p {
	min-height: 340px;
}

section#services a {
	color: #000000;
	text-decoration: none;
}

section#locations div.location,
section#heroes div.hero {
	min-height: 400px;
}

section#locations div.location div.wrapper,
section#heroes div.hero div.wrapper {
	overflow: hidden;
	border-radius: 0;
	transition: all ease-in-out .3s;
}

section#locations div.location:hover div.wrapper,
section#heroes div.hero:hover div.wrapper {
	border-radius: 25px;
}

section#locations div.location div.wrapper img,
section#heroes div.hero div.wrapper img {
	transform: scale(1);
	transition: all ease-in-out .3s;
}

section#locations div.location:hover div.wrapper img,
section#heroes div.hero:hover div.wrapper img {
	transform: scale(1.2);
}

section#locations div.location a,
section#heroes div.hero a {
	color: #000000;
	text-decoration: none;
}

section#locations div.location p,
section#heroes div.hero p {
	display: none;
	color: #888888;
	transition: all ease-in-out .3s;
}

section#locations div.location:hover p,
section#heroes div.hero:hover p {
	display: block;
}

section#cta {
	min-height: 420px;
}

section#cta div.content {
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 420px;
	background: url("../media/content_images/cta.jpg");
	background-size: cover;
	background-position: center;
}

section#cta div.content h1 {
	font-weight: 700;
	font-size: 2rem;
}

@media (min-width: 567px) {
	section#cta div.content h1 {
		font-size: 2.5rem;
	}
}

section#cta div.content h1 > span {
	color: #ed1c24;
}

section#cta div.content p {
	font-size: 28px;
}

section#badges div.card {
	max-width: 20rem;
	min-height: 400px;
	padding: 20px;
	margin: 10px auto;
	border-radius: 20px;
}

section#badges div.card img {
	margin: 30px auto;
	max-width: 100px;
}

section#badges div.card p.card-text {
	font-size: 15px;
}

section#shop {
	min-height: 420px;
}

section#shop div.content {
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 420px;
	background: url("../media/content_images/shop.jpg");
	background-size: cover;
	background-position: center;
}

section#shop div.content h1 {
	font-weight: 700;
}

section#shop div.content h1 > span {
	color: #ed1c24;
}

section#shop div.content p {
	font-size: 28px;
}

section#ratings h1,
section#gallery h1 {
	font-weight: 900;
}

section#ratings h1 span,
section#gallery h1 span {
	color:#ed1c24;
}

section#gallery a {
	color: #000000;
	text-decoration: none;
}

section#ratings div.card,
section#gallery div.card {
	border-radius: 15px;
}

section#ratings div.card div.card-body {
	min-height: 400px;
}

section#ratings div.card i.fa.fa-star,
section#ratings div.card i.fa.fa-star-o,
section#gallery div.card i.fa.fa-star,
section#gallery div.card i.fa.fa-star-o {
	color: #ffcd0c;
}

section#ratings div.card p.card-text,
section#gallery div.card p.card-text {
	font-size: 13px;
}

section#ratings a.carousel-control-prev,
section#gallery a.carousel-control-prev {
	left: -75px;
}

section#ratings a.carousel-control-next,
section#gallery a.carousel-control-next {
	right: -75px;
}

section#ratings a.carousel-control-prev i,
section#ratings a.carousel-control-next i,
section#gallery a.carousel-control-prev i,
section#gallery a.carousel-control-next i {
	color: #000000;
}

section#contacts {
	background-color: #eeeeee;
}

section#contacts h4 {
	font-weight: 900;
}

section#contacts p {
	font-size: 22px;
	text-align: center;
}

section#contacts p a {
	color: #000000;
	text-decoration: none;
	font-weight: 900;
	font-size: 22px;
	transition: all .3s ease-in-out;
}

section#contacts p a:hover {
	font-size: 25px;
}

section#contacts p a i {
	border: 1px solid #000000;
	padding: 6px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
}

section#contacts form input {
	border-radius: .5rem;
}

section#contacts form label {
	font-size: 12px;
}

footer img.logo {
	max-width: 100px;
}

footer div.links a {
	color: #000000;
	text-decoration: none;
}

footer form input,
footer form button {
	border: 1px solid #000000!important;
	border-radius: 0!important;
}

footer form button:hover {
	background-color: #000000!important;
}

footer div.contacts {
	font-size: 13px;
}

footer div.contacts i {
	font-size: 24px;
}

footer div.contacts a {
	color: #000000;
	text-decoration: none;
}

footer div.info {
	font-size: 13px;
}

footer div.info a img {
	color: #000000;
	font-size: 36px;
	margin: 0 0 0 5px;
}

section#sub {
	background-color: #eeeeee;
}

section#sub,
section#sub a {
	font-size: 12px;
	color: #000000;
}

/** Chatbot */
a.chat-trigger {
	bottom: 10%;
	right: 10%;
}

div#chat div.modal-content {
	border-radius: 25px;
}

div#chat div.modal-content div.modal-header {
	background-color: #ed1c24;
	color: #ffffff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

div#chat div.modal-content div.modal-header button.close{
	color: #ffffff;
	opacity: 1;
}

div#chat div.modal-body.chat-content {
	max-height: 500px;
	overflow-y: scroll;
}

div#chat div.modal-body div.user {
	justify-content: right;
}

div#chat div.modal-body div.bot > div {
	background-color: #eeeeee;
	border-radius: 20px;
	padding: 15px;
}

div#chat div.modal-body div.user > div {
	justify-content: right;
	background-color: #ed1c2421;
	border-radius: 20px;
	padding: 15px;
}

/** Popup contatto */
a.contacts-popup-trigger {
	bottom: 10%;
	right: 10%;
}

div#contacts_popup {
	top: 100px;
}

div#contacts_popup div.modal-content {
	border-radius: 25px;
}

div#contacts_popup div.modal-content div.modal-header {
	background-color: #ed1c24;
	color: #ffffff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

div#contacts_popup div.modal-content div.modal-header button.close{
	color: #ffffff;
	opacity: 1;
}

div#contacts_popup div.modal-body.chat-content {
	max-height: 500px;
	overflow-y: scroll;
}

div#contacts_popup div.modal-body div.user {
	justify-content: right;
}

div#contacts_popup div.modal-body div.bot > div {
	background-color: #eeeeee;
	border-radius: 20px;
	padding: 15px;
}

div#contacts_popup div.modal-body div.user > div {
	justify-content: right;
	background-color: #ed1c2421;
	border-radius: 20px;
	padding: 15px;
}

/** Articolo generico */
#article section#text > div p {
	font-size: 22px;
}

/**  Come operiamo */
#come_operiamo section#header div.wrapper {
	min-height: 60vh;
	background: url("../media/content_images/header3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#come_operiamo section#text > div p {
	font-size: 28px;
}

#come_operiamo section#services {
	padding: 3rem 0;
	background: #dddddd;
}

#come_operiamo section#services img.icon {
	height: 120px;
}

#come_operiamo section#services div.text {
	background: #ffffff00;
	border-radius: 20px;
	transition: all ease-in-out .3s;
}

#come_operiamo section#services div.text:hover {
	background: #ffffff00;
}

#come_operiamo section#services div.text p {
	min-height: unset;
}

#come_operiamo section#services div.text p i {
	color: #ed1c24
}

#come_operiamo section#services a {
	color: #000000;
	text-decoration: none;
}

#come_operiamo section#cta {
	min-height: 420px;
}

#come_operiamo section#cta div.content {
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 420px;
	background: url("../media/content_images/cta-2.jpg");
	background-size: cover;
	background-position: center;
}

#come_operiamo section#cta div.content h1 {
	font-weight: 700;
	color: #ffffff;
}

#come_operiamo section#cta div.content h1 > span {
	color: #ed1c24;
}

#come_operiamo section#cta div.content p {
	font-size: 28px;
}

section#faq {
	background: #eeeeee;
}

section#faq h2 {
	font-weight: 100;
}

section#faq div.accordion div.card {
	border-radius: 37px;
}

section#faq div.accordion div.card div.card-header {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 50px;
}

section#faq div.accordion div.card div.card-header h2 button {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}

/* FAQ search box */
section#faq div.faq-search .input-group {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
	transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

section#faq div.faq-search .input-group:focus-within {
	border-color: #ed1c24;
	box-shadow: 0 4px 18px rgba(237, 28, 36, .18);
}

section#faq div.faq-search .input-group-text,
section#faq div.faq-search .form-control,
section#faq div.faq-search .btn {
	background-color: transparent;
	border: none;
	box-shadow: none;
	font-family: "Raleway", sans-serif;
}

section#faq div.faq-search .input-group-text {
	color: #ed1c24;
	font-size: 18px;
	padding-left: 24px;
	padding-right: 6px;
}

section#faq div.faq-search .form-control {
	height: 58px;
	font-size: 17px;
	font-weight: 400;
	color: #000000;
	padding-left: 10px;
}

section#faq div.faq-search .form-control::placeholder {
	color: #9a9a9a;
	font-weight: 100;
}

section#faq div.faq-search .btn-clear {
	display: none;
	color: #9a9a9a;
	font-size: 18px;
	padding: 0 24px;
	cursor: pointer;
	transition: color .2s ease-in-out;
}

section#faq div.faq-search .btn-clear:hover {
	color: #ed1c24;
}

section#faq div.faq-search .faq-result-count {
	display: block;
	margin-top: 14px;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	color: #666666;
}

/* FAQ categories */
section#faq div.faq-category {
	margin-top: 45px;
}

section#faq div.faq-category:first-child {
	margin-top: 15px;
}

section#faq h3.faq-category-title {
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	margin-bottom: 22px;
	padding-bottom: 12px;
	border-bottom: 2px solid #ed1c24;
}

section#faq h3.faq-category-title i.fa {
	color: #ed1c24;
	margin-right: 12px;
}

#come_operiamo section#text2 {
	background-color: #eeeeee;
	border-top: 1px solid #ed1c24;
	border-bottom: 1px solid #ed1c24;
}

#come_operiamo section#text2 > div {
	padding: 70px;
}

#come_operiamo section#text2 > div p {
	font-size: 17px;
}

#come_operiamo section#cta2,
#article section#cta2 {
	min-height: 421px;
	border-bottom: 1px solid #ed1c24;
}

#come_operiamo section#cta2 div.content,
#article section#cta2 div.content {
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 420px;
	background: url("../media/content_images/cta.jpg");
	background-size: cover;
	background-position: center;
}

#come_operiamo section#cta2 div.content h1,
#article section#cta2 div.content h1 {
	font-weight: 700;
}

#come_operiamo section#cta2 div.content h1 > span,
#article section#cta2 div.content h1 > span {
	color: #ed1c24;
}

#come_operiamo section#cta2 div.content p,
#article section#cta2 div.content p {
	font-size: 28px;
}

/* siteseal */

span#siteseal {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
}

/* /siteseal */

/* Thank you page */
section#thank_you {
	background: url(../media/layout_images/1.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
section#thank_you div.container {
	position: relative;
}

section#thank_you div.container > div.row {
	position: absolute;
	left: 0;
	right: 0;
	top: 20vh;
	padding: 50px 25px;
	background: #ffffff;
	border-radius: 20px;
	margin: 15px;
}

@media (max-width: 500px) {
	section#thank_you div.container > div.row {
		top: 0;
	}
}

section#thank_you div.row div.logo,
section#thank_you div.row div.text {
	display: flex;
}

section#thank_you div.row div.text h1,
section#thank_you div.row div.text h2 {
	text-align: center;
}

section#thank_you div.row div.text button {
	margin: auto;
	padding: 0;
	display: block;
	position: relative;
	width: 210px;
	height: 35px;
	background-color: #ed1c24;
	border: none;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	color: #ffffff;
	line-height: 35px;
}

section#thank_you div.row div.logo img,
section#thank_you div.row div.text div.wrapper {
	margin: auto;
}
/* /Thank you page */

@media (min-width: 768px) {
	#come_operiamo section#services div.col-md-10 p {
		column-count: 2;
		column-gap: 40px;
	}
	#come_operiamo section#faq div.accordion div.card div.card-header h2 button {
		font-size: 22px;
	}
	/* show 4 items */
	.carousel-inner .active,
	.carousel-inner .active + .carousel-item,
	.carousel-inner .active + .carousel-item + .carousel-item,
	.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
	  display: block;
	}
  
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
	  transition: none;
	}
  
	.carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
	  position: relative;
	  transform: translate3d(0, 0, 0);
	}
  
	.carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
	  position: absolute;
	  top: 0;
	  right: -25%;
	  z-index: -1;
	  display: block;
	  visibility: visible;
	}
  
	/* left or forward direction */
	.active.carousel-item-left + .carousel-item-next.carousel-item-left,
	.carousel-item-next.carousel-item-left + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
	  position: relative;
	  transform: translate3d(-100%, 0, 0);
	  visibility: visible;
	}
  
	/* farthest right hidden item must be absolue position for animations */
	.carousel-inner .carousel-item-prev.carousel-item-right {
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: -1;
	  display: block;
	  visibility: visible;
	}
  
	/* right or prev direction */
	.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
	.carousel-item-prev.carousel-item-right + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
	  position: relative;
	  transform: translate3d(100%, 0, 0);
	  visibility: visible;
	  display: block;
	  visibility: visible;
	}
}