body {
    font-family: "Barlow", 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: #444;
    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;
}

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

legend {
    padding: 7px 0px;
}

label {
    font-weight: normal;
}

p {
    margin-bottom: 2em;
}

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

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

body .wysiwyg {
    font-weight: 300;
    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: #23a1d1;
}

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 {

    height: auto;
    margin-bottom: 1.5em;
}

.form-control {
    height: auto;
    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 > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */

#top {
    background-color: #03304f;
    padding: 0;
    margin: 0 0 30px 0;
    min-height: 40px;
}

#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: #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #FFF;

}

.link-underline {
    position: relative;
    text-decoration: none;
    color: inherit;
}

.link-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.link-underline:hover::after {
    transform: scaleX(1);
}

#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-email a i {
    padding-right: 15px;
}
#top-email .mobile-wa a i {
    padding-right: 10px;
}
#top-email a {
    color: #FFF;
}
#top-links, #top-email {
    padding-top: 10px;
}
#top-links > ul li{
    padding-right: 5px;
    padding-left: 0px;
}
#top-links > ul li:first-child {
    border-right: 1px solid;
    /*padding-right: 8px;*/
}
#top-links > .logged-ul li:first-child {
    border-right: 0;
}

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

.topPhone {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
}

.topPhone .phoneInfo {
    border-left: 1px solid #cecece;
    padding-left: 10px;
}

.topPhone i {
    font-size: 30px;
    color: #49aa25;
}

.topPhone .phoneText {
    color: #575757;
    font-weight: 600;
    text-decoration: none;
}
.topPhone .phoneNumber a {
    color: #49aa25;
    font-weight: 600;
    text-decoration: none;
}

.topPhone .phoneInfo > span {
    display: block;

}

@media (max-width: 767px) {
.topPhone{display: none;}
#top-email a i {
    padding-right: 5px;
    font-size: 20px;
}
}
/* logo */
@media (max-width: 991px){
.topLogo img,#logo  {
    margin: 0 auto;
}
}

/*@media (min-width: 768px) and (max-width: 1199px) {
    .topLogo img, #logo {margin: initial}
}*/

/* search */

#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
	border:0;
	box-shadow:none;
	border-radius: 8px;
}

.topSearch > #search {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
	padding: 4px 4px 4px 0px;
}

#search .btn-lg {
	font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    background: #0e7b9a;
    color: #FFF;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
}
#search .btn-lg:hover{
	background:#03304f;
	outline:none;
}
/* cart */

#cart {
    margin-bottom: 10px;
}

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

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

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

#cart .dropdown-menu {
    background: #eee;
    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 > div {
    min-width: 427px;
    padding: 0 10px;
}

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

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* footer */

* footer */
footer{margin-top: 60px;}
footer .footer-main {
    padding-top: 45px;
    padding-bottom: 60px;
    background-color: #FFF;
    color: #666;

}
footer .footer-main-credits {
    background-color: #0e7b9a;
    color: #FFF;
	padding:30px 0 30px;
}


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

footer .footer-main a {
    color: #666;
    font-size: 15px;
    line-height: 2.5em;
}

footer a:hover {
    color: #0e7b9a;
}

footer h5 {
    font-size: 22px;
    color: #0e7b9a;
        text-transform: uppercase;
    font-weight: 600;
}

footer .fc-social a {
    background-color: #03304f;
    color: aliceblue;
    width: 46px;
    display: inline-block;
    height: 46px;
    border-radius: 50px;
    text-align: center;
    line-height: 46px;
    margin: 10px 5px 0 0;
}
body:not(.common-home) footer .fc-social a i{line-height: 46px;}

footer .fc-social a:hover{
    background-color: #8acfdb;
}

footer ul:not(.social-footer) i {
    font-size: 18px;
    color: #8acfdb;
    padding-right: 30px;
}
footer ul:not(.social-footer) li:first-child i {padding-right: 10px;}

footer .footer-social-text {
    padding-right: 10px;
    display: block;
}

footer .makespace {
    margin-left: 30px;
}

body[class^="account-"] .footer-top {
margin-top: 25px;
}

.footer-top {
	position: relative;
    padding-bottom:18px;
    margin-top: 30px;
}

.footer-top::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 20px;
	pointer-events: none;
	box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 996px) {
    footer .payment-method img {
        margin-right: 0;
        margin-top: 0px;
        margin-left: 2px;
    }
}

footer .payment-method img {
    display: inline-block;
    margin-right: 0px;
    background-color: #fff;
    border-radius: 3px;
    padding: 1px;
    margin-top: 4px;
    filter: grayscale(1);
}

.footer-main-credits .payments-ft.payment-method {
    text-align: right;
}
.footer-main-credits .payments-ft.payment-method a {
    color: #FFF;
}

.footer-main-credits .footer-credits p, .footer-main-credits .footer-credits p a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 1199px){
.container.footer-contents{width: auto;}
}
@media (max-width: 767px) {
    .footer-main-credits .footer-credits p{font-size: 15px;}

.footer-main-credits .payments-ft.payment-method {
    text-align: center;
}

footer .footer-main{margin: 15px;}
footer .footer-main-credits{margin: 15px 15px 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 0 0 0;
    padding: 8px 0;
    background: #FFF;
    border-radius: 0;
    text-align: right;
}
#breadcrumb-wrapper::after {
  background: rgba(0, 0, 0, 0.36);
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  height: 10px;
}
#breadcrumb-wrapper {
 
  margin-bottom: -10px;
  z-index: 2000;
  position: relative;
}

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

.breadcrumb > li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li a {
    color: #127f9c;
    font-size: 14px;
}

.breadcrumb > li:first-child a {
    font-size: 0;
}

.breadcrumb > li:first-child a:after {
    content: "\f015";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
}
.breadcrumb > li + li:before {
    content: "";
    padding: 0;
}

.breadcrumb > li:not(:last-child):after {
    content: "/";
    display: block;
    position: absolute;
    top: -1px;
    right: -5px;
    color:#127f9c;

}

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

.r2-pagination li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

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

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

.r2-pagination li.prev,
.r2-pagination li.next {
}

.r2-pagination li.first,
.r2-pagination li.last {
}

.r2-pagination li.first i,
.r2-pagination li.prev i,
.r2-pagination li.next i,
.r2-pagination li.last i {
    vertical-align: middle;
}

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

/* 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);
}

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

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

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


.btn-default {
    color: #ffffff;
    background-color: #127f9c;
	border:0;
}

.btn-primary {
    color: #ffffff;
    background-color: #127f9c;
	border:0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled]
{
     color: #ffffff;
    background-color: #226d80;
}

.btn-warning {
    color: #ffffff;
    background-color: #127f9c;
	border:0;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
      background-color: #226d80;
       color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #127f9c;
	border:0;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
     background-color: #226d80;
      color: #ffffff;
}

.btn-success {
     color: #ffffff;
    background-color: #127f9c;
	border:0;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #226d80;
       color: #ffffff;
}

.btn-info {
        color: #ffffff;
    background-color: #127f9c;
	border:0;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #226d80;
       color: #ffffff;
}

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

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


/* list group */
.sidebar-menu ul {
    margin: 0;
}

.sidebar-menu li > span {
    display: flex;
    align-items: center;
}

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

.sidebar-menu li li {
}

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

.sidebar-menu a {
    display: inline-block;
    flex-shrink: 1;
    flex-grow: 1;
}

.sidebar-menu a.active,
.sidebar-menu a:hover,
.sidebar-menu a:focus,
.sidebar-menu a:active {
}

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

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

/* carousel */
.slick-slide img {
    margin: 0 auto;
}

.slick-dots {
    display: block;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    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;
    margin: 0 5px;
    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: 10px;
    height: 10px;
    border-radius: 50%;
    background: #23a1d1;
    font-size: 0;
    line-height: 0;
}

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

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

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

.slick-arrow-prev {
    left: 0;
    transform: translate(50%, -50%);
}

.slick-arrow-next {
    right: 0;
    transform: translate(-50%, -50%);
}

.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 > div {
    margin-bottom: 20px;
}

.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
}

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

.product-thumb .image a {
    display: block;
}

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

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

.product-thumb h4 {
    font-weight: bold;
}

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

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

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

.product-thumb .sale,
.productpage .sale {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    border: 1px solid #ddd;
    background: #eee;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    color: #888;
}

.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 {
    color: #444;
}

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

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

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



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

.product-thumb .button-group button {
    width: 80%;
    border: none;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

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

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

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

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

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

.thumbnails > 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: 20px;
}

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

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

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

/* head */

.menu-mobile-fixed {
    background-color: #03304f;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    z-index: 8000;
}
.mobile-cart > #cart > .cart-button{
	border:0;
	background:transparent;
}

.mobile-cart svg g, .menu-mobile-fixed svg g {
    fill: #FFF;
    stroke-width: 4px;
    stroke: #FFF;
}

.mobile-icon a i,.menu-mobile-fixed .mobile-cart i {
    color: #FFF;
    font-size: 33px;
}

.menu-mobile-fixed .r2-open-side-menu-wrapper button {
    margin: 0 auto;
    padding: 0;
    padding-left: 10px;
    position: relative;
    top: 3px;
	border: 0;
    background: transparent;
}
.menu-mobile-fixed .r2-open-side-menu-wrapper i {
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
}
.menu-mobile-fixed .mobile-cart{position:relative}
.menu-mobile-fixed .mobile-cart i {
    top: 2px;
    position: relative;
}
 .menu-mobile-fixed .mobile-cart #cart #cart-total{
    top: -29px;
    right: 22px;

}
@media (min-width: 1201px) {
    .menu-mobile-fixed {
        display: none;
    }
}


@media (max-width: 767px) {
    .header-search {display: none;}
}
@media (max-width: 1200px) {
    /*header.ui-header {margin-bottom: 10px}*/
    #top{    margin: 0 0 15px 0;}

    .ui-menu-content {
        position: fixed;
        background-color: #ffffff;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        z-index: 9999;
        transition: 0.2s ease-in-out all;
        opacity: 0;
        visibility: hidden;
        min-height: 100vh;
    }
	.hideme{display:none}
}

@media (min-width: 993px) and (max-width: 1199px)  {

	.header-item,.social-icons > a:last-child span{display:none}
	.header-item .text, .header-item .text a{font-size:0}
	.header-item .text {padding-right: 20px}

}


/* menu */
.container.mainMenu .r2-mainmenu {
    background: #127f9c;
}
@media (min-width: 1199px)  {
.container.mainMenu .r2-mainmenu {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.container.mainMenu .r2-mainmenu ul li.itemAccount {margin-left: auto;}
.container.mainMenu .r2-mainmenu ul li.itemAccount > a:before {
    content: "\f007";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    padding-right: 10px;
}
.container.mainMenu .r2-mainmenu ul li a {
    color: #fff;
    padding: 18px 30px 18px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.container.mainMenu .r2-mainmenu .dropdown-menu ul li a {
    color: #666;
    font-weight: 500;
    font-size: 14px;
}

.container.mainMenu .r2-mainmenu > ul li:hover > a {
    background: #03304f;
}
.container.mainMenu .r2-mainmenu .dropdown-menu ul li:hover a {
  background: #FFF;
  color:#03304f;
}

.r2-mainmenu .parent.dropdown li {
    line-height: 2.2em;
}

.r2-mainmenu .dropdown-menu{
	border-radius: 0;
    border: 0;
    padding: 15px 0 20px;
}
.container.mainMenu {
    margin-top: 20px;
    padding: 0;
}
}

/* product grid view */
.product-thumb.gridviewProduct {
    display: flex;
    align-items: center;
	justify-content:center;
}
.product-thumb.gridviewProduct .image, .product-thumb.gridviewProduct .caption {
    flex: 0 0 50%;
    max-width: 50%;
}

.product-thumb.gridviewProduct .image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-thumb.gridviewProduct .caption {
    padding: 15px;
    box-sizing: border-box;
}

 .gridviewProduct .caption h4 a {
    color: #0e7b9a;
    font-size: 48px;
    font-weight: 700;
}
 .gridviewProduct .caption h4 a span {
    display: block;
    font-size: 28px;
}

 .gridviewProduct  .PrdDesc{
    font-size: 16px;
    color: #555;
    font-weight: 500;;
 }
.sectionProdotti {
    box-shadow: 0 25px 25px -25px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 0 15%;
}

.sectionProdotti .gridviewProduct .PrdDesc{max-width: 65%;}
@media (max-width: 1199px) {
 .sectionProdotti{padding: 0 5%;}
}
@media (max-width: 991px) {
    .sectionProdotti{padding: 0 15px;}
    .product-thumb.gridviewProduct {
        flex-direction: column;
    }

    .product-thumb.gridviewProduct .image,
    .product-thumb.gridviewProduct .caption {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-thumb.gridviewProduct .caption {text-align: center;}
    .sectionProdotti .gridviewProduct .PrdDesc{max-width: 100%;}
}

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

.mainSlider .slick-arrow,
.multiple-featured .slick-arrow {
    opacity: 1;
    font-size: 35px;
    color: #0e7b9a;
    width: 70px;
    height: 70px;
    background: #FFF;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
}
.multiple-featured .slick-arrow,
.mainSlider .slick-arrow.slick-arrow-next:hover,
.mainSlider .slick-arrow.slick-arrow-prev:hover  {
	background:#0e7b9a;
	color:#FFF;
}




.mainSlider .slick-arrow.slick-arrow-prev{left: 4%}
.mainSlider .slick-arrow.slick-arrow-next{right: 4%}

.multiple-featured .slick-arrow.slick-arrow-prev{left: 1%}
.multiple-featured .slick-arrow.slick-arrow-next{right: 1%}

@media (max-width: 996px) {
  #slideshow0 {
    display: none;
  }
}
@media (min-width: 996px) {
  #slideshow1 {
    display: none;
  }
}
/** --- slider --- **/


/** --- focus home --- **/
.sectionFocus{
 box-shadow: inset 0 -25px 25px -25px rgba(0, 0, 0, 0.15);
margin-bottom:30px;
}
.hero-block {
    width: 100%;
    padding: 55px 0 0;
    margin-bottom: 0;
}

.sectionFocus .hero-block{padding-top: 40px;}

.hero-container {
    display: flex;
    align-items: center;
    gap: 50px;
}


.hero-content {
    flex: 1;
	margin-bottom: 50px;
    margin-top: 50px;
}

.hero-content .innerText {
    margin-bottom: 30px;
}

.hero-content h2 {
	font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #0b7fa3;
}



.hero-content p {

    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}


.hero-btn,.PrdDesc .button-group a{
    display: inline-block;
    margin-top: 20px;
    padding: 5px 35px;
    background-color: #0b7fa3;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
	text-transform:uppercase;
}



.hero-btn:hover,.button-group a:hover,.multiple-featured .slick-arrow:hover {
    background-color: #03304f;
	color:#FFF;;
}


.hero-image {
    flex: 1;
    text-align: right;
	z-index: -1;
}

.hero-image img {
    max-width: 100%;
    height: auto;
	position: relative;
    left: 100px;
	top: 35px;
}

section.sectionFocus.secondFocus .hero-container{gap:0}
section.sectionFocus.secondFocus .hero-block {
    padding-top: 0px;
}

section.sectionFocus.secondFocus .hero-image img {
    left: 50px;
    top: -10px;
}

section.sectionFocus.thirdFocus{
	box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}
section.sectionFocus.thirdFocus .hero-image img {
    top: 0;
    left: 0;
}
section.sectionFocus.thirdFocus .hero-block {
    padding-top: 0;
}
section.sectionFocus.thirdFocus .hero-content{margin-top: 40px;}
section.sectionFocus.thirdFocus .hero-block .hero-btn {
    position: relative;
    top: 25px;
}

@media (max-width: 1399px) {
section.sectionFocus.thirdFocus .hero-image img{top:41px}
section.sectionFocus.thirdFocus .hero-container {
    display: block;
    text-align: center;
}
section.sectionFocus.thirdFocus .hero-image{display: none;}
.hero-content .innerText {
    margin-bottom: 60px;
}
}
@media (min-width: 992px) and (max-width: 1299px) {
section.sectionFocus.secondFocus .hero-image img{left: 0;}
}

section.sectionFocus.secondFocus{
     margin-bottom: 0;
     box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2)
}

.newsletter-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20%;
  padding: 25px 40px;
  background-color: #0b3b5a;
  margin-bottom:20px;
}


.newlsetterHead h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.newlsetterHead p {
  margin: 0;
  color: #cfe3ee;
  font-size: 14px;
}


.newsletter-input {
  flex: 1;
}

.newsletter__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}


.newsletter__form #email {
  flex: 1;
  height: 40px;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

.newsletter__form #email:focus {
  outline: none;
}


.newsletter__form input[type="submit"] {
	height: 41px;
    padding: 0 30px;
    border-radius: 4px;
    background: #0e7b9a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
}

.newsletter__form input[type="submit"]:hover {
  background-color: #176685;
    outline: none;
}


.newsletter__form p{
  width: 100%;
  margin: 0 0 0;
  font-size: 12px;
  color: #cfe3ee;
}
footer .newsletter__form .privacy,
footer .newsletter__form .privacy a,
.newsletter__form .privacy,
.newsletter__form .privacy a
{
  font-size: 12px;
  color: #FFF;
}

.newsletter__form .privacy label {
    margin-bottom: 0;
}

.newsletter__form a {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 1199px) {
    footer .footer-main-credits{
        padding: 20px 0 20px;
        text-align: center;
    }
    footer {
        margin-bottom: 60px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .hero-container{display: block;}
}
@media (min-width: 991px) and (max-width: 1199px) {
    .newsletter__form .privacy {
        display: flex;
        gap: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
.common-home .sectionFocus .hero-image img{
    left: inherit;
        top: inherit;
}
}
@media (max-width: 991px) {

    .hero-block{padding: 0px 0 0;}
    .hero-content{
        flex: auto;
        margin-bottom: 0px;
        margin-top: 25px;
    }
    .hero-container{gap:0;flex-direction: column;}
    .hero-content .innerText{text-align: center;}
    .hero-image img,section.sectionFocus.secondFocus .hero-image img {
        left: inherit;
        top: inherit;
    }
    .product-thumb.gridviewProduct {
        flex-direction: column;
      
    }
    .mainSlider .slick-arrow, .multiple-featured .slick-arrow {
        top:47%;
        opacity: 1;
        font-size: 25px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .multiple-featured .gridviewProduct .caption h4 a {
        font-size: 37px;
    }
    .sectionProdotti .slick-list{margin-bottom: 0;}
    .newsletter-form {
        gap: 15px;
        padding: 25px 25px;
        flex-direction: column;
    }
    .newsletter__form .privacy {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    .newsletter__form input[type="submit"]{width: 100%;}
    .newlsetterHead h3{font-size: 22px;}
    footer .footer-main {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    footer .footer-main .colFooter:not(:first-child) {margin-top: 50px}
}
@media (max-width: 480px) {
 .product-thumb.gridviewProduct {

        margin-bottom: 0;
    }
}
div#content > h1 {
    margin-top: 40px;
	font-weight: 700;
  color: #0c7a99;
  font-size: 32px;
}
#column-left {
    margin-top: 40px;
}
.container.category-container {
    margin-top: 35px;
}


/** --- focus home --- **/

/** --- blog home --- **/
.sectionBlog .blog-module.blog-module-latest.carousel {
    margin: 55px 0;
}
.sectionBlog{
    background: #0d7b99;
    height:2px;
}
.sectionBlog .blog-module-latest h2 {
    color: #FFF;
    text-transform: uppercase;
}

.sectionBlog .blog_item .image img{margin:initial}

#blogNavs, #relatedNavs {

    position: absolute;
    right: 0;
    top: 20px;
}
#blogNavs i,#relatedNavs i{ 
	opacity:1;
	background:#FFF;
	width:22px;
	height:22px;
	color:#0d7b99;
	line-height:22px;
	border-radius:3px;
	text-align:center;
}
#relatedNavs i{
    background:#0d7b99;
    color:#FFF;
}

#blogNavs i:hover,#relatedNavs i:hover{
	background:#03304f;
	color:#FFF;
}

#blogNavs .slick-arrow-prev, #relatedNavs .slick-arrow-prev {
    left: -55px;
}
#blogNavs .slick-arrow-next, #relatedNavs .slick-arrow-next {
    left: 0;
}

.sectionBlog .blog_item .summary {
    margin-top: 15px;
}

.blog_title a {
    color: #FFF;
    line-height: 1em;
    outline: none;
}

.blog_stats {
    margin-bottom: 5px;
}
.blog_stats span {
    color: #FFF;
    font-weight: 300;
    font-size: 15px;
}
.blogDesc{color:#FFF}

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


/** --- category page --- **/
.prdFilter-row{display: none;}
.category-container .gridviewProducts {
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 15px 5px #eee;
    box-shadow: 0px 0px 15px 5px #eee;
    padding: 20px 40px;
}

.category-container .gridviewProduct {
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px #eee;
    padding: 20px 40px;
    transition: 
        transform 0.3s ease,
        box-shadow 0.3s ease;
    will-change: transform;
}

.category-container .gridviewProduct:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 12px 25px rgba(0, 0, 0, 0.15),
        0 2px 6px rgba(0, 0, 0, 0.08);
}
aside#column-left .category-container {
    margin-bottom: 30px;
}
aside#column-left .category-container h3,aside#column-left .blog-module.blog-module-latest.carousel h2 {
    font-weight: 700;
    color: #0c7a99;
    font-size: 32px;
}
.sidebar-menu ul li a {
    font-size: 15px;
    color: #666;
    line-height: 2.5em;
}
aside #blogNavs  {right: 12px}
aside #blogNavs i {
    background: #0d7b99;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
}

aside .blog_title {margin-top: 15px;}
aside .blog_title a,
aside .blog_stats span 
{font-size:14px;color: #0d7b99;}
aside .blog_title a{
    font-size: 20px;
    font-weight: 500;
}

aside .blog_stats span {font-weight: 400}
aside .blogDesc {
    font-weight: 500;
    font-size: 16px;
    color: #555;
}
aside .blog-module.blog-module-latest.carousel .image img {
    width: 100%;
}
/** --- category page --- **/

/** --- info page --- **/

body[class^="information-information-4"] #content h1{display: none;}
.hero {
text-align:center;
}
.hero-content-image img{margin:0 auto}
body[class^="information-information-4"] .info-image img{margin-left: auto;}
body[class^="information-information-4"] .hero-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.hero-content-info h2 {
    font-size: 42px;
    color: #2b7f8a;
    margin-bottom: 15px;
  font-weight:400;
}

.hero-content-info p ,.hero-content-bottom p{
   font-size:16px;
    font-weight: 500;
    margin: 0 auto 10px;
    color: #545454;
    line-height: 1.6;
    margin-bottom: 10px !important;
}


.info-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    background-color: #0f6f7c;
    background: url('/image/catalog/dev/ABOUT_bk.jpg');
    background-repeat: round;
    padding: 60px 40px;
    color: #fff;
}

body[class^="information-information-4"] .info-image {
    text-align: right;
}
.hero-content-info {
    margin: 40px auto;
}
.hero-content-info.container.teamcontent {
    margin-top: 0;
}
.teamcontent i{
    font-size: 20px;
    color:#FFF;
    line-height: 25px;
}
.teamcontent a.btn.btn-primary {
    padding: 5px 15px;
}

.teamcontent h4 {
    color: #0b3b5a;
    font-size: 22px;
    margin-bottom: 5px;
}
.teamcontent h5.text-muted {
    font-size: 15px;
}

.info-content h3 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #FFF;
    font-weight: 400;
}

.info-content p {
    line-height: 1.6;
    margin-bottom: 10px;
  color:#FFF;
  font-weight:500px;
}

.info-content .small {
    font-size: 14px;
    opacity: 0.85;
}
  
  .fullwidth,.prdFullwidth {
	width: 100vw;
	position: relative;
	left: 49%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.relatedproducts-block{position: relative;}
.relatedproducts-block.fullwidth{
    left: 50%;
    margin-left: -48.5vw;
}


.hero-content-bottom {
    padding: 60px 0;
}

@media (min-width: 1299px) {
 body[class^="information-information-4"] .fullwidth {

    left: 49.5%;

}
}
@media (min-width: 768px) and (max-width: 999px) {
section.info-block.fullwidth {
    display: flex;
    flex-direction: column;
    background: #0f6f7c;
}
}
@media (max-width: 768px) {
    .info-block {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 500px) {
 body[class^="information-information-4"] .fullwidth {
        left: 48.3%;
    }
}

/* scheda prodotto */
.prdFullwidth{    
    text-align: center;
    left: 49.5%;
    padding: 30px 0 0;
}

section.prdFullwidth.prdTitle .innerTitle {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
section.prdFullwidth.prdTitle .innerTitle h1{
    font-weight: 700;
    font-size: 75px;
    color:#FFF;
}
section.prdFullwidth.prdTitle .innerTitle h1 > span {
    font-size: 40px;
    display: block;
   /* position: relative;
    left: 29px;
    top: -10px;*/
}
.rf-info-section {
 
  margin: 0 auto;
  padding: 60px 20px 0;

}


.rf-row-top {
  
 
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
	
}

.rf-row-bottom {
  background: #0f7c8c;
  border-radius: 12px;
  overflow: hidden;
	padding: 30px 30px 30px 30px;
	
  align-items: center;
 
}


.rf-text-box {
  padding: 40px;
}

.rf-title {
  color: #0e7b9a;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
	margin-top: 19%;
}

.rf-text {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.rf-dark .rf-title,
.rf-dark .rf-text {
  color: #ffffff;
}

/* immagini */
body .wysiwyg .rf-image-box img {
    margin-bottom: 0;
}

.rf-image-box img {

  object-fit: cover;
  display: block;
}

.rf-row-bottom .rf-image-box {
    padding: 30px 50px 0;
}

.rf-cta {
  text-align: center;
  margin-top: 50px;
}
.rf-cta .rf-btn:hover{
    color:#FFF;
    background:#03304f;
}

.rf-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  color: #0f7c8c;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  letter-spacing: 1px;
  margin-top: 30px;
}
section.prdRequestInfo{margin-bottom:30px;}


@media (min-width: 1200px) and (max-width: 1399px) {
    .prdFullwidth{left: 50%;}
    .rf-info-section {padding: 10px 20px 0;}
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .prdFullwidth{left: 50%;}
    .rf-info-section{padding-top: 0;}
    .rf-row-bottom .rf-image-box {padding: 25px 25px 0}
    #column-left #blogNavs {display: none}
}
@media (min-width: 768px) and (max-width: 991px) {
    .gridviewProduct.product-thumb .caption{margin-bottom: 15px;}
    .category-container {margin-top: 30px}
    aside#column-left .category-container {margin-top: 0}
    #column-left #blogNavs {display: none}
    .category-container .gridviewProduct{text-align: center;}
    footer .footer-main-credits {padding: 20px 0 25px;}
    .footer-main-credits .footer-credits p{text-align: left;}
    .colFooter #logoFooter{margin-bottom: 20px;}
    .colFooter #logoFooter,footer .footer-main .colFooter:not(:first-child) {margin-top: 30px;}
    footer ul:not(.social-footer) li i {display: none}
    footer .makespace{margin-left: initial;}
    section.prdFullwidth.prdTitle .innerTitle h1{font-size:65px;}
    section.prdFullwidth.prdTitle .innerTitle h1 > span{font-size:35px;}
    .prdFullwidth{left: 50%;}
    section.prdDescritpion .rf-text-box{text-align: center;}
    section.prdDescritpion .rf-image-box img{margin:0 auto}
    #breadcrumb-wrapper{    margin-bottom: 10px;}
.rf-row.rf-row-top .rf-text-box .rf-text {
    margin-bottom: 0;
}
.rf-row.rf-row-top .rf-image-box {
        position: relative;
        top: 22px;
        z-index: -1;
    }
.rf-info-section{padding-top: 0;}
.rf-row-bottom .rf-image-box {
    padding: 0px 5px 0;
}
}
@media (max-width: 768px) {
	.imgPrd { display:flex;
		justify-content:center; overflow: hidden;}
	.imgPrd img { width: auto; height: 300px;}
    .rf-row {
        grid-template-columns: 1fr;
    }
    .rf-info-section, .rf-text-box{padding: 20px;}
    .rf-row-bottom .rf-image-box {
        padding: 40px 15px 0;
    }
    .prdFullwidth{padding-top: 0;}
}

@media (max-width: 767px) {
     .breadcrumb{text-align: center;}
    section.prdFullwidth.prdTitle .innerTitle h1{margin-bottom: 20px;color: #03304f;margin-top: 30px;}
    section.prdFullwidth.prdTitle .innerTitle{flex-direction: column;}
    .prdFullwidth{background-image: none !important;}
    .rf-info-section, .rf-text-box{padding: 20px;}
}
@media (max-width: 667px) {
section.prdFullwidth.prdTitle .innerTitle h1 > span{left:0}
}

/** --- account page --- **/



.account-login .well h2 {
    font-size: 35px;
    font-weight: bold;
    color: #03304f;
}


.account-login .title-container h2 {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
    background: #fff;
    color: #1b73a3;
    font-size: 60px;
    line-height: 0.8;
    text-align: center;
    z-index: 10;
}


.account-login .well strong {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    color: #127f9c;

}

.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>div {
    margin-bottom: 30px;
}

.account-account #content .account-item:hover a,.account-login .well:hover {
        transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.08);
}

.account-account #content .account-item a,.account-login .well {
    display: block;
    padding: 25px;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px #eee;
    padding: 20px 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

.account-login .well {
    background: #fff;
    min-height: 415px;
}

.account-account #content .account-item a i {
    width: 54px;
    height: 54px;
    background: #03304f;
    border-radius: 35px;
    color: #fff;
    font-size: 28px;
    line-height: 54px;
    text-align: center;
}


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

.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: #127f9c;
    font-size: 18px;
	font-weight:700;
    letter-spacing: 0.5px;
    line-height: 1;
}

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

.account-account footer {
    margin-top: 30px;
}



/** --- account page --- **/


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

.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: #FFF;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #226d80;
}

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

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

@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: #127f9c;
}

.information-contact .contact-link a{color:#666}
.information-contact .panel-body strong {
    font-size: 20px;
    font-weight: 600;
    color: #0b3b5a;
}

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

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

/** --- blog page--- **/
body[class^="blog-"] #content .blog_item .image,.blog-blog .main_thumb{position: relative;}
body[class^="blog-"] #content  .blog_item .blogDate,.blog-blog .blogDate {
    position: absolute;
    background: #0d7b99;
    color: #FFF;
    padding: 10px 20px;
    z-index: 1;
}

body[class^="blog-"] #content .blog_item .blog_title a {
    color: #0d7b99;
    font-weight: 700;
    font-size: 18px;
}

body[class^="blog-"] #content .read-more a {
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    background: #0d7b99;
    padding: 10px 15px;
    border-radius: 7px;
}

body[class^="blog-"] #content .read-more a:hover{background: #03304f;}

body[class^="blog-"] #content .blog_item {
    margin-bottom: 50px;
}

body[class^="blog-"] #content .blog_title {
    min-height: 55px;
}

body[class^="blog-"] #content .blogDesc {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    margin-top: 0;
}

body[class^="blog-"] #content .image img,.blog-blog .main_thumb img {
    width: 100%;
}

.blog-blog h1{
    font-size: 24px;
    color: #0d7b99;
    font-weight: 700;
}

.main_description.wysiwyg.blogDesc {
    color: #555;
    font-size: 15px;
    font-weight: 500;
}
.main_description.wysiwyg.blogDesc p {
    margin-bottom: 0;
    line-height: 1.8em;
}

.blogRelatedPrds .box-title {
    color: #0d7b99;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}


@media (min-width: 1200px) and (max-width: 1599px) {
#relatedNavs {
    right: 5px;
}
}

@media (max-width: 767px) {
	.focus-prod .col-lg-4.col-md-4.col-sm-12.col-xs-12 { margin-bottom: 30px;}
	.rf-row-bottom .col-lg-4 { margin-bottom: 30px;}
aside#column-left {
    display: none;
}
.product-thumb.gridviewProductRelated .caption {text-align: center;}
#relatedNavs {
    right: 10px;
    top: 12px;
}
}


/*Aggiuntivo*/


.rf-bottom-title { color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  padding: 0px 0 40px 0;
  margin-bottom: 0;}
.rf-row-bottom .col-lg-4 { color:#fff; text-align: center}
.rf-row-bottom .col-lg-4 p{ color:#fff;  margin-bottom: 0}
.rf-row-bottom .col-lg-4 p i{ color:#fff;  margin-bottom: 0; font-size: 50px}
.rf-boxed{ border:1px solid #fff; border-radius:10px; min-height: 138px; padding: 20px; margin-top: 30px}
.rf-boxed.rf-last{  margin-top: 30px; min-height: 213px;}
.rf-boxed ul{  padding: 0}

.focus-prod-title {
  color: #0e7b9a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.focus-prod {padding: 0 30px 30px 30px; text-align: center; margin-top: 60px; margin-bottom: 60px}
.focus-prod img{margin: 0 auto 20px auto; width: 105px;}


.bottom-focus-title {font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;}

.rf-row-bottom ul li {list-style-position: inside;
  line-height: 28px;}


.imgPrd img{float:right}
@media (min-width: 499px) {
section.prdFullwidth.prdTitle .innerTitle .titlePrd {
    text-align: left;
}
}








