body {
    font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "PT Serif", serif;
}

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

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

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

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

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

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

.bg-soft-colored:before {
    background-color: #1e2957;
    opacity: 0.9;
}

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

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

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

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

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

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

.bg-colored3, .bg-colored3-hover:hover {
    background-color: #ebfbff !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: 'Barlow Condensed', sans-serif;	
}

#navigation.modern .columns ul.dropdown-menu li {
    border-bottom: 1px solid #eee;
}

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

#navigation.modern.white-nav .columns .nav-menu ul.dropdown-menu li a:hover {
    color: #8ac6d0;
    background-color: #eee;
}

.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: #2a3b58;
    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 #ddd;
	padding: 10px;
	border-radius: 20px;
}

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

.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: 600;
    color: #2a3b58;
	font-size: 18px;
    letter-spacing: -1.2px;
}

.shop-box .details .subtitle {
    color: #93c847;
    font-weight: 600;	
    font-size: 15px;
    font-family: 'Barlow Condensed';
    font-style: italic;
}

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

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


.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(236 186 190 / 70%);
	opacity: 1;
}

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

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

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), .creative-tabs div:not(.cbp-filter-item-active)>* {
    border: 1px solid #dee2e6 !important;
}

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

.creative-tabs a, .creative-tabs>div>div {
    margin-bottom: 10px;
}

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

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

#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: #2a3b58;
}

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

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

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

#navigation .columns li a.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 15px;
    border-bottom: 2px solid;
    border-bottom-color: #8cc43c;
    transition: right .5s;
}

#navigation.modern.white-nav .columns .nav-menu ul.dropdown-menu li a {
    color: #4a4a4a;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
    font-weight: 500;
	letter-spacing: normal;
	display: flex;
	align-items: center;
	padding: 12px 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: 40px;
    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(142 198 63 / 70%);
}

.box-service {
	background-color: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px #aaaaaa8c;
	height: 100%;
}

.box-service:hover {
    box-shadow: 0px 0px 20px #aaaaaa00;
}

.box-service img {
    padding: 30px;
}

.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-product, .swiper.swiper-category, .swiper.swiper-brand  {
	padding: 15px;
	width: 100%;
	height: auto;
}

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

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

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

.swiper-brand .brand{
	padding: 20px;
	border: 1px solid #eee;
}

.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: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
	color: #2a3b58;
}

.service-inline a.sal-healthmap-item img {
	max-width: 80px;
	padding: 1px;
	padding-right: 10px;
}

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

.service-inline a.sal-healthmap-item.active {
	border-color: #2a3b58;
}


.box-category {
	background-color: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px #aaaaaa8c;
	height: 100%;
}

.box-category img {
    border-radius: 20px;
	margin-bottom: 15px;
}

.box-category:hover {
	background-color: #8cc43c;
}

.box-category:hover h4 {
	color: #fff !important;
}

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

.shop .item .title {
    font-weight: 600;
	color: #2a3b58;
}

.shop .item .subtitle {
    color: #93c847;
    font-weight: 600;
    font-family: 'Barlow Condensed';
    font-style: italic;
}

.header-category .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 #aaaaaabd;
	margin-right: 20px;
}

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

.shop.shop-pharmacy .item a.cbp-caption:before {
    border-radius: 20px;
}

.shop.shop-pharmacy .item a.cbp-caption {
    padding: 10px;
}

.shop.shop-pharmacy .item a.cbp-caption:hover:before {
    border-color: #2a3b58;
}

.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.3) !important;
}



.accordion-product .accordion-toggle-link {
    background-color: #fff;
    color: #2a3b58;
    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 #2a3b58;
}

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

.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: 85%;
}

.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 .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;
}

.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 {
	width: 100%;
}

.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;
}

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

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


.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;
}

.grecaptcha-badge{
	display: none;
}

.event-home {
	border-radius: 6px;
	overflow: hidden;
    box-shadow: 3px 3px 20px #aaaaaac4;
}

.event-home p {
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-navigation .top-info {
    text-align: right;
    justify-content: right;
    display: flex;
    align-content: center;
    flex-wrap: inherit;
}

.top-navigation .top-info a {
    display: flex;
    text-align: left;
    align-items: center;
	margin-left: 30px;
}

.top-navigation .top-info a p {
	color: #2a3b58;
    line-height: 1.3;
}

body.single-landing #navigation-sticky-wrapper {
	display: none;
}

body.single-landing .box-booking {
    z-index: 99;
}

body.single-landing .box-booking .btn-order, .box-booking.box-booking-service-mobile .btn-order {
    width: 49%;
}

body.single-landing section .row {
    display: flex;
    align-items: center;
}

body.single-landing p {
    color: inherit;
}

body.single-landing #mobile-navigation .pagetop .left .info-element {
    display: flex;
    text-align: left;
    align-items: center;
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

body.single-landing #mobile-navigation .pagetop .left .info-element p {
    line-height: 1.3;
}

body.single-landing #mobile-navigation .pagetop .left .info-element i {
    width: 40px;
}

body.single-landing #mobile-navigation .pagetop .right a.social-icon {
    padding: 0;
    margin-top: 5px;
    line-height: 35px;
}

body.single-landing .text-landing ul {
    list-style: disc;
    padding: 5px 20px;
}


/*media MIN */

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

@media (min-width: 768px) {
	.box-booking {
		display: none;
	}
	
	.service-grid .service-element {
		border-bottom: 1px solid #dee2e6;
		border-right: 1px solid #dee2e6;
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	
	.service-grid .service-element:nth-last-child(1), .service-grid .service-element:nth-last-child(2)  {
		border-bottom: 1px solid transparent;
	}
	
	.service-grid .service-element:nth-child(2n+0) {
		border-right: 1px solid transparent;
	}
	
	.archive-brand .brand-grid .brand:nth-last-child(1), .archive-brand .brand-grid .brand:nth-last-child(2), .archive-brand .brand-grid .brand:nth-last-child(3), .archive-brand .brand-grid .brand:nth-last-child(4), .archive-brand .brand-grid .brand:nth-last-child(5) {
		border-bottom: 1px solid transparent;
	}
	
}

@media (min-width: 992px) {
	
	body {
		font-size: 16px;
	}
	
	.swiper.slider-service .swiper-scrollbar, .swiper.swiper-product .swiper-scrollbar {
		display: none;
	}
	
	.service-grid .service-element:hover {
		background-color: #eee;
	}	
	
	.modal .modal-content {
		min-height: 500px;
	}
}

@media (min-width: 1200px) {

}




/*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: #2a3b58;
		font-family: 'Barlow Condensed', 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;
		padding-left: 15px !important;
		font-family: 'Barlow';
		line-height: normal;
		color: #2a3b58;
		padding: 10px 15px !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: 40px;
		border-radius: 10px;
		margin-right: 7px;
		background-color: #fff;
	}
	
	#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 .nav li {
		border-top: 1px solid #dee2e6;
	}
	
	#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: #f2f6f7;
	}
	
	#mobile-navigation .dropdown-menu li {
		background-color: #f2f6f7;
	}
	
	#mobile-navigation .nav li .dropdown-menu a {
		font-weight: 500;
	}
	
	#mobile-navigation .nav li .dropdown-menu a {
		color: #555;
	}
	
	#mobile-navigation .nav {
		margin-top: 10px;
	}
}


@media (max-width: 991.98px) {
	.shop-single .details {
		margin-top: 30px;
	}
	
	.top-navigation {
		display: none;
	}
}


@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: #f59fa6;
		padding: 10px 0;
		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: 7px;
		border-radius: 30px;
	}
	
	.box-service img {
		padding: 10px;
		margin-bottom: 1px;
	}
	
	.box-service h4 {
		font-size: 15px;
		line-height: normal;
	}
	
	.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 {
		display: none;
	}
	
	.box-category {
		padding: 5px;
	}
	
	.box-category img {
		margin-bottom: 10px;
	}
	
	.box-category h4 {
		font-size: 15px;
		line-height: normal;
	}
	
	.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: 20px;
		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;
		text-transform: capitalize;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		opacity: 1;
		color: #2a3b58;
	}
	
	.service-inline a.sal-healthmap-item img {
		max-width: 70px;
		padding-right: 10px;
	}
	
	
	.swiper-brand .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;
	}
	
	.service-grid .service-element {
		border-bottom: 3px solid #eee
	}
	
	body.single-landing #navigation-sticky-wrapper {
		display: block;
	}
	
	body.single-landing .btn-fixed {
		display: none;
	}
}
