body {
    font-family: "Open Sans", 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: #888;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

legend {
    padding: 7px 0px;
}

label {
    font-weight: normal;
}

p {
    margin-bottom: 2em;
}

.mobx-overlay {
    background-color: rgba(0, 0, 0, .7803921569);
}
button.btn.btn-danger {
    background: #ac2925;
    outline: none;
}
button.btn.btn-danger:hover {
    background: #741c19;
    outline: none;
}

button.btn.btn-primary:hover{
     background: #ff8800;
    outline: none;
}

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

@media (min-width: 1400px) {
    .container {
       /* max-width: 1730px;*/
    }
}

.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 {
    width: 100%;
    max-width: 100%;
    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: #FFF;
    border-bottom: 1px solid #00a650;
    padding: 0px 0px 0px 0;
    margin: 0 30px 10px 30px;
    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: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}

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

#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: 6px;
}

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


/* logo */
/* Container principale */
.main-menu-static {
    

}

/* Lista */
.main-menu-static .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

/* Singolo item */
.main-menu-static  .menu-item {
    position: relative;
    background-color: #deefe5; 
}

/* Link */
.main-menu-static  .menu-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #006729;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

/* Hover */
.main-menu-static  .menu-item a:hover {
    background-color: #d2ebe3;
}

/* Separatore verticale automatico */
.main-menu-static  .menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #b5d6cc;
}

/* Icone */
.main-menu-static  .menu-item i {
    font-size: 18px;
}

/* Responsive base */
@media (max-width: 768px) {
    .main-menu-static  .menu-list {
        flex-wrap: wrap;
    }

    .main-menu-static  .menu-item {
        flex: 1 1 50%;
        text-align: center;
    }

    .main-menu-static  .menu-item::after {
        display: none;
    }
}


/* logo */

#logo {
    margin: 0 0 10px 0;
}

/* search */

#search {

}

#search .input-lg {
    height: 41px;
    line-height: 20px;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    padding-left: 6%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

#search .input-lg::placeholder {
    font-size: 14px;
    color: #999;
    font-style: italic;
}


#search .btn-lg {
font-size: 14px;
    padding: 10px 25px;
    background: #FFF;
    min-height: 41px;
    border-radius: 0;
    border: 0;
    color: #006729;
    left: -50px;
    z-index: 99;
    top: 7.5px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 3px solid #00a650;
    outline: none;
}

#search label {
    position: absolute;
    z-index: 99;
    min-height: 30px;
    vertical-align: middle;
    color: #006729;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    left: 25px;
    top: 25px;
    background: #FFF;
    padding-right: 15px;
}
@media (min-width: 1500px) and (max-width: 1860px)  {
#search .input-lg {padding-left:7%;}

}
@media (min-width: 1367px) and (max-width: 1499px)  {
#search .input-lg {padding-left:10%;}

}

@media (min-width: 1200px) and (max-width: 1366px)  {
#search .input-lg {padding-left:10%;}

}
@media (min-width: 993px) and (max-width: 1199px)  {
    #search .input-lg {
        position: relative;
        left: 40px;
    }
    #search .btn-lg{left:0}
}

#cart .dropdown-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    padding: 20px;
    width: 85vw;
    max-width: 430px;
    min-width: 320px;
    border: 1px solid #e86036;
    border-top: 5px solid #e86036;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

#cart .cart-menu .table>tbody>tr:not(:first-of-type)>td {
    border-top: 0px;
}

#cart .cart-menu:before {
	display: inline-block;
    position: absolute;
    top: -12px;
    right: 29%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #00a650 transparent;
}

.cart-free-shipping {
	margin: 0 auto;
    background: #00a650;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0px 0px 0 0;
    padding: 12px 5px;
    font-weight: 700;
}

#cart ul.cart-menu {
    padding: 20px;
}

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

#cart .has-scroll {
    scrollbar-width: thin;
    scrollbar-color: #006729 #fff;
    border-bottom: 1px solid #9c9c9c;
    padding-bottom: 10px;
}

#cart td,
#cart a,
#cart {
    font-weight: 700;
}

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

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

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

#cart .cart-products {
    font-weight: 500;
    color: #666;
}

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

}
#cart .cart-products .cartPrice{
	    color: #009b93;
    font-size: 16px;
}

#cart .cart-products img {
    padding: 10px 10px;
    border: 1px solid #9c9c9c;
    border-radius: 0;

}

#cart .cart-products a {
	color: #888;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 500;

}

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

#cart .cart-products .cart-quantity {
    white-space: nowrap;
    color: #666;
    font-weight: 600;
    font-size: 12px;
}

.header-item #cart .cartDelete button i {
    font-size: 15px;
    text-align: center;
    line-height: 20px;
	color: #fff;
}
.header-item #cart .cartDelete button {
    background: #fb7227;
    width: 20px;
    height: 20px;
	color: #fff;    
	 padding: 0px 5px;
    border: 0;
    border-radius: 0;
}



#cart .text-danger button i {
    color: #FFF;
    background: #e57474;
    font-size: 12px;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    border-radius: 0;
    font-weight: 600;
}

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

#cart .cart-totals {
    font-size: 16px;
	margin-top: 25px;
    margin-bottom: 25px;

}
#cart .cart-price {
    font-weight: 600;
}

#cart .cart-totals .text-right:first-of-type strong {
    margin-top: 15px;
    color: #006729;
    font-weight: 700;
    text-transform: capitalize;
    padding-right: 5px;
    font-size: 16px;
}


#cart .button-container {
    margin-top: 20px;
    display: flex;
    gap: 25px;
}

#cart .button-container a {
    width: 100%;
    padding: 13px 30px 11px;
    background: #1eaab4;
    border: 1px solid #1eaab4;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
}

#cart .button-container a:hover {
    color: #fff;
    box-shadow: none;
    background:#e86036;
	border-color:#e86036;
}

#cart.open button {
    box-shadow: none;
}

#cart .cart_total strong, .cart-price {
    font-size: 16px;
    color: #888 !important;
    font-weight: 500 !important;
}

#cart .cart-totals td.text-right {
    border: 0;
    margin: 0;
    padding: 2px 0;
}

#cart .table.cart-totals .cart_total > td{
    border-color: #4bc0b4;
}

#cart .button-container > a:first-child {
    background: #FFF;
    color: #006729;
    border: 2px solid #00a650;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
}

#cart .button-container > a:first-child:hover{
	background: #00a650;
    color: #FFF;
    border-color: #00a650;
    box-shadow: none;
}

#cart .button-container > a:last-child:hover{
	background: #FFF;
    color: #006729;
    border-color: #FFF;
    box-shadow: 0px 0px 7px 0px #ccc;
}

#cart #cart-total,
.header-item.topCart .fixCounter,
.mobile-cart.mobile-icon .fixCounter{
    position: absolute;
    top: -160px;
    right: 20px;
    background: #ff8800;
    color: #FFF;
    width: 20px;
    height: 20px;
    border-radius: 35px;
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    border: 2px solid #FFF;
}

#cart #cart-total{display:none}
#cart > button{display:none}
.header-item.topCart .fixCounter {
    text-align: center;
    top: -8px;
    left: 25px;
}
.mobile-cart.mobile-icon .fixCounter {
    top: -5px;
    z-index: 1;
    text-align: center;
    right: -10px;
}

.mobileCartCounter {
    position: absolute;
    top: -4px;
    background: #ff693b;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    line-height: 15px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 11px;
    right: -10px;
}
@media (max-width: 1200px) {
	.ui-cart-bx{display:none}
}
@media (min-width: 1200px) {
.ui-backdrop-open {
	overflow: hidden;
}

.ui-backdrop {
	pointer-events: none;
	opacity: 0;
	transition: 0.3s linear opacity;
	background-color: rgba(0, 0, 0, 0.2) !important;
	position: fixed;
    top: 147px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 500;
	
}

.ui-backdrop-open .ui-backdrop {
	opacity: 1;
	pointer-events: auto;
}
.ui-cart-bx {
	position: fixed;
	right: -400px;
    top: 147px;
	height: calc(100% - 111px);
	width: 100%;
	max-width: 450px;
	background-color: #fff;
	z-index: 800;
	transition: .2s ease-in-out all;
	opacity: 0;
	visibility: hidden;
}

.ui-cart-bx.open-cart {
	opacity: 1;
	visibility: visible;
	right: 0;
}
}

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

.footer-main .row {
    display: flex;
    flex-wrap: wrap;
}

.footerlogo {
    margin-bottom: 15px;
}

.colFooter {
    background-color: #296c3c;
    padding: 55px 35px;
    border-right: 10px solid #175f2b;
}

.colFooter:last-child {
    border-right: none;
}

footer .footer-main-credits {
    background-color: #FFF;
    color: #666;

}
footer .footer-main-credits .credits{
    padding-top: 20px;
    padding-left: 0;
}
footer .footer-main-credits .payment-method{
    padding-top: 10px;
    padding-bottom: 11px;
}

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

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

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

footer ul i {
    font-size: 18px;
    color: #7fd2a7;
    padding-right: 10px;
}

footer .footer-social-text {
    padding-right: 10px;
}
.colFooter i {
    color: #FFF;
}
.comparatore-item {
    background: #FFF;
    width: 155px;
    margin-bottom: 15px;
}
footer .footerSocial{margin-bottom: 20px;}


@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: 5px;
    background-color: #fff;
    border-radius: 3px;
    padding: 3px;
    margin-top: 4px;
}

.footer-main-credits .payments-ft.payment-method {
    text-align: right;
    padding-right: 0;
}

.footer-main-credits .footer-credits p, .footer-main-credits .footer-credits p a {
    color: #666;
    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-credits{margin: 15px 15px 0;}
.colFooter {

    border-right: 0;
    width: 100%;
}
}

/* alert */

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

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

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

/* breadcrumb */
div#breadcrumb-wrapper {
    margin-bottom: 50px;
}
div#breadcrumb-wrapper > .container {
    padding: 0;
}

.breadcrumb,.sectionBreadCrumb {
    border: 0;
    background: #b2e4ca;
	margin-bottom:0;
	padding:0;
}

section.sectionBreadCrumb {
    margin-bottom: 20px;
}
section.sectionBreadCrumb > .container{
	padding: 6px 0;
    margin: 0 25px;
}

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

.breadcrumb > li {
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: "";
    padding: 0;
}

.breadcrumb > li:not(:last-child):after {
	content: "\f105";
    display: block;
    position: absolute;
    color: #006729;
    right: 0px;
    top: 4px;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
}
#breadcrumb-wrapper .breadcrumb li a {
    color: #006729;
    font-size: 14px;
    font-weight: 500;
}

#breadcrumb-wrapper .breadcrumb li a i {
    padding-right: 10px;
}

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

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

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

.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,.r2-pagination span{
	background: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 0;
    line-height: 29px;
    color: #666;
	border:2px solid #7fd2a7;
    font-size: 14px;
}
.r2-pagination .active span{
	background: #7fd2a7;
    color: #FFF;
}

.r2-pagination .first a,
.r2-pagination .prev a,
.r2-pagination .next a,
.r2-pagination .last a
{
    border:2px solid #00a650;
    background: #00a650;
    width: 30px;
    height: 30px;
    border-radius: 0;
    line-height: 29px;
    color: #FFF;
    font-size: 14px;
}


.r2-pagination a:hover,
.r2-pagination a:focus,
.r2-pagination a:active,
.r2-pagination .active span {
    border:2px solid #7fd2a7;
    background: #7fd2a7;
	color:#FFF;
	
}
.r2-pagination li.first a:hover,
.r2-pagination li.prev a:hover,
.r2-pagination li.next a:hover,
.r2-pagination li.last a:hover,
.r2-pagination li.first a:focus,
.r2-pagination li.prev a:focus,
.r2-pagination li.next a:focus,
.r2-pagination li.last a:focus,
.r2-pagination li.first a:active,
.r2-pagination li.prev a:active,
.r2-pagination li.next a:active,
.r2-pagination li.last a:active{
  background: #7fd2a7;
   color: #FFF;

}

.paginationCounter{
	font-size: 15px;
    color: #888;
    font-weight: 400;
}

/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    border: 1px solid #006729;
    border-radius: 0;
    
}

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

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

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


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

.btn-primary {
    color: #ffffff;
    background-color: #006729;
	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: #ff8800;
}

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

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

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

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

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

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

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

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #006729;
       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);
}

/* 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;*/
}
.mainSlider .slick-slide img{width: 100%;}

.slick-dots {
    display: block;
    opacity: 1;
    position: absolute;
    bottom: 10px;
    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: 16px;
    height: 16px;
    border-radius: 0;
   
    font-size: 0;
    line-height: 0;
    opacity: 0.75;
    background-color: transparent;
    border: 3px solid #79cca1;
}

.slick-dots li.slick-active button::before {
    background: #00a650;
    border: 3px solid #00a650;
}

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

.mainSlider .slick-arrow {
    font-size: 45px;
    color: #00a650;
}

.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 {
    border: 1px solid #9c9c9c;
    border-radius: 0;
    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;
    padding: 15px;
}

.product-thumb h4 {

}

.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 #9c9c9c;
    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: #006729;
}

.product-thumb .price-new,.product-thumb .price {
    font-weight: 900;
    color:#006729;
    font-size: 27px;
    margin-bottom: 0;
    line-height: 1em;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .product-thumb .price-new, .product-thumb .price{font-size: 18px;}
    .product-thumb .price-old{font-size: 14px;}
     .discountBadge .saleDiscountPercentage {
        padding: 10px 10px 10px 15px;
        font-size: 12px;
    }
}
.product-thumb .price-new{display: block;}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 0;
    font-size: 18px;
    font-weight: 400;
}

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

.product-thumb .button-group {
    display: flex;
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.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 #9c9c9c;
}

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

/** --- topbar --- **/


.topbar {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
  
}



.topbar .free-shipping a {
    color: #006729;
    font-size: 18px;
    text-transform: uppercase;
	    position: relative;
    top: 2px;
}

.topbar .social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.topbar .social-icons a i {
    font-size: 20px;
}

.social-icons > a:last-child {
    font-size: 14px;
    font-weight: 500;
}

.social-icons > a:last-child span {
    padding-left: 5px;
}

.topbar .topbar-center {
  text-align: center;
  flex: 1;
  color: #007c91;
}


.topbar .topbar-left a, 
.topbar .topbar-right > a 
{
    color: #006729;
    font-size: 18px;
    font-weight: 700;
}

.topbar-right a,.topbar-left a  {
  text-decoration: none;
  font-weight: 500;
}

.topbar a {
	color: #4bc0b4;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.topbar .toolTipCC  {
    background: #4bc0b4;
    padding: 6px 25px;
    margin-right: 30px;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}

.topbar .toolTipCC .text i {
    padding-right: 10px;
    font-size: 15px;
}

.topbar .toolTipCC .text{
	font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
	color: #FFF;
}

.topbar .topbar-center i {
  color: #00b28a;
  margin-right: 5px;
}

.topbar-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.header-static-menu a {
    color: #00a69a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}




.topbar-right > a:not(:last-child):after, .topbar-right > a:not(:first-child):after,.topbar-left > a:not(:last-child):after {
    content: "";
    width: 1px;
    height: 11px;
    display: inline-block;
    background: #9ad5e0;
    text-align: center;
    margin: 0 10px;
    vertical-align: inherit;
}
 .topbar-right > a:last-child:after{display:none}
.main-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  margin-bottom:5px;
}

.main-header  .topStaticMenu  li {
    float: left;
    margin: 0 15px;
}

.header-item {
  display: flex;
  flex-direction:row; 
  align-items: center;
  color: #00a650;
  gap: 10px;
  margin:0 10px 0 20px;
}

.header-item.topCart {
    margin: 0 0px 0px 10px;
	position:relative;
}

.topCustomerCare  {
    position: relative;
    cursor: pointer;
}

.topCustomerCare .tooltip-custom {
    display: none;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #4bc0b4;
    border-radius: 10px;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 340px;
    padding: 30px 25px;
    font-size: 13px;
    color: #555;
    z-index: 1000;
  }

.topCustomerCare .tooltip-custom::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4bc0b4;
  }

.topCustomerCare .contact-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
	font-size:14px;
	text-align:left;
  }
  
.topCustomerCare .contact-info a > span {
    display: block;
	font-weight: 400;
}

.topCustomerCare .toolTipContent{
	font-size:14px;
	color:#666;
	font-weight:500;
}
.topCustomerCare .toolTipContent a{
	color:#006729;
	font-weight:700;
	font-size:16px;
}
.topCustomerCare .contact-info i {
    font-size: 20px;
    color: #4bc0b4;
    margin-right: 10px;
    margin-top: 1px;
    text-align: center;
  }


.topbar-right .fc-social span {
    color: #006729;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border-right: 1px solid #006729;
    padding-right: 10px;
}

.topbar-right .fc-social a i{
	color: #006729;
	font-size:18px;
}

.topbar-right .footerContacts {
    margin: 0;
}

/* .topCustomerCare .contact-info a {
    color: #777777;
    text-decoration: none;
    font-weight: 600;
    word-break: break-word;
  } */

.topCustomerCare .tooltip-custom .contact-info:last-child {
    margin-bottom: 0;
  }
  
  .topCustomerCare .tooltip-custom .contact-info:last-child a {
    color: #006729;
	text-transform:initial;
	font-size:16px;
}

.topCustomerCare .tooltip-custom.show {
    display: block;
  }

.header-item.topCart .text {
    padding-right: 0;
}
.header-item .text, .header-item .text a,#cart-label {
    font-weight:700;
	color:#006729; 
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
    line-height: 1.1em;
	
}
.header-item .text #cartTotal {
    color: #00a650;
}
.header-item #cart button,.menu-mobile-fixed .mobile-cart button {
    background: transparent;
    border: 0;
    text-align: left;
    text-transform: uppercase;
}

.header-item i {
  font-size: 32px;
  margin-bottom: 0px;
}

.ui-header .logo {
    padding-right: 40px;
    
}
.header-static-menu{margin: 0 auto;}

.header-search {
    flex-grow: 1;
}

.logo img {
/* margin:0 auto */
}

.logo .slogan {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.sectionSearch{background:#4bc0b4}
.search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
}

.search-bar input {
  width: 60%;
  max-width: 500px;
  padding: 10px;
  border: 2px solid #00b2a9;
  border-radius: 25px 0 0 25px;
  outline: none;
}

.search-bar button {
  padding: 10px 15px;
  border: 2px solid #00b2a9;
  background-color: #00b2a9;
  color: #fff;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
}



section.box-search.searchBlock {
    background: #00a650;
}
.innerSearchContainer {
    padding: 0 15px;
    margin-bottom: 15px;
}


#collapse-checkout-option .col-sm-6 + .col-sm-6 {
    margin-top: 15px;
}

.actionTopBar{
    display:flex;
    justify-content: right;
        position: relative;
    right: 15px;

}


.menuBlock{
	background: #FFF;
    border-bottom:2px solid #00a650;
}

.menu-mobile-fixed {
    background-color: #006729;
    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: 0;
    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 (max-width: 1200px) {

    .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}
	/* header.ui-header .innerSearchContainer {border-bottom:2px solid #2eb7ac} */
	    #content .title-image{font-size:35px}
}



@media (max-width: 992px) {
    section.box-search.searchBlock.ui-fixed-search {
        position: fixed;
        z-index: 100;
        top: 0;
		width: 100%
    }
		header.ui-header.ui-fixed-menu .header-search {height: 0}
	.row.prd-filters {
		display: flex;
		flex-direction: column;
	}
	div#breadcrumb-wrapper {margin-bottom: 30px}
    #content .title-image{
        font-size: 35px;
        margin-bottom: 20px;
    }
    section.sectionBreadCrumb > .container{margin: 0 5px;}
    .header-search{margin-top: 25px;}
    #search .input-lg::placeholder {font-size: 13px}
   .ui-header.ui-fixed-menu #search {
        margin: 0 10px 11px;
    }
    #search .btn-lg{
        padding: 10px 20px;
        line-height: 1px;
        font-size: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        left:0;
    }
    #search .input-lg{
        padding-left: 15px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
     #search .btn-lg i{font-size: 15px;}
    #search label{display:none;}
    .ui-header .logo { padding-right: 0}
	.logo img {margin: 0 auto}
	.header-static-menu{display:none}
	.sectionSearch .innerSearchContainer #search{margin:7px 0}
	.top-header,.header-item{display:none}

	.ui-header  .user-nav{display:none}
    .ui-header.ui-fixed-menu {
        position: sticky;
        top: 0;
		z-index:99;
		background: #FFF;
        height: 65px;
		border:1px solid #006729;
    }
	.ui-header.ui-fixed-menu .row-header {
		gap:0;
		height: 0;
	    margin: 0;
        padding: 0;
		}
	.ui-header.ui-fixed-menu .ui-logo {
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		transform: translateY(-100px);
		margin: 0 auto;
		/* display:none; */
	}
	.ui-header .ui-logo {
		width: min-content;
		display: block;
		transition: ease-in-out all 0.2s;
        max-width: 365px;
	}
	/* header.ui-header .innerSearchContainer {border-bottom:2px solid #006729} */
	header.ui-header.ui-fixed-menu .innerSearchContainer {
		top: -93px; 
        background-color: #FFF;

	}
    body[class*="account-"] header.ui-header.ui-fixed-menu .innerSearchContainer {top: -93px; }
	#search { margin-bottom: 0px}
	.menu-mobile-fixed #cart .dropdown-menu{display:none}

}
@media (max-width: 767px) {
 #content .title-image{text-align: center;}
 #content .relatedMainBlock .title-image{text-align: left;}
}
@media (min-width: 499px) and (max-width: 999px) {
header.ui-header.ui-fixed-menu .innerSearchContainer {
		top: -92px;
        background-color: #FFF;

	}
}
@media (min-width: 1366px) and (max-width: 1499x) {
	.topbar .topbar-left a, .topbar .topbar-right > a{font-size:12px}
}
@media (max-width: 1366px) {
/*.topbar-left{display:none}*/
footer .footer-main{
		padding-left:20px;
		padding-right:20px;
	}
}

@media (min-width: 1200px) and (max-width: 1249px) {
	.main-header{padding:15px 8px}
}
@media (min-width: 1201px) {
    .menu-mobile-fixed {
        display: none;
    }
}



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

/** --- multiple featured --- **/
.title-image {
    font-weight: 700;
    font-size: 40px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 0;
    color: #505253;
    margin-top: 0;
    flex-grow: 1;
}

/* pallino verde */
.title-image::after {
    content: "";
    width: 14px;
    height: 14px;
    background: #00a650;
    border-radius: 50%;
    margin-left: 15px;
    margin-right: 10px;
    position: relative;
    top: 2px;   /* regola fine verticale */
}

/* linea */
.title-image::before {
    content: "";
    height: 2px;
    background: #9c9c9c;
    width: 80px;
    order: 3;
    position: relative;
    top: 2px;   /* allinea con il pallino */
}

.mf_block_title {
    display: flex;
    flex-direction: row;
    position: relative;
}

.generic-arrows{
	align-content: normal;
    background: #FFF;
    position: relative;
    top: 10px;
}

.sectionTabs  .generic-arrows{
    position: absolute;
    top: -40px;
    right: 0;
}
.generic-arrows .slick-arrow,
.modules-tab-top-flush .slick-arrow{
	opacity:1;
	position:initial;
	top:0;	
	padding: 0 0px 0 25px;
}

.standardCarousel .slick-arrow{opacity:1 }

.generic-arrows .slick-arrow.slick-arrow-next,
.generic-arrows .slick-arrow.slick-arrow-prev,
.modules-tab-top-flush .slick-arrow.slick-arrow-next,
.modules-tab-top-flush .slick-arrow.slick-arrow-prev,
.sectionBrandCarousel .slick-arrow.slick-arrow-next,
.sectionBrandCarousel .slick-arrow.slick-arrow-prev,
.sectionBlog .slick-arrow.slick-arrow-next,
.sectionBlog .slick-arrow.slick-arrow-prev
{
	transform: initial;
    color: #FFF;
    border: 2px solid #00a650;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    background: #00a650;
}
.generic-arrows .slick-arrow:hover{
    background-color: #006729;
    border-color: #006729;
}
.standardCarousel .slick-arrow{
	 color: #00a650;
    border: 2px solid #00a650;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
}

.generic-arrows .slick-arrow.slick-arrow-prev {
    margin-left: 20px;
    margin-right: 10px;
}

.blog-module.blog-module-latest.carousel .title-image{margin-bottom: 20px;}

@media (max-width: 1199px) {
.title-image {margin-bottom: 20px;}
}
@media (max-width: 667px) {
.generic-arrows{
	width: 110px;
	top: 25px;
	text-align:center;
}
.generic-arrows .slick-arrow{font-size:25px}

}
.sectionCarouselHalf2 { margin-top: 60px;}
.sectionCarouselHalf2 .colMultiBanners .banner{ margin-bottom: 40px}
.sectionCarouselHalf2 .colMultiCarousels .multiple-featured { margin-bottom: 40px}


.product-thumb.row-product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.row-product .image,
.row-product .product-row-details
 {
    flex-grow: 1;
    align-content: center;
}

.so-page-builder .banner img{border-radius:15px}
.so-page-builder .sectionCarouselPrdAndBanner .banner img{
    border: 1px solid #9e9e9e;
    border-radius: 0;
    margin-left: auto;
} 
.sectionCarouselPrdAndBanner {margin-top: 50px}

/** --- focus bottom --- **/
.sectionFocus {
   background-color: #f6f6f6;
   margin-top: 15px;
}

.info-box {
      background: #f6f6f6; 
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 30px 0;
    }

    .info-item {
      display: flex;
      align-items: flex-start;
      flex: 1;
      margin: 0 15px;
    }

    .info-item i {
      font-size: 50px;
      margin-right: 15px;
      color: #51c087; 
      flex-shrink: 0;
    }

    .info-text h3 {
      margin: 0 0 8px;
      font-size: 24px;
      font-weight: 700;
      color: #00a650;
    }

    .info-text p {
      margin: 0;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.4;
      color: #444; 
	  max-width: 75%;
    }

    @media (max-width: 999px) {
      .info-box {
        flex-direction: column;
        text-align: left;
      }
	  
      .info-item {
        margin: 15px 0;
      }
    }
/** --- focus bottom --- **/

/** --- multiple featured --- **/

@media (min-width: 1200px) {
	/* .r2-mainmenu{overflow:hidden} */
  .r2-mainmenu .megamenu {
    justify-content: space-between;
  }
  .r2-mainmenu .megamenu > li {
    flex-grow: 1;
  }
  .r2-mainmenu .megamenu > li > a {

    --raw-min-width: 1200;
    --raw-max-width: 1530;
    --min-width: calc(var(--raw-min-width) * 1px);
    --max-width: calc(var(--raw-max-width) * 1px);
    --raw-min-font-size: 11;
    --raw-max-font-size: 14;
    --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: 12;
    --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: 13px 15px;
    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)
    );
	color:#006729;
    font-size: 14px;
	font-weight:600;
    font-size: calc(
      var(--min-font-size) +
        (var(--raw-max-font-size) - var(--raw-min-font-size)) * var(--ratio)
    );
    line-height: 1.3;
    text-align: center;
  }
  .r2-mainmenu .megamenu > li .dropdown-toggle .caret {
    display: none;
  }
  .r2-mainmenu .megamenu > li:nth-child(5) > .dropdown-menu,
  .r2-mainmenu .megamenu > li:nth-child(6) > .dropdown-menu,
  .r2-mainmenu .megamenu > li:nth-child(7) > .dropdown-menu,
  .r2-mainmenu .megamenu > li:nth-child(8) > .dropdown-menu {
    left: 0%;
    transform: translateX(-50%);
  }
  .r2-mainmenu .megamenu > li:nth-child(9) > .dropdown-menu,
  .r2-mainmenu .megamenu > li:nth-child(10) > .dropdown-menu,
  .r2-mainmenu .megamenu > li:nth-child(11) > .dropdown-menu,
  .r2-mainmenu .megamenu > li:nth-child(12) > .dropdown-menu {
    left: auto;
    right: 0;
  }
  .r2-mainmenu .dropdown-menu > ul > li {
    padding: 0 5px 20px;
  }
  .r2-mainmenu .dropdown-menu > ul > li > a {
    padding: 0px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: #006729;
  }

  .r2-mainmenu .dropdown-menu > ul > li > a:hover,
  .r2-mainmenu .dropdown-menu > ul > li > a:active,
  .r2-mainmenu .dropdown-menu > ul > li > a:focus {
    background: rgba(0, 0, 0, 0);
    color: #006729;
  }
  .r2-mainmenu .dropdown > .dropdown-menu > ul > li > a::after {
    content: "";
    display: block;
    width: 0;
    border-bottom: 1px solid #006729;
    padding-bottom: 5px;
    font-size: 0;
    transition: width 0.3s ease 0s;
  }
  .r2-mainmenu .dropdown > .dropdown-menu > ul > li > a:hover::after,
  .r2-mainmenu .dropdown > .dropdown-menu > ul > li > a:active::after,
  .r2-mainmenu .dropdown > .dropdown-menu > ul > li > a:focus::after {
    width: 100%;
  }
  .r2-mainmenu .dropdown-submenu .dropdown-menu > ul > li {
    padding: 0px;
  }
  .r2-mainmenu .dropdown-submenu .dropdown-menu > ul > li > a {
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: none;
    color: #666;
  }
  .r2-mainmenu .dropdown-submenu .dropdown-menu > ul > li > a:hover,
  .r2-mainmenu .dropdown-submenu .dropdown-menu > ul > li > a:active,
  .r2-mainmenu .dropdown-submenu .dropdown-menu > ul > li > a:focus {
    color: #006729;
  }
  .megamenu .dropdown-menu.level1 > ul {
    column-count: 4;
    column-fill: balance;
    column-gap: 0;
  }
  .megamenu .dropdown-menu.level1 > ul.children1 {
    column-count: 1;
  }
  .megamenu .dropdown-menu.level1 > ul.children2 {
    column-count: 2;
  }
  .megamenu .dropdown-menu.level1 > ul.children3 {
    column-count: 3;
  }
  .megamenu .dropdown-menu.level1 > ul > li {
    display: inline-block;
    width: 200px;
  }
  .megamenu .dropdown-menu.level1 > ul > li.dropdown-submenu > a > .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: 0;
    box-shadow: none;
  }
  .r2-mainmenu li > a:hover,
  .r2-mainmenu li > a:focus{background:#deefe5;  color:#006729;} 
  .r2-mainmenu li.specialLink > a:hover,
  .r2-mainmenu li.specialLink > a:focus{background:transparent} 
  .r2-mainmenu li.specialLink > a:hover span,
  .r2-mainmenu li.specialLink > a:focus span{
    background-color:#deefe5;
    color:#006729;
}
  .megamenu .specialLink > a > span {
    background: #FFF;
    padding: 10px 15px;
    border-radius: 35px;
    color: #006729;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    }
    .megamenu .specialLink {max-width: 130px}
    .megamenu .specialLink span:before { 
        padding-right: 8px;
        font-family: 'Font Awesome 5 Pro';
        color: #2da32f;
    }
    .megamenu .specialLink.sp1 span:before { content: "\f541";}
    .megamenu .specialLink.sp2 span:before { content: "\f02b";}
    .megamenu .specialLink.sp3 span:before { content: "\f0f1";}
    ul.nav.megamenu > li:not(.specialLink):after {
        content: "";
        width: 1px;
        height: 26px;
        position: absolute;
        top: 28%;
        display: inline-block;
        background: #2da32f;
    }
    ul.nav.megamenu > li:first-child:after{display: none}
	.topbar-right .fc-social a {padding: 0 0 0 10px}
}

@media (max-width: 1200px) {
    .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;
    }
}

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

.newsletter-container {
    position: relative;
    border:1px solid #9c9c9c;

}

.newsletter-container> .nlBadgeIcon {
    position: absolute;
    left: 50px;
    top: 10%;
    display: block;
    width: 95px;
    height: 95px;
    background: #ff8800;
    border: 3px solid #ff8800;
    border-radius: 50px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 86px;
    text-align: center;
    /*transform: translateY(-50%);*/
    transform: rotate(-17deg);
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .newsletter-container> .nlBadgeIcon {
        left: 20px;
        top: 5%;
        width: 75px;
        height: 75px;
        font-size: 26px;
        line-height: 70px;
    }
}

.newsletter-form {
    padding: 20px 30px;
    background-color: #FFF;
}

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

.newsletter-form>p {
    margin: 15px 0 20px;
    color: #666;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

@media (max-width: 389px) {
    .newsletter-form>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: 0;
    vertical-align: middle;
    border: 2px solid #00a650;
}

.newsletter-input #submit {
    background: #FFF;
    color: #006729;
    border-radius: 0;
    height: 44px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 25px;
    position: relative;
    left: -20px;
    border: 2px solid #00a650;
}

.newsletter-input #submit:hover {
    background: #006729;
    border-color: #006729;
    color: #FFF; 
    opacity: 1;
}

.newsletter-input p {
    margin: 20px 0 0;
    color: #666;
    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: #006729;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.newsletter-input p a:hover {
    color: #efc525;
}
@media (max-width: 767px) {
    .newsletter-input #submit {
        height: 44px;
        left: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1589px) {
    .header-item .text, .header-item .text a, #cart-label{font-size: 0;}
}
@media (min-width: 992px) and (max-width: 1589px) {
    .main-header{flex-wrap: initial;}
    .main-menu-static .menu-item a {padding: 15px 20px;}
    .ui-header .logo {padding-right: 20px}
    .newsletter-container>div:first-child {
        right: 25px;
        top: 22%;
    }
}

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



@media (max-width: 991px) {
    .sectionFocus { margin: 10px 15px 40px}
    section.sectionCarouselPrdAndBanner.bannerLeft .banner {margin-bottom: 25px}
    .sectionCarouselPrdAndBanner {margin-top: 25px}

    .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 > h2,
	section .products-carousel h2
	{
        margin-top: 20px;
		margin-bottom:25px;
		font-size:35px;
    }
    .newsletter-container {
        margin-top: 30px;
        background-size: cover;
    }
    .nlImageHead img{width: 100%;}
}



/* product tab ----------------------------------------------------------------------- */

.sectionTabs .modules-tab{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*justify-content: space-between;*/
    gap:56px;
    align-items: flex-start;
    align-content: center;
}

.tab-header {
    padding: 0;
    max-width: 235px;
}


.sectionTabs .modules-tab .tab-content {
    padding: 0;
    width: calc(100% - 290px);
}


.sectionTabs .multiple-featured-container .product-layout {
    padding: 0 0 0 15px;
    width: calc(100% - 290px);
}

.tab-title h2,
.tab-header h2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #1a9ebb, #fff) 1;
    color: #1b73a3;
    font-family: "KLRS", sans-serif;
    font-size: 60px;
    line-height: 0.8;
}


.sectionTabs .modules-tab .tab-title .nav-tabs {
    border-bottom: none;
}


.sectionTabs .modules-tab .tab-title .nav-tabs>li {
    float: none;
    margin-bottom: 15px;
    background: #FFF;
    border: 2px solid #46aac2;
    text-align: center;
    min-height: 40px;
    border-radius: 35px;
    min-width: 235px;
}

.sectionTabs .modules-tab .tab-title .nav-tabs>li:hover{
    background: #46a9c1;
}
.sectionTabs .modules-tab .tab-title .nav-tabs>li:hover a{
    color:#FFF
}


.sectionTabs .modules-tab .tab-title .nav-tabs>li>a {
    margin-right: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    color: #006729;
    font-weight: 700;;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: transparent;
}


@media (max-width: 767px) {
    .title-image::before, .title-image::after{display: none;}
	.modules-tab .tab-title {width: 100%}
	.modules-tab .tab-header{max-width:100%}
    .sectionTabs .modules-tab , .sectionTabs .modules-tab  .multiple-featured-container {flex-wrap: wrap}
    .sectionTabs .modules-tab  .tab-content, .sectionTabs .modules-tab  .multiple-featured-container .tab-content { width: 100%;}
    .sectionTabs .generic-arrows {left: -30px;}
    .sectionTabs .modules-tab{gap: 35px;}
}




.sectionTabs .modules-tab .tab-title .nav-tabs>li.active{background-color: #46a9c1;}
.sectionTabs .modules-tab .tab-title .nav-tabs>li.active>a,
.sectionTabs .modules-tab .tab-title .nav-tabs>li.active>a:focus,
.sectionTabs .modules-tab .tab-title .nav-tabs>li.active>a:hover {
    color: #FFF;
}

.sectionTabs .modules-tab .tab-title .tab-arrow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.tab-title .slick-arrow,
.tab-header .slick-arrow {
    position: initial;
    width: 30px;
    height: 30px;
    background: #f28428;
    border-radius: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
}

.tab-title .slick-arrow-prev,
.tab-header .slick-arrow-prev {
    padding-right: 2px;
    transform: none;
}

.tab-title .slick-arrow-next,
.tab-header .slick-arrow-next {
    margin-left: 20px;
    margin-right: 35px;
    padding-left: 4px;
    transform: none;
}

.tab-title .slick-dots,
.tab-header .slick-dots {
    position: initial;
    width: initial;
    opacity: 1;
    display: inline-block;
}

.tab-title .slick-dots li button::before,
.tab-header .slick-dots li button::before {
    background: #1a9ebb;
    width: 16px;
    height: 16px;
}

.sectionTabs .modules-tab .tab-content .tab-header {
    display: none;
}

/** --- product preview --- **/
.product-thumb .captionTop {
    padding: 0 20px;
    min-height: 50px;
}
.product-thumb  .caption.captionBottom {
    display: flex;
    align-items: center;
    border-radius: 0;
    overflow: hidden;
    justify-content: space-between;
    margin: 7px auto 17px

}

.captionBottom button {
    background: #FFF;
    border: 2px solid #006729;
    color: #006729;
    padding: 4px 11px;
    text-align: center;
    border-radius: 0;
    margin-top: 10px;
}

.captionBottom button i {
    font-size: 25px;
}

.captionBottom button:hover{
    background: #006729;
    border-color: #006729;
    color: #FFF;
}

.product-thumb h4 a {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.discountBadge {
    display: flex;
    align-items: center;
    background: #d1efdf;  
    border-radius: 0;    
    overflow: hidden; 
    color: #fff;
}

.saleDiscountPercentage {
    background: #00a650;  
    padding: 10px 20px 10px 15px;
    font-size: 14px;
    font-weight: 700;
    color:#FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.saleDiscountValue {
    padding: 10px 15px;
    font-size: 14px;
    color: #006729;
    font-weight: 700;
    text-transform:uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
}
span.saleDiscountPercentage.noValue{width: 70px; display: none;}
.noValue{height: 41px;}
.noSpecialValue{height: 60px;}
.hasSpecialValue{height: 60px;}
section.sectionCarouselPrdAndBanner.bannerLeft{margin-top: 60px;}
@media (min-width: 999px) and (max-width: 1399px) {
.saleDiscountValue{
    font-size: 11px;
    padding: 10px 5px;
}
}
@media (max-width: 992px) {
	.saleDiscountPercentage{min-height:52px}
	.saleDiscountValue{white-space:initial}
	.product-thumb .caption{padding:0 15px}
	.product-thumb .caption.captionBottom{gap:20px}
	.captionBottom button{padding:7px 10px}
	.captionBottom button i {font-size: 20px}

}
@media (max-width: 767px) {
aside#column-left {
    margin-top: 35px;
}
}
/** --- product preview --- **/

.sectionBrandCarousel{
    box-shadow: 0px 0px 10px rgba(221, 221, 221, 0.7);
    -webkit-box-shadow: 0px 0px 10px rgba(221, 221, 221, 0.7);
    padding-bottom: 25px;
	 padding-top: 25px;
    margin-bottom: 55px;
   
}

.sectionBrandCarousel .slick-arrow{opacity: 1;}
.sectionBrandCarousel .item img {
    margin: 0 auto;
}
.blog-module .mf_block_title{
    align-items: baseline;
    margin-bottom: 15px;
}
.blog-module .allBlogs a {
    color: #006729;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #00a650;
    border-radius: 0;
    padding: 8px 25px;
}
.blog-module .allBlogs:hover a{
    background: #006729;
    color:#FFF;
}
/** --- home latest blog --- **/



.blog-module-latest .generic-arrows{align-content:center}



.blogDate i {
    font-size: 16px;
	padding-right: 5px;
    display: none;
}
.blogDate {
    color: #FFF;
    margin: 20px auto;
    padding-bottom: 6px;

}

.blogDate > span {
    background: #00a650;
    padding: 10px 25px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
}

.blog-blog .blogDate{border-bottom:0}

.blog_item .blog_title > a {
    color: #505253;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
}
.blog-description-prev{
	font-size:16px;
	color:#666;
	min-height: 65px;
}
.summary .blog_title {
    min-height: 45px;
}
body[class*="blog-"] .blog-description-prev{min-height: 75px;}


.blog_item .read-more {
    display: block;
    margin-top: 0;
    margin-bottom: 25px;
}

.read-more > a {
	font-size:16px;
	font-weight:700;
    color: #006729;
    text-transform: uppercase;
    display: inline-block;
}
.read-more > a > i{display: none;}
.read-more:hover > a {color:#7fd2a7}

body[class*="blog-"] .blogDate{margin: 20px auto 15px}
body[class*="blog-"] .sidebar-menu ul {
    float: none;
    display: flex;
     flex-wrap: wrap;
    gap: 25px;
}


body[class*="blog-"] .sidebar-menu {
    border: 2px solid #06a854;
    border-radius: 0;
    padding: 25px 30px;
    margin-bottom: 40px;
}
body[class*="blog-"] .sidebar-menu h2 {margin-bottom: 10px;}
body[class*="blog-"] .blog_title {
    min-height: 50px;
    margin-bottom: 5px;
}
.blog-blog .sidebar-menu{display: none;}

@media (min-width: 1200px) and (max-width: 1350px) {
    body[class*="blog-"] .blog_title {min-height: 70px}
}
@media (max-width: 1199px) {
body[class*="blog-"] .blog_title{min-height: 65px;}
body[class*="blog-"] .sidebar-menu ul {
        flex-wrap: nowrap;       /* impedisce il ritorno a capo */
        overflow-x: auto;        /* abilita lo scroll orizzontale */
        -webkit-overflow-scrolling: touch; /* scroll fluido su iOS */
        list-style: none;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 992px) {
    body[class*="blog-"] .blog_title {min-height: 65px}
}
@media (max-width: 767px) {
    body[class*="blog-"] .sidebar-menu ul {
        gap: 0px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    body[class*="blog-"]  .image img{width: 100%;}
    .blog-module .mf_block_title {
        align-items: baseline;
        flex-direction: column;
    }

}

.blog.blog_post > .main_thumb img {
    width: 100%;
    max-width: 100%;
    height: auto; 
}
.blogbody {
    text-align: center;
    margin-top: 30px;
    padding: 0 10%;
}

.main_description.wysiwyg p iframe,.main_description.wysiwyg iframe {
    margin: 30px auto;
}

.blogRelatedPrds {
    padding: 0 15%;
    margin: 60px auto;
}

.blogRelatedPrds .product-thumb {
    margin: 0 20px;
}

.blogbody h1 {
    line-height: 1em;
    margin: 30px auto 45px;
    display: block;
}

.main_description.wysiwyg
 {
    text-align: left;
    font-weight: 400;
    line-height: 1.4em;
}

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

@media (min-width: 1000px) and (max-width: 1199px)  {
    section.sectionCarouselPrdAndBanner.bannerLeft{margin-top:0;}
.sectionCarouselPrdAndBanner .banner{ margin-bottom: 25px}
.innerBannersContainer {margin-bottom: 35px;}
.info-text h3 {font-size: 20px;}
.info-text p {font-size: 13px;} 
.sectionFocus {margin: 0px 30px 40px}
.newsletter-form{text-align: center;}
.newsletter-container{
    min-height: 160px;
    background:none;
} 
.newsletter-container>div:first-child,.newsletter-container> .nlBadgeIcon{display: none;}
}
@media (min-width: 990px) and (max-width: 999px)  {
.newsletter-container{
    min-height: 160px;
    background:none;
} 
.newsletter-container>div:first-child,.newsletter-container> .nlBadgeIcon{display: none;}

}
@media (max-width: 992px)  {
    .ui-header .main-header{display: block;} 
}
@media (max-width: 999px)  {

 #content .blogbody .title-image {
        font-size: 30px;
    }

}

@media (min-width: 768px)  and (max-width: 1199px) {
.saleDiscountValue{font-size: 11px;}
.sectionCarouselPrdAndBanner .saleDiscountValue,
.sectionCarouselPrdAndNewsletter .saleDiscountValue
{font-size: 14px;}
}
@media (max-width: 1199px) {
	.blogRelatedPrds{padding:0 5%}
    .product-thumb h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .innerBannersContainer {display: flex;}
    #search label{display: none;}
    #search .input-lg{padding-left:15px;}

.product-thumb .price-new, .product-thumb .price{font-size: 18px;} 
.product-thumb .price-old{font-size: 14px;}
section.sectionCarouselPrdAndBanner.bannerRight .banner img,
section.sectionCarouselPrdAndBanner.bannerLeft .banner img {margin: 0 auto}
.saleDiscountPercentage{padding: 10px;}
.product-thumb .caption {
    padding: 0 15px;
}

footer h5{font-size: 22px;}
footer .colFooter > ul > li {font-size: 0;}
footer .colFooter > ul > li.fc-social > .footer-social-text {font-size: 15px;}
footer{margin-bottom: 70px;}
.container.footer-credits > .row > div {
    width: 100%;
    text-align: center;
}

footer .footer-main a {line-height: 1.8em;}
}
@media (max-width: 767px) {
	.slick-dots {
    display: none !important;
 
}

	.innerBannersContainer{display:block}
.blogRelatedPrds{padding:0 15px}
section .products-carousel h2, .sectionTabs  .title-image, .sectionBlog .title-image {font-size: 30px;} 

@media (max-width: 767px) {
   /* .common-home .product-thumb .price  {
        display: flex;
        flex-direction: row-reverse;
        gap: 15px;
    }*/
    .product-thumb .price-new, .product-thumb .price {
        font-size: 20px;
    }
    .common-home .product-thumb .price-new,.common-home .product-thumb .price {
        font-size: 20px;
    }
    .product-thumb .price-old {
        font-size: 14px;
    }
    .common-home .product-thumb .price-old {
        font-size: 20px;
    }
    
}
}

/** --- category page --- **/
.subcategory {
    clear: both;
    margin-top: 25px;
}
.category_list .list-inline li {
    margin-bottom: 15px;
    border-radius: 0;
    background: #FFF;
    margin-right: 10px;
    padding: 5px 15px;
    border: 2px solid #00a650;
	
}
.category_list .list-inline li:hover{
    background-color: #00a650;

}
.category_list .list-inline li:hover a{    color:#FFF;}
.category_list .list-inline li a{
    text-transform: uppercase;
    color:#666;
    font-size: 14px;
    font-weight: 700;
}
.cat-title-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.prd-filters label {
    background: #FFF;
    border: 0;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
}
.prd-filters select.form-control {
    border: 2px solid #00a650;
    border-radius: 0 !important;
    width: 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23006729' stroke='%23006729' stroke-width='40' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L160 301.1l119-118.7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L177 352.3c-9.4 9.4-24.6 9.4-34 0z'/></svg>");
    background-size: 18px 18px;
	background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 5px;
}
.prd-filters .filterOrders select.form-control{width: 120px;}

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

/** --- sidebar --- **/
.sidebar-menu > h2 {
    font-size: 18px;
    color: #006729;
    text-transform: uppercase;
    font-weight: 700;
}
.sidebar-menu ul li a{
    color: #666;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 15px;
}
.sidebar-menu ul li a.active,
.sidebar-menu ul li a:hover{
	color:#00a650;

}
.sidebar-menu li {
    line-height: 30px;
}
.sidebar-menu ul li span i {
    color: #006729;
    font-size: 14px;
    font-weight: 700;
}
.sidebar-menu{margin-bottom:50px}
aside .banner img {
    border: 1px solid #a7a7a7;
    margin: 0 auto;
}
aside .banner {margin-bottom: 20px}


@media (max-width: 999px) {
	.sidebar-menu ul li a{font-size:13px}
	body[class*="blog-"] .sidebar-menu ul li a{font-size:15px}
}
/** --- sidebar --- **/

/** --- product page --- **/
    .prdMainInfo .prdCore {
        display: flex;

        gap: 20px;
    }

    .prdMainInfo .innerPrdMainInfoAction {
        border: 1px solid #9c9c9c;
        border-radius: 0;
        padding: 0px 0px 25px 0px;
        background:#FFF;
    }
    .prdMainInfoAction .productPageFocus {
        background: #f2f2f2;
        padding: 30px 40px 25px;
        margin-top: -10px;
        z-index: -1;
        position: relative;
        border: 1px solid #9c9c9c;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        display: none;
    }
    .prdMainInfoAction .discountBadge{
        border-top-left-radius:0;
        border-top-right-radius:0;
    }
    .priceList .price-new{
        font-weight: 700;
        color: #006729;
        font-size: 40px;
        margin-bottom: 0;
        line-height: 1em;
    }
    .priceList .price-old {
        color: #999;
        text-decoration: line-through;
        margin-left: 0;
        font-size: 30px;
        font-weight: 300;
    }

    .prdMainInfoAction .priceList{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .prdMainInfoAction .priceList .li-omnibus {
        margin-left: 25px;
    }

    .prdInnerInfoData {
        padding: 20px 25px 5px;
    }

   .prdMainInfoAction .priceList .li-omnibus {
        border: 2px solid #00a650;
        padding: 5px 10px;
    }
    .prdMainInfoAction .priceList .li-omnibus a {
        font-size: 14px;
        color: #006729;
        font-weight: 700;
        text-transform: uppercase;
        border: 2px solid #006729;
        border-radius: 35px;
        padding: 5px 15px;
    }

    .prdCore .qtyBlock label{
        display: block;
        font-size: 14px;
        color: #505253;
        font-weight: 700;
        padding-left: 17px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .qtyBlockSelect{
        border:2px solid #00a650;
        border-radius: 0;
    }
    .qtyBlockSelect .btn{
        background: transparent;
        border: 0;
        padding: 0 8px;
    }
    .qtyBlockSelect .btn i {
        border: 0;
        background: #00a650;
        width: 19px;
        height: 19px;
        color: #FFF;
        font-size: 13px;
        line-height: 20px;
        border-radius: 0;
    }

    .qtyBlockSelect .btn:active,
    .qtyBlockSelect .btn:focus{
        outline:none;
        box-shadow: none;
    }
    .qtyBlockSelect .btn:hover i{background:  #006729;}
   
    .qtyBlock{margin-bottom: 0;}
    .qtyBlockSelect #input-quantity{
        border: 0;
        text-align: center;
        width: 35px;
        padding: 0;
        margin: 0;
    }
    .qtyBlock #button-cart{
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        background: transparent;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding-top: 6px;
        padding-bottom: 5px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
        border: 2px solid #00a650;
        color: #006729;
    }

    .qtyBlock #button-cart:hover,
    .qtyBlock #button-cart:focus {
        background: #00a650;
        outline: none;
        color: #FFF;
    }

    .qtyBlock #button-cart i {
        font-size: 26px;
        padding-right: 10px;
        vertical-align: sub;
    }
    .prdMainInfoAction .priceList .oldPriceLi{margin-left: -15px;}
    .prdMainInfoAction .priceList .li-omnibus a i{
        color:#006729;
        padding-right: 5px;
        font-size: 18px;
    }
    .prdCore #product {    padding: 20px 25px;}
    .prdCore .saleDiscountValue{justify-content: initial;}
    .prdCore .saleDiscountPercentage {
        padding: 10px 30px 10px 30px;
    }
    .prdMainInfo > h1 ,.mobiletitle {
        font-size: 40px;
        font-weight: 700;
        color: #505253;
    }
    .mobiletitle{font-size: 30px;}
    .prdCore .prdMainInfoAction {margin-left: auto}
    .prdCore hr{
        margin: 0 25px;
        border-color: #9c9c9c;
    }
    .prdCore .customerCareBlock,.productPageFocus .ppFocus {
        display: flex;
        gap: 20px;
        padding: 20px 40px 5px;
        margin-top: 10px;
    }
    .productPageFocus .ppFocus{padding: 0;}

    .customerCareBlock i,.productPageFocus .ppFocus i {
        color: #00a650;
        font-size: 30px;
    }
    .customerCareBlock .textCustomerCare,.productPageFocus .ppFocus .textCustomerCare {padding-top: 5px}
    .textCustomerCare a {color: #00a650}
    .textCustomerCare h3,
    .productPageFocus .ppFocus .textCustomerCare h3,
    .textCustomerCare p,
    .productPageFocus .ppFocus .textCustomerCare p 
    {
        color: #006729;
        font-size: 16px;
        font-weight: 700;
    }
    .textCustomerCare p,
    .productPageFocus .ppFocus .textCustomerCare p{
        color: #666666;
        font-weight: 400;
        margin-bottom: 0;
    }
    .prdCore .hrclass { margin: 15px auto;}
    .boxNewsletterPrd {
        border: 1px solid #9c9c9c;
        border-radius: 0;
        padding: 0;
		margin-top: 35px;
		margin-bottom: 35px;
    }
    .boxNewsletterPrd h3 {
        background: #ff8800;
        color: #FFF;
        padding: 12px 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .boxNewsletterPrd p{
        font-size: 16px;
        color:#666;
        margin-bottom:0;
        padding: 15px 20px;
    }
    .boxNewsletterPrd .subscribeblock {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 12px 20px;
    }
    .boxNewsletterPrd .subscribeblock a {
        color: #006729;
        background: #FFF;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        padding: 7px 25px;
        border-radius: 0;
        border: 2px solid #00a650;
    }
     .boxNewsletterPrd .subscribeblock a:hover{
        background: #00a650;
        color:#FFF;
    }
   
     .boxNewsletterPrd .subscribeblock small{
        font-size: 8px;
        font-weight: 700;
        text-transform: uppercase;
        color:#666;
     }
	 .prdTechList .isStock,.prdTechList .outOfStock {
		color: #338c42;
		font-weight: 700;
		text-transform: uppercase;
	}
	 .prdTechList .isStock:before,.prdTechList .outOfStock:before {
		content: "";
		width: 8px;
		height: 8px;
		background: #338c42;
		display: inline-block;
		border-radius: 100%;
		margin-right: 5px;
	}
	.prdTechList .outOfStock {color: red}
	.prdTechList .outOfStock:before {background: red}
	.prdTechList li a {color: #666}
	.prdMainInfoData .infoProduct {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.prodMainImage .mainThumb{position:relative}
	.prodMainImage .wishListBlock {
		position: absolute;
		z-index: 1;
		right: 5px;
		bottom: 5px;
	}
	.prodMainImage .wishListBlock button,
	.prodMainImage .wishListBlock button:active,
	.prodMainImage .wishListBlock button:focus	{
		background: transparent;
		border: 0;
		box-shadow: none;
		outline:none;
	}
	.prodMainImage .wishListBlock button:hover i{font-weight:700}
	.prodMainImage .wishListBlock button > i{color:#006729}
	.prodMainImage .wishListBlock button > i:first-child{
		font-size:25px;
	}
	.prodMainImage .wishListBlock button > i:last-child {
		font-size: 17px;
		vertical-align: super;
		padding-left: 4px;
	}
    .prodMainImage .thumbnail {
		border-color: #cccccc;
		border-radius: 0;
	}    
	.short_description > h4 {
		color: #006729;
		font-size: 16px;
		font-weight: 700;
	}
	.prdMainInfoData {max-width: 52%}
	.short-text {
	  max-height: 100px;
	  overflow: hidden;
	  margin-bottom: 10px;
	}


	.read-more-btn {
		border: none;
		background: transparent;
		color: #006729;
		cursor: pointer;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		padding:0;
	}
	.read-more-btn:hover {
	  color: #7fd2a7;
	}
	.btnVideo {
		display: block;
		text-align: center;
		color: #006729;
		font-size: 16px;
		font-weight: 700;
		border: 2px solid #006729;
		border-radius: 0;
		padding: 7px 10px;
		text-transform:uppercase;
	}
	.btnVideo:hover{
		color: #FFF;
		background:#006729;
	}
    .prodMainImage .thumbs-carousel{
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 25px;
    }
    .prodMainImage .thumbs-carousel img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .prodMainImage .thumbs-carousel .image-additionals img {
        border: 1px solid #9c9c9c;
        padding: 10px;
        border-radius: 0;
    }
    .prodMainImage .thumbs-carousel .image-additionals:hover,
    .prodMainImage .thumbs-carousel .image-additionals:focus{outline: none;}
    .prodMainImage .thumbs-carousel .image-additionals:hover img {
        border-color: #00a650;
        outline: none;
    }
    .prodMainImage .thumbs-carousel i.slick-arrow-next {right:-10px}
    .prodMainImage .thumbs-carousel i {
        opacity: 1;
        color: #00a650;
        font-size: 30px;
    }
    .relatedMainBlock {margin-top: 60px}
    .mainDescriptionPrd {margin-top: 15px}
    .mainDescriptionPrd .nav-tabs,
    .mainDescriptionPrd .nav-tabs>li.active>a,
    .mainDescriptionPrd .nav-tabs>li.active>a:focus,
    .mainDescriptionPrd .nav-tabs>li.active>a:hover{
        border: 0;
        padding: 0;
        margin-bottom: 0;
    }
    .shadow{
        box-shadow: 0px 8px 15px rgba(221, 221, 221, 0.7);
        -webkit-box-shadow: 0px 8px 15px rgba(221, 221, 221, 0.7);
        height: 10px;
        margin-bottom: 30px;
        width: 99.6vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
@media (min-width: 1200px) and (max-width: 1599px) {
     .prdMainInfoData{max-width: 100%;}
    .prdTechList {margin-top: 20px}
    .short_description {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .boxNewsletterPrd{margin-top: 20px;}
    .innerPrdMainInfoAction .saleDiscountValue,
    .innerPrdMainInfoAction .saleDiscountPercentage {
        font-size: 16px;
    }

    .prdMainInfoAction .priceList {
        justify-content: initial;
        gap: 30px;
        flex-wrap: wrap;
    }
    .prdMainInfoAction .priceList .li-omnibus {
        margin-left: inherit;
        margin-top: -15px;
    }
    .qtyBlock {
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .prdCore .qtyBlock label {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .qtyBlock #button-cart{margin: 15px 15px 0;}
    .prdCore #product {
        padding: 0;
        margin: 15px 0px 20px 10px;
    }
    .mobiletitle {display: none;}


    .boxNewsletterPrd .subscribeblock{flex-wrap: wrap;}
    .boxNewsletterPrd .subscribeblock small{margin-top: 10px;}
}
@media (min-width: 1000px) and (max-width: 1199px) {
    .prdMainInfoData{max-width: 100%;}
    .prdTechList {margin-top: 20px}
    .prdMainInfo .prdCore{display: block;}
    .short_description {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .boxNewsletterPrd{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .innerPrdMainInfoAction .saleDiscountValue,
    .innerPrdMainInfoAction .saleDiscountPercentage {
        font-size: 16px;
    }

    .prdMainInfoAction .priceList {
        justify-content: initial;
        gap: 30px;
        flex-wrap: wrap;
    }
    .prdMainInfoAction .priceList .li-omnibus {
        margin-left: auto;
        margin-top: inherit;
    }
    .qtyBlock {
        margin-bottom: 15px;
    }
    .prdCore .qtyBlock label {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .qtyBlock #button-cart{
        margin: 0 15px 0;
        font-size: 15px;
    }
    .qtyBlock #button-cart i{font-size: 22px;}
    .prdCore #product {
        padding: 0;
        margin: 15px 0px 20px 10px;
    }
    .mobiletitle {display: none;}

    .boxNewsletterPrd .subscribeblock{flex-wrap: wrap;}
    .boxNewsletterPrd .subscribeblock small{margin-top: 10px;}
    .mainDescriptionPrd {margin-top: 35px}
}
@media (min-width: 576px) and (max-width: 767px) {
.qtyBlock{width: 50%;}
}
@media (min-width: 500px) and (max-width: 999px) {
    
    .qtyBlockSelect #input-quantity{
        margin: 10px 0;
        height: 15px;
        border: 0;
        box-shadow: none;
    }
    
}
@media (min-width: 768px) and (max-width: 999px) {
section.sectionCarouselPrdAndBanner.bannerLeft {
    margin-top: 10px;
}
	.prodMainImage,.prdMainInfo {width: 100%;}
    .prdMainInfo .prdCore{margin-top: 25px;}
    .prdMainInfoData{max-width: 100%;}
    .prdTechList {margin-top: 20px}

    .short_description {margin-top: 25px}
    .innerPrdMainInfoAction .saleDiscountValue,
    .innerPrdMainInfoAction .saleDiscountPercentage {
        font-size: 16px;
    }

    .prdMainInfoAction .priceList {
        justify-content: initial;
        gap: 30px;
        flex-wrap: wrap;
    }
    .prdMainInfoAction .priceList .li-omnibus {
        margin-left: 0;
        /*margin-top: -15px;*/
    }
    .qtyBlock {
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .prdCore .qtyBlock label {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .qtyBlock #button-cart{margin: 15px 15px 0;}
    .prdCore #product {
        padding: 0;
        margin: 15px 0px 20px 10px;
    }
    .prdMainInfo > h1 {display: none;}
    .container.footer-contents{width: auto;}
    footer .colFooter{
        width: 50%;
        margin-bottom: 15px;
    }
    .boxNewsletterPrd .subscribeblock{flex-wrap: wrap;}
    .boxNewsletterPrd .subscribeblock small{margin-top: 10px;}
    .colFooter:nth-child(2), .colFooter:nth-child(4) {border: 0}
    .colFooter:nth-child(3), .colFooter:nth-child(4) {margin-bottom: 0}
}





@media (max-width: 767px) { 
	section.sectionCarouselPrdAndBanner.bannerLeft {margin-top: 5px}
	.prdMainInfo .prdCore{display: block;}
    .prdMainInfoData{max-width: 100%;}
    .prdTechList,.prdMainInfoData {margin-top: 10px}
    .prdMainInfoData{align-items: center;margin-bottom: 15px;}
    .boxNewsletterPrd {display: none}
    .short_description {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .innerPrdMainInfoAction .saleDiscountValue {font-size: 14px}
    .prdMainInfoAction .priceList {
        justify-content: initial;
        gap: 30px;
        flex-wrap: wrap;
    }
    .prdMainInfoAction .priceList .li-omnibus {
        margin-left: 0;
        margin-top: 2px;
		padding: 5px 10px !important;
    }
    .qtyBlock {
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .prdCore .qtyBlock label {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;

    }
    .qtyBlock #button-cart{margin-top: 15px;}
    .prdCore #product {
        padding: 0;
        margin: 15px 0px 20px 10px;
    }
    .link-brandimg{display: none;}
     .discountBadge .saleDiscountPercentage {
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 667px) { 
.saleDiscountValue{padding: 6px;        min-height: 52px;}
    .saleDiscountValue {
        white-space: initial;
        font-size: 11px;

    }
}
@media (max-width: 499px) { 

    .saleDiscountValue {
        white-space: initial;
        font-size: 15px;
    }

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

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

.account-login .well {
    padding: 30px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    min-height: 415px;
    border: 2px solid #006729;
}

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


.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: #006729;

}

.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 a {
    display: block;
    padding: 25px;
    height: 100%;
    border: 2px solid #00a650;
    border-radius: 0;
}

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

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

.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: #006729;
    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;
}


@media (min-width: 1400px) {
   .account-account  #breadcrumb-wrapper + .container {
        max-width: 1366px;
    }
}

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

/** --- checkout page --- **/
.table-responsive .table thead {
    background: #006729;
    color: #FFF;
}

.panel-group .panel>.panel-heading {
    margin: -1px;
    padding: 10px 20px 13px;
    color: #fff;
    background-color: #006729;
    border-color: #ddd;
    text-transform: uppercase;
    border-radius: 0;
} 
.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;
}
.checkout-cart .input-group.btn-block > input {
    min-width: 65px;
}
/** --- checkout page --- **/

.alert.alert-success.alert-floating i {color: #006729}
.alert.alert-success.alert-floating a {
    color: #666;
    font-weight: 600;
}
.alert.alert-success.alert-floating a:hover{color: #006729}

.alert.alert-success.alert-floating {
    width: 450px;
    background: #FFF;
    border-color: #006729;
    color: #666;
	z-index:999;
}
@media (max-width: 767px) {
	.alert.alert-success.alert-floating {
		width: auto;
		right: 0;
		margin: 0 15px 0 12px;
	}
}
.rendered-form .form-group{padding-left:0}
.rendered-form .form-control {min-height: 42px}
.rendered-form textarea.form-control{min-height:10em}

.information-information-4 #content h2 {
    color: #00a091;
    font-size: 32px;
}  
section.sectionCarouselPrdAndBanner.bannerRight .banner img {
    margin-left: auto;
}
section.sectionCarouselPrdFull,
section.sectionCarouselPrdAndNewsletter,
section.sectionTabs {
    margin-top: 25px;
}

.auth-eu-logo {
    cursor: help;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 105px;
}

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


/** pagina newsletter custom **/
.information-information-15 .newsletter-container {
    background: no-repeat;
    min-height: 100%;
    background-position: center;
}
.information-information-15 .newsletter-container>div:first-child{display: none;}
.information-information-15 .newsletter-form{position: initial;}
.information-information-15 .newsletter-form>span{display: none;}
.information-information-15 .newsletter-form>p{display: none;}
/** pagina newsletter custom **/

/** pagina brand **/
.product-manufacturer #content h2 + .row {
    margin-bottom: 15px;
}
.product-manufacturer #content h2 {
    position: relative;
    margin-left: 0;
    margin-bottom: 18px;
    padding-top: 12px;
    padding-bottom: 7px;
    border-bottom: 1px solid #006729;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.product-manufacturer #content .row > div a:hover{color:#006729;}

/** --- pagina brand --- **/

/** --- forms --- **/
.digitcart-form-builder .rendered-form .formbuilder-checkbox-inline label a {color:#666}
@media (max-width: 767px) {
.digitcart-form-builder .formbuilder-checkbox-inline {
    display: flex;
    align-items: self-start;
}
.digitcart-form-builder .rendered-form .formbuilder-checkbox-inline label{font-size: 13px;}
}
/** --- forms --- **/

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

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

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

.information-contact .panel-body {
	padding: 30px 30px 25px;
    background: #FFF;
    border-radius: 0;
    text-align: center;
    border: 1px solid #006729;
}

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

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

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

.information-contact .panel-body strong {
    font-size: 20px;
    font-weight: 600;
    color: #006729;
}

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

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

/** --- section vloghome--- **/

section.sectionVlog {
    position: relative;
    background-image: url('/image/catalog/dev/vlogbk.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f7f7f7;
    margin-top: 25px;
    padding-top: 45px;
} 

.vblog-module {
    padding: 30px 15px; 
}



.vblog_item a.mobx {
    text-decoration: none;
    display: block;
}


.vblog_item {
    margin-bottom: 20px; 
    padding-left: 30px;  
    padding-right: 30px; 
}


.vblog_item .image {
    position: relative;
    margin-top: 20px; 
    margin-left: 30px;
    margin-right: 30px; 
}


.common-home .vblog_item .image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 4px solid #00a14d; 
    z-index: 0;
    box-sizing: border-box;
}

.vblog_item .image img {
    position: relative;
    z-index: 1; 
    width: 100%;
    height: auto;
    display: block;
}


.vblog_item .image .ico-ui {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: #0b7840; 
    color: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    padding-left: 5px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}


.vblog_item a.mobx:hover .image .ico-ui {
    transform: translate(-50%, -50%) scale(1.1);
    background-color:#ff8800;
}


.vblog_item .summary {
    margin-top: 20px;
}

.vblog_item .ui_title {
    text-align: center;
    color: #505253;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}


.vblog_item {
  display: block;
}

.vblog_item .summary {
  display: flex;
  gap: 25px;
}

.common-home .vblog_item .summary .summary-content {
  width: calc(100% - 44px);
}

body:not(.common-home) .vblog_item .image {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.vblog_item .image img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}

.vblog_item .vblog_stats {
  margin-bottom: 15px;
  color: #72b52b;
  font-weight: 600;
  width: 100%;
}

.vblog_item .vblog_stats i {
  font-size: 18px;
  margin-right: 6px;
}

.vblog_item .vblog_title {
    color: #505253;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
}

.vblog_item .ico-vlog {
    position: absolute;
    z-index: 1;
    top: 45%;
    left: 42%;
    background-color: #0b7840;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    opacity: 0.2;
  
}
.vblog_item:hover .ico-vlog{
    opacity: 1;
    background-color: #ff8800;
}

.vblog_item p {
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}

.vblog_item .vblog_desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 105px;
  color: #666;
}

.vblog_item:hover .image img {
  transform: scale(1.1);
}


/** ui filter */
.grid-box .items-filter {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e9e9e9
}

.grid-box .items-filter:last-child {
	border-bottom: none
}

.grid-box .items-filter h2 {
	font-weight: bold;
	color: #555 !important;
	font-size: 22px !important;
	margin: 0 !important
}

.grid-box .items-filter a {
	margin-bottom: 5px;
	display: inline-block;
        color: #555555;
}

.grid-box .items-filter a:hover {
	opacity: .7;
	text-decoration: underline;
    color: #006729;
    border-bottom: 0;
}
.filter-button-group {
	background-color: #175f2b;
	padding: 10px;
	position: relative;
	border-radius: 6px
}

.filter-button-group .btn-filter {
	border-radius: 4px;
	border: none;
	background-color: #175f2b;
	color: #fff;
	box-shadow: none !important;
	padding: 8px 14px;
	font-weight: bold
}
.filter-button-group .btn-filter:hover{background-color: #ff8800;}


@media (max-width: 768px) {
	.grid-box .items-filter {
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e9e9e9
	}

	.grid-box .items-filter h2 {
		font-weight: bold;
		color: #555 !important;
		font-size: 22px !important;
		margin: 0 0 10px 0 !important
	}
    .sectionBrandCarousel{margin-bottom: 35px;}
    .blog-module .mf_block_title{margin-bottom: 25px;}
}
@media (max-width: 767px) {
.colFooter:not(:last-child){padding-bottom: 0;}
}

@media (max-width: 1199px) {
	.filter-button-group {
		padding-bottom: 10px
	}
}

