<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    min-width: 360px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    margin: 0 0 0.75em;
}

/* Override the bootstrap defaults */

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

h1, h2 {
    position: relative;
    margin-left: 0;
    margin-bottom: 38px;
    padding-top: 4px;
    padding-bottom: 6px;
    border-bottom: 1px solid #efc525;
    font-size: 24px;
	font-weight:500;
    text-transform: uppercase;
}

#content h1,
#content h2{
	 /* border-color:#c0c0c0; */
	 border-color:#efc525;
}

h1::before, h2::before {
    position: absolute;
    top: 0;
    left: -38px;
    content: "";
    width: 28px;
    height: 28px;
    background: rgb(57 168 51 / 70%);
    border-radius: 28px;
	display:none;
}

h1::after, h2::after {
    position: absolute;
    top: 7px;
    left: -45px;
    content: "";
    width: 28px;
    height: 28px;
    background: rgb(0 0 0 / 15%);
    border-radius: 28px;
	display:none;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:focus, a:active, a:hover {
    color: #efc525;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

legend {
    padding: 7px 0px;
    border-bottom: 1px solid #ddd;
}

label {
    font-weight: normal;
}

p {
    margin-bottom: 2em;
}

.so-page-builder .container {
    overflow: visible !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

body .wysiwyg {
    font-weight: 400;
    line-height: 1.5em;
}

body .wysiwyg p, body .wysiwyg ul, body .wysiwyg ol, body .wysiwyg table {
    margin-bottom: 1.5em;
}

body .wysiwyg ul, body .wysiwyg ol {
    padding: 0 0 0 1.5em;
}

body .wysiwyg li::marker {
    color: #5778a4;
}

body .wysiwyg li ul, body .wysiwyg li ol {
    margin-bottom: 0;
}

/* body .wysiwyg a, body .wysiwyg a:focus, body .wysiwyg a:active, body .wysiwyg a:hover {
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #23a1d1;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

body .wysiwyg a:focus, body .wysiwyg a:active, body .wysiwyg a:hover {
    border-bottom-color: #23a1d1;
} */

body .wysiwyg img {
    /* width: 100%; */
    /* max-width: 100%; */
    /* height: auto; */
    margin-bottom: 1.5em;
}

.form-control {
    padding: 8px 12px;
    height: 37px;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: "* ";
    color: #f00;
    font-weight: bold;
}

/* Gradent to all drop down menus */

.dropdown-menu li&gt;a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */

#top {
    margin: 0;
    padding: 4px 0px 3px 0;
    min-height: 40px;
    background-color: #ffffff;
    /* border-bottom: 1px solid #ddd; */
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select, #top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

#social-links li, #social-links a {
    color: #000;
    font-size: 16px;
}

#social-links li:last-child i {
    margin-right: 5px;
    font-weight: 400;
}

#top .btn-link:hover, #top-links a:hover, #social-links a:hover, #social-links li:last-child:hover a {
    color: #f2d151 !important;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #fff;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 5px;
}

#social-links {
    padding-top: 8px;
}

#top-links .list-inline {
    margin-bottom: 9px;
}

#social-links .list-inline {
    margin-bottom: 6px;
}

#top-links a+a {
    margin-left: 15px;
}

#top-links li {
    padding: 0 10px 0 7px;
    border-right: 1px solid #333;
    line-height: 1;
}

#social-links li {
    padding: 0 10px 0 7px;
    line-height: 1;
}

#social-links li i {
    font-size: 20px;
}

#social-links li:last-child a:last-child {
    vertical-align: text-top;
    color: #666;
}

#top-links li:first-child, #social-links li:first-child {
    padding-left: 0;
}

#top-links li:last-child, #social-links li:last-child {
    padding-right: 0;
    border-right: 0;
}

/* logo */

#logo {
    margin: 0;
    max-width: 310px;
}

/* search */

#search .input-lg {
    height: 44px;
    line-height: 1;
    padding: 0px 30px 4px;
    border: 2px solid #506f97;
    border-right: 0;
}

#search .btn-lg {
    padding: 10px 15px;
    background: #fff;
    border: 2px solid #506f97;
    border-left: 0;
    font-size: 19px;
    color: #444;
    line-height: 20px;
    z-index: 10;
}

/* cart */

#cart&gt;.btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

#cart.open&gt;.btn {
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open&gt;.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li&gt;div {
    min-width: 388px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li&gt;div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
    padding: 0 30px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

/* footer */

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    font-size: 18px;
    color: #fff;
    line-height: 2;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    margin-bottom: 35px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.footerPayments li {
    margin-bottom: 10px;
    padding: 0;
}
/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}

.alert.alert-floating {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 300px;
    z-index: 10;
}

.alert.alert-floating .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 21px;
}

/* breadcrumb */

.breadcrumb {
    margin: 0;
    padding: 10px 0 12px;
    background: none;
    border: none;
    color: #12a933;
    font-size: 14px;
    line-height: 1.2;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb&gt;li {
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb&gt;li+li:before {
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
    padding: 0 5px 0 0;
    font-size: 9px;
    color: #5778a4;
}

.breadcrumb&gt;li:after {
    content: "Â»";
    display: block;
    position: absolute;
    top: 0;
    right: -12px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.breadcrumb&gt;li:first-child {
    padding: 0;
}

.breadcrumb&gt;li:nth-child(2) {
    padding-left: 5px;
}

.breadcrumb&gt;li:first-child:after, .breadcrumb&gt;li:last-child:after {
    display: none;
}

.breadcrumb&gt;li a {
    color: #5778a4;
    text-transform: lowercase;
}

.r2-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

.r2-pagination li {
    display: inline-block;
    border-radius: 6px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #efc525;
}
.r2-pagination li.prev,
.r2-pagination li.first,
.r2-pagination li.next,
.r2-pagination li.last{border-color:#5778a4}


.r2-pagination li+li {
    margin-left: 7px;
}

.r2-pagination a, .r2-pagination span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.r2-pagination li a {
    color: #666;
}

.r2-pagination li a:hover {
    color: #5778a4;
}

.r2-pagination li span {
    color: #5778a4;
}

.r2-pagination li.prev, .r2-pagination li.next, .r2-pagination li.first, .r2-pagination li.last {
    background: #5778a4;
}

.r2-pagination li.prev:hover, .r2-pagination li.next:hover, .r2-pagination li.first:hover, .r2-pagination li.last:hover {
    background: #efc525;
    border: 1px solid #efc525;
}

.r2-pagination li.prev a, .r2-pagination li.next a, .r2-pagination li.first a, .r2-pagination li.last a {
    color: #fff;
}

.r2-pagination a:hover, .r2-pagination a:focus, .r2-pagination a:active, .r2-pagination .active span {
    border: 0;
}

.r2-pagination li.active,.r2-pagination li:hover{
	border-color:#5778a4;
}
.row.pagination-row {
    margin-top: 20px;
    margin-bottom: 15px;
}
/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease 0s;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
}

.btn-default, .btn-primary {
    padding: 10px 30px;
    background-color: #5778a4;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
}

.btn-default:hover, .btn-primary:hover, .btn-default:focus, .btn-primary:focus, .btn-default:active, .btn-primary:active, .btn-default:active:focus, .btn-primary:active:focus, .btn-default:active:hover, .btn-primary:active:hover {
    color: #fff;
    background-color: #f2d151;
    border: 0;
    outline: 0;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    outline: 0;
}

.btn-danger {
    padding: 10px 30px;
    background: #da4f49;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: none;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:active:focus, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    border: 0;
    background: #bf433f;
    border: 0;
    outline: 0;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    outline: 0;
}

.btn-info {
    padding: 10px 30px;
    background: #df5c39;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: none;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    border: 0;
    background: #c45333;
    border: 0;
    outline: 0;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.sidebar-menu {
    margin-bottom: 40px;
}
.sidebar-menu&gt;ul {
    margin: 0;
    padding: 22px 33px;
    background: #f0f0f0;
    border-radius: 6px;
}

.sidebar-menu li&gt;span {
    display: flex;
    align-items: center;
    padding: 11px 0;
}

.sidebar-menu li ul {
    flex: 0 0 100%;
    padding-left: 20px;
}

.sidebar-menu li li {
    padding: 2px 0;
}

.sidebar-menu li li a {
    color: #999;
}

.sidebar-menu li:last-child {
    margin-bottom: 0;
}

.sidebar-menu a {
    display: inline-block;
    flex-shrink: 1;
    flex-grow: 1;
    color: #777777;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-menu a:hover, .sidebar-menu a:focus, .sidebar-menu a:active, .sidebar-menu a:active:hover, .sidebar-menu a:active:focus, .sidebar-menu a.active {
    color: #5778a4;
}

.sidebar-menu .toggle {
    cursor: pointer;
    flex-shrink: 1;
    flex-grow: 0;
    color: #5778a4;
}

.sidebar-menu .toggle.collapsed i:before {
    content: "\f0ab";
}

#column-left .banner img {
    border-radius: 6px;
}

#column-left .info-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0 auto 40px;;
}

#column-left .info-box {
    display: flex;
    justify-content: space-between;
    border: 4px solid #758dab;
    border-radius: 8px;
    padding: 20px;
    align-items: center;
    background-color: #fff;
    position: relative;
}

#column-left .info-content .highlight{color:#333}
#column-left .info-content h3 {
  max-width: 75%;
}

#column-left .info-icon {
  width: 95px;
    height: 95px;
    border: 2px solid #607fa9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #607fa9;
    flex-shrink: 0;
    position: absolute;
    top: -20px;
    right: 20px;
    background: #FFF;
}

#column-left .info-content .contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#column-left .info-content .contacts a{
	color:#5778a4;
	font-size:16px;
	font-weight:900;
}


#column-left h3 {
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.2;
  color: #5778a4;
  font-size: 30px;
  font-weight: 900;
}


#column-left p {
  font-size: 15px;
  color: #333;
  margin: 5px 0;
}



.contacts p {
  font-weight: bold;
  font-size: 15px;
  color: #1a2b4c;
  margin: 4px 0;
}

.contacts i {
  margin-right: 8px;
  color: #607fa9;
}

/* carousel */

.slick-dots {
    display: block;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.slick-slider:hover .slick-dots {
    opacity: 1;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    cursor: pointer;
    outline: none;
    padding: 5px;
    border: 0;
    background: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.slick-dots li button::before {
    content: "";
    display: block;
    opacity: 0.5;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #5778a4;
    font-size: 0;
    line-height: 0;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.slick-slider:hover .slick-arrow {
    opacity: 1;
}

.slick-arrow-prev {
    left: -20px;
}

.slick-arrow-next {
    right: -20px;
}

.slick-arrow-prev, .slick-arrow-next {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #5778a4;
    border-radius: 5px;
    color: #5778a4;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    transform: translateY(-52%);
}

.slick-arrow-prev:hover, .slick-arrow-next:hover {
    background: #5778a4;
    color: #fff;
}

.carousel-caption {
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: "\f053";
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: "\f054";
    font-family: FontAwesome;
}

/* product list */

.product-grid&gt;div {
    margin-bottom: 20px;
}

.product-thumb {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 6px;
    overflow: auto;
}

.product-thumb .image {
    position: relative;
    text-align: center;
}

.product-thumb .image a {
    display: block;
    padding: 58px 15px 22px;
    border: 0;
    outline: 0;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-thumb h4 {
    min-height: 38px;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 19px;
	overflow-x: hidden;
}

.product-thumb h4 a {
    color: #000;
}

.product-thumb h4 a:hover {
    color: #efc525;
}

.product-thumb .caption {
    padding: 0 15px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.product-thumb .sale, .productpage .sale {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 40px;
    font-size: 16px;
    font-weight: 900;
    line-height: 38px;
    text-align: center;
    color: #000;
}

.product-thumb .sale.lefBadge {
    border-top-right-radius: 8px;
    right: inherit;
    left: 0px;
    background: #efc525;
    color: #FFF;
    width: 80px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #e69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    margin-bottom: 12px;
    color: #5778a4;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #666;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    display: flex;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button {
    width: 100%;
    padding: 13px;
    border: none;
    background-color: #5778a4;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #efc525;
    text-decoration: none;
    cursor: pointer;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails&gt;li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails&gt;img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 15px;
}

/* Missing focus and border color to overwrite bootstrap */

.r2-side-menu-open .cookie-bar.cookie-bar--minimized {
    display: none !important;
}

.hermes__openpharm__eulogo {
    display: block;
    max-width: 200px;
}

#captcha_comment {
    width: auto;
    max-width: none;
    margin-bottom: 0;
}

/* Marco Rif Raf -------------------------------------------------- */

@media (min-width: 1200px) {
    .container {
        width: auto;
        min-width: 1170px;
        max-width: 1560px;
    }
}

header {
    position: relative;
    padding: 18px 0;
}
/* header:before,  */
.container-footer:before, .container-credits:before, .dermocosmesi-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-image: linear-gradient( 0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 100%);
}

.form-control:focus {
    outline: none !important;
    border: 1px solid #95c975;
    box-shadow: 0 0 10px #95c975;
}

::selection {
    color: #fff;
    background: #efc525;
}

@media (min-width: 1590px) {
    .container {
        width: 1560px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #top-links li, #social-links li {
        padding: 0 7px 0 5px;
    }
}

@media (max-width: 767px) {
	.container.welcome-text i {display: none}
	.row.headBar {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.logoBlock,.container-account-cart { flex-basis: 50%}
	.headBar #account-button{margin-right: 5px;}
    #top-links, #social-links {
        width: 100%;
        text-align: center;
    }
    header {
        padding: 0;
    }
    #logo {
        margin: 0 auto;
    }
}

@media (max-width: 599px) {
    #top {
        display: none;
    }
	
	.container-brand-carousel .slick-arrow-next {right: -5px}
	.container-brand-carousel .slick-arrow-prev {left: -5px}
	
	
}

/* welcome text ------------------------------------- */

.container-welcome-text {
    padding: 9px;
    background: #2b3c52;
    text-align: center;
}

.welcome-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.welcome-text i, .welcome-text p {
    display: inline-block;
}

.welcome-text i {
    color: #efc525;
    font-size: 22px;
    margin-right: 10px;
}

.welcome-text p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* -------------------------------------------------- */

/* customer care header ----------------------------- */

.customer-care-container {
    display: inline-block;
    margin-top: -5px;
    margin-right: 45px;
    padding: 13px;
    border: 2px solid #506f97;
    border-radius: 10px;
    text-align: left;
    vertical-align: top;
}

.customer-care-icon {
    display: inline-block;
    margin-right: 10px;
    width: 49px;
    height: 49px;
    border: 2px solid #5778a4;
    border-radius: 49px;
    color: #5778a4;
    font-size: 24px;
    text-align: center;
    line-height: 44px;
    vertical-align: middle;
}

.customer-care-text {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
}

.customer-care-text p {
    margin-bottom: 0;
    padding: 0 0 6px;
    color: #5778a4;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}
.customer-care-text &gt; p {
    font-weight: 900;
}

.customer-care-text ul {
    margin-bottom: 0;
}

.customer-care-text li:first-child {
    margin-right: 5px;
	display:none;
}

.customer-care-text a {
    color: #333;
}

.customer-care-text a:hover {
    color: #5778a4;
}

.customer-care-text i {
    margin-right: 5px;
    color: #efc525;
}

@media (max-width: 1199px) {
    .customer-care-container {
        display: none;
    }
}

/* -------------------------------------------------- */

/* account / cart header ---------------------------- */

.container-account-cart {
    text-align: right;
    padding: 12px 15px 0;
}

#account-button, #cart {
    display: inline-block;
}

#account-button {
    margin-right: 20px;
    text-align: center;
}

#account-button i, #cart&gt;button {
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    background: #5778a4;
    border: 0;
    border-radius: 50px;
}

#account-button span, #cart&gt;span:not(#cart-total) {
    color: #333;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 30px;
}

#cart {
    position: relative;
}

#cart&gt;i {
    display: block;
    padding-right: 2px;
}

.cart-butotn-text {
    display: block;
}

#cart #cart-total {
    position: absolute;
    top: -4px;
    right: 0px;
    width: 20px;
    height: 20px;
    padding-left: 1px;
    background: #efc525;
    border-radius: 20px;
    color: #333;
    font-size: 12px;
	font-weight:700;
    text-align: center;
    line-height: 20px;
}

@media (max-width: 767px) {
	footer {text-align: center}
    .container-account-cart {
        padding-top: 20px;
        /* text-align: center; */
    }
	.container-brand-carousel .slick-arrow-next {right: -5px}
	.container-brand-carousel .slick-arrow-prev {left: -5px}
}

/* -------------------------------------------------- */

/* header cart -------------------------------------- */

#cart .dropdown-menu.cart-menu {
    top: 100px;
    margin: 0;
    padding: 20px;
    border: 1px solid #444444;
    border-radius: 0;
}

.cart-free-shipping {
    margin: -20px -20px 15px;
    padding: 4px 0;
    background: #f2d151;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#cart .dropdown-menu.cart-menu:after {
    position: absolute;
    top: -12px;
    right: 23px;
    height: 13px;
    display: block;
    content: "\f0d8";
    color: #f2d151;
    font-family: 'Font Awesome 5 Pro';
    font-size: 31px;
    font-weight: 600;
    line-height: 13px;
}

#cart .has-scroll {
    overflow: auto;
    max-height: 317px;
}

#cart .has-scroll {
    scrollbar-width: thin;
    scrollbar-color: #5778a4 #fff;
}

#cart .has-scroll::-webkit-scrollbar {
    width: 10px;
}

#cart .has-scroll::-webkit-scrollbar-track {
    background: #fff;
}

#cart .has-scroll::-webkit-scrollbar-thumb {
    background-color: #5778a4;
    border-radius: 5px;
    border: 3px solid #fff;
}

#cart .cart-products tr:first-child td {
    border-top: none;
}

#cart .cart-products img {
    padding: 20px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 89px;
    width: 69px;
}

#cart .cart-products a {
    color: #000;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#cart .cart-products a:hover #cart .cart-products a:focus, #cart .cart-products a:active, #cart .cart-products a:active:focus, #cart .cart-products a:active:hover {
    color: #efc525;
}

#cart .cart-products .cart-price {
    color: #000;
    font-weight: 900;
}

#cart .text-danger button {
    padding-left: 7px;
    border: 0;
    border-radius: 6px;
    background-color: #da4f49;
    color: #fff;
}

#cart .text-danger button:focus, #cart .text-danger button:active, #cart .text-danger button:active:focus, #cart .text-danger button:active:hover, #cart .text-danger button:hover {
    background-color: #bf433f;
    color: #fff !important;
}

#cart .cart-totals {
    color: #333;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

#cart .button-container a {
    width: 48%;
}

#cart .button-container a:last-child {
    margin-left: 10px;
}

/* -------------------------------------------------- */

/* menu --------------------------------------------- */

.menu-container {
background: rgb(74,107,145);
background: -moz-linear-gradient(180deg, rgba(74,107,145,1) 0%, rgba(139,159,184,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(74,107,145,1) 0%, rgba(139,159,184,1) 100%);
background: linear-gradient(180deg, rgba(74,107,145,1) 0%, rgba(139,159,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a6b91",endColorstr="#8b9fb8",GradientType=1);
}

@media (max-width: 1199px) {
    .menu-container {
        padding: 0;
    }
}

.menu-container .megamenu a {
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
}

.r2-mainmenu .megamenu &gt; li &gt; a {
    --raw-min-width: 1200;
    --raw-max-width: 1560;
    --min-width: calc(var(--raw-min-width) * 1px);
    --max-width: calc(var(--raw-max-width) * 1px);
    --raw-min-font-size: 13;
    --raw-max-font-size: 15;
    --min-font-size: calc(var(--raw-min-font-size) * 1px);
    --max-font-size: calc(var(--raw-max-font-size) * 1px);
    --raw-min-padding: 7;
    --raw-max-padding: 10;
    --min-padding: calc(var(--raw-min-padding) * 1px);
    --max-padding: calc(var(--raw-max-padding) * 1px);
    --ratio: calc(
        (
                var(--max-width) - var(--min-width) -
                    (
                        var(--max-width) -
                            clamp(var(--min-width), 100vw, var(--max-width))
                    )
            ) / (var(--raw-max-width) - var(--raw-min-width))
    );
    justify-content: center;
    height: 100%;
    padding: 16px;
    padding-left: calc(
        var(--min-padding) +
            (var(--raw-max-padding) - var(--raw-min-padding)) * var(--ratio)
    );
    padding-right: calc(
        var(--min-padding) +
            (var(--raw-max-padding) - var(--raw-min-padding)) * var(--ratio)
    );
    font-size: 15px;
    font-size: calc(
        var(--min-font-size) +
            (var(--raw-max-font-size) - var(--raw-min-font-size)) *
            var(--ratio)
    );
}

.menu-container .megamenu a .caret {
    display: none;
}

@media (min-width: 1200px) {
    /* contenitore sottomenu esploso */
    .r2-mainmenu .megamenu &gt; li &gt; .dropdown-menu {
        margin: -1px -1px 0;
        padding: 15px 20px;
        border: 1px solid #5778a4;
        border-radius: 0;
    }

    /* posizione contenitore sottomenu esploso */
    .r2-mainmenu .megamenu &gt; li:nth-child(5) &gt; .dropdown-menu,
    .r2-mainmenu .megamenu &gt; li:nth-child(6) &gt; .dropdown-menu,
    .r2-mainmenu .megamenu &gt; li:nth-child(7) &gt; .dropdown-menu,
    .r2-mainmenu .megamenu &gt; li:nth-child(8) &gt; .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
    }
    .r2-mainmenu .megamenu &gt; li:nth-child(9) &gt; .dropdown-menu,
    .r2-mainmenu .megamenu &gt; li:nth-child(10) &gt; .dropdown-menu,
    .r2-mainmenu .megamenu &gt; li:nth-child(11) &gt; .dropdown-menu,
    .r2-mainmenu .megamenu &gt; li:nth-child(12) &gt; .dropdown-menu {
        left: auto;
        right: 0;
    }

    /* link secondo livello */
    .r2-mainmenu .dropdown-menu &gt; ul &gt; li {
        padding: 5px 15px;
    }
    .r2-mainmenu .dropdown-menu &gt; ul &gt; li &gt; a {
        padding: 0px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        text-transform: uppercase;
        color: #5778a4;
    }
    .r2-mainmenu .dropdown-menu &gt; ul &gt; li &gt; a:hover,
    .r2-mainmenu .dropdown-menu &gt; ul &gt; li &gt; a:active,
    .r2-mainmenu .dropdown-menu &gt; ul &gt; li &gt; a:focus {
        background: transparent;
        color: #5778a4;
    }

    /* decorazione link secondo livello */
    .r2-mainmenu .dropdown &gt; .dropdown-menu &gt; ul &gt; li &gt; a::after {
        content: "";
        display: block;
        width: 0;
        border-bottom: 1px solid #5778a4;
        font-size: 0;
        transition: width 0.3s ease 0s;
    }
    .r2-mainmenu .dropdown &gt; .dropdown-menu &gt; ul &gt; li &gt; a:hover::after,
    .r2-mainmenu .dropdown &gt; .dropdown-menu &gt; ul &gt; li &gt; a:active::after,
    .r2-mainmenu .dropdown &gt; .dropdown-menu &gt; ul &gt; li &gt; a:focus::after {
        width: 100%;
    }

    /* terzo livello */
    .r2-mainmenu .dropdown-submenu .dropdown-menu &gt; ul &gt; li {
        padding: 0px;
    }
    .r2-mainmenu .dropdown-submenu .dropdown-menu &gt; ul &gt; li &gt; a {
        padding: 5px 0;
        font-size: 15px;
        line-height: 1.3;
        font-weight: 400;
        text-transform: none;
        color: #666666;
    }
    .r2-mainmenu .dropdown-submenu .dropdown-menu &gt; ul &gt; li &gt; a:hover,
    .r2-mainmenu .dropdown-submenu .dropdown-menu &gt; ul &gt; li &gt; a:active,
    .r2-mainmenu .dropdown-submenu .dropdown-menu &gt; ul &gt; li &gt; a:focus {
        color: #5778a4;
    }

    /* incolonnamento sottomenu */
    .megamenu .dropdown-menu.level1 &gt; ul {
        column-count: 4;
        column-fill: balance;
        column-gap: 0;
    }
    .megamenu .dropdown-menu.level1 &gt; ul.children1 {
        column-count: 1;
    }
    .megamenu .dropdown-menu.level1 &gt; ul.children2 {
        column-count: 2;
    }
    .megamenu .dropdown-menu.level1 &gt; ul.children3 {
        column-count: 3;
    }
    .megamenu .dropdown-menu.level1 &gt; ul &gt; li {
        display: inline-block;
        width: 200px;
    }
    .megamenu .dropdown-menu.level1 &gt; ul &gt; li.dropdown-submenu &gt; a &gt; .caret {
        display: none;
    }
    .megamenu .dropdown-menu.level2 {
        display: block;
        position: static;
        float: none;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        border: 0;
        margin: 0;
        padding: 10px 0 15px;
        box-shadow: none;
    }
}

/* -------------------------------------------------- */

/* search ------------------------------------------- */

.search-container {
    padding: 8px 0;
    background: #f2d151;
    border-top: 2px solid #fff;
}

#search input::placeholder {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
}

#search button {
    width: auto;
}

@media (max-width: 1199px) {
    #search {
        display: inline-block;
        width: calc(100% - 115px);
        vertical-align: top;
    }
    #search .input-lg {
        width: calc(100% - 51px);
    }
}

/* -------------------------------------------------- */

/* slider ------------------------------------------- */

.slick-slide img {
    margin: auto;
}

#slideshow0 .slick-arrow-prev, #slideshow0 .slick-arrow-next {
    width: 60px;
    height: 60px;
    background: #5778a4;
    border-radius: 100px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 56px;
    transform: translateY(-52%);
    opacity: 0.5;
}

#slideshow0:hover .slick-arrow-prev, #slideshow0:hover .slick-arrow-next {
    opacity: 1;
}

#slideshow0 .slick-arrow-prev {
    left: 30px;
    padding-right: 3px;
}

#slideshow0 .slick-arrow-next {
    right: 30px;
    padding-left: 3px;
}

@media (min-width:768px) {
    #slideshow1 {
        display: none;
    }
}

@media (max-width:767px) {
    #slideshow0 {
        display: none;
    }
}

/* -------------------------------------------------- */

/* home page product - banner ----------------------- */

.featured-container {
    padding: 60px 0 30px;
}

.sale-badge {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 5px 10px;
    background-color: #5778a4;
    border-top-right-radius: 6px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

/* carousel arrow */

.so-page-builder .multiple-featured-slick, .related-products {
    position: relative;
    clear: both;
}

.so-page-builder .multiple-featured-slick .slick-arrow-prev, .related-products .slick-arrow-prev {
    position: absolute;
    top: -62px;
    right: 50px;
    left: initial;
}

.so-page-builder .multiple-featured-slick .slick-arrow-next, .related-products .slick-arrow-next {
    position: absolute;
    top: -62px;
    right: 15px;
    left: initial;
}

/* -------------- */

/* carousel tabs */

.modules-tab .nav-tabs {
    position: absolute;
    top: 0;
    right: 115px;
    border: none;
}

.modules-tab .nav-tabs&gt;li&gt;a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0px 10px 10px;
    background: none;
    border: 0;
    color: #999;
    font-size: 18px;
    text-transform: uppercase;
}

.modules-tab .nav-tabs&gt;li.active&gt;a, .modules-tab .nav-tabs&gt;li.active&gt;a:focus, .modules-tab .nav-tabs&gt;li.active&gt;a:hover {
    padding: 0px 10px 10px;
    background: none;
    border: 0;
    color: #333;
}

#column-left .banner {
    margin-top: 35px;
}

.htmlbanner img {
    border-radius: 7px;
}
.htmlbanner {
    margin: 40px 0 0;
}

@media (max-width: 1499px) {
	#column-left .info-content h3{font-size:24px}
	#column-left .info-content .contacts{flex-direction:column}
}
@media (max-width: 991px) {
    .featured-container h2 {
        margin-bottom: 60px;
    }
    .modules-tab .nav-tabs {
        top: 44px;
        left: 5px;
        right: initial;
    }
    .so-page-builder .featured-container .multiple-featured-slick .slick-arrow-prev {
        top: -82px;
    }
    .so-page-builder .featured-container .multiple-featured-slick .slick-arrow-next {
        top: -82px;
    }
	#social-links li:last-child a:last-child{display:none}


}

@media (min-width: 393px) and (max-width: 1299px) {
		#column-left .info-icon{display:none}
}
@media (max-width: 576px) {
    .featured-container h2 {
        margin-bottom: 90px;
    }
    .so-page-builder .featured-container .multiple-featured-slick .slick-arrow-prev {
        top: -112px;
    }
    .so-page-builder .featured-container .multiple-featured-slick .slick-arrow-next {
        top: -112px;
    }
	.logoBlock { flex-basis: 60%}
	.container-account-cart { 
		padding:15px 0px 0; 
		flex-basis: 40%;
		text-align: center;
	}
	#account-button span, #cart&gt;span:not(#cart-total){font-size:12px}
}

/* -------------- */

.dermocosmesi-container {
    position: relative;
    padding: 60px 0 30px;
    background-color: #f6f6f6;
}

/* .banner-skinceuticals-container img {
    border: 1px solid #c0c0c0;
    border-radius: 6px;
} */

.integratori-container {
    padding: 60px 0 20px;
}

.banner-sconti-container img {
    margin-bottom: 20px;
    border-radius: 6px;
}

.banner-whatsapp-container img {
    border-radius: 6px;
}

/* services-container */

.services-container {
    position: relative;
}

.services-container .services-title {
    display: inline;
    padding-right: 20px;
    background-color: #fff;
    color: #5778a4;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -1px;
}

.services-container .services-link {
    position: absolute;
    right: 0;
    top: -4px;
}

.services-container .services-link a {
    color: #999999;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1;
}

.services-container .services-link a:hover {
    color: #5778a4;
}

@media (max-width: 767px) {
    .services-container .services-link {
        display: none;
    }
	div#social-links { display: none}
}

.services-container .services-banners {
    margin: -10px 0 0;
    padding: 60px 0 30px;
    border-top: 3px solid #c0c0c0;
    border-bottom: 3px solid #c0c0c0;
    text-align: center;
}

.services-container .services-banners a:first-child {
    display: block;
}

.services-container .services-banners img {
    border: 2px solid #efc525;
    border-radius: 10px;
}

.services-container .services-banners .service-title {
    display: block;
    margin: 20px 0;
    color: #5778a4;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.services-container .services-banners .service-text {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}

/* ------------------ */

.mamma-bimbo-container {
    margin-bottom: 20px;
}

.big-banners-container {
    margin-top: 60px;
    margin-bottom: 30px;
}

.big-banners-container img {
    margin: 0 auto 30px;

}

/* -------------------------------------------------- */

/* newsletter home ---------------------------------- */

.newsletter-container {
    position: relative;
    min-height: 470px;
    background: url(/image/catalog/newsletter/header.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 6px;
}

.newsletter-container&gt;div:first-child {
    position: absolute;
    right: 50px;
    top: 26%;
    transform: translateY(-50%);
    display: block;
    width: 95px;
    height: 95px;
    background: #efc525;
    border: 3px solid #efc525;
    border-radius: 50px;
    color: #FFF;
    font-size: 36px;
    font-weight: 900;
    line-height: 86px;
    text-align: center;
}

.newsletter-form {
    position: absolute;
    bottom: -11px;
    width: 100%;
    padding: 20px 30px;
    background-color: #5778a4;
    /* background-image: url(/image/catalog/newsletter/background.png); */
    background-repeat: no-repeat;
    background-position: right bottom;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.newsletter-form&gt;span {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.5px;
}

.newsletter-form&gt;p {
    margin: 10px 0 15px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

@media (max-width: 389px) {
    .newsletter-form&gt;p span {
        white-space: initial !important;
    }
}

.newsletter-input #email {
    width: calc(100% - 128px);
    margin-right: -5px;
    padding: 8px 15px;
    border: 0;
    outline: 0;
    border-radius: 6px 0 0 6px;
    vertical-align: middle;
}

.newsletter-input #submit {
    background: #efc525;
    border-radius: 0 6px 6px 0;
}

.newsletter-input #submit:hover {
    background: #efc525;
    opacity: 0.9;
}

.newsletter-input p {
    margin: 20px 0 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}

.newsletter-input p input {
    vertical-align: top;
    margin-top: 0;
    margin-right: 5px;
}

.newsletter-input p label {
    margin: 0;
    max-width: calc(100% - 25px);
}

.newsletter-input p a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.newsletter-input p a:hover {
    color: #efc525;
}

@media (min-width: 992px) and (max-width: 1589px) {
    .newsletter-container&gt;div:first-child {
        right: 25px;
        top: 22%;
    }
}

@media (max-width: 1199px) {
    .newsletter-container {
        margin: 0 0 40px;
    }
}

@media (max-width: 991px) {
    .banner-skinceuticals-container img, .banner-sconti-container img, .banner-whatsapp-container img {
        margin: 0 auto 20px;
    }
    .dermocosmesi-container .products-carousel h2, 
	.integratori-container .products-carousel &gt; h2,
	section .products-carousel h2
	{
        margin-top: 20px;
		margin-bottom:41px;
		font-size:19px;
    }
    .newsletter-container {
        margin-top: 30px;
        background-size: cover;
    }
}

/* -------------------------------------------------- */

/* blog module -------------------------------------- */

.blog-module-latest {
    margin-top: 15px;
    margin-bottom: 60px;
}

.blog-module-latest h2 {
    display: inline;
    margin: 0;
    padding: 0 20px 0 0;
    background-color: #fff;
    border: 0;
    color: #5778a4;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -1px;
}

.blog-module-latest h2+.row {
    margin: 0;
    margin-top: -10px;
    padding-top: 50px;
    border-top: 3px solid #c0c0c0;
}

.blog-module-latest h2:before, .blog-module-latest h2:after {
    display: none;
}

.blog-module-latest .blog_item .image {
    width: 49%;
    display: inline-block;
}

.blog-module-latest .blog_item .image img {
    border-radius: 6px;
}

.blog-module-latest .blog_item .summary {
    width: 47%;
    float: right;
}

.blog_item .blog_stats {
    display: inline-block;
    margin-bottom: 20px;
    padding: 7px 25px;
    background: #efc525;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-module-latest .blog_item .blog_title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.blog-module-latest .blog_item .blog_title a {
    color: #333;
}

.blog-module-latest .blog_item .blog_title a:hover {
    color: #5778a4;
}

.blog-module-latest .blog_item p {
    margin-bottom: 15px;
    font-size: 15px;
}

.blog_item .read-more a{
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
	color:#5778a4
}



@media (max-width: 1199px) {
    .blog-module-latest .blog_item .image {
        width: 100%;
        margin-bottom: 20px;
    }
    .blog-module-latest .blog_item .image img {
        width: 100%;
    }
    .blog-module-latest .blog_item .summary {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .blog_item:first-of-type .read-more {
        margin-bottom: 40px;
    }
}

/* -------------------------------------------------- */

/* brand carousel ----------------------------------- */

.brand-carousel-container {
    position: relative;
    padding: 20px 0;
    border-top: 3px solid #5778a4;
}

.brand-carousel-container .slick-slide img {
    margin: auto;
}

/* -------------------------------------------------- */

/* breadcrumb --------------------------------------- */

#breadcrumb-wrapper {
    margin: 0 0 50px 0;
    border-bottom: 2px solid #5778a4;
}

/* -------------------------------------------------- */

/* category ----------------------------------------- */

.sidebar-menu h2 {
    display: none;
}

.product-filter-container {
    width: calc(100% - 30px);
    margin: 7px 15px 30px;
    background: #f0f0f0;
    border-radius: 6px;
}

.product-filter-container .product-filter {
    margin: 10px 0;
}

.product-filter-container .product-filter .input-group-addon {
    background: none;
    border: 0;
    color: #5778a4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.product-filter-container .product-filter .form-control {
    border-color: #efc525;
    border-radius: 0;
    font-size: 14px;
}

.category_list .list-inline li {
    margin-bottom: 13px;
}

.category_list .list-inline li a {
    display: block;
    padding: 4px 15px;
    background: #5778a4;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.category_list .list-inline li a:hover {
    background: #f2d151;
}

@media (max-width: 767px) {
    #column-left {
        margin-top: 30px;
    }
    #column-left img {
        margin: auto;
    }
}

/* -------------------------------------------------- */

/* product page ------------------------------------- */

body[class^="product-product-"] .thumbnails li:first-child {
    position: relative;
}

body[class^="product-product-"] .thumbnails .btn-group {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

body[class^="product-product-"] .thumbnails button {
    padding: 10px;
    background-color: #fff;
    color: #5778a4;
    font-size: 29px;
    line-height: 1;
}

body[class^="product-product-"] .thumbnail {
    padding: 15px;
    border: 1px solid #c0c0c0;
}

body[class^="product-product-"] .thumbnail:hover {
    border: 1px solid #5778a4;
}

body[class^="product-product-"] h1 {
    margin: 0 0 40px;
    padding: 0;
    border: 0;
    color: #5778a4;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

body[class^="product-product-"] h1:before, body[class^="product-product-"] h1:after {
    display: none;
}

body[class^="product-product-"] .info-container {
    margin-bottom: 30px;
    font-size: 18px;
}

body[class^="product-product-"] .price-container {
    margin-bottom: 30px;
    padding: 30px 0;
    border-top: 2px solid #c0c0c0;
    border-bottom: 2px solid #c0c0c0;
}

body[class^="product-product-"] .price-container .actual-price {
    color: #5778a4;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 1;
}

body[class^="product-product-"] .price-container .old-price {
    color: #999;
    font-size: 26px;
    line-height: 1;
}

body[class^="product-product-"] #product {
    padding: 20px 25px;
    border: 2px solid #efc525;
    border-radius: 6px;
}

body[class^="product-product-"] #product .control-label {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

body[class^="product-product-"] #product .input-group {
    margin: 0 20px;
    display: inline-table;
    max-width: 110px;
}

body[class^="product-product-"] #product #input-quantity-minus {
    padding: 0 10px;
    height: 42px;
    background: #f0f0f0;
    border: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #999;
    text-align: center;
    outline: 0;
}

body[class^="product-product-"] #product #input-quantity {
    height: 42px;
    background: #f0f0f0;
    border: 0;
    font-weight: 900;
    text-align: center;
    box-shadow: none;
}

body[class^="product-product-"] #product #input-quantity-plus {
    padding: 0 10px;
    height: 42px;
    background: #f0f0f0;
    border: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #999;
    text-align: center;
    outline: 0;
}

body[class^="product-product-"] #product #button-cart {
    padding: 12px 30px;
    background-color: #5778a4;
    font-size: 14px;
}

body[class^="product-product-"] #product #button-cart:hover {
    background: #efc525;
}

body[class^="product-product-"] #product .form-group {
    margin-bottom: 0;
}

body[class^="product-product-"] #content .description-container h2,
body[class^="product-product-"] #content .related-products h2
{border-color:#efc525}
body[class^="product-product-"] .description-container {
    margin: 30px 0 20px;
}
a.omnibus-price.btn-link.btn-sm {
    color: #666;
}
@media (min-width: 768px) and (max-width: 1259px) {
    body[class^="product-product-"] #product #button-cart {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    body[class^="product-product-"] #product .control-label, body[class^="product-product-"] #product .input-group, body[class^="product-product-"] #product #button-cart {
        vertical-align: middle;
    }
}

@media (max-width: 567px) {
    body[class^="product-product-"] #product #button-cart {
        margin-top: 15px;
    }
	 .newsletter-container { background-size: contain;}
}

/* -------------------------------------------------- */

/* related product ---------------------------------- */

#column-left .multiple-featured .row {
    margin: 0;
}

#column-left .multiple-featured h2 {
    margin-left: 0;
    padding-left: 10px;
    color: #5778a4;
    font-size: 20px;
    font-weight: 700;
}

#column-left .multiple-featured h2:before, #column-left .multiple-featured h2:after {
    display: none;
}

#column-left .multiple-featured .row&gt;div:not(:last-child) .product-thumb {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c0c0c0;
}

#column-left .multiple-featured .row&gt;div:last-child .product-thumb {
    margin-bottom: 0;
}

#column-left .multiple-featured .product-thumb {
    border: 0;
    border-radius: 0;
}

#column-left .multiple-featured .product-thumb .image {
    display: inline-block;
    width: 39%;
    border: 1px solid #c0c0c0;
    border-radius: 6px;
    vertical-align: top;
}

#column-left .multiple-featured .product-thumb .image a {
    padding: 55px 15px 25px;
}

#column-left .multiple-featured .product-thumb .image+div {
    display: inline-block;
    width: 55%;
    margin-left: 16px;
    padding: 10px 0;
    vertical-align: top;
}

#column-left .multiple-featured .product-thumb .sale-badge {
    top: 10px;
    font-size: 11px;
}

#column-left .multiple-featured .product-thumb .sale {
    top: 10px;
    right: 5px;
    font-size: 14px;
    line-height: 26px;
}

#column-left .multiple-featured .product-thumb .caption {
    padding: 0;
}

#column-left .multiple-featured .product-thumb .caption h4 {
    margin-bottom: 15px;
    text-align: left;
}

#column-left .multiple-featured .product-thumb .caption p {
    margin-bottom: 18px;
    text-align: left;
}

#column-left .multiple-featured .product-thumb .button-group button {
    border-radius: 6px;
    font-size: 13px;
}

@media (min-width: 768px) and (max-width: 1589px) {
    #column-left .multiple-featured .product-thumb .image+div {
        width: 53%;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1589px) {
    .sale-badge {
        width: 20px;
        color: #5778a4;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #column-left .multiple-featured .product-thumb .image {
        width: 37%;
    }
    #column-left .multiple-featured .product-thumb .image+div {
        width: 54%;
        margin-left: 11px;
    }
    .product-thumb .price-old {
        margin-left: 0;
    }
}

/* -------------------------------------------------- */

/* blog home / category ----------------------------- */

body[class^="blog-"] .blog_item {
    margin-bottom: 40px;
    padding: 0;
}

body[class^="blog-"] .blog_item .image img {
    border-radius: 6px;
}

body[class^="blog-"] .blog_item .summary {
    margin-top: 25px;
}
body[class^="blog-"] .blog_item .blog_title {
    margin: 5px 0 20px;
	min-height:50px;
}
body[class^="blog-"] .blog_item  .descr-preview {
    min-height: 121px;
}

body[class^="blog-"] .blog_item .blog_title a {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

body[class^="blog-"] .blog_item .blog_title a:hover {
    color: #5778a4;
}

body[class^="blog-"] .blog_item .read-more {
    padding-bottom: 5px;
    border-bottom: 1px solid #5778a4;
}

/* -------------------------------------------------- */

/* blog post ---------------------------------------- */

.blog_post .main_thumb img {
    border-radius: 6px;
	width:100%;
}

.blog_post .blog_stats {
    display: inline-block;
    margin: 30px 0;
    padding: 7px 25px;
    background: #efc525;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog_post h1 {
    margin-left: 0;
    padding: 0;
    border: 0;
    color: #333;
    font-size: 26px;
    font-weight: 700;
    text-transform: none;
}

.blog_post h1:before, .blog_post h1:after {
    display: none;
}

.blog_post .main_description {
    margin-bottom: 50px;
}

/* -------------------------------------------------- */

/* about us ----------------------------------------- */

.about-image-container div {
    display: inline-block;
    width: 49.6%;
}

.about-image-container div img {
    margin-bottom: 0;
    border-radius: 6px;
}

.about-quote {
    margin: 25px 0 30px !important;
    color: #5778a4;
    font-size: 30px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .about-image-container div {
        width: 100%;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .about-image-container div {
        width: 49.6%;
    }
}

/* -------------------------------------------------- */

/* servizi ------------------------------------------ */

.container-services {
    margin-bottom: 30px;
}

.container-services .col-service {
    padding: 10px;
}

.container-services .col-service .inner-service {
    background: #eee;
    min-height: 325px;
    padding: 15px;
    border-radius: 6px;
}

body .wysiwyg .service-icon img {
    width: auto;
    margin: 0 auto;
}

.col-service h2{
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.col-service p {
    text-align:center;
    color:#666;
    font-size: 15px;
}

.col-service p:last-child {
    margin-bottom: 0;
}

.col-service a {
    display: block;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.col-service h2:before,
.col-service h2:after {
    display:none
}

.privacy-block {
    margin-right: 5px !important;
}

.privacy-block + label a {
    font-weight: 700;
}

/* -------------------------------------------------- */

/* rimedi ------------------------------------------- */

.informations-index h2 {
    margin-top: 30px;
}

/* -------------------------------------------------- */

/* faq ---------------------------------------------- */

.faq_container .panel-heading span {
    margin-right: 5px;
}

.faq_container .panel-body p:last-child {
    margin-bottom: 0;
}

/* -------------------------------------------------- */

/* contact ------------------------------------------ */

.information-contact iframe {
    border-radius: 6px;
    margin-bottom: 15px;
}

.information-contact .panel-default {
    margin-bottom: 20px;
    border: 0;
}

.information-contact .panel-body {
    padding: 30px 30px 25px;
    background: #f0f0f0;
    border-radius: 6px;
    text-align: center;
}

@media (min-width: 1200px) {
    .information-contact .panel-body .row {
        display: flex;
    }
}

.information-contact .panel-body .row div:not(:last-child) {
    border-right: 1px solid #c0c0c0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .information-contact .panel-body .row div {
        min-height: 128px;
    }
    .information-contact .panel-body .row div:first-child, .information-contact .panel-body .row div:nth-child(2) {
        margin-bottom: 20px;
    }
    .information-contact .panel-body .row div:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .information-contact .panel-body .row div:not(:last-child) {
        margin-bottom: 20px;
        border-right: 0;
    }
}

.information-contact .panel-body i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #f2d151;
}

.information-contact .panel-body strong {
    font-size: 20px;
    font-weight: 400;
    color: #5778a4;
}

.information-contact .panel-body address {
    margin-bottom: 0;
}

/* -------------------------------------------------- */

/* account login - register - success --------------- */

.account-login .well {
    padding: 30px;
    background: #f0f0f0;
    border: 0;
    border-radius: 6px;
    box-shadow: none;
	min-height:418px;
}

.list-group-item:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #ffffff;
    text-decoration: none;
    background: #efc525;
    transition: none;
}

.account-success #content p:not(:last-of-type), .account-logout #content p:not(:last-of-type) {
    margin-bottom: 0;
}

.account-account #content .row&gt;div:last-child legend:last-of-type {
    margin-top: 30px;
}

body[class^="account-"] .buttons {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.account-account #content .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.account-account #content .row&gt;div {
    margin-bottom: 30px;
}

.account-account #content .account-item a {
    display: block;
    padding: 25px;
    height: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.account-account #content .account-item a i {
    width: 54px;
    height: 54px;
   background: rgb(74,107,145);
background: -moz-linear-gradient(180deg, rgba(74,107,145,1) 0%, rgba(139,159,184,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(74,107,145,1) 0%, rgba(139,159,184,1) 100%);
background: linear-gradient(180deg, rgba(74,107,145,1) 0%, rgba(139,159,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a6b91",endColorstr="#8b9fb8",GradientType=1);
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    line-height: 54px;
    text-align: center;
}

.account-account #content .account-item a:hover i {
	background:#f2d151;
}

.account-account .account-link-icon,
.account-account .account-link-text {
    display: inline-block;
    vertical-align: top;
}

.account-account .account-link-icon {
    margin-right: 15px;
}

.account-account .account-link-text {
    width: calc(100% - 80px);
}

.account-account .account-link-text h2 {
    margin-bottom: 10px;
    color: #383f3c;
    font-size: 27px;
    letter-spacing: 0.5px;
    line-height: 1;
	text-transform: capitalize;
}

.account-account .account-link-text p {
    margin-bottom: 0;
    color: #666;
    line-height: 1.2;
}
/* -------------------------------------------------- */

/* cart - checkout ---------------------------------- */

.table-responsive .table thead {
    background: #5778a4;
    color: #FFF;
}

.checkout-cart .table-responsive .input-group input[type="text"] {
    height: 40px;
	width: 70px;
}

.checkout-cart form+h2 {
    margin-top: 30px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 6px;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-group .panel&gt;.panel-heading {
    margin: -1px;
    padding: 10px 20px 13px;
    color: #fff;
    background-color: #5778a4;
    border-color: #ddd;
    text-transform: uppercase;
    border-radius: 6px;
}

.panel-group .panel-title {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.panel-group .panel-title i {
    margin-left: 5px;
}

.panel-group .panel-title a, .panel-group .panel-title a:focus, .panel-group .panel-title a:active, .panel-group .panel-title a:hover {
    color: #fff;
}

.panel-group .panel-heading+.panel-collapse&gt;.list-group, .panel-group .panel-heading+.panel-collapse&gt;.panel-body {
    border-top: 0;
}

.panel-group .panel .panel-body {
    padding: 30px;
}

/* -------------------------------------------------- */

/* footer ------------------------------------------- */

body:not(body[class="common-home"]) footer {
    margin-top: 60px;
}

.container-footer {
    position: relative;
    padding: 50px 0;
    color: #fff;
    background-color: #5778a4;
}

.container-footer li i {
    width: 16px;
    text-align: center;
    margin-right: 10px;
}

.opening-info {
    display: inline-block;
    margin: 15px 0;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    color: #5778a4;
}
.opening-info strong {
    display: block;
}

.footer-social-text {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.container-footer span+a i, .container-footer span+a+a i {
    margin-left: 10px;
    margin-right: 0;
}

.container-credits {
    position: relative;
    padding: 40px 0;
    background: #2b3c52;
}

.container-credits p {
    margin-bottom: 0;
    padding: 14px 0;
    color: #fff;
    line-height: 1;
}

@media (max-width: 1199px) {
  .container-credits p {
    padding-top: 0;
  }
}

.container-credits a {
    font-size: 16px;
    line-height: 1;
}

.container-credits ul {
    margin-bottom: 0;
}

/* -------------------------------------------------- */

.hermes__openpharm__eulogo {
    max-width: 100px;
	    margin-top: 15px;
}

.digitcart-form-builder .rendered-form .form-group {
    padding-left:0
}

.digitcart-form-builder .rendered-form .form-control {
    padding: 8px 12px;
    height: 37px;
}

.digitcart-form-builder .rendered-form .form-control:focus {
    outline: none !important;
    border: 1px solid #95c975;
    box-shadow: 0 0 10px #95c975;
}

.digitcart-form-builder .formbuilder-checkbox-inline &gt; .privacy-block {
    width:auto
}

.digitcart-form-builder div[class*='field-checkbox-group-'],
.digitcart-form-builder div[class*='field-textarea-'] {
    clear:both
}

.digitcart-form-builder .rendered-form textarea.form-control {
    height: 150px;
}

.rendered-form .btn.btn-primary {
    padding: 10px 30px;
    background-color: #5778a4;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
}

.rendered-form .btn.btn-primary:hover, .rendered-form .btn.btn-primary:focus,
.rendered-form .btn.btn-primary:active, .rendered-form .btn.btn-primary:active:focus,
.rendered-form .btn.btn-primary:active:hover {
    color: #fff;
    background-color: #f2d151;
    border: 0;
    outline: 0;
}

@media (min-width: 1199px) and (max-width: 1599px) {
	.container-brand-carousel .slick-arrow-next {right: -5px}
	.container-brand-carousel .slick-arrow-prev {left: -5px}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container-footer .row&gt;div:first-child, .container-footer .row&gt;div:nth-child(2) {
        min-height: 315px;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-footer .row&gt;div:first-child, .container-footer .row&gt;div:nth-child(2) {
        min-height: 315px;
        margin-bottom: 40px;
    }
	header {
		padding: 10px 0;
	}
}

@media (max-width: 1199px) {
    .container-credits * {
        float: none !important;
        text-align: center;
    }
}

@media (max-width: 399px) {
	.welcome-text i{display:none}
	.welcome-text p{font-size:11px}
}
@media (max-width: 767px) {
    #cart.open .dropdown-menu.cart-menu {
        display: none
    }
    .container-footer .row&gt;div:not(:last-child) {
        margin-bottom: 40px;
    }
}

/* -------------------------------------------------- */

/* coupon ------------------------------------------- */

.information-information-90 #multiple-featured-0 {
    margin-top: 40px;
}

.pagina_coupons .col-lg-4.col-md-6.col-sm-6.col-xs-12 p {
    border: 2px solid transparent;
    border-radius: 10px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px ;
    line-height: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagina_coupons .col-lg-4.col-md-6.col-sm-6.col-xs-12 p:hover {
    border: 2px solid #5778a4;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0);
    padding: 20px
}

.pagina_coupons .col-lg-4.col-md-6.col-sm-6.col-xs-12 p .brand {
    display: block;
    margin-top: 6px;
    color: #95c975;
    font-size: 24px;
    font-weight: 600;
}

.pagina_coupons .col-lg-4.col-md-6.col-sm-6.col-xs-12 p .usa {
    display: block;
    margin-top: 8px;
    line-height: 1;
}

.pagina_coupons .col-lg-4.col-md-6.col-sm-6.col-xs-12 p .code {
    display: block; 
    margin-top: 6px;
    color: #efc525;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 32px;
}

/* -------------------------------------------------- */

body[class^="information-information-"] .product-thumb{margin-bottom:30px}
</pre></body></html>