body {
    font-family: "Lato", sans-serif;;
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    min-width: 360px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    margin: 0 0 0.75em;
	line-height: 1.4em;
}

/* 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: #555;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

legend {
    padding: 7px 0px;
}

label {
    font-weight: normal;
}

p {
    margin-bottom: 2em;
}

@media (min-width: 1200px) {
    .container {
        width: auto;
        max-width: 1560px;
    }
}

.so-page-builder .container {
    overflow: visible !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

body .wysiwyg {

    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: #00b7ad;
}

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: #00b7ad;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

body .wysiwyg a:focus,
body .wysiwyg a:active,
body .wysiwyg a:hover {
    border-bottom-color: #00b7ad;
}

/* 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: #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    /* padding: 4px 0px 3px 0; */
    margin: 0 0 5px 0;
    min-height: 28px;
}

#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 */

#logo {
    margin: 0 0 10px 0;
}

/* search */

#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 41px;
    line-height: 20px;
    padding: 0 15px;
	border: 2px solid #00a598;
	border-radius:5px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#search .input-lg::placeholder{
	font-size:14px;
	color:#a1a1a1;
	font-weight:500;
}

#search .btn-lg {
	font-size: 13px;
    line-height: 19px;
    padding: 11px 45px;
    background: #00857b;
    border: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* cart */

#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 .dropdown-menu:before {
    display: inline-block;
    position: absolute;
    top: -17px;
    right: 26.5%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #e86036 transparent;
}

.cart-free-shipping {
	margin: -20px -20px 15px;
    background: #e86036;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0px 0px 0 0;
    padding: 4px 0px 7px;
    font-weight: 900;
}
#cart .has-scroll {
    overflow: auto;
    max-height: 317px;
}

#cart .has-scroll {
    scrollbar-width: thin;
    scrollbar-color: #e86036 #fff;
}

#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: 5px;
    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 #e7e7e7;
    border-radius: 10px;

}

#cart .cart-products a {
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 700;

}

#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: #00857b;
}

#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: 6px;
}



#cart .text-danger button i{color:#FFF}

#cart .text-danger button:focus,
#cart .text-danger button:active,
#cart .text-danger button:active:focus,
#cart .text-danger button:active:hover,
#cart .text-danger button:hover {
    background-color: #bf433f;
    color: #fff !important;
}

#cart .cart-totals {
    font-size: 16px;
}
#cart .cart-price {
    font-weight: 600;
}

#cart .cart-totals .text-right:first-of-type strong {
	margin-top: 15px;
    color: #777777;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 5px;
    font-size: 17px;
}


#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: 18px;
    color: #00857b !important;
    font-weight: 700 !important;
}

#cart .table.cart-totals .cart_total > td{
    border-color: #4bc0b4;
}

#cart .button-container > a:first-child {
    background: #FFF;
    color: #00857b;
    border-color: #FFF;
    box-shadow: 0px 0px 7px 0px #ccc;
}

#cart .button-container > a:first-child:hover{
	background: #1eaab4;
    color: #FFF;
    border-color: #1eaab4;
    box-shadow: none;
}

#cart .button-container > a:last-child:hover{
	background: #FFF;
    color: #00857b;
    border-color: #FFF;
    box-shadow: 0px 0px 7px 0px #ccc;
}

.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: 1199px) {
section.actionTopBar{display:none}	
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    /* min-width: 427px; */
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* footer */

footer {
    margin-top: 30px;
    padding-top: 30px;
	background-color: #FFF;
    color: #e2e2e2;
	-webkit-box-shadow: inset 0px 10px 15px 0px rgba(221,221,221,0.4); 
	box-shadow: inset 0px 10px 15px 0px rgba(221,221,221,0.4);
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a, footer .colFooter {
	font-size: 15px;
    color: #666;
    line-height: 2.2em;
    font-weight: 500;
}

footer a:hover {
    color: #00857b;
}

footer h5 {
	 margin-top: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #00857b;
    text-transform: uppercase;
}

footer .col-footer-logo.colFooter {
    margin-top: 25px;
}

footer .footerAddress p{
	line-height: 1.2em;
    margin-bottom: 0;
}
footer .footerAddress {
    display: flex;
    gap: 15px;
    align-items: baseline;
    margin-top: 25px;
}

footer .footerAddress a{
	color:#00857b;
	font-weight:700;
	    line-height: 1.2em;
}

footer .colFooter i {
    color: #00b7ad;
    font-size: 20px;
}
footer .footerContacts {
    margin-top: 20px;
}
footer .col-footer-logo .footerContacts {
    margin-top: 0;
}
footer .footerContacts .fc-email a{color:#00b7ad;font-weight:600}
footer .footerContacts li {
    margin-bottom: 10px;
}

footer .footerContacts li i {
    padding-right: 30px;
}
footer .footerContacts li.fc-social i,
footer .footerContacts .footer-social-text
{
    padding-right: 15px;
	color:#00857b;
	font-size: 26px;
}

footer .footerContacts li .footer-social-text {
    font-size: 20px;
    font-weight: 700;
	color:#00857b;
    text-transform: uppercase;
	display:block;
    margin-bottom:10px;
}
footer .footerContacts li.fc-social a {
    padding: 0 5px 0 0;
}

footer .footerContacts li.fc-social {
    margin-top: 30px;
}

footer .cc_number {
    color: #00857b;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sectionFooterCredits {
    background: #00857b;
	padding: 30px 0 0;
	margin-top: 30px;
    box-shadow: inset 0 8px 10px -6px rgba(0, 0, 0, 0.3); 
}
.sectionFooterCredits .payment-method {
    margin-bottom: 15px;
}
.sectionFooterCredits .footerCopy a,.sectionFooterCredits .footerCopy{
	color:#FFF;
	font-size:15px;
     margin-bottom: 15px;
}
footer .payment-method img {
    display: inline-block;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 3px;
    padding: 3px;
    margin-top: 4px;
}

@media (min-width: 996px) {

   footer .payment-method img {
        margin-right: 0;
        margin-top: 0px;
        margin-left: 2px;
    }
}


@media (max-width: 767px) {
	.sectionFooterCredits .payment-method{padding: 0 10px}
	.sectionFooterCredits .footerCopy{
		padding: 0 10px;
		margin-bottom: 70px;
		border-bottom: 2px solid #FFF;
	}
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}

.alert.alert-floating {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 300px;
    z-index: 10;
}

.alert.alert-floating .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 21px;
}

/* breadcrumb */

.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    background: initial;
	color:#858585;
	text-align:right;
}

.breadcrumb i {
    font-size: 15px;
	color:#858585;
}

.breadcrumb > li {
    padding-right: 10px;
    position: relative;
    white-space: nowrap;
    font-size: 13px;
	color:#858585;
}
.breadcrumb > li a{color:#858585}

.breadcrumb > li + li:before {
    content: "";
    padding: 0;
}

.breadcrumb > li:not(:last-child):after {
    content: "\f101";
    display: block;
    position: absolute;
    font-size:9px;
	color:#858585;
	font-family:"Font Awesome 5 Pro";
    top: 3px;
    right: 0px;
}


.r2-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

.r2-pagination li {
    display: inline-block;
    border-radius: 6px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #00857b;
}
.r2-pagination li.prev,
.r2-pagination li.first,
.r2-pagination li.next,
.r2-pagination li.last{border-color:#4bc0b4}


.r2-pagination li+li {
    margin-left: 7px;
}

.r2-pagination a, .r2-pagination span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.r2-pagination li a {
    color: #666;
	font-weight: 500;
}

.r2-pagination li a:hover {
    color: #4bc0b4;
}

.r2-pagination li span {
    color: #4bc0b4;
}

.r2-pagination li.prev, .r2-pagination li.next, .r2-pagination li.first, .r2-pagination li.last {
    background: #4bc0b4;
}

.r2-pagination li.prev:hover, .r2-pagination li.next:hover, .r2-pagination li.first:hover, .r2-pagination li.last:hover {
    background: #00857b;
    border: 1px solid #00857b;
}

.r2-pagination li.prev a, .r2-pagination li.next a, .r2-pagination li.first a, .r2-pagination li.last a {
    color: #fff;
}

.r2-pagination a:hover, .r2-pagination a:focus, .r2-pagination a:active, .r2-pagination .active span {
    border: 0;
}

.r2-pagination li.active,.r2-pagination li:hover{
	border-color:#4bc0b4;
}
.row.pagination-row {
    margin-top: 20px;
    margin-bottom: 15px;
}

/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
}



.btn-primary,.btn-default  {
    color: #ffffff;
    background-color: #00857b;
	border:0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #00b2a9;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
    background-color: #da4f49;
	border:0;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    background-color: #00857b;
	border:0;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #00b7ad;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.sidebar-menu {
    margin-bottom: 40px;
}
.sidebar-menu>ul {
	margin: 0;
    padding: 22px 33px;
    background: #efefef;
    border-radius: 10px;
}

.sidebar-menu li>span {
    display: flex;
    align-items: center;
    padding: 11px 0;
}

aside .banner{margin-bottom:40px}
.banner img {
    border-radius: 10px;
}
.sidebar-menu li ul {
    flex: 0 0 100%;
    padding-left: 20px;
}

.sidebar-menu li li {
    padding: 2px 0;
}

.sidebar-menu i{color:#00857b}
.sidebar-menu li li a {
    color: #444;
}

.sidebar-menu li:last-child {
    margin-bottom: 0;
}

.sidebar-menu a {
    display: inline-block;
    flex-shrink: 1;
    flex-grow: 1;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.sidebar-menu a:hover, .sidebar-menu a:focus, .sidebar-menu a:active, .sidebar-menu a:active:hover, .sidebar-menu a:active:focus, .sidebar-menu a.active {
    color: #00857b;
}

.sidebar-menu .toggle {
    cursor: pointer;
    flex-shrink: 1;
    flex-grow: 0;
    color: #00857b;
}

.sidebar-menu .toggle.collapsed i:before {
    content: "\f055";
}

/* carousel */
.slick-slide img {
    margin: 0 auto;
}

.slick-dots {
    display: block;
    opacity: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transition: all 0.3s ease 0s;
}



.slick-slider:hover .slick-dots {
    opacity: 1;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    cursor: pointer;
    outline: none;
    padding: 5px;
    border: 0;
    background: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.slick-dots li button::before {
    content: "";
    display: block;
    opacity: 0.5;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #dbdbdb;
    font-size: 0;
    line-height: 0;
}

.slick-dots li.slick-active button::before {
    /* opacity: 0.75; */
	background:#FFF ;
}

.slick-arrow {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.slick-slider:hover .slick-arrow {
    opacity: 1;
}

.slick-arrow-prev {
    left: 0;
    transform: translate(50%, -50%);
}

.slick-arrow-next {
    right: 0;
    transform: translate(-50%, -50%);
}

.carousel-caption {
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: "\f053";
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: "\f054";
    font-family: FontAwesome;
}

/* product list */
.product-grid > div {
    margin-bottom: 20px;
}

.product-thumb {
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
    overflow: auto;
	border-radius:10px;
	border-top-right-radius: 0;
}

.product-thumb .image {
    position: relative;
    text-align: center;
	margin-bottom:4px;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;

}

.product-thumb:not(.row-product) .image img {width: 100%;}

.product-thumb h4 a {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-thumb .caption {
    padding: 0 20px;
	min-height:115px;
}

.row-product .caption{
    padding: 20px 20px 13px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.product-thumb .sale,
.productpage .sale,
.prdMainImg .sale {
	position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    border: 1px solid #ff6833;
    background: #ff6833;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    color: #FFF;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.row-product .sale {
    left: 0;
	line-height:30px;
}

.sale-diff {
    font-size: 14px;
    font-weight: 700;
    color: #ff6833;
}
.no-sale-diff {
    min-height: 22px;
}
.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: #00857b;
    font-size: 21px;
    font-weight: 900;
	margin-bottom: 5px;
}

.product-thumb .caption h4 {
    margin-bottom: 2px;
        max-height: 50px;
    overflow: hidden;
}
.product-thumb .product-row-details .caption h4 {
    margin-bottom: 15px;
}

.product-thumb .price-old {
	font-size:18px;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
	   font-weight: 400;
}

.product-thumb .price-tax {
    color: #999;
    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: 100%;
    border: none;
    /* background-color: #eee; */
    color: #FFF;
	font-size:13px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.cartActionWrapper > button {
    display: flex;
    border: 0;
    background: #FFF;
    margin: 0;
    padding: 0;
	gap: 10px;
}

.cartActionWrapper .textCart {
    background: #4bc0b4;
    color: #FFF;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 25px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.row-product .cartActionWrapper .textCart {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


.cartActionWrapper .iconCart {
    font-size: 24px;
    color: #00857b;
	align-content: end;
}

.cartActionWrapper button:hover .textCart {
    background: #ff6833;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.r2-side-menu-open .cookie-bar.cookie-bar--minimized {
    display: none !important;
}

.hermes__openpharm__eulogo {
    display: block;
    max-width: 100px;
}

#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 20px;
  font-size: 14px;
  
}

.topbar .free-shipping {
    background: #4bc0b4;
    min-height: 54px;
    padding: 14px 60px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.topbar .free-shipping a {
    color: #FFF;
    font-size: 14px;
    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: #00a69a;
    font-size: 13px;
    font-weight: 800;
}

.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: 4px 20px;
    margin-right: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

.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: 900;
    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: #00a69a;
    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 20px;
  margin-bottom:0;
}

.main-header  .topStaticMenu  li {
    float: left;
    margin: 0 15px;
}

.header-item {
  display: flex;
  align-items: center;
  color: #00b2a9;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  gap: 15px;
}

.header-item .text {
    padding-right: 40px;
}

.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:#00857b;
	font-weight:700;
	font-size:16px;
}
.topCustomerCare .contact-info i {
    font-size: 20px;
    color: #4bc0b4;
    margin-right: 10px;
    margin-top: 1px;
    text-align: center;
  }



/* .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: #00857b;
	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 {
    font-weight:500;
	color:#858585;
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	
}
.header-item #cart button {
    background: transparent;
    border: 0;
    text-align: left;
    text-transform: uppercase;
}

.header-item i {
  font-size: 32px;
  margin-bottom: 0px;
}

.logo {
/*   text-align: center;
  flex-grow: 1; */
}
.header-static-menu,.logo  {
    flex-grow: 1;
    justify-items: center;
}

.header-static-menu {
    position: relative;
    left: -20px;
}

.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;
}

.sectionSearch .innerSearchContainer #search{
	margin:7px 5%;
	/* border:2px solid #00a598; */
	border-radius: 10px;
}

#collapse-checkout-option .col-sm-6 + .col-sm-6 {
    margin-top: 15px;
}

.actionTopBar{display:flex}
.actionTopBar {
    background: #f4f4f4;
    padding: 6px 25px;
    border-radius: 10px;
}

.menuBlock{
	background: #FFF;
    border-bottom: 2px solid #4bc0b4;
}

.menu-mobile-fixed {
    background-color: #2eb7ac;
    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 {
    color: #FFF;
    font-size: 33px;
}

.menu-mobile-fixed .r2-open-side-menu-wrapper button {
    margin: 0 auto;
    padding: 0;
    padding-left: 10px;
    position: relative;
    top: 3px;
	border: 0;
    background: transparent;
}
.menu-mobile-fixed .r2-open-side-menu-wrapper i {
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
}
.menu-mobile-fixed .mobile-cart{position:relative}
 .menu-mobile-fixed .mobile-cart #cart-total {
    position: absolute;
    top: -3px;
    right: 0px;
    background: #ec864e;
    color: #FFF;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    font-weight: 600;
	display:none;
}
@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}
}

@media (min-width: 1200px) and (max-width: 1249px) {
	.main-header{padding:15px 8px}
}
@media (min-width: 1201px) {
    .menu-mobile-fixed {
        display: none;
    }
}

@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: 13;
    --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: 15;
    --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: 10px 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:#555;
    font-size: 13px;
	font-weight:600;
	text-transform:uppercase;
    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: #00857b;
  }
  .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: #00857b;
  }
  .r2-mainmenu .dropdown > .dropdown-menu > ul > li > a::after {
    content: "";
    display: block;
    width: 0;
    border-bottom: 1px solid #00857b;
    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: #00857b;
  }
  .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;
  }
}

@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;
    }
}

@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}
}
@media (max-width: 992px) {
	.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: 75px;
    }
	.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;
	}
	header.ui-header .innerSearchContainer {border-bottom:2px solid #2eb7ac}
	header.ui-header.ui-fixed-menu .innerSearchContainer {
		/* top: -80px; */

	}
	.menu-mobile-fixed #cart .dropdown-menu{display:none}
}

/** --- topbar --- **/

/** --- slider --- **/
@media (max-width: 996px) {
  #slideshow0 {
    display: none;
  }
}
@media (min-width: 996px) {
  #slideshow1 {
    display: none;
  }
}
/** --- slider --- **/

/** --- multiple featured --- **/
.title-image {
  font-weight: 900;
  font-size: 28px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  padding-left: 0;
  color: #009990;
  margin-top: 5px;
  flex-grow: 1;
}

.title-image:before {
    content: url('/image/catalog/dev/iconLogo.jpg');
    padding-right: 15px;
    position: relative;
    top: 0;
}

.title-image:after {
  content: "";
  flex-grow: 1;
  margin-left: 20px;
  height: 5px;
  flex-basis: 0;
  min-width: 0;
  background: #00b7ad;
}
.mf_block_title {
    display: flex;
    flex-direction: row;
    position: relative;
}

.generic-arrows{
	align-content: normal;
    background: #FFF;
    position: relative;
    top: 0px;
}
.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
{
	transform: initial;
    color: #00857b;
    border: 2px solid #00857b;
    border-radius: 100%;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
}
.standardCarousel .slick-arrow{
	 color: #00857b;
    border: 2px solid #00857b;
    border-radius: 100%;
    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;
}
@media (max-width: 667px) {
.generic-arrows{
	width: 110px;
	top: 10px;
	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;
}



/** --- multiple featured --- **/

/** --- home tabs --- **/

.modules-tab-top-flush .title-image{margin-bottom:10px}
.modules-tab-top-flush .title-image:after{display:none}
.modules-tab-top-flush .ui-tabs {
        margin-right: 70px;
 }
.modules-tab-top-flush .ui-tabs li {
    display: inline-block;
    margin-left: 10px;
}
.modules-tab-top-flush .ui-tabs {
    list-style: none;
    padding: 0;
    margin-left: -10px;
    white-space: nowrap;
    text-align: center;
}
.modules-tab-top-flush .ui-tabs li a {
    display: inline-flex ;
    margin-bottom: 0 ;
    font-weight: 900 ;
    text-align: center ;
    white-space: normal ;
    background-image: none;
    padding: 10px 20px ;
    font-size: 16px ;
    border-radius: 6px ;
    align-items: center ;
    justify-content: center ;
    line-height: 18px ;
    transition: 0.15s;
    color: #777;
	text-transform:uppercase;
    text-decoration: none;
    height: 30px;
    min-width: 135px;
}
	.modules-tab-top-flush .ui-tabs li.active a,.modules-tab-top-flush .ui-tabs li:hover a {
		background-color: #4bc0b4;
		color:#FFF;
	}
@media (min-width: 993px) {

	
	.modules-tab-top-flush .slick-arrow {
		cursor: pointer;
		position: absolute;
		top: 50%;
		z-index: 2;
		transition: all 0.15s ease 0s;
		width: 26px;
		height: 26px;
		border-radius: 0;
		background-color: transparent;
		border: none;
		color: #10568f;
		display: flex;
		align-items: center;
		justify-content: center;

	}
    .modules-tab-top-flush .modules-tab-top-flush-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        margin-bottom: 35px;
		border-bottom: 2px solid #00b7ad;
    }



    .modules-tab-top-flush .slick-arrow-prev {
        left: auto;
        transform: translate(0);
        top: -82px;
        right: 40px;
    }

    .modules-tab-top-flush .slick-arrow-next {
        left: auto;
        transform: translate(0);
        top: -82px;
        right: 7px;
    }
}
/** --- home tabs --- **/


/** --- newsletter --- **/
@media (min-width: 996px) {
  .newsletter {
	background-image: url(/image/catalog/dev/bknewsletter2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border-radius: 10px;
    background-color: #ededed;
    display: flex;
    align-items: stretch;
    padding: 0 100px 0 35px;
	min-height: 345px;
  }
  
}
@media (max-width: 995px) {
  .newsletter {
    border-radius: 7px;
    background-color: #eee;
    display: flex;
    align-items: stretch;
    padding: 0 35px 0 35px;
	margin-bottom: 30px;
  }
  .newsletter .nl-content p{max-width: 70%;}
  
}
.newsletter .image-nl {
  margin-bottom: -40px;
}
@media (min-width: 996px) {
  .newsletter .image-nl {
    width: 56%;
    margin-bottom: 0;
/*     display: flex;
    align-items: end; */
	position: relative;
        left: 5%;
  }
}
.newsletter .image-nl img {
  display: block;
  /* width: 100%; */
  max-height:400px;
}
.newsletter .nl-copy {
  padding: 30px 0;
  position: relative;
}
@media (min-width: 996px) {
  .newsletter .nl-copy {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.newsletter .nl-content {
  display: flex;
  flex-wrap: wrap-reverse;
}
@media (min-width: 996px) {
  .newsletter .nl-content {
    align-items: center;
    flex-wrap: wrap;
	/* justify-content: space-between; */
  }
}
.newsletter .nl-content div {
  width: 100%;
}
@media (min-width: 996px) {
  .newsletter .nl-content div {
    width: calc(100% - 225px);
  }
}
.newsletter .nl-content h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3px;
  color:#00857b;
  font-size: 25px;
}
@media (min-width: 996px) {
  .newsletter .nl-content h3 {
        font-size: 33px;
        font-weight: 300;
  }
}
.newsletter .nl-content h3 strong {
  font-weight: 700;
  display: block;
  font-size:33px;
}
.newsletter .nl-content p {
  font-size: 16px;
  color: #777;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 75%;

}
.newsletter label {
    font-size: 12px;
    color: #5b5b5b;
    line-height: 1.2;
}

section.newsletter .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}
.newsletter a {
  font-size: 12px;
  color: #5b5b5b;
  text-decoration: underline;
}
.newsletter a:hover {
  text-decoration: none;
}
.newsletter input[type="checkbox"],
.newsletter input[type="radio"] {
  margin-top: 0 !important;
}
.newsletter .input-group {
  display: block !important;
}

.newsletter #email {
    height: 42px;
    border: 0;
    border-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.newsletter .input-group .btn {
	padding: 8px 25px;
    background: #00857b;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.newsletter .input-group .btn:hover{
	background:#00857b !important;
}
@media (min-width: 769px) {
  .newsletter .input-group {
    display: flex !important;
	max-width:70%;
  }
  .newsletter .input-group .btn {

  }
}
.ColNewsletter > .newsletter .input-group .form-control {
	border: 0;
    border-radius: 0;
    height: 42px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.ColNewsletter > .newsletter .input-group .form-control::placeholder {
    font-size: 16px;
}

@media (max-width: 769px) {
  .newsletter .input-group .form-control {
    margin-bottom: 20px;
  }
}
.newsletter .badge-pr {
background-color: #ff6833;
    width: 100px;
    height: 100px;
    border: 3px solid #FFF;
    border-radius: 1000px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    position: relative;
    top: -50px;
    left: -60px;
    font-size: 40px;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.19); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.19);
}
@media (max-width: 1199px) {
	
	.ColBanners .row > div {
		width: 50%;
		margin-top: 40px;
	}
	.ColBanners .row > div .banner img {margin: 0 auto}
}
@media (max-width: 996px) {

  .newsletter .badge-pr {
    position: absolute;
    top: 17px;
    left: 90%;
  }
  
}
@media (max-width: 767px) {
	.ColNewsletter > .newsletter .input-group .form-control{width: 50%;}
	.newsletter .input-group .btn{    height: 42px;}
	.newsletter .badge-pr{display:none}
	.newsletter .nl-content h3 strong{font-size:30px}
	.newsletter .nl-content p { max-width: 100%}
	.ColBanners .row > div{width:100%}
}
section.sectionBannerHome {
    margin-top: 30px;
    margin-bottom: 60px;
}
/** --- newsletter --- **/

/** --- home latest blog --- **/
.blog-module-latest .title-image:after{display:none}
.blog-module-latest .title-image{margin-bottom:10px}
.blog-module-latest .mf_block_title{
	border-bottom: 2px solid #00b7ad;
	margin-bottom: 35px;
}
.blog-module-latest .generic-arrows{align-content:center}

.blog-module-latest .blog_item img {
    border-radius: 10px;
}

.blogDate i {
    font-size: 16px;
	padding-right: 5px;
}
.blogDate {
    color: #00857b;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    margin: 20px auto;
    padding-bottom: 6px;
    border-bottom: 2px solid #4bc0b4;
}
.blog-blog .blogDate{border-bottom:0}

.blog_item .blog_title > a {
    color: #666;
    font-size: 16px;
	font-weight:700;
    line-height: 1.2em;
}
.blog-description-prev{
	font-size:14px;
	color:#555;
	min-height: 65px;
}

.blog_item .read-more {
    display: block;
    margin-top: 15px;
}

.read-more > a {
	font-size:13px;
	font-weight:700;
    color: #FFF;
    text-transform: uppercase;
    background: #00857b;
    padding: 6px 35px;
    text-align: center;
    border-radius: 7px;
    display: inline-block;
}
.read-more > a > i{font-size:9px}
.read-more:hover > a {background:#4bc0b4}


/** --- home latest blog --- **/

/** --- product page --- **/

body[class^="product-product-"] .thumbnails li:first-child {
    position: relative;
}

body[class^="product-product-"] .thumbnails .btn-group {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

button.btn.btn-default:focus,button.btn.btn-default:hover {
    background: #4bc0b4;
    outline: none;
}

button.btn.btn-default:focus i,button.btn.btn-default:hover i {
    color: #FFF;
}

body[class^="product-product-"] .thumbnails button {
	color: #4bc0b4;
    font-size: 25px;
    line-height: 1;
    background: #FFF;
    box-shadow: none;
    border: 2px solid #00857b;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    padding: 0;
    text-align: center;
    line-height: 42px;
}

body[class^="product-product-"] .thumbnail {
    padding: 15px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}

body[class^="product-product-"] .thumbnail:hover {
    border: 1px solid #009b93;
}

body[class^="product-product-"] h1,body[class^="product-product-"] .mobile-title h2 {
    margin: 0 0 40px;
    padding: 0;
    border: 0;
    color: #666;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
body[class^="product-product-"] .mobile-title h2{margin-bottom:15px}

body[class^="product-product-"] h1:before, body[class^="product-product-"] h1:after {
    display: none;
}

body[class^="product-product-"] .info-container {
    margin-top: 30px;
    font-size: 15px;
	font-weight:500;
}

body[class^="product-product-"] .info-container .inStock {
    color: #2eb7ac;
    font-weight: 600;
    text-transform: uppercase;
}

body[class^="product-product-"] .info-container .outOfStock {
    color: #f00;
    font-weight: 600;
    text-transform: uppercase;
}

body[class^="product-product-"] .info-container a {
    color: #666;
}
body[class^="product-product-"] .info-container i {
    color: #2eb7ac;
	font-size:16px;
}

body[class^="product-product-"] .price-container {
    margin-bottom: 30px;
    padding: 30px 0;
    border-top: 2px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
}

body[class^="product-product-"] .price-container .actual-price {
    color: #009b93;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1;
}

body[class^="product-product-"] .price-container .old-price {
    color: #999;
	font-weight:500;
    font-size: 22px;
    line-height: 1;
}

body[class^="product-product-"] #product {
	padding: 20px 25px;
    background: #f6f6f6;
    border-radius: 10px;
}

body[class^="product-product-"] #product .control-label {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

body[class^="product-product-"] #product .input-group {
    margin: 0 20px;
    display: inline-table;
    max-width: 110px;
}

body[class^="product-product-"] #product #input-quantity-minus {
    padding: 0 10px;
    height: 42px;
    background: #FFF;
    border: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #999;
    text-align: center;
    outline: 0;
}

body[class^="product-product-"] #product #input-quantity {
    height: 42px;
    background: #FFF;
    border: 0;
    font-weight: 900;
    text-align: center;
    box-shadow: none;
}

body[class^="product-product-"] #product #input-quantity-plus {
    padding: 0 10px;
    height: 42px;
    background: #FFF;
    border: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #999;
    text-align: center;
    outline: 0;
}

body[class^="product-product-"] #product #button-cart {
	padding: 12px 35px;
    background: #4bc0b4;
    font-size: 16px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
}

body[class^="product-product-"] #product #button-cart:hover {
    background: #00857b;
}

body[class^="product-product-"] #product .form-group {
    margin-bottom: 0;
}

body[class^="product-product-"] #content .description-container h2,
body[class^="product-product-"] #content .related-products h2
{border-color:#2eb7ac}
body[class^="product-product-"] .description-container {
    margin: 30px 0 20px;
}
.omnibus a {
    color: #777;
    font-size: 14px;
    font-weight: 500;
}

.omnibus i {
    font-size: 20px;
    color: #ffa044;
}

.prdMainImg .thumbnails{
	position:relative;
}

.description-container > .title-image:before,
.related-products  .title-image:before,
#content  h3.title-image:before
{display:none}

@media (min-width: 768px) and (max-width: 1305px) {
    body[class^="product-product-"] #product #button-cart {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    body[class^="product-product-"] #product .control-label, body[class^="product-product-"] #product .input-group, body[class^="product-product-"] #product #button-cart {
        vertical-align: middle;
    }
}
@media (min-width: 568px) and (max-width: 579px) {
    body[class^="product-product-"] #product #button-cart {
        margin-top: 15px;
    }
}
@media (max-width: 567px) {
    body[class^="product-product-"] #product #button-cart {
        margin-top: 15px;
    }
	 .newsletter-container { background-size: contain;}
}
.customeCareBlock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
	justify-content: space-between;
	margin-top: 0;
}
.customeCareBlock p{
	font-size:15px;
	color:#555;
	max-width: 50%;
	margin-bottom: 5px;
}
.customeCareBlock a {
    color: #FFF;
    background: #4bc0b4;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.customeCareBlock a:hover{background:#00857b}


.cards-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
	margin-bottom: 40px;
}

.card {
    background-color: #fff;
    border: 2px solid #2eb7ac;
    border-radius: 10px;
    padding: 15px;
    display: flex; 
    align-items: center; 
    text-decoration: none; 
    color: inherit; 
    transition: transform 0.2s ease-in-out; 
}

.outCard{
	background-color: #fff;
    border: 2px solid #2eb7ac;
    border-radius: 10px;
    padding: 15px;
	transition: transform 0.2s ease-in-out; 
}
.innerCard{
	display: flex; 
    align-items: center; 
    text-decoration: none; 
    color: inherit; 

}
.card:hover,.outCard:hover {
    transform: translateY(-5px);
}

.card-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0; /
}



.icon-size {
    font-size: 45px;
}


.card-content {
    flex-grow: 1; 
    display: flex;
    flex-direction: column; 
}

.card-title,.card-title a {
    font-size: 17px; 
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
	color:#00857b;
}




.card-description-block {
    display: flex;
    flex-wrap: wrap; 
    align-items: baseline; 
    gap: 5px 20px; 
}


.card-text {
    font-size: 0.95em;
    color: #555;
    line-height: 1.4;
    margin: 0; 
    flex-shrink: 0; 
}
.card-text a {
    color: #555;
}

.card-hours-description {
    font-size: 0.85em;
    color: #555;
    line-height: 1.4;
    margin: 0;
    width: 100%; 
    order: 1; 
    padding-top: 5px; 

}

.card-description { 
    font-size: 0.95em;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

.card-text i {
    font-size: 1em; 
    margin-right: 5px;
    color: #00857b; 
}


@media (min-width: 700px) and (max-width: 1199px) {

	.card{
		flex-direction:column;
		align-items:flex-start;
	}
	.card-icon-wrapper{display:none}
}
@media (max-width: 991px) {
    .prdMainInfo > h1 {
        display: none;
    }
	.customeCareBlock {
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {

    .cards-container {
        padding: 0 15px;
    }

    .card, .innerCard {
        flex-direction: column; 
        align-items: center; 
        padding: 15px;
    }

    .card-icon-wrapper {
        margin-right: 0;
        margin-bottom: 15px;
        width: 70px;
        height: 70px;
    }

    .icon-size {
        font-size: 40px;
    }

    .card-content {
        text-align: center; 
        width: 100%; 
        margin-bottom: 10px; 
    }

    .card-title {
        font-size: 1em;
    }

    .card-text,
    .card-description {
        font-size: 0.8em;
    }


    .card-description-block {
        justify-content: center; 
        text-align: left; 
    }

  
    .card-hours-description {
        text-align: left;
        width: 100%; 
        padding-top: 8px; 
    }
}


@media (max-width: 767px) {
	aside .asideMultiple{margin-top: 30px;}
	.cards-container{margin-bottom:30px}
}
@media (max-width: 480px) {
	.card:hover {
		transform: translateY(0px);
	}
    
    .cards-container {
        gap: 15px;
    }

    .card {
        padding: 10px;
    }

    .card-icon-wrapper {
        margin-bottom: 5px;
    }

    .icon-size {
        font-size: 35px;
    }

    .card-title {
        font-size: 1em;
		    margin-top: 5px;
    }

	.card-content{margin-bottom:0px}
    .card-description-block {
        justify-content: center;
    }
}

/** --- product page --- **/

/** --- brand page --- **/
[class*=product-manufacturer-info-] .row {
	display: flex;
	flex-wrap: wrap
}

@media (min-width: 1500px) {
	
	
	[class*=product-manufacturer-info-] .product-grid .col-lg-3 {
		width: 20%;
	}
	
	.col-five {
		width: 20%;
		
	}
}

.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:#555;
}

.grid-box .items-filter a:hover {
	opacity: .7;
	text-decoration: underline;
	color:#4bc0b4;
}

.filter-button-group {
	background-color: #00857b;
	padding: 10px;
	position: relative;
	border-radius: 6px
}

.filter-button-group .btn-filter {
	border-radius: 4px;
	border: none;
	background-color: #00857b;
	color: #fff;
	box-shadow: none !important;
	padding: 8px 14px;
	font-weight: bold
}

.filter-button-group > button:hover,
.filter-button-group > button:focus,
.filter-button-group > button:active,
.filter-button-group > button.active
 {
    background: #00b7ad;
}

@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
	}
}
/** --- brand page --- **/

/** --- account page --- **/
body[class^="account-"] .buttons {
    border-top: 1px solid #E5E5E5;
    padding-top: 30px;
}
.account-login .well {
    min-height: 365px;
	background-color: #f6f6f6;
    border-color: #f6f6f6;
    border-radius: 7px;
}
.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: 1px solid #cccccc;
    border-radius: 10px;
}

.account-account #content .account-item a i {
    width: 54px;
    height: 54px;
    background: #00857b;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    line-height: 54px;
    text-align: center;
}

.account-account #content .account-item a:hover i {
	background:#00b7ad;
}

.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: #666;
    font-size: 27px;
    letter-spacing: 0.5px;
    line-height: 1;
}

.account-account .account-link-text p {
    margin-bottom: 0;
    color: #666;
    line-height: 1.2;
}
/** --- account page --- **/

/** --- contact page--- **/

.information-contact iframe {
    border-radius: 6px;
    margin-bottom: 15px;
}

.information-contact .panel-default {
    margin-bottom: 20px;
    border: 0;
}

.information-contact .panel-body {
	padding: 30px 30px 25px;
    background: #FFF;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #00857b;
}

@media (min-width: 1200px) {
    .information-contact .panel-body .row {
        display: flex;
    }
}

.information-contact .panel-body .row div:not(:last-child) {
    border-right: 1px solid #00857b;
}

@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: #00b7ad;
}

.information-contact .panel-body strong {
    font-size: 20px;
    font-weight: 600;
    color: #00857b;
}

.information-contact .panel-body address {
    margin-bottom: 0;
}

/** --- contact page--- **/


/** --- blog home / category --- **/


body[class^="blog-"] .blog_item {
    margin-bottom: 40px;
    padding: 0;
}

body[class^="blog-"] .blog_item .image img {
    border-radius: 6px;
}

body[class^="blog-"] .blog_item .summary .blog_stats{
	color:#00857b;
	font-size:16px;
	font-weight:900;
	margin-bottom: 25px;
}
body[class^="blog-"] .blog_item .summary .blog_stats i{
	font-size:20px;
	padding-right:5px;
}
body[class^="blog-"] .blog_item .summary {
    margin-top: 25px; 
}
body[class^="blog-"] .blog_item .blog_title {
    margin: 5px 0 20px;
	min-height:50px;
}
body[class^="blog-"] .blog_item  .descr-preview {
    min-height: 97px;
}

body[class^="blog-"] .blog_item .blog_title a{
	color: #666666;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
} 
.blog_post h1 {font-size:22px}
body[class^="blog-"] .blog_item .blog_title a:hover {
    color: #2eb7ac;
}

body[class^="blog-"] .blog_item .read-more {
    padding-bottom: 10px;
    border-bottom: 1px solid #4bc0b4;
}
body[class^="blog-"] .blog_item .read-more a {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}



.blog_post .main_thumb img {
    border-radius: 6px;
	width:100%;
}

.blog_post .blog_stats {
   
    margin: 30px 0;
   
}



.blog_post h1:before, .blog_post h1:after {
    display: none;
}

.blog_post .main_description {
    margin-bottom: 50px;
}



body[class^="blog-blog"] .breadcrumb li:nth-child(2)::after,
body[class^="blog-blog"] .breadcrumb li:last-child {
  display: none;

}
@media (min-width:667px) and (max-width:992px) {
	.blog-blog .generic-arrows{top:5px}
}

@media (max-width: 767px) {
    body[class^="blog-"] .blog_item:first-of-type .read-more {
        margin-bottom: 40px;
    }
	.common-home .blog_item .image img { width: 100%}
}
/** --- blog home / category --- **/

/** --- generic css --- **/
.carouselBannerBlock,.carouselFull,.homeBlogCarousel   { 
	margin-top: 55px;
	margin-bottom: 25px;
}
.carouselFull {
    margin-top:0;
    margin-bottom:25px;
}

.carouselBannerBlock .banner + .banner {
    margin-top: 40px;
}
.rowCarousels .product-thumb.row-product {
    margin-bottom: 39px;
}
.sectionHome2{
	background: #00857B;
	background: linear-gradient(180deg, rgba(0, 133, 123, 1) 0%, rgba(39, 175, 166, 1) 100%);
	padding: 60px 0 20px;
}
.focusCarousel .slick-list .slick-track {
    margin-bottom: 60px;
}
.focusCarousel img {
    border-radius: 10px;
}
.mobx-overlay {
  background-color: rgba(0, 0, 0, 0.7803921569);
}

.homeBrandCarousel{
    margin-top: 25px;
	padding:10px 0;
	-webkit-box-shadow: 0px 0px 15px 6px rgba(221,221,221,0.4); 
	box-shadow: 0px 0px 15px 6px rgba(221,221,221,0.4);
}

.innerMobVideo {
    background: #00857B;
    background: linear-gradient(270deg, rgba(0, 133, 123, 1) 0%, rgba(39, 175, 166, 1) 100%);
    padding: 15px;
    text-align: center;
border-radius: 10px;
}

.mobilevideoblock .videoBanner {
    margin-top: 15px;
    display: block;
}

.mobilevideoblock .videoBanner img {
    border-radius: 10px;
}

.innerMobVideo p{
	color:#FFF;
	margin-bottom:0;
}

.category_list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: initial;
}

.subcategory {
    margin-top: 30px;
    margin-bottom: 20px;
}

.category_list ul li {
    border: 1px solid #4bc0b4;
    padding: 3px 15px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.category_list ul li:hover {
    background: #ff6833;
    border-color: #ff6833;
}
.category_list ul li:hover a {
    color: #fff;
}

.category_list ul li a {
	text-transform: uppercase;
    font-size: 13px;
    color: #00857b;
    font-weight: 900;
}

.row.filters {
    background: #f2f2f2;
    margin: 0 auto 15px;
    border-radius: 10px;
}

.row.filters .product-filter {
    display: flex;
    justify-content: flex-end;
	margin:15px auto 10px;
}

.row.filters .form-group label {
    font-size: 14px;
    text-transform: uppercase;
    background: initial;
    border: initial;
    color: #009990;
    font-weight: 900;
    width: initial;
}

.row.filters .form-group select {
    box-shadow: initial;
    text-shadow: initial;
    border: initial;
    background: #FFF;
    appearance: none;
	border:1px solid #bbbbbb;
    border-radius: 7px;
    height: 30px;
    position: relative;
    width: 100%;
    overflow: visible;
    padding: 0px 0px 0px 10px;
}

.row.filters .form-group .select-wrapper {
    position: relative;
    display: inline-block;
}

.row.filters .form-group .select-wrapper::before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 10px;
    top: 20%;
    transform: translateY(-25%); 
    z-index: 3;
    color: #8db616;
}

.table-responsive .table thead {
    background: #4bc0b4;
    color: #FFF;
}

.panel-group .panel>.panel-heading {
    margin: -1px;
    padding: 10px 20px 13px;
    color: #fff;
    background-color: #4bc0b4;
    border-color: #ddd;
    text-transform: uppercase;
    border-radius: 6px;
}
.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 .table-responsive .input-group.btn-block > input[name^="quantity["]{min-width:55px}

.alert.alert-success.alert-floating i {color: #1eaab4}
.alert.alert-success.alert-floating a {
    color: #666;
    font-weight: 600;
}
.alert.alert-success.alert-floating a:hover{color: #1eaab4}

.alert.alert-success.alert-floating {
    width: 450px;
    background: #FFF;
    border-color: #4bc0b4;
    color: #666;
	z-index:999;
}
.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;
	margin-bottom:15px;
}

.galleryBlock {
    margin-top: 60px;
}

#aboutGallery {
    margin-bottom: 50px;
}

#aboutGallery .slick-dots {
    bottom: -50px;
}
#aboutGallery .item {
  padding: 0 7.5px;
  box-sizing: border-box;
}
#aboutGallery .slick-list {
  margin: 0 -7.5px;
}

.addressParking {
    /* display: inline-block; */
	margin-bottom: 15px;
    margin-top: 10px;
    display: flex;
    gap: 20px;
}

.addressParking span {
    border: 2px solid #00b7ad;
    display: block;
    margin: 0 0 15px 0;
    padding: 6px 25px;
	border-radius:10px;
}
.addressParking span a{
	color:#00857b;
    border-bottom: 0;
	font-size:18px;
}
.addressParking span a:hover {
    border-bottom: 0;
}
.addressParking span:hover {
	background:#00b7ad;
	color:#FFF
}
.addressParking span:hover i,.addressParking span:hover a{
	color:#FFF;
	border-bottom: 0;
}

.addressParking i{
    color: #00857b;
    font-size: 20px;
	padding-right: 5px;
}

.parkingPrice i {
	color: #00857b;
    font-size: 22px;
    padding-right: 10px;
}

.parkingPrice {
    margin-bottom: 15px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.parkingPrice span {
	border: 1px solid #00b7ad;
	border-radius: 10px;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 20px;
}


.h2style {
    margin: 30px auto;
    color: #666;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
}

.mapParking {
    margin-bottom: 30px;
}

@media (max-width: 480px) {
	.addressParking {
    gap: 0px;
    flex-wrap: wrap;
}
}

.video-grid {
display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
}

.video-grid .item {
    border: 2px solid #00857b;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	position:relative;
}

.video-grid .item .videoTitle {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 10px;
}

.video-grid .item img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.video-grid .item:hover img {
   opacity:0.8
}


.video-grid .item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #FFF;
    mask: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 5v14l11-7z"/></svg>') center/contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 5v14l11-7z"/></svg>') center/contain no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.video-grid .item:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}

@media (max-width: 1199px) {
.video-grid{  grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 499px) {
.video-grid{  grid-template-columns: repeat(1, 1fr); }
}

.sectionHome4 {
    box-shadow: inset 0 -9px 10px 0px rgba(221, 221, 221, 0.4);
    padding-bottom: 60px;
}
.sectionHome8.carouselFull.carouselTabs {
    margin-top: 35px;
}
.sectionHome10.homeBlogCarousel{
    margin-bottom: 60px;
    margin-top: 60px;
}
.carouselBannerBlock  .banner img {
    border-radius: 10px;
}
.sectionSlider  .slick-slide img {
    width: 100%;
}
.sectionSlider i{color:#4bc0b4}
/** --- generic css --- **/

/** --- generic responsive --- **/

@media (max-width: 1499px) {
	.sectionHome2 .focusCarousel .item { margin: 0 15px}
}
@media (min-width: 1299px)  and (max-width: 1499px) {
	section.sectionHome8.carouselFull.carouselTabs {margin-top: 30px}
	.SectionNewsletterVideo  .newsletter{
		max-height: 200px;
        min-height: 300px;
		background: #f2f2f2;
		padding: 0 0px 0 35px;
	}
	.newsletter .badge-pr{
		top: -45px;
		left: -30px;
	}
	section.sectionHome10.homeBlogCarousel{margin-top:35px}
	footer{padding-top:15px}
}
@media (min-width: 1200px)  and (max-width: 1215px) {
	.main-header .topStaticMenu li{margin:0 7px}
	/* .main-header .topStaticMenu li >a {font-size:13px} */
}
@media (max-width: 1200px) {
    .modules-tab-top-flush .ui-tabs {
        list-style: none;
        padding: 0;
        white-space: nowrap;
        text-align: center;
        overflow-x: scroll;
        /* width: calc(100% + 40px); */
        width: auto;
        margin-left: -15px;
        margin-bottom: 10px;
    }
	.modules-tab-top-flush .ui-tabs li a {
		padding: 10px 13px;
		font-size: 13px;
		min-width: 90px;
	}
	 .modules-tab-top-flush .ui-tabs::-webkit-scrollbar {
	  display: none;
	}
	.sectionHome8.carouselFull.carouselTabs {margin-top: 40px}
	.videoBanner.mobx img{margin:0 auto}
}
@media (min-width: 999px) and (max-width: 1199px) {
	.cartActionWrapper .iconCart{display:none}
	.common-home .title-image {margin-bottom:26px}
	.carouselTabs .title-image {margin-bottom:20px}
	.mobilevideoblock{display:none}
	.sectionHome2 .item {margin: 0 10px}
	section .banner img {margin: 0 auto}
	.homeSectionBanner {
		display: flex;
		margin-bottom: 55px;
	}
	.carouselBannerBlock .ccBannerBlock {
		display: flex;
		gap: 25px;
        margin-bottom: 25px;
	}
	.carouselBannerBlock .banner + .banner{margin-top:0}
}
@media  (min-width: 500px) and (max-width: 992px) {
.modules-tab-top-flush .title-image{justify-content:center}	
}
@media (min-width: 992px) and (max-width: 1199px) {
    .customeCareBlock p {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1456px) {
	.cartActionWrapper .textCart{
		padding:10px 11px;
		font-size:12px;
	}
	.cartActionWrapper > button{gap:5px}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.sectionHome2 .item {margin: 0 10px}
	section .banner img {margin: 0 auto}
	.homeSectionBanner {
		display: flex;
		margin-bottom: 55px;
	}
	.carouselBannerBlock .ccBannerBlock {
		display: flex;
		gap: 25px;
        margin-bottom: 40px;
	}
	.carouselBannerBlock .banner + .banner{margin-top:0}
	.sectionHome5.carouselBannerBlock { margin-top: 50px}
	.product-thumb.row-product{flex-wrap: inherit}
	.row-product .product-row-details .caption{min-height:155px}
	.rowCarousels .product-thumb.row-product {margin-bottom: 20px}
	.newsletter #email{width:80%}
	/* .modules-tab-top-flush .title-image{justify-content:center} */
	.sectionHome3.carouselBannerBlock .banner { margin-bottom: 30px}
	footer .colFooter i {display: none}
	footer .footerContacts li.fc-social i{display:inline-block}
	footer a, footer .colFooter{line-height:2}
	.sectionFooterCredits .footerCopy {margin-bottom: 75px}
	.mobilevideoblock{display:none}
	.SectionNewsletterVideo img { margin: 0 auto}
	
}

@media (min-width: 768px) and (max-width: 999px) {
	section.sectionHome3.carouselBannerBlock > .container.page-builder-ltr > .row {
    display: flex;
    flex-direction: column;
}
section.sectionHome3.carouselBannerBlock > .container.page-builder-ltr > .row > div:first-child{order:2}
}

@media (max-width: 992px) {
	.carouselTabs  .slick-arrow{display:none !important}
	.modules-tab-top-flush-nav { margin-bottom: 25px}
	.modules-tab-top-flush .ui-tabs{width: calc(100% + 40px);}
		.r2-mainmenu .specialLink a span{text-align:center}
		.alert.alert-success.alert-floating{
			    width: auto;
				margin: 0 10px;
		}
}
@media (min-width: 992px) {
    .rowCarousels .product-thumb.row-product .image {
         padding-left: 15px;
         padding-right: 15px;
        max-width: 130px;
    }
    .mobile-title {
        display: none;
    }
	
}


@media (max-width: 767px) {
	 .banner img {margin: 0 auto}
	#aboutGallery {margin-bottom: 40px}
	.carouselBannerBlock, .carouselFull, .homeBlogCarousel {
		margin-top: 50px;
		margin-bottom: 35px;
	}
	.carouselBannerBlock .banner + .banner{margin-bottom:35px}
	.sectionHome3.carouselBannerBlock .banner {margin-bottom: 40px}
	.homeSectionBanner .banner{margin-bottom:35px}
	.mf_block_title .title-image{font-size:26px}
	.mf_block_title .title-image:after{display:none}
	.sectionHome5.carouselBannerBlock {margin-bottom: 0 !important}
	.rowCarousels .product-thumb.row-product{margin-bottom:20px}
	.sectionHome6.carouselFull{
		margin-top: 0;
        margin-bottom: 0;
	}
	.SectionNewsletterVideo .newsletter {margin-top: 30px}
	.newsletter #email{width:55%}
	.carouselTabs .slick-arrow{display:none !important}
	.sectionHome3.carouselBannerBlock {margin-bottom: 0}
	footer{text-align:center}
	footer .col-footer-logo.colFooter img {margin: 0 auto}
	footer .footerAddress{justify-content:center}
	.customeCareBlock{margin-bottom:15px}
	body[class^="product-product-"] .price-container{padding:20px 0}
}

@media (max-width: 667px) {
.row.filters {
		display: flex;
		flex-direction: column;
	}
	.row.filters > div {width: 100%}
}

@media (min-width: 480px) and (max-width: 667px) {
.cartActionWrapper .iconCart{display:none}
.product-grid .prdClass {width: 50%}
}

/** --- generic responsive --- **/




