body {
	/*font-family: "Open Sans", sans-serif;*/
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}

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

/* Override the bootstrap defaults */

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.83em;
}

h6 {
	font-size: 0.67em;
}

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

legend {
	color: #2c9640;
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	padding: 7px 0px;
	border-bottom: 1px solid #000000;
	margin-bottom: 31px;
}

label {
	font-weight: normal;
}

p {
	margin-bottom: 2em;
}

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

body .wysiwyg {
	font-weight: 300;
	line-height: 1.5em;
}

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

body .wysiwyg ul,
body .wysiwyg ol {
	padding: 0 0 0 1.5em;
}

body .wysiwyg li::marker {
	color: #2c9640;
}

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

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

body .wysiwyg img {

	margin-bottom: 1.5em;
}

.form-control {
	height: auto;
	padding: 8px 12px;
	height: 37px;
}

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

#column-left,
#column-right {
	margin-bottom: 40px;
}

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: #000000 !important;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat-x;
}

/* top */
#header-top-message {
	background: #2c9640;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 15px;
}

#header-top-message a {
	color: #ffffff;
}

#header-top-message *:last-child {
	margin-bottom: 0;
}

#top {
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 8px 0;
	margin: 0 0 30px 0;
	min-height: 40px;
}

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

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

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

#top-links ul,
#top-links-left ul {
	margin: 0;
}

#top-links ul .dropdown-menu,
#top-links-left ul .dropdown-menu {
	border: 1px solid #2c9640;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	max-width: 235px;
}

#top-links ul .dropdown-menu {
	top: 40px;
	right: -13px;
	padding: 0 0 5px;
}

#top-links ul .dropdown-menu:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -19px;
	left: 69px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 11px 10px;
	border-color: transparent transparent #2c9640 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #2c9640 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#top-links ul li > ul li a {
	border: 0px none;
}

#top-links-left ul .dropdown-menu {
	top: 40px;
	right: -38px;
	padding: 1px 5px 20px 15px;
}

#top-links-left ul .dropdown-menu:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -20px;
	left: 85px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 11px 10px;
	border-color: transparent transparent #2c9640 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #2c9640 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

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

#top-links li a {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 14px;
	border-right: 1px solid #000000;
}

#top-links li a.dropdown-toggle {
	color: #2c9640;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 8px;
	border-right: 0px none;
}

#top-links li a.dropdown-toggle i {
	position: relative;
	top: 2px;
	font-size: 22px;
	margin-right: 8px;
}

#top-links li:last-child a {
	border-right: 0px none;
	padding-right: 0;
}

#top-links-left ul.dropdown-menu > li {
	margin-right: 11px;
}

#top-links-left ul.dropdown-menu > li:first-child {
	margin-bottom: 10px;
}

#top-links-left ul.dropdown-menu > li:first-child:before {
	position: relative;
	top: -6px;
	content: '\f007';
	font-family: 'Font Awesome 5 Pro';
	color: #2c9640;
	font-size: 20px;
	font-weight: 600;
	float: left;
	margin-bottom: 83px;
	margin-right: 16px;
}

#top-links-left ul.dropdown-menu > li:first-child a {
	display: inline-block;
}

#top-links-left a {
	color: #2c9640;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

#top-links-left a strong {
	font-weight: 600;
}

#top-links-left ul.dropdown-menu > li:last-child a i {
	margin-right: 10px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: unset;
	border-color: transparent;
}

#top-links-left li {
	margin-right: 11px;
}

#top-links-left li:first-child {
	padding-left: 0;
}

#top-links-left a i {
	color: #2c9640;
	font-size: 20px;
}

#top-links-left a i.fa-headphones-alt {
	color: #2c9640;
	font-size: 22px;
	margin-right: 6px;
}

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

#top-links-left .dropdown-menu a {
	padding: 0;
}

#top-links .dropdown-menu,
#top-links-left .dropdown-menu {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
}

#top-links .dropdown-menu a,
#top-links-left .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover,
#top-links-left .dropdown-menu a:hover {
	color: #fff;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links,
#top-links-left {
	padding-top: 0;
}

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

/* header and logo */
header {
	padding: 17px 0;
}

#logo {
	margin: 0 0 0 0;
}

/* search */
.search-cnt {
	padding-right: 0;
}

#search {
	
	width: 100%;
	max-width: 690px;
}

#search .input-lg {
	background: #8fcc9b;
	border: 0px none;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	height: 40px;
	line-height: 20px;
	padding: 0 25px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}

#search .input-lg::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

#search .input-lg::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

#search .input-lg:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

#search .input-lg:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

#search .btn-lg {
	background: #8fcc9b;
	border: 1px solid #8fcc9b;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 18px;
	padding: 9px 18px;
	text-shadow: none;
	box-shadow: none;
}

/* cart */
#cart {
	max-width: 169px;
}

#cart > .btn {
	background: #136623;
	padding: 13px 16px;
	border: 0px none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	line-height: 18px;
}

#cart > .btn i {
	float: left;
	font-size: 34px;
	margin-right: 10px;
}

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

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

#cart .dropdown-menu::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -12px;
	right: 71px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 11px 10px;
	border-color: transparent transparent #136623 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #136623 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#cart .dropdown-menu {
	background: #ffffff;
	z-index: 1001;
	top: 71px;
	min-width: 100%;
	border: 1px solid #2c9640;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 26px;
}

#cart .dropdown-menu .alert {
	padding: 4px 5px !important;
	border: 0px none !important;
	margin-bottom: 23px;
}

#cart .dropdown-menu > li.has-scroll {
	padding: 0 14px;
}

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

#cart .dropdown-menu .cart-products.table > tbody > tr > td {
	padding-bottom: 1px;
	border: 0px none;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

#cart .dropdown-menu .cart-products.table > tbody > tr > td:nth-child(1) {
	max-width: 82px;
	padding-right: 10px;
}

#cart .dropdown-menu .cart-products.table > tbody > tr > td:nth-child(2) {
	padding-right: 10px;
	min-width: 196px;
}

#cart .dropdown-menu .cart-products.table > tbody > tr > td:nth-child(3) {
	font-size: 14px;
	text-transform: lowercase;
}

#cart .dropdown-menu .cart-products.table > tbody > tr > td:nth-child(4) {
	color: #2c9640;
}

#cart .dropdown-menu .cart-products.table > tbody > tr > td:nth-child(3),
#cart .dropdown-menu .cart-products.table > tbody > tr > td:nth-child(4),
#cart .dropdown-menu .cart-products.table > tbody > tr > td:nth-child(5) {
	vertical-align: middle;
}

#cart .dropdown-menu .cart-products.table > tbody > tr > td a {
	color: #000000;
}

#cart .dropdown-menu .cart-products img {
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#cart .dropdown-menu .cart-products.table button {
	background: #000000;
	padding: 0 6px;
	border: 0px none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
}

#cart .dropdown-menu .li-totals {
	margin-top: 24px;
}

#cart .dropdown-menu .li-totals .table.cart-totals > tbody > tr > td {
	padding: 0 8px;
	border: 0px none;
}

#cart .dropdown-menu .li-totals .table.cart-totals > tbody > tr > td:first-child {
	width: 80%;
	padding-right: 0;
}

#cart .dropdown-menu .li-totals .table.cart-totals > tbody > tr > td:last-child {
	padding-left: 0;
}

#cart .dropdown-menu .li-totals .table.cart-totals > tbody > tr:first-child > td {
	border-top: 1px solid #bbbbbb;
	padding-top: 14px;
}

#cart .dropdown-menu .li-totals .table.cart-totals {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

#cart .dropdown-menu .li-totals .table.cart-totals > tbody > tr:last-child {
	color: #2c9640;
}

#cart .dropdown-menu .li-totals .button-container {
	margin-top: 25px;
}

#cart .dropdown-menu .li-totals .button-container a {
	width: 162px;
	margin-left: 10px;
	background: #136623;
	padding: 8px 28px;
	border: 0px none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

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

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

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

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

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

/* main menu */
#mainmenu-cnt {
	
	background: #000000;
}

#menu {
	background-color: #000000;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	min-height: 49px;
	margin: 0;
}

#menu .collapse,
.navbar-collapse {
	padding: 0;
}

#menu .nav {
	margin: 0 auto;
	position: relative;
	display: inline-block;
	float: none;
}

#menu .nav > li {
	max-width: 160px;
}

#menu .nav > li.home-link a {
	font-size: 24px;
}

#menu .nav > li > a,
#menu .nav > li > span > a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	text-transform: uppercase;
	text-shadow: none;
	padding: 12px 15px;
	min-height: 62px;
	background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a,
#menu .nav > li > span > a:hover, #menu .nav > li.open > span > a {
	/*background-color: #ffffff;*/
}

#menu .dropdown-menu {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 0px none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	min-width: 300px;
}

#menu .dropdown-inner {
	display: table;
	margin-top: 7px;
	background: #ffffff;
	border: 1px solid #2c9640;
	padding: 19px 17px;
	width: 100%;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner .l1-child a {
	color: #2c9640;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px 20px 13px 20px;
}

#menu .dropdown-inner .l1-child .list-unstyled {
	display: table;
	margin-bottom: 22px;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	clear: both;
	line-height: 20px;
	color: #2c9640;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 18px 20px 13px 20px;
}

#menu .dropdown-inner .l2-child a {
	min-width: 160px;
	display: block;
	clear: both;
	line-height: 20px;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	padding: 3px 20px 6px 20px;
}

#menu .dropdown-inner li a:hover {
	background: #ffffff;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #2c9640, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: none;
	background: #65a1c8;
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #ffffff;
	padding: 2px 18px;
	float: right;
	background-color: #65a1c8;
	background-image: none;
	background-repeat: repeat-x;
	box-shadow: none;
	border: 0px none;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #65a1c8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	
	#menu {
		border-radius: 4px;
	}
	
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	
	#menu .dropdown-inner {
		display: block;
	}
	
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

.common-home footer {
	margin-top: 0;
}

/* footer */
footer#mainFooter {
	margin-top: 70px;
	padding-top: 50px;
	background-color: #2e2e2e;
	border-top: 7px solid #2c9640;
	
	color: #f1f1f1;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}

footer .main-footer {
	margin-bottom: 29px;
}

footer ul > li {
	margin-bottom: 16px;
}

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

footer a {
	color: #f1f1f1;
}

footer a:hover {
	color: #f1f1f1;
}

footer h5 {
	/*font-family: "Open Sans", sans-serif;*/
	font-family: 'Fira Sans', sans-serif;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 23px;
}

footer .footer-infos {
	color: #f1f1f1;
}

footer img.footer-logo {
	margin-bottom: 29px;
}

footer .opening {
	margin-bottom: 10px;
}

footer .opening::before {
	position: relative;
	float: left;
	top: -4px;
	content: '\f007';
	font-family: 'Font Awesome 5 Pro';
	color: #f1f1f1;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 75px;
	margin-right: 16px;
}

footer .email a {
	color: #f1f1f1;
	font-size: 15px;
}

footer .email::before {
	position: relative;
	float: left;
	top: -4px;
	content: '\f0e0';
	font-family: 'Font Awesome 5 Pro';
	color: #f1f1f1;
	font-size: 20px;
	font-weight: 700;
	margin-right: 16px;
}

footer .socials {
	color: #f1f1f1;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

footer .socials a {
	color: #f1f1f1;
	margin-left: 16px;
}

footer .socials a:first-child {
	margin-left: 11px;
}

footer .socials a i {
	font-size: 20px;
}

footer .powered {
	background: #1f1f1f;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	padding: 38px 0;
}

footer .powered .left {
	float: left;
	margin: 4px 0 0;
}

footer .powered .right {
	float: right;
	margin: 8px 0 0;
}

footer .powered .right ul > li {
	margin: 0;
	padding: 0 3px;
}

footer .powered a {
	color: #ffffff;
}

footer .powered a:hover {
	text-decoration: underline;
}

footer .powered p {
	margin: 0;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	font-size: 14px;
}

.alert-floating {
	position: fixed;
	top: 10px;
	right: 10px;
	max-width: 400px;
	z-index: 10;
	font-size: 18px;
	line-height: 1.5;
}

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

.alert-success {
	background-color: #2c9640 !important;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 8px 5px !important;
}

.alert-success a {
	color: #ffffff !important;
	text-decoration: underline;
}

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

/* breadcrumb */
#breadcrumb-wrapper {
	border-bottom: 1px solid #2c9640;
	margin-bottom: 33px;
}

.breadcrumb {
	margin: 0 0 0 0;
	padding: 8px 0;
	border: 0px none;
	background-color: #ffffff;
	color: #2c9640;
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
}

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

.breadcrumb > li {
	text-shadow: none;
	padding: 0 10px 0 0;
	position: relative;
	white-space: normal;
}

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

.breadcrumb > li:after {
	content: "»";
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	color: #2c9640;
	font-size: 14px;
	font-weight: 400;
}

.breadcrumb > li:last-child:after {
	display: none;
}

.breadcrumb > li a {
	position: relative;
	top: 2px;
	color: #2c9640;
}

.breadcrumb > li:first-child {
	padding-left: 0;
}

.breadcrumb > li:first-child > a {
	font-size: 0;
	padding-right: 2px;
}

.breadcrumb > li:first-child > a::after {
	content: "\f015";
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 800;
}

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

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

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

.r2-pagination a,
.r2-pagination span {
	display: inline-block;
	color: #777777;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	min-width: 30px;
	padding: 6px 0;
	border: 1px solid #2c9640;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.r2-pagination li.prev a,
.r2-pagination li.next a,
.r2-pagination li.prev span,
.r2-pagination li.next span {
	background: #2c9640;
	color: #ffffff;
}

.r2-pagination li.first a,
.r2-pagination li.last a,
.r2-pagination li.first span,
.r2-pagination li.last span {
	background: #2c9640;
	color: #ffffff;
}

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

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: unset;
	font-size: 18px;
	/*line-height: 38px;*/
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

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

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

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

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

.btn-primary {
	text-shadow: none;
	background-image: none;
	background-repeat: repeat-x;
	border: 0px none;
	background-color: #136623;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #1f90bb;
	/*background-position: 0 -15px;*/
}

.btn-warning {
	color: #ffffff;
	text-shadow: none;
	background-color: #faa732;
	background-image: none;
	background-repeat: repeat-x;
	border: 0px none;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: none;
}

.btn-danger {
	color: #ffffff;
	text-shadow: none;
	background-color: #da4f49;
	background-image: none;
	background-repeat: repeat-x;
	border: 0px none;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: none;
}

.btn-success {
	color: #ffffff;
	text-shadow: none;
	background-color: #5bb75b;
	background-image: mone;
	background-repeat: repeat-x;
	border: 0px none;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: none;
}

.btn-info {
	color: #ffffff;
	text-shadow: none;
	background-color: #df5c39;
	background-image: none;
	background-repeat: repeat-x;
	border: 0px none;
}

.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: #2c9640;
	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: none;
	background-color: #363636;
	background-image: none;
	background-repeat: repeat-x;
	border: 0px none;
}

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

/* list group */
.sidebar-menu {
	margin-top: 4px;
	padding: 35px 26px 31px;
	border: 3px solid #2c9640;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.sidebar-menu.blog {
	padding: 35px 26px 38px;
}

.sidebar-menu ul {
	margin: 0;
}

.sidebar-menu > ul > li {
	margin-bottom: 23px;
}

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

.sidebar-menu li ul {
	flex: 0 0 100%;
	margin-top: 28px;
    padding-left: 20px;
	margin-bottom: 26px;
}

.sidebar-menu li li {
	margin-bottom: 5px;
}

.sidebar-menu li li a {
	font-size: 15px;
}

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

.sidebar-menu a {
	display: inline-block;
	flex-shrink: 1;
	flex-grow: 1;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

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

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

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

.sidebar-menu .toggle i:before {
	content: "\f07c";
	color: #2c9640;
	font-size: 16px;
	font-weight: 800;
}

/* carousel */
.slick-dots {
	display: block;
	opacity: 0.3;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	transition: all 0.3s ease 0s;
}

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

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

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

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

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

.slick-arrow {
	cursor: pointer;
	opacity: 1;
	position: absolute;
	top: -50px;
	z-index: 2;
	transition: none;
	background: #2c9640;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 3px 8px;
	color: #ffffff;
	font-size: 19px;
}

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

.arrows-cnt {
	display: block;
	position: absolute;
	top: 8px;
	right: 13px;
	width: 84px;
	height: 27px;
	background: #ffffff;
}

.slick-arrow-prev {
	right: 63px;
	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;
}
.multi-service{

}
/* product list */
.product-grid > div {
	margin-bottom: 30px;
}

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

.product-thumb .image {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 65px 15px 15px 15px;
	margin-bottom: 15px;
	
}

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

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

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

.product-thumb h4 {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 19px;
	overflow: hidden;
	height: 35px;
	margin-bottom: 9px;
}

.product-thumb h4 a {
	color: #000000;
}

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

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

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

.product-thumb .sale,
.productpage .sale {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 49px;
	height: 49px;
	border: 0px none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
}

.product-thumb .sale-badge,
.productpage .sale-badge {
	position: absolute;
	top: 0;
	left: 18px;
	padding: 10px 6px 6px;
	background: #2c9640;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
}

.product-thumb .sale-badge i,
.productpage .sale-badge i {
	display: block;
	color: #fff;
	font-size: 16px;
}

body[class^='product-product-'] .sale {
	position: absolute;
	top: 10px;
	right: 16px;
	width: 49px;
	height: 49px;
	border: 0px none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
}

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

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

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

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

p.price {
	margin: 0;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #2c9640;
	font-size: 18px;
}

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

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

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

.product-thumb .save-amount {
	margin-top: 4px;
	color: #2c9640;
	font-size: 16px;
	font-weight: 400;
	min-height: 24px;
	
}

.product-thumb .button-group {
	margin-top: 8px;
	border-top: 0px none;
	background-color: #ffffff;
	overflow: auto;
}

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

.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #136623;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 15px;
	line-height: 38px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

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

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

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

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

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

.thumbnails > img {
	width: 100%;
}

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

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

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

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

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

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

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

/**** RIF RAF STYLES ****/

/* GENERAL STYLES */
.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

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

.ml-0 {
	margin-left: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pl-8 {
	padding-left: 8px !important;
}

.minimal {
	position: relative;
	display: block;
}

.minimal::after {
	content: '\f107';
	z-index: 2;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 700;
	color: #2c9640;
	right: 10px;
	top: -5px;
	padding: 6px 0px 0px 8px;
	position: absolute;
	pointer-events: none;
}

.minimal label {
	display: grid;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.minimal select {
	height: 29px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block !important;
	float: right !important;
	margin: 0px;
	padding: 0px 12px 0px 7px;
	background-image: none;
	-ms-word-break: normal;
	word-break: normal;
	width: 100% !important;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #2c9640;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* GENERAL STYLES - END */

/* HOME TABS */
.multi-featured-tabs .nav-tabs-cnt {
	position: relative;
}

.multi-featured-tabs .nav-tabs-cnt:after {
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	right: 0;
	height: 0.5em;
	border-top: 3px solid black;
	z-index: -1;
	/*width: 94.4%;*/
}

.multi-featured-tabs ul {
	display: inline-block;
	background: #ffffff;
	border: 0px none;
}

.multi-featured-tabs .nav-tabs > li > a {
	color: #999999;
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px 28px 10px 0;
	border: 0px none;
}

.multi-featured-tabs .nav-tabs > li:last-child > a {
	padding-right: 25px;
}

.multi-featured-tabs .nav-tabs > li.active > a {
	border: 0px none;
	color: #2c9640 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.multi-featured-tabs ul > li a:hover,
.multi-featured-tabs ul > li a:focus,
.multi-featured-tabs ul > li a:active,
.multi-featured-tabs ul > li.active a:hover,
.multi-featured-tabs ul > li.active a:focus,
.multi-featured-tabs ul > li.active a:active {
	border: 0px none;
	background-color: #ffffff !important;
	transition: none;
	line-height: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* HOME TABS - END */

/* SECTION TITLE */
h3.section-title {
	position: relative;
	color: #2c9640;
	font-size: 26px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom:40px;
	z-index: 0;
	display: flex
;
	align-items: center;
}

h3.section-title:after {
	
	
	content: "";
	flex-grow: 1;
	margin-left: 20px;
	height: 3px;
	flex-basis: 0;
	min-width: 0;
	background: #000000;

}

h3.section-title span {
	display: inline-block;
	position: relative;
	z-index: 2;
	
	padding-right: 21px;
}

/* SECTION TITLE - END */

/* PAGE TITLE */
h1.page-title,
h2.page-title {
	color: #2c9640;
	font-size: 28px;
	font-weight: 500;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 27px;
	z-index: 1;
	display: flex
;
	align-items: center;
}

h1.page-title:after,
h2.page-title:after {
	content: "";
	flex-grow: 1;
	margin-left: 20px;
	height: 3px;
	flex-basis: 0;
	min-width: 0;
	background: #000000;
}

h2.page-title:after {
	margin-right: 22px;
}

h1.page-title span,
h2.page-title span {
	display: inline-block;
	position: relative;
	z-index: 2;
	
	padding-right: 21px;
}

/* PAGE TITLE - END */

/* HOME PAGE FOCUSES */
.home-focus img {
	border-radius: 4px;
}
/* HOME PAGE FOCUSES - END */

/* COUNTDOWN */
.countdown-container-background {
	background-image: url('/image/theme/countdown_background.png');
	background-repeat: repeat-x;
	background-size: cover;
	-webkit-box-shadow: inset 0px 14px 8px -4px rgba(0, 0, 0, 0.1), inset 0px -14px 8px -4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 14px 8px -4px rgba(0, 0, 0, 0.1), inset 0px -14px 8px -4px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 14px 8px -4px rgba(0, 0, 0, 0.1), inset 0px -14px 8px -4px rgba(0, 0, 0, 0.1);
}

.countdown-container {
	margin: 0 auto;
}

.countdown-container.container {
	padding: 0 !important;
}

.multi-countdown .product-grid .item-cnt {
	padding-right: 5px;
}

.multi-countdown .product-thumb {
	padding: 0 0px 0 27px;
	border: 2px solid #2c9640;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ffffff;
}

.multi-countdown .product-thumb .image {
	float: left;
	width: calc(50% - 40px);
	margin-right: 12px;
	border: none;
	padding: 25px 15px;
	margin-bottom: 30px;
}

.multi-countdown .product-thumb .image img {
	border: 0px none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.multi-countdown .product-thumb .sale-badge {
	top: 0;
	left: -12px;
}

.multi-countdown .product-thumb .sale {
	top: 13px;
	right: 0;
}

.multi-countdown .product-thumb .caption {
	float: right;
	margin-top: 28px;
	text-align: left;
	width: calc(100% - 50%);
}

.multi-countdown .product-thumb h4 {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	line-height: 23px;
	overflow: hidden;
	height: 65px;
	margin-bottom: 18px;
}

.multi-countdown .product-thumb h4 a {
	color: #000000;
}

.multi-countdown .product-thumb .title-separator {
	max-width: 127px;
	border-bottom: 4px solid #000000;
}

.multi-countdown .product-thumb .price {
	margin-top: 21px;
	color: #2c9640;
	font-size: 26px;
	margin-bottom: 3px;
}

.multi-countdown .product-thumb .price-new {
	font-weight: 700;
}

.multi-countdown .product-thumb .price-old {
	color: #666666;
	font-size: 22px;
	font-weight: 500;
	text-decoration: line-through;
	margin-left: 5px;
}

.multi-countdown .product-thumb .save-amount {
	margin-top: 0px;
	color: #2c9640;
	font-size: 16px;
	font-weight: 400;
	line-height: 11px;
	min-height: 11px;
}

.multi-countdown .countdown-cnt {
	margin-top: 32px;
}

.multi-countdown .countdown-cnt span {
	display: inline-block;
	width: 49px;
	height: 49px;
	padding: 7px 0;
	background: #2c9640;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 6px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.multi-countdown .countdown-cnt span:last-child {
	margin-right: 0;
}

.multi-countdown .countdown-cnt span > div {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}

.multi-countdown .product-thumb .button-group {
	margin-top: 28px;
}

.multi-countdown .product-thumb .button-group button:first-child {
	width: 128px;
	border: none;
	display: inline-block;
	float: none;
	background-color: #136623;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	line-height: 41px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.multi-countdown .product-thumb .button-group button:last-child {
	width: 44px;
	border: none;
	display: inline-block;
	float: none;
	background-color: #2c9640;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	line-height: 41px;
	text-align: center;
	margin-left: 17px;
}

/* COUNTDOWN - END */

.multi-service .product-grid .item-cnt {
	padding-right: 5px;
}

.multi-service .product-thumb {
	
	border: 2px solid #2c9640;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ffffff;
}

.multi-service .product-thumb .image {
	float: left;
	width: 150px;
	margin-right: 12px;
	border: none!important;
}

@media (min-width: 992px) {
	.multi-service .product-thumb .image {
		float: left;
		width: 228px;
		margin-right: 12px;
	}
}

.multi-service .product-thumb .image img {
	border: 0px none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.multi-service .product-thumb .sale-badge {
	top: 0;
	left: -12px;
}

.multi-service .product-thumb .sale {
	top: 13px;
	right: 0;
}

.multi-service .product-thumb .caption {
	float: right;
	margin-top: 28px 0;
	text-align: left;
	width: calc(100% - 165px);
}

@media (min-width: 992px) {
	.multi-service .product-thumb .caption {
		float: right;
		text-align: left;
		width: calc(100% - 240px);
	}
}

.multi-service .product-thumb h4 {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	line-height: 23px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 25px;
	margin-bottom: 20px;
}

.multi-service .product-thumb h4 a {
	color: #000000;
}

.multi-service .product-thumb .title-separator {
	max-width: 127px;
	border-bottom: 4px solid #000000;
}

.multi-service .product-thumb .price {
	margin-top: 21px;
	color: #2c9640;
	font-size: 26px;
	margin-bottom: 3px;
}

.multi-service .product-thumb .price-new {
	font-weight: 700;
}

.multi-service .product-thumb .price-old {
	color: #666666;
	font-size: 22px;
	font-weight: 500;
	text-decoration: line-through;
	margin-left: 5px;
}

.multi-service .product-thumb .save-amount {
	margin-top: 0px;
	color: #2c9640;
	font-size: 16px;
	font-weight: 400;
	line-height: 11px;
	min-height: 11px;
}

.multi-service .countdown-cnt {
	margin-top: 32px;
}

.multi-service .countdown-cnt span {
	display: inline-block;
	width: 49px;
	height: 49px;
	padding: 7px 0;
	background: #2c9640;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 6px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.multi-service .countdown-cnt span:last-child {
	margin-right: 0;
}

.multi-service .countdown-cnt span > div {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}

.multi-service .product-thumb .button-group {
	margin: 28px 0;
}

.multi-service .product-thumb .button-group .ai-link {
	padding: 15px 20px;
	border: none;
	display: inline-block;
	float: none;
	background-color: #136623;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.multi-service .product-thumb .button-group button:last-child {
	width: 44px;
	border: none;
	display: inline-block;
	float: none;
	background-color: #2c9640;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	line-height: 41px;
	text-align: center;
	margin-left: 17px;
}

/* HOME NEWSLETTER BOX */
.home-newsletter-box {
	margin-top: 11px;
	background-image: url('/image/theme/home_newsletter_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 520px;
	padding: 37px 35px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
}

.home-newsletter-box h3 {
	color: #2c9640;
	font-size: 39px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 39px;
	margin-bottom: 11px;
}

.home-newsletter-box h3 strong {
	display: block;
	font-weight: 700;
}

.home-newsletter-box p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	max-width: 350px;
	margin-bottom: 19px;
}

.home-newsletter-box form input[type='email'],
.home-newsletter-box form input[type='text'] {
	background: #f2f2f2;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 17px;
	border: 0px none;
	width: 289px;
}

.home-newsletter-box form input[type='email']::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

.home-newsletter-box form input[type='email']::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.home-newsletter-box form input[type='email']:-ms-input-placeholder {
	color: #999999;
	opacity: 1;
}

.home-newsletter-box form input[type='email']:-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.home-newsletter-box form input[type='text']::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

.home-newsletter-box form input[type='text']::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.home-newsletter-box form input[type='text']:-ms-input-placeholder {
	color: #999999;
	opacity: 1;
}

.home-newsletter-box form input[type='text']:-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.home-newsletter-box form button {
	background: #000000;
	border: 0px none;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 31px;
}

.home-newsletter-box form .nl-privacy {
	margin-top: 15px;
}

.home-newsletter-box form .nl-privacy input {
	float: left;
	margin-top: 2px;
}

.home-newsletter-box form .nl-privacy label {
	float: left;
	color: #7a7a7a;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	max-width: 83%;
	margin-left: 18px;
}

.home-newsletter-box form .nl-privacy label a {
	color: #7a7a7a;
	text-decoration: underline;
}

/* HOME NEWSLETTER BOX - END */

/* HOME BRANDS CAROUSEL */
.brands-carousel {
	border-top: 1px solid #2c9640;
	padding: 33px 0 25px;
	border-bottom: 1px solid #2c9640;
	-webkit-box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.4);
}

.brands-carousel .slick-arrow {
	top: 50%;
}

.brands-carousel .slick-arrow-prev {
	left: 0;
	right: auto;
}

.brands-carousel .slick-slider {
	padding: 0 150px !important;
}

/* HOME BRANDS CAROUSEL - END */

/* HOME LATEST POSTS */
.home-latest-posts {
	background: #eef7f0;
	-webkit-box-shadow: inset 0px 21px 18px -11px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 21px 18px -11px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 21px 18px -11px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.home-latest-posts h3.section-title {
	margin-bottom: 37px;
}

.home-latest-posts h3.section-title span {
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #ebf5fc;
	padding-right: 21px;
}

.home-latest-posts h3.section-title::after {
	margin: 0 13px 0 0;
}

.home-latest-posts .blog_item .image {
	float: left;
	margin-right: 27px;
}

.home-latest-posts .blog_item .blog_stats {
	display: inline-block;
	background: #ffffff;
	padding: 5px 27px;
	border: 2px solid #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #2c9640;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

.home-latest-posts .blog_item .blog_title {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden;
	height: 45px;
	margin-bottom: 12px;
}

.home-latest-posts .blog_item .blog_title a {
	color: #000000;
}

.home-latest-posts .blog_item p {
	color: #555555;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 18px;
}

.home-latest-posts .blog_item .read-more a {
	color: #2c9640;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

/* HOME LATEST POSTS - END */

/* PRODUCTS LISTS */
#base-filters {
	background: #f2f2f2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 8px 65px;
	margin: 0 0 33px 0;
}

#base-filters .product-filter {
	margin: 0;
}

#base-filters .product-filter > label {
	color: #2c9640;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: 0px none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	height: auto;
	padding: 5px 20px;
}

#base-filters > div:last-child .product-filter select {
	width: 161px !important;
}

#adv-filters input[type='text'] {
	height: 28px;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #2c9640;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

#adv-filters p {
	margin-bottom: 15px;
}

#adv-filters input[type='button'] {
	background-image: none;
	background-color: #136623;
	border: 0px none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 15px;
	line-height: 38px;
	font-weight: 500;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	box-shadow: none;
	width: 100%;
}

.subcategory {
	display: none;
	margin-bottom: 3px;
}

body[class^="product-category-"] .subcategory {
	display: block;
}

body[class^="product-category-"] .subcategory {
	display: block;
}

.subcategory .category_list ul > li {
	padding-right: 0;
	margin-bottom: 21px;
}

.subcategory .category_list ul > li a {
	color: #2c9640;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 21px;
	border: 2px solid #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* PRODUCTS LISTS - END */

/* SIDE BANNER */
#column-left .banner {
	margin-top: 50px;
}

body[class^='blog-'] #column-left .banner {
	margin-top: 40px;
}

#column-right .banner {
	margin-top: 41px;
}

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

/* SIDE BANNER - END */

/* SIDE PRODUCTS */
.side-vertical {
	margin-top: 46px;
	background: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0;
	margin-bottom: 39px;
}

.side-vertical > .row {
	margin: 0;
}

.side-vertical h3 {
	color: #2c9640;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
}

.side-vertical .product-thumb {
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
	padding: 1px 9px 15px 0;
}

.side-vertical > .row > div:last-child .product-thumb {
	border-bottom: 0px none;
}

.side-vertical .product-thumb .image {
	float: left;
	margin-right: 22px;
}

.side-vertical .product-thumb .sale-badge,
.side-vertical .product-thumb .sale,
.side-vertical .product-thumb .save-amount {
	display: none;
}

.side-vertical .product-thumb .caption {
	margin-top: 0;
	margin-left: 133px;
	text-align: left;
}

.side-vertical .product-thumb h4 {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	height: 40px;
	margin-bottom: 20px;
}

.side-vertical .product-thumb .price {
	margin-bottom: 22px;
}

.side-vertical .product-thumb .price-old {
	margin-left: 16px;
}

.side-vertical .product-thumb .button-group {
	margin-left: 153px;
	margin-right: 8px;
}

.side-vertical .product-thumb .button-group button {
	font-size: 14px;
	line-height: 34px;
}

/* SIDE PRODUCTS - END */

/* PRODUCT DETIAIL */
#product-details-cnt {
	margin-bottom: 10px;
}

#product-details-cnt .thumbnails .thumbnail {
	border: 0px none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	padding: 30px 15px;
}
#product-details-cnt .thumbnails.noPadding .thumbnail{padding:0}

#product-details-cnt .thumbnails .thumbnail img {

}

#product-details-cnt .wishlist-grp {
	position: absolute;
	bottom: 43px;
	left: 39px;
}

#product-details-cnt .wishlist-grp button {
	background: #000000;
	border: 0px none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	padding: 10px 11px;
}

#product-details-cnt .wishlist-grp button i {
	position: relative;
	top: 2px;
	font-size: 23px;
}

#product-details-cnt .product-name {
	color: #2c9640;
	font-size: 34px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 36px;
	margin-top: 26px;
	margin-bottom: 58px;
}

#product-details-cnt .product-infos {
	color: #666666;
	font-size: 18px;
	font-weight: 400;
}

#product-details-cnt .product-infos > li {
	margin-bottom: 7px;
}

#product-details-cnt .product-infos a {
	color: #666666;
}

#product-details-cnt .product-infos a:hover {
	text-decoration: underline;
}

#product-details-cnt .product-infos strong {
	font-weight: 500;
	text-transform: uppercase;
}

#product-details-cnt .product-infos .blue {
	color: #2c9640;
}

#product-details-cnt .product-infos .red {
	color: #c00000;
}

#product-details-cnt .product-prices {
	margin-top: 25px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 30px 0 26px;
	width: 100%;
	margin-bottom: 0px;
}

#product-details-cnt .product-prices .price {
	display: inline-block;
}

#product-details-cnt .product-prices .price h2 {
	color: #2c9640;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0;
}

#product-details-cnt .product-prices .price-old {
	display: inline-block;
	color: #999999;
	font-size: 26px;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 27px;
}

#product-details-cnt .product-prices .price-old:last-child {
	color: #2c9640;
	text-transform: uppercase;
}

#product-details-cnt .cart-cnt {
	margin-top: 26px;
	border: 2px solid #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 17px 27px 21px;
}

#product-details-cnt .cart-cnt label {
	display: inline-block;
	color: #2c9640;
	font-size: 18px;
	font-weight: 400;
}

#product-details-cnt .cart-cnt .qty-grp {
	display: inline-block;
	position: relative;
}

#product-details-cnt .cart-cnt .qty-grp #q_down,
#product-details-cnt .cart-cnt .qty-grp #q_up {
	position: absolute;
	bottom: 0;
	color: #999999;
	font-size: 26px;
	font-weight: 400;
}

#product-details-cnt .cart-cnt .qty-grp #q_down {
	left: 30px;
}

#product-details-cnt .cart-cnt .qty-grp #q_up {
	right: 15px;
}

#product-details-cnt .cart-cnt #input-quantity {
	display: inline-block;
	width: 111px;
	height: 40px;
	color: #666666;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	border: 2px solid #2c9640;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-left: 15px;
}

#product-details-cnt .cart-cnt #button-cart {
	position: relative;
	display: inline-block;
	top: -3px;
	max-width: 268px;
	height: 40px;
	border: 0px none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #136623;
	background-image: none;
	box-shadow: none;
	margin-left: 17px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
}

#product-details-cnt .product-shipping-info {
	margin-top: 28px;
	background: #ffffff;
	padding: 0;
	border: 0px none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 30px;
}

#product-details-cnt .product-shipping-info .product-shipping-info-inner {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	display: flex;
	align-items: center;
}

#product-details-cnt .product-shipping-info .product-shipping-info-inner img {
	float: left;
	margin-right: 12px;
	width: 76px;
}

#product-details-cnt .product-shipping-info .product-shipping-info-inner > div {

}

#product-details-cnt .product-shipping-info .product-shipping-info-inner span {
	margin-bottom: 5px;
}

#product-details-cnt .product-shipping-info .product-shipping-info-inner span > strong {
	color: #2c9640;
	font-size: 28px;
	font-weight: 700;
}

#product-details-cnt .minimum {
	height: 48px;
	background: #ffffff;
	border: 0px none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 0 0;
	margin-bottom: 0;
}

#product-details-cnt .nav-tabs-cnt {
	position: relative;
	margin-top: 27px;
}

#product-details-cnt .nav-tabs-cnt::after {
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	right: 0;
	height: 0.5em;
	border-top: 3px solid black;
	z-index: -1;
	/* width: 94.4%; */
}

#product-details-cnt ul {
	display: inline-block;
	background: #ffffff;
	border: 0px none;
}

#product-details-cnt .nav-tabs > li > a {
	color: #999999;
	font-size: 28px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px 26px 10px 0;
	border: 0px none;
}

#product-details-cnt .nav-tabs > li.active > a {
	border: 0px none;
	color: #2c9640 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#product-details-cnt .tab-content {
	margin-top: -3px;
	margin-bottom: 52px;
}

#product-details-cnt .tab-content div,
#product-details-cnt .tab-content p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 33px;
}

#product-details-cnt h3.section-title {
	font-size: 28px;
	margin-bottom: 49px;
}

#product-details-cnt h3.section-title span {
	padding-right: 28px;
}

#product-details-cnt .arrows-cnt {
	top: auto;
	bottom: 624px;
}

#product-details-cnt .slick-arrow {
	top: -62px;
}

/* PRODUCT DETIAIL - END */

/* SIDE PRODUCT INFO BLOCK */
.side-info-product-block {
	margin: 34px 0 0
}

.side-info-product-block .item {
	border: 2px solid #2c9640;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 24px;
	margin-bottom: 61px;
	position: relative;
}

.side-info-product-block .item:last-child {
	margin-bottom: 0;
    position: relative;
}

.side-info-product-block .item:before {
	display: inline-block;
	position: absolute;
	top: 0;
	font-family: 'Font Awesome 5 Pro';
	content: '\f105';
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	background: #2c9640;
	border-radius: 0px 0px 8px 0;
	height: 67px;
	padding: 12px 7px;
}

.side-info-product-block .item:nth-child(2):before {
	top: 0;
}

.side-info-product-block .item.helpdesk:after {
	display: inline-block;
	position: absolute;
	top: -36px;
	right: -10px;
	content: '';
	background-image: url('/image/theme/assistenza.png');
	background-repeat: no-repeat;
	width: 122px;
	height: 122px;
	-webkit-border-radius: 0 50% 50% 50%;
	-moz-border-radius: 0 50% 50% 50%;
	border-radius: 0 50% 50% 50%;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2);
}

.side-info-product-block .item.shipping:after {
	display: inline-block;
	position: absolute;
    top: -36px;
    right: -10px;
	content: '';
	background-image: url('/image/theme/spedizioni.png');
	background-repeat: no-repeat;
	width: 122px;
	height: 122px;
	-webkit-border-radius: 0 50% 50% 50%;
	-moz-border-radius: 0 50% 50% 50%;
	border-radius: 0 50% 50% 50%;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2);
}

.side-info-product-block .item .item-inner {
	padding: 16px 41px 8px;
}

.side-info-product-block .item h4 {
	color: #2c9640;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 150px;
	margin-bottom: 8px;
}

.side-info-product-block .item .contacts {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 7px;
}

.side-info-product-block .item .contacts > li {
	margin-bottom: 3px;
}

.side-info-product-block .item .contacts i {
	font-size: 20px;
	margin-right: 4px;
}

.side-info-product-block .item .contacts a {
	color: #000000;
}

.side-info-product-block .item .contacts a:hover {
	text-decoration: underline;
}

.side-info-product-block .item .description {
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 20px;
}

/* SIDE PRODUCT INFO BLOCK - END */

/* BLOG LIST */
.blog-list .page-title,
h2.page-title {
	margin-bottom: 38px;
}

.blog-list .blog_item {
	margin-bottom: 50px;
}

.blog-list .blog_item .image {
	float: left;
	background: #ffffff;
	padding-right: 21px;
}

.blog-list .blog_item .blog_stats {
	display: inline-block;
	background: #ffffff;
	padding: 5px 27px;
	border: 2px solid #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #2c9640;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 32px;
}

.blog-list .blog_item .blog_title {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
	overflow: hidden;
	height: 50px;
	margin-bottom: 19px;
}

.blog-list .blog_item .blog_title a {
	color: #000000;
}

.blog-list .blog_item p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 33px;
}

.blog-list .blog_item .read-more a {
	color: #2c9640;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.blog-list .blog_item .summary {
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
}

.blog-list .r2-pagination {
	margin-top: 19px;
}

/* BLOG LIST - END */

/* BLOG POST */
body[class^="blog-blog"] #content {
	margin-bottom: 10px;
}

body[class^='blog-blog'] .main_thumb {
	margin-bottom: 35px;
}

body[class^='blog-blog'] .blog_stats {
	display: inline-block;
	background: #ffffff;
	padding: 5px 27px;
	border: 2px solid #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #2c9640;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 32px;
}

body[class^='blog-blog'] .blog_title {
	color: #000000;
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 24px;
}

body[class^='blog-blog'] .blog_title a {
	color: #000000;
}

body[class^='blog-blog'] .main_description p {
	color: #444444;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 29px;
}

body[class^='blog-blog'] .main_description p:last-child {
	margin-bottom: 13px;
}

body[class^='blog-blog'] .share {
	margin-bottom: 36px;
}

body[class^='blog-blog'] .share a {
	border: 1px solid #e2e2e2;
	text-align: center;
	width: 47px !important;
	height: 47px;
	padding: 14px;
	margin-left: 9px;
	margin-bottom: 0;
}

body[class^='blog-blog'] .share a i {
	font-size: 18px;
}

body[class^='blog-blog'] .share a i.fa-twitter {
	color: #00aced;
}

body[class^='blog-blog'] .share a i.fa-facebook {
	color: #3b5998;
}

body[class^='blog-blog'] .share a i.fa-pinterest {
	color: #cb1f2a;
}

body[class^='blog-blog'] .share a i.fa-envelope {
	color: #b0b0b0;
}

body[class^="blog-blog"] .related-products h3.section-title {
	margin-bottom: 20px;
}

body[class^="blog-blog"] .related-products .arrows-cnt {
	top: -45px;
	left: calc(100% - 99px);
	position: relative;
}

body[class^="blog-blog"] .related-products .slick-arrow {
	top: -59px;
}

body[class^="blog-blog"] .related-posts.blog-list .blog_item .summary {
	padding-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
}

body[class^="blog-blog"] .related-posts.blog-list .blog_item .blog_stats {
	margin-bottom: 15px;
}

body[class^="blog-blog"] .related-posts.blog-list .blog_item .blog_title {
	margin-bottom: 10px;
}

body[class^="blog-blog"] .related-posts.blog-list .blog_item p {
	margin-bottom: 1px;
}

body[class^="blog-blog"] #button-comment {
	border: none;
	display: inline-block;
	background-image: none;
	background-color: #136623;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 15px;
	line-height: 38px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

body[class^="blog-blog"] .blog_comment {
	border: 2px solid #2c9640;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 30px;
}

body[class^="blog-blog"] .blog_comment p {
	margin-bottom: 0;
	font-style: italic;
}

/* BLOG POST - END */

/* INFO PAGES */
body[class^="information-information-"] h1.page-title {
	margin-bottom: 34px;
}

body[class^="information-information-"] h1.page-title::after {
	margin-right: 21px;
}

body[class^="information-information-"] .wysiwyg {
	margin-right: 6px;
	margin-bottom: 66px;
}

body[class^="information-information-"] .wysiwyg div {
	margin-bottom: 35px;
}

body[class^="information-information-"] .wysiwyg h2 {
	color: #2c9640;
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
}

body[class^="information-information-"] .wysiwyg p {
	color: #444444;
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	margin-bottom: 32px;
}

.map {
	position: relative;
	overflow: hidden;
	padding-top: 20%;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.coupon-extra {
	display: inline-block;
	padding: 0px 15px 40px;
	vertical-align: top;
	text-align: center;
}

.coupon-extra a:hover {
	border-bottom: 1px solid #ffffff !important;
}

.helperText {
	display: inline-block;
	position: relative;
	top: 19px;
	font-size: 14px;
	font-weight: 600;
	padding-right: 5px;
}

.coupon-extra button {
	display: inline-block;
	width: 40%;
	margin: 15px auto 0;
	vertical-align: top;
	background: #2c9640;
	border: 0px none;
	font-size: 14px;
	font-weight: 700;
}

/* INFO PAGES - END */

/* CART PAGE */
body[class^='checkout-cart'] form input[type='text'] {
	height: 41px;
}

/* CART PAGE - END */

/* MEDIA QUERIES */
@media (min-width: 1570px) {
	.container {
		width: 1570px; /* 1570px - 40px (padding) = 1530px */
	}
}

@media (min-width: 1322px) and (max-width: 1600px) {
	.container {
		width: 1293px;
	}
}

@media (max-width: 1600px) {
	#search {
		width: 563px;
	}
	
	.multi-countdown .product-thumb {
		padding: 0 0px 24px 27px;
	}
	
	.multi-countdown .product-thumb .image {
		width: 167px;
		margin-right: 0;
	}
	
	.product-thumb .sale, .productpage .sale {
		right: 24px;
	}
	
	.multi-featured-tabs .product-thumb .sale, .productpage .sale {
		right: 12px;
	}
	
	.multi-countdown .product-thumb .caption {
		margin-top: 15px;
		width: calc(100% - 167px);
	}
	
	.multi-countdown .product-thumb h4 {
		height: 45px;
	}
	
	.multi-countdown .product-thumb .price {
		margin-top: 10px;
	}
	
	.multi-countdown .countdown-cnt {
		margin-top: 20px;
	}
	
	.multi-countdown .product-thumb .button-group {
		margin-top: 10px;
	}
	
	.home-newsletter-box h3 {
		font-size: 38px;
	}
	
	.home-newsletter-box form input[type="email"],
	.home-newsletter-box form input[type="text"] {
		width: 200px;
	}
	
	.home-newsletter-box form button {
		padding: 10px 30px;
	}
	
	.home-newsletter-box p {
		margin-bottom: 10px;
	}
	
	#base-filters {
		margin: 0 0 33px 0;
	}
	
	#base-filters .product-filter > label {
		padding: 5px 5px;
	}
	
	.side-vertical .product-thumb .price {
		font-size: 14px;
	}
	
	.side-vertical .product-thumb .price-old {
		margin-left: 0;
	}
	
	#product-details-cnt .cart-cnt #button-cart {
		max-width: 220px;
	}
	
	#product-details-cnt .cart-cnt #button-cart {
		max-width: 186px;
		padding: 10px 10px;
		font-size: 16px;
	}
	
	#product-details-cnt .nav-tabs-cnt {
		margin-top: 0;
	}
	
	.side-info-product-block .item.helpdesk::after,
	.side-info-product-block .item.shipping::after {
		right: -15px;
	}
	
	.blog-list .blog_item .summary {
		padding-top: 0px;
		padding-bottom: 13px;
		border-bottom: 1px solid #000000;
	}
	
	.blog-list .blog_item p {
		overflow: hidden;
		height: 110px;
	}
}

@media (max-width: 1321px) {
	#search {
		width: 484px;
	}
	
	.multi-countdown .product-thumb {
		padding: 0 0px 24px 27px;
	}
	
	.multi-countdown .product-thumb .image {
		width: 121px;
		margin-right: 0;
	}
	
	.multi-countdown .product-thumb .caption {
		margin-top: 15px;
		width: calc(100% - 121px);
	}
	
	.multi-countdown .product-thumb h4 {
		height: 45px;
		margin-bottom: 5px;
	}
	
	.multi-countdown .product-thumb .price {
		margin-top: 5px;
	}
	
	.multi-countdown .countdown-cnt {
		margin-top: 10px;
	}
	
	.multi-countdown .countdown-cnt span {
		width: 43px;
		height: 43px;
		padding: 4px 0;
	}
	
	.multi-countdown .product-thumb .button-group {
		margin-top: 10px;
	}
	
	.multi-countdown .product-thumb .button-group button:first-child,
	.multi-countdown .product-thumb .button-group button:last-child {
		line-height: 38px;
	}
	
	.product-thumb .sale, .productpage .sale {
		right: 12px;
	}
	
	.home-newsletter-box {
		padding: 25px 35px;
	}
	
	.home-newsletter-box h3 {
		font-size: 33px;
	}
	
	.home-newsletter-box p {
		font-size: 14px;
	}
	
	.home-newsletter-box form input[type="email"],
	.home-newsletter-box form input[type="text"] {
		width: 191px;
	}
	
	.home-newsletter-box form button {
		padding: 10px 14px;
	}
	
	.home-latest-posts .blog_item .blog_stats {
		margin-bottom: 10px;
	}
	
	.home-latest-posts .blog_item .blog_title {
		margin-bottom: 10px;
	}
	
	.home-latest-posts .blog_item p {
		margin-bottom: 12px;
		overflow: hidden;
		height: 70px;
	}
	
	footer .footer-infos {
		font-size: 15px;
	}
	
	footer .powered ul.list-inline > li.left,
	footer .powered ul.list-inline > li.right {
		float: none !important;
		text-align: center;
		width: 100%;
	}
	
	footer .powered ul.list-inline > li.left {
		margin-bottom: 20px;
	}
	
	#base-filters > .pr-0:first-child {
		padding-left: 0 !important;
	}
	
	#base-filters > div:last-child .product-filter select {
		width: 135px !important;
	}
	
	body[class^='product-'] .product-grid .product-thumb .price-old {
		margin-left: 15px;
	}
	
	
	.sidebar-menu a {
		font-size: 12px;
	}
	
	.sidebar-menu li ul {
		margin-top: 15px;
	}
	
	.sidebar-menu li li a {
		font-size: 12px;
	}
	
	.side-vertical .product-thumb .image {
		float: none;
		margin-right: 0;
	}
	
	.side-vertical .product-thumb .caption {
		margin-top: 15px;
		margin-left: 0;
		text-align: center;
	}
	
	.side-vertical .product-thumb .price {
		margin-bottom: 10px;
	}
	
	.side-vertical .product-thumb .button-group {
		margin: 0;
	}
	
	.side-info-product-block .item h4 {
		font-size: 20px;
		font-weight: 600;
	}
	
	.side-info-product-block .item .item-inner {
		padding: 16px 96px 8px 35px;
	}
	
	.blog-list .blog_item .image {
		max-width: 450px;
	}
	
	.blog-list .blog_item .blog_stats {
		margin-bottom: 18px;
	}
	
	.blog-list .blog_item .blog_title {
		margin-bottom: 10px;
	}
	
	.blog-list .blog_item p {
		height: 60px;
	}
}

@media (max-width: 1199px) {
	#logo {
		margin: 11px 0 0 0;
	}
	
	#search {
		width: 384px;
	}
	
	#cart > .btn {
		padding: 13px 11px;
		font-size: 13px;
	}
	
	#cart > .btn i {
		font-size: 25px;
		margin-top: 6px;
	}
	
	#top-links-left ul .dropdown-menu {
		right: -88px;
	}
	
	#top-links ul .dropdown-menu {
		right: -49px;
	}
	
	.multi-countdown .product-thumb {
		padding: 0 0px 35px 27px;
	}
	
	.multi-countdown .product-thumb .image {
		width: 300px;
		margin-right: 12px;
	}
	
	.multi-countdown .product-thumb .caption {
		margin-top: 28px;
		width: calc(100% - 315px);
	}
	
	.multi-countdown .product-thumb h4 {
		height: 65px;
		margin-bottom: 18px;
	}
	
	.multi-countdown .product-thumb .price {
		margin-top: 21px;
	}
	
	.multi-countdown .countdown-cnt {
		margin-top: 32px;
	}
	
	.multi-countdown .countdown-cnt span {
		width: 43px;
		height: 43px;
		padding: 4px 0;
	}
	
	.multi-countdown .product-thumb .button-group {
		margin-top: 28px;
	}
	
	.multi-countdown .product-thumb .button-group button:first-child,
	.multi-countdown .product-thumb .button-group button:last-child {
		line-height: 41px;
	}
	
	.home-focus img {
		margin: 0 auto;
	}
	
	.home-newsletter-box h3 {
		font-size: 25px;
		line-height: 30px;
	}
	
	.home-newsletter-box form input[type="email"],
	.home-newsletter-box form input[type="text"] {
		width: 140px;
		font-size: 15px;
	}
	
	.home-newsletter-box form button {
		padding: 10px 6px;
	}
	
	.home-newsletter-box form .nl-privacy label {
		font-size: 11px;
	}
	
	.brands-carousel .slick-slider {
		padding: 0 50px !important;
	}
	
	.home-latest-posts .blog_item .image {
		float: none;
		margin-right: 0;
	}
	
	.home-latest-posts .blog_item .image img {
		margin: 0 auto;
	}
	
	.home-latest-posts .blog_item .summary {
		margin-top: 10px;
		text-align: center;
	}
	
	.home-latest-posts .blog_item p {
		overflow: unset;
		height: auto;
	}
	
	footer .footer-infos {
		font-size: 15px;
		letter-spacing: -1px;
	}
	
	footer .opening::before,
	footer .email::before {
		font-size: 19px;
		margin-right: 5px;
	}
	
	#base-filters > .pr-0 {
		padding: 0 15px !important;
	}
	
	#base-filters .product-filter > label {
		padding: 5px 10px 5px 5px;
	}
	
	#base-filters > div:last-child .product-filter select {
		width: auto !important;
	}
	
	.sidebar-menu {
		margin-top: 4px;
		padding: 35px 15px 31px;
		border: 3px solid #2c9640;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
	#product-details-cnt .product-name {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	#product-details-cnt .product-prices {
		margin-top: 0;
		padding: 15px 0 11px;
	}
	
	#product-details-cnt .cart-cnt {
		padding: 17px 10px 21px;
		font-size: 17px;
		text-align: center;
	}
	
	#product-details-cnt .cart-cnt #input-quantity {
		width: 111px;
		font-size: 17px;
	}
	
	#product-details-cnt .cart-cnt #button-cart {
		font-size: 17px;
		margin-left: 0;
		margin-top: 15px;
		max-width: none;
		padding: 9px 10px 10px;
	}
	
	#product-details-cnt .product-shipping-info .product-shipping-info-inner span > strong {
		font-size: 20px;
	}
	
	#product-details-cnt .product-shipping-info .product-shipping-info-inner {
		font-size: 16px;
	}
	
	.side-info-product-block .item.helpdesk::after,
	.side-info-product-block .item.shipping::after {
		display: none;
	}
	
	.side-info-product-block .item {
		margin-bottom: 30px;
	}
	
	.side-info-product-block .item .item-inner {
		padding: 16px 15px 8px 35px;
	}
	
	.blog-list .blog_item .image {
		max-width: 380px;
	}
	
	.blog-list .blog_item .blog_stats {
		margin-bottom: 12px;
	}
	
	.blog-list .blog_item p {
		margin-bottom: 0px;
	}
}

@media (max-width: 991px) {
	.mt-sm-40 {
		margin-top: 40px !important;
	}
	
	#top-links,
	#top-links-left {
		float: none !important;
		text-align: center;
	}
	
	#top-links {
		margin-top: 10px;
	}
	
	#logo {
		margin: 0 0 20px;
	}
	
	#logo img {
		margin: 0 auto;
		max-width: 250px;
	}
	
	#cart > .btn {
		padding: 13px 16px;
		font-size: 16px;
	}
	
	#cart > .btn i {
		font-size: 34px;
		margin-top: 0;
	}
	
	.multi-countdown .product-thumb {
		padding: 0 0 35px;
	}
	
	.multi-countdown .product-thumb .image {
		width: auto;
		margin-right: 0;
		float: none;
		border: none;
	}
	
	.multi-countdown .product-thumb .sale-badge {
		left: 15px;
	}
	
	.multi-countdown .product-thumb .sale {
		right: 11px;
	}
	
	.multi-countdown .product-thumb .caption {
		margin-top: 28px;
		width: auto;
		float: none;
		text-align: center;
	}
	
	.multi-countdown .product-thumb .title-separator {
		max-width: none;
	}
	
	.home-focus img { margin: 20px auto 0; }
	.home-focus-line img { margin: 0 auto; }
	.home-focus-line div:not(:last-child) img { margin-bottom: 20px; }
	
	.home-newsletter-box {
		padding: 25px 35px;
		max-width: 490px;
		margin: 0 auto;
		text-align: center;
	}
	
	.home-newsletter-box h3 {
		font-size: 39px;
		line-height: 39px;
	}
	
	.home-newsletter-box p {
		max-width: none;
		font-size: 16px;
	}
	
	.home-newsletter-box form input[type="email"],
	.home-newsletter-box form input[type="text"] {
		width: 280px;
		font-size: 16px;
	}
	
	.home-newsletter-box form .nl-privacy {
		text-align: left;
		display: inline-block;
		margin: 15px auto 0;
		max-width: 300px;
	}
	
	footer {
		text-align: center;
	}
	
	footer img {
		margin: 0 auto;
	}
	
	footer img.footer-logo {
		margin-bottom: 29px;
	}
	
	footer .container > .row > div {
		margin-bottom: 40px;
		min-height: 210px;
	}
	
	footer .footer-infos {
		font-size: 17px;
		letter-spacing: 0;
		text-align: left;
		margin: 0 auto;
		max-width: 292px;
	}
	
	footer .opening::before,
	footer .email::before {
		font-size: 20px;
		margin-right: 16px;
	}
	
	.sidebar-menu {
		max-width: 360px;
		margin: 0 auto;
	}
	
	#column-left .banner img,
	#column-right .banner img {
		margin: 0 auto;
	}
	
	.side-vertical {
		max-width: 360px;
		margin: 46px auto 0;
	}
	
	#product-details-cnt {
		margin: 0 0 10px;
	}
	
	#product-details-cnt ul {
		margin: 0;
	}
	
	#product-details-cnt .images-col {
		padding-right: 15px !important;
		text-align: center;
	}
	
	#product-details-cnt .product-col {
		padding-left: 15px !important;
		text-align: center;
	}
	
	#product-details-cnt .thumbnails > li {
		margin-left: 0;
	}
	
	#product-details-cnt .wishlist-grp {
		position: absolute;
		bottom: 43px;
		left: calc((100% / 2) - 207px);
	}
	
	#product-details-cnt .cart-cnt {
		padding: 17px 10px 21px;
		max-width: 300px;
		margin: 26px auto 0;
	}
	
	#product-details-cnt .cart-cnt .qty-grp #q_down,
	#product-details-cnt .cart-cnt .qty-grp #q_up {
		display: none;
	}
	
	#product-details-cnt .cart-cnt #input-quantity {
		margin-left: 15px;
		font-size: 22px;
	}
	
	#product-details-cnt .product-shipping-info {
		max-width: 385px;
		margin: 28px auto 0;
		text-align: left;
	}
	
	.side-info-product-block {
		margin: 34px auto 0;
		max-width: 360px;
	}
	
	.side-info-product-block .item.helpdesk::after,
	.side-info-product-block .item.shipping::after {
		display: inline-block;
	}
	
	.side-info-product-block .item {
		margin-bottom: 61px;
	}
	
	.side-info-product-block .item h4 {
		font-size: 24px;
		font-weight: 500;
	}
}

@media (max-width: 767px) {
	.multi-service .product-thumb .image,.multi-service .product-thumb .caption{
		float:none;
		width:100%;
        margin: 0;
	}
	.multi-service .product-thumb .image img{margin:0 auto}
	#search {
		margin: 11px 0;
	}
	
	#top-links,
	#top-links-left {
		float: none !important;
		text-align: center;
	}
	
	#top-links {
		margin-top: 10px;
	}
	
	#menu #category {
		padding-left: 15px;
		line-height: 42px;
		background: #000000;
	}
	
	#menu .btn-navbar {
		font-size: 19px;
		color: #ffffff;
		padding: 2px 18px;
		float: right;
		background-color: #000000;
	}
	
	#menu .btn-navbar:hover,
	#menu .btn-navbar:active,
	#menu .btn-navbar:focus {
		background-color: #000000;
	}
	
	#menu .nav {
		width: 100%;
	}
	
	#menu .nav > li {
		max-width: none;
		text-align: left;
	}
	
	.product-thumb {
		margin: 0 auto 20px;
	}
	
	body.common-home .product-thumb {
		max-width: none;
	}
	
	.countdown-container-background {
		background-image: none;
	}
	
	.multi-countdown .product-thumb {
		max-width: 250px;
	}
	
	body.common-home .multi-countdown .product-thumb {
		max-width: none;
	}
	
	.brands-carousel .slick-slider {
		padding: 0 100px !important;
	}
	
	.blog-module-latest .blog_item {
		margin-bottom: 20px;
	}
	
	.arrows-cnt,
	.slick-arrow {
		display: none !important;
	}
	
	h3.section-title {
		text-align: center;
	}
	
	h3.section-title::after {
		left: 0;
		margin: 0 auto;
		max-width: 80%;
	}
	
	h3.section-title span {
		padding: 0 21px;
	}
	
	#breadcrumb-wrapper {
		text-align: center;
	}
	
	h1.page-title {
		text-align: center;
	}
	
	h1.page-title::after {
		left: 0;
		margin: 0 15px;
	}
	
	h1.page-title span {
		display: inline-block;
		position: relative;
		z-index: 2;
		background: #ffffff;
		padding: 0 21px;
	}
	
	#base-filters .product-filter {
		margin: 0 auto;
	}
	
	#base-filters > div:first-child .product-filter:last-child {
		max-width: 140px;
	}
	
	#base-filters .product-filter:last-child {
		max-width: 210px;
		margin-top: 10px;
	}
	
	#adv-filters {
		margin-bottom: 15px;
	}
	
	#adv-filters .col-sm-2 {
		margin-top: 10px;
	}
	
	.side-info-product-block {
		text-align: center;
		margin: 0 auto;
	}
	
	.side-info-product-block .item.helpdesk::after,
	.side-info-product-block .item.shipping::after {
		display: none;
	}
	
	.side-info-product-block .item::before {
		display: none;
	}
	
	.side-info-product-block .item .item-inner {
		padding: 16px 15px 8px;
	}
	
	.side-info-product-block .item h4 {
		max-width: 250px;
		margin: 0 auto 8px;
	}
	
	.side-info-product-block .item {
		margin-bottom: 30px;
	}
	
	.blog-list .blog_item {
		text-align: center;
	}
	
	.blog-list .blog_item .image {
		float: none;
		background: #ffffff;
		padding-right: 0;
		max-width: none;
		margin-bottom: 20px;
	}
	
	.blog-list .blog_item .image img {
		margin: 0 auto;
	}
}

@media (max-width: 700px) {
	.row_ubgi {
		margin: 30px 0 0 0 !important;
	}
	
	.arrows-cnt,
	.nav-tabs-cnt::after,
	.slick-arrow {
		display: none !important;
	}
	
	.multi-featured-tabs ul {
		width: 100%;
	}
	
	.multi-featured-tabs ul > li {
		display: block;
		float: none;
		text-align: center;
	}
}

@media (max-width: 650px) {
	.brands-carousel .slick-slider {
		padding: 0 15px !important;
	}
}

@media (max-width: 600px) {
	.search-cnt {
		padding-right: 15px;
		width: 100%;
	}
	
	#search {
		width: 100%;
	}
	
	.cart-cnt {
		width: 100%;
		text-align: center;
	}
	
	#cart {
		float: none !important;
	}
	
	#mainmenu-cnt {
		margin-top: 0;
	}
	
	h3.section-title::after {
		display: none;
	}
}

@media (max-width: 500px) {
	h3.section-title {
		text-align: center;
	}
	
	h3.section-title span {
		padding: 0 15px 0;
	}
	
	h3.section-title::after {
		left: 0;
		margin: 0;
	}
	
	#product-details-cnt .wishlist-grp {
		left: calc((100% / 2) - 190px);
	}
	
	h1.page-title::after {
		display: none;
	}
}

@media (max-width: 460px) {
	.home-newsletter-box form input[type="email"],
	.home-newsletter-box form input[type="text"] {
		width: 200px;
		font-size: 14px;
	}
	
	#product-details-cnt .wishlist-grp {
		left: calc((100% / 2) - 170px);
	}
}

@media (max-width: 423px) {
	.home-newsletter-box {
		padding: 25px 20px;
	}
	
	.home-newsletter-box h3 {
		font-size: 35px;
		line-height: 35px;
	}
	
	#product-details-cnt .wishlist-grp {
		left: calc((100% / 2) - 160px);
	}
}

@media (max-width: 400px) {
	.home-newsletter-box h3 {
		font-size: 30px;
		line-height: 30px;
	}
	
	.home-newsletter-box form input[type="email"], .home-newsletter-box form input[type="text"] {
		width: 170px;
	}
	
	#base-filters {
		padding: 8px 65px 13px;
	}
	
	#base-filters .product-filter > label {
		display: block;
		padding: 0;
		margin-bottom: 0;
		width: auto;
	}
	
	#base-filters > div:first-child .product-filter:last-child {
		margin-top: 0px;
	}
	
	#product-details-cnt .wishlist-grp {
		left: calc((100% / 2) - 140px);
	}
}

@media (max-width: 360px) {
	.home-newsletter-box h3 {
		font-size: 27px;
		line-height: 27px;
	}
	
	.home-newsletter-box p {
		font-size: 14px;
	}
	
	.home-newsletter-box form input[type="email"],
	.home-newsletter-box form input[type="text"] {
		width: 149px;
		font-size: 14px;
	}
	
	footer .footer-infos {
		text-align: center;
	}
	
	footer .opening::before,
	footer .email::before {
		display: none;
	}
	
	#product-details-cnt .wishlist-grp {
		left: calc((100% / 2) - 130px);
	}
}

@media (max-width: 340px) {
	#product-details-cnt .wishlist-grp {
		left: calc((100% / 2) - 120px);
	}
}

@media (max-width: 321px) {
	.home-newsletter-box h3 {
		font-size: 24px;
		line-height: 24px;
	}
	
	.home-newsletter-box p {
		font-size: 13px;
	}
	
	.home-newsletter-box form input[type="email"],
	.home-newsletter-box form input[type="text"] {
		width: 127px;
		font-size: 13px;
	}
	
	.home-newsletter-box form button {
		font-size: 13px;
	}
	
	.home-newsletter-box form .nl-privacy {
		margin: 5px auto 0;
	}
}

@media (max-width: 320px) {
	#product-details-cnt .wishlist-grp {
		left: calc((100% / 2) - 110px);
	}
}

/* MEDIA QUERIES - END */

.quickcheckout-checkout #shipping-method td:last-child {
	white-space: nowrap;
}

@media (max-width: 576px) {
	.common-home .slick-dots {
		display: flex !important;
		justify-content: center;
	}
}

#search .form-control:focus {
	outline: 0;
	border-color: transparent;
}

.form-control:focus {
	box-shadow: none;
	outline: 2px solid rgb(19 102 35 / 20%);
	outline-offset: 2px;
	border-color: #136623;
	border-radius: 0;
}

/**** RIF RAF STYLES - END ****/
.omnibus-price {
	color: #2b963f !important;
	text-decoration: none !important;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

.myCustomAlert {
	background-color: #2c9640;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
}

.ui-btn-l {
	background: #fff;
	padding: 13px 16px;
	border: 1px solid #136623;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #136623;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	line-height: 18px;
	min-width: 165px;
	display: inline-flex;
	align-items: center;
	height: 62px;
	gap: 10px;
}

.ui-btn-l i {
	
	font-size: 34px;
	
}

.ui-account .dropdown-toggle {
	background: #136623;
	padding: 13px 16px;
	border: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	line-height: 18px;
	width: 165px;
	display: inline-flex;
	align-items: center;
	height: 62px;
	gap: 10px;
	position: relative;
}

.ui-account .dropdown-toggle i {
	
	font-size: 34px;
	
}

.ui-box-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 992px) {
	#top, .ui-hidden {
		display: none;
	}
	
}

@media (max-width: 790px) {
	.ui-box-nav {
		flex-wrap: wrap;
		gap: 20px;
		width: 100%;
		justify-content: left;
	}
	
	#search {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 1310px) {
	
	.ui-hidden {
		display: none;
	}
	
	.ui-btn-l, .ui-account .dropdown-toggle {
		max-width: none;
		width: 64px;
		min-width: auto;
	}
}

@media (min-width: 1310px) {
	#search {
		width: 470px;
	}
}

@media (min-width: 1602px) {
	#search {
		width: 695px;
	}
}

@media (min-width: 992px) {
	header .row {
		display: flex;
		align-items: center;
	}
}

.mainServicesBlock .servicesList {
    background: #c7e5cd;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: -20px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 560px;
    border-bottom-left-radius: 15px;
}

.mainServicesBlock .servicesList > li > a {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	line-height: 35px;
}

.mainServicesBlock .servicesList > li > a:before {
	content: "\f0da";
	font-family: 'Font Awesome 5 Pro';
	padding-right: 10px;
	font-size: 20px;
	vertical-align: bottom;
	color: #2c9640;
}

.ui-service-bg {
	
	background-image: url(/image/theme/servizi.png);
	background-repeat: repeat-x;
	background-size: cover;
	
	box-shadow: inset 0px -14px 8px -4px rgba(0, 0, 0, 0.1);
	
}

.ui-service-bg .row {
	padding: 49px 0 27px;
	
}

.ui-desc-card {
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 94px;
}

@media (max-width: 991px) {
	.ui-desc-card {
		height: initial;
	}
}

.banner .item img {
	width: 100%;
	max-width: none;
}

.rendered-form .form-group, .rendered-form .checkbox-group, .rendered-form .formbuilder-checkbox, .rendered-form .checkbox-group {
	margin-bottom: 20px !important;
}

.btn-primary {
	text-shadow: none;
	background-image: none;
	background-repeat: repeat-x;
	border: 0px none;
	background-color: #136623 !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff !important;
}

.ui-service-page-detail #column-right .multiple-featured, .ui-service-page-detail .product-shipping-info, .ui-service-page-detail .paypal-message, .ui-service-page-detail .side-info-product-block .shipping, .ui-service-page-detail .cart-cnt, #product h3 {
	display: none;
}

.free-shipping-badge {
	display: flex;
	align-items: center;
	gap: 20px;
  margin-top: 25px;
  text-align: left;
}

@media (max-width: 991px) {
	.free-shipping-badge {
		justify-content: center;
	}
}

.free-shipping-badge i{
  color: #2c9640;
  font-size: 38px;
}
.free-shipping-badge p{
  margin-bottom: 0;
  line-height: 1.2;
}
.free-shipping-badge p strong{
  color: #136623;
}
.free-shipping-badge h4{
  font-size: 25px;
  color: #2c9640;
  margin-bottom: 6px;
}.ui-service-page-detail .product-infos{font-weight: bold}
.ui-service-page-detail .product-infos .InStock{
	color: #2c9640;
}
.ui-service-bg .row .product-layout{
padding: 0;
}
.banner .item img{border-radius: 4px}
.side-vertical .product-thumb .image{
padding: 0;
}
.side-vertical .product-thumb .image img {
	padding: 15px;
}

.serviceBlock img { width: 100%; height: auto;}

#banner0 {
	max-width: 360px; 
    margin: auto;
}

#banner1 {
	max-width: 483px; 
    margin: auto;
}
.generic-top-bar p {
    text-align: center;
    margin-bottom: 0;
    padding: 5px 0;
    text-transform: uppercase;
}