:focus-visible {
	outline: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0 auto -webkit-focus-ring-color;
	outline-offset: 0;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #555555;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	min-width: 360px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6eac5d;
	margin: 0 0 0.75em;
	font-family: "Lato", sans-serif;
	font-weight: bold;
}

/* 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: #666666;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

legend {
	padding: 7px 0px;
	color: #00852a;
	font-weight: 400;
	text-transform: uppercase;
}

label {
	font-weight: normal;
}

p {
	margin-bottom: 1em;
}

@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 {

}

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

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: #6eac5d;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

body .wysiwyg a:focus,
body .wysiwyg a:active,
body .wysiwyg a:hover {
	border-bottom-color: #6eac5d;
}

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

.form-control {
	padding: 8px 18px;
	background-color: #f2f2f2;
	height: 45px;
	border-color: #f2f2f2;;
	box-shadow: none !important;
}

.form-control:focus {
	border-color: #00afa6;
}

.checkbox label, .radio label {
	padding-left: 30px;
}

checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -30px;
}

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

#top .container {
	padding: 0;
}

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

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

#top .btn-link,
#top-links li,
#top-links a {
	color: #fff;
	text-decoration: none;
}

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

#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 a + a {
	margin-left: 15px;
}

/* search */

#search .btn {
	min-height: 45px
}

/* cart */

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

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

#cart .cart-totals td {
	padding-bottom: 0px;
}

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

#cart .dropdown-menu table {
	margin-bottom: 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: 60px;
	background-color: #6eac5d;
	color: #fff;
	/*box-shadow: inset 0px 30px 30px -20px #00afa6;*/
}

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

footer a {
	color: #fff;
	letter-spacing: 0.5px;
}

footer a:hover {
	color: #1a9ebb;
}

footer h5 {
	margin-bottom: 30px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	
}

/* alert */

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

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

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

.alert.alert-success {
	background: #6eac5d;
	color: #fff;
	border: none;
	max-width: 350px;
	width: 100%;
}

.alert.alert-success a {
	color: #fff;
}

@media (max-width: 576px) {
	.alert.alert-success {
		max-width: 100%;
	}
}

/* breadcrumb */

.breadcrumb {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
}

#breadcrumb-wrapper li + i {
	font-size: 12px;
}

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

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

.breadcrumb i:last-of-type {
	display: none;
}

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

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

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

.r2-pagination a,
.r2-pagination span {
	font-weight: 400 !important;
	min-width: 30px;
	text-align: center;
	transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
	height: 100%;
	border-radius: 100px;
	border: 1px solid #00852a;
	color: #555555;
}

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

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

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

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

/* buttons */

.buttons {
	margin: 1em 0;
}

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

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

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

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

.btn-default {
	padding: 13px 30px 11px;
	color: #6eac5d;
	border: 1px solid #6eac5d;
	border-radius: 6px;
	box-shadow: none;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
}

.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:focus:hover,
.btn-default.active,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.active:focus:hover,
.btn-default.disabled,
.btn-default[disabled] {
	color: #fff;
	border: 1px solid #55c551;
	background: #55c551;
}

.btn-primary {
	padding: 13px 30px 11px;
	border: 1px solid #55c551;
	border-radius: 6px;
	box-shadow: none;
	background: #55c551;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:focus:hover,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.active:focus:hover,
.btn-primary.disabled,
.btn-primary[disabled] {
	border: 1px solid #6eac5d;
	background: #6eac5d;
	outline: 0;
	
}

.btn-orange {
	padding: 13px 30px 11px;
	border: 1px solid #55c551;
	border-radius: 6px;
	box-shadow: none;
	background: #55c551;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:active:hover,
.btn-orange:active:focus,
.btn-orange:focus,
.btn-orange:focus:hover,
.btn-orange.active,
.btn-orange.active:focus,
.btn-orange.active:hover,
.btn-orange.active:focus:hover,
.btn-orange.disabled,
.btn-orange[disabled] {
	border: 1px solid #00852a;
	background: #00852a;
	outline: 0;
	color: #ffffff;
}

.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	border-color: #faa732;
	border-radius: 0;
	box-shadow: none;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:active:hover,
.btn-warning:active:focus:hover,
.btn-warning:focus,
.btn-warning:focus:hover,
.btn-warning.active,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.active:focus:hover,
.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-color: #da4f49;
	border-radius: 6px;
	box-shadow: none;
}

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

.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	border-color: #5bb75b;
	border-radius: 0;
	box-shadow: none;
}

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

.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	border-color: #df5c39;
	border-radius: 6px;
	box-shadow: none;
}

.btn-info:hover,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:focus:hover,
.btn-info:focus,
.btn-info:focus:hover,
.btn-info.active,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.active:focus:hover,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
	border-color: #df5c39;
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.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;
	background-color: #363636;
	border-color: #363636;
	border-radius: 0;
	box-shadow: none;
}

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

.panel-default > .panel-heading {
	background: #00852a;
	border-color: #00852a;
}

.panel-default {
	border-color: #00852a;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-color: #00852a;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
	color: #fff;
}

.panel-title > .small > a:focus, .panel-title > .small > a:focus .panel-title > a:hover {
	color: #fff;
}

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

/* list group */
.sidebar-menu {
	margin-bottom: 40px;
	border: 2px solid #00852a;
	padding: 30px 25px;
	border-radius: 12px;
}

.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 {
	margin-bottom: 16px
}

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

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

.sidebar-menu li ul li:first-child {
	margin-top: 20px;
}

.sidebar-menu li ul li:last-child {
	margin-bottom: 25px;
}

.sidebar-menu a {
	display: inline-block;
	flex-shrink: 1;
	flex-grow: 1;
	color: #777777;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	
}

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

.sidebar-menu .toggle {
	cursor: pointer;
	flex-shrink: 1;
	flex-grow: 0;
	color: #fff;
	background-color: #e29f00;
	border-radius: 100px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
}

.sidebar-menu li span:hover > .toggle {
	opacity: 1;
}

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

/* carousel */


#slideshow1 .slick-slide img,
#slideshow0 .slick-slide img {
	margin: 0 auto;
	border-radius: 0px;
}

.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;
	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: 1;
	width: 16px;
	height: 16px;
	border-radius: 100px;
	background: #6eac5d;
	font-size: 0;
	line-height: 0;
}

.slick-dots li.slick-active button::before {
	opacity: 1;
	background: #00852a;
}

.slick-arrow {
	cursor: pointer;
	opacity: 1;
	position: relative;
	top: 50%;
	z-index: 2;
	transition: all 0.3s ease 0s;
	color: #fff;
	background-color: #e29f00;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	width: 25px;
	height: 25px;
	border-radius: 100px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-arrow i {
	transform: translate(0, 0);
}

.slick-arrow:hover {
	background-color: #d67a0a;
}

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

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

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

.col-arrows .slick-arrow-prev {
	left: initial;
	right: 60px;
}

.image-additionals {
	margin-bottom: 20px !important;
}

.image-additionals i {
	font-size: 12px;
	background: #b85430;
	color: #fff;
	line-height: 1;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	border-radius: 6px 0px 6px 6px;
	
}

@media (min-width: 1200px) {
	.image-additionals .image-additional {
		width: 80px !important;
		height: 80px;
		padding: 0px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.image-additionals .slick-list.draggable {
		max-width: 270px;
		margin: 0px auto;
	}
	
	.related-product-container {
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	.image-additionals .slick-list.draggable {
		max-width: calc(100% - 60px);
		margin: 0px auto;
	}
}

.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 {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	background-color: #fff;
}

.product-thumb .image {
	position: relative;
	text-align: center;
	padding: 0 5px;
	
}

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

.product-thumb .caption {
	padding: 0 20px;
	text-align: center;
	margin-top: 16px;
}

.product-thumb .caption h4 {
	
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 1;
}

.product-thumb .caption h4 a {
	font-size: 14px;
	color: #777777;
	font-weight: bold;
	line-height: 18px;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 37px;
}

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

.info-product .rating p {
	gap: 2px;
	display: flex;
	align-items: center;
	margin-top: 20px;
}


.product-thumb .sale,
.productpage .sale,
.product-thumb .saleDiscountValue,
.prdMain .saleDiscountValue {
	position: absolute;
	top: 15px;
	left: 10px;
	background: #e29f00;
	border-radius: 100px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 17px;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-thumb .saleDiscountValue,
.prdMain .saleDiscountValue {
    left: inherit;
    right: 0px;
    background: #9a9968;
    width: 115px;
    height: 30px;
    border-radius: 0;
    border-top-left-radius: 7px;
    font-size: 13px;
    font-weight: 700;
}
.prdMain .saleDiscountValue{
	top:25px;
	right: 0;
}

.txt-sale {
	position: absolute;
	top: 25px;
	right: -4px;
	background: #f15a29;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 17px;
	height: 25px;
	width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border-top-left-radius: 6px;
	z-index: 1;
}

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

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

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

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

h2.price {
	margin: 0;
}

.product-thumb .price {
	display: flex;
	margin-bottom: 20px;
	color: #00852a;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	justify-content: center;
	gap: 20px;
}

.product-thumb .price-new {
	color: #00852a;
	font-weight: 900;
	
}

.product-thumb .price-old {
	color: #666666;
	font-weight: 400;
	text-decoration: line-through;
}

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


.product-thumb .button-group button:last-child {
	display: none;
}

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

.product-thumb .button-group button {
	padding: 7px 12px 7px 8px;
	border: none;
	background-color: #00852a;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 6px 6px;
	width: calc(100% + 2px);
	margin-left: -1px;
	position: relative;
	margin-bottom: -1px;
}

.product-thumb .button-group button:hover {
	background: #6eac5d;
}

.product-thumb .button-group button i {
	display: none;
}

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

.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;
	border-radius: 0px;
	
}

.image-additionals .row {
	margin: 0px;
	padding: 0px 15px;
}

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

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

#captcha_comment {
	width: auto;
	max-width: none;
	margin-bottom: 0;
}
.manufactures-carusel .item img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* ----------------------------------------------------------------------- */

/* top bar ----------------------------------------------------------------------- */

#fdt_merchantStriscia-2_widget_wrapper > a {
	justify-content: flex-start !important;
}

.topmsg-container {
	text-align: center;
}

.topmsg-container p {
	padding: 9px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

#top-links .topmsg-container p a {
	color: #fff;
}

#top-links .topmsg-container p:hover a {
	color: #fff;
}

.social-container {
	text-align: right;
}

.social-container ul {
	padding: 6px 0;
}

.social-container li:first-child {
	margin-right: 6px;
	padding-right: 20px;
	border-right: 1px solid #fff;
	
}

.social-container li:first-child span {
	font-size: 14px;
	letter-spacing: 0.5px;
}

.sociali-container li a {
	color: #fff;
}

.social-container li a i {
	color: #fff;
}

#top #top-links .util-links ul li,
#top #top-links .util-links ul {
	font-size: 13px;
	color: #b22f6b;
	text-shadow: initial;
}

#top #top-links .util-links ul li a {
	font-size: 13px;
	color: #fff;
	text-shadow: initial;
}

#top #top-links .util-links ul li:hover a {
	color: #f0d7e0;
}

.util-links .list-inline > li {
	display: inline-block;
	padding-right: 0px;
	padding-left: 3px;
}

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


header .r2-mainmenu {
	flex-grow: 4;
}

.ui-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 20px;
	gap: 30px;
}

.ui-header .container:before, .ui-header .container:after {
	content: none
}

#logo {

}

.search-container {
	width: 550px;
}

.search-container #search > input::placeholder {
  font-weight: 500;
 font-size: 16px;
  color: #999999;
}

.submenu-container ul {
	margin-bottom: 12px;
	padding-left: 35px;
	line-height: 1;
}

.submenu-container li {
	padding: 0px 19px 0 15px;
	border-right: 1px solid #1a9ebb;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.submenu-container li:first-child {
	padding-left: 0;
}

.submenu-container li:last-child {
	border-right: none;
}

.submenu-container li a {
	color: #666;
}

.submenu-container li a:hover {
	color: #1a9ebb;
}


@keyframes pulse-orange {
	0% {
		box-shadow: 0 0 0 0 rgba(237, 28, 121, 0.7);
	}
	
	70% {
		box-shadow: 0 0 0 12px rgba(237, 28, 121, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(237, 28, 121, 0);
	}
}

@keyframes pulse-brown {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 133, 42, 0.7);
	}
	
	70% {
		box-shadow: 0 0 0 12px rgba(0, 133, 42, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(0, 133, 42, 0);
	}
}

.user-container {
	display: flex;
	align-items: center;
	gap: 30px;
}

.user-account a, .ui-info-top a, .r2-open-side-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10px;
	font-weight: bold;
	color: #00852a;
	line-height: 1.1;
	font-size: 14px;
}

#cart > .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #e29f00;
	padding: 10px 20px;
	border-radius: 100px;
}

#cart > .btn i {
	color: #fff;
	font-size: 25px;
}

.user-account a i, .ui-info-top a i, .r2-open-side-menu {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	color: #fff;
	background-color: #55c551;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border: none;
	
}

.user-container .user-account:hover i, .user-container .ui-info-top:hover i, .r2-open-side-menu:hover {
	color: #fff;
	background-color: #00852a;
}

.dropdown-info {
	border-radius: 12px;
	border: 1px solid #00852a;
	padding: 20px;
	left: 50%;
	transform: translateX(-50%);
	margin: 15px 0 0 -37px;
	min-width: 210px;
}

.dropdown-info ul {
	margin: 0;
	padding: 0;
	
}

.dropdown-info ul li {
	display: flex;
	gap: 10px;
	font-size: 14px;
	list-style: none;
	margin-bottom: 10px;
}

.dropdown-info ul li i {
	font-size: 20px;
	color: #00852a !important;
	background-color: transparent !important;
}

.dropdown-info ul li.wa-link, .dropdown-info ul li.wa-link i {
	color: #39b54a !important;
}

.dropdown-info:before {
	
	display: inline-block;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #00852a transparent;
}

#cart button {
	position: relative;
	padding: 0;
	background: none;
	border: none;
}

#cart #cart-label {
	font-weight: bold;
	color: #fff;
	line-height: 1.1;
	text-transform: none;
	font-size: 14px;
}

#cart .cart-counter {
	color: #fff !important;
	display: block;
	text-align: left;
}

/* cart dropdown  ----------------------------------------------------------------------- */
.dropdown-menu {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#cart .dropdown-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 15px);
	padding: 20px;
	width: 85vw;
	max-width: 420px;
	min-width: 320px;
	border: none;
	
	border-radius: 12px;
	
	
}

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

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

.cart-free-shipping {
	margin: -20px -20px 15px;
	padding: 4px 0;
	background: #e29f00;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 0;
	padding: 6px 0px;
	font-weight: bold;
	border-radius: 12px 12px 0 0;
}

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

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

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

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

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

#cart .has-scroll::-webkit-scrollbar-thumb {
	background-color: #00852a;
	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 img {
	padding: 10px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	height: 69px;
	width: 69px;
	
	
}

#cart .cart-products a {
	color: #666;
	text-transform: capitalize;
	line-height: 12px;
	font-weight: bold;
}

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

#cart .cart-products .cart-quantity {
	white-space: nowrap;
}

#cart .text-danger button {
	padding: 0px 5px;
	border: 0;
	border-radius: 6px;
	background-color: #e29f00;
	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: #e29f00;
	color: #fff !important;
}

#cart .cart-totals {
	font-size: 16px;
}

#cart .cart-totals .text-right:first-of-type strong,.cart-price {
    margin-top: 15px;
    color: #00852a;
    font-size: 18px;
    font-weight: 900;
    padding-right: 15px;
    text-transform: uppercase;
}

#cart .button-container {
	margin-top: 10px;
}

#cart .button-container a {
	padding: 11px 30px 13px;
	background: #00852a;
	border: 1px solid #00852a;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
	letter-spacing: 0.5px;
}

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


body.checkout-cart .table-responsive .btn {
	padding: 7.5px 12px;
	font-size: 19px;
	height: 45px;
}

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

.panel-group .panel>.panel-heading {
    margin: -1px;
    padding: 10px 20px 13px;
    color: #fff;
    background-color: #55c551;
    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 --- **/

@media (min-width: 768px) and (max-width: 1199px) {
	header .header-container > div:nth-child(2) {
		order: 3;
		margin-top: 24px;
	}
	
	header .header-container > div:nth-child(3) {
		order: 2;
	}
}


@media (min-width: 599px) and (max-width: 767px) {
	.category-content .product-grid .col-lg-3.col-md-4.col-sm-6.col-xs-12 {width: 50%}
}
@media (min-width: 576px) and (max-width: 767px) {
	header .header-container > div:nth-child(2) {
		width: calc(100% - 270px);
	}
	
	header .header-container > div:nth-child(3) {
		width: 270px;
	}
}

@media (max-width: 575px) {
	/*.product-thumb .saleDiscountValue {display: none}*/
	header .header-container > div:nth-child(2) {
		order: 3;
		margin-top: 30px;
	}
	
	header .header-container > div:nth-child(3) {
		order: 2;
	}
	
	.cart-container {
		text-align: center;
	}
	
	.cart-container #cart {
		float: none !important;
	}
	
	body.checkout-cart .buttons.clearfix {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	body.checkout-cart .buttons.clearfix .pull-left {
		margin-bottom: 15px;
	}
	
}

/* main menu ----------------------------------------------------------------------- */
@media (min-width: 1200px) {
	.r2-mainmenu .megamenu {
		justify-content: center;
		margin: 0;
		padding: 0px 0;
		background: #00852a;
	}
	
	/*.r2-mainmenu .megamenu>li>a {
        padding: 0px 20px;
        border-right: 1px solid #f5b982;
        color: #fff;
        font-size: 16px;
        line-height: 1;
    }*/
	/*
    .r2-mainmenu .megamenu>li:not(:last-of-type)>a::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 26px;
        right: 0px;
        background-color: #006e77;
        left: initial;
    }
*/
	.r2-mainmenu .megamenu > li > a:hover,
	.r2-mainmenu .megamenu > li > a:focus {
		background: none;
		color: #fff;
		
	}
	
	.r2-mainmenu .megamenu > li.category-highlight > a {
		border-right: none;
	}
	
	.r2-mainmenu .megamenu > li .dropdown-toggle .caret {
		display: none;
	}
	
	.r2-mainmenu .megamenu > li > a {
		--raw-min-width: 1200;
		--raw-max-width: 1560;
		--min-width: calc(var(--raw-min-width) * 1px);
		--max-width: calc(var(--raw-max-width) * 1px);
		--raw-min-font-size: 13;
		--raw-max-font-size: 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: 25;
		--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: 12px;
		padding-left: calc(var(--min-padding) + (var(--raw-max-padding) - var(--raw-min-padding)) * var(--ratio));
		padding-right: calc(var(--min-padding) + (var(--raw-max-padding) - var(--raw-min-padding)) * var(--ratio));
		font-size: 14px;
		font-size: calc(var(--min-font-size) + (var(--raw-max-font-size) - var(--raw-min-font-size)) * var(--ratio));
		font-weight: 300;
		line-height: 1.2;
		color: #fff;
		text-align: center;
		white-space: nowrap;
		font-weight: bold;
		text-transform:uppercase;
	}
}

@media (min-width: 1200px) {
	
	/* contenitore sottomenu esploso */
	.r2-mainmenu .megamenu > li > .dropdown-menu {
		margin: 0;
		padding: 15px 20px;
		border: 1px solid #00852a;
		border-radius: 0 0 12px 12px;
	}
	
	.r2-mainmenu .megamenu > li.parent.dropdown.desktop-unclickable a,
	.r2-mainmenu .megamenu > li.parent.dropdown a {
		position: relative;
	}
	
	/*
    .r2-mainmenu .megamenu>li.parent.dropdown.desktop-unclickable a:hover::before,
    .r2-mainmenu .megamenu>li.parent.dropdown a:hover::before {
        display: inline-block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 12px 10px;
        border-color: transparent transparent #ef6a9e transparent;
        margin-left: -5px;
       
    }
*/
	/* posizione contenitore sottomenu esploso */
	.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: 50%;
		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;
	}
	
	/* link secondo livello */
	.r2-mainmenu .dropdown-menu > ul > li {
		padding: 5px 15px;
	}
	
	.r2-mainmenu .dropdown-menu > ul > li > a {
		padding: 0px;
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		text-transform: uppercase;
		color: #008449;
		line-height: 1.2;
	}
	
	.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: transparent;
		color: #6eac5d;
	}
	
	/* decorazione link secondo livello */
	.r2-mainmenu .dropdown > .dropdown-menu > ul > li > a::after {
		content: "";
		display: block;
		width: 0;
		border-bottom: 1px solid #6eac5d;
		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%;
	}
	
	/* terzo livello */
	.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: #666666;
	}
	
	.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: #6eac5d;
	}
	
	/* incolonnamento sottomenu */
	.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: 10px 0 15px;
		box-shadow: none;
	}
}

.home-info-banners .banner img {
	border-radius: 12px;
}

.home-info-banners .banner:hover img {
	opacity: 0.8;
}

@media (max-width: 991px) {
	.home-info-banners .banner img {
		margin: 15px auto;
	}
}

/* responsive topbar header menu ----------------------------------------------------------------------- */

.show-custom {
	display: block;
}

.hidden-custom {
	display: none;
}

@media (max-width: 1530px) {
	.show-custom {
		display: none;
	}
	
	.hidden-custom {
		display: block;
	}
}

@media (min-width: 1320px) {
	/*
    .photo-container {
        max-width: 393px;
    }

    .info-container {
        max-width: calc(100% - 828px);
        width: 100%;
    }*/
}

@media (max-width: 1320px) {
	.show-custom {
		display: none;
	}
	
	.hidden-custom {
		display: block;
	}
	
	.social-container li:first-child span {
		display: none;
	}
	
	
	.r2-mainmenu {
		order: 4;
	}
}
/*
@media (min-width: 1200px) {
	.r2-mainmenu .megamenu > li > a {
		font-size: 15px;
	}
}*/

@media (max-width: 1199px) {
	.show-custom {
		display: block;
	}
	
	.hidden-custom {
		display: none;
	}
	
	
	#r2-close-side-menu {
		background: #6eac5d;
		color: #ffffff;
	}
	
	.r2-mainmenu {
		background: #fff;
	}
	
	.r2-mainmenu .megamenu li {
		border-bottom: 1px solid #6eac5d;
		
	}
	
	.r2-mainmenu .megamenu li a,
	.r2-mainmenu .megamenu li.open a {
		background: #fff;
		color: #666;
	}
	
	.r2-mainmenu .megamenu li a:focus,
	.r2-mainmenu .megamenu li a:active,
	.r2-mainmenu .megamenu li a:hover,
	.r2-mainmenu .megamenu li.open a:focus,
	.r2-mainmenu .megamenu li.open a:active,
	.r2-mainmenu .megamenu li.open a:hover {
		outline: 0;
		background: #6eac5d;
		color: #fff;
	}
	
	.r2-mainmenu .megamenu .category-highlight + li {
		border-top: 19px solid #1a9ebb;
	}
	
	.user-container i {
		margin-bottom: 0;
	}
	
	#cart .cart-counter {
		right: -10px;
	}
}

@media (max-width: 991px) {
	.topmsg-container {
		width: 100%;
		border-bottom: 0;
		border-radius: 0;
	}
	
	.util-links {
		display: none;
	}
	
	body.checkout-cart .input-group.btn-block {
		display: flex;
		flex-wrap: wrap;
	}
	
	body.checkout-cart .input-group.btn-block > input {
		border-radius: 5px !important;
		margin-bottom: 5px;
	}
	
	body.checkout-cart .input-group.btn-block > span {
		width: 100%;
		text-align: center;
	}
	
	body.checkout-cart .input-group.btn-block > span > .btn {
		border-radius: 5px !important;
		font-size: 14px !important;
		width: 40px !important;
		height: 40px !important;
		margin: 0px 5px;
	}
}

@media (max-width: 767px) {
	.logo-container {
		order: 1;
		width: 100%;
		margin-bottom: 20px;
	}
	
	
	.search-container {
		order: 4;
	}
	
	.user-container {
		order: 3;
	}
	
	.r2-open-side-menu-wrapper {
		order: 2;
	}
}


/* multi featured */
.row-control {
	width: 100%;
	height: 40px;
	position: relative;
	margin-top: -30px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

@media (max-width: 767px) {
	.row-control {
		display: none;
	}
}

.product-content .row-control {
	margin-top: 0px;
}

@media (max-width: 1200px) {
	.product-content .container {
		max-width: 970px;
		width: 100%;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.product-content .container > .row {
		display: flex;
		flex-wrap: wrap;
	}
	
	.info-container {
		width: 100%;
		order: 3;
	}
	
	/*
    .photo-container,
    .buy-container {
        width: 50%;
    }*/
}


.col-dots {
	background: #fff;
	min-height: 40px;
	z-index: 2;
	
}

.slider-controls {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.slide-m-dots .slick-dots {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.col-dots ul {
	line-height: 1;
	margin: 0px;
	bottom: initial;
	top: 50%;
	transform: translateY(-50%);
}

.col-arrows {
	background: #fff;
	z-index: 2;
	min-height: 40px;
	padding-right: 0px;
	
}

#carousel1 i,
.col-arrows i {
	font-size: 12px;
	background: #f2bad0;
	color: #fff;
	line-height: 1;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	border-radius: 6px;
}

.modules-tab .tab-header {
	position: relative;
	border-radius: 12px;
	border: 2px solid #6eac5d;
	background-color: #fff;
	
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	padding-bottom: 50px;
}

.modules-tab .tab-header h2 {
	margin-bottom: 20px;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
}


.modules-tab .tab-header ul li a:target,
.modules-tab .tab-header ul li a:visited,
.modules-tab .tab-header ul li a:focus,
.modules-tab .tab-header ul li a:active,
.modules-tab .tab-header ul li a:hover,
.modules-tab .tab-header ul li a.active,
.modules-tab .tab-header ul li a,
.modules-tab .tab-header ul li,
.modules-tab .tab-header ul {
	border: none;
	background: none;
}

.modules-tab .tab-header ul {
	z-index: 2;
	margin: 0px;
	
}

.modules-tab .tab-header ul li {
	display: block;
	float: none;
	margin: 0;
}

.modules-tab .tab-header ul li a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #6eac5d;
	padding-left: 15px;
	padding-right: 15px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	margin: 0;
}


.modules-tab .tab-header ul li.active a {
	color: #fff;
	background-color: #00852a;
}

.modules-tab .tab-header ul li:not(.active):hover a {
	color: #FFF;
	background-color: #00852a;
}

.modules-tab .slider-controls {
	position: absolute;
	width: 100%;
	top: -63px;
}

@media (min-width: 996px) {
	.modules-tab .tab-header {
		position: relative;
		border-radius: 100px;
		border: 2px solid #6eac5d;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		margin-bottom: 30px;
		overflow: hidden;
	}
	
	.modules-tab .tab-header h2 {
		text-align: left;
		margin-bottom: 0;
		display: none;
	}
	
	.modules-tab .tab-header ul {
		display: flex;
		justify-content: right;
		margin-right: 70px;
	}
	
	.modules-tab .slider-controls {
		position: absolute;
		width: auto;
		top: -67px;
		right: 23px;
	}
	
}

@media (min-width: 1250px) {
	.modules-tab .tab-header h2 {
		
		display: block;
	}
	
	.modules-tab .tab-header {
		
		padding: 0 25px;
		
	}
}

.blog-module-latest .row-control {
	margin-top: 0px;
}

.summary {
	padding-bottom: 15px;
	border-bottom: 1px solid #bbbbbb;
}

.blog_post .blog_stats,
.blog_item .blog_stats,
.blog-module-latest .blog_stats {
	margin: 12px 0px;
	display: block;
	color: #00852a;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.blog_post .blog_stats i,
.blog_item .blog_stats i,
.blog-module-latest .blog_stats i {
	margin-right: 5px;
	
}

.post-content {
	background-color: #f8f8f8;
	border-radius: 12px;
	padding: 40px 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.post-content .blog_stats {
	margin-bottom: 25px;
	margin-top: 0
}

.post-content h2 {
	font-size: 24px;
	color: #00852a;
}

.post-content p {
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}

#footer-nl {
	background: #7dcbd0;
	padding: 25px 0px;
}

#footer-nl > .container > .row {
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	#footer-nl > .container > .row {
		display: block;
	}
}

#powered-payments {
	background: #fff;
	padding: 30px 0px 20px 0;
	box-shadow: inset 0px 30px 30px -20px #cacaca;
	color: #666666;
}

.payments ul {
	margin: 0px;
	text-align: center;
}

.payments ul li img,
.payments ul li {
	max-width: 65px;
	max-height: 33px;
}

.payments ul li {
	display: inline-block;
}

.payments img {
	background: #ffffff;
	border-radius: 6px;
	flex: 0 0 auto;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	object-fit: contain;
	margin: 0;
	padding: 4px 5px;
}

#powered-payments {
	text-align: center;
}

#powered-payments .powered p {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	
}

#powered-payments .powered a {
	color: #6eac5d;
	font-weight: 600;
	
}


.newsletterText h2 {
	font-size: 37px;
	color: #00852a;
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.newsletterText h2 strong {
	font-weight: 900;
}

.newsletterText p {
	
	font-size: 14px;
	margin-bottom: 0px;
}

.newsletterForm input#email {
	border: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 12px 0px 12px 12px;
	padding: 10px 15px 10px 15px;
	margin-bottom: 10px;
	width: calc(100% - 90px);
	
}

.newsletterForm input#email::placeholder {
	font-style: italic;
	font-size: 14px;
	font-weight: 300;
}

.newsletterForm .btn.btn-primary {
	margin-left: -65px;
	border-radius: 10px;
	padding: 15px 25px;
	font-size: 15px;
	line-height: 1;
	max-height: 44px;
	background-color: #00852a;
	border-color: #00852a;
	position: relative;
	margin-top: -5px;
}

.newsletterForm .btn.btn-primary:hover {
	animation: pulse-brown 2s infinite;
}

.newsletterForm .btn.btn-primary i {
	margin-right: 5px;
}
.newsletterTextImage {
    padding-right: 0;
    padding-left: 0;
}
.newsletterTextContent{padding-right: 0;}
.newsletterTextContent p {
	color: #777777;
	font-size: 21px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.nl-privacy {
	font-size: 11px !important;
	display: flex;
	align-items: flex-start;
	
}

.nl-privacy a {
	text-decoration: underline;
	font-size: 11px;
}

.nl-privacy input {
	margin-right: 5px;
	margin-top: 0px;
}

.newsletterText.nl-privacy label {
	margin: 0px;
}

@media (max-width: 996px) {
	.newsletterText {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.newsletterForm {
		text-align: center;
	}
	
	.newsletterText p {
		margin-bottom: 15px;
	}
	
	.newsletterForm input#email {
		width: calc(100% - 90px);
	}
	
	.newsletterForm .nl-privacy {
		justify-content: center;
	}
	
	.newsletterTextContent {
		text-align: center;
	}
}

.col-info li a img {
	max-width: 280px;
}

.col-info > ul:first-of-type li:first-of-type {
	margin-bottom: 20px;
}

footer > .container div > ul li {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

footer > .container div > ul li a {
	color: #fff;
}

footer > .container div > ul li a:hover {
	opacity: .8;
}

footer > .container div > ul li a i {
	color: #fff;
	font-size: 16px;
}

footer > .container div > ul li a:hover i {
	color: #fff;
}


@media (max-width: 767px) {
	footer > .container > div {
		text-align: center;
	}
	
	.col-info li a img {
		margin: 0px auto;
	}
}

.home-slideshow {
	margin-bottom: 50px;
}

.home-margin-row {
	margin: 50px -15px
}

.home-margin-row .slick-track .item {
	padding: 0px 15px;
}

.blog_title a, .blog_title {
	font-size: 16px;
	color: #00852a;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 50px;
}

.blog_title a:hover {
	color: #6eac5d;
}

.blog_item p {
	font-size: 16px;
	line-height: 28px;
	max-height: 80px;
	overflow: hidden;
	margin-bottom: 35px;
	color: #555555;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog_item .image:hover img {
	opacity: 0.8;
}

.blog_post h1 {
	font-size: 30px;
	font-weight: bold;
	color: #eaa02e;
}

.blog_post .row-control {
	margin-top: 0px;
}

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

.read-more a {
	color: #00852a;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.read-more a:hover {
	color: #ef6a9e;
}

.blog-home #content > .row,
.blog-category #content > .row {
	display: flex;
	flex-wrap: wrap;
}

.blog-blog .main_thumb img {
	border-radius: 12px;
}

.blog-blog .main_description p:last-of-type {
	margin-bottom: 0;
}

.blog-blog .container-fluid + script + script + footer {
	margin-top: 0;
}

.blog-blog .related-product-container {
	border-bottom: 0;
}

.blog_title {
	font-weight: bold;
	font-size: 30px;
	color: #6eac5d;
}

.blog_item {
	margin-bottom: 35px;
}

.blog_item img {
	border-radius: 12px;
}

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

#breadcrumb-wrapper {
	margin-bottom: 50px;
}

#breadcrumb-wrapper .container-breadcrumb-wrapper {
	background-color: #f6f6f6;
	padding: 10px 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#breadcrumb-wrapper * {
	color: #666631;
	font-size: 14px;
	font-weight: bold;
}

#breadcrumb-wrapper li:first-of-type {
	padding-left: 0;
}

/* pagination ----------------------------------------------------------------------- */

.r2-pagination {
	text-align: center;
	line-height: 1;
}

.r2-pagination li {
	width: 30px;
	height: 30px;
	
	border-radius: 100px;
	text-align: center;
	line-height: 28px;
	
}

.r2-pagination li a {
	
	padding: 5px 9px;
	
}


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

.r2-pagination .first,
.r2-pagination .prev,
.r2-pagination .last,
.r2-pagination .next {
	background: #00852a;
	border: 1px solid #00852a;
	
	border-radius: 100px;
}

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

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

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

.r2-pagination .active {
	border: 1px solid #00852a;
	background: #00852a;
	color: #fff;
}

.r2-pagination .active span {
	display: flex;
	height: 100%;
	color: #fff;
}

.r2-pagination .active:hover {
	border: 1px solid #00852a;
}

.pagination-text {
	margin: 10px 0 0;
	color: #999;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
}

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

.photo-container li .thumbnail {
	padding: 10px;
	border-radius: 10px;
}

.photo-container li:first-of-type .thumbnail {
	padding: 30px;
}

.photo-container .sale {
	position: absolute;
	top: 0;
	right: 15px;
	background: #ef6a9e;
	border-radius: 0 0 500px 500px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 17px;
	letter-spacing: 0.5px;
	padding: 5px 15px 0 15px;
	height: 34px;
	font-weight: 700;
}

.photo-container li:first-of-type {
	position: relative;
}

.photo-container .btn-group {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.photo-container .btn-group .btn {
	width: 42px;
	height: 42px;
	background: #ff6c6c;
	color: #fff;
	font-size: 22px;
	border-radius: 100px;
	border: 0;
	padding: 0;
	line-height: 45px;
}

.photo-container .btn:hover i {
	font-weight: bold;
}

.photo-container a.thumbnail.active,
.photo-container a.thumbnail:focus,
.photo-container a.thumbnail:hover {
	border-color: #ef6b9f;
}

.info-container .title-container:after {
	display: none;
}

/*
.title-container h1,.title-container h2 {
    margin-bottom: 40px;
    color: #6eac5d;
    font-size: 22px;
    line-height: 1;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    padding-left: 22px;
    border-bottom: 2px solid #6eac5d;
    padding-bottom: 15px;
    text-transform: uppercase;
}*/
.title-container {
	margin-bottom: 24px;
	padding-left: 22px;
	border-bottom: 2px solid #9a9968;
	padding-bottom: 15px;
}

.title-container h1, .title-container h2 {
	color: #00852a;
	font-size: 22px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0;
}

.info-container .title-container h1 span {
	background: none;
}

@media (max-width: 991px) {
	.info-container .title-container h1, .info-container .title-container h2 {
		margin-bottom: 15px;
		margin-top: 15px;
	}
}

.info-container .rating p {
	margin-bottom: 0;
}

.info-container .product-info {
	margin-top: 40px;
}

.info-container a {
	color: #666666;
}

.info-container h3,
.buy-container h3 {
	color: #6eac5d;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px;
	
}

.info-container h3 {
	color: #6eac5d;
}

/* .buy-container { padding: 0; } */

.price-container {
	position: relative;
	padding: 30px;
	background: #b2dee0;
	border-radius: 12px;
	
}

.price-container li {
	color: #444444;
}

.price-container > ul:first-of-type {
	margin-bottom: 0px;
}

.buy-container .price,
.buy-container .price-new {
	margin: 0;
	font-size: 40px;
	color: #6eac5d;
	font-weight: bold;
	line-height: 1;
	
}

.buy-container .price-old {
	color: #58b1b6;
	font-size: 29px;
	font-weight: 300;
	text-decoration: line-through;
	
}

.buy-container #product {
	margin: 30px 0 40px;
}

.buy-container .form-group:last-of-type label {
	display: none;
}

.buy-container .quantity-box {
	position: relative;
	display: inline-block;
}

.buy-container .quantity-selector #minus,
.buy-container .quantity-selector #plus {
	position: absolute;
	top: 50%;
	width: 19px;
	height: 19px;
	padding: 0;
	border: 0;
	border-radius: 50px;
	background: #6eac5d;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	transform: translateY(-50%);
}

.buy-container .quantity-selector #minus {
	left: 10px;
}

.buy-container .quantity-selector #plus {
	right: 10px;
}

.buy-container .quantity-selector #minus:hover,
.buy-container .quantity-selector #plus:hover {
	background: #6eac5d;
}

.buy-container .form-group:last-of-type input[type="text"] {
	display: inline-block;
	width: 110px;
	height: 42px;
	border-radius: 12px;
	color: #666;
	font-size: 18px;
	text-align: center;
	border: 0px;
}

.buy-container .form-group:last-of-type #button-cart {
	display: inline-block;
	margin-left: 6px;
	padding: 8px 20px 6px;
	font-size: 18px;
	vertical-align: top;
	border-color: #00852a;
	background: #00852a;
	border-radius: 12px;
	
}

@media (min-width: 991px) and (max-width: 1490px) {
	.buy-container .form-group:last-of-type #button-cart {
		margin-top: 5px;
	}
}

.buy-container .form-group:last-of-type #button-cart span,
.buy-container .form-group:last-of-type #button-cart i {
	vertical-align: middle;
}

.buy-container .form-group:last-of-type #button-cart i {
	font-size: 26px;
	margin-right: 5px;
}

.buy-container .product-customer-care p {
	line-height: 1.2;
	color: #5b554c;
	
}

.buy-container .product-customer-care a {
	color: #666;
	letter-spacing: 0.5px;
}

.buy-container .product-customer-care ul {
	margin-bottom: 0;
}

.buy-container .product-customer-care li {
	margin-bottom: 10px;
}

.buy-container .product-customer-care li:last-of-type {
	margin-bottom: 0;
}

.buy-container .product-customer-care i {
	color: #ef6a9e;
}

.buy-container .product-customer-care a i {
	margin-right: 3px;
}

.buy-container .product-customer-care a:hover {
	color: #fff;
}

.buy-container .focus-customer-care .focus-item {
	padding: 20px;
}

.buy-container .focus-customer-care .focus-item:not(:last-of-type) {
	border-bottom: 1px solid #ddd;
}

.buy-container .focus-customer-care .left,
.buy-container .focus-customer-care .right {
	display: inline-block;
}

@media (min-width: 767px) and (max-width: 1200px) {
	body[class^='product-product'] #column-right {
		display: none;
	}
	
	body[class^='product-product'] #content {
		width: 100%;
		left: 0;
	}
}


.in-stock {
	color: #4e9b5b;
}

.out-stock {
	color: #6eac5d;
}

.buy-container .focus-customer-care .left {
	margin-right: 15px;
	width: 32px;
	color: #ef6a9e;
	font-size: 26px;
	text-align: center;
	line-height: 1em;
	vertical-align: middle;
	
}

.buy-container .focus-customer-care .right {
	width: calc(100% - 75px);
	vertical-align: middle;
}

.buy-container .focus-customer-care .right p {
	color: #888;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.2;
}

.related-product-container {
	margin: 40px 0 0;
	padding: 40px 0 0;
}

@media (min-width: 1200px) {
	.related-product-container {
		margin-bottom: 20px;
		margin-top: 0px;
		padding-top: 0px
	}
}

.description-container {
	margin-top: 50px;
}

.description-container #tab-description h1, .description-container #tab-description h2, .description-container #tab-description h3, .description-container #tab-description h4, .description-container #tab-description h5, .description-container #tab-description h6 {
	color: #6eac5d;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.description-container #tab-description p {
	margin-bottom: 2.3em;
}

.product-video {
	color: #fff;
	background: #eaa02e;
	border-radius: 12px 0px 12px 12px;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}

.product-video i,
.product-video a {
	color: #fff;
}

.product-video:hover {
	background: #b85430;
}


@media (max-width: 1200px) {
	
	
	.filters label {
		display: none;
	}
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

@media (max-width: 991px) {
	.mobile {
		display: block;
	}
	
	.desktop {
		display: none;
	}
	
	
	.filters label {
		display: none;
	}
}

@media (max-width: 767px) {
	
	
	#column-left, #column-right {
		text-align: center;
	}
	
	#column-left .banner img, #column-right .banner img {
		margin: 0px auto;
	}
}

@media (max-width: 576px) {

	
	.filters label {
		display: none;
	}
}


.category-content .product-grid {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	
	.category-content h1,
	.product-content .title-container h2 {
		margin-right: 0px;
	}
}

.title-container h2 span.price-info {
	background: #fff;
	z-index: 1;
	padding: 0px 30px;
	color: #ea7305;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-right: 0px;
	
}

.title-container h2 span.price-info a {
	font-size: 14px;
	color: #ea7305;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100px;
	
}

.title-container h2 span.price-info a i {
	color: #ea7305;
	font-size: 26px;
}

#read-full-description {
	font-size: 16px;
	color: #00852a;
	text-transform: uppercase;
	font-weight: bold;
	pointer-events: auto;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
}

#read-full-description:hover {
	color: #ef6a9e;
}

/* column left */
.sidebar-menu h2 {
	display: none;
}

#column-left .banner, #column-right .banner {
	margin: 40px 0px;
}

#column-left .banner img, #column-right .banner img {
	border-radius: 12px;
}

#column-left .banner:hover img, #column-right .banner:hover img {
	opacity: 0.8;
}
.banner img{
	margin: auto;
}

/* category filters */
.filters {
	background-color: #f6f6f6;
	border-radius: 100px;
	padding: 10px 30px;
	height: 50px;
	margin-bottom: 30px;
}

.filters .form-group {
	margin: 0px;
}

.filters .form-control {
	background-color: #fff;
	height: 30px;
	line-height: 1;
	padding-bottom: 0;
	padding-top: 0;
}
.filters > div > div,
.filters > div,
.filters,
.filters > div > div,
.filters > div,
.filters {
	font-size: 50px;
}


.filters {
	display: flex;
	align-items: center;
	gap: 25px;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.filters {
		justify-content: end;
	}
}

.filters label {
	border: none;
	text-shadow: none;
	box-shadow: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #00852a;
	font-weight: bold;
	background-color: transparent;
}


.filters select {
	--webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	border-color: transparent;
	border-radius: 6px !important;
	position: relative;
	padding-right: 35px !important;
	font-weight: bold !important;
	padding-left: 20px !important;
}


.filters .product-filter::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	color: #00852a;
    font-weight: 700;
	top: 50%;
	right: 5px;
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 2;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.filters{flex-wrap: nowrap;}
}
/* account login/signup ----------------------------------------------------------------------- */

.account-login .well {
	padding: 30px;
	background: #fff;
	border-radius: 12px 0px 12px 12px;
	box-shadow: none;
}

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

.account-login .title-container {
	text-align: left;
	margin-bottom: 10px;
}

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

.account-login .title-container::after {
	left: initial;
	right: 0;
	width: 40%;
	transform: none;
	background: linear-gradient(90deg, rgba(26, 158, 187, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.account-login .title-container + p {
	margin-bottom: 20px
}

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

.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 a {
	display: block;
	padding: 25px;
	height: 100%;
	border: 1px solid #cccccc;
	border-radius: 12px;
}

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

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

.account-account #content a:hover i {
	animation: pulse-brown 2s infinite;
}

.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: #6eac5d;
	font-size: 22px;
	
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

.information-contact .panel-body strong {
	font-size: 20px;
	font-weight: 400;
	color: #1f7c73;
	text-transform: uppercase;
}

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

.information-contact .panel-body a {
	color: #666;
}

.information-contact .panel-body a:hover {
	color: #ef6a9e;
}

.information-contact p.contact-privacy {
	display: flex;
	justify-content: right;
}

.row_ac7t {
	margin: 15px -15px;
}

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

.home-slideshow .slick-arrow-prev {
	left: 10px;
}

.home-slideshow .slick-arrow-next {
	right: 10px;
}

.informations-index p a {
	cursor: pointer;
	color: #ea7305;
	font-size: 18px;
}

.informations-index h2 {
	margin: 25px auto 25px;
	font-size: 24px;
	color: #ea7305;
	font-weight: 600;
	border-bottom: 2px solid;
	padding-bottom: 10px;
}

@media (min-width: 1400px) {
	header .logo-container {
		flex-shrink: 2;
		width: 450px;
	}
}

.r2-mainmenu .megamenu .dropdown-menu ul li a:hover:before {
	content: none !important;
}


.filter-button-group {
	background-color: #6eac5d;
	padding-top: 10px;
	position: relative
}

.filter-button-group:before {
	content: "";
	background-color: #6eac5d;
	position: absolute;
	width: 100%;
	left: -100%;
	top: 0;
	height: 100%
}

.filter-button-group:after {
	content: "";
	background-color: #6eac5d;
	position: absolute;
	width: 100%;
	right: -100%;
	top: 0;
	height: 100%
}

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

@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
	}
}

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

.filter-button-group .btn-filter:hover {
	background-color: #6eac5d
}

.filter-button-group .btn.active, .filter-button-group .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.filter-button-group .btn.active {
	background-color: #fff;
	color: #6eac5d
}

.filter-button-group .btn.active:hover {
	background-color: #fff;
	color: #6eac5d
}

@media (min-width: 767px) {
	.filter-button-group-negative:before, .filter-button-group-negative:after {
		content: none
	}
}

@media (min-width: 1200px) {
	.filter-button-group-negative .btn-filter {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}
	
	.filter-button-group-negative {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		padding-left: 15px;
		padding-right: 15px
	}
}

@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
	}
}

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

.grid-box .items-filter a:hover {
	opacity: .7;
	text-decoration: underline
}

.price-info {
margin-left: auto;
}

.price-info .btn-link {
    background-color: #fff !important;
    color: #787878 !important;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 45px;
    justify-content: center;
    text-decoration: none !important;
	text-transform: initial;
}

.price-info .btn-link i {
	font-size: 22px;
	margin-right: 6px;
	color:#ffa04c;
}

.info-container .title-container {
	padding-left: 0;
	
}

.info-container .title-container:after, .info-container .title-container:before {
	content: none
}

.info-container .title-container h1 {
	color: #6eac5d;
	font-size: 30px;
}

.popup-video {
	border-radius: 6px;
	background-color: #fff !important;
	border: 1px solid #6eac5d !important;
	color: #6eac5d !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	align-items: center;
	height: 45px;
	justify-content: center;
	text-decoration: none !important;
}

.popup-video i {
	font-size: 25px;
	margin-right: 10px;
}

.ui-container-md {
	max-width: 1280px;
}

#slideshow0 .slick-arrow, #slideshow1 .slick-arrow {
	position: absolute;
	background-color: transparent;
	color: #fc9533;
	font-size: 30px;
}

.modules-tab .tab-content {
	margin-top: 25px;
}

.multiple-featured-slick .product-thumb {
	margin-bottom: 0;
}

.manufactures-carusel .slick-arrow {
	position: absolute;
}

/* info focus -------------------------------------------------- */

.info-focus-wrapper {
	margin: 50px 0 15px 0;
	padding: 30px 0;
	border-top: 3px solid #6eac5d;
	box-shadow: 0px 3px 10px rgb(186 196 209 / 40%);
	clip-path: inset(0 0 -15px 0);
}

.info-focus-container,
.info-focus-box {
	display: flex;
}

.info-focus-container .info-focus-icon {
	margin-right: 25px;
	color: #ef6a9e;
	font-size: 50px;
	line-height: 1;
}

.info-focus-container h4 {
	margin-bottom: 0;
	color: #6eac5d;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

.info-focus-container p,
.info-focus-container p a {
	margin: 0;
	margin-top: 10px;
	color: #666;
	font-size: 15px;
	line-height: 1.2;
}

@media (max-width: 1199px) {
	.info-focus-container p br {
		display: none;
	}
}


@media (max-width: 991px) {
	.info-focus-container > div > div:not(:last-child) .info-focus {
		margin-bottom: 30px;
	}
}

.category_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}

.category_list ul li {
	list-style: none;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
}

.category_list ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00852a;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 30px;
	border-radius: 6px;
	transition: all 0.3s ease 0s;
}

.category_list ul li a:hover {
	background-color: #6eac5d;
}

.box-card-flush {
	margin-top: 40px;
}

.box-card-flush h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff !important;
	background-color: #00852a;
	border-radius: 6px;
	padding: 12px 18px;
	margin-bottom: 30px;
}

.card-flush {
	display: flex;
	gap: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bbbbbb;
}

.box-card-flush .card-flush:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.card-flush-image {
	border-radius: 6px;
	border: 1px solid #e7e7e7;
	display: block;
	overflow: hidden;
	background-color: #fff;
	padding: 0px;
	width: 140px;
}

.card-flush-caption {
	width: calc(100% - 140px);
	padding-top: 5px;
}

.card-flush-caption h4 a {
	font-size: 14px;
	color: #777777;
	font-weight: bold;
	line-height: 18px;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 37px;
	
}

.card-flush-caption .price {
	display: flex;
	margin-bottom: 20px;
	color: #00852a;
	font-size: 18px;
	font-weight: bold;
	gap: 13px;
	justify-content: left;
	flex-direction: row-reverse;
}

.card-flush-caption .price-old {
	color: #777777;
	font-weight: 400;
	text-decoration: line-through;
}

.card-flush-caption button {
	padding: 7px 12px;
	background-color: #00852a;
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	width: 100%;
}

.card-flush-caption button:hover {
	background: #6eac5d;
}
.card-flush-image img{
	margin: auto;
	padding: 15px;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
	.card-flush {
		flex-wrap: wrap;
	}
	
	.card-flush-image, .card-flush-caption {
		width: 100%;
	}
}

.related-products .title-container, .blog-module-latest .title-container, .multiple-featured .title-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-module-latest .summary {
	padding-bottom: 0;
	border-bottom: none
}

.manufactures-carusel {
	padding: 16px 60px;
	border-radius: 12px;
	border: 2px solid #9a9968;
	
}

.manufactures-carusel .slick-arrow-prev {
	left: 8px;
}

.manufactures-carusel .slick-arrow-next {
	right: 8px;
}

.box-shadow-top {
	box-shadow: inset 0px 30px 30px -20px #eeeeee;
	padding-top: 60px;
}

[type=checkbox], [type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	flex-shrink: 0;
	height: 20px;
	width: 20px;
	color: #00852a;
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	border-radius: 4px;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: none;
	outline-offset: 0;
}

input[type=checkbox], input[type=radio] {
	line-height: normal;
	background-color: #f2f2f2;
	margin: 0;
	margin-right: 4px;
}

.checkout-checkout .buttons input[type="checkbox"] {
    border: 2px solid;
}

input[type=checkbox]:checked, [type=radio]:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

input[type=radio] {
	border-radius: 100%;
}

input[type=checkbox]:checked {
	background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0"/%3e%3c/svg%3e');
}

input[type=radio]:checked {
	background-image: url('data:image/svg+xml,%3csvg viewBox= "0 0 16 16" fill= "white" xmlns= "http://www.w3.org/2000/svg" %3e%3ccircle cx= "8" cy= "8" r= "3" /%3e%3c/svg%3e');
}

input[type=radio]:focus, [type=checkbox]:focus {
	outline: 2px solid #00852a;
	outline-offset: 2px;
	border-color: #00852a;
	border-radius: 4px;
}

input[type=radio]:focus {
	border-radius: 100%;
}

.bx-newsletter {
	padding: 0 10px;
	border-radius: 12px;
	border: 3px solid #9a9968;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.newsletterText {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bx-nl-input {
	display: flex;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

.bx-nl-input input {
	background-color: #f2f2f2;
	height: 45px;
	border: none !important;
	width: 100%;
	padding-left: 20px;
}

.bx-nl-input .btn-orange {
	height: 45px;
	border-radius: 0;
}

.bg-home-color {
	background-color: #e4f4e9;
	position: relative;
	overflow: hidden;
	padding: 60px 0;
	box-shadow: inset 0px 30px 30px -20px #d5e4da;
}

section.bg-home-color {
    background-image: url(/image/catalog/background_prds.png);
	background-size: 40%;
}

/*.bg-home-color:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	height: 30px;
	box-shadow: inset 0px -30px 30px -20px #d5e4da;
	bottom: 0;
	width: 100%;
}*/
.ui-circle-b,.ui-circle { display: none }

.bg-home-color .banner img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 16px;
}

.modules-tab {
	position: relative;
	z-index: 1;
}

@keyframes balloonFloatingA {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	
	50% {
		-webkit-transform: translateY(-35px);
		transform: translateY(-35px)
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}


@keyframes balloonFloatingB {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@media (min-width: 991px) {
	.ui-circle {
		position: absolute;
		background-color: #FFF;
		width: 700px;
		height: 700px;
		border-radius: 10000px;
	}
	
	.ui-circle-a {
		left: -20%;
		transform: translateX(-50%);
		bottom: -400px;
		animation: balloonFloatingA 3s ease-in-out infinite;
	}
	
	.ui-circle-b {
		right: -60%;
		transform: translateX(-50%);
		top: -400px;
		animation: balloonFloatingB 3s ease-in-out infinite;
	}
}

.home-banner-row {
	margin-top: 70px;
}

.home-banner-row .banner {
	margin-bottom: 40px;
}

.home-banner-row .banner img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
}

.home-banner-row .multiple-featured {
	margin-bottom: 40px;
}

.remove-margin-top {
	margin-top: 0;
}

.info-product .title-container {
	all: unset;
}

.info-product .title-container .title-product {
	font-size: 28px;
	line-height: 36px;
	color: #00852a;
	font-weight: 600;
	min-height: 70px;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #6eac5d;
}

.box-gallery {
	position: relative;
}

.btn-wishlist-light {
    position: absolute;
    top: 25px;
    left: 0;
    border: none;
    background-color: #55c551;
    color: #fff;
    width: 60px;
    height: 50px;
    font-size: 22px;
    border-radius: 0px 6px 6px 0px;
}

.btn-wishlist-light:hover {
	color: #fff;
	background: #6eac5d;
}

.box-gallery .thumbnail {
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 12px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
#product #button-cart{background-color: #00852a;}
#product #button-cart:hover{background-color: #6eac5d;}

.info-product h1.title-product {
    color: #00852a;
    font-size: 28px;
    font-weight: 700;
}

.price-box {
	border-radius: 12px;
	border: 2px solid #999964;
	padding: 0 20px;
	height: 80px;
	display: flex;
	gap: 20px;
	align-items: baseline;
	justify-content: flex-start;
}

.price-box .price-single {
	font-size: 34px;
	font-weight: 900;
	color: #00852a;
	display: flex;
	align-items: center;
	height: 100%;
}

.price-box .price-old {
	font-size: 24px;
	color: #999999;
	text-decoration: line-through;
}

.info-product {
	margin-bottom: 30px;
}

.info-product li {
	margin-bottom: 5px;
}

.add-quantity-product {
	border-top: 2px solid #dadada;
	border-bottom: 2px solid #dadada;
	margin-top: 30px;
	display: flex;
	gap: 20px;
	align-items: center;
	padding: 20px 0;
}

.add-quantity-product label {
	display: none;
}

.quantity-selector {
	min-width: 130px;
	display: flex;
	background: #f4f4f4;
	border-radius: 6px;
	overflow: hidden;
	height: 40px;
}

.quantity-selector input {
	background-color: transparent;
	border: none;
	text-align: center;
	color: #555555;
	height: 40px;
	width: 50px;
	
}

.quantity-selector button {
	background-color: transparent;
	border: none;
	color: #555555;
	border-radius: 0;
	width: 40px;
	padding: 0;
}

#button-cart {
	width: auto;
}

@media (min-width: 1200px) {
	.add-quantity-product {
		padding: 20px;
	}
	
	.add-quantity-product label {
		display: block;
		color: #555555;
		text-transform: capitalize;
		margin: 0;
	}
}

.ui-product-focus {
	background-color: #6eac5d;
	overflow: hidden;
	border-radius: 12px;
	color: #fff;
	position: relative;
	display: flex;
	gap: 20px;
	align-items: center;
	padding-left: 105px;
	margin-top: 30px;
}

.ui-product-focus-ico-fix {
	background-color: #e29f00;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: end;
	font-size: 30px;
	font-weight: bold;
	height: 280px;
	width: 280px;
	position: absolute;
	border-radius: 200px;
	left: -200px;
	padding-right: 30px;
}

.ui-product-focus-txt {
	padding: 24px 0;
	text-transform: none;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
}

.ui-product-focus-txt strong {
	display: block;
	font-size: 22px;
}

.ui-product-focus-ico-dk {
	display: none;
}

@media (min-width: 1200px) {
	
	.ui-product-focus-ico-dk {
		width: 80px;
		height: 80px;
		border-radius: 100px;
		background-color: #e29f00;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 33px;
		font-weight: bold;
		flex-grow: 0;
		flex-shrink: 0;
		margin-right: 20px;
	}
}

.ui-custom-care-prd-item {
	position: relative;
	border: 3px solid;
	border-radius: 12px;
	padding: 25px;
	width: calc(100% - 45px);
	margin-left: 45px;
	margin-bottom: 40px;
}

.ui-custom-care-prd-item-ico {
	border-radius: 200px;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	position: absolute;
	left: -45px;
	top: 50%;
	transform: translateY(-50%);
}

.ui-custom-care-prd-item-desc {
	padding-left: 35px;
}

.ui-custom-care-prd-item-desc p {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	text-transform: none;
	line-height: 22px;
}

.ui-custom-care-prd-item-desc p a {
	font-weight: bold;
	display: block;
}

.ui-custom-care-prd-item-desc p a:hover {
	text-decoration: underline;
}

.ui-tabs-prd {
	margin-top: 30px;
	margin-bottom: 40px;
}

.ui-tabs-prd .nav-tabs {
	border: 2px solid #00852a;
	border-radius: 200px;
	overflow: hidden;
	margin-bottom: 30px;
}

.ui-tabs-prd .nav-tabs > li {
	margin-bottom: 0;
}

.ui-tabs-prd .nav-tabs > li > a {
	margin-right: 0;
	line-height: 1.42857143;
	border: none;
	border-radius: 0;
	padding: 16px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
}

.ui-tabs-prd .nav-tabs > li.active > a, .ui-tabs-prd .nav-tabs > li.active > a:focus, .ui-tabs-prd .nav-tabs > li.active > a:hover {
	color: #00852a;
	background-color: transparent;
	border: none;
	border-bottom-color: transparent;
}

.ui-tabs-prd .nav > li > a:focus, .ui-tabs-prd .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #6eac5d;
}

.tab-content > .tab-pane .title-container {
	margin-bottom: 0;
	padding-left: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.tab-content .wysiwyg h1, h2, h3, h4, h5, h6 {
	text-transform: inherit;
	color: #00852a;
}

.wysiwyg h2{line-height: 1.3em;}

.tab-content .wysiwyg, .tab-content .wysiwyg p {
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
	line-height: 32px;
	color: #666666;
}

.tab-content .wysiwyg table {
	width: 100%;
	border: none !important;
}

.tab-content table > tbody > tr > td, .tab-content table > tbody > tr > th, .tab-content table > tfoot > tr > td, .tab-content table > tfoot > tr > th, .tab-content table > thead > tr > td, .tab-content table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.col-info {
	color: #fff;
}

.banner-prd-shipping {
  display: flex;
  align-items: center;
  background-color: #5cb85c;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  gap: 14px;
  font-family: sans-serif;
  margin-top: 25px;
}

.banner-prd-shipping .arrow-box {
	background: #3c9d39;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    clip-path: ellipse(60% 70% at 35% 50%);
    height: 100px;
    width: 80px;
}
.banner-prd-shipping .arrow i {
  color: #FFF;
  font-size: 54px;
  
}

.banner-prd-shipping .text-box { flex: 1; min-width: 0; }

.banner-prd-shipping .title {
	margin: 0;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.banner-prd-shipping .subtitle {
    margin: 3px 0 0 0;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
}

.banner-prd-shipping .icon-box {
  flex-shrink: 0; 
  width: 80px;
  height: 80px;
  background-color: #e6a817;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
    left: -20px;
}
.banner-prd-shipping .icon-box i {
    color: #FFF;
    font-size: 40px;
}
@media (max-width: 1299px) {
.banner-prd-shipping .title{font-size: 18px;}
.banner-prd-shipping .subtitle{font-size: 14px;}
}
@media (max-width: 499px) {
  .banner-prd-shipping { padding: 12px 14px; gap: 10px; }
  .banner-prd-shipping .icon-box,.banner-prd-shipping .arrow-box { display: none; }
	#product #button-cart{
		padding: 13px 15px 11px;
		font-size: 13px;
	}
	.price-info .btn-link {font-size: 0}
}

.MsgAssTel {
	margin-bottom: 30px
}

.MsgAssTel .posLeft {
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	
	margin-bottom: 20px;
}

.MsgAssTel .btn-primary {
	background: #00852a;
}

.list-info-prd a {
	font-weight: normal;
	color: inherit;
}

@media (min-width: 767px) {
	.MsgAssTel {
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: center;
		margin-top: 10px;
	}
	
	.MsgAssTel .posLeft {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.col-info {
		text-align: center
	}
	
	.info-ft li {
		justify-content: center;
	}
	
	.img-logo-ft {
		margin-left: auto;
		margin-right: auto;
	}
}

.info-ft li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.info-ft li i {
	font-size: 20px;
}

.ui-social i {
	font-size: 20px;
}

.img-logo-ft {
	background-color: #fff;
	display: block;
	border-radius: 12px;
	margin-bottom: 30px;
	padding: 10px 0;
	max-width: 260px;
}

.img-logo-ft img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 180px;
}

.col-info-links {
	margin-bottom: 25px;
}

.ui-top-nav {
	background:#e29f00;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 10px 10px 70px;
	border-bottom-left-radius: 70px;
	line-height: 1.1;
}

.ui-top-nav a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

@media (min-width: 1200px) {
	.ui-top-nav {
		max-width: 72%;
		margin-left: auto;
		padding: 10px;
	}
	
	.ui-top-nav a {
		text-align: center;
		max-width: 780px;
		display: block;
		width: 100%;
	}
}

@media (max-width: 992px) {
.ui-header.ui-fixed-menu {
        position: sticky;
        top: 0;
		z-index:99;
		background: #FFF;
        height: 65px;
		border:1px solid #006729;
    }
    }

.menu-mobile-fixed {
    background-color: #55c551 ;
    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;
}
@media (min-width: 1201px) {
    .menu-mobile-fixed {
        display: none;
    }
}

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

}
.mobile-cart.mobile-icon .fixCounter{
    position: absolute;
    top: -160px;
    right: 20px;
    background: #e29f00;
    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-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: 1199px) {

	.ui-header .container {
		flex-direction: row;
		align-items: center;
		position: relative;
		gap: 20px
	}
	
	#logo {
		width: 280px;
	}
	
	.user-container {
		position: absolute;
		right: 15px;
		display: none;
	}
	
	.search-container {
		order: 4;
		width: 100%;
	}
}

@media  (max-width: 991px) {
	#logo {
		width: 200px;
	}
	.ui-header .container {
		flex-direction: column;
		align-items: center;
		position: relative;
		gap: 20px
	}
	}


@media (max-width: 992px) {
	.ui-top-nav{display: none;}
	.user-container{display: none;}
	
	.ui-header .ui-logo {transition: ease-in-out all 0.2s;}
	.ui-header.ui-fixed-menu .ui-logo {
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        transform: translateY(-100px);
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
       header.ui-header.ui-fixed-menu .search-container{
		position: absolute;
        padding: 0 15px;
	   } 
}
/*@media (min-width: 768px) and (max-width: 991px) {
header.ui-header.ui-fixed-menu .search-container {margin-top: -118px}
}
@media (max-width: 767px) {
header.ui-header.ui-fixed-menu .search-container {margin-top: -111px}
}*/
@media (max-width: 779px) {
	.ui-header .container {
		align-items: center;
	}
	.user-container {
		position: relative;
		right: auto;
	}
	.cart-menu,#cart .dropdown-menu:before{
		left: 50% !important;
		transform: translateX(-50%);
	}
}
@media (min-width: 1200px) {
	.search-container {
		/*width: 590px;*/
		width: 50%;
		margin-left: 30px;
	}
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	border-color:transparent;
}
#cart .button-container {
	margin-top: 25px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: end;
}
#search .form-control:focus {
	border-color: #fc9533;
}
.auth-eu-logo {
	cursor: help;
	display: inline-block;
	max-width: 100px;
	position: absolute;
	bottom: 30px;
	right: 25px;
	
}
.auth-eu-logos{
	cursor: help;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 25px;
	max-width: 100px;
	
}
.product-search .checkbox-inline{
	margin-top: 10px;
	margin-left: 10px;
}
.product-search  #button-search{
	margin-bottom: 50px;
	margin-top: 35px;
}
.rendered-form .form-group{padding-left:0}
.rendered-form .form-control {min-height: 42px}
.rendered-form textarea.form-control{min-height:10em}

@media(max-width: 991px) {
	.home-slideshow {
		margin-bottom: 80px;
	}

	.home-slideshow .slick-dots {
		bottom: -30px;
	}
}