/* Fonts */
@font-face {
    font-family: 'Tghaidogrotesk-medium';
    src: url('../fonts/Tghaidogrotesk/TGHaidoGrotesk-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tghaidogrotesk-regular';
    src: url('../fonts/Tghaidogrotesk/Tghaidogrotesk-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TGHaidoGrotesk-Semibold';
    src: url('../fonts/Tghaidogrotesk/TGHaidoGrotesk-Semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manrope-regular';
    src: url('../fonts/manrope/manrope-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manrope-medium';
    src: url('../fonts/manrope/manrope-medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manrope-semibold';
    src: url('../fonts/manrope/manrope-semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #00C08B;
}
a:hover {
	text-decoration: none;
	color: #000;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.form-control-search {
	min-height: 40px;
	border: none;
	background-color: #EAEAEA;
	color: #A7A7A7;
	padding: 0px 15px;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
	font-size: 12px;
	max-width: 275px;
	width: 100%;
	outline: none;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #00C08B;/*#229ac8;*/
	/*background-image: linear-gradient(to bottom, #14b518, #00C08B);*/
	background-repeat: repeat-x;
}
/* top */
#top {
	/*background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;*/
	display: flex;
	align-items: center;
	min-height: 40px;
	border-bottom: 0.3px solid #E3E3E3;
	margin-bottom: 20px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-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 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#top-links > ul {
	padding: 0;
	margin: 0;
}
#top-links a + a {
	margin-left: 15px;
}

.account_action {
	display: flex;
	padding: 0;
	margin: 0;
}
.account_action > li {
	display: flex;
	align-items: center;
	list-style-type: none;
	margin-right: 20px;
}
.account_action > li > a {
	display: flex;
	align-items: center;
	color: #A7A7A7 !important;
	text-decoration: none;
	text-shadow: none !important;
}
.account_action > li > a:hover {
	color: #000 !important;
}
.account_action > li:last-child {
	margin-right: 0px;
}
.account_action > li > a > p {
	margin-bottom: 0;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
	margin-right: 17px;
}
.account_action > li > a > img {
	margin-right: 8px;
}
.account_action > li > a > span {
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}

.header-blocks {
	display: flex;
	align-items: center;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
.mobile_search_panel {
	display: none;
}

.header-blocks > .col-sm-5 {
	display: flex;
	justify-content: center;
}
.header-blocks > .col-sm-5 > #live-search {
	width: 70% !important;
	margin-top: 40px !important;
}
#search {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#search > span.search_bg {
	width: 91px;
    height: 40px;
    background-color: #00C08B;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
.btn-search {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00C08B;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	min-height: 40px;
	min-width: 54px;
}
/* cart */
#cart {
	display: flex;
	justify-content: end;
	align-items: center;
}
#cart > button {
	background: none;
	border: none;
	display: flex;
	align-items: center;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
	color: #A7A7A7;
	font-size: 14px;
}
#cart > button > span {
	margin-right: 12px;
}
#cart > span {
	color: #A7A7A7;
	font-size: 13px;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
}
#cart > button > img {
	width: 24px;
	height: 24px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#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: #eee;
	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 {
	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;
}
#cart-total {
	border-radius: 10px;
	margin-left: 5px;
	color: #00C08B;
	font-size: 12px;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
}
#cart-total > span {
	background-color: #EAEAEA;
	border-radius: 100px;
	color: #A7A7A7;
	margin-right: 7px;
	padding: 1px 10px 4px 10px;
}
/* menu */
#menu-vertical .btn {
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif !important;
	font-size: 14px !important;
	text-transform: initial !important;
}
#menu-vertical #menu-vertical-list > li {
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif !important;
}
#menu-vertical .btn > img {
	float: right;
	margin-top: 8px;
}
#menu-vertical .btn > img.menu_bar {
	float: left;
	margin-top: 2px;
	margin-right: 9px;
}
#menu-vertical .btn:hover img {
	transform: rotate(180deg);
}
#menu-vertical.openm .btn > img, #menu-vertical.open .btn > img {
	transform: rotate(180deg);
}
#menu-vertical #menu-vertical-list > li > a, #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li > a {
	color: #666666 !important;
	font-size: 12px !important;
}
#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li > a {
	padding: 8.5px 18px !important;
}
#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li > a:hover {
	background: transparent !important;
	color: #00C08B !important;
}
#menu-vertical #menu-vertical-list > li > a.parent-link:hover, #menu-vertical #menu-vertical-list > li > a.parent-link.hover {
	background: transparent !important;
	color: #FF4438 !important;
}
#menu {
	background-color: #00C08B;/*#14b518;
	background-image: linear-gradient(to bottom, #14b518, rgb(17, 202, 29));
	background-repeat: repeat-x;*/
	/*border-color: #198814 #168019 #159230;*/
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
        text-align: center;
}
#menu .navimg {
	min-height: 40px;
	}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
        color: #00C08B;
        font-weight: bold;
	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;
}
span.flycart-widget-count.ng-binding.ng-scope {
	background: #00C08B!important;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #00C08B, #00C08B);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: black;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
      #menu .navbar-nav {
      float: none;
      text-align: center;
      }

      #menu .navbar-nav > li {
      display: inline-block;
      float: none;
      text-align: left;
      }
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
      #menu .navbar-nav {
      float: none;
      text-align: center;
      }

      #menu .navbar-nav > li {
      display: inline-block;
      float: none;
       text-align: left;
       }
	#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;
	}
}
/* content */
#content {
	min-height: auto;
}
/* footer */
footer {
	padding-top: 30px;
	background-color: #00C08B;
	color: #fff;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
footer h5 {
	font-size: 18px;
	color: #fff;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}
footer a {
	color: #fff;
}
footer ul li {
	font-size: 14px;
	font-weight: 400;
	margin: 8px 0px;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.pre_last_col {
	margin-right: 45px;
}
.socials {
	float: left;
}
.socials > ul {
	margin: 0;
	padding: 0;
}
.socials > ul > li {
	list-style-type: none;
}
footer .logo {
	float: right;
	margin: 0;
	margin-right: 15px;
	margin-top: 30px;
} 
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-info {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #FF4438 !important;
	font-size: 12px;
	padding: 0 !important;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
	font-size: 12px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 8px 0;
	background: none !important;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li > a:hover {
	text-decoration: underline;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: url("../image/arrow-right-bread.svg");
	display: block;
	position: absolute;
	top: 1px;
	right: -7px;
}
.breadcrumb > li:last-child:after {
	content: '';
}
.pagination {
	margin: 0;
	margin-bottom: 30px;
}
#powered {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
#powered > br {
	display: none;
}
#powered > img {
	margin: 0px 5px;
}
#powered > img.mastercard {
	max-width: 150px;
}
#powered p {
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btns_categories {
	float: right;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #00C08B, #00C08B);
	background-repeat: repeat-x;
	border-color: #198814 #168019 #159230;
}
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
	background-color: #00C08B;
	background-image: linear-gradient(to bottom, #00C08B, #00C08B);
	background-repeat: repeat-x;
}
.btn-primary {
	color: #ffffff;
	background-color: #00C08B;
	border: none;
	border-radius: 10px;
}
a.flycart-button.checkout-button.ng-binding {
	background: #00C08B!important;
}

/* Datepicker */
td.day.disabled:before {
	position: absolute;
	content: url("../image/close_date.svg") !important; /* This will render the 'X' */
	border: none !important;
	top: 8px;
	left: 12px;
}
.bootstrap-datetimepicker-widget td.day {
	font-family: 'Tghaidogrotesk-medium', sans-serif;
	font-size: 18px;
	color: #666666;
}
.bootstrap-datetimepicker-widget td.active {
	background-color: #00C08B;
	text-shadow: none !important;
}
.bootstrap-datetimepicker-widget td.day:hover {
	background: rgba(0, 192, 139, 0.22) !important;
	border-radius: 0 !important;
}
.bootstrap-datetimepicker-widget td.disabled {
	position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
	border-left: 0px solid transparent !important;
	border-bottom: 4px solid #00C08B !important;
	right: 12px !important;
}
.bootstrap-datetimepicker-widget {
	width: auto !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 17.5px 23.3px !important;
	box-shadow: 0px 5.81818151473999px 17.454544067382812px 0px rgba(0, 0, 0, 0.13) !important;
}
.bootstrap-datetimepicker-widget .dow {
	color: #00C08B;
	font-family: 'Tghaidogrotesk-medium', sans-serif;
	font-size: 12px;
}
.bootstrap-datetimepicker-widget .table-condensed>tbody>tr>td {
	padding: 8px;
}
.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
	position: absolute;
}
.bootstrap-datetimepicker-widget th.prev {
	color: transparent;
	content: url("../image/calendar_left.svg");
	right: 60px;
	height: 32px;
}
.bootstrap-datetimepicker-widget th.next {
	color: transparent;
	content: url("../image/calendar_right.svg");
	right: 30px;
	height: 32px;
}

.bootstrap-datetimepicker-widget .datepicker-months th.prev {
	right: 20px;
	height: 32px;
}
.bootstrap-datetimepicker-widget .datepicker-months th.next {
	right: 0px;
	height: 32px;
}

.bootstrap-datetimepicker-widget th.picker-switch {
	width: 65% !important;
	text-align: left;
	font-size: 18px;
	font-family: 'Tghaidogrotesk-medium', sans-serif;
	color: #666666;
	min-height: 30px;
	position: absolute;
}
.bootstrap-datetimepicker-widget .datepicker-months th.picker-switch {
	width: 50% !important;
}
.datepicker-days > table > thead > tr:first-child {
	float: left;
	min-height: 40px;
	width: 100%;
}
.bootstrap-datetimepicker-widget .datepicker-years > table > thead > tr, .bootstrap-datetimepicker-widget .datepicker-months > table > thead > tr {
	position: relative;
	float: left;
	width: 100%;
	min-height: 50px;
}
.bootstrap-datetimepicker-widget .datepicker-years th.prev {
	right: 20px;
	height: 32px;
}
.bootstrap-datetimepicker-widget .datepicker-years th.next {
	right: 0px;
	height: 32px;
}
.bootstrap-datetimepicker-widget td span {
	font-family: 'Tghaidogrotesk-medium', sans-serif;
}
.bootstrap-datetimepicker-widget td span.active {
	background-color: #00C08B !important;
}
.bootstrap-datetimepicker-widget td.active.today {
	border-radius: 0 !important;
	color: #666666 !important;
	background: rgba(0, 192, 139, 0.22) !important;
}
.bootstrap-datetimepicker-widget td.today:before {
	display: none !important;
}
.bootstrap-datetimepicker-widget td.day:before {
	content: '';
    display: inline-block;
    border-left: 7px solid #00C08B;
	border-right: 7px solid #00C08B;
    border-bottom: 3px solid #00C08B;
    position: absolute;
    bottom: 4px;
    right: 13px;
}
.bootstrap-datetimepicker-widget td.day {
	position: relative;
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background-color: #00C08B !important;
	border-radius: 0 !important;
}

.btn-primary {
	font-family: 'manrope-medium', sans-serif;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:focus {
	background-color: #00C08B !important;
	background-image: linear-gradient(to bottom, #00C08B, #00C08B) !important;
	background-repeat: repeat-x;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	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;
	border-radius: 20px;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}


.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 */
.empty_block > p {
	font-size: 14px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	color: #666;
}

.product-thumb {
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0 0 10px #ccc;
}
.product-thumb > a > .out-of-stock {
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(227, 227, 227, 0.30);
    z-index: 9999;
}
.product-thumb .stock_status {
	color: red;
	font-size: 14px;
	font-family: 'manrope-semibold', sans-serif;
}

.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 155px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
	display: block;
	width: 100%;
	color: #FF4438;
	font-size: 14px;
}
.product-thumb .price-old {
	color: #047857;
	text-decoration: line-through;
	font-size: 12px;
}
.special_new_price {
	font-size: 28px;
	margin-top: 10px;
}
.price_list .special_new_price > h2 {
	color: #FF4438;
	font-family: 'manrope-semibold', sans-serif;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #00C08B;
	color: #eee;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #11cd99;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.thumbnail_col {
	padding-right: 0px !important;
	position: relative;
}
.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;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

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

/* Home page block */

/* Menu */
.menu_abs_block {
	position: relative;
}
.head_menu {
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	position: absolute;
    top: -58px;
    z-index: 999;
    width: 74%;
	right: 0;
}
.head_menu.category_menu {
	top: -96px;
}
.head_menu > ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
}
.head_menu > ul > li {
	margin: 0px 12.5px;
	font-size: 14px;
}
.head_menu > ul > li > a {
	color: #000;
}
.head_menu > ul > li > a:hover {
	color: #00C08B;
	text-decoration: none;
}
.head_menu > ul > li:first-child {
	margin-left: 0;
}
.head_menu > ul > li:last-child {
	margin-right: 0;
}

.callback_btn {
	position: absolute;
    right: 0;
}
.callback_btn > a {
	display: flex;
	align-items: center;
	color: #A7A7A7;
	font-size: 12px;
}
.callback_btn > a > img {
	margin-right: 12px;
}

/* Banner */

.banner_block {
	width: 100%;
	background-image: url("../image/home-bg.jpg");
	padding: 145px 90px;
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.banner_block > h2 {
	color: #fff;
	font-size: 32px;
	margin: 0;
}
.banner_block > p {
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 25px;
}
.banner_block > a {
	max-width: 120px;
	width: 100%;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #00C08B;
	border-radius: 10px;
}

/* Advantages block */

.advantages_block {
	padding: 75px 0px;
}
.adv_col {
	display: flex;
	justify-content: center;
}
.adv_col > .text {
	margin-left: 30px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.adv_col > .text > p {
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	color: #595959;
}
.adv_col > .text > h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}
.adv_col > .image {
	display: flex;
	align-items: start;
}

/* Special proposes block */

.special_title {
	margin-bottom: 40px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	color: #666666;
	font-size: 24px;
}

.owl-controls .owl-buttons .owl-prev {
	top: -62px !important;
	right: 40px !important;
	left: auto !important;
	opacity: 1;
}
.owl-controls .owl-buttons .owl-next {
	top: -62px !important;
	opacity: 1 !important;
}
#relatedproduct .owl-controls .owl-buttons .owl-prev {
	top: -75px !important;
	right: 25px !important;
}
#relatedproduct .owl-controls .owl-buttons .owl-next {
	top: -75px !important;
	right: 0 !important;
}

.owl-wrapper-outer {
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	padding-bottom: 10px;
}
.specialproductcarousel .product-thumb {
	box-shadow: none;
	border: none;
	border-radius: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#specialcarousel .product-thumb .price {
	color: #00C08B;
	font-size: 14px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
#specialcarousel .product-thumb .price-new {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #FF4438;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
#specialcarousel .product-thumb .price-old {
	margin-left: 0;
	font-size: 10px;
	color: #00C08B;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
#specialcarousel .product-thumb .price-tax {
	display: none;
}
#specialcarousel .product-thumb h4 {
	font-size: 13px;
	font-weight: 400;
	color: #666666;
	min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0px 70px;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
}
#specialcarousel .product-thumb h4 > a {
	color: #666666;
	line-height: 22px;
}
#specialcarousel .product-thumb .quantity_div {
	width: 66px;
}
#specialcarousel .product-thumb .quantity_div > .plus, #specialcarousel .product-thumb .quantity_div > .minus {
	width: 17.5px;
}
#specialcarousel .product-thumb .button-group {
	border: none;
	background: none;
	float: left;
}
#specialcarousel .product-thumb .button-group button {
	background-color: transparent;
	justify-content: center;
}
.specialproductcarousel .button-group {
	justify-content: center !important;
}

.special_container {
	position: relative;
}
.view_btn {
	position: absolute;
	top: 24px;
	right: 75px;
}
.view_btn_latest, .view_btn_bestseller {
	position: absolute;
	top: 49px;
	right: 105px;
}
.view_btn > a, .view_btn_latest > a, .view_btn_bestseller > a {
	color: #A7A7A7;
	font-size: 14px;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
}

/* Others carousel */

.bg_carousel_block {
	background-color: #D9D9D9;
	width: 100%;
}
.carousel_blocks {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px;
	margin-top: 60px;
}
.carousel_blocks .item {
	padding: 0px 10px;
}
.carousel_blocks .product-thumb {
	border: 1px solid #E3E3E3;
	border-radius: 10px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	transition: all 0.3s;
}
.carousel_blocks .product-thumb:hover {
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.25);
}
.carousel_blocks .product-thumb > .caption {
	min-height: 130px;
}
.carousel_blocks .product-thumb > .caption > h4 {
	font-size: 14px;
	text-align: left;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
}
.carousel_blocks .product-thumb > .caption > h4 > a {
	color: #666666;
}
.carousel_blocks .product-thumb > .caption > .price {
	color: #00C08B;
	font-size: 14px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	text-align: left;
}
.bg_carousel1 {
	margin-bottom: 60px;
}
.carousel_blocks > h3 {
	margin-top: 0;
	margin-bottom: 40px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	color: #666666;
}
.carousel_blocks .quantity_div {
	margin-bottom: 0 !important;
}

#prodcarouselnews0 .product-thumb .button-group, #prodcarouselnews1 .product-thumb .button-group {
	display: flex;
	justify-content: center;
	background: none;
	border: none;
}
#prodcarouselnews0 .product-thumb .button-group button, #prodcarouselnews1 .product-thumb .button-group button {
	width: auto;
	display: flex;
	justify-content: center;
	color: #fff;
	padding: 0px 15px;
	align-items: center;
	border-radius: 10px;
	font-family: 'manrope-semibold', sans-serif;
	text-transform: capitalize;
	font-size: 14px;
}
#prodcarouselnews0 .product-thumb .button-group button > img, #prodcarouselnews1 .product-thumb .button-group button > img {
	margin-left: 10px;
}

.productcarusellatest .product-thumb > .button-group > button, .productbestseller .product-thumb > .button-group > button {
	padding: 10px 15px;
	font-size: 14px;
}
.productcarusellatest .product-thumb > .caption > .price > .price-old {
	width: 100%;
	display: block;
}
.productcarusellatest .product-thumb > .quantity_div, .productbestseller .product-thumb > .quantity_div {
	width: 90px;
	height: 43px;
}
.productcarusellatest .product-thumb > .quantity_div > .quantity_input, .productbestseller .product-thumb > .quantity_div > .quantity_input {
	padding-top: 12px;
}
.productcarusellatest .product-thumb > .quantity_div > .plus, .productcarusellatest .product-thumb > .quantity_div > .minus, .productbestseller .product-thumb > .quantity_div > .plus, .productbestseller .product-thumb > .quantity_div > .minus {
	padding: 10px 5px 3px;
	min-height: 42px;
	width: 30px;
}
.productcarusellatest .product-thumb > .quantity_div > .plus, .productbestseller .product-thumb > .quantity_div > .plus {
	margin-right: -1px;
}

/* Categories blocks */

.categories_block {
	padding: 35px 0px 75px 0px;
}
.cat_col {
	width: 100%;
	min-height: 138px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 32px 15px;
}
.cat_col.first_col:first-child {
	background-image: url("../image/block1.jpg");
}
.cat_col.second_col:last-child {
	background-image: url("../image/block2.jpg");
}
.cat_col > h2 {
	margin: 0;
	font-size: 24px;
	color: #141414;
	margin-bottom: 15px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.cat_col > a {
	color: #00C08B;
	font-size: 16px;
	font-weight: 400;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
	transition: all 0.3s;
	text-decoration: none;
}
.cat_col > a:hover {
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}

/* Brands block */

.brands_block {
	padding: 40px 0px;
}
.brands_block h2 {
	font-size: 24px;
	color: #666666;
	margin-top: 0;
	margin-bottom: 40px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.brands_block ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin-bottom: 40px;
}
.brands_block ul:last-child {
	margin-bottom: 0;
}
.brands_block ul > li {
	display: flex;
	align-items: center;
	min-height: 70px;
}
.brands_block ul > li > img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* Category page */

.category_list {
	margin-top: 16px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	border: 1px solid #E3E3E3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: none;
	padding-bottom: 30px;
}

.title_categories {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 12px;
	border-bottom: 1px solid #E3E3E3;
	text-decoration: none;
	color: #141414;
}
.title_categories:focus {
	text-decoration: none;
}
.title_categories > h3 {
	font-size: 12px;
	margin: 0;
}
.categories_items {
	display: none;
}

.list-group-item {
	border: none !important;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #00C08B !important;
}

.filter_action_btn {
	display: none;
    align-items: center;
    margin-right: 20px;
}
.filter_action_btn > svg {
	width: 25px;
	margin-right: 5px;
}
.filter_action_btn > svg > path {
	fill: #00C08B;
}

/* Filter styles */
.close_mobile_filter {
	display: none;
}

.mfilter-box {
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	margin-top: 15px;
}
.box-content.mfilter-content {
	border-radius: 10px;
}

.mfilter-heading-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px !important;
}
.mfilter-categories > .mfilter-heading .mfilter-head-icon {
	background: url("../image/arrow-down-cat.svg") !important;
	width: 11px !important;
	height: 7px !important;
	margin-top: 0 !important;
}
.mfilter-categories > .mfilter-heading .mfilter-heading-text > span {
	color: #141414;
	font-size: 12px;
}
.mfilter-categories .mfilter-iscroll .mfilter-options {
	padding: 10px 15px 0px 15px;
}
.mfilter-categories .mfilter-category-tree ul li, .mfilter-categories .mfilter-tb-as-td {
	border-top: none !important;
}
.mfilter-categories .mfilter-category-tree ul li a {
	color: #666666;
}
.mfilter-categories .mfilter-category-tree ul li a:hover {
	color: #00C08B;
}
.mfilter-categories .mfilter-opts-container {
	padding: 0 !important;
	border-top: 1px solid #e3e3e3 !important;
	margin-bottom: 10px;
}

.mfilter-search .mfilter-heading-content {
	border-top: 1px solid #e3e3e3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.mfilter-box-1 .mfilter-heading {
	background: transparent !important;
}
.mfilter-search > .mfilter-heading .mfilter-head-icon {
	background: url("../image/arrow-down-cat-green.svg") !important;
	width: 11px !important;
	height: 7px !important;
	margin-top: 0 !important;
}
.mfilter-search > .mfilter-heading .mfilter-heading-text > span {
	color: #00C08B;
	font-size: 12px;
}
.mfilter-search .mfilter-opts-container {
	padding: 0 !important;
	margin-bottom: 10px;
	border-top: 1px solid #e3d3d3;
}
.mfilter-search .mfilter-iscroll .mfilter-options {
	padding: 0 !important;
}
.mfilter-search input[type="text"] {
	border: none;
	border-bottom: 1px solid #e3e3e3;
	border-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: none;
	padding: 10px 15px !important;
	min-height: 41px;
}

.mfilter-price .mfilter-heading-content {
	border-top: 1px solid #e3e3e3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-color: #e3e3e3;
}
.mfilter-price > .mfilter-heading .mfilter-heading-text > span {
	color: #FF4438;
	font-size: 12px;
}
.mfilter-price > .mfilter-heading .mfilter-head-icon {
	background: url("../image/arrow-down-cat-red.svg") !important;
	width: 11px !important;
	height: 7px !important;
	margin-top: 0 !important;
}
.mfilter-price .mfilter-opts-container {
	border-top: 1px solid #e3e3e3;
	margin-bottom: 10px;
	padding: 0 !important;
}
.mfilter-slider-slider .ui-slider-range, #mfilter-price-slider .ui-slider-range {
	background: #A7A7A7 !important;
}
.mfilter-price-inputs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mfilter-price-inputs .price-inputs-right, .mfilter-price-inputs .price-inputs-left {
	display: flex;
	align-items: center;
}
#mfilter-opts-price-min, #mfilter-opts-price-max {
	min-width: 65px !important;
	max-width: 65px !important;
	width: 100% !important;
}
.mfilter-price-inputs .price-inputs-left > input[type="text"] {
	border: none;
	box-shadow: none;
	color: #A7A7A7;
	padding: 6px 0px;
}
.mfilter-price-inputs .price-inputs-right > input[type="text"] {
	border: none;
	box-shadow: none;
	color: #00C08B;
	padding: 6px 0px;
}
.mfilter-price-inputs .price-inputs-left {
	color: #A7A7A7;
}
.mfilter-price-inputs .price-inputs-right {
	color: #00C08B;
}
.mfilter-price-inputs .price-inputs-right > input {
	text-align: right;
}
.mfilter-price .mfilter-iscroll .mfilter-options {
	padding: 0px 15px;
	border-bottom: 1px solid #e3e3e3;
    border-bottom-left-radius: 10px;
    padding-bottom: 11px;
    border-bottom-right-radius: 10px;
}
.mfilter-price .mfilter-price-slider {
	margin-right: 0px !important;
	padding: 5px 5px 5px 8px !important;
}

.mfilter-manufacturers .mfilter-heading-content {
	border-top: 1px solid #e3e3e3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-color: #e3e3e3;
}
.mfilter-manufacturers > .mfilter-heading .mfilter-head-icon {
	background: url("../image/arrow-down-cat-green.svg") !important;
	width: 11px !important;
	height: 7px !important;
	margin-top: 0 !important;
}
.mfilter-manufacturers > .mfilter-heading .mfilter-heading-text > span {
	color: #00C08B;
	font-size: 12px;
}
.mfilter-manufacturers .mfilter-tb-as-td {
	border-top: none !important;
	padding: 0 !important;
	margin-right: 10px;
}
.mfilter-manufacturers .mfilter-option > label {
	margin-bottom: 0px !important;
}
.mfilter-manufacturers .mfilter-tb-as-tr {
	display: flex;
	align-items: center;
	margin: 5px 0px;
}
.mfilter-manufacturers .mfilter-col-count {
	width: 15px;
	margin-bottom: -2px;
}
.mfilter-manufacturers .mfilter-options {
	padding: 0px 15px !important;
}
.mfilter-manufacturers .mfilter-opts-container {
	padding: 0 !important;
	margin-bottom: 10px;
	border-top: 1px solid #e3e3e3 !important;
}

.mfilter-attributes .mfilter-heading-content {
	border-top: 1px solid #e3e3e3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-color: #e3e3e3;
}
.mfilter-attributes > .mfilter-heading .mfilter-head-icon {
	background: url("../image/arrow-down-cat-green.svg") !important;
	width: 11px !important;
	height: 7px !important;
	margin-top: 0 !important;
}
.mfilter-attributes .mfilter-opts-container {
	padding: 5px 0px 15px 0px !important;
	border-top: 1px solid #e3e3e3 !important;
}
.mfilter-attributes .mfilter-tb-as-td {
	border-top: none !important;
	padding: 0 !important;
	margin-right: 10px;
}
.mfilter-attributes > .mfilter-heading .mfilter-heading-text > span {
	color: #00C08B;
	font-size: 12px;
}
.mfilter-attributes .mfilter-options {
	padding: 0px 15px !important;
}
.mfilter-attributes .mfilter-tb-as-tr {
	display: flex;
	align-items: center;
	margin: 5px 0px;
}
.mfilter-attributes .mfilter-option > label {
	margin-bottom: 0px !important;
}
.mfilter-attributes .mfilter-col-count {
	width: 15px;
	margin-bottom: -2px;
}
.mfilter-button-more {
	border-top: none !important;
	padding: 5px 7px !important;
}

.mfilter-opts-container input[type=checkbox] {
	-webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    left: 13px;
    top: 4px;
}

.mfilter-opts-container input[type=checkbox]:focus {
	outline: none;
}
.mfilter-opts-container input[type=checkbox]::before {
	content: "";
	display: block;
	border: 1px solid #666;
	background-color: #fff;
	width: 19px;
	height: 17px;
	outline: none;
}
.mfilter-opts-container input[type=checkbox]:checked::before {
	content: url("../image/filter_check.png");
	border: none;
}
label.mfilter-tb-as-td:focus, label.mfilter-tb-as-td:active {
	color: #00C08B;
}
.mfilter-input-active label.mfilter-tb-as-td {
	color: #00C08B;
}

/* End filter styles */

.fa-home:before {
	content: "Головна" !important;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	color: #00C08B;
	font-size: 14px;
}

.breadcrumb > li > a {
	color: #00C08B;
	font-size: 14px;
	text-shadow: none;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}

.categories_page_title {
	float: left;
	font-size: 17px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	color: #00C08B;
	margin: 0;
	margin-bottom: 25px;
	min-height: 44px;
    display: flex;
    align-items: center;
}
.search_page_title {
	float: left;
	width: 100%;
	font-size: 17px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	color: #00C08B;
	margin: 0;
	margin-bottom: 10px;
	min-height: 44px;
    display: flex;
    align-items: center;
}
.block_sort {
	display: flex;
	justify-content: end;
	margin-bottom: 25px;
	color: #666666;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.sort_by_field, .sort_by_qty {
	display: flex;
	align-items: center;
}
/* .sort_by_field {
	margin-right: 65px;
} */
.sort_by_qty > label {
	margin: 0;
}

.my-select {
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.my-select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 165px;
}
.my-select.select_qty.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 120px !important;
}
.my-select > button.btn-default {
	text-shadow: none;
	background: transparent !important;
	color: #666666;
	box-shadow: none;
	border: none;
	outline: none;
	font-size: 12px;
}
.my-select > button.btn-default:focus {
	outline: none !important;
}
.my-select > button.btn-default > span.bs-caret > span.caret {
	background-image: url("../image/arrow-down-cat.svg");
	border: none !important;
	width: 11px;
	height: 7px;
	background-repeat: no-repeat;
}
.my-select.open > button.btn-default > span.bs-caret > span.caret {
	transform: rotate(180deg);
}
.my-select .dropdown-menu {
	border-radius: 0 !important;
	box-shadow: none !important;
}
.my-select .dropdown-menu ul > li {
	font-size: 10px;
}
.my-select .dropdown-menu>li>a {
	padding: 5px 20px;
	color: #666666 !important;
}
.my-select .dropdown-menu>.active>a, .my-select .dropdown-menu>.active>a:focus, .my-select .dropdown-menu>.active>a:hover {
	background-color: transparent;
	color: #00C08B !important;
}
.my-select .dropdown-menu li > a:hover {
	background-color: transparent;
	color: #00C08B !important;
}

.product-layout > .product-thumb {
	border-radius: 10px;
	box-shadow: none;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.product-layout .product-thumb .caption {
	padding: 0 10px;
}
.product-layout .product-thumb .caption > h4 > a {
	color: #666;
	font-size: 12px;
}
.product-layout .product-thumb .price {
	color: #00C08B;
	font-size: 12px;
}

.product-layout .product-thumb .button-group {
	background: none;
	border: none;
	float: right;
}
.product-layout .product-thumb .button-group button {
	width: auto;
	display: flex;
	align-items: center;
	line-height: normal;
	color: #fff;
	text-transform: capitalize;
	border-radius: 10px;
	font-family: 'manrope-semibold', sans-serif;
	min-height: 29px;
	margin-right: 10px;
}
.product-layout .product-thumb .button-group button.out_of_stock_btn {
	background-color: #b9b9b9 !important;
}
.product-layout .product-thumb .button-group button > img {
	margin-left: 5px;
}

.empty_block {
	float: left;
	width: 100%;
}

/* Last view module */

.last_view_title {
	float: left;
	width: 100%;
}

/* Pagination */

.bottom_results_block {
	margin-top: 40px;
	margin-bottom: 20px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.bottom_results_block .text-right {
	margin-top: 10px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #00C08B !important;
	border-color: #00C08B !important;
	background-color: #fff !important;
}
.pagination>li>a, .pagination>li>span {
	color: #A7A7A7 !important;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	padding: 3px 14px !important;
}

a.load_more {
	float: right;
	margin: 0 !important;
	margin-bottom: -64px !important;
	margin-top: 40px !important;
	margin-right: 15px !important;
	background-color: #fff;
	border: 1px solid #00C08B !important;
	color: #00C08B;
	border-radius: 10px !important;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	text-transform: initial !important;
}

/* Product page */

.block_product {
	background-color: #D9D9D9;
	padding: 30px 0px 0px 0px;
}

.out_of_stock_product {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(227, 227, 227, 0.40);
	z-index: 999;
	top: 0;
	left: 0;
}

.thumbnail {
	border: none !important;
	border-radius: 0px !important;
}

.col_bg {
	background-color: #fff;
}
.col_bg.col_tabs {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px;
	width: 100%;
	min-height: 185px;
}
.col_bg.col_description {
	padding: 20px 30px 30px 30px;
}

.col_bg.col_description > .breadcrumb {
	margin: 0;
	margin-left: -20px;
	padding: 0;
}

.col_bg.col_description > .breadcrumb > li > a {
	font-size: 11px;
	font-family: 'manrope-semibold', sans-serif;
}

.col_bg.col_description > .breadcrumb > li > a > .fa-home:before {
	font-size: 11px;
	font-family: 'manrope-semibold', sans-serif;
}

.product_title > h1 {
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	color: #141414;
	font-size: 24px;
	margin: 0;
	margin-bottom: 10px;
}

.list_product_info {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.list_product_info > li {
	font-family: 'manrope-regular', sans-serif;
	color: #666666;
	font-size: 12px;
	margin-right: 10px;
}
.list_product_info > li:last-child {
	margin-right: 0px;
}
.list_product_info > li > span {
	color: #00C08B;
}

.price_list {
	margin: 20px 0px 50px 0px;
	padding: 0;
	list-style: none;
}
.price_list > li.normal_price {
	color: #047857;
	font-size: 16px;
	font-family: 'manrope-regular', sans-serif;
	margin-top: 20px;
}
.price_list > li.qty_discount {
	margin-top: 25px;
	font-size: 14px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	color: #666;
}
.price_list > li > h2 {
	margin: 0;
	font-family: 'manrope-regular', sans-serif;
	color: #00C08B;
	font-size: 28px;
}

.block_product .out_of_stock {
	color: #FF4438;
	font-family: 'manrope-medium', sans-serif;
	font-size: 28px;
	margin-bottom: 40px;
}

.form-group-product {
	display: flex;
}
.form-group-product > button {
	width: auto;
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 0px 15px;
	max-height: 40px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	background-image: none;
	font-family: 'manrope-regular', sans-serif;
	font-size: 14px;
}
.form-group-product > button:hover {
	background-color: #058964;
	background-image: none;
}
.form-group-product > button > img {
	margin-left: 7px;
}
.form-group-product .quantity_div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin-right: 15px;
	margin-left: 0px;
}
.form-group-product .quantity_div > .quantity_input {
	margin: 0 !important;
	margin-top: -3px !important;
}
.form-group-product .plus, .form-group-product .minus {
	height: 40px !important;
	width: 21px;
	padding-top: 11px;
}

.nav-tabs>li>a {
	border-radius: 0;
	color: #666666;
	font-size: 16px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
	border-bottom: 2px solid #00C08B;
	border-bottom-color: #00C08B;
}
.nav-tabs {
	border-bottom: 1px solid #C1C1C1;
}
.tab-content>.tab-pane, .tab-content>.tab-pane>h1, .tab-content>.tab-pane>p, .tab-content>.tab-pane>h2, .tab-content>.tab-pane>h3, .tab-content>.tab-pane>h4, .tab-content>.tab-pane>h5, .tab-content>.tab-pane>h6 {
	color: #141414;
	font-family: 'manrope-regular', sans-serif !important;
	font-size: 16px !important;
}

.related_product {
	background-color: #fff;
	margin: 0px 15px 50px 15px;
	padding: 30px;
}
.related_product h3 {
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #C1C1C1;
	color: #666666;
	font-size: 16px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	margin-bottom: 40px;
}
.related_product .product-thumb {
	border: none;
	box-shadow: none;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.related_product .product-thumb .caption {
	min-height: 120px;
	width: 100%;
}
.related_product .product-thumb .caption > h4 {
	text-align: center;
	min-height: 100px;
}
.related_product .product-thumb .caption > h4 > a {
	color: #666666;
	font-size: 14px;
	line-height: 21px;
}
.related_product .product-thumb .caption > p.description {
	display: none;
}
.related_product .product-thumb .caption > p.price {
	text-align: center;
	font-size: 14px;
	color: #00C08B;
}
.related_product .product-thumb .button-group {
	background: none;
	border: none;
}
.related_product .product-thumb .button-group button {
	width: auto;
	display: flex;
	align-items: center;
	line-height: normal;
	color: #fff;
	background-color: transparent;
	text-transform: capitalize;
	border-radius: 10px;
	font-family: 'manrope-semibold', sans-serif;
}
.related_product .product-thumb .button-group button > img {
	margin-left: 5px;
}
.related_product .quantity_div > .minus, .related_product .quantity_div > .plus {
	padding: 5px 5px 3px !important;
}

/* Search page */

.search_page_block {
	display: flex;
	width: 100%;
	align-items: center;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.search_page_block .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-left: 0 !important;
}

/* Other small styles */

.tags {
	display: none;
}

#flycart-widget {
	background-position: center !important;
	background-color: #F6F6F6 !important;
	top: 175px !important;
}

#arrow_top {
	display: none !important;
}

.ocstore-badge-item {
	display: none !important;
}

/* Popup cart */

.kw-flycart .mfp-container {
	padding: 0 !important;
}
#flycart-dialog {
	position: absolute !important;
	left: auto !important;
	right: 0 !important;
	min-width: 490px !important;
	max-width: 490px !important;
	min-height: 100% !important;
	border-radius: 0 !important;
}
#flycart-dialog table {
	border-collapse: collapse !important;
}
.flycart-container, .flycart-options-footer {
	flex: inherit !important;
}
.flycart-products {
	margin-bottom: 40px !important;
}
.flycart-product-left, .flycart-product-remove {
	padding: 23px 10px 10px 0 !important;
}
.flycart-container {
	padding: 20px 25px 0px 25px !important;
}
.flycart-options-footer {
	background-color: transparent !important;
	border-top: none !important;
	box-shadow: none !important;
}
.flycart-footer-info, .flycart-header-info, .flycart-options-header {
	display: none;
}
.buttons-container {
	padding: 0px 10px;
	display: flex;
	flex-wrap: wrap;
}
.flycart-options-footer.button-count-2 .button-container {
	width: 100% !important;
}
.button-container .close-button, .button-container .checkout-button {
	background-color: #00C08B !important;
	font-family: 'manrope-semibold', sans-serif !important;
	border-radius: 10px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font: inherit !important;
	font-size: 14px !important;
}

.button-container .close-button:hover, .button-container .checkout-button:hover {
	background-color: #00C08B !important;
	font-family: 'manrope-semibold' !important;
}

.flycart-product {
	border-top: 2px solid #D9D9D9 !important;
	border-bottom: 2px solid #D9D9D9 !important;
}
.flycart-product-image {
	display: flex !important;
	align-items: center !important;
	min-height: 160px !important;
	padding: 0px 25px;
}
.flycart-product-name {
	margin-left: 0 !important;
}
.flycart-product-name a {
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif !important;
	font-size: 14px !important;
}
.flycart-product-name a:not(.flycart-button) {
	background: none !important;
}
.flycart-product-quantity > span {
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	margin-right: 10px;
	color: #A7A7A7;
	font-size: 12px;
}
.flycart-product-quantity > .field.number {
	height: 40px !important;
}
.flycart-product-quantity > .field.number > input {
	height: 40px !important;
	border: none !important;
	padding: 0 !important;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif !important;
	color: #00C08B !important;
}
.flycart-product-quantity > .field.number > .number_actions {
	top: 6px;
	right: 18px;
	border-left: none !important;
}
.flycart-product-quantity > .field.number > .number_actions span.number_plus {
	border-bottom: none;
}
.flycart-product-total {
	width: 50% !important;
}


.flycart-totals {
	margin: 0px 0px 40px 0px !important;
	float: left;
	width: 100%;
}
.flycart-total > .flycart-total-label, .flycart-total > .flycart-total-result {
	font: inherit !important;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif !important;
	font-size: 20px !important;
}
.flycart-totals .flycart-total:last-child .flycart-total-label {
	font-size: 20px !important;
	font-weight: normal !important;
}
.flycart-total-result {
	color: #00C08B !important;
}

.flycart-options-footer {
	min-height: 115px;
}

.flycart-totals > .flycart-total:first-child > .flycart-total-result {
	font-size: 18px !important;
}
.flycart-totals > .flycart-total:last-child > .flycart-total-result {
	font-size: 22px !important;
}

/* Special pages - head menu */

.special_page_title {
	float: left;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.special_page_title > h2 {
	margin: 0px 0px 20px 0px;
}
.special_pages_sort {
	float: right;
	display: flex;
	justify-content: flex-end;
}

.product-thumb.special_thumb > .quantity_div {
	width: 90px;
	height: 43px;
}
.product-thumb.special_thumb > .quantity_div > .minus, .product-thumb.special_thumb > .quantity_div > .plus {
	width: 29.5px;
	height: 42px;
	padding: 10px 5px 3px;
}
.product-thumb.special_thumb > .quantity_div > .quantity_input {
	height: 38px !important;
}

.button-group > button.special {
	padding: 10px 25px;
	font-size: 14px;
}

/* Register page */

.account-simpleregister {
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
.account-simpleregister #column-right {
	display: none;
}
.account-simpleregister input.form-control {
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	box-shadow: none;
}
.account-simpleregister input[type="radio"]:checked + label {
	color: #00C08B;
}
.account-simpleregister input[type="radio"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	appearance: none;
	/* For iOS < 15 to remove gradient background */
	background-color: #fff;
	left: 13px;
	top: 4px;
}
.account-simpleregister input[type="radio"]:focus {
	outline: none;
}
.account-simpleregister input[type="radio"]::before {
	content: "";
	display: block;
	border: 1px solid #666;
	background-color: #fff;
	width: 23px;
	height: 21px;
	outline: none;
}
.account-simpleregister input[type="radio"]:checked::before {
	content: url("../image/register_check.png");
	border: none;
}
.account-simpleregister .radio > label > input[type="radio"]:checked::before ~ label{
	color: #00C08B;
}
.account-simpleregister .row-register_newsletter .col-sm-10 > div {
	display: flex;
	align-items: center;
}
.account-simpleregister .row-register_newsletter .col-sm-10 > div > .radio {
	width: 70px;
}

/* Order page */

.checkout-simplecheckout > .container > .row > .col-sm-12 > h1 {
	font-size: 20px;
	color: #666666;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
	margin-bottom: 30px;
}

.simplecheckout input[type="radio"]:checked + label, .simplecheckout input[type="checkbox"]:checked + label {
	color: #00C08B;
}
.simplecheckout .payment_inputs:checked + label {
	color: #00C08B;
}
.simplecheckout input[type=radio], .simplecheckout input[type=checkbox] {
	-webkit-appearance: none;
	appearance: none;
	/* For iOS < 15 to remove gradient background */
	background-color: #fff;
	left: 13px;
	top: -4px;
}
.simplecheckout input[type=radio]::before, .simplecheckout input[type=checkbox]::before {
	content: "";
	display: block;
	border: 1px solid #666;
	background-color: #fff;
	width: 23px;
	height: 21px;
	outline: none;
}
#simplecheckout_shipping_address input[type=radio], #simplecheckout_customer input[type=radio] {
	left: 21px;
}
.simplecheckout input[type=radio]:checked::before, .simplecheckout input[type=checkbox]:checked::before {
	content: url("../image/order_check.png");
	border: none;
}
.simplecheckout input[type=radio]:focus, .simplecheckout input[type=checkbox]:focus {
	outline: none !important;
}
#simplecheckout_customer input[type=radio], #simplecheckout_shipping_address input[type=radio], #simplecheckout_shipping_address input[type=checkbox] {
	top: 2px !important;
}
.simplecheckout .timeslots input[type=radio]::before {
	content: url("../image/time_unchecked.svg");
	display: block;
	border: none;
	background-color: #fff;
	width: 16px;
	height: 15px;
	outline: none;
}
.simplecheckout .timeslots input[type=radio]:checked::before {
	content: url("../image/time_checked.svg");
}
#simplecheckout_payment_address input[type=checkbox] {
	transform: scale(1);
	background-color: transparent;
}
#simplecheckout_payment_address input[type=checkbox]::before {
	display: block;
	width: 23px;
	height: 21px;
}

.row-shipping_address_another_customer input[type=checkbox] {
	transform: scale(1);
	background-color: transparent;
}
.row-shipping_address_another_customer input[type=checkbox]::before {
	display: block;
	width: 23px;
	height: 21px;
}
.row-shipping_address_another_customer .checkbox > label {
    padding-left: 31px;
    padding-top: 3px;
}
#simplecheckout_payment_address .checkbox > label {
	padding-left: 31px;
	padding-top: 3px;
}
.simplecheckout .row-payment_address_field26 > label, .simplecheckout .row-payment_address_delivery_agr > label {
	display: none !important;
}
.simplecheckout .row-shipping_address_another_customer > label {
	display: none !important;
}
.simplecheckout .row-payment_address_missed_product > label {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
#simplecheckout_shipping_address .radio_btn > label, #simplecheckout_customer .radio_btn > label {
	margin-left: 10px;
}
.simplecheckout .row-payment_address_missed_product select {
	appearance: none;
	-moz-appearance: none;
	border-color: #D9D9D9;
	border-radius: 10px;
	position: absolute;
	z-index: 1;
	background-color: transparent;
}
.form-group.row-payment_address_missed_product > .col-sm-8 {
	position: relative;
	max-width: 257px;
}
.form-group.row-payment_address_missed_product > .col-sm-8::after {
	content: url("../image/calendar_arrow_down.svg");
	position: absolute;
	top: 0;
	right: -3px;
	z-index: 0;
	background-color: #00C08B;
	width: 42px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.simplecheckout .row-payment_address_missed_product select:focus {
	box-shadow: none;
	border-color: #D9D9D9;
}
.form-group.row-shipping_address_field24 > .col-sm-8 > div {
	display: flex;
}
.form-group.row-shipping_address_field24 > .col-sm-8 > div > .radio_btn {
	margin-right: 10px;
}


#simplecheckout_cart {
	font-family: 'manrope-semibold', sans-serif !important;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	padding: 15px;
}
#simplecheckout_cart .simplecheckout-cart-total {
	border: none;
}
#simplecheckout_cart table.simplecheckout-cart {
	border: none;
}
#simplecheckout_cart .simplecheckout-warning-block {
	border: none;
	display: none !important;
}
#simplecheckout_cart .simplecheckout-cart th {
	background-color: transparent;
	border-bottom: 1px solid #EAEAEA;
	color: #000;
}
#simplecheckout_cart .simplecheckout-cart th.quantity > span {
	margin-left: -22px;
}
#simplecheckout_cart .simplecheckout-cart td.quantity .btn-primary {
	background-color: transparent;
	box-shadow: none;
	min-height: 26px;
	max-height: 26px;
	line-height: inherit;
	padding: 0px 12px;
	outline: none;
}
#simplecheckout_cart .simplecheckout-cart td.quantity .btn-primary:hover {
	background-color: transparent;
	background-image: none;
}
#simplecheckout_cart .simplecheckout-cart td.quantity .btn-primary.btn-left {
	border: 2px solid #D0D5DD;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #fff;
}
#simplecheckout_cart .form-control {
	max-height: 26px;
	border: 2px solid #D0D5DD;
	border-left: none;
	box-shadow: none;
	border-right: none;
	color: #000;
	font-size: 10px;
	min-width: 65px !important;
	text-align: center;
}
#simplecheckout_cart .simplecheckout-cart td.quantity .btn-primary.btn-right {
	border: 2px solid #D0D5DD;
	border-left: none;
	border-right: none;
	background-color: #fff;
}
#simplecheckout_cart .simplecheckout-cart td.quantity .btn-danger {
	background-color: #FF4438;
	box-shadow: none;
	min-height: 26px;
	max-height: 26px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-image: none;
	border-color: transparent;
	padding: 0px 8px;
}
#simplecheckout_cart .simplecheckout-cart td {
	vertical-align: middle;
}
#simplecheckout_cart .simplecheckout-cart .price, #simplecheckout_cart .simplecheckout-cart .total {
	text-align: center;
}
#simplecheckout_cart .simplecheckout-cart td {
	border-bottom: 1px solid #EAEAEA;
	color: #000;
	font-size: 10px;
}
#simplecheckout_cart .simplecheckout-cart td.name {
	font-size: 12px;
	font-family: 'TGHaidoGrotesk-Semibold', sans-serif;
}
#simplecheckout_cart .simplecheckout-cart td.price, #simplecheckout_cart .simplecheckout-cart td.total {
	font-size: 10px !important;
}
#simplecheckout_cart #total_sub_total {
	margin-top: 10px;
}
#simplecheckout_cart #total_sub_total .simplecheckout-cart-total-value {
	font-size: 12px;
	color: #141414;
}
#simplecheckout_cart #total_total .simplecheckout-cart-total-value {
	font-size: 12px;
	color: #00C08B;
}
.simplecheckout .simplecheckout-cart-total span.inputs {
	margin: 0 22px 0 0 !important;
}
.simplecheckout .simplecheckout-cart-total span.inputs > input {
	border-left: 2px solid #D0D5DD !important;
	border-right: 2px solid #D0D5DD !important;
}
.simplecheckout .simplecheckout-cart-total > span:first-child {
	font-size: 14px;
}
.simplecheckout .tr-row {
	position: relative;
}
.simplecheckout .product-warning {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: -1;
    background: rgba(214, 84, 84, 0.20);
}
.stock_text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.stock_text > span.stock_status_text {
	color: #000;
	font-size: 12px;
	font-family: 'manrope-semibold', sans-serif !important;
}
.stock_text > span {
	color: #FF4438;
}
p.min_qty_warning {
	color: #FF4438;
	font-family: 'manrope-semibold', sans-serif !important;
	font-size: 10px;
	margin: 0;
	margin-top: 10px;
}

.simplecheckout-left-column, .simplecheckout-right-column {
	font-family: 'Tghaidogrotesk-medium', sans-serif;
}
.simplecheckout-left-column > #simplecheckout_customer {
	min-height: 196px;
}
.simplecheckout-left-column .panel-heading, .simplecheckout-right-column .panel-heading {
	border-color: #A7A7A7 !important;
	background-color: transparent !important;
	padding: 10px 0px !important;
	font-size: 14px;
	color: #666 !important;
}
#simplecheckout_comment {
	font-family: 'Tghaidogrotesk-medium', sans-serif;
}
#simplecheckout_comment .panel-heading {
	border: none !important;
	background-color: transparent !important;
	font-size: 14px !important;
	padding: 10px 13px !important;
}
.simplecheckout-left-column .form-control {
	box-shadow: none;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}
.simplecheckout-left-column .form-control.input-complete {
	background: rgba(0, 192, 139, 0.13);
}
.simplecheckout-left-column input[data-valid="true"], .simplecheckout-right-column #input-deliverydate[data-valid="true"] {
	background: rgba(0, 192, 139, 0.13);
}
.simplecheckout-right-column #pincodedays .form-control.input-complete {
	background: rgba(0, 192, 139, 0.13);
}

.simplecheckout-left-column .has-error .form-control, .simplecheckout-left-column .has-error .form-control.input-complete {
	border: 1px solid #FF443880;
}
.simplecheckout-left-column .has-error .simplecheckout-rule-group, .simplecheckout-right-column .has-error .simplecheckout-rule-group {
	font-size: 10px;
	color: #FF4438;
	font-family: 'Tghaidogrotesk-medium', sans-serif;
	text-transform: capitalize;
}
#simplecheckout_comment textarea {
	border-radius: 10px !important;
	border: 1px solid #EAEAEA !important;
	box-shadow: none;
	color: #666;
}
#simplecheckout_shipping b {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}
.simplecheckout-right-column #pincodedays {
	margin-top: 10px;
	margin-left: -10px;
}
.simplecheckout-right-column input[name="deliverydate"] {
	background-color: transparent !important;
	font-size: 12px;
	color: #666666;
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	box-shadow: none !important;
	border: 1px solid #D9D9D9 !important;
	height: 33px;
}
.simplecheckout-right-column input[name="deliverydate"]::placeholder {
	color: #666 !important;
}
.simplecheckout-right-column #pincodedays .btn-default {
	background-image: none;
	text-shadow: none;
	background-color: #00C08B;
	border: 1px solid #00C08B;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	max-height: 33px;
	height: 33px;
}

.simplecheckout-button-block {
	padding: 0 !important;
}
.simplecheckout-button-block .button_oc {
	max-width: 334px;
	width: 100%;
	min-height: 40px;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'manrope-semibold', sans-serif !important;
	font-size: 14px;
	text-transform: uppercase;
}
.checkout-simplecheckout .simplecheckout-button-block .button_oc {
	margin: 0px 0px 30px 0px !important;
}
.simplecheckout-button-block .simplecheckout-button-right {
	width: 100%;
	float: none;
	text-align: center;
	display: flex;
	justify-content: flex-end;
}

.checkout-simplecheckout .checkout_error {
	font-size: 15px;
	font-family: 'Tghaidogrotesk-medium', sans-serif;
	color: #000;
}

#simple_login {
	background: #D9D9D9 !important;
	border-radius: 20px !important;
	border: none !important;
	min-height: 265px !important;
	padding: 18px 25px !important;
	font-family: 'Tghaidogrotesk-medium', sans-serif;
}
#simple_login .form-control {
	border-radius: 10px !important;
	background-color: transparent !important;
	border: 1px solid #A7A7A7 !important;
}
#simplecheckout_login .button {
	width: 79px !important;
	min-height: 39px !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.simplecheckout-proceed-payment {
	padding: 60px 0px !important;
	font-size: 20px !important;
	color: #666666 !important;
	font-family: 'Tghaidogrotesk-medium', sans-serif;
	font-weight: normal !important;
}

#simplecheckout_payment_address .form-group .col-sm-8 {
	padding-left: 4px;
	padding-right: 4px;
}

.simplecheckout #simplecheckout_payment {
	position: relative;
}
.simplecheckout #simplecheckout_payment > .simplecheckout-warning-block {
	position: absolute;
	padding-top: 130px;
	bottom: -30px;
	width: 100%;
	color: #FF4438;
	border: 1px solid #FF443880;
	font-family: 'Tghaidogrotesk-medium', sans-serif;
	font-size: 10px;
}

/* Success page */

.success_block > h1 {
	font-size: 20px;
	color: #666666;
	font-family: 'Tghaidogrotesk-medium', sans-serif;
}
.success_block > .centered_success_block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.success_block > .centered_success_block > span {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	margin-top: 30px;
	margin-bottom: -50px;
	font-size: 40px;
	color: #666666;
	font-family: 'Tghaidogrotesk-medium', sans-serif;
	min-height: 184px;
}
.success_block > .centered_success_block > .buttons {
	width: 70%;
	margin-bottom: 78px;
}
.success_block > .centered_success_block > .buttons > div > a {
	width: 150px;
	min-height: 40px;
	border-radius: 10px;
	font-family: 'manrope-semibold', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

/* Account register success */

.account-success .success_block > .centered_success_block > span, .account-logout .success_block > .centered_success_block > span {
	font-size: 16px;
	flex-wrap: wrap;
	padding: 10px;
}
.account-success .success_block > .centered_success_block > span > p, .account-logout .success_block > .centered_success_block > span > p {
	width: 100%;
}
.account-logout .success_block > div > img {
	margin-top: 20px;
}
.account-success .success_block > .centered_success_block > span {
	margin-bottom: 0px;
}
.account-logout .success_block > .centered_success_block > span {
	align-items: start;
	margin-bottom: 0px;
	min-height: auto;
}

@media screen and (max-width: 1024px) {
	.product-layout .product-thumb .button-group {
		float: left;
		margin-left: 10px;
		margin-top: 10px;
	}
	.product-layout.product-grid .product-thumb .button-group {
		float: left;
		margin-left: 10px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	.head_menu {
		display: none;
	}

	#cart > button > span {
		display: none;
	}

	#menu-header-open {
		min-height: auto !important;
	}
}

@media screen and (max-width: 500px) {
	/* Header */
	.header-blocks > .col-sm-5 {
		display: none;
	}


    #top .container {
        padding: 0px 10px;
        margin: 0;
		width: 100%;
    }

	#menu-header-open {
		min-height: auto !important;
	}
	.head_menu {
		display: none;
	}
	.header-blocks #search {
		display: none;
	}

	#flycart-widget {
		top: 220px !important;
	}

	.advantages_block {
		display: none;
		padding: 35px 0px;
	}
	.advantages_block .col-sm-4 {
		margin-bottom: 20px;
	}

	.adv_col {
		justify-content: start;
	}

	.special_title {
		font-size: 17px;
		text-align: center;
		margin-bottom: 80px;
	}
	.carousel_blocks > h3 {
		font-size: 17px;
	}
	.view_btn {
		display: none;
		top: 17px;
		right: 60px;
	}
	.view_btn_latest, .view_btn_bestseller {
		display: none;
		top: 49px;
		right: 92px;
	}

	.categories_block .col-sm-6 {
		margin-bottom: 20px;
	}

	.brands_block ul {
		flex-wrap: wrap;
	}

	footer .col-sm-3 {
		float: left;
		width: 50%;
		min-height: 160px;
	}

	.socials > ul {
		display: flex;
	}
	.socials > ul > li {
		margin: 0px 10px;
	}
	footer .logo {
		float: none;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	/* Success page */
	.success_block > .centered_success_block > span {
		font-size: 26px;
		text-align: center;
		line-height: 40px;
	}

	/* Checkout page */

	.form-group.row-payment_address_missed_product > .col-sm-8 {
		max-width: 270px;
	}
	.simplecheckout .row-payment_address_missed_product select {
		margin-top: 30px;
		font-size: 16px;
	}
	.form-group.row-payment_address_missed_product > .col-sm-8::after {
		top: 30px;
	}

	/* Popup Cart */
	#flycart-dialog {
		min-width: 100% !important;
		max-width: 100% !important;
	}
	.flycart-product-quantity.max {
		display: flex !important;
	}
	.flycart-product-quantity > .field.number > .number_actions {
		top: 10px;
	}
	.flycart-product-resp.min {
		display: none !important;
	}
	.flycart-product-total.max {
		display: flex !important;
		margin: auto;
	}
	.flycart-options-footer.button-count-2 .buttons-container .button-container:nth-child(1), .flycart-options-footer.button-count-3 .buttons-container .button-container:nth-child(1) {
		padding: 0 10px !important;
		margin-bottom: 10px;
	}
	.flycart-options-footer.button-count-2 .buttons-container .button-container:nth-child(2) {
		padding: 0 10px !important;
	}

	footer .logo {
		margin-top: 70px;
	}

	/* Product page */

	.thumbnail_col {
		padding-right: 15px !important;
	}
}

.tp_button.custom {
	min-width: 175px;
    min-height: 38px;
	max-height: 38px !important;
    background-color: #00C08B;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'TGHaidoGrotesk-medium', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
}
.tp_button.custom:hover {
	color: #fff;
	background-color: #058e67;
}

.account-order-info .quantity_input {
	font-size: 10px;
}

.specials_page_bottom {
	margin-bottom: 20px;
	font-family: 'TGHaidoGrotesk-medium', sans-serif;
	font-size: 12px;
	color: #000;
}
.empty_special_page {
	float: left;
	width: 100%;
	margin: 10px 0px;
}

/* AutoSearch */

#autosearch_search_results {
	left: 20px !important;
}

#autosearch_search_results name {
	color: #00C08B !important;
}
#autosearch_search_results stock {
	color: red !important;
}
#autosearch_search_results viewall {
	color: #00C08B !important;
}

.simplecheckout-error-text {
	text-transform: initial;
}

/* Mobile header */

.col-search_mobile,.col-login_mobile {
	display: none;
}

/* Mobile filter */

.mfilter-free-button_close {
	position: absolute;
    display: flex;
    height: 40px;
    text-align: right;
	top: 0;
    right: 0;
    padding: 10px;
    content: url(../image/close_mobile.svg);
    justify-content: end;
}
#mfilter-free-container-0 {
	margin-top: 30px;
}

/* Flycart */

#flycart-dialog .maximum-alert {
	display: none;
}

/* Checkout model tooLowPrice */

#tooLowPrice .modal-body {
	padding: 100px 15px 15px 15px;
}
#tooLowPrice .modal-body > img {
	width: 100%;
}
#tooLowPrice .modal-body > div {
	display: flex;
	justify-content: space-between;
	padding: 0 35px;
    margin-top: -100px;
}
#tooLowPrice .modal-body > div[name="image-map"] > a {
	width: 34%;
    font-size: 16px;
    padding: 15px 0px;
    border-radius: 5px;
    background-color: red;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
#tooLowPrice .modal-body > div[name="image-map"] > a:hover {
	cursor: pointer;
}

#tooLowPrice .modal-dialog {
	width: 70%;
}

@media (max-width: 475px) {
	#tooLowPrice .modal-dialog {
		width: 100%;
		margin: 0;
	}
	#tooLowPrice .modal-body > div {
		margin-top: -50px;
	}
	#tooLowPrice .modal-body > div[name="image-map"] > a {
		font-size: 11px;
		padding: 5px 0px;
	}

	input[type="text"], input[type="number"], input[type="email"], input[type="tel"], textarea {
		font-size: 16px !important;
	}

	#top {
		display: none;
	}
	header {
		padding: 20px 0px 0px 60px;
		top: 0;
		position: sticky;
		z-index: 9997;
		background-color: #fff;
		box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
	}
	.header-blocks {
		justify-content: space-between;
	}
	.header-blocks > .col-sm-3 {
		max-width: 50%;
	}
	.header-blocks > .col-sm-4 {
		padding: 0;
	}
	.col-search_mobile, .col-login_mobile {
		display: flex;
	}
	.col-login_mobile {
		margin-right: 15px;
	}
	#cart > button {
		position: relative;
		padding-right: 0;
	}
	#cart > button > img {
		width: 30px;
		height: auto;
	}
	#cart-total {
		position: absolute;
		top: -19px;
		left: -14px;
		z-index: -1;
	}
	#cart-total > span {
		margin-right: 0;
	}
	#flycart-widget {
		display: none !important;
	}
	.flycart-product-name {
		min-height: 180px;
	}

	.menu-header-box.container > .row > .col-sm-12.col-md-3.menu-box {
		position: inherit;
	}
	#menu-vertical {
		width: auto;
		box-shadow: none !important;
		position: fixed;
		top: 30px;
		left: 15px;
		z-index: 9998 !important;
	}
	.menu-header-box.container > .row > .col-sm-12.col-md-3.menu-box > #menu-vertical .btn {
		width: auto;
		padding: 10px 12px;
		border-radius: 0px;
		border-top-left-radius: 15px;
    	border-bottom-left-radius: 15px;
	}
	.menu-header-box.container > .row > .col-sm-12.col-md-3.menu-box > nav > button > span {
		display: none;
	}
	#menu-vertical .btn > .fa {
		font-size: 30px !important;
	}

	#menu-mobile-ns.navmenu-fixed-left {
		z-index: 999999 !important;
	}
	.mobile_header {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.mobile_header .btn-close-menu {
		min-height: 42px;
		display: flex;
		background: #00C08B;
		align-items: center;
		color: #000;
		padding: 0 15px 0 0;
		font-size: 25px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		max-width: 54px;
	}
	.mobile_header .btn-close-menu img {
		width: 30px;
	}
	.mobile_header #search {
		justify-content: start;
	}
	.mobile_header .form-control-search {
		max-width: inherit;
	}
	.mobile_header #search .btn-search {
		border-radius: 0;
		min-height: 42px;
	}
	.mobile_header #search .btn-search > img, .mobile_search_panel #search .btn-search > img {
		width: 30px;
	}
	.mobile_header #search .search_bg {
		display: none;
	}
	.mobile_header #search > input {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 0;
        border-bottom-right-radius: 0;
		min-height: 42px;
	}

	.mob-menu > nav > ul.nav > li {
		border-bottom: none !important;
	}
	.mob-menu > nav > ul.nav > li > a > span {
		border-left: none !important;
	}

	.mobile_search_panel {
		display: flex;
		position: absolute;
		align-items: center;
		top: 0px;
		left: 0;
		right: 0;
		background-color: #fff;
		padding: 32px 20px 12px 20px;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
		min-height: 79px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		transition: all .3s ease;
	}
	.mobile_search_panel .my_search {
		margin-top: -7px;
	}
	.mobile_search_panel .form-control-search {
		min-height: 42px !important;
		-webkit-border-radius: 0px;
  		-moz-border-radius: 0px;
  		-khtml-border-radius: 0px;
	}
	.mobile_search_panel #search > span.search_bg {
		height: 42px;
	}
	.mobile_search_panel .btn-search {
		border-radius: 0;
		min-height: 42px;
	}
	.search_panel_close_button {
		min-height: 42px;
        display: flex;
        background: #00C08B;
        align-items: center;
        color: #000;
        padding: 0 15px 0px 0px;
        font-size: 25px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
		margin-top: -7px;
		border: none;
	}
	.search_panel_close_button > img {
		width: 30px;
	}

	#rev_slider_1_1, #rev_slider_1_1_wrapper {
		max-height: 300px !important;
		height: 300px !important;
	}

	#rev_slider_1_1 .text_stroke1 {
		top: 80px !important;
	}
	#rev_slider_1_1 .text_stroke1, #rev_slider_1_1 .text_stroke2 {
		font-size: 15px !important;
	}
	#rev_slider_1_1 .text_stroke3 {
		top: 133px !important;
		font-size: 12px !important;
	}
	#rev_slider_1_1 .text_btn1 {
		top: 175px !important;
	}
	#rev_slider_1_1 .text_btn1 > a {
		font-size: 12px !important;
		padding: 10px !important;
	}

	/* Home page */

	.advantages_block > .container > .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.adv_col {
		flex-wrap: wrap;
	}
	.adv_col > .image {
		width: 100%;
		justify-content: center;
		min-height: 30px;
		align-items: center;
	}
	.adv_col > .image > img {
		width: 30px;
	}
	.adv_col > .text {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.adv_col > .text > h3 {
		font-size: 11px;
		margin-top: 7px;
	}
	.adv_col > .text > p {
		display: none;
	}

	.common-home .product-thumb .caption {
		width: 100%;
	}
	.common-home #specialcarousel .product-thumb .button-group {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-left: 0;
	}
	.common-home .special_container .quantity_div {
		margin-left: 0;
		width: 85px !important;
	}
	.common-home .special_container .quantity_div .quantity_input {
		width: 40px;
	}
	.common-home .product-layout .product-thumb .button-group button {
		margin-right: 0;
	}
	.common-home .productcarusellatest .button-group, .common-home .productbestseller .button-group {
		margin-top: 0;
	}

	/* Category page */

	.product-search .breadcrumb > li:first-child {
		padding: 0 20px 0 0;
	}
	.categories_page_title {
		width: 100%;
		margin-bottom: 5px;
	}
	.block_sort {
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.filter_action_btn {
		display: flex;
		width: 100%;
		margin-bottom: 20px;
	}

	.close_mobile_filter {
		display: flex;
	}

	.container_category_block > .row > #content > div > .row {
		display: flex;
		flex-wrap: wrap;
	}
	.container_category_block > .row > #content > div > .row > .col-xs-12 {
		width: 50%;
	}
	.container_category_block > .row > #content > div > .row > .col-xs-12 .product-thumb .image {
		padding-top: 10px;
	}
	.product-layout > .product-thumb {
		margin-bottom: 30px;
	}

	.product-thumb h4 {
		min-height: 30px;
	}

	/* Search page */

	.search_page_block {
		flex-wrap: wrap;
		gap: 10px;
	}
	.search_page_block .col-sm-4, .search_page_block .col-sm-3, .search_page_block input[type="text"] {
		width: 100%;
	}
	.search_page_block input[type="button"] {
		margin-left: 15px;
	}

	.product-search #mfilter-content-container > h2 {
		margin: 20px 0;
	}

	.sort_by_field, .sort_by_qty {
		border: 1px solid rgb(202, 202, 202);
	}
	.sort_by_qty > label {
		padding-left: 15px;
	}

	/* Product page */
	.col_bg.col_description > .breadcrumb > li > a {
		white-space: pre-wrap;
	}
}

@media (max-width: 400px) {
	#menu-vertical {
		top: 25px;
	}
	.advantages_block .col-sm-4 {
		width: 120px;
		padding: 0 15px;
	}
	.adv_col > .image {
		justify-content: center;
	}
	.adv_col > .text {
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
		max-width: 120px;
	}

	/* Category page */

	.product-thumb h4 {
		min-height: 63px;
	}
}