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

::-webkit-scrollbar {
	background: rgba(0, 0, 0, 0);
	width: 6px;
	height: 0
}

::-webkit-scrollbar-thumb {
	background: #000000;
	-webkit-border-radius: 10px
}

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

/* Override the bootstrap defaults */

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.83em;
}

h6 {
	font-size: 0.67em;
}

#content h1, #content > .blog > h1, .carousel > h2, .multiple-featured > h2, .modules-tab > h2, .multiple-featured .title-container h2, .ui-title-container, .modules-tab h2 {
	display: flex;
	align-items: baseline;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #8ac43a !important;
	width: 100%;
}

.multiple-featured > h2 {
	font-size: 32px;
	color: #8ac43a !important;
}

#content h1::after, #content > .blog > h1::after, .carousel > h2::after, .multiple-featured > h2::after, .modules-tab > h2::after, .multiple-featured .title-container h2:after, .ui-title-container:after, .modules-tab h2:after {
	content: "";
	flex-grow: 1;
	margin-left: 20px;
	height: 8px;
	flex-basis: 0;
	min-width: 0;
	background: #009ee0;
}

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

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

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

legend {
	padding: 7px 0px;
}

label {
	
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

p {
	margin-bottom: 2em;
}

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

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

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

body .wysiwyg {
	font-weight: 400;
	line-height: 32px;
	font-size: 16px;
}

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

body .wysiwyg ul,
body .wysiwyg ol {
	padding: 0;
	list-style-position: inside;
}

body .wysiwyg li::marker {
	color: #8dc63f;
}

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

body .wysiwyg a:focus,
body .wysiwyg a:active,
body .wysiwyg a:hover {
	color: #009ee0;
	text-decoration: underline;
}

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

body .wysiwyg h1 {
	font-size: 2em !important;
	display: block !important;
	margin: 0 0 0.75em !important;
}

body .wysiwyg h1:after {
	content: none !important;
}

.wysiwyg font {
	all: unset;
}

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

.form-control:focus {
	border-color: #8ac43a;
}

[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: 22px;
	width: 22px;
	color: #8ac43a;
	border: 1px solid #dadada;
	background-color: #f0f0f0;
	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: #f0f0f0;
	margin: 0;
	margin-right: 4px;
}

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 #8ac43a;
	outline-offset: 2px;
	border-color: #8ac43a;
	border-radius: 4px;
}

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

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

select {
	appearance: none;
	background-color: #f0f0f0;
	border: 1px solid #dadada;
	padding: 8px 15px;
	width: 100%;
	caret-color: #bbb;
	height: 35px;
	border-radius: 4px;
	box-shadow: none !important
}


[multiple]:active, [multiple]:focus, [type=date]:active, [type=date]:focus, [type=datetime-local]:active, [type=datetime-local]:focus, [type=email]:active, [type=email]:focus, [type=month]:active, [type=month]:focus, [type=number]:active, [type=number]:focus, [type=password]:active, [type=password]:focus, [type=search]:active, [type=search]:focus, [type=tel]:active, [type=tel]:focus, [type=text]:active, [type=text]:focus, [type=time]:active, [type=time]:focus, [type=url]:active, [type=url]:focus, [type=week]:active, [type=week]:focus, select:active, select:focus, textarea:active, textarea:focus, input:active, input:focus {
	outline: none;
	outline-offset: 0;
	border-color: #8ac43a;
}

select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%2364b63e%7D%3C/style%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") !important;
	background-position: right .9rem center;
	background-repeat: no-repeat;
	background-size: 1em 1em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	border-radius: 4px !important;
	height: 45px !important;
	background-color: #f0f0f0;
	border: 1px solid #dadada
}

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

.checkout-cart input[type="text"] {
	height: 40px;
}

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

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

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

/* account login/signup ----------------------------------------------------------------------- */

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

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

.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: #ed8600;
	
	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: #06aeef;
	
}

.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 0px 12px 12px;
}

.account-account #content a i {
	width: 54px;
	height: 54px;
	border-radius: 12px;
	color: #fff;
	font-size: 28px;
	line-height: 54px;
	text-align: center;
	background: rgb(48 180 223);
	background: linear-gradient(0deg, rgb(42 178 226) 0%, rgb(205 220 59) 100%);
	
}


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

/* 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: #eeeeee;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

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

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

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

#top .btn-link,
#top-links li,
#top-links a {
	color: #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;
	height: 40px;
	overflow: hidden;
	border: 2px solid #009ee0;
	border-radius: 8px;
	background-color: #fff;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 15px;
	background-color: #fff;
	position: relative;
	border: none !important;
	border-radius: 8px;
	color: #888888;
	font-size: 16px;
}

#search .btn-lg {
	font-size: 22px;
	line-height: 18px;
	padding: 0;
	text-shadow: 0;
	height: 40px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	border: none !important;
	background-color: #fff !important;
	color: #8ac43a !important;
}

/* cart */


#cart > .btn {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color: #666666 !important;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	background: transparent !important;
	border: none !important;
	text-transform: uppercase;
	text-align: left;
}

#cart #cart-total {
	display: block;
}

#cart > .btn i {
	width: 50px;
	height: 50px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	background-color: #ed8601;
}

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

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

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

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

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

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

#cart .dropdown-menu li > div {
	
	padding: 0 10px;
}

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

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

/* footer */

.ui-footer {
	background-color: #f8f8f8;
	box-shadow: inset 0px 30px 30px -20px rgba(0, 0, 0, .15);
	margin-top: 90px;
}

.ui-sub-ft {
	background-color: #8ac43a;
	padding: 30px 0;
	color: #fff;
	box-shadow: inset 0px 30px 30px -20px rgba(0, 0, 0, .15);
}

.ui-sub-ft a {
	color: #fff;
}

.ui-sub-ft a:hover {
	color: #fff;
	text-decoration: underline;
}

.payment-method {
	margin-top: 20px;
}

.payment-method img {
	margin-right: 5px;
	margin-top: 5px;
}

.py-footer {
	padding-top: 55px;
}

.img-logo-ft {
	display: block;
	max-width: 270px;
	margin-bottom: 35px;
}

.info-ft li {
	margin-bottom: 15px;
	font-weight: 600;
}

.info-ft li i {
	color: #8ac43a;
	margin-right: 14px;
	font-size: 18px;
	width: 15px;
}

.info-ft li a {
	color: #666666 !important;
}

.ui-social {
	margin-top: 30px;
	font-weight: 600;
}

.ui-social li a {
	color: #009ee0 !important;
	font-size: 20px;
}

.ui-footer h5 {
	color: #00ace7 !important;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 30px;
}

.ui-link {
	margin-bottom: 50px;
}

.ui-link li {
	margin-bottom: 12px;
	font-weight: 600;
}

.ui-link li:last-child {
	margin-bottom: 0;
}

.ui-link li a {
	color: #666666;
}

.ui-link li a:hover {
	color: #8ac43a;
}

@media (min-width: 992px) {
	.ui-sub-ft .row {
		display: flex;
		align-items: center;
	}
	
	.payment-method {
		margin-top: 0;
		text-align: right;
	}
	
	.payment-method img {
		margin-left: 5px;
		margin-right: 0;
		margin-top: 0;
		
	}
	
}

@media (min-width: 1200px) {
	.ui-link {
		margin-bottom: 0;
	}
	
	.py-footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/* 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-wrapper {
	margin-bottom: 50px;
}

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

.breadcrumb i {
	font-size: 11px !important;
}

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

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

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

#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: #009ee0;
	font-size: 13px;
	font-weight: bold;
}

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

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

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

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

.r2-pagination a,
.r2-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777777;
	font-size: 15px;
	min-width: 30px;
	height: 30px;
	border: 1px solid #8ac43a;
	text-align: center;
	transition: all .15s ease 0s;;
	border-radius: 4px;
}

.r2-pagination a:hover {
	background-color: #8ac43a;
	color: #fff;
}

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

.r2-pagination li.active span {
	color: #8ac43a;
	
}


/* buttons */

.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 25px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	box-shadow: none;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

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

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

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

.btn-default {
	color: #666;
	text-shadow: none;
	background-color: #e7e7e7;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #e7e7e7;
}

.btn-default:hover {
	color: #666;
	background-color: #d2d2d2;
	border-color: #d2d2d2;
}

.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #8ac43a;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #8ac43a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #71a42c;
	
	border-color: #71a42c;
}

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

.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;
	text-shadow: none;
	background-color: #da4f49;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #da4f49;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #fff;
	background-color: #ac2925;
	border-color: #ac2925;
}


.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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

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

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

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
	outline-offset: 0;
}

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

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

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

.sidebar-menu li li {
}

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

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

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

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

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

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

.slick-dots {
	display: block;
	opacity: 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 2px;
	padding: 0;
	cursor: pointer;
}

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

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

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

.slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 2;
	transition: all 0.15s ease 0s;
	width: 26px;
	height: 26px;
	border-radius: 100px;
	background-color: #fff;
	border: 1px solid #999999;
	color: #ed8600;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.slick-arrow:hover {
	color: #fff;
	background-color: #ed8600;
	border-color: #ed8600;
}

/**/
.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 #dadada;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 12px;
	
}

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

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


.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	transition: all .5s ease 0s;
	
	width: auto;
	max-height: 350px;
	
}

.product-thumb h4 {
	font-weight: 500;
	text-align: center;
	margin: 0;
}

.product-thumb h4 a {
	color: #666666 !important;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 37px;
	line-height: 1.2;
}

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

.btn-wh {
	position: absolute;
	top: 0;
	right: 0;
	padding: 9px 15px;
	background-color: transparent !important;
	z-index: 1;
	border: none !important;
	border-radius: 0 !important;
	color: #2bb7ea;
	font-size: 22px;
}

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

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

.product-thumb .sale,
.productpage .sale {
	position: absolute;
	top: 10px;
	left: 0;
	width: 60px;
	background: #ed8600;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	
	color: #ffffff;
	border-radius: 0 6px 6px 0;
}

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

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

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

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

.rating a {
	color: #858585;
	font-size: 14px;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #2bb7ea;
	text-align: center;
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 8px;
}

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

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

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

.product-thumb .button-group {
	display: flex;
	padding: 13px 0 15px 0;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}


.product-thumb .button-group button {
	border: 0;
	border-radius: 0 6px 6px 0;
	background-color: #8ac43a;
	color: #ffffff;
	font-size: 22px;
	padding: 1px 23px;
}

.product-thumb .sale-diff {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 900;
	color: #ed8600;
	padding-right: 20px;
	text-align: center;
	line-height: 1.1;
}

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

.product-thumb .button-group button:hover {
	background-color: #71a42c;
	border-color: #71a42c;
	color: #ffffff;
}

.product-thumb:hover img {
	opacity: .8;
}

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

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

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

.thumbnails > img {
	width: 100%;
}

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

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

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

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

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

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

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

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

/* UI Filter */
.filter-button-group {
	background-color: #8ac43a;
	padding: 10px;
	position: relative;
	border-radius: 6px;
}

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

.filter-button-group:after {
    content: "";
    background-color: #8ac43a;
    position: absolute;
    width: 100%;
    right: -100%;
    top: 0;
    height: 100%
}
*/
.filter-button-group .btn-filter {
	border-radius: 4px;
	border: none;
	background-color: #8ac43a;
	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: #72a42e;
}

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

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

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

@media (min-width: 1200px) {
	
	
	.filter-button-group-negative {
		
		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, .wysiwyg .grid-box .items-filter a {
	margin-bottom: 5px;
	display: inline-block;
	color: #666666;
	text-decoration: none;
	border-bottom: none !important;
	text-transform: uppercase;
	font-weight: 400;
}

.grid-box .items-filter a:hover, .wysiwyg .grid-box .items-filter a:hover {
	opacity: .7;
	text-decoration: underline;
	color: #666666;
	
}

.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: #f2f2f2;
	color: #8ac43a;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 20px;
	border-radius: 6px;
	transition: all 0.3s ease 0s;
}

.category_list ul li a:hover {
	background-color: #e9e9e9;
	color: #8ac43a;
}

.product-filter {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 0;
}

.product-filter label {
	margin-bottom: 0;
	white-space: nowrap;
}

.product-filter select {
	background-color: #fff;
	border: 1px solid #bbbbbb;
	height: 30px !important;
	padding: 3px 14px;
	min-width: 70px;
}

.filter-row-category {
	display: flex;
	gap: 15px;
	align-items: baseline;
	margin-bottom: 30px;
}

.filter-row-category h1 {
	margin-bottom: 0 !important;
	margin-right: 20px;
}

#input-sort {
	min-width: 165px;
}

@media (max-width: 768px) {
	.product-filter {
		flex-wrap: wrap;
	}
}

@media (max-width: 1200px) {
	.filter-row-category {
		flex-wrap: wrap;
		padding: 0 15px;
	}
	
	.filter-row-category h1 {
		margin-right: 0;
	}
	
	.product-filter {
		width: calc(50% - 7.5px);
	}
}

.sidebar-menu {
	margin-bottom: 50px;
	padding: 0 20px;
}

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

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

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

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

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

.sidebar-menu .toggle {
	cursor: pointer;
	flex-shrink: 1;
	flex-grow: 0;
	color: #009ee0;
	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 i:before {
	content: "\f077";
	font-weight: bold;
}

.sidebar-menu .toggle.collapsed i:before {
	content: "\f078";
	font-weight: bold;
}

.sidebar-menu h2 {
	display: none;
}

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

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

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

#column-left .banner a, .banner a {
	display: block;
	transition: all .3s ease 0s;
}

#column-left .banner a:hover, .banner a:hover {
	opacity: .9;
}

@media (min-width: 1200px) {
	#column-left {
		padding-right: 25px;
	}
}

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

.information-contact iframe {
	margin-bottom: 40px;
}

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

.information-contact .panel-body {
	padding: 30px 30px 25px;
	background: rgb(48 180 223);
	background: linear-gradient(0deg, rgb(42 178 226) 30%, rgb(205 220 59) 100%);
	text-align: center;
	border-radius: 12px;
	color: #fff;
}

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

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

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

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

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

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

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

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

.information-contact p.contact-privacy label {
	margin: 0;
	text-transform: none;
	font-size: 12px;
}

.checkbox-inline, .radio-inline {
	position: relative;
	padding-left: 25px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.rendered-form {
	width: calc(100% + 30px);
	margin-left: -15px;
	position: relative;
	margin-top: 30px;
}

.formbuilder-checkbox label {
	text-transform: none;
	font-size: 13px;
}

.rendered-form .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 6px !important;
	padding: 7.5px 25px !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	letter-spacing: .5px !important;
}

.bnr-desc {
	margin-bottom: 30px
}

.bnr-desc .conetnt-text-desc {
	overflow: hidden;
	height: 250px;
	position: relative
}

.bnr-desc .conetnt-text-desc:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 150px;
	left: 0;
	bottom: 0;
	background: #fff;
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)
}

.bnr-desc .ct-close {
	visibility: hidden;
	opacity: 0;
	display: block;
	max-width: fit-content;
	margin-top: 20px;
	transform: translateY(-2px);
	height: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #009ee0;
	position: relative;
	text-decoration: none
}

.bnr-desc .ct-close:after {
	transition: .8s;
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	right: 0;
	background: #009ee0
}

.bnr-desc .ct-close:hover:after {
	width: 0
}

.bnr-desc .ct-open {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	display: block;
	max-width: fit-content;
	margin-top: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #009ee0;
	position: relative;
	text-decoration: none
}

.bnr-desc .ct-open:after {
	transition: .8s;
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	right: 0;
	background: #009ee0
}

.bnr-desc .ct-open:hover:after {
	width: 0
}

.bnr-desc.in .conetnt-text-desc {
	overflow: visible;
	height: auto
}

.bnr-desc.in .conetnt-text-desc:before {
	content: none
}

.bnr-desc.in .ct-close {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	height: auto
}

.bnr-desc.in .ct-open {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-2px);
	height: 0
}

.blog_item {
	margin-bottom: 45px;
}

.blog_item .image, .blog_item_large .image {
	position: relative;
}

.blog_item .image a, .blog_item_large .image a {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}

.blog_item .image a img, .blog_item_large .image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .5s ease 0s;
}

.blog_item .image a:hover img, .blog_item_large .image a:hover img {
	transform: scale(1.1);
}

.blog_stats {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #8ac43a;
	color: #fff;
	border-radius: 0 12px 0 12px;
	padding: 6px 25px;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
	letter-spacing: .5px;
	z-index: 1;
}

.blog_stats i {
	font-size: 18px;
}

.blog_item .summary {
	padding-top: 20px;
}

.blog_item .summary .blog_title {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 22px;
	line-height: 26px;
}

.blog_item .summary p {
	line-height: 28px;
	color: #666666;
	margin-bottom: 45px;
}

@media (min-width: 996px) {
	.blog_item .summary .blog_title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 55px;
	}
	
	.blog_item .summary p {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 110px;
		
	}
	
	.blog_item .image {
		width: 45%;
		
	}
	
	.blog_item .image a {
		height: 320px;
	}
	
	.blog_item .summary {
		width: 55%;
		padding-top: 0;
		
	}
	
	.blog_item {
		display: flex;
		gap: 40px;
		align-items: center;
	}
}

.read-more a {
	color: #009ee0;
	display: flex;
	font-weight: 900;
	align-items: center;
	text-transform: uppercase;
}

.read-more a i {
	margin-right: 5px;
	font-size: 10px;
	transition: .15s
}

.read-more a:hover i {
	margin-right: 8px
}

.line-blog {
	display: block;
	width: 100%;
	margin-top: 15px;
	height: 8px;
	background-color: #8ac43a;
}

.blog_post .main_thumb {
	overflow: hidden;
	border-radius: 12px;
	position: relative;
	margin-bottom: 45px;
}

.blog_post .main_thumb img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
}

.blog_item_large .summary .blog_title a {
	color: #6ba21e;
	font-size: 22px;
	line-height: 28px;
	font-weight: 900;
	margin-top: 40px;
	display: block;
}

.multiple-featured {
	position: relative;
}

.multiple-featured .title-container {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.multiple-featured .title-container h2 {
	margin-bottom: 0;
}

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

.slider-controls .slick-arrow {
	position: relative;
	top: 0;
}

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

.thumbnail {
	border-radius: 12px;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #8ac43a;
}

.btn-wishlist {
	width: 48px;
	height: 48px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #009ee0;
	border-radius: 100px;
	color: #8ac43a;
	background-color: #fff;
	font-size: 22px;
}

.omnibus-price {
	font-size: 14px !important;
	color: #575756 !important;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	text-decoration: none !important;
}

.omnibus-price i {
	font-size: 16px !important;
	color: #ed8600 !important;
}

.tab-content .wysiwyg table {
	width: 100%;
	border: 1px solid #ddd;
}

.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: 12px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.tab-content h1, h2, h3, h4, h5, h6 {
	color: #666 !important;
}
 .wysiwyg h1, .wysiwyg h2, .wysiwyg h3,.wysiwyg h4, .wysiwyg h5, .wysiwyg h6{
	color: #6ba21e !important;
}
.tab-content .wysiwyg h1 {
	font-size: 1.5em !important;
	
}

.tab-content .wysiwyg h1 br {
	display: none
}

.nav-tabs {
	border-bottom: 0;
	position: relative;
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
	
}

.nav-tabs:after {
	content: "";
	flex-grow: 1;
	height: 8px;
	flex-basis: 0;
	min-width: 0;
	background: #009ee0;
}

.nav-tabs > li {
	float: left;
	
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 0 !important;
	border-radius: 0;
	font-size: 26px;
	font-weight: 900;
	color: #c3c3c3;
	background-color: #fff !important;
	padding-left: 0 !important;
	padding-right: 25px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #8db616;
	cursor: default;
	background-color: #fff;
	border: 0;
	
}

.info-product h1 {
	display: block !important;
	color: #666666 !important;
	font-weight: 400 !important;
	font-size: 30px !important;
	line-height: 38px !important;
	margin-bottom: 30px !important;
	text-transform: uppercase !important;
}

.info-product h1:after {
	content: none !important;
}

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

.info-product .list-unstyled li a {
	color: #666666 !important;
}

.info-product .list-unstyled li a:hover {
	text-decoration: underline;
}

#review .fa-stack-2x {
	font-size: 16px;
	color: #ffc600;
}

#review .fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 20px;
}

.price-box {
	border-top: 4px solid #009ee0;
	border-bottom: 4px solid #009ee0;
	padding: 23px 0;
	margin-top: 40px;
	margin-bottom: 30px;
}

.price-box .price-single {
	font-size: 34px;
	font-weight: 900;
	color: #6fa91e;
	margin-right: 20px;
}

.price-box .price-old {
	font-weight: normal;
	color: #999999;
	text-decoration: line-through;
	font-size: 26px;
	margin-right: 20px;
	
}

.price-box .sale-diff {
	font-size: 18px;
	font-weight: 900;
	color: #ed8600;
	line-height: 1.1;
}

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

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

#button-cart {
	width: auto;
	height: 40px;
	line-height: 1;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

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

.quantity-selector {
	position: relative;
	display: flex;
	background: #f0f0f0;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #dadada;
	height: 40px #button-cart;
}

.quantity-selector button {
	border: none !important;
	height: 40px;
	width: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	color: #666;
	font-size: 18px;
}


.quantity-selector input[type="text"] {
	display: inline-block;
	width: 50px;
	height: 40px;
	border-radius: 0;
	color: #666;
	font-size: 18px;
	text-align: center;
	border: 0;
	background-color: transparent;
}

@media (min-width: 1200px) {
	.product-single .slider-controls {
		display: none;
	}
}

.ui-info-product-item {
	display: flex;
	flex-wrap: wrap;
	border: 2px solid #009ee0;
	padding: 15px 15px;
	border-radius: 12px;
	margin-bottom: 30px;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	align-items: center;
}

.ui-info-product-ico {
	width: 75px;
	height: 75px;
	border-radius: 100px;
	color: #009ee0;
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 7px 6px 0.24px rgba(0, 0, 0, 0.14);
}

.ui-info-product-text {
	width: calc(100% - 75px);
	padding-left: 15px;
}

.ui-info-product-text-title {
	display: block;
	font-size: 22px;
	font-weight: 900;
	color: #8ac43a;
	margin-bottom: 15px;
}

.ui-info-product-desc {
	display: block;
	margin-top: 10px;
}

.ui-info-product-text a {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-bottom: 10px;
	font-weight: 600;
}

.ui-info-product-text a i {
	font-size: 18px;
}

.ui-top-header {
	padding: 8px 0;
	background-color: #009ee0;
	color: #fff !important;
	font-weight: 900;
	font-size: 13px;
	text-align: center;
}

.ui-top-menu {
	display: none;
}

@media (min-width: 1200px) {
	.ui-top-menu {
		padding: 8px 0;
		display: block;
	}
	
	.ui-top-menu-content {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.ui-list-top-menu {
		padding: 0;
		margin: 0;
	}
	
	.ui-list-top-menu li {
		display: inline-block;
		position: relative;
		padding-right: 21px;
		line-height: 0;
	}
	
	.ui-list-top-menu li:last-child {
		padding-right: 0;
	}
	
	.ui-list-top-menu li:after {
		content: '';
		position: absolute;
		height: 13px;
		width: 1px;
		background-color: #666666;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.ui-list-top-menu li:last-child:after {
		content: none;
	}
	
	.ui-list-top-menu li a {
		font-weight: bold;
		font-size: 12px;
		color: #666666 !important;
		text-transform: uppercase;
		text-decoration: none !important;
	}
	
	.ui-list-top-menu li a:hover {
		opacity: .8;
	}
	
	.ui-list-top-menu-ico {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	
	.ui-list-top-menu-ico li {
		position: relative;
	}
	
	.ui-list-top-menu-ico li a {
		font-size: 14px;
		color: #666666 !important;
		text-decoration: none !important;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	
	.ui-list-top-menu-ico li a i {
		font-size: 20px;
		color: #8ac43a;
	}
	
	.ui-list-top-menu-ico li a:hover {
		opacity: .8;
	}
	
	.ui-list-top-menu-ico-bx {
		margin-right: 15px;
		margin-left: 5px;
	}
}

.ui-header {
	box-shadow: inset 0px 30px 30px -20px rgba(0, 0, 0, .15);
	padding: 20px 0;
}

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

.ui-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.ui-header .ui-logo {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.user-account {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	justify-content: space-between;
}

.bx-user-ex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
	position: relative;
}

#search {
	margin-bottom: 0;
	order: 3;
	width: 100%;
	margin-top: 20px;
}

.ui-btn {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color: #666666 !important;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	background: transparent;
	border: none;
	text-transform: uppercase;
}

.ui-btn i {
	width: 50px;
	height: 50px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	background-color: #8ec23b;
}

@media (min-width: 996px) {
	.ui-header .ui-logo {
		margin: 0;
	}
	
	.user-account {
		position: absolute;
		top: -65px;
		width: auto;
		right: 0;
	}
	
	#search {
		margin-top: 0;
	}
	
}

@media (min-width: 1200px) {
	.ui-header .ui-logo {
		width: 340px;
		margin: 0;
	}
	
	.bx-user-ex {
		margin-top: 0;
		width: calc(100% - 340px);
		justify-content: right;
		flex-wrap: nowrap;
		gap: 42px;
		padding-left: 40px;
	}
	
	#search {
		margin-top: 0;
		order: inherit;
		max-width: 720px;
	}
	
	.user-account {
		position: relative;
		top: 0;
	}
}


/*
@media (max-width: 1200px) {
	.menu-content {
		padding-top: 8px;
		padding-bottom: 8px
	}
}
*/
.menu-content .nav > li > a:focus, .menu-content .nav > li > a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	color: #fff
}

@media (min-width: 1200px) {
	.menu-content .dropdown-menu {
		padding: 20px 6px;
		border: 1px solid #8ac43a;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0 0 12px 12px;
		margin-top: -1px !important;
	}
}

@media (min-width: 1200px) {
	.r2-mainmenu .megamenu {
		justify-content: space-between;
		
	}
	
	.r2-mainmenu .megamenu > li {
		flex-grow: 1;
		display: flex;
		height: auto;
	}
	
	.r2-mainmenu .megamenu > li > a {
		--raw-min-width: 1200;
		--raw-max-width: 1580;
		--min-width: calc(var(--raw-min-width) * 1px);
		--max-width: calc(var(--raw-max-width) * 1px);
		--raw-min-font-size: 12;
		--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: 4;
		--raw-max-padding: 13;
		--min-padding: calc(var(--raw-min-padding) * 1px);
		--max-padding: calc(var(--raw-max-padding) * 1px);
		--ratio: calc(
				(var(--max-width) - var(--min-width) -
				(var(--max-width) -
				clamp(var(--min-width), 100vw, var(--max-width)))) / (var(--raw-max-width) - var(--raw-min-width))
		);
		justify-content: center;
		height: 100%;
		padding: 13px 15px;
		padding-left: calc(
				var(--min-padding) +
				(var(--raw-max-padding) - var(--raw-min-padding)) * var(--ratio)
		);
		padding-right: calc(
				var(--min-padding) +
				(var(--raw-max-padding) - var(--raw-min-padding)) * var(--ratio)
		);
		font-size: 15px;
		font-size: calc(
				var(--min-font-size) +
				(var(--raw-max-font-size) - var(--raw-min-font-size)) *
				var(--ratio)
		);
		line-height: 1.1;
		text-align: center;
		text-transform: uppercase;
		font-weight: 500;
		white-space: break-spaces;
		color: #fff !important;
	}
	
	.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: 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
	}
	
	.r2-mainmenu .dropdown-menu > ul > li {
		padding: 0 5px 20px
	}
	
	.r2-mainmenu .dropdown-menu > ul > li > a {
		padding: 0px;
		font-size: 18px;
		font-weight: 600;
		color: #009ee0;
		line-height: 1.1;
	}
	
	.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: #009ee0
	}
	
	.r2-mainmenu .dropdown > .dropdown-menu > ul > li > a::after {
		content: "";
		display: block;
		width: 0;
		border-bottom: 1px solid #009ee0;
		padding-bottom: 5px;
		font-size: 0;
		transition: width .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-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 1.5;
		font-weight: 400;
		text-transform: none;
		color: #666;
		display: inline-block
	}
	
	.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: #8ac43a
	}
	
	.megamenu .dropdown-menu.level1 > ul {
		column-count: 4;
		column-fill: balance;
		column-gap: 0
	}
	
	.megamenu .dropdown-menu.level1 > ul.children1 {
		column-count: 2
	}
	
	.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: 1199px) {
	.r2-mainmenu {
		background-color: #fff
	}
	
	.r2-mainmenu #r2-close-side-menu {
		background-color: #009ee0;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: auto;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 5px
	}
}

@media (max-width: 1199px) {
	.r2-mainmenu .megamenu li a, .r2-mainmenu .megamenu li.open a {
		background: #fff;
		color: #8ac43a
	}
	
	.r2-mainmenu .megamenu li {
		border-bottom: 1px solid #8ac43a
	}
	
	.r2-mainmenu .megamenu .open {
		background: #fff
	}
	
	.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: #8ac43a;
		color: #fff
	}
	
	.r2-mainmenu .megamenu .open > .dropdown-menu {
		border-top: none;
		border-left: 10px solid #8ac43a
	}
	
	.r2-mainmenu .megamenu .caret::before {
		content: "+";
		display: block;
		position: relative;
		top: 50%;
		font-family: sans-serif;
		font-size: 18px;
		line-height: 1em;
		text-align: center;
		transform: translatey(-50%)
	}
}

/*
@media (min-width: 1500px) {
.maga-menu-dk a .menu-title{
	min-width: 105px;
}
}*/
@media (min-width: 1200px) {
	.menu-content {
		background-color: #8ac43a;
		position: relative
		
	}
	
	.r2-mainmenu .megamenu > li .dropdown-toggle .menu-title {
		color: #fff
	}
	
	.menu-wrap a {
		width: 181px
	}
	
	.menu-row a {
		width: 125px
	}
}

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

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

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

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

.bx-brands {
	border-top: 4px solid #009ee0;
	border-bottom: 4px solid #009ee0;
	height: 155px;
	padding-top: 25px;
	margin-bottom: 50px;
}

.box-shadow-margin {
	box-shadow: inset 0px 30px 30px -20px rgba(0, 0, 0, .15);
	margin-bottom: 30px;
	padding-top: 50px;
}

@media (min-width: 1200px) {
	.home-slideshow, .bx-brands {
		margin-bottom: 70px;
	}
	
	.box-shadow-margin {
		margin-bottom: 50px;
		padding-top: 70px;
	}
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

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

.banner .item img, .banner .item a {
	margin-left: auto;
	margin-right: auto;
}

.ui-slick-4 .title-container {
	
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	
	.ui-slick-4 .product-thumb .image {
		padding: 4px 25px;
	}
}

.bx-banner-home {
	padding-top: 50px;
	padding-bottom: 30px;
}

@media (min-width: 1200px) {
	.bx-banner-home {
		padding-top: 80px;
		padding-bottom: 50px;
	}
}

.bx-banner-home [class*="col-"] {
	margin-bottom: 30px;
}

.modules-tab .nav-tabs:after {
	content: none;
}

.modules-tab h2 {
	margin-bottom: 0;
}

.modules-tab .nav-tabs > li > a {
	margin-right: 0;
	line-height: 1.42857143;
	border: 0 !important;
	border-radius: 0;
	font-size: 16px;
	font-weight: 800;
	color: #c3c3c3;
	background-color: #fff !important;
	padding: 5px 10px !important;
	text-transform: uppercase;
}

.modules-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #8db616;
}

.modules-tab .title-container {
	display: flex;
	align-items: baseline;
}

.modules-tab .nav-tabs > li {
	white-space: nowrap;
}

.modules-tab .nav-tabs {
	border-bottom: 0;
	position: relative;
	display: flex;
	align-items: baseline;
	margin-bottom: 0;
	margin-left: 10px;
}

.modules-tab .product-thumb {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.modules-tab h2 {
		margin-bottom: 20px;
		display: flex;
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.modules-tab h2:after {
		content: "";
		flex-grow: unset;
		margin-left: 0;
		height: 8px;
		min-width: 100%;
		background: #009ee0;
		display: block;
		margin-top: 10px;
	}
	
	.modules-tab .slider-controls {
		margin-bottom: 20px;
	}
	
	.modules-tab .title-container {
		flex-direction: column;
		margin-top: 30px;
	}
	
	.modules-tab .nav-tabs {
		border-bottom: 0;
		position: relative;
		display: flex;
		
		margin-left: 10px;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (min-width: 1199px) {
	.modules-tab h2 {
		display: none;
	}
	
	.modules-tab .nav-tabs {
		margin-left: 0;
	}
	
	.modules-tab .nav-tabs > li > a:first-child {
		padding-left: 0 !important;
	}
	
	.modules-tab .title-container {
		margin-bottom: 30px;
	}
	
	.modules-tab .slider-controls {
		position: absolute;
		top: -65px;
		right: -3px;
	}
}

@media (min-width: 1200px) {
	.modules-tab h2 {
		display: flex;
	}
	
	.modules-tab .nav-tabs {
		margin-left: 10px;
		margin-right: 65px;
	}
	
	.modules-tab .nav-tabs > li > a:first-child {
		padding-left: 15px !important;
	}
	
	.row-custom-grid .col-lg-2 {
		width: 330px;
	}
	
	.row-custom-grid .col-lg-10 {
		width: calc(100% - 330px);
	}
	
	.modules-tab .product-thumb .image img {
		height: 100%;
		max-height: 264px;
		width: auto;
	}
}

.bx-newsletter {
	padding-top: 60px;
	padding-bottom: 60px;
	box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, .09);
	margin-top: 30px;
	margin-bottom: 50px;
}

@media (min-width: 1200px) {
	.bx-newsletter {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

.title-container-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title-container-line h2 {
	font-size: 30px;
	font-weight: 900;
	color: #8ac43a !important;
	margin: 0;
}

.title-container-line-btm {
	height: 6px;
	background-color: #009ee0;
	margin-top: 20px;
	margin-bottom: 50px;
}

.product-card-flush {
	border-radius: 12px;
	border: 1px solid #d1d1d1;
	display: flex;
	margin-bottom: 30px;
	max-height: 161px
}

.product-card-flush .image {
	position: relative;
	width: 40%;
	padding: 6px
}

.product-card-flush .image img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center
}

.product-card-flush .sale {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 60px;
	background: #ed8600;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	border-radius: 6px 0 0 6px;
}

.product-card-flush .caption {
	width: 60%;
	position: relative;
	padding-right: 65px;
}

.product-card-flush .caption h4 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	color: #777777;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 4px;
	padding-right: 15px;
	font-weight: bold;
	line-height: 1.2;
}

.product-card-flush .caption h4 a {
	color: #777777;
}

.product-card-flush .caption .price {
	color: #555555;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 27px
	
}

.product-card-flush .caption .price .price-old {
	font-weight: 400;
	margin-left: 10px;
	color: #999999;
	text-decoration: line-through
}

.product-card-flush .ui-button-group .btn {
	padding: 0;
	font-size: 13px;
	letter-spacing: 0;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 36px;
	border-radius: 6px 6px 0 0;
}

.bx-newsletter-content {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #a2cb6f;
	
}

.bx-newsletter-content .title-newsletter {
	font-size: 32px;
	color: #8dc63f;
	margin-bottom: 25px;
	font-weight: 900;
	line-height: 1.1;
	margin-top: 38px;
}

.bx-newsletter-content p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
}

.nl-privacy {
	display: flex;
	
}

.nl-privacy label {
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
}

.bx-nl-input {
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}

.bx-nl-input .form-control {
	height: 42px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 0;
}

.bx-nl-input .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.newsletterTextImage {
	padding: 0;
}

.newsletterTextImage img {
	display: block;
	width: 100%;
	margin-left: auto;
}

@media (min-width: 1200px) {
	.bx-newsletter-content {
		max-height: 319px;
	}
	
	.bx-newsletter-content .col-md-7 {
		padding-left: 35px;
	}
}

@media (max-width: 1200px) {
	.bx-newsletter-content {
		margin-top: 40px;
	}
}

@media (max-width: 1200px) {
	.page-builder-ltr .ui-slick-4{
		margin-bottom: 30px;
	}
	.box-shadow-margin {
		box-shadow: inset 0px 30px 30px -20px rgba(0, 0, 0, .15);
		margin-bottom: 50px;
		padding-top: 50px;
	}
	.bx-banner-home [class*="col-"] {
		margin-bottom: 40px;
	}
	.bx-newsletter{
		margin-top: 50px;
	}
.thumbnail a>img, .thumbnail>img {
	margin-right: auto;
	margin-left: auto;
	max-height: 350px;
	width: auto;
}
	#breadcrumb-wrapper {
		margin-bottom: 30px;
	}
}
.related-products .product-thumb .image img {
	
	max-height: 280px;
}
#cart .dropdown-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 15px);
	padding: 20px;
	width: 85vw;
	max-width: 430px;
	min-width: 320px;
	border: 1px solid #d5d5d5;
	border-radius: 0 0 12px 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: 106px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #ed8600 transparent;
}

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

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

#cart .has-scroll {
	scrollbar-width: thin;
	scrollbar-color: #ed8600 #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: #1e7c73;
	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;
	font-weight: bold;
}

#cart .cart-products img {
	padding: 10px 10px;
	border: 1px solid #bbbbbb;
	border-radius: 6px;
	height: 80px;
	width: 60px;
	
	
}

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

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

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

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

#cart .cart-totals .text-right:first-of-type strong,.cart-price {
	margin-top: 15px;
	color: #666666;
	font-size: 16px;
	font-weight: 900;
	padding-right: 15px;
}


#cart .button-container a {
	font-weight: 700;
}



#cart .button-container {
	margin-top: 25px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: end;
}
@media (max-width: 996px) {
	#cart .dropdown-menu{
		left: 50% !important;
		transform: translateX(-50%);
	}
	#cart .dropdown-menu:before {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		margin-left: -46px;
	}
}

/* ---------- metodi di pagamento  */

.payment-method ul {
    margin-bottom: 0;
}

.payment-method li {
    padding: 0;
}

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

/* ---------- cerca per rimedio */

@media (min-width: 1200px) {
	.megamenu > li:last-of-type a {
		padding: 0px;
	}
	.megamenu > li:last-of-type a span {
		padding: 5px;
		background-color: #ffffff;
		border-radius: 10px;
		color: #e5871a;
		font-weight: 800;
		transition: all 0.3s ease 0s;
	}

	.megamenu > li:last-of-type a:hover span {
		padding: 5px;
		background-color:#e5871a;
		border-radius: 10px;
		color: #ffffff;
		font-weight: 800;
		transition: all 0.3s ease 0s;
	}
}

@media (max-width: 1199px) {
	.megamenu > li:last-of-type a span {
		color: #e5871a;
		font-weight: 800;
		transition: all 0.3s ease 0s;
	}
	.megamenu > li:last-of-type a:hover{
		background-color: #e5871a;
		transition: all 0.3s ease 0s;
	}
	.megamenu > li:last-of-type a:hover span {
		color: #fff;
		transition: all 0.3s ease 0s;
	}
}

/* ---------- banner border radius */
 #banner0 img, #banner1 img, #banner2 img, #banner3 img, #banner4 img, #banner5 img, #banner6 img {
	border-radius: 12px;
}