body {
    font-family: 'Jost', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Jost', sans-serif;
}

.font-alternate {
    font-family: 'Indie Flower', cursive;
}

i.fa {
	font-family: FontAwesome !important;
}

p {
    color: #000;
    line-height: 1.7;
}

.bg-colored, .bg-colored-hover:hover {
	background-color: #fe8d00 !important;
}

.colored, .colored-hover:hover {
	color: #fe8d00 !important;
}

.border-colored, .border-colored-hover:hover {
    border-color: #fe8d00 !important;
}

.bg-soft-colored:before {
    background-color: #2a3b58;
    opacity: 0.9;
}

.bg-colored1, .bg-colored1-hover:hover {
    background-color: #ffb000  !important;
}

.colored1, .colored1-hover:hover {
    color: #ffb000  !important;
}

.border-colored1, .border-colored1-hover:hover {
    border-color: #ffb000 !important;
}

.bg-colored2, .bg-colored2-hover:hover {
    background-color: #eee !important;
}

.colored2, .colored2-hover:hover {
    color: #eee !important;
}

.border-colored2, .border-colored2-hover:hover {
    border-color: #eee !important;
}



.bg-dark, .bg-dark-hover:hover {
    background-color: #333333 !important;
}

.whatsapp:hover, .bg-whatsapp {
    background: #28a745 !important;
}

.instagram:hover, .instagram-bg {
    background: linear-gradient(45deg, #dccf35, #f33a3a, #dc359e, #c000ff) !important;
}

.Newspaper-Title, .tp-caption.Newspaper-Title {
    color: rgba(255,255,255,1);
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    padding: 0 0 10px;
    border-radius: 0;
}

.Newspaper-Subtitle, .tp-caption.Newspaper-Subtitle {
    color: rgb(255 121 0);
}

.custom-title {
    font-family: 'Archivo', sans-serif;	
}

.dropdown-menu {
	min-width: 15rem;
}

#navigation.modern.white-nav .columns .mega-menu .column-title {
    color: #000;
}

#navigation.modern .columns .mega-menu .column-title {
    font-size: 15px;
    font-weight: 600;
}

.inner-box .box-bg {
	padding: 50px 30px;
	border-radius: 5px;
	min-height: 200px;
	transition: all 0.5s;
}

.box-bg.bg-soft-dark5:before {
    background-color: rgba(25,25,25,0.5);
	border-radius: 5px;
}

.inner-box .box-bg .lower-content {
    position: absolute;
    bottom: 30px;
}

.inner-box .box-bg .lower-content h3:before {
    width: 40px;
    height: 0px;
    border-top: 2px solid white;
    border-color: inherit;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

.inner-box .box-bg:hover .lower-content h3:before {
    width: 100%;
}


/* header services */

.header-box .icon-box {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-box .icon_shape {
    position: absolute;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.header-box .icon {
    position: relative;
    font-size: 44px;
    color: #000000;
}

.header-box .icon_shape svg {
    fill: #ffffff;
    stroke: #343a40;
}
/* END header services */

.hotspots .items .item {
    position: absolute;
    font-weight: 700;
    display: block;
    z-index: 9;
}

.hotspots .items {
    position: static;
}

#thumbnails {
    display: flex;
    overflow-x: auto;
}

.btn-fixed {
    width: 170px;
    opacity: 1;
    height: 55px;
    z-index: 100;
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    border-style: solid;
    text-align: left;
    color: #777;
    background: white;
    border-color: #ddd;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 1px 1px 7px #555555ad;
}

.btn-fixed i {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 30px;
}

.btn-fixed span {
	font-size: 20px;
	padding-right: 15px;
}

#btn-whatsapp.btn-fixed {
	bottom: 80px;
	color: #fff;
    background: #28a745;
    border: 0;
    line-height: 55px;
	right: -112px;
}

#btn-whatsapp.btn-fixed:hover {
	right: 0;
}

#btn-call.btn-fixed {
	bottom: 15px;
	color: #fff;
    background: #111;
    border: 0;
    line-height: 55px;
	right: -112px;
}

#btn-call.btn-fixed:hover {
	right: 0;
}

.cbp-caption-activeWrap {
	background-color: #fff;
}

.shop-box {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 1px 1px 6px #aaaaaa8c;
}

.shop-box:hover {
	box-shadow: 1px 1px 4px #aaaaaa;
}

.shop-box .product-image {
	overflow: hidden;
}

.shop-box .product-image img {
	display: block;
    border: 0;
    width: 100%;
    height: auto;
	-webkit-transform: translate(0px,0px) scale(1.0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.shop-box:hover .product-image img {
    transform: translate(0px, 0px) scale(1.3) !important;
}

.shop-box .details .title {
    font-weight: 500;
	font-size: 16px;
    letter-spacing: normal;
}

.shop-box .details .subtitle {
    color: #fe8d00;
    font-weight: 600;	
    font-size: 14px;
    font-style: italic;
}

.shop-box .details .price span.old {
    text-decoration: line-through;
    color: #999;
}

.shop-box .details .price span.new {
    font-weight: 700;
	color: #000;
}


.bg-footer {
	background-color: #131313;
}

ul.nav-list li a.active {
	background-color: #ff7900;
    color: #fff;
	font-weight: 700;
}

.slider-portfolio.slick-initialized .slick-slide {
    position: relative;
}

.slider-portfolio .img-overlay {
    position: absolute;
    left: 30px;
    top: 30px;
	bottom: 30px;
	right: 30px;
    width: auto;
    height: auto;
	background-color: rgb(26 145 52 / 74%);
    background-image: url(../images/aquidet/favicon-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	opacity: 0;
}

.slider-portfolio .img-overlay:hover {
    opacity: 1 !important;
}

.slider-portfolio .img-overlay span {
	font-size: 18px;
}

.slider-portfolio img {
	border-radius: 10px;
}

table.table-md.work-details th {
    padding: 1em !important;
    padding-left: 0 !important;
}

.btn-order {
	padding: 12px 30px;
}

.btn-order span {
	float: left;
	line-height: 30px;
}

.btn-order i {
	float: left;
    margin-right: 7px;
}

.shop .item .price span.new {
    font-weight: 700;
}

.shop-box .price span.old {
    text-decoration: line-through;
    color: #999;
}


h2.price-product span.old {
    text-decoration: line-through;
    color: #999;
	font-size: 18px;
}

.info-order {
    border: 1px solid #eee;
    padding: 10px;
    background-color: #eee;
    font-size: 15px;
	border-radius: 10px;
}

label {
    width: 100%;
}

.creative-tabs a, .creative-tabs>div>div {
    white-space: nowrap;
}

.creative-tabs>li>a:not(.active):hover, .creative-tabs div:not(.cbp-filter-item-active)>*:hover {
    background: #eee !important;
}

#navigation.modern {
    height: 90px;
    line-height: 90px;
}

#navigation.modern.white-nav.scrolled, #navigation.modern.white-nav.sticky, #navigation.modern.white-nav.box-shadow {
   /* background: #ffd500; */
   /* background: #fe8d00; */
	background: #ffb000;
}

#navigation.modern .columns ul li a, #navigation.modern .columns ul li button {
    font-weight: 500;
    letter-spacing: 1px;
	font-family:  'Jost', sans-serif;
	color: #2a3b58;
	font-size: 17px;
}

#navigation.modern.sticky.white-nav .columns .nav-menu a {
    color: #000;
}

#navigation.modern.white-nav.scrolled .columns .nav-menu>.nav>li>a, #navigation.modern.white-nav.scrolled .columns button, #navigation.modern.white-nav.scrolled .columns a, #navigation.modern.white-nav.scrolled .columns .nav-elements a {
    color: #000;
}

#navigation.modern .columns .logo a, #navigation.modern .columns .logo img {
    max-height: 85px;
}

#navigation.modern.hover4 .columns a:hover, #navigation.modern.hover4 .columns button:hover {
    opacity: 1;
	color: #000 !important;
}

#navigation.modern.hover4 .columns li a:before {
    transition: all .4s ease-in-out;
    content: "\f211";
    position: absolute;
    font-family: FontAwesome;
    opacity: 0;
    z-index: 0;
    font-size: 50px;
    text-align: center;
    transform: rotate(-20deg);
    color: #808080;
}

#navigation.modern.hover4 .columns li:hover a:before {
    transition: all .4s ease-in-out;
    margin-top: 0px;
    opacity: 0.2;
    z-index: 0;
}

#navigation.modern.hover4 .columns .dropdown-menu li a:before {
    opacity: 0 !important;
}

#navigation.modern.hover4 .columns li a.active:before {
    margin-top: 0px;
    opacity: 0.2;
    z-index: 0;
}

#navigation.modern.hover4 .columns li a.active {
    opacity: 1;
    color: #000 !important;
}

#navigation.modern.white-nav .columns .nav-menu ul.dropdown-menu li a {
    color: #777777;
	font-size: 14px;
    font-weight: 500;
	letter-spacing: normal;
	display: flex;
	align-items: center;
	padding: 6px 12px;
}

#navigation.modern .columns ul.dropdown-menu li a {
	padding: 12px 12px;
	display: flex;
	align-items: center;
}

#navigation.modern .columns ul.dropdown-menu li a .img-nav {
	float: left;
}

#navigation.modern .columns ul.dropdown-menu li a img {
    max-width: 60px;
    border-radius: 10px;
    margin-right: 7px;
    background-color: #fff;
}

.slider-estetista {
	height: 600px;
}

.nav.navtab-principal-category {
	display: block !important;
}

.navtab-sub-category img {
	width: 60px;
}

.navtab-principal-category.nav-tabs .nav-link {
    font-weight: 600;
}

#mobile-navigation-closer {
    background-color: rgb(0 0 0 / 80%);
}

.box-service, .box-farm {
	background-color: #eee;
    border: 1px solid #eee;
    padding: 10px 10px 40px 10px;
    border-radius: 2px;
}

.box-service .thumbnail-img {
	max-width: 170px;
    border-radius: 50%;
    border: 3px solid;
    overflow: hidden;
	margin-top: -80px;
	    -webkit-transform: translate(0px,0px) scale(1.0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.box-service .thumbnail-img img {
    border-radius: 50%;
}

.box-service:hover .thumbnail-img {
    transform: translate(0px, 0px) scale(1.2) !important;
}

.box-service:hover a.lg-btn {
    color: #000 !important;
	background-color: #ffb000 !important;
}

.box-farm img {
	max-width: 90%;
    border-radius: 20px;
	margin-top: -80px;
}

.box-farm:hover {
	background-color: #ffb000;
}

.box-farm:hover p {
	color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    right: 10px;
    left: auto;
    width: auto;
    height: auto;
    background-color: #fff;
    color: #aaa;
    border-radius: 4px;
    border: 0px solid #ccc;
    box-shadow: 1px 1px 3px 1px #00000061;
    padding: 10px 3px;
    right: -2px;
    left: auto;
}

.swiper-button-next {
    right: -2px;
    left: auto;
}

.swiper-button-prev {
    left: -2px;
    right: auto;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper.slider-service, .swiper.swiper-category {
	padding: 3px;
	width: 100%;
	height: auto;
}

.swiper.swiper-product, .swiper.swiper-product2, .swiper.swiper-brand, .swiper.swiper-brand2 {
	padding: 15px 5px;
	width: 100%;
	height: auto;
}

.swiper.slider-service .swiper-button-next, .swiper.swiper-product2 .swiper-button-next, .swiper.swiper-product2 .swiper-button-prev {
	opacity: 0;
}

.swiper.slider-service:hover .swiper-button-next, .swiper.swiper-product2:hover .swiper-button-next, .swiper.swiper-product2:hover .swiper-button-prev {
	opacity: 1;
}

.swiper.swiper-promo {
	width: 100%;
	height: auto;
}

.swiper-promo .banner img {
	width: 100%;
}

.swiper-brand .brand img, .swiper-brand2 .brand img {
	width: 100%;
}

.swiper-brand .brand, .swiper-brand2 .brand {
	padding: 20px;
	border: 1px solid #dee2e6;
	border-radius: 10px;
}

.swiper-brand2 #filter .brand {
	padding: 2px 20px;
	cursor: pointer;
	height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
	text-align: center;
}

.swiper-brand2 #filter .brand:hover {
	border: 1px solid #ffb000;
}

.swiper-brand2 #filter .cbp-filter-item-active .brand {
	border: 2px solid #ffb000;
}

.box-service-important {
	background-color: #eee;
	border: 1px solid #eee;
	padding: 20px;
    border-radius: 20px;
}

.box-service-important:hover {
	border: 1px solid #2a3b58;
}

.box-service-important img {
    padding: 20px 20px 10px 20px;
}

.box-service-important p {
	font-size: 16px;
}

.service-inline a.sal-healthmap-item {
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 8px 8px 15px rgb(253 110 95 / 15%);
    box-shadow: 1px 1px 20px #aaaaaa8c;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 1px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
	color: #000;
}

.service-inline a.sal-healthmap-item img {
	max-width: 80px;
	padding: 1px;
	padding: 5px;
	border-radius: 50%;
}

.service-inline a.sal-healthmap-item:hover {
    -webkit-box-shadow: 0px 0px 0px rgb(253 110 95 / 0%);
    box-shadow: 0px 0px 0px #aaaaaa00;
	background-color: #1a9134;
	color: #fff;
}

.service-inline a.sal-healthmap-item.active {
	background-color: #1a9134;
	color: #fff;
}

.service-inline a.sal-healthmap-item.active {
    filter: brightness(100);
}

.box-category {
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
}

.box-category img {
	border-radius: 50%;
	border: 1px solid #eee;
}

.box-category .title-category {
	width: 100%;
	color: #000;
	padding: 5px;
}

.box-category .title-category h4 {
	position: relative;
}

.swiper-category .box-category .title-category h4 {
    text-transform: none;
	position: relative;
}

.box-category .title-category h4:before {
    width: 0px;
    height: 0px;
    border-top: 2px solid white;
    border-color: #ffb000;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

.box-category:hover .title-category h4:before {
    width: 100%;
}


.styled-portfolio.parallax.banner-promo .cbp-item .cbp-caption-defaultWrap img {
    border-radius: 20px;
}

.shop .item .title {
	font-size: 16px;
    font-weight: 500;
	letter-spacing: normal;
}

.shop .item .subtitle {
    color: #eb2a2f;
    font-weight: 600;
    font-style: italic;
	font-size: 14px;
}

.header-category {
    border-bottom-width: 1px;
    box-shadow: inset 0px -4px 10px #dee2e6;
}

.header-result {
    display: flex;
	align-items: center;
}

.header-category .header-result .back-box {
    float: left;
}

button.back {
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    box-shadow: 1px 1px 6px #22222252;
	margin-right: 20px;
}

button.back:hover {
    box-shadow: 0px 0px 0px #aaaaaa00;
	border: 1px solid #eee;
	color: #2a3b58;
}

.shop.shop-pharmacy .cbp-item.item {
    padding: 5px;
}

.shop.shop-pharmacy .item a.cbp-caption:before {
    border-radius: 10px;
    box-shadow: 0px 0px 6px #aaaaaa8c;
	border: 0px;
}

.shop.shop-pharmacy .item:hover a.cbp-caption:before {
    box-shadow: 1px 1px 9px #aaaaaa;
}

.shop.shop-pharmacy .item a.cbp-caption {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
}

.shop.shop-pharmacy .item .product-image {
    overflow: hidden;
}

.shop.shop-pharmacy .item:hover .product-image {
    opacity: 1;
}

.shop.shop-pharmacy .item .product-image img {
	-webkit-transform: translate(0px,0px) scale(1.0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.shop.shop-pharmacy .item:hover .product-image img {
	transform: translate(0px, 0px) scale(1.1) !important;
}



.accordion-product .accordion-toggle-link {
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    border-radius: 0px;
}

.accordion-product .accordion-toggle-link:after {
    border-top: 6px solid #111;
}

.accordion-product .accordion-toggle-link:hover {
    box-shadow: 0px 0px 0px rgb(0 0 0 / 5%);
	color: #1a9134;
}

.box-booking {
	position: sticky;
    bottom: 0;
	box-shadow: 0px -10px 20px #aaaaaa59;
}

.box-booking .btn-order {
	padding: 5px 15px;
	line-height: 30px;
	font-size: 12px;
	width: 80%;
}

.box-booking .btn-order i {
	line-height: 30px;
	font-size: 18px;
}

.box-booking .btn-info-order {
	padding: 5px 15px;
	line-height: 30px;
	width: 14%;
}

.bs-bottom-single {
	box-shadow: inset 0px 4px 10px #dee2e6;
}

.bs-top-single {
	box-shadow: 0px -10px 10px #dee2e6;
}

.box-booking-service {
	box-shadow: 1px 1px 20px #00000047;
	border-radius: 20px;
}

.img-radius {
	border-radius: 20px;
}

.list-price .badge {
    font-size: 15px;
    font-weight: 600;
    color: #2a3b58;
    background-color: transparent;
}

#pagetop {
    background: #000;
	border-bottom: 1px solid #222;
	height: 32px;
    max-height: 32px;
    line-height: 32px;
}

#pagetop .left>a {
    display: inline-block;
    margin-right: 22px;
    color: #aaa;
    font-weight: inherit;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#pagetop .right a {
    width: 25px;
    height: 25px;
    color: #aaa;
    line-height: 22px;
    border: 2px solid #aaa;
    border-radius: 30px;
    margin-right: 5px;
    border-left: 1px solid #ededed;
}

#pagetop .right a:hover {
    border: 0px;
}

#pagetop .right {
    padding-top: 3px;
}

.contact-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #eee;
}

.bg-call-to-action.bg-soft-dark2:before {
    background-color: rgba(25,25,25,0.2);
	background-image: url(../images/farmacia/shape-1.png);
	background-size: cover;
}

.shop-pharmacy .details .title{
    -webkit-line-clamp: 2;
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop-box .details .title{
    -webkit-line-clamp: 2;
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.breadcrumb-item+.breadcrumb-item::before {
	font-family: FontAwesome;
    display: inline-block;
    padding-right: 0.3rem;
    color: #6c757d;
    content: "\f105";
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.3rem;
}

.archive-brand .brand-grid .brand {
    padding: 25px 50px;
    width: 20%;
    float: left;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.archive-brand .brand-grid .brand:nth-child(5n+0) {
    border-right: 1px solid transparent;
}

#portfolio-brand .cbp-item-wrapper {
    padding: 25px 50px;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

#portfolio-brand .cbp-item:nth-child(5n+0) .cbp-item-wrapper {
    border-right: 1px solid transparent;
}

.shop-single #images.lightbox_gallery a {
	cursor: zoom-in;
}

.box-privacy {
	height: 300px;
	width: 100%;
	border: 1px solid #ccc;
	overflow-y: auto;
}


.rmm:disabled{
	opacity: 0.5;
	cursor:not-allowed;
}
#rm_phone,
#rm_name{
	border: 1px solid #b5b5b5;
}

.eventi.qdr-blog.post-radius .cbp-item .cbp-item-wrapper {
    overflow: hidden;
    box-shadow: 0 20px 50px -20px rgb(0 0 0 / 30%);
}

.classic_checkbox {
	width: 100%;
}

.classic_checkbox span {
	padding-left: 25px;
}

.box-list-step {
	position: relative;
}

.box-list-step .number-step {
	position: absolute;
	top: 5px;
}

.box-list-step .number-step h1 {
    line-height: normal;
}

.box-list-step .info {
	padding-left: 60px;
}

.classic_footer {
    background-color: #000;
}

.title-divider-aquidet.divider-1>span:before, .title-divider-aquidet.divider-1>span:after {
    background-color: #f3cb00;
    width: 80px;
    height: 3px;
}

.service-info-white img {
	filter: brightness(100);
}

.service-info-white:hover img {
	filter: brightness(0);
}

.title-divider-aquidet.divider-1.m2>span:before, .title-divider-aquidet.divider-1.m2>span:after {
    background-color: #fff;
}

table.table-md.table-orari td, table.table-md.table-orari th {
    padding: 5px 0px !important;
	border-top: 0px;
}

.footer-top-decor {
    background-image: url(../images/aquidet/top-decor-2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

.bg-gradient, .bg-soft-gradient:before {
    background: #4823c0;
    background: -moz-linear-gradient(45deg, #000 0%, #28a745 100%);
    background: -webkit-linear-gradient(45deg, #000 0%,#28a745 100%);
    background: linear-gradient(to 45deg, #000 0%,#28a745 100%);
}

.aura-blog-slider p {
	color: #eee;
}

section.blog.chi-siamo {
    padding: 60px 0 310px;
}

.lavoro-subtitle {
	color: #000;
}

.styled-portfolio .cbp-item .cbp-caption-defaultWrap img {
    border-radius: 10px;
}

.archive-category .category-element {
    padding: 15px;
    width: 20%;
    float: left;
}

.button-d4p {
	background: #fff;
	border: solid 3px;
    box-shadow: 5px 6px #000;
    color: #000;
}

.button-d4p:hover {
	background: #000;
	border: solid 0px;
    box-shadow: 0px 0px transparent;
    color: #fff;
}

.divider-d4p {
	align-items: center;
    display: flex;
    justify-content: space-between;
}

.divider-d4p.divider-1 a {
    z-index: 3;
    background-color: #000;
    color: #ffd500;
    padding: 3px 9px;
    border-radius: 5px;
    font-weight: normal;
    letter-spacing: normal;
	font-size: 16px;
}

.footer.footer-d4p {
    background-image: url(../images/dog4passion/top-divider-3.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.footer .bottom-elements .bottom-elements-inner {
    border-top: 1px solid #21252945;
}

.badge-d4p {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 100;
    width: 60px;
    height: 60px;
    background: transparent url(../images/dog4passion/badge-promo.png) no-repeat center center;
	background-size: contain;
}

.pattern4-right {
    background-image: url(../images/dog4passion/pattern4-2.png);
    background-position: right center;
    background-repeat: no-repeat;
	background-size: auto;
}

.pattern3 {
    background-image: url(../images/dog4passion/pattern3.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}

.shop .item .details {
    background: transparent;
    margin-top: 10px;
}

body:not(.device-lg) #navigation.modern .columns ul.dropdown-menu.mega-menu .column {
    max-width: 290px;
}

.fattrici .thumbnail-img {
    border-radius: 50%;
    border: 3px solid;
    overflow: hidden;
}

.fattrici .thumbnail-img img {
    border-radius: 50%;
}

.fattrici .thumbnail-img .img-overlay {
    border-radius: 50%;
}

#navigation .info-contact-top {
	display: none;
}

.header-result .title-tax span{
	display: none;
}

.header-result .title-tax span:first-child{
	display: inline-block;
	font-weight: 600;
}

.header-result .title-tax span:last-child{
	display: inline-block;
	font-weight: 700;
}

.textarea-info ul {
    padding-left: 20px;
    list-style: disc;
}

.textarea-info ul li ul {
    padding-left: 20px;
    list-style: circle;
}

.textarea-info a {
    color: #ffb000;
}

.textarea-info a:hover {
    text-decoration: underline;
}

.grecaptcha-badge {
	display: none;
}



/*media MIN */

@media (min-width: 576px) {
	
}

@media only screen and (min-width: 630px) {
	.styled-portfolio.bordered-items .cbp-item .cbp-caption-activeWrap:before {
		background-color: rgb(26 145 52 / 74%);
		background-image: url(../images/aquidet/favicon-light.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
}

@media (min-width: 768px) {
	.box-booking {
		display: none;
	}
}

@media (min-width: 992px) {
	
	body {
		font-size: 16px;
	}
	
	.swiper.slider-service .swiper-scrollbar, .swiper.swiper-product .swiper-scrollbar {
		display: none;
	}
	
	#portfolio-items .cbp-l-caption-alignCenter .cbp-l-caption-body {
		padding: 15px;
	}
		
}

@media (min-width: 1200px) {
	.img-extrabig {
		margin-top: -150px;
		margin-bottom: -50px;
	}
}


/*media MAX */


@media (max-width: 1199.98px) {
	#mobile-navigation a span {
		display: inline-block;
	}
	
	#mobile-navigation .nav li a {
		font-size: 22px;
		line-height: 49px;
		color: #555;
		font-family: 'Jost', sans-serif;
		letter-spacing: normal;
	}
	
	#mobile-navigation .dropdown-menu {
		background-color: #fff;
	}
	
	#mobile-navigation .nav li .dropdown-menu a {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: normal;
		color: #777;
		padding: 10px 15px !important;
		padding-left: 25px !important;
		display: flex;
		align-items: center;
	}
	
	#mobile-navigation .nav li .dropdown-menu a span {
		font-size: 19px;
	}
	
	#mobile-navigation .nav li .dropdown-menu li a .img-nav {
		float: left;
	}
	
	#mobile-navigation .nav li .dropdown-menu li a img {
		max-width: 50px;
		border-radius: 50%;
		margin-right: 7px;
	}
	
	#mobile-navigation .nav li .dropdown-menu.dropdown-service li a img {
		border: 0px solid #ddd;
		padding: 0px;
	}
	
	#mobile-navigation {
		left: -80%;
		width: 80%;
	}
}


@media only screen and (max-width: 1120px) {
	#mobile-navigation {
		background-color: #fff;
	}
	
	#mobile-navigation .pagetop {
		margin-top: 40px;
		padding-right: 5px;
		font-weight: 500;
		padding-left: 15px;
	}
	
	#mobile-navigation a:active, #mobile-navigation a:focus, #mobile-navigation li a.active, #mobile-navigation a:hover, #mobile-navigation li a.touchme {
		background-color: #eee;
	}
	
	#mobile-navigation .dropdown-menu li {
		background-color: #eee;
	}
	
	#mobile-navigation .nav li .dropdown-menu a {
		font-weight: 500;
	}
	
	#mobile-navigation .nav li .dropdown-menu a {
		color: #555;
	}
	
	#mobile-navigation .nav {
		margin-top: 30px;
	}
	
	#mobile-navigation .dropdown-menu .column-title {
		display: block;
		padding-left: 15px;
		font-size: 20px;
		font-weight: 600;
		color: #000;
	}
	
	#mobile-navigation .dropdown-menu ul.column {
		border-bottom: 1px solid #dee2e6 !important;
	}
}


@media (max-width: 991.98px) {
	.shop-single .details {
		margin-top: 30px;
	}
	
	.archive-category .category-element {
		padding: 15px;
		width: 25%;
		float: left;
	}
	
	.footer {
		padding: 150px 0 250px;
	}
}


@media (max-width: 767.98px) {

}


@media only screen and (max-width: 640px) {
	#navigation.modern .columns .logo a, #navigation.modern .columns .logo img {
		max-width: 270px;
	}
}


@media (max-width: 575.98px) {
	body {
		font-size: 1rem;
	}
		
	.slider-estetista {
		height: 300px !important;
	}
	
	h1.custom-title { font-size:35px; } 
	h2.custom-title { font-size:30px; } 
	h3.custom-title { font-size:25px; }
	h4.custom-title { font-size:23px; }
	
	.inner-box .icon_shape {
		width: 70px;
		height: 70px;
	}
	
	.inner-box .icon-box {
		position: relative;
		width: 70px;
		height: 70px;
	}
	
	.inner-box .icon {
		font-size: 44px;
	}
	
	/* header services */

	.header-box .icon-box {
		position: relative;
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.header-box .icon_shape {
		position: absolute;
		width: 60px;
		height: 60px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.header-box .icon {
		position: relative;
		font-size: 34px;
		color: #000000;
	}

	.header-box .icon_shape svg {
		fill: #ffffff;
		stroke: #343a40;
	}
	/* END header services */
	
	.header-box .icon-box {
		position: relative;
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.header-box .icon_shape {
		position: absolute;
		width: 60px;
		height: 60px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.header-box .icon {
		position: relative;
		font-size: 34px;
		color: #000000;
	}

	.header-box .icon_shape svg {
		fill: #ffffff;
		stroke: #343a40;
	}
	/* END header services */
	
	.styled-portfolio .cbp-item .cbp-caption-activeWrap .cbp-l-caption-title {
		font-size: 14px;
		line-height: normal;
	}
	
	.cbp-l-caption-alignCenter .cbp-l-caption-body {
		padding: 10px 0;
	}
	
	.creative-tabs {
		width: 100%;
		border-width: 0px !important;
		border-radius: 0 !important;
		display: flex;
		overflow-x: auto;
	}
	
	.creative-tabs>div {
		width: auto;
		margin: 0 5px 10px 0;
	}
	
	.creative-tabs>div>div {
		display: block;
		border: none!important;
		cursor: pointer !important;
		white-space: nowrap;
	}
	
	.creative-tabs>div>div.xl-btn {
		padding: 9px 10px;
	}
	
	.creative-tabs div.cbp-filter-item-active>* {
		box-shadow: 0px 5px 9px 0px rgb(0 0 0 / 20%);
	}
	
	.slider-portfolio .img-overlay {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
		width: auto;
		height: auto;
		opacity: 1 !important;
		background-color: #282727;
		padding: 10px 3px;
		border-radius: 0 0 10px 10px;
	}
	
	.slider-portfolio img {
		border-radius: 10px 10px 0 0;
	}
	
	.slider-portfolio .img-overlay span {
		font-size: 14px;
	}
	
	.inner-box .box-bg {
		padding: 18px 10px;
	}
	
	.inner-box .box-bg h3 {
		font-size: 18px;
	}
	
	.inner-box .box-bg {
		min-height: 130px;
	}
	
	.navtab-sub-category img {
		width: 40px;
	}
	
	.slider-portfolio .img-overlay:hover {
		opacity: 1 !important;
	}
	
	.box-service {
		padding: 10px;
		border-radius: 2px;
	}
	
	.box-service h4 {
		font-size: 15px;
		line-height: normal;
	}
	
	.swiper.swiper-brand2 .swiper-button-prev, .swiper.swiper-brand2 .swiper-button-next, .swiper.slider-service .swiper-button-prev, .swiper.slider-service .swiper-button-next,  .swiper.swiper-product .swiper-button-prev, .swiper.swiper-product .swiper-button-next, .swiper.swiper-category .swiper-button-prev, .swiper.swiper-category .swiper-button-next,  .swiper.swiper-product2 .swiper-button-prev, .swiper.swiper-product2 .swiper-button-next {
		display: none;
	}
	
	.box-category h4 {
		font-size: 15px;
		line-height: 1.1;
	}	
	
	.swiper-category .box-category h4 {
		font-size: 12px;
		line-height: 1.1;
		text-transform: none !important;
		letter-spacing: normal;
		font-weight: 600;
	}
	
	.swiper-category .box-category .title-category {
		padding: 5px;
	}
	
	.contact-icon {
		width: 25px;
		height: 25px;
	}
	
	.service-inline a.sal-healthmap-item {
		background: #fff;
		border: 1px solid #eee;
		-webkit-box-shadow: 8px 8px 15px rgb(253 110 95 / 15%);
		box-shadow: 1px 1px 20px #aaaaaa8c;
		border-radius: 5px;
		font-size: 15px;
		font-weight: 500;
		line-height: 17px;
		padding: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		opacity: 1;
		color: #000;
	}
	
	.service-inline a.sal-healthmap-item img {
		max-width: 70px;
		padding-right: 10px;
	}
	
	.swiper-brand .brand{
		padding: 5px;
	}
	
	.swiper-brand2 #filter .brand{
		padding: 5px;
	}
	
	ol.breadcrumb  {
		display: none;
	}
	
	.archive-brand .brand-grid .brand {
		padding: 15px;
		width: 33%;
		float: left;
	}
	
	.archive-brand .brand-grid .brand:nth-child(5n+0) {
		border-right: 1px solid #e7e7e7;
	}
	
	.archive-brand .brand-grid .brand:nth-child(3n+0) {
		border-right: 1px solid transparent;
	}
	
	.creative-tabs>li>a:not(.active), .creative-tabs div:not(.cbp-filter-item-active)>* {
		border: 1px solid #dee2e6 !important;
	}
	
	#portfolio-brand .cbp-item-wrapper {
		padding: 15px;
	}
	
	#portfolio-brand .cbp-item:nth-child(5n+0) .cbp-item-wrapper {
		border-right: 1px solid #e7e7e7;
	}
	
	#portfolio-brand .cbp-item:nth-child(3n+0) .cbp-item-wrapper {
		border-right: 1px solid transparent;
	}
	
	section.blog.chi-siamo {
		padding: 30px 0 310px;
	}
	
	.lavoro-subtitle {
		color: #1a9134;
	}
	
	.styled-portfolio .cbp-item {
		border-radius: 10px;
	}
	
	.styled-portfolio.bordered-items .cbp-item .cbp-caption-activeWrap {
		background-image: url(../images/aquidet/favicon-light.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	
	.archive-category .category-element {
		padding: 10px;
		width: 50%;
		float: left;
	}
	
	.box-category .title-category h4 {
		text-transform: none;
		position: relative;
	}
	
	.divider-d4p {
		align-items: center;
		display: block;
		justify-content: space-between;
	}
	
	.divider-d4p.divider-d4p-small {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	
	.divider-d4p.divider-d4p-small {
		border-bottom: 0 !important;
	}
	
	.swiper.slider-service .swiper-scrollbar {
		opacity: 0;
	}
	
	.swiper.slider-service:hover .swiper-scrollbar {
		opacity: 1;
	}
	
	.bg-submenu {
		display: none;
	}
	
	.border-product-home {
	    border-top: 4px solid #eaeaea !important;
	}
	
	#navigation.modern .columns .logo {
		width: 100%;
		justify-content: center;
		display: flex;
	}
	
	.mobile-nb {
		position: absolute;
		right: 10px;
	}
	
	#navigation .info-contact-top {
		position: absolute;
		left: 10px;
		height: 100%;
		padding: 0 15px;
		cursor: pointer;
		z-index: 9;
		display: block;
	}
	
	#navigation .info-contact-top i {
		line-height: 55px;
	}
	
	.info-element {
		display: flex;
		text-align: left;
		align-items: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #eee;
		font-size: 16px;
	}
	
	.info-element p {
		line-height: 1.3;
	}
	
	.info-element i{
		width: 40px;
	}

}

