@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200&display=swap');

:root {
	--color-primary: #254d80;
	--color-secondary: #eb8614;
}

body {
    color: #333;
	font-size: 13.5pt;
}

.font-body {
    color: #333 !important;
	font-size: 13.5pt !important;
    font-weight: normal;	
}

.container {
  width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1380px; } }

.color-primary {
	color: var(--color-primary) !important;
}

.color-secondary {
	color: var(--color-secondary) !important;
}

.product a, .product a:active, .product a:focus, .product a:visited {
	font-weight: 600;
}

.product a.title, .product a.title:active, .product a.title:focus, .product a.title:visited {
	display: block;
	font-size: 110%;
	padding-bottom: 10px;
}

.product a.title + span + small {
	display: none !important;
}

a:not(.product.shop a, .btn), a:active, a:focus, a:visited {
	color: #254d80;
	outline: none;
}

a:hover:not(.bg-primary *, .product.shop a, .btn) {
    color: var(--color-secondary) !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	display: block;
    line-height: 1.2;
    font-weight: 500;
    color: #254d80;
}

p, ol, ul, dl {
    margin-bottom: 2rem;
}


#cookieADV {
    background-color: #29783e !important;
    border-top: 1px solid #29783e !important;
}

#cookieADV * {
    color: #FFF !important;
}


.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
   padding-top: 2.5rem;
   padding-bottom: 2.5rem;	
   font-family: 'Titillium Web', sans-serif;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link,
.ftco-navbar-light .navbar-nav > .nav-item > .dropdown-menu .dropdown-item {
   color: #313131 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item.active,
.ftco-navbar-light .navbar-nav > .nav-item:hover {
	background-color:  #254d80;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
	color: #FFF !important;
}

.topper * {
	color:#FFF !important;
}

.ftco-navbar-light,
.ftco-navbar-light.scrolled {
    background: #FFF !important;
	box-shadow: 0 0px 10px #00000017;
}

.owl-carousel.home-slider,
.owl-carousel.home-slider .slider-item {
    height: 728px;
}


#mySlide .carousel-caption {
	top: 40%;
	}
	
#mySlide .carousel-caption h1 {	
	color: #fff;
    line-height: 1.3;
    font-weight: 400;
    font-size: 6vw;
    font-family: 'Titillium Web', sans-serif;
	text-shadow: 0 0 5px #254d80;
}


.bg-light {
    background: #fbfbfb !important;
}

.table tbody tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
	font-size: 6vw;
    font-family: 'Titillium Web', sans-serif;
}

.ftco-cart button, .ftco-cart .form-control,
.cart-total, .cart-detail, .cart-detail.cart-total,
.search-form .form-group input,
.billing-form .form-control {
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.category {
    border: 1px solid #e0e0e0;
}

.product {
	border: 0;
    box-shadow: none;
	margin-bottom: 10px;
}

.product:hover {
	box-shadow: none;
}

.product .img {
	border: 1px solid #e0e0e0;
}

.category .text {
    opacity: 1;
/*    background-color: #254d80 !important; */
	color: #FFF;
    height: 20%;
    padding: 0;
    margin-top: 65%;
	line-height: 2.5;
    font-size: 20px;
}

.category-1 h2.text,
.category-1 .h2.text {
    background-color: #283083 !important;
}

.category-2 h2.text,
.category-2 .h2.text {
    background-color: #1e958e !important;
}

.category-3 h2.text,
.category-3 .h2.text {
    background-color: #6e1e17 !important;
}

.sub.category .text {
	line-height: 2;
    font-size: 15px;
    font-weight: 500;
}

.category-1 a.title {
	color: #283083 !important;
	color: #333 !important;
}

.category-2 a.title {
	color: #1e958e !important;
	color: #333 !important;
}

.category-3 a.title {
	color: #6e1e17 !important;
	color: #333 !important;
}

.category:hover .text {
    opacity: 1;
    background-color: #254d80 !important;
}

.dettArticolo  h1:after {
    content: "";
    display: block;
    width: 180px;
    height: 50px;
    margin: 0 auto 50px;
    border-bottom: 5px solid #eb8614;
}



.product.shop .quantita {
    background-color: #333;
    color: #FFF;
}

.product .text {
    line-height: 1.5;
	font-size: 15px;
    font-weight: 300;
	background: none;
}

.product.shop .text .bottom-area a {
    color: #fff !important;
    background: #666 !important;
}

.dettArticolo img {
	border: 1px solid #e0e0e0
}

.hero-wrap .slider-text .bread {
    color: #FFF;
}

.hero-wrap .slider-text .breadcrumbs span,
.hero-wrap .slider-text .breadcrumbs span a {
    font-weight: 600;
    color: #FFF;
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
    color: #254d80 !important;
}

.myIcon {
    background-color: #343a40;
}

.myIcon span,
.myIcon i {
    color: #FFF !important;
}

.myIcon.light {
    background-color: #FFF;
}

.myIcon.light span,
.myIcon.light i {
    color: #343a40 !important;
}


.ftco-category .category-wrap .text {
    background: #f95027;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
	transition: all 200ms ease;
}

.ftco-category .category-wrap .text:hover {
    background: #313131;
    box-shadow: none;
}

.ftco-category .category-wrap .text h2 a:hover {
    color: #fff !important;
}


.btn {
/*    border-radius: 0px; */
	}

.btn-primary,
.btn-primary:focus,
.btn.btn-primary,
.btn.btn-primary:focus {
    color: #fff !important;
    background-color: #254d80;
    border-color: #254d80;
	outline: none !important;
	border-radius: 0;
    text-transform: uppercase;
}

.btn-primary * {
    color: #fff !important;
}

.btn.btn-primary:hover,
.btn-primary:active {
	border-color: #f8f8f8 !important;
    background-color: #f8f8f8 !important;
    color: #254d80 !important;
	outline: none !important;
	box-shadow: none !important;
}

.btn-default,
.btn-default.active, 
.btn-default:active, 
.btn-default:focus {
    border: 1px solid #adadad;
}

.help-block.form-error {
	display: block;
	font-size: 80%;
    color: #b94a48;
}

.bg-dark {
    background-color: #343a40 !important;
}

@media (max-width: 768px) {
    section.img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 0;
    }

	section.img.bg-dark::before {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.bg-dark *,
.bg-dark a,
.bg-dark a:visited,
.bg-primary *,
.bg-primary a,
.bg-primary a:visited,
.bg-dark .heading-section h2,
.bg-dark .heading-section h2 {
	color: #FFF !important;
}

.bg-dark a:hover,
.bg-dark a:focus,
.bg-primary a:hover,
.bg-primary a:focus {
	color: #254d80 !important;
}

.bg-dark .btn-primary,
.bg-dark .btn-primary:focus,
.bg-dark .btn.btn-primary,
.bg-dark .btn.btn-primary:focus {
	color: #333!important;
    background-color: #eee;
    border-color: #eee;
	outline: none !important;
	box-shadow: none !important;
}

.bg-dark .btn.btn-primary:hover,
.bg-dark .btn-primary:active {
	border-color: #fff !important;
    background-color: #fff !important;
}

.bg-primary {
	background: #eb8614 !important;
	color: #FFF !important;
}

.bg-custom {
	color: #FFF !important;
	background-color: #eb8614;
}

.dark .btn-primary,
.dark .btn.btn-primary {
    background: #f95027;
    border: 1px solid #f95027;
}

.dark .btn.btn-primary:hover,
.dark .btn-primary:active {
    background-color: #313131 !important;
    border-color: #313131 !important;
}

.bg-color-1 {
    background: #254d80;
}

.bg-color-2 {
    background: #7bcc88;
}

.bg-color-3 {
    background: #fad23a;
}

.bg-color-4 {
    background: #9e7937;
}

.heading-section h2,
.heading-section-bold h2 {
    color: #254d80 !important;
}

.heading-section h2:after,
.heading-section-bold h2:after,
.heading-section .h1:after,
.heading-section-bold .h1:after,
.heading-section .h2:after,
.heading-section-bold .h2:after {
    content: "";
    display: block;
    width: 180px;
    height: 50px;
    margin: 0 auto 50px;
    border-bottom: 5px solid #eb8614;
}

.ftco-footer {
    border-top: 1px solid #f1f1f1;
}

#goToTop{
    color: #FFF;
    background-color: #254d80;
}



/* --------  POPUP ------------------------------- */

.popup {
	display: none;
	padding: 0;
    border: 0;
}

.popup .black {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 80%;
	z-index: 120;
}
.popup .box {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 100%;
	height: 500px;
	margin-top: -300px;
	padding: 50px 0;
	background-color: #FFF;
	box-shadow: 2px 3px 7px #00000059;
}

.popup .box .col {
	padding: 20px 80px;
}

.popup .box h3 {
	font-size: 19px;
}

.popup .box .print,
.popup .box .close {
	position: absolute;
    right: 15px;
    top: 15px;
    color: #818181;
    font-size: 1.8em;
}

/* -------------- */

#customPopup.popup .box,
.customPopup.popup .box {
    max-width: 750px;
    margin-left: -375px;
	height: auto;
	margin-top: -15%;
}

#popupSegnala.popup .box {
    max-width: 960px;
	height: auto;
    margin-left: -490px;
}

#customPopup.popup .box .col,
.customPopup.popup .box .col {
	padding: 0px 70px;
}

#customPopup.popup .box .col-rinvii span {
	color: #C02D23;
}

#customPopup.isImage .box .col-rinvii span {
	color: #FFF;
}

#divCookieSelect.popup .box {
    height: auto;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
	margin-top: -20%;
}

#divCookieSelect .form-switch .form-check-input {
	border: 1px solid #C02D23;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28192, 45, 35, 0.25%29'/%3e%3c/svg%3e");
}

#divCookieSelect .form-switch .form-check-input:checked[type=checkbox] {
	background-color: #c02d23;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
}

/* --------  // POPUP ------------------------------- */


@media (max-width: 991.98px) {
	
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	border-top: 1px solid #2d1f1329;
	}
	
}