/*----------------------------------
TABLE OF CONTENTS:
------------------------------------
1 - Reset
2 - Container
3 - Header
4 - Front Slider
5 - Front Categories
6 - Front Search
7 - Special Products
8 - InfoBlock
9 - BreadCrumbs
10 - Pagination
11 - Filter
12 - Products List Item
13 - Products List
14 - Single Product
15 - Product Vehicle
16 - Cart
17 - Order
18 - Profile
19 - Messages
20 - Blog
21 - Single Post
22 - Contacts
23 - Error 404
24 - About Us
25 - Gallery
26 - Modal Form
27 - Others
28 - Footer

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







/*----------------------------------
1 - Reset
----------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'MontserratBlack';
	src: url('../fonts/MontserratBlack.eot');
	src: url('../fonts/MontserratBlack.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MontserratBlack.otf') format('opentype'),
	url('../fonts/MontserratBlack.woff2') format('woff2'),
	url('../fonts/MontserratBlack.woff') format('woff'),
	url('../fonts/MontserratBlack.svg#MontserratBlack') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	background: #f1f1fb;

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
body * {
	box-sizing: border-box;
	line-height: 1.42857143;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: 700;
	line-height: 1.1;
}
i, em {
	font-style: italic;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
input[type=text],
input[type=submit],
input[type=image],
input[type=password],
input[type=email],
button,
textarea {
	-webkit-appearance: none;
}
textarea,
button,
input[type=password],
input[type=email],
input[type=submit],
input[type=text] {
	font-family: 'Open Sans', sans-serif;
}
a:focus {
	text-decoration: none;
}
textarea:focus,
button:focus,
a:focus,
input:focus {
	outline: none;
}

/*----------------------------------
1 - Reset
----------------------------------*/




/*----------------------------------
2 - Container
----------------------------------*/

.cont {
	width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.cont:after {
	clear: both;
	display: block;
	content: '';
}


.cont-inner {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.cont-inner:after {
	clear: both;
	display: block;
	content: '';
}


.width-normal .row-wrap-full {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.width-normal .row-wrap-container,
.width-normal .row-wrap-boxed {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}
.width-full .row-boxed .cont-sections,
.width-normal .row-full .cont-sections,
.width-normal .row-wrap-container .cont-sections,
.width-normal .row-wrap-boxed .cont-sections {
	position: relative;
	right: auto;
	top: auto;
	background: transparent;
	max-width: initial;
	padding: 0;
}
.width-full .row-boxed .cont-sections li,
.width-normal .row-full .cont-sections li,
.width-normal .row-wrap-container .cont-sections li,
.width-normal .row-wrap-boxed .cont-sections li {
	margin: 0 40px 24px 0;
}
.width-normal .row-wrap-container h1,
.width-normal .row-wrap-boxed h1 {
	padding: 0;
	text-transform: none;
	margin: 0 0 45px;

	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #283346;
}
.width-normal .row-wrap-container h1 span,
.width-normal .row-wrap-boxed h1 span {
	background: transparent;
	letter-spacing: 0;
	display: block;
	line-height: 100%;
	padding: 0;
}
.width-normal .row-wrap-container .page-cont,
.width-normal .row-wrap-boxed .page-cont {
	box-shadow: none;
	background: transparent;
	border-radius: 0;
	padding: 0;
}



.width-full .row-wrap-full {
	position: relative;
}
.width-full .row-wrap-full > .vc_row > .vc_col-sm-12 > .vc_column-inner  {
	padding-left: 0;
	padding-right: 0;
}
.width-full .row-wrap-container {
	position: relative;
}
.width-full .row-wrap-boxed {
	position: relative;
	margin-bottom: 70px;
}

.width-full .row-wrap-ttl {
	position: relative;
	z-index: 2;
	padding: 0 0 0 65px;
	margin: 0 0 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 45px;
	color: #283346;
	line-height: 1.1;
}
.width-full .row-wrap-ttl:after {
	content: '';
	display: block;
	height: 6px;
	background-color: #283346;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 8px;
}
.overflow-hidden {
	overflow: hidden;
}


.maincont {
	padding-top: 0;
	padding-bottom: 50px;
	position: relative;
}
body .site-content .heading-multishop,
body .site-content .maincont-ttl {
	position: relative;
	padding: 0 0 0 60px;
	margin: 0 0 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 45px;
	color: #283346;
	line-height: 1.1;
}
body .site-content .heading-multishop:after,
body .maincont-ttl:after {
	content: '';
	display: block;
	height: 6px;
	background-color: #283346;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 8px;
}
body p.maincont-subttl {
	font-size: 15px;
	font-weight: 700;
	color: #6bc67c;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 63px;
	margin: 0 0 8px;
}

.pagecont {
	box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
	background: #fff;
	border-radius: 4px;
	position: relative;
	z-index: 2;
}

.page-cont {
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 45px 50px 50px;
	font-size: 15px;
}
.page-cont:after {
	content: '';
	display: block;
	clear: both;
}
.page-styling {
	font-size: 15px;
	line-height: 1.8;
	color: #686f8a;
	font-weight: 400;
}
.page-styling:after {
	content: '';
	display: block;
	clear: both;
}
.page-styling a,
.page-cont a {
	color: #6bc67c;
	text-decoration: none;
	transition: all 0.2s;
}
.page-styling a {
	border-bottom: 1px solid transparent;
}
.page-styling a:hover {
	text-decoration: none;
	border-color: #6bc67c;
}
.page-styling p,
.page-cont p {
	margin: 0 0 20px;
}
.page-styling p {
	line-height: 180%;
}
.page-cont h2,
.page-cont h3 {
	font-size: 20px;
	margin: 0 0 10px;

	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #283346;
}
.page-styling h1,
.page-styling h2,
.page-styling h3,
.page-styling h4,
.page-styling h5,
.page-styling h6 {
	margin: 0 0 24px;

	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #283346;
}
.page-styling h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 45px;
	color: #283346;
	line-height: 1.1;
}
body .page-styling h1 {
	margin: 0 0 24px;
	width: auto;
}
.page-styling h2 {
	font-size: 30px;
}
.page-styling h3 {
	font-size: 24px;
}
.page-styling h4 {
	font-size: 20px;
}
.page-styling h5 {
	font-size: 18px;
}
.page-styling h6 {
	font-size: 16px;
}
.page-styling strong,
.page-styling b {
	color: #283346;
}
.page-styling ul {
	list-style-type: disc;
	margin: 0 0 24px 18px;
	padding: 0;
}
.page-styling li {
	padding: 0;
	line-height: 190%;
}
.page-styling li > ul {
	margin: 0 0 0 18px;
}
.page-styling ol {
	list-style-type: decimal;
	margin: 0 0 24px 18px;
	padding: 0;
}
.page-styling ol li {
	position: relative;
	padding: 0;
	line-height: 190%;
}
.page-styling li > ol {
	margin: 0 0 0 18px;
}
.page-styling address {
	margin: 0 0 24px;
	line-height: 190%;
}
.page-styling code {
	background-color: #e8e8e8;
	padding: 2px 4px;
	color: #283346;
	font-family: Inconsolata, monospace;
}
.page-styling pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	line-height: 1.42857143;
	margin: 0 0 28px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: Inconsolata, monospace;
	color: #283346;
}
.page-styling mark,
.page-styling ins {
	background: #6bc67c;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none;
}
.page-styling sup {
	vertical-align: super;
	font-size: smaller;
}
.page-styling sub {
	vertical-align: sub;
	font-size: smaller;
}
.page-styling blockquote {
	padding: 26px 40px 10px;
	margin: 0 auto 28px;
	overflow: hidden;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	max-width: 800px;
	position: relative;
	line-height: 190%;
}
.page-styling blockquote:before {
	position: absolute;
	content: '';
	top: 3px;
	height: 3px;
	border-top: 1px solid #6bc67c;
	border-bottom: 1px solid #6bc67c;
	left: 50%;
	width: 40px;
	margin: 0 0 0 -20px;
	display: block;
}
.page-styling blockquote:after {
	position: absolute;
	content: '';
	bottom: 3px;
	height: 3px;
	border-top: 1px solid #6bc67c;
	border-bottom: 1px solid #6bc67c;
	left: 50%;
	width: 40px;
	margin: 0 0 0 -20px;
	display: block;
}
.page-styling blockquote p {
	margin-bottom: 20px !important;
	color: #283346;
}
.page-styling cite {
	font-style: italic;
	color: #283346;
	font-weight: 700;
}
.page-styling dl {
	margin: 0 0 24px;
	line-height: 190%;
}
.page-styling dt {
	font-weight: 700;
	color: #283346;
	line-height: 190%;
}
.page-styling dd {
	margin: 0 0 24px;
	line-height: 190%;
}
.page-styling table,
.page-styling th,
.page-styling td {
	border: 1px solid #e0e4f6;
	line-height: 190%;
}
.page-styling table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	table-layout: fixed;
	width: 100%;
	color: #283346;
	border-radius: 3px;
}
.page-styling caption,
.page-styling th,
.page-styling td {
	font-weight: normal;
	text-align: left;
}
.page-styling th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
.page-styling td {
	border-width: 0 1px 1px 0;
}
.page-styling th,
.page-styling td {
	padding: 10px 15px;
}
.page-styling table.shop_table,
.page-cont table.shop_table {
	font-size: 15px;
	border: 1px solid #e0e4f6;
	margin: 0 0 24px 0;
	border-radius: 3px;
}
.page-styling table.shop_table td,
.page-cont table.shop_table td {
	border-top: 1px solid #e0e4f6;
}
.page-styling table.shop_table td,
.page-cont table.shop_table td {
	border-top: 1px solid #e0e4f6;
}
.page-styling textarea,
.page-styling input[type=password],
.page-styling input[type=tel],
.page-styling input[type=email],
.page-styling input[type=text],
.page-cont textarea,
.page-cont input[type=password],
.page-cont input[type=tel],
.page-cont input[type=email],
.page-cont input[type=text],
.page-cont input[type=number],
.page-cont .select2-container .selection .select2-selection {
	border: none;
	border-radius: 30px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	height: 42px;
	text-align: left;
	width: 100%;
	padding: 0 25px;
	max-width: 100%;
}
.page-styling textarea,
.page-cont textarea {
	height: 100px;
}
.page-styling textarea:focus,
.page-styling input[type=password]:focus,
.page-styling input[type=tel]:focus,
.page-styling input[type=email]:focus,
.page-styling input[type=text]:focus,
.page-cont textarea:focus,
.page-cont input[type=password]:focus,
.page-cont input[type=tel]:focus,
.page-cont input[type=email]:focus,
.page-cont input[type=text]:focus {
	background: #f1f1fa;
}
.page-styling textarea::-webkit-input-placeholder,
.page-styling input[type=password]::-webkit-input-placeholder,
.page-styling input[type=tel]::-webkit-input-placeholder,
.page-styling input[type=email]::-webkit-input-placeholder,
.page-styling input[type=text]::-webkit-input-placeholder,
.page-cont textarea::-webkit-input-placeholder,
.page-cont input[type=password]::-webkit-input-placeholder,
.page-cont input[type=tel]::-webkit-input-placeholder,
.page-cont input[type=email]::-webkit-input-placeholder,
.page-cont input[type=text]::-webkit-input-placeholder {
	color: #9292b4;
}
.page-styling textarea::-moz-placeholder,
.page-styling input[type=password]::-moz-placeholder,
.page-styling input[type=tel]::-moz-placeholder,
.page-styling input[type=email]::-moz-placeholder,
.page-styling input[type=text]::-moz-placeholder,
.page-cont textarea::-moz-placeholder,
.page-cont input[type=password]::-moz-placeholder,
.page-cont input[type=tel]::-moz-placeholder,
.page-cont input[type=email]::-moz-placeholder,
.page-cont input[type=text]::-moz-placeholder {
	color: #9292b4;
	opacity: 1;
}
.page-styling textarea:-ms-input-placeholder,
.page-styling input[type=password]:-ms-input-placeholder,
.page-styling input[type=tel]:-ms-input-placeholder,
.page-styling input[type=email]:-ms-input-placeholder,
.page-styling input[type=text]:-ms-input-placeholder,
.page-cont textarea:-ms-input-placeholder,
.page-cont input[type=password]:-ms-input-placeholder,
.page-cont input[type=tel]:-ms-input-placeholder,
.page-cont input[type=email]:-ms-input-placeholder,
.page-cont input[type=text]:-ms-input-placeholder {
	color: #9292b4;
}
.page-styling form .form-row,
.page-cont form .form-row {
	padding: 0;
}
.page-styling input[type=submit],
.page-cont input[type=submit],
.page-styling input.button,
.page-cont input.button {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 30px;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	display: block;
	border: none;
	letter-spacing: 0.04em;
	margin: 20px 0 20px;
	padding: 11px 32px 12px;
	cursor: pointer;
}
.page-styling input[type=submit]:hover,
.page-cont input[type=submit]:hover,
.page-styling input.button:hover,
.page-cont input.button:hover {
	background: #7dcd8c;
	color: #fff;
}
.page-styling input.button:disabled[disabled],
.page-cont input.button:disabled[disabled] {
	color: #fff;
}
.page-styling legend,
.page-cont legend {
	line-height: 2;
	font-weight: 700;
	margin-top: 10px;
	display: inline-block;
}
.page-styling .wpcf7 input[type=submit] {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.page-styling .wpcf7 .ajax-loader {
	display: inline-block;
	vertical-align: middle;
}
.page-styling .wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}
.page-styling .wpcf7 div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none;
}
.page-styling .wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
	display: none !important;
}

.hover-label span {
	text-align: center;
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 100px;
	background: #6bc67c;
	display: block;
	margin: 0 0 10px -50px;
	border-radius: 4px;
	padding: 6px 6px 7px;
	line-height: 1;
	color: #fff;
	font-size: 12px;
	transition: transform 0.2s ease, opacity 0.2s ease;
	-webkit-transform: translate3d(0, -4px, 0);
	-moz-transform: translate3d(0, -4px, 0);
	-ms-transform: translate3d(0, -4px, 0);
	-o-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
	visibility: hidden;
	opacity: 0;
	font-weight: 400;
}
.hover-label span:before {
	position: absolute;
	top: 100%;
	content: '';
	left: 50%;
	display: block;
	margin: 0 0 0 -6px;
	width: 0;
	height: 0;
	line-height: 1;
	border-top: 5px solid #6bc67c;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transition: transform 0.2s ease, opacity 0.2s ease;
	-webkit-transform: translate3d(0, -4px, 0);
	-moz-transform: translate3d(0, -4px, 0);
	-ms-transform: translate3d(0, -4px, 0);
	-o-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
	visibility: hidden;
	opacity: 0;
}
.hover-label:hover span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
}
.hover-label:hover span:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

hr.separator {
	border: none;
	border-bottom: 1px solid #e0e4f6;
	display: block;
	margin: 0 0 35px;
}


body i.icon {
	margin: 0;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: initial;
	vertical-align: initial;
}
.btn {
	background-color: #6bc67c;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 60px;
	padding: 11px 70px 12px;
	border: none;
	text-decoration: none;
	transition: background-color 0.2s;
	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
	border: none;
	background-color: #7dcd8c;
	color: #fff;
}
.align-center {
	text-align: center;
}


/*----------------------------------
2 - Container
----------------------------------*/




/*----------------------------------
3 - Header
----------------------------------*/

.cmm-container .cmm li.menu-item-has-children.cmm-layout-right_edge_item .cmm-sub-container {
	left: auto;
	right: 0;
}
.menu-item-has-children .sub-menu{
	z-index: 50;
}

.cmm-container .cmm.cmm-theme-multishop .cmm-content-container a,
.cmm-container .cmm.cmm-theme-multishop .cmm-content-container .cmm-nav-link {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: none;
}
.cmm-container a {
	border: none;
	transition: all 0.2s;
}
/* Mega Menu Current Item */
.site-header .cmm-container > ul.cmm li > a.current_page_parent,
.site-header .cmm-container > ul.cmm li > a.current-menu-parent,
.site-header .cmm-container > ul.cmm li > a.current-menu-ancestor,
.site-header .cmm-container > ul.cmm li > a.current-menu-item,
.site-header .cmm-container > ul.cmm li > a.current_page_item {
	color: #6bc67c !important;
}
/* Mega Menu Current Item */


.topbar {
	padding: 5px 0;
}
.topbar .topbar-address {
	display: inline-block;
	vertical-align: middle;
	width: 68%;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.topbar .topbar-address li {
	display: inline-block;
	vertical-align: top;
	margin: 10px 3% 10px;
	line-height: 1;
	padding: 0;
}
.topbar .topbar-address li * {
	line-height: 1;
}
.topbar .topbar-address li p {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 1.42857143;
}
.topbar .topbar-address li a {
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}
.topbar .topbar-address li a:hover {
	border-color: #fff;
}
.topbar .topbar-address li p span {
	color: #9296b1;
	margin-right: 5px;
}
.topbar .topbar-social {
	display: inline-block;
	vertical-align: middle;
	width: 32%;
	padding: 0 0 0 2%;
	text-align: left;
	list-style: none;
	margin: 0;
}
.topbar .topbar-social li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 38px 5px 0;
	line-height: 1.42857143;
	padding: 0;
}
.topbar .topbar-social li a {
	transition: all 0.2s;
	color: #ffffff;
	font-size: 18px;
	border: none;
}
.topbar .topbar-social li a:hover {
	opacity: 0.8;
	color: #ffffff;
	text-decoration: none;
}
.topbar.topbar-onlysocial .topbar-social,
.topbar.topbar-onlycontacts .topbar-address {
	display: block;
	width: auto;
	text-align: center;
}
.topbar.topbar-onlysocial .topbar-address,
.topbar.topbar-onlycontacts .topbar-social {
	display: none !important;
}

@media only screen and (max-width : 1400px) {
	.topbar .topbar-address {
		display: block;
		width: auto;
		text-align: center;
	}
	.topbar .topbar-social {
		display: block;
		width: auto;
		text-align: center;
	}
	.topbar:not(.topbar-onlycontacts):not(.topbar-onlysocial) .topbar-social + .topbar-address li {
		margin-top: 5px;
	}
}
.site-header-before {
	padding: 13px 2.7% 3px;
	background-color: #2a2c3d;
}
.topbar-social li .links_list-value {
	color: #fff;
	font-size: 18px;
}
.topbar-contacts li .links_list-value {
	color: #fff;
}



.site-header {
	margin: 0 0 25px;
	padding: 15px 0;
	background-color: #ffffff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.03);
	position: relative;
}
body .header-sticky .site-header.header_sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 13;

	padding: 5px 0;
}
.site-header:after {
	clear: both;
	content: '';
	display: block;
}
.site-header .h-logo {
	display: inline-block;
	vertical-align: middle;
	width: 13%;
	padding: 0 2.5% 0 1.5%;
  margin-bottom: 0.5%;
}
.site-header .h-logo a {
	display: block;
}
.site-header .h-logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.site-header .h-shop {
	display: inline-block;
	vertical-align: middle;
	width: 37%;
	position: relative;
	padding: 0 340px 0 0;
}
.h-search-btn {
	display: none;
	height: 40px;
	line-height: 40px;
	width: 30px;
	border: none;
	background: none;
	transition: color 0.2s;
	font-size: 20px;
	color: #283346;
	cursor: pointer;
	padding: 1px 6px;
}
.h-search-btn:hover {
	color: #6bc67c;
}
.h-search-btn.opened i:before {
	content: "\f12a";
}
.site-header .h-search {
	display: block;
	position: relative;
	min-width: initial;
	max-width: initial;
	padding: 0 50px 0 0;
}
.widget_search .dgwt-wcas-search-wrapp,
.site-header .dgwt-wcas-search-wrapp {
	display: block;
	position: relative;
	min-width: initial;
	max-width: initial;
}
.widget_search .dgwt-wcas-sf-wrapp,
.site-header .dgwt-wcas-sf-wrapp {
	background: none;
}
.widget_search .dgwt-wcas-search-form {
	padding: 0 35px 0 0;
}
.widget_search .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input,
.site-header .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input,
.site-header .h-search input[type=text] {
	border: none;
	background-color: #f1f1fb;
	padding: 0 23px;
	font-size: 15px;
	color: #9292b4;
	border-radius: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	font-style: normal;
	transition: background-color 0.2s;
}
.widget_search .dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.site-header .dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	border-radius: 40px;
}
.widget_search .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:focus,
.site-header .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:focus,
.site-header .h-search input[type=text]:focus {
	background-color: #ececf7;
	box-shadow: none;
}
.widget_search .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder,
.site-header .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder,
.site-header .h-search input[type=text]::-webkit-input-placeholder {
	color: #9292b4;
	font-style: normal;
}
.widget_search .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder,
.site-header .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder,
.site-header .h-search input[type=text]::-moz-placeholder {
	color: #9292b4;
	opacity: 1;
	font-style: normal;
}
.widget_search .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder,
.site-header .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder,
.site-header .h-search input[type=text]:-ms-input-placeholder {
	color: #9292b4;
	font-style: normal;
}
.site-header .h-search button {
	border: none;
	background: none;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	color: #283346;
	transition: all 0.2s;
	cursor: pointer;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 4px;
	right: 17px;
}
.widget_search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
.site-header .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	border: none;
	background: none;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	color: #283346;
	transition: color 0.2s;
	cursor: pointer;
	position: absolute;
	margin: 0;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	width: 17px;
	height: 30px;
	padding: 0;
	min-width: initial;
	right: -30px;
	top: 5px;
	text-shadow: none;
	border-radius: 0;
}
.widget_search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before,
.site-header .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before {
	content: "\f21f";
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	font-family: "Ionicons";
	display: block;
	width: 100%;
	height: 100%;
	text-shadow: none;
	text-indent: initial;
}
.widget_search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover,
.site-header .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover,
.site-header .h-search button:hover {
	color: #6bc67c;
	background: none;
}
.widget_search .dgwt-wcas-preloader,
.site-header .dgwt-wcas-preloader {
	background-image: initial;
	font-size: 20px;
	color: #283346;
	opacity: 1;
	line-height: 40px;
	right: 0 !important;
	text-align: center;
}
.widget_search .dgwt-wcas-preloader:hover,
.site-header .dgwt-wcas-preloader:hover {
	opacity: 1;
}
.widget_search .dgwt-wcas-inner-preloader:before,
.site-header .dgwt-wcas-inner-preloader:before {
	font-family: FontAwesome;
	content: '\f110';
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ececf7;
}
.widget_search .dgwt-wcas-close:before,
.site-header .dgwt-wcas-close:before {
	content: '\f12a';
	font-family: "Ionicons";
	position: absolute;
	top: 2px;
	left: 2px;
}

body .dgwt-wcas-suggestions-wrapp {
	border: 1px solid #e9e9ef;
	margin-top: 10px;
}
body .dgwt-wcas-suggestion {
	border-bottom: 1px solid #e9e9ef;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:last-of-type {
	border-bottom: none;
}
body .dgwt-wcas-suggestion-selected {
	background-color: #f1f1fb;
}
body .dgwt-wcas-st {
	color: #283346;
	padding: 0 15px 3px 15px;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp {
	position: relative;
	right: auto;
	top: auto;
	text-align: left;
	font-size: 15px;
	color: #6bc67c;
	margin: 0 0 3px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 15px 3px 15px;
	display: block;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp > * {
	display: inline-block;
}
body .dgwt-wcas-sd {
	color: #9292b4;
	padding: 0 15px 3px 15px;
}
body .dgwt-wcas-si img {
	border: 1px solid #e9e9ef;
	border-radius: 0;
}
body .widget_search .dgwt-wcas-si img {
	margin: auto !important;
}

.site-header .h-shop-links {
	position: absolute;
	width: 10%;
	height: 30px;
	right: 0;
	top: 50%;
	border-left: 1px solid rgba(0,0,0,0.08);
	margin: -15px 0 0;
	padding: 0 0 0 9px;
}
.site-header .h-shop-links .h-shop-icon {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	text-align: center;
	position: relative;
	margin: 0 12px 0 12px;
}
.site-header .h-shop-links .h-shop-icon > a {
	width: 30px;
	height: 30px;
	line-height: 35px;
	display: block;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	position: relative;
	border: none;
	transition: background-color 0.2s;
}
.site-header .h-shop-links .h-shop-icon > a:hover {
	background-color: #f1f1fb;
}
.site-header .h-shop-links .h-shop-icon i {
	margin: 0;
	font-size: 20px;
	color: #283346;
}
.site-header .h-shop-links .h-shop-icon span {
	position: absolute;
	top: -2px;
	right: -5px;
	border-radius: 30px;
	display: block;
	background-color: #6bc67c;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	color: #ffffff;
	height: 17px;
	line-height: 17px;
	width: 17px;
	white-space: nowrap;
}
.site-header .h-profile-links {
	position: absolute;
	top: 100%;
	left: -13px;
	padding: 0;
	background-color: #fff;
	transition: opacity 0.3s;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	border: 1px solid #e9e9ef;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.05);
}
.site-header .h-profile:hover .h-profile-links {
	opacity: 1;
	height: auto;
	width: auto;
	overflow: initial;
	transition: opacity 0.3s;
	text-align: left;
	z-index: 100;
}
.site-header .h-profile .h-profile-links li {

}
.site-header .h-profile .h-profile-links li a {
	color: #283346;
	transition: color 0.2s;
	white-space: nowrap;
	display: block;
	padding: 5px 18px 5px;
	border-top: 1px solid #e9e9ef;
	font-size: 13px;
	font-weight: 600;
}
.site-header .h-profile .h-profile-links li:first-child a {
	border-top: none;
}
.site-header .h-profile .h-profile-links li a:hover {
	text-decoration: none;
	background-color: #f1f1fb;
}
.site-header .h-shop-links .h-cart {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	position: relative;
	margin: 0 0 0 14px;
	padding: 0;
}
.site-header .h-shop-links .h-cart-icon {
	width: 30px;
	height: 30px;
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 10px 0 0;
	border-radius: 0;
	position: relative;
	border: none;
}
.site-header .h-shop-links .h-cart-icon i {
	margin: 0;
	font-size: 20px;
	color: #283346;
}
.site-header .h-shop-links .h-cart-icon span {
	position: absolute;
	top: -2px;
	right: 0;
	border-radius: 30px;
	display: block;
	background-color: #6bc67c;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	color: #ffffff;
	height: 17px;
	line-height: 17px;
	width: 17px;
	white-space: nowrap;
}
.site-header .h-shop-links .h-cart-total {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 600;
	width: 80px;
	white-space: nowrap;
	margin: 0;
}
.site-header .h-cart:hover .h-cart-total {
	color: #6bc67c;
}
.h-cart .widget_shopping_cart {
	position: absolute;
	top: 100%;
	left: -13px;
	padding: 4px 0 0;
	background-color: #fff;
	transition: opacity 0.3s;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.h-cart:hover .widget_shopping_cart {
	opacity: 1;
	height: auto;
	width: auto;
	overflow: initial;
	transition: opacity 0.3s;
	z-index: 10;
}
.h-cart .widget_shopping_cart .widget_shopping_cart_content {
	border: 1px solid #e9e9ef;
	width: 230px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.05);
}
.h-cart .widget_shopping_cart .empty-message {
	padding: 10px 13px;
	font-size: 13px;
	color: #686f8a;
}
.h-cart .widget_shopping_cart .cart_list {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #e9e9ef;
	padding: 11px 15px 8px 13px;
	font-size: 13px;
}
.h-cart .widget_shopping_cart .cart_list li {
	padding: 4px 0;
	margin: 0;
	list-style: none;

	position: relative;
	padding-top: 0;

	padding-left: 18px;
}
.h-cart .widget_shopping_cart .cart_list li a.remove {
	display: block;
	font-size: 1.5em;
	height: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red!important;
	text-decoration: none;
	font-weight: 700;
	border: 0;

	position: absolute;
	top: 0;
	left: 0;

	width: auto;
}
.h-cart .widget_shopping_cart .cart_list li a.remove:hover {
	color: #ff2424 !important;
	background: #fff;
}
.h-cart .widget_shopping_cart .cart_list li:after {
	display: block;
	clear: both;
	content: '';
}
.h-cart .widget_shopping_cart .cart_list li a {
	display: block;
	font-weight: 700;
}
.h-cart .widget_shopping_cart .cart_list li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: none;
	margin-top: 4px;
}
.h-cart .widget_shopping_cart .total {
	border: none;
	border-bottom: 1px solid #e9e9ef;
	padding: 8px 15px 8px;
	font-size: 13px;
}
.h-cart .widget_shopping_cart .buttons {
	padding: 15px 15px 10px;
}
.h-cart .widget_shopping_cart .buttons a.button {
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	border-radius: 3px;
	left: auto;
	border: 0;
	white-space: nowrap;
	display: inline-block;
	box-shadow: none;
	text-shadow: none;

	transition: all 0.2s;
	font-size: 13px;
	color: #fff;
	background-color: #6bc67c;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.03em;
	margin: 0 0 5px;
}
.h-cart .widget_shopping_cart .buttons a.button:hover {
	color: #fff;
	background-color: #85d093;
}
.h-cart .widget_shopping_cart .buttons a.button.checkout {
	background-color: transparent;
	color: #000;
	padding: 8px 0;
	margin: 0 0 5px 13px;
}
.h-cart .widget_shopping_cart .buttons a.button.checkout:hover {
	color: #6bc67c;
	background-color: transparent;
}
.h-cart .widget_shopping_cart .buttons a.button.checkout:after {
	content: '\f105';
	display: inline-block;
	vertical-align: middle;
	font-family: FontAwesome;
	margin: -2px 0 0 7px;
}
.site-header .h-menu-btn {
	display: none;
	height: 30px;
	line-height: 30px;
	border: none;
	background: none;
	transition: color 0.2s;
	font-size: 14px;
	color: #283346;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 17px;
	margin: 0 0 0 11px;
}
.site-header .h-menu-btn:hover {
	color: #6bc67c;
}
.site-header .h-menu-btn:after {
	position: absolute;
	background-color: #eeeef1;
	width: 1px;
	height: 30px;
	margin: -15px 0 0;
	top: 50%;
	left: 0;
	display: block;
	content: '';
}
.site-header .h-menu-btn i {
	font-weight: 400;
	font-size: 28px;
	margin: -6px 6px 0 0;
	vertical-align: top;
	display: inline-block;
	width: 18px;
	text-align: center;
}
.site-header .h-menu-btn.opened i {
	font-size: 18px;
	margin: 4px 6px 0 0;
}
.site-header .h-menu-btn.opened i:before {
	content: "\f12a";
}
.mainmenu nav.menu,
.site-header .h-menu {
	padding: 10px 15px 0 0;
}
.mainmenu nav.menu > ul,
.site-header .h-menu > ul {
	text-align: right;
}
.mainmenu nav.menu > ul:after,
.site-header .h-menu > ul:after {
	clear: both;
	content: '';
	display: block;
}
.mainmenu nav.menu > ul > li,
.site-header .h-menu > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	position: relative;
}
.mainmenu nav.menu > ul > li > a,
.site-header .h-menu > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 15px;
	transition: all 0.2s;
	border-radius: 80px;
	text-transform: uppercase;
	position: relative;
}
.mainmenu nav.menu > ul > li.menu-item-has-children > a:after,
.site-header .h-menu > ul > li.menu-item-has-children > a:after {
	display: inline-block;
	/* position: absolute; */
	/* right: 23px; */
	/* top: 12px; */
	font-size: 11px;
	text-align: center;
	content: '\f0d7';
	font-family: FontAwesome;
	margin: 0 0 2px 8px;
	vertical-align: middle;
}
.mainmenu nav.menu ul > li > a:hover,
.site-header .h-menu ul > li > a:hover {
	color: #6bc67c;
}
.mainmenu nav.menu > ul > li.active > a,
.mainmenu nav.menu > ul > li.current_page_parent > a,
.mainmenu nav.menu > ul > li.current-menu-parent > a,
.mainmenu nav.menu > ul > li.current-menu-ancestor > a,
.mainmenu nav.menu > ul > li.current-menu-item > a,
.mainmenu nav.menu > ul > li.current_page_item > a,
.site-header .h-menu > ul > li.active > a,
.site-header .h-menu > ul > li.current_page_parent > a,
.site-header .h-menu > ul > li.current-menu-parent > a,
.site-header .h-menu > ul > li.current-menu-ancestor > a,
.site-header .h-menu > ul > li.current-menu-item > a,
.site-header .h-menu > ul > li.current_page_item > a {
	background-color: #6bc67c;
	color: #ffffff;
}




.mainmenu nav > ul > li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -15px;
	z-index: 12;
	width: auto;
	padding: 8px 0 8px 0;
	box-sizing: content-box;
	min-width: 100%;
	display: block;
	-o-transition: transform 0.3s ease, opacity 0.3s ease;
	-moz-transition: transform 0.3s ease, opacity 0.3s ease;
	-webkit-transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-ms-transform: translate3d(0, 10px, 0);
	-o-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.mainmenu nav > ul li.menu-item-has-children:hover > ul {
	opacity: 1;
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	visibility: visible;
	width: auto;
	height: auto;
	overflow: initial;
}
.mainmenu nav > ul > li ul > li {
	display: block;
	margin: 0;
	text-align: left;
	padding: 0 13px;
	background: #fff;
	border-left: 1px solid #e9e9ef;
	border-right: 1px solid #e9e9ef;
	position: relative;
}
.mainmenu nav > ul > li ul > li:first-child {
	padding-top: 8px;
}
.mainmenu nav > ul > li ul > li:last-child {
	padding-bottom: 8px;
}
.mainmenu nav > ul > li ul > li > a {
	display: block;
	padding: 7px 3px;
	transition: all 0.2s;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #283346;
	white-space: nowrap;
}
.mainmenu nav > ul > li ul > li:first-child {
	border-top: 1px solid #e9e9ef;
}
.mainmenu nav > ul > li ul > li:last-child {
	border-bottom: 1px solid #e9e9ef;
}
.mainmenu nav > ul > li ul > li:first-child > a {
	border-top: none;
}
.mainmenu nav > ul > li ul > li.active > a,
.mainmenu nav > ul > li ul > li.current-menu-item > a,
.mainmenu nav > ul > li ul > li > a:hover {
	color: #6bc67c;
}


.mainmenu nav > ul > li > ul ul {
	left: 100%;
	top: 0;
}
.mainmenu nav > ul > li.menu-item-has-children li.menu-item-has-children > a {
	padding-right: 20px;
	position: relative;
}
.mainmenu nav > ul > li.menu-item-has-children li.menu-item-has-children > a:after {
	display: block;
	z-index: 3;
	position: absolute;
	right: -7px;
	top: 7px;
	margin: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	color: #646c79;
	transition: all 0.2s;
	content: '\f105';
	font-family: FontAwesome;
	font-weight: normal;
}



.site-header .mainmenu {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	padding: 5px 0;
}
.site-header .cmm-toggle-wrapper {
	display: none;
}




@media only screen and (max-width : 1700px) {
	.mainmenu nav.menu > ul > li > a,
	.site-header .h-menu > ul > li > a {
		/* padding-left: 27px; */
		/* padding-right: 27px; */
	}
	/*.mainmenu nav.menu > ul > li.menu-item-has-children > a:after,
	.site-header .h-menu > ul > li.menu-item-has-children > a:after {
		right: 15px;
	}*/
}


@media only screen and (max-width : 1500px) {
	.h-search-btn {
		display: inline-block;
		vertical-align: middle;
		margin: 0 12px 0 0;
	}
	.site-header .h-search {
		display: none;
		position: absolute;
		top: 0;
		left: 38px;
		right: 0;
		z-index: 1;
		background-color: #fff;
	}
	.site-header .h-shop {
		width: 360px;
		padding: 0;
		height: 30px;
	}
	.site-header .h-shop-links {
		border-left: none;
		padding: 0;
		position: relative;
		top: auto;
		left: auto;
		margin: -3px 0 0;
		width: 100%;
	}
	/*.site-header .h-menu {
		width: 56%;
	}*/

	.site-header .mainmenu {
		width: 56%;
	}
}


@media only screen and (max-width : 1400px) {
	/*.site-header .h-menu {
		width: 53.8%;
	}*/

	.site-header .mainmenu {
		width: 59.8%;
	}
}


@media only screen and (max-width : 1300px) {
	.site-header .h-shop {
		width: 315px;
	}
	.site-header .h-shop-links {
	}
	.site-header .h-shop-links .h-shop-icon {
		margin: 0 6px;
	}
	.h-search-btn {
		margin: 0 6px 0 0;
	}
	/*.site-header .h-menu {
		width: 55%;
	}*/

	.site-header .mainmenu {
		width: 55%;
	}
}

@media only screen and (max-width : 1220px) {
	.site-header {
		text-align: center;
	}
	body .header-sticky .site-header.header_sticky {
		padding: 15px 0;
	}


	.site-header .h-logo {
		/* width: 590px; */
		padding: 0 15px 0 0;
	}
	.site-header .h-logo img {
		max-height: 50px;
	}
	.site-header .h-shop {
		text-align: right;
		max-width: 350px;
		width: 20px;
	}
	.site-header .h-shop-links{width: 100px !important;}
	.site-header .h-shop-links .h-cart {
		text-align: left;
	}
	.site-header .h-shop-links .h-cart-total {
		width: auto;
	}
	.h-cart .widget_shopping_cart {
		right: -13px;
		left: auto;
	}
	.site-header .h-search {
		top: -5px;
		left: 0;
		right: 0;
	}
	.h-search-btn.opened {
		position: absolute;
		top: 0;
		left: -36px;
	}
	.site-header .h-menu {
		/*display: block;
		width: auto;*/
		padding-top: 20px;
	}
	.mainmenu nav.menu > ul,
	.site-header .h-menu > ul {
		text-align: center;
	}
	.mainmenu nav.menu > ul > li > a,
	.site-header .h-menu > ul > li > a {
	}
	.mainmenu nav.menu > ul > li.active > a,
	.mainmenu nav.menu > ul > li.current_page_parent > a,
	.mainmenu nav.menu > ul > li.current-menu-parent > a,
	.mainmenu nav.menu > ul > li.current-menu-ancestor > a,
	.mainmenu nav.menu > ul > li.current-menu-item > a,
	.mainmenu nav.menu > ul > li.current_page_item > a,
	.site-header .h-menu > ul > li.active > a,
	.site-header .h-menu > ul > li.current_page_parent > a,
	.site-header .h-menu > ul > li.current-menu-parent > a,
	.site-header .h-menu > ul > li.current-menu-ancestor > a,
	.site-header .h-menu > ul > li.current-menu-item > a,
	.site-header .h-menu > ul > li.current_page_item > a {
		padding-left: 35px;
		padding-right: 35px;
	}
	/*.mainmenu nav.menu > ul > li.active.menu-item-has-children > a:after,
	.site-header .h-menu > ul > li.active.menu-item-has-children > a:after {
		right: 23px;
	}*/


	.site-header .mainmenu {
		display: block;
		width: auto;
		margin-left: 100px;
	}

}

@media only screen and (max-width : 992px) {
	.site-header .h-logo {
		width: 370px;
	}
}

@media only screen and (max-width : 768px) {
	.site-header-before {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-header {
		text-align: left;
	}
	.site-header .h-logo {
		width: auto;
		padding: 0 400px 0 15px;
		display: block;
	}
	.site-header .h-shop {
		max-width: initial;
		position: absolute;
		top: 50%;
		right: 15px;
		margin: -15px 0 0;
	}
	.site-header .h-search {
		width: 345px;
		right: 0;
		left: auto;
	}
	.site-header .h-menu-btn {
		display: inline-block;
	}
	.site-header .h-search-btn.opened {
		position: relative;
		top: auto;
		left: auto;
	}
	.mainmenu nav.menu,
	.site-header .h-menu {
		position: absolute;
		background: #fff;
		z-index: 3;
		top: 100%;
		left: 0;
		right: 0;
		border-top: 1px solid #eeeef1;
		box-shadow: 0 3px 10px 0 rgba(0,0,0,0.05);
		padding: 0;
		display: none;
	}
	.mainmenu nav.menu > ul > li,
	.site-header .h-menu > ul > li {
		display: block;
		margin: 0;
		text-align: left;
		border-bottom: 1px solid #eeeef1;
	}
	.mainmenu nav.menu > ul > li > a,
	.site-header .h-menu > ul > li > a {
		padding: 10px 15px;
		border-radius: 0;
	}
	.mainmenu nav.menu > ul > li.active > a,
	.mainmenu nav.menu > ul > li.current_page_parent > a,
	.mainmenu nav.menu > ul > li.current-menu-parent > a,
	.mainmenu nav.menu > ul > li.current-menu-ancestor > a,
	.mainmenu nav.menu > ul > li.current-menu-item > a,
	.mainmenu nav.menu > ul > li.current_page_item > a,
	.site-header .h-menu > ul > li.active > a,
	.site-header .h-menu > ul > li.current_page_parent > a,
	.site-header .h-menu > ul > li.current-menu-parent > a,
	.site-header .h-menu > ul > li.current-menu-ancestor > a,
	.site-header .h-menu > ul > li.current-menu-item > a,
	.site-header .h-menu > ul > li.current_page_item > a {
		padding-left: 15px;
		padding-right: 15px;
		background-color: transparent;
		color: #6bc67c;
	}

	.site-header .mainmenu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 0;
		z-index: 3;
		margin-left: 0;
	}



	.mainmenu nav > ul > li ul {
		display: none;
		visibility: visible;
		opacity: 1;
		-webkit-transform: initial;
		-moz-transform: initial;
		-ms-transform: initial;
		-o-transform: initial;
		transform: initial;
		-o-transition: initial;
		-moz-transition: initial;
		-webkit-transition: initial;
		transition: initial;
		width: auto;
		height: auto;
		overflow: initial;
	}
	.mainmenu nav > ul > li.menu-item-has-children:hover > ul {
		display: none;
	}
	.mainmenu nav > ul > li > .fa {
		display: block;
		z-index: 3;
		position: absolute;
		right: 0;
		top: 15px;
		margin: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
		font-size: 20px;
		color: #283346;
		transition: all 0.2s;
	}
	.mainmenu nav > ul > li > .fa:hover {
		color: #6bc67c;
	}
	.mainmenu nav > ul > li > a:hover + .fa {
		color: #283346;
	}
	.mainmenu nav > ul > li.active > a + .fa,
	.mainmenu nav > ul > li.current_page_parent > a + .fa,
	.mainmenu nav > ul > li.current-menu-parent > a + .fa,
	.mainmenu nav > ul > li.current-menu-ancestor > a + .fa,
	.mainmenu nav > ul > li.current-menu-item > a + .fa,
	.mainmenu nav > ul > li.current_page_item > a + .fa {
		color: #283346;
	}
	.mainmenu nav > ul > li.active > a:hover,
	.mainmenu nav > ul > li.current_page_parent > a:hover,
	.mainmenu nav > ul > li.current-menu-parent > a:hover,
	.mainmenu nav > ul > li.current-menu-ancestor > a:hover,
	.mainmenu nav > ul > li.current-menu-item > a:hover,
	.mainmenu nav > ul > li.current_page_item > a:hover {
		color: #6bc67c;
	}
	.mainmenu nav > ul > li.menu-item-has-children.opened > a + .fa {
		color: #283346;
	}
	.mainmenu nav > ul > li.menu-item-has-children > a + .fa:hover {
		color: #6bc67c;
	}
	body .site-header .h-menu > ul > li.menu-item-has-children > a:after,
	.mainmenu nav > ul li.menu-item-has-children > a:after {
		display: block;
		z-index: 3;
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
		font-size: 20px;
		color: #283346;
		transition: all 0.2s;
		content: '\f107';
		font-family: FontAwesome;
	}
	.mainmenu nav > ul li.menu-item-has-children > a:hover:after {
		color: #6bc67c;
	}
	.mainmenu nav > ul li.menu-item-has-children > a.opened:after {
		content: '\f106';
	}
	.mainmenu nav > ul > li.current_page_parent.menu-item-has-children > a:hover:after,
	.mainmenu nav > ul > li.current-menu-parent.menu-item-has-children > a:hover:after,
	.mainmenu nav > ul > li.current-menu-ancestor.menu-item-has-children > a:hover:after,
	.mainmenu nav > ul > li.current-menu-item.menu-item-has-children > a:hover:after,
	.mainmenu nav > ul > li.current_page_item.menu-item-has-children > a:hover:after {
		color: #6bc67c;
	}
	.mainmenu nav > ul > li ul {
		padding: 0px 0 12px 18px;
		box-shadow: none;
		position: relative;
		left: auto;
		top: auto;
		min-width: inherit;
	}
	.mainmenu nav > ul > li ul > li {
		display: block;
		margin: 0;
		text-align: center;
		padding: 0;
		border: none;
	}
	.mainmenu nav > ul > li ul > li:first-child {
		border-top: none;
		border-radius: 0;
	}
	.mainmenu nav > ul > li ul > li:last-child {
		border-radius: 0;
		border-bottom: none;
	}
	.mainmenu nav > ul > li ul > li > a {
		display: block;
		border: none;
		padding: 5px 10px;
		margin: 0;
		text-align: left;
	}
	.mainmenu nav > ul > li ul > li > a:hover {
		color: #6bc67c;
	}
	.mainmenu nav > ul > li ul > li.active > a,
	.mainmenu nav > ul > li ul > li.current-menu-item > a {
		color: #6bc67c;
	}
	.mainmenu nav > ul > li ul > li.active:after,
	.mainmenu nav > ul > li ul > li.current-menu-item:after {
		display: none;
	}

	.mainmenu nav > ul > li.menu-item-has-children li.menu-item-has-children > a:after {
		right: 16px !important;
		top: 8px;
		width: auto;
		height: auto;
		line-height: 1;
		content: '\f107';
		font-size: 20px;
		color: #283346;
		font-weight: 700;
	}
	.mainmenu nav > ul > li.menu-item-has-children li.menu-item-has-children > a.opened:after {
		content: '\f106';
	}
	.mainmenu nav > ul > li > ul ul {
		left: auto;
		top: auto;
	}



}

@media only screen and (max-width : 600px) {
	body .header-sticky .site-header.header_sticky,
	.site-header {
		padding: 15px 0 45px;
	}
	.site-header .h-logo {
		width: auto;
		/* padding: 0 15px 15px; */
		display: block;
		text-align: center;
	}
	.site-header .h-logo img {
		margin: 0 auto;
	}
	.site-header .h-shop {
		top: auto;
		bottom: 15px;
		right: 15px;
		margin: 0;
		left: 15px;
		text-align: center;
		width: auto;
	}
	.site-header .h-shop-links {
		text-align: justify;
		width:100% !important;
	}
	.site-header .h-shop-links:after {
		display: inline-block;
		content: '';
		width: 100%;
	}
	.h-search-btn,
	.site-header .h-shop-links .h-shop-icon,
	.site-header .h-shop-links .h-cart,
	.site-header .h-menu-btn {
		margin: 0;
		padding: 0;
	}
	.site-header .h-menu-btn:after {
		display: none;
	}
	.h-search-btn {
		text-align: center;
	}
	.site-header .h-search {
		width: auto;
		left: 40px;
	}
}

@media only screen and (max-width : 420px) {
	.site-header .h-shop-links .h-cart-icon {
		margin: 0;
	}
	.site-header .h-shop-links .h-cart-total {
		display: none;
	}
}


@media only screen and (min-width : 769px) {

}


/*----------------------------------
3 - Header
----------------------------------*/



/*----------------------------------
4 - Front
----------------------------------*/

.heroblock {
	position: relative;
	margin-top: -25px;
	margin-bottom: 50px;
	padding-top: 120px;
	padding-bottom: 170px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.heroblock:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.15);
	content: '';
	display: block;
}
.heroblock .heroblock-subttl {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	letter-spacing: 10px;
	text-align: center;
	margin: 0 0 18px;
	padding: 0;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.heroblock .heroblock-subttl a {
	color: #ffffff;
	transition: all 0.2s;
	border: none;
}
.heroblock .heroblock-subttl a:hover {
	color: #6bc67c;
	color: #fff;
}
.heroblock .heroblock-ttl {
	font-size: 70px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	letter-spacing: 3px;
	font-family: Montserrat;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	z-index: 1;
}
.heroblock a.btn {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px;
	border: 1px solid #fff;
	margin: 0 0 20px;
	padding: 14px 30px;
	border-radius: 0;
	background-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.heroblock a.btn:hover {
	background-color: #fff;
	color: #000;
}
@media only screen and (max-width : 480px) {
	.heroblock .heroblock-ttl {
		font-size: 40px;
	}
}

.heroblock2 {
	margin-top: -25px;
	padding-top: 80px;
	padding-bottom: 80px;
	min-height: 730px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../img/1/front/hero2.jpg);
}
.heroblock2 .heroblock2-ttl {
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0;
	font-size: 110px;
	font-weight: 900;
	color: #000;
	letter-spacing: 0px;
	font-family: Montserrat;
	text-align: center;
}
.heroblock2 .heroblock2-img {
	text-align: center;
	margin: 0;
	position: relative;
	display: inline-block;
}
.heroblock2 .heroblock2-img img {
	display: block;
	margin: 0;
}
.heroblock2 .heroblock2-caption {
	z-index: 2;
	background-color: rgb(76, 217, 100);
	border-radius: 100px 100px 100px 0px;
	min-height: 200px;
	min-width: 200px;
	max-height: 200px;
	max-width: 200px;
	position: absolute;
	bottom: 0;
	right: 10px;
}
.heroblock2 .heroblock2-price {
	z-index: 3;
	min-width: 201px;
	max-width: 201px;
	font-size: 40px;
	font-weight: 900;
	color: #ffffff;
	margin: 70px 0 0px;
	line-height: 1;
}
.heroblock2 .heroblock2-price-desc {
	z-index: 3;
	min-width: 201px;
	max-width: 201px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
}
.heroblock2 .heroblock2-desc {
	font-size: 22px;
	font-weight: 400;
	color: rgb(145, 152, 170);
	text-align: left;
	list-style: none;
}
.heroblock2 .heroblock2-desc .fa {
	font-size: 7px;
	color: #6bc67c;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 3px 0;
}
@media only screen and (max-width : 768px) {
	.heroblock2 .heroblock2-ttl {
		font-size: 60px;
	}
}
@media only screen and (max-width : 480px) {
	.heroblock2 .heroblock2-ttl {
		font-size: 40px;
	}
}

.front-icons .iconbox-i h3 {
	font-size: 45px;
}
.front-icons2 {
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 50px;
}
.front-icons2 .iconbox-item {
	margin-bottom: 30px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}
.front-image-half {
	background-color: #fff;
}
.front-image-half .image-half-cont .maincont-subttl {
	padding-left: 0;
}
.front-image-half .image-half-cont h2 {
	font-size: 40px;
	font-family:Montserrat;
	margin-bottom: 35px;
}
.front-title-block {
	margin-bottom: 60px;
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #2a2c3d;
}
.front-title-block h2 {
	font-size: 45px;
	color: #ffffff;
	margin-bottom: 45px;
}
.front-title-block2 {
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #2a2c3d;
}
.front-title-block2 h2 {
	font-size: 45px;
	color: #ffffff;
	margin-bottom: 10px;
}
.front-title-block2 p {
	font-size: 30px;
	color: #b2b5d3;
	margin-top: 10px;
	margin-bottom: 40px;
}
.front-title-block2 .btn-multishop {
	margin: 0 30px 60px;
}
.front-team {
	margin-bottom: 70px;
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #2a2c3d;
}
.front-team h2 {
	font-size: 45px;
	color: #ffffff;
	margin-bottom: 10px;
}
.front-team .front-team-subttl {
	font-size: 30px;
	color: #b2b5d3;
	margin-top: 10px;
	margin-bottom: 60px;
}

/*----------------------------------
4 - Front
----------------------------------*/




/*----------------------------------
5 - Front Categories
----------------------------------*/

.frontcategs-wrap {
	margin-top: 45px;
}
.frontslider-wrap + .frontcategs-wrap {
	margin-top: 15px;
}
.frontcategs {
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0;
	padding-bottom: 0;
	list-style: none;
	font-size: 1px;
	display: block;
	text-align: justify;
	min-width: 1169px;
}
.frontcategs:after {
	width: 100%;
	display: inline-block;
	content: '';
}
.frontcategs li {
	text-align: center;
	font-size: 14px;
	width: auto;
	line-height: 140%;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.frontcategs li a {
	display: block;
}
.frontcategs li .frontcategs-img {
	height: 60px;
	line-height: 60px;
	margin: 0 0 15px;
	overflow: hidden;
	display: block;
	transition: all 0.2s;
}
.frontcategs li .frontcategs-img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: all 0.2s;
}
.frontcategs li a:hover .frontcategs-img img {
	opacity: 0.85;
}
.frontcategs li p {
	color: #9292b4;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	transition: all 0.2s;
	text-transform: uppercase;
}

/*----------------------------------
5 - Front Categories
----------------------------------*/




/*----------------------------------
7 - Special Products
----------------------------------*/

p.special-more {
	display: block;
	margin: 0 0 20px;
	text-align: center;
}
.special-more a {
	font-weight: 600;
	font-size: 15px;
	background-color: #6bc67c;
	padding: 19px 0 20px;
	display: block;
	color: #ffffff;
	border: none;
	transition: all 0.2s;
	position: relative;
}
.special-more a:hover {
	background-color: #7dcd8c;
}
.special-more a.loading {
	opacity: 0.4;
	cursor: default;
}

/*----------------------------------
7 - Special Products
----------------------------------*/





/*----------------------------------
8 - InfoBlock
----------------------------------*/

.getspec {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	min-height: 278px;
	line-height: 278px;
	text-align: right;
}
.getspec .getspec-cont {
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	font-size: 40px;
	color: #6bc67c;
	text-transform: uppercase;
	line-height: 140%;
	max-width: 50%;

	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.getspec .getspec-cont h3 {
	line-height: 100%;
	font-size: 57px;
	margin: 0 0 13px;
	padding: 0;

	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #283346;
}
.getspec .getspec-cont p {
	line-height: 100%;
	margin: 0;
	padding: 0;
}
.getspec .getspec-cont form {
	position: relative;
	margin: 44px 0 0;
	max-width: 470px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
}
.getspec .getspec-cont form p {
	margin: 0;
	padding: 0;
}
.getspec .getspec-cont form br {
	display: none;
}
.getspec .getspec-cont form input[type=password],
.getspec .getspec-cont form input[type=tel],
.getspec .getspec-cont form input[type=email],
.getspec .getspec-cont form input[type=text] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #8990AD;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 180px 0 15px;
	margin: 9px 0 0;
}
.getspec .getspec-cont form input[type=password]:focus,
.getspec .getspec-cont form input[type=tel]:focus,
.getspec .getspec-cont form input[type=email]:focus,
.getspec .getspec-cont form input[type=text]:focus {
	border-color: #9fa4bb;
}
.getspec .getspec-cont form input[type=password]::-webkit-input-placeholder,
.getspec .getspec-cont form input[type=tel]::-webkit-input-placeholder,
.getspec .getspec-cont form input[type=email]::-webkit-input-placeholder,
.getspec .getspec-cont form input[type=text]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.getspec .getspec-cont form input[type=password]::-moz-placeholder,
.getspec .getspec-cont form input[type=tel]::-moz-placeholder,
.getspec .getspec-cont form input[type=email]::-moz-placeholder,
.getspec .getspec-cont form input[type=text]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.getspec .getspec-cont form input[type=password]:-ms-input-placeholder,
.getspec .getspec-cont form input[type=tel]:-ms-input-placeholder,
.getspec .getspec-cont form input[type=email]:-ms-input-placeholder,
.getspec .getspec-cont form input[type=text]:-ms-input-placeholder {
	color: #9fa4bb;
}
.getspec .getspec-cont form textarea {
	display: block;
	width: 100%;
	margin: 9px 0 0;
	padding: 10px 15px;
}
.getspec .getspec-cont form textarea:focus {
	border-color: #9fa4bb;
}
.getspec .getspec-cont form input[type=submit] {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	height: 34px;
	bottom: 3px;
	right: 3px;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0 15px;
	min-width: 120px;
	cursor: pointer;
}
.getspec .getspec-cont form input[type=submit]:hover {
	background: #7dcd8c;
}
.getspec form .ajax-loader {
	display: block;
	position: absolute;
	opacity: 0.2;
	top: 12px;
	right: 142px;
}
.getspec form .wpcf7-response-output {
	font-size: 15px;
	color: #b1bcd0;
	border: none;
	padding: 10px 0 0 15px;
	margin: 0;
	position: absolute;
}
.getspec form .wpcf7-response-output.wpcf7-validation-errors {
	display: none !important;
}
.getspec form .wpcf7-form-control-wrap {
	position: initial;
}
.getspec form .wpcf7-not-valid-tip {
	font-size: 15px;
	color: #b1bcd0;
	padding: 10px 0 0 15px;
	margin: 0;
	position: absolute;
}
.getspec .getspec-img {
	position: absolute;
	display: block;
	height: 100%;
	overflow: hidden;
	top: 0;
	right: 50%;
	margin: 0 6% 0 0px;
	border: none;
}
.getspec .getspec-img img {
	display: block;
	width: auto;
	height: 100%;
	max-width: none;
	max-height: none;
}
.getspec .getspec-more {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	border: none;
	letter-spacing: 0.03em;
	font-family: 'Open Sans', sans-serif;
	margin: 48px 0 0;
	padding: 7px 15px;
	min-width: 174px;
	width: auto;
	display: inline-block;
	cursor: pointer;
}
.getspec .getspec-more:hover {
	background: #7dcd8c;
}
.getspec.getspec-right {
	text-align: left;
}
.getspec.getspec-right .getspec-img {
	left: 50%;
	right: auto;
	margin: 0 0 0 6%;
}
.getspec.getspec-noimg {
	text-align: center;
}
.getspec.getspec-noimg .getspec-cont {
	max-width: initial;
	text-align: center;
}
.getspec.getspec-noimg .getspec-cont form {
	margin-left: auto;
	margin-right: auto;
}
/*----------------------------------
8 - InfoBlock
----------------------------------*/




/*----------------------------------
9 - BreadCrumbs
----------------------------------*/
.site-content .b-crumbs {
	position: relative;
	padding: 0 0 0 65px;
	margin: 0 0 24px;
}
.b-crumbs li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 8px 10px 0;
	font-weight: 600;
	padding: 0 16px 0 0;
	position: relative;
	color: #9292b4;
}
.b-crumbs li:after {
	position: absolute;
	content: '/';
	font-size: 13px;
	color: #9292b4;
	top: 0;
	right: 0;
	display: block;
	font-weight: 600;
}
.b-crumbs li:last-child:after {
	display: none;
}
.b-crumbs li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.b-crumbs li a {
	border-bottom: 1px solid transparent;
	color: #283346;
	transition: all 0.2s;
}
.b-crumbs li a:hover {
	border-bottom: 1px solid #283346;
}
.b-crumbs li span {
	color: #9292b4;
}
.single-product .site-content .b-crumbs {
	padding: 7px 0 0;
}
/*----------------------------------
9 - BreadCrumbs
----------------------------------*/





/*----------------------------------
10 - Pagination
----------------------------------*/

ul.page-numbers {
	clear: both;
	text-align: center;
	padding: 10px 8px;
}
ul.page-numbers li {
	display: inline-block;
	margin: 0 2px 10px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 700;
}
ul.page-numbers li a {
	transition: all 0.2s;
	color: #283346;
	text-align: center;
	display: block;
	position: relative;
	padding: 1px 12px;
}
ul.page-numbers li span {
	color: #283346;
	text-align: center;
	display: block;
	position: relative;
	padding: 1px 12px;
}
ul.page-numbers li a:hover {
	color: #6bc67c;
}
ul.page-numbers li a.prev {
	font-size: 17px;
}
ul.page-numbers li a.next {
	font-size: 17px;
}
ul.page-numbers li span.current {
	border-radius: 30px;
	background: #6bc67c;
	color: #fff;
}
ul.page-numbers li span.dots {
	color: #686f8a;
}
.prod-reviews ul.page-numbers {
	border-top: 1px solid #e0e4f6;
	padding: 12px 0 0;
	text-align: center;
}
.prod-reviews ul.page-numbers li {
	margin-bottom: 0;
}
.post-comments ul.page-numbers {
	border-top: 1px solid #e0e4f6;
	padding: 12px 0 6px;
	text-align: center;
}
p.link-pages,
.s-post p.link-pages {
	text-align: center;
	margin: 0;
}
.link-pages > span {
	color: #283346;
	text-align: center;
	display: inline-block;
	position: relative;
	padding: 1px 12px;
	border-radius: 30px;
	background: #c0c4d7;
	color: #fff;
	margin: 0 2px 10px;
	font-size: 12px;
	font-weight: 700;
	vertical-align: top;
}
.link-pages a {
	vertical-align: top;
	display: inline-block;
	margin: 0 2px 10px;
	font-size: 12px;
	font-weight: 700;
}
.link-pages a:hover {
	color: #6bc67c;
}
.link-pages a span {
	color: #283346;
	text-align: center;
	display: block;
	position: relative;
	padding: 1px 12px;
	transition: all 0.2s;
}
.link-pages a span:hover {
	color: #6bc67c;
}

/*----------------------------------
10 - Pagination
----------------------------------*/





/*----------------------------------
11 - Filter
----------------------------------*/

.woof_edit_view {
	display: none;
}
.woof_childs_list {
	display: none;
	background-color: #f4f5fb;
	padding: 5px 0 5px 15px;
	margin: 7px 0 0 0 !important;
	border: 1px solid #e0e4f6;
	border-radius: 3px;
}
.section-filter .woof_sid_auto_shortcode {
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.section-filter .chosen-container-single .chosen-single div:after {
	display: none;
}


/* SHORTCODE */
.page-full .row-wrap-container .section-filter-shortcode {
	padding: 0 15px;
	z-index: 1;
	position: relative;
}
.section-filter-price-no .woof_price3_search_container {
	display: none !important;
}
.section-filter-price-no .woof_price3_search_container + .woof_container {
	border-top: none;
}
.section-filter-shortcode .woof_submit_search_form_container {
	float: none;
	padding: 24px 15px 25px;
	margin: 0;
	width: 100%;
	border-top: 1px solid #e0e4f6;
	text-align: center;
}
.section-filter-shortcode .woof_submit_search_form_container .woof_submit_search_form {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	display: inline-block;
	border: none;
	letter-spacing: 0.05em;
	margin: 0 20px;
	padding: 9px 30px;
	cursor: pointer;
	float: none !important;
}
.section-filter-shortcode .woof_submit_search_form_container .woof_submit_search_form:hover {
	background: #7dcd8c;
}

.section-filter-shortcode .woof_submit_search_form_container .woof_reset_search_form {
	border: none;
	float: none !important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: auto;
	cursor: pointer;
	right: auto;
	margin: 0 20px;
	border-bottom: 1px dashed #283346;
}
/* SHORTCODE */


.section-filter .woof_list_checkbox input[type=checkbox] {
	display: none;
}
.section-filter .woof_list_checkbox input[type=checkbox]:disabled + label.woof_checkbox_label {
	opacity: 0.5;
	color: #686f8a !important;
	cursor: default;
}
.section-filter .woof_list label.woof_checkbox_label {
	vertical-align: middle;
	display: inline-block;
	color: #686f8a;
	font-size: 15px;
	position: relative;
	padding: 0 0 0 28px;
	transition: all 0.2s;
	cursor: pointer;
	margin: 0;
}
.section-filter .woof_list label.woof_checkbox_label:hover {
	color: #6bc67c;
}
.section-filter .woof_list label.woof_checkbox_label:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
	background: url(../img/chk1.png) no-repeat left top;
	top: 3px;
	left: 0;
}
.section-filter .woof_list label.woof_checkbox_label_selected {
	font-weight: normal;
}
.section-filter-shortcode .woof_list input[type=checkbox]:checked + label:after,
.section-filter .woof_list label.woof_checkbox_label_selected:after {
	background-position: left bottom;
}
.section-filter .woof_list_radio input[type=radio] {
	display: none;
}
.section-filter .woof_list_radio input[type=radio]:disabled + label.woof_radio_label {
	opacity: 0.5;
	color: #686f8a !important;
	cursor: default;
}
.section-filter .woof_list label.woof_radio_label {
	vertical-align: middle;
	display: inline-block;

	color: #686f8a;
	font-size: 15px;
	position: relative;
	padding: 0 0 0 28px;
	transition: all 0.2s;
	cursor: pointer;
	margin: 0;
}
.section-filter .woof_list label.woof_radio_label:hover {
	color: #6bc67c;
}
.section-filter .woof_list label.woof_radio_label:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	display: block;
	overflow: hidden;
	background: url(../img/radio1.png) no-repeat left top;
	top: 4px;
	left: 0;
}
.section-filter .woof_list label.woof_radio_label_selected {
	font-weight: normal;
}
.section-filter-shortcode .woof_list input[type=radio]:checked + label:after,
.section-filter .woof_list label.woof_radio_label_selected:after {
	background-position: left bottom;
}
.section-filter .woof_list.woof_list_radio li .woof_radio_term_reset {
	display: none !important;
}
.section-filter .woof_redraw_zone {
	border: 1px solid #e0e4f6;
	background: #fff;
	border-radius: 3px;
	margin: 0 0 30px;
	padding: 5px 0 0;
}
.section-filter .woof_redraw_zone .woof_list li {
	margin: 0 15px 0 0 !important;
	display: inline-block;
}
.section-filter .woof_products_top_panel {
	margin: 0 50px 30px 0;
	z-index: 9;
}
.section-filter .woof_products_top_panel li {
	margin: 0 20px 0 0 !important;
}
.section-filter .woof_products_top_panel li span {
	font-size: 15px;
	color: #686f8a;
	position: relative;
	display: block;
	padding-right: 26px;
	background: none;
	transition: all 0.2s;
}
.section-filter .woof_products_top_panel li span:hover {
}
.section-filter .woof_products_top_panel li span:after {
	content: '';
	top: 50%;
	right: 0;
	width: 17px;
	height: 17px;
	margin: -8px 0 0;
	background: url(../img/remove1.png) no-repeat center center;
	-o-background-size: auto auto;
	-moz-background-size: auto auto;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	background-color: #6bc67c;
	display: block;
	border-radius: 18px;
	position: absolute;
	transition: all 0.2s;
}
.section-filter .woof_products_top_panel li span:hover:after {
	background-color: #7dcd8c;
}


.section-filter .chosen-container {
	width: 100% !important;
	min-width: initial;
}
.blog-sb-widgets .chosen-container-single .chosen-single,
.section-filter .chosen-container-single .chosen-single {
	height: auto !important;
	line-height: normal !important;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0 14px 0 0;
	color: #283346;
	cursor: pointer;
	font-size: 15px;
	transition: all 0.2s;
	position: relative;
	background: none;
	background-color: transparent;
	box-shadow: none;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.blog-sb-widgets .chosen-container-single .chosen-single div,
.section-filter .chosen-container-single .chosen-single div {
	position: absolute;
	content: '';
	background: url(../img/arr1.png) no-repeat left top;
	display: block;
	width: 14px;
	height: 8px;
	overflow: hidden;
	top: 7px;
	right: 0;
}
.blog-sb-widgets .chosen-container-single.chosen-with-drop .chosen-single div,
.section-filter .chosen-container-single.chosen-with-drop .chosen-single div {
	background-position: left bottom;
}
.blog-sb-widgets .chosen-container.chosen-with-drop .chosen-drop,
.section-filter .chosen-container.chosen-with-drop .chosen-drop {
	left: -11px !important;
	border: 1px solid #e0e4f6;
	background: #fff;
	box-shadow: none;
	padding: 5px 10px;
	margin: 4px 0 0;
	left: -11px;
	border-radius: 4px;
	box-sizing: content-box;
}
.blog-sb-widgets .chosen-container-single .chosen-search,
.section-filter .chosen-container-single .chosen-search {
	padding: 6px 0 0;
	position: relative;
}
.blog-sb-widgets .chosen-container-single .chosen-search:after,
.section-filter .chosen-container-single .chosen-search:after {
	position: absolute;
	content: '\f002';
	top: 50%;
	right: 10px;
	font-family: FontAwesome;
	display: block;
	color: #686f8a;
	margin: -6px 0 0;
}
.blog-sb-widgets .chosen-container-single .chosen-search input[type=text],
.section-filter .chosen-container-single .chosen-search input[type=text] {
	border: 1px solid #e0e4f6;
	font-family: 'Open Sans', sans-serif;
	border-radius: 4px;
	font-size: 15px;
	color: #283346;
	padding: 4px 20px 4px 10px;
	background: none;
}
.blog-sb-widgets .chosen-container .chosen-results,
.section-filter .chosen-container .chosen-results {
	padding: 0;
	margin: 4px 0 4px;
}
.blog-sb-widgets .chosen-container .chosen-results li,
.section-filter .chosen-container .chosen-results li {
	margin: 0;
	line-height: normal;
	transition: all 0.2s;
	font-size: 15px;
	color: #283346;
	padding: 4px 0;
}
.blog-sb-widgets .chosen-container .chosen-results li.highlighted,
.section-filter .chosen-container .chosen-results li.highlighted {
	background: none;
	color: #6bc67c;
}
.blog-sb-widgets .chosen-container .chosen-results li.disabled-result,
.section-filter .chosen-container .chosen-results li.disabled-result {
	opacity: 0.5;
}
.blog-sb-widgets .chosen-container .chosen-results li.result-selected,
.section-filter .chosen-container .chosen-results li.result-selected {
	background: none;
	color: #6bc67c;
}


.section-filter .chosen-container-multi .chosen-choices {
	border: none;
	background-color: transparent;
	background-image: none;
	color: #283346;
	font-size: 15px;
	box-shadow: none;
	display: inline-block;
	width: auto;
	padding: 0 14px 0 0;
	vertical-align: middle;
}
.section-filter .chosen-container-multi .chosen-choices:after {
	position: absolute;
	content: '';
	background: url(../img/arr1.png) no-repeat left top;
	display: block;
	width: 14px;
	height: 8px;
	overflow: hidden;
	top: 50%;
	right: 0;
	margin: -4px 0 0;
}
.section-filter .chosen-container-multi.chosen-with-drop .chosen-choices:after {
	background-position: left bottom;
}
.section-filter .chosen-container-multi .chosen-choices li.search-choice {
	font-size: 13px;
	color: #fff;
	background: url(../img/remove1.png) no-repeat center center;
	background-color: #c0c5d9;
	border-radius: 20px;
	background-image: none;
	border: none;
	box-shadow: none;
	line-height: normal;
	padding: 3px 27px 4px 12px;
	margin: 3px 5px 3px 0;
}
.section-filter .chosen-container-multi .chosen-choices li.search-choice span {
	line-height: normal;
}
.section-filter .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 50%;
	width: 16px;
	height: 16px;
	margin: -9px 0 0;
	right: 8px;
	border-radius: 16px;
	background: url(../img/remove1.png) no-repeat center center;
}
.section-filter .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background: url(../img/remove1.png) no-repeat center center;
	background-color: #6bc67c;
}
.section-filter .woof .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 0;
	padding: 0;
	height: auto;
	color: #283346;
}


.section-filter .woof_show_sku_search_container input[type="search"],
.section-filter .woof_show_sku_search_container input[type="text"] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	width: 100%;
	height: 40px;
	padding: 0 15px !important;
	display: inline-block;
	box-shadow: none;
}
.section-filter .woof_show_sku_search_container input[type="search"]:focus,
.section-filter .woof_show_sku_search_container input[type="text"]:focus {
	background: #f1f1fa;
}
.section-filter .woof_show_sku_search_container input[type="search"]::-webkit-input-placeholder,
.section-filter .woof_show_sku_search_container input[type="text"]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.section-filter .woof_show_sku_search_container input[type="search"]::-moz-placeholder,
.section-filter .woof_show_sku_search_container input[type="text"]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.section-filter .woof_show_sku_search_container input[type="search"]:-ms-input-placeholder,
.section-filter .woof_show_sku_search_container input[type="text"]:-ms-input-placeholder {
	color: #9fa4bb;
}
.section-filter .woof_show_sku_search_container input[type="search"]::-webkit-search-results-decoration,
.section-filter .woof_show_sku_search_container input[type="search"]::-webkit-search-results-button,
.section-filter .woof_show_sku_search_container input[type="search"]::-webkit-search-decoration,
.section-filter .woof_show_sku_search_container input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
.section-filter .woof_show_sku_search_container {
	padding: 10px 15px;
}
.section-filter .woof_show_sku_search_container br {
	display: none;
}
.section-filter .woof_show_sku_search_container a {
	display: inline-block;
	background: none;
	top: 50%;
	font-size: 14px;
	color: #868ca7;
	transition: color 0.2s;
	margin: -10px 0 0;
	right: 21px;
}
.section-filter .woof_show_sku_search_container a:after {
	content: '\f002';
	font-family: FontAwesome;
}
.section-filter .woof_show_sku_search_container a:hover {
	color: #6bc67c;
}
.section-filter .easy-autocomplete-container ul {
	background: none repeat scroll 0 0 #ffffff;
	border-top: 1px dotted #ccc;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	top: -1px;
}
.section-filter .easy-autocomplete-container ul li,
.section-filter .easy-autocomplete-container ul .eac-category {
	border-color: #e0e4f6;
	padding: 7px 15px;
	font-size: 15px;
	color: #868ca7;
	font-family: 'Open Sans', sans-serif;
}
.section-filter .easy-autocomplete-container ul li b,
.section-filter .easy-autocomplete-container ul .eac-category b {
	font-weight: 400;
	color: #000;
}
.section-filter .easy-autocomplete-container ul li.selected {
	background: #f4f5fb;
}
.section-filter .woof_color_term {
	width: 20px;
	height: 20px;
	border: 4px solid #e0e4f6;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}
.section-filter .woof_list_color input[type=checkbox] {
	display: none;
}
.section-filter .woof_color_term:hover {
	border-color: #b4bad4;
	border-color: transparent;
}
.section-filter ul.woof_list_color {
	overflow: hidden;
	padding: 0 15px;
}
.section-filter .woof_redraw_zone ul.woof_list_color li {
	float: left !important;
	margin: 3px 15px 3px 0 !important;
	position: relative;
}
.section-filter .woof_redraw_zone ul.woof_list_color li p.woof_tooltip {
	position: initial;
}
.section-filter .woof_redraw_zone ul.woof_list_color li .woof_color_term input[type=checkbox]:checked + .woof_color_checked {
	background-color: initial;
	position: absolute;
	width: 16px;
	height: 16px;
	color: #fff;
	font-size: 9px;
	display: block;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	border-radius: 16px;
	text-align: center;
	line-height: 15px;
}
.section-filter .woof_redraw_zone ul.woof_list_color li .woof_color_term input[type=checkbox]:checked + .woof_color_checked:after {
	content: '\f00c';
	font-family: FontAwesome;
}
.section-filter ul.woof_list_image {
	padding: 0 15px;
}
.section-filter .woof_redraw_zone ul.woof_list_image li {
	margin: 4px 15px 4px 0 !important;
}
.section-filter .woof_redraw_zone ul.woof_list_image li input[type=checkbox] {
	display: none;
}
.section-filter ul.woof_list_image li .woof_image_term {
	width: 40px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.section-filter ul.woof_list_image li .woof_image_term input[type=checkbox]:checked + .woof_image_checked {
	background-color: rgba(107, 198, 124, 0.7);
	position: absolute;
	width: 16px;
	height: 16px;
	color: #fff;
	font-size: 9px;
	display: block;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -8px;
	border-radius: 16px;
	text-align: center;
	line-height: 15px;
}
.section-filter ul.woof_list_image li .woof_image_term input[type=checkbox]:checked + .woof_image_checked:after {
	content: '\f00c';
	font-family: FontAwesome;
}
.section-filter ul.woof_list_image li p.woof_tooltip {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.section-filter ul.woof_list_image li p.woof_tooltip span.woof_tooltip_data {
	background-color: #858daa;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	width: 100px;
	margin: 0 0 8px -50px;
	border-radius: 3px;
	bottom: 100%;
	top: auto;
	left: 50%;
	min-width: initial;
	max-width: initial;
	min-height: initial;
	padding: 4px 6px;
	opacity: 0;
	transition: opacity 0.3s;
}
.section-filter ul.woof_list_image li p.woof_tooltip:hover span.woof_tooltip_data {
	opacity: 1;
}
.section-filter ul.woof_list_image li p.woof_tooltip span.woof_tooltip_data:after {
	border-top: 6px solid #858daa;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 100%;
	content: '';
	display: block;
	left: 50%;
	margin: 0 0 0 -6px;
}



.woof_sid_auto_shortcode .woof_container_inner {
	padding-left: 0;
}

.section-filter .woof_submit_search_form_container {
	clear: both;
	margin: 0;
	position: relative;
	overflow: initial;
}
.section-filter .woof_submit_search_form_container:after {
	clear: both;
	display: block;
	content: '';
}
.section-filter .woof_submit_search_form_container .woof_reset_search_form {
	position: absolute;
	right: 0;
	top: 30px;
	float: none;
	display: block;
	background-color: transparent;
	padding: 0;
	font-size: 15px;
	border-bottom: 1px dashed #283346;
	border-radius: 0;
	font-weight: 400;
	color: #283346;
	transition: all 0.2s;
}
.section-filter .woof_submit_search_form_container .woof_reset_search_form:hover {
	background-color: transparent;
	color: #283346;
	border-bottom: 1px dashed transparent;
}
.section-filter .irs-from,
.section-filter .irs-to,
.section-filter .irs-single {
	background: #6bc67c;
}
.section-filter .irs-from:after,
.section-filter .irs-to:after,
.section-filter .irs-single:after {
	border-top-color: #6bc67c;
}
.section-filter .irs-line-mid,
.section-filter .irs-line-left,
.section-filter .irs-line-right,
.section-filter .irs-bar,
.section-filter .irs-bar-edge,
.section-filter .irs-slider {
	background-image: url(../img/sprite-skin-flat.png);
	background-repeat: repeat-x;
}
.section-filter .irs-slider {
	top: 22px;
}
.section-filter .irs-line {
	height: 2px;
}
.section-filter .irs-bar {
	height: 2px;
	background-image: none;
	background-color: #6bc67c;
}
.section-filter .irs-grid {
	bottom: 13px;
}
.section-filter .irs-slider.from {
	background-image: none;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #6bc67c;
	margin: 0 0 0 0;
	cursor: pointer;
}
.section-filter .irs-slider.to {
	background-image: none;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #6bc67c;
	margin: 0 0px 0 0;
	cursor: pointer;
}
div.woof_info_popup {
	top: 50%;
	left: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px 0 rgba(26,53,99,0.15);
	-moz-box-shadow: 0 0 25px 0 rgba(26,53,99,0.15);
	box-shadow: 0 0 25px 0 rgba(26,53,99,0.15);
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #283346;
	text-align: center;
	min-width: 200px;
	margin: 0 0 0 -100px;
	border: 1px solid #e0e4f6;
}


.maincont .section-filter-toggle {
	text-align: center;
	color: #283346;
	font-size: 15px;
	margin: 0 0 30px;
	padding: 0;
}
.maincont .section-filter-toggle a {
	display: inline-block;
	color: #283346;
	transition: all 0.2s;
	border-bottom: 1px dashed #283346;
	padding: 0;
	position: relative;
	margin: 0 10px 0 0;
}
.maincont .section-filter-toggle a:hover {
	border-color: transparent;
}
.maincont .section-filter-toggle a:after {
	content: '';
	background: url(../img/arr1.png) no-repeat left bottom;
	display: inline-block;
	width: 14px;
	height: 8px;
	overflow: hidden;
	margin: -5px 15px 0 15px;
	position: absolute;
	top: 50%;
	right: -44px;
}
.maincont .section-filter-toggle.filter_hidden a:after {
	background-position: left top;
}
.maincont .section-filter-toggle.filter_hidden + .section-filter .woof_redraw_zone {
	display: none;
}
.section-filter .woof_show_auto_form,
.section-filter .woof_hide_auto_form {
	background: none;
	width: 100%;
	height: auto;
	text-align: center;
	color: #283346;
	font-size: 15px;
	margin: 0 0 30px !important;
	padding: 0;
	position: relative;
}
.section-filter .woof_show_auto_form:after,
.section-filter .woof_hide_auto_form:after {
	content: '';
	background: url(../img/arr1.png) no-repeat left top;
	display: inline-block;
	width: 14px;
	height: 8px;
	overflow: hidden;
	margin: 0 15px 0 15px;
}
.section-filter .woof_hide_auto_form:after {
	background: url(../img/arr1.png) no-repeat left bottom;
}
.section-filter .woof_show_auto_form:before {
	display: inline-block;
	content: 'Show Filter';
	transition: all 0.2s;
	border-bottom: 1px dashed #283346;
}
.section-filter .woof_show_auto_form:hover:before {
	border-color: transparent;
}
.section-filter .woof_hide_auto_form:before {
	display: inline-block;
	content: 'Hide Filter';
	transition: all 0.2s;
	border-bottom: 1px dashed #283346;
}
.section-filter .woof_hide_auto_form:hover:before {
	border-color: transparent;
}
.section-filter .irs-grid-pol.small {
	display: none;
}
.section-filter .woof_container {
	vertical-align: middle;
	min-width: initial;
	position: relative;

	float: none;
	padding: 10px 15px;
	margin: 0;
	width: 100%;
	border-top: 1px solid #e0e4f6;
}
.section-filter .woof_container:first-child {
	border-top: none;
}
.section-filter .woof_container.woof_price3_search_container {
	padding-left: 40px;
	padding-right: 40px;
}
.section-filter .woof_container select {
	display: inline-block;
	/*width: 81%;*/
	vertical-align: middle;
	/*margin: 12px 0 12px 4% !important;*/
	margin: 12px 0 !important;
	position: relative;
	opacity: 0;
}
.section-filter .woof_container input.woof_range_slider {
	opacity: 0;
}
.section-filter .woof_container .woof_container_inner > h4,
.section-filter .woof_container .section-filter-label {
	font-size: 15px;
	color: #686f8a;
	width: 14%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	cursor: default;
	overflow: hidden;
	font-weight: normal;
	line-height: 1.42857143;
	margin: 0;
}
.section-filter .woof_container .woof_list_radio,
.section-filter .woof_container .woof_list_checkbox,
.section-filter .woof_container .chosen-container.chosen-container-single,
.section-filter .woof_container .chosen-container.chosen-container-multi {
	/*width: 81% !important;*/
	display: inline-block;
	vertical-align: middle;
	/*margin: 6px 0 6px 4% !important;*/
	position: relative;
	padding: 5px 15px;
}
/*.section-filter .woof_container .woof_list_radio:after,
.section-filter .woof_container .woof_list_checkbox:after,
.section-filter .woof_container .chosen-container.chosen-container-single:after,
.section-filter .woof_container .chosen-container.chosen-container-multi:after {
	display: block;
	position: absolute;
	top: 4px;
	bottom: 2px;
	left: -2%;
	width: 1px;
	background: #e2e2e2;
	content: '';
}*/
.section-filter .woof_container .woof_list_radio:after,
.section-filter .woof_container .woof_list_checkbox:after {
	top: 7px;
	bottom: 6px;
}
.section-filter .woof_container .woof_list_radio li,
.section-filter .woof_container .woof_list_checkbox li {
	padding: 3px 0 3px 0 !important;
}


.section-filter .woof_container .woof_block_html_items {
	display: inline-block;
	vertical-align: middle;
	margin: 6px 0;
	position: relative;
	width: 100%;
}
.section-filter .woof_container h4 + .woof_block_html_items {
	width: 81% !important;
	margin: 6px 0 6px 4% !important;
}
.section-filter .woof_container .woof_block_html_items.woof_closed_block {
	display: none;
}
.section-filter .woof_container .woof_container_inner > h4 {
	overflow: initial;
	transition: color 0.2s;
}
.section-filter .woof_container .woof_container_inner > h4:hover {
	color: #6bc67c;
}
.section-filter .woof_container h4 +  .woof_block_html_items:after {
	display: block;
	position: absolute;
	top: 4px;
	bottom: 3px;
	left: -2%;
	width: 1px;
	background: #e0e4f6;
	content: '';
}
.section-filter .woof_container h4 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
.section-filter .woof_container h4 a.woof_front_toggle {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: rgba(0,0,0,0);
	border: none;
}
.section-filter .woof_container h4 a.woof_front_toggle:after {
	content: '\f105';
	display: block;
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	color: #868ca7;
	margin: -11px 0 0;
	font-size: 15px;
	right: -34px;
	transition: color 0.2s;
}
.section-filter .woof_container h4 a.woof_front_toggle.woof_front_toggle_opened:after {
	display: none;
}
.section-filter .woof_container h4:hover a.woof_front_toggle:after {
	color: #6bc67c;
}


.blog-sb-widgets ul.brands-list-sb {

}
.blog-sb-widgets ul.brands-list-sb li {
    line-height: 1.42857143;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 7px;
}
.blog-sb-widgets ul.brands-list-sb li a {
	text-transform: uppercase;
    color: #283346;
    border: 0;
    transition: all .2s;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 0 30px 0 0;
}
.blog-sb-widgets ul.brands-list-sb li a:hover {
	color: #9292b4;
    text-decoration: none;
}
.blog-sb-widgets ul.brands-list-sb li.active a {
	color: #9292b4;
}
.blog-sb-widgets ul.brands-list-sb li .count {
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    background: #c0c4d7;
    border-radius: 20px;
    padding: 3px 8px 4px;
    margin: 0 0 1px 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    top: 1px;
    right: 0;
}

/*----------------------------------
11 - Filter
----------------------------------*/





/*----------------------------------
12 - Products List Item
----------------------------------*/
.prod-items {
	position: relative;
	z-index: 2;
}
.prod-items:after {
	clear: both;
	content: '';
	display: block;
}

.prod-items:after {
	clear: both;
	content: '';
	display: block;
}
.prod-items .prod-i {
	background: #fff;
	min-height: 465px;
	padding: 0;
	position: relative;
	transition: box-shadow 0.15s;
}
.prod-items .prod-i .prod-i-top {
	position: relative;
}
.prod-items .prod-i .prod-i-bot {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid #f2f2f2;
	padding: 35px 40px 18px;
	transition: border-color 0.2s;
	background-color: #fff;
	z-index: 1;
}
.prod-items .prod-i .prod-i-actions {
	position: absolute;
	top: 50%;
	margin: -20px 0 0;
	z-index: 3;
	text-align: center;
	left: 0;
	right: 0;
	transition: opacity 0.2s;
	opacity: 0;
}
.prod-items .prod-i .prod-i-actions-in {
	transition: all 0.4s;
	padding: 5px 20px;
	border-radius: 40px;
	background: #fff;
	display: inline-block;
	height: 40px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.04);
}

.prod-items .prod-i .prod-i-cart,
.prod-items .prod-i .prod-li-favorites,
.prod-items .prod-i .prod-li-compare,
.prod-items .prod-i .prod-quickview {
	padding: 0;
	text-align: center;
	position: relative;
	margin: 0 4px;
	display: inline-block;
	vertical-align: middle;
}
.prod-items .prod-i .prod-i-cart a,
.prod-items .prod-i .prod-li-favorites a,
.prod-items .prod-i .prod-li-compare a,
.prod-items .prod-i .prod-quickview a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	position: relative;
	border: none;
	transition: background-color 0.2s;
	opacity: 1;
}
.prod-items .prod-i .prod-i-cart a .icon,
.prod-items .prod-i .prod-li-favorites a .icon,
.prod-items .prod-i .prod-li-compare a .icon,
.prod-items .prod-i .prod-quickview a .icon {
	margin: 0;
	font-size: 20px;
	color: #283346;
}
.prod-items .prod-i .prod-i-cart a:hover,
.prod-items .prod-i .prod-li-favorites a:hover,
.prod-items .prod-i .prod-li-compare a:hover,
.prod-items .prod-i .prod-quickview a:hover {
	background-color: #f1f1fb;
}
.prod-items .prod-i .prod-li-favorites .ajax-loading,
.prod-items .prod-i .prod-li-compare .prod-li-compare-loading,
.prod-items .prod-i .prod-quickview .quick-view-loading {
	font-family: FontAwesome;
	position: absolute;
	background-color: #fff;
	top: 6px;
	left: 7px;
	font-size: 18px;
	color: #283346;
	width: auto;
	height: auto;
	margin: 0;
	display: none;
}
.prod-items .prod-i .prod-i-cart a.loading .icon:before {
	font-family: FontAwesome;
	position: absolute;
	top: 6px;
	left: 7px;
	font-size: 18px;
	color: #283346;
	width: auto;
	height: auto;
	margin: 0;
	content: '\f110';
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
.prod-items .prod-i .prod-li-favorites .ajax-loading {
	box-shadow: 0 0 0 6px #fff !important;
}
.prod-items .prod-i .prod-li-compare a.loading,
.prod-items .prod-i .prod-quickview a.loading {
	opacity: 0;
}
.prod-items .prod-i .prod-quickview a.loading + .quick-view-loading {
	display: block;
}
.prod-items .prod-i .prod-i-cart a.added:after,
.prod-items .prod-i .prod-li-favorites a.active:after,
.prod-items .prod-i .prod-li-compare a.prod-li-compare-added:after {
	display: block;
	position: absolute;
	top: 0;
	right: -3px;
	width: 16px;
	height: 14px;
	content: '';
	background: url(../img/added.png) no-repeat left top;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.prod-items .prod-i .prod-i-cart .added_to_cart {
	display: none;
}
.prod-items .prod-i .prod-li-favorites .feedback {
	display: none;
}
.prod-items .prod-i .prod-quickview .ion-close-round {
	font-size: 18px;
	color: red;
}

.prod-items .prod-i .prod-i-img {
	margin: 0;
	height: 340px;
	position: relative;
	display: block;
	padding: 40px;
	text-align: center;
	font-size: 0;
	border: none;
}
.prod-items .prod-i-top .prod-i-img:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f5f5fc;
	opacity: 0;
	transition: opacity 0.2s;
	z-index: 2;
}
.prod-items .prod-i .prod-i-img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
	z-index: 1;
}
.prod-items .prod-i .prod-i-img:after {
	height: 100%;
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.prod-items .prod-i .prod-i-badge {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
}
.prod-items .prod-i .prod-i-badge span {
	display: block;
	margin: 0 0 13px;
	border-radius: 0 3px 3px 0;
	padding: 3px 15px 4px;
	background-color: #6bc67c;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
}
span.badge-1 {
	background-color: #ffbd19 !important;
}
.prod-items .prod-i .prod-i-ttl {
	font-size: 18px;
	font-weight: 600;
	color: #283346;
	text-align: left;
	padding: 0;
	margin: 0 0 15px;
	position: relative;
	line-height: 140%;
	max-height: 77px;
	overflow: hidden;
}
.prod-items .prod-i .prod-i-ttl a {
	transition: all 0.2s;
	color: #283346;
	border: none;
}
.prod-items .prod-i-ttl a:hover {
	color: #6bc67c;
}
.prod-items .prod-i .prod-i-info {
	position: relative;
	overflow: hidden;
	margin: 0;
}
.prod-items .prod-i .prod-i-categ {
	text-transform: uppercase;
	color: #9292b4;
	font-size: 12px;
	font-weight: 600;
	display: block;
	border-bottom: 1px solid transparent;
	margin: 3px 0 5px;
	line-height: 1.1;
}
.prod-items .prod-i .prod-i-categ a {
	border-bottom: 1px solid transparent;
	color: #9292b4;
}
.prod-items .prod-i .prod-i-categ a:hover {
	border-color: #9292b4;
}
.prod-items .prod-i .prod-i-price {
	font-size: 15px;
	float: right;
	color: #6bc67c;
	text-align: right;
	margin: 0 0 10px;
	font-weight: 600;
	line-height: 1.4;
}
.prod-items .prod-i .prod-i-info del {
	float: none;
	color: #c0c4d7;
	margin: 0 0 0 0;
	font-size: 13px;
}
.prod-items .prod-i .prod-i-info del * {
	line-height: 1;
}
.prod-items .prod-i .prod-i-price ins {
	background-color: transparent;
	padding: 0;
	text-decoration: none;
	color: #6bc67c;
	margin: 0 0 3px 0;
}
.prod-items .prod-i:hover {
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.05);
}
.prod-items .prod-i:hover .prod-i-img:before {
	opacity: 0.5;
}
.prod-items .prod-i:hover .prod-i-bot {
	border-color: #e9e9ef;
}
.prod-items .prod-i:hover .prod-i-actions {
	opacity: 1;
}



.prod-items .sectgl-item {
	margin: 0 0 30px;
}
.prod-items .sectgl-item .prod-i {
	margin: 0;
}


/* PRODUCTS COLUMNS */
.prod-items-4 .sectgl-item .prod-i {
	min-height: 345px;
}
.prod-items-4 .sectgl-item .prod-i-img {
	height: 248px;
	padding: 30px;
}
.prod-items-4 .prod-i .prod-i-bot {
	padding: 20px 30px 8px;
}
.prod-items-4 .prod-i .prod-i-price {
	margin: 0 0 7px;
}


@media only screen and (min-width : 1221px) {
	.section-wrap-withsb .prod-items-3 .sectgl-item .prod-i {
		min-height: 297px;
	}
	.section-wrap-withsb .prod-items-3 .sectgl-item .prod-i-img {
		height: 200px;
		padding: 25px;
	}
	.section-wrap-withsb .prod-items-3 .prod-i .prod-i-bot {
		padding: 20px 25px 8px;
	}
	.section-wrap-withsb .prod-items-3 .prod-i .prod-i-price {
		margin: 0 0 7px;
	}
}


@media only screen and (min-width : 993px) and (max-width : 1220px) {
	.section-wrap-withsb .prod-items-3 .sectgl-item .prod-i {
		min-height: 370px;
	}
	.section-wrap-withsb .prod-items-3 .sectgl-item .prod-i-img {
		height: 273px;
		padding: 30px;
	}
	.section-wrap-withsb .prod-items-3 .prod-i .prod-i-bot {
		padding: 20px 30px 8px;
	}
	.section-wrap-withsb .prod-items-3 .prod-i .prod-i-price {
		margin: 0 0 7px;
	}
}


@media only screen and (max-width : 1220px) {
	.prod-items .sectgl-item .prod-i {
		min-height: 368px;
	}
	.prod-items .sectgl-item .prod-i-img {
		height: 271px;
		padding: 30px;
	}
	.prod-items .prod-i .prod-i-bot {
		padding: 20px 30px 8px;
	}
	.prod-items .prod-i .prod-i-price {
		margin: 0 0 7px;
	}


	.prod-items-4 .sectgl-item .prod-i {
		min-height: 368px;
	}
	.prod-items-4 .sectgl-item .prod-i-img {
		height: 271px;
	}
}



@media only screen and (max-width : 992px) {
	.prod-items .sectgl-item .prod-i {
		min-height: 434px;
	}
	.prod-items .sectgl-item .prod-i-img {
		height: 309px;
		padding: 40px;
	}
	.prod-items .prod-i .prod-i-bot {
		padding: 35px 40px 18px;
	}
	.prod-items .prod-i .prod-i-price {
		margin: 0 0 10px;
	}
}

@media only screen and (max-width : 650px) {
	.prod-items .sectgl-item .prod-i {
		min-height: 368px;
	}
	.prod-items .sectgl-item .prod-i-img {
		height: 271px;
		padding: 30px
	}
	.prod-items .prod-i .prod-i-bot {
		padding: 20px 30px 8px;
	}
	.prod-items .prod-i .prod-i-price {
		margin: 0 0 7px;
	}
}

@media only screen and (max-width : 550px) {
	.prod-items .sectgl-item {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 370px;
	}
	.prod-items .sectgl-item .prod-i {
		min-height: initial;
	}
	.prod-items .sectgl-item .prod-i-img {
		height: auto !important;
		padding: 40px;
	}
	.prod-items .prod-i .prod-i-bot {
		padding: 35px 40px 18px;
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
	}
	.prod-items .prod-i .prod-i-price {
		margin: 0 0 10px;
	}
}

/*----------------------------------
12 - Products List Item
----------------------------------*/





/*----------------------------------
13 - Products List
----------------------------------*/

.maincont .prod-litems .prod-li {
	margin: 0 0 26px;
	position: relative;
	background: #fff;
	padding: 0;
	z-index: 2;
}
.maincont .prod-litems .prod-li-inner {
	position: relative;
	padding: 0 0 0 170px;
}
.maincont .prod-litems .prod-li p {
	line-height: 1.42857143;
}
.prod-litems .prod-li-img {
	padding: 20px;
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	vertical-align: middle;
	display: block;
	border: none;
	border-right: 1px solid #e0e4f6;
	font-size: 0;
	text-align: center;
}
.prod-litems .prod-li-img:hover {
	border-color: #e0e4f6;
}
.prod-litems .prod-li-img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.prod-litems .prod-li-img:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}
.prod-litems .prod-li .prod-li-badge {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
}
.prod-litems .prod-li .prod-li-badge span {
	display: block;
	margin: 0 0 13px;
	border-radius: 0 3px 3px 0;
	padding: 3px 15px 4px;
	background-color: #6bc67c;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
}
.prod-litems .prod-li-cont {
	padding: 10px 0 10px;
	overflow: hidden;
}
.prod-litems .prod-li-ttl-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 52%;
	padding: 15px 20px 10px 25px;
	text-transform: uppercase;
	font-size: 12px;
	color: #9292b4;
	font-weight: 600;
}
.prod-litems .prod-li-ttl-wrap p {
	margin: 0 0 13px;
}
.prod-litems .prod-li-ttl-wrap .variation {
	font-size: 15px;
	color: #9292b4;
	font-weight: 400;
}
.prod-litems .prod-li-ttl-wrap p a {
	color: #9292b4;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}
.prod-litems .prod-li-ttl-wrap p a:hover {
	border-color: #9292b4;
}
.prod-litems .prod-li-ttl-wrap h3 {
	font-size: 18px;
	margin: 0;

	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #283346;
}
.prod-litems .prod-li-ttl-wrap h3 a {
	color: #283346;
	transition: all 0.2s;
	border: none;
}
.prod-litems .prod-li-ttl-wrap h3 a:hover {
	color: #6bc67c;
}

.prod-litems .prod-li-prices {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	padding: 15px 0 15px;
	position: relative;
}
.prod-litems .prod-li-prices:after {
	clear: both;
	content: '';
	display: block;
}

.prod-litems .prod-li-total-wrap,
.prod-litems .prod-li-price-wrap {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px 0 0;
	width: 26%;
	font-size: 15px;
	color: #9292b4;
	max-width: 90px;
}
.prod-litems .prod-li-total-wrap {
	margin-right: 0;
}
.prod-litems .prod-li-total-wrap p,
.prod-litems .prod-li-price-wrap p {
	margin: 0 0 10px;
}
.prod-litems .prod-li-total-wrap .prod-li-total,
.prod-litems .prod-li-price-wrap .prod-li-price {
	margin: 0;
	color: #6bc67c;
	font-size: 14px;
	font-weight: 600;
}
.prod-litems .prod-li-total-wrap .prod-li-total del,
.prod-litems .prod-li-price-wrap .prod-li-price del {
	color: #9292b4;
	font-weight: 400;
}
.prod-litems .prod-li-total-wrap .prod-li-total ins,
.prod-litems .prod-li-price-wrap .prod-li-price ins {
	text-decoration: none;
	background-color: transparent;
	padding: 0;
	color: #6bc67c;
}
.prod-litems .prod-li-total-wrap .prod-li-total *,
.prod-litems .prod-li-price-wrap .prod-li-price * {
	line-height: 1;
}
.prod-litems .prod-li-total-wrap .prod-li-total span,
.prod-litems .prod-li-price-wrap .prod-li-price span {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.prod-litems .prod-li-qnt-wrap {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px 0 0;
	width: 26%;
	font-size: 15px;
	color: #9292b4;
	max-width: 85px;
}
.prod-litems .prod-li-qnt-wrap .prod-li-qnt {
	overflow: hidden;
	min-height: initial;
	position: relative;
	padding: 13px 0;
	margin: 0;
}
.prod-litems .prod-li-qnt-wrap .prod-li-minus {
	font-size: 17px;
	color: #9292b4;
	position: absolute;
	bottom: -8px;
	left: 14px;
	transition: color 0.2s;
	line-height: 1;
	border: none;
}
.prod-litems .prod-li-qnt-wrap .prod-li-minus:hover {
	color: #283346;
}
.prod-litems .prod-li-qnt-wrap .prod-li-plus {
	font-size: 17px;
	color: #9292b4;
	position: absolute;
	top: -8px;
	left: 14px;
	transition: color 0.2s;
	line-height: 1;
	border: none;
}
.prod-litems .prod-li-qnt-wrap .prod-li-plus:hover {
	color: #283346;
}
.prod-litems .prod-li-qnt-wrap input[type=number],
.prod-litems .prod-li-qnt-wrap input[type=text] {
	border: none;
	width: 39px;
	text-align: center;
	font-size: 14px;
	border-radius: 0;
	display: block;
	padding: 0;
	height: 25px;
	font-weight: 600;
	color: #283346;
	transition: all 0.2s;
	background: #fff;
}
.prod-litems .prod-li-qnt-wrap input[type=number]:focus,
.prod-litems .prod-li-qnt-wrap input[type=text]:focus {

}

.prod-litems .prod-li-info {
	position: relative;
	border-top: 1px solid #e0e4f6;
	padding: 0 5.6% 9px 25px;
}
.prod-litems .prod-li-info:after {
	clear: both;
	content: '';
	display: block;
}
.prod-litems .prod-li-rating-wrap {
	float: left;
	text-align: left;
	margin: 0 0 0 0;
	position: relative;
	padding: 10px 0 0;
	font-size: 15px;
	color: #9292b4;
}
.prod-litems .prod-li-rating-wrap p {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #283346;
	vertical-align: middle;
}
.prod-litems .prod-li-rating-wrap .prod-li-rating {
	margin: 0 9px 0 0;
	text-align: left;
	font-size: 15px;
	color: #6bc67c;
	white-space: nowrap;
	display: inline-block;
}
.prod-litems .prod-li-rating-wrap .prod-li-rating-count {
	margin: 3px 0 0;
}
.prod-litems .prod-li-rating .rating-ico {
	font-size: 15px;
	background-color: #d8d8d8;
	width: 11px;
	height: 11px;
	border-radius: 11px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 11px 0 0;
}
.prod-litems .prod-li-rating[data-rating="1"] .rating-ico:nth-child(1) {
	background-color: #ffa201;
}
.prod-litems .prod-li-rating[data-rating="2"] .rating-ico:nth-child(1),
.prod-litems .prod-li-rating[data-rating="3"] .rating-ico:nth-child(2) {
	background-color: #ffa201;
}
.prod-litems .prod-li-rating[data-rating="3"] .rating-ico:nth-child(1),
.prod-litems .prod-li-rating[data-rating="3"] .rating-ico:nth-child(2),
.prod-litems .prod-li-rating[data-rating="3"] .rating-ico:nth-child(3) {
	background-color: #ffa201;
}
.prod-litems .prod-li-rating[data-rating="4"] .rating-ico:nth-child(1),
.prod-litems .prod-li-rating[data-rating="4"] .rating-ico:nth-child(2),
.prod-litems .prod-li-rating[data-rating="4"] .rating-ico:nth-child(3),
.prod-litems .prod-li-rating[data-rating="4"] .rating-ico:nth-child(4) {
	background-color: #ffa201;
}
.prod-litems .prod-li-rating[data-rating="5"] .rating-ico:nth-child(1),
.prod-litems .prod-li-rating[data-rating="5"] .rating-ico:nth-child(2),
.prod-litems .prod-li-rating[data-rating="5"] .rating-ico:nth-child(3),
.prod-litems .prod-li-rating[data-rating="5"] .rating-ico:nth-child(4),
.prod-litems .prod-li-rating[data-rating="5"] .rating-ico:nth-child(5) {
	background-color: #ffa201;
}
.prod-litems .prod-li-add {
	float: right;
	padding: 11px 0 0;
	font-size: 15px;
	font-weight: 600;
	color: #283346;
	position: relative;
	margin: 0;
}
.prod-litems .prod-li-add .button {
	position: relative;
	color: #283346;
	padding: 0 0 0 15px;
	background-color: transparent !important;
	border-radius: 0;
	border: none;
	letter-spacing: 0.02em;
	transition: color 0.2s;
}
.prod-litems .prod-li-add .button .icon {
	margin: 0 23px 0 0;
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
}
.woocommerce-cart .prod-li-add .button .icon {
	margin: 1px 13px 0 0;
	font-size: 19px;
}
.prod-litems .prod-li-add .button span {
	text-align: left;
	position: relative;
	bottom: auto;
	left: auto;
	width: auto;
	background: none;
	margin: 0;
	border-radius: 0;
	padding: 0;
	line-height: 1.42857143;
	color: #283346;
	font-size: 15px;
	transition: color 0.2s;
	transform: none;
	visibility: visible;
	opacity: 1;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
.prod-litems .prod-li-add .button span:before {
	display: none;
}
.prod-litems .prod-li-add .button:hover span {
	color: #6bc67c;
}
.prod-litems .prod-li-add .added_to_cart {
	text-transform: none;
	position: absolute;
	color: #283346;
	font-weight: 700;
	line-height: 1;
	font-size: 15px;
	top: 17px;
	left: 52px;
	background-color: #fff;
	display: block;
	padding: 0 25px 0 3px;
	margin: 0;
	white-space: nowrap;
	transition: all 0.2s;
	border: none;
}
.prod-litems .prod-li-add .added_to_cart:hover {
	color: #6bc67c;
}
.prod-litems .prod-li-add .button.loading {
	padding: 0 0 0 15px;
	opacity: 1;
}
.prod-litems .prod-li-add .button:hover {
	color: #6bc67c;
	background-color: transparent;
}
.prod-litems .prod-li-add .button:after {
	display: none;
}
.prod-litems .prod-li-add .button.loading:after {
	position: absolute;
	display: block !important;
	background: #fff;
	top: 0;
	left: 0;
	right: auto;
	font-size: 18px;
	color: #283346;
	width: auto !important;
	padding: 3px;
	height: auto !important;
	margin: 0 0 0 10px;
	content: '\f110';
	font-family: FontAwesome;
}
.prod-litems .prod-li-add .button.added:after {
	display: block;
	position: absolute;
	top: -1px;
	left: 17px;
	width: 16px;
	margin-left: .53em;
	height: 14px;
	content: '';
	background: url(../img/added.png) no-repeat left top;
}

.prod-litems .prod-li .prod-li-information,
.prod-litems .prod-li .prod-i-cart,
.prod-litems .prod-li .prod-li-favorites,
.prod-litems .prod-li .prod-li-compare,
.prod-litems .prod-li .prod-quickview {
	float: right;
	padding: 0;
	text-align: center;
	position: relative;
	margin: 9px 6px 0;
	display: inline-block;
}
.prod-litems .prod-li .prod-li-information a,
.prod-litems .prod-li .prod-i-cart a,
.prod-litems .prod-li .prod-li-favorites a,
.prod-litems .prod-li .prod-li-compare a,
.prod-litems .prod-li .prod-quickview a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	position: relative;
	border: none;
	transition: background-color 0.2s;
}
.prod-litems .prod-li .prod-li-information a .icon,
.prod-litems .prod-li .prod-i-cart a .icon,
.prod-litems .prod-li .prod-li-favorites a .icon,
.prod-litems .prod-li .prod-li-compare a .icon,
.prod-litems .prod-li .prod-quickview a .icon {
	margin: 0;
	font-size: 20px;
	color: #283346;
	display: inline-block;
	vertical-align: middle;
}
.prod-litems .prod-li .prod-li-information a:hover,
.prod-litems .prod-li .prod-i-cart a:hover,
.prod-litems .prod-li .prod-li-favorites a:hover,
.prod-litems .prod-li .prod-li-compare a:hover,
.prod-litems .prod-li .prod-quickview a:hover {
	background-color: #f1f1fb;
}
.prod-litems .prod-li .prod-li-favorites .ajax-loading,
.prod-litems .prod-li .prod-li-compare .prod-li-compare-loading,
.prod-litems .prod-li .prod-quickview .quick-view-loading {
	font-family: FontAwesome;
	position: absolute;
	background-color: #fff;
	top: 6px;
	left: 7px;
	font-size: 18px;
	color: #283346;
	width: auto;
	height: auto;
	margin: 0;
	display: none;
}
.prod-litems .prod-li .prod-i-cart a.loading .icon:before {
	font-family: FontAwesome;
	position: absolute;
	top: 6px;
	left: 7px;
	font-size: 18px;
	color: #283346;
	width: auto;
	height: auto;
	margin: 0;
	content: '\f110';
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
.prod-litems .prod-li .prod-li-favorites .ajax-loading {
	box-shadow: 0 0 0 4px #fff !important;
}
.prod-litems .prod-li .prod-li-compare a.loading,
.prod-litems .prod-li .prod-quickview a.loading {
	opacity: 0;
}
.prod-litems .prod-li .prod-quickview a.loading + .quick-view-loading {
	display: block;
}
.prod-litems .prod-li .prod-i-cart a.added:after,
.prod-litems .prod-li .prod-li-favorites a.active:after,
.prod-litems .prod-li .prod-li-compare a.prod-li-compare-added:after {
	display: block;
	position: absolute;
	top: 0;
	right: -3px;
	width: 16px;
	height: 14px;
	content: '';
	background: url(../img/added.png) no-repeat left top;
}
.prod-litems .prod-li .prod-i-cart .added_to_cart {
	display: none;
}
.prod-litems .prod-li .prod-li-favorites .feedback {
	display: none;
}
.prod-litems .prod-li .prod-li-information .hover-label span {
	width: 120px;
	margin: 0 0 10px -60px;
}
.prod-litems .prod-li .prod-li-information a:hover .icon:before {
	content: "\f123";
}
.prod-litems .prod-li .prod-li-information.opened a .icon:before {
	content: "\f126";
}



.prod-litems .prod-li-informations {
	display: none;
	border-top: 1px solid #e0e4f6;
	padding: 20px 30px 5px;
}
.prod-li .prod-li-informations p {
	margin: 0 0 14px;
}
.prod-li .prod-li-props {
	overflow: hidden;
	margin: 0 0 14px;
}
.prod-li .prod-li-props p {
	margin: 0;
}
.prod-li .prod-li-props dt {
	width: 15%;
	float: left;
	font-size: 15px;
	color: #868ca7;
	margin: 0 0 8px;
	padding: 0 5px 0 0;
	font-weight: 400;
	line-height: 1.42857143;
}
.prod-li .prod-li-props dt:nth-of-type(3n+1) {
	clear: left;
}
.prod-li .prod-li-props dd {
	width: 18%;
	float: left;
	color: #283346;
	font-size: 15px;
	margin: 0 0 8px;
	padding: 0 5px 0 0;
	line-height: 1.42857143;
}
.prod-li .prod-li-props dd a {
	color: #283346;
	transition: all 0.2s;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.prod-li .prod-li-props dd a:hover {
	border-color: #283346;
}
.prod-li .prod-li-props dt a {
	color: #6bc67c;
	transition: all 0.2s;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.prod-li .prod-li-props dt a:hover {
	border-color: #6bc67c;
}



@media only screen and (min-width : 993px) {
	.section-list-withsb .prod-li .prod-li-props dt {
		width: 23%;
	}
	.section-list-withsb .prod-li .prod-li-props dt:nth-of-type(3n+1) {
		clear: none;
	}
	.section-list-withsb .prod-li .prod-li-props dt:nth-of-type(2n+1) {
		clear: left;
	}
	.section-list-withsb .prod-li .prod-li-props dd {
		width: 27%;
	}
}


@media only screen and (min-width : 993px) and (max-width : 1220px) {
	.prod-litems .prod-li-ttl-wrap {
		padding: 15px 20px 10px 20px;
	}
	.prod-litems .prod-li-qnt-wrap,
	.prod-litems .prod-li-total-wrap,
	.prod-litems .prod-li-price-wrap {
		width: 31.5%;
	}
	.prod-litems .prod-li-info {
		padding: 0 20px 9px 20px;
	}
	.prod-litems .prod-li-add .button {
		padding: 0 0 0 10px;
	}
	.prod-litems .prod-li-add .button .icon {
		margin: 0 11px 0 0;
	}
	.prod-litems .prod-li-add .added_to_cart {
		padding: 0 25px 0 3px;
	}
	.prod-litems .prod-li-rating-wrap .prod-li-rating {
		margin: 0;
	}
	.prod-litems .prod-li .prod-i-cart,
	.prod-litems .prod-li .prod-li-favorites,
	.prod-litems .prod-li .prod-li-compare,
	.prod-litems .prod-li .prod-quickview {
		margin: 9px 5px 0;
	}
}

@media only screen and (max-width : 992px) {
	.prod-li .prod-li-props dt {
		width: 23%;
	}
	.prod-li .prod-li-props dt:nth-of-type(3n+1) {
		clear: none;
	}
	.prod-li .prod-li-props dt:nth-of-type(2n+1) {
		clear: left;
	}
	.prod-li .prod-li-props dd {
		width: 27%;
	}
}

@media only screen and (max-width : 768px) {
	.prod-litems .prod-li .prod-li-information,
	.prod-litems .prod-li .prod-i-cart,
	.prod-litems .prod-li .prod-li-favorites,
	.prod-litems .prod-li .prod-li-compare,
	.prod-litems .prod-li .prod-quickview {
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media only screen and (max-width : 700px) {
	.prod-litems .prod-li-img {
		padding: 20px 20px 35px;
	}
	.prod-litems .prod-li-ttl-wrap {
		padding: 15px 20px 10px 20px;
	}
	.prod-litems .prod-li-info {
		padding: 0 10px 11px 20px;
	}
	.prod-litems .prod-li-rating-wrap {
		float: none;
		position: absolute;
		left: -134px;
		bottom: 10px;
		padding: 0;
	}
	.prod-litems .prod-li-rating-wrap .prod-li-rating-count {
		display: none;
	}
	.prod-litems .prod-li-add {
		float: left;
		padding: 10px 0 0;
	}
	.prod-litems .prod-li-add .button {
		padding: 0 15px 0 0;
	}
	.prod-litems .prod-li-add .added_to_cart {
		padding: 0 25px 0 3px;
	}
	.prod-litems .prod-li .prod-li-information,
	.prod-litems .prod-li .prod-i-cart,
	.prod-litems .prod-li .prod-li-favorites,
	.prod-litems .prod-li .prod-li-compare,
	.prod-litems .prod-li .prod-quickview {
		float: left;
		margin: 8px 6px 0;
	}
}

@media only screen and (max-width : 650px) {
	.prod-litems .prod-li-ttl-wrap {
		width: 68%;
		padding: 15px 10px 10px 20px;
	}
	.prod-litems .prod-li-prices {
		width: 32%;
		padding: 0 0 0 45px;
	}
	.prod-litems .prod-li-price-wrap {
		width: auto;
	}
	.prod-litems .prod-li-qnt-wrap {
		width: auto;
		padding: 0;
		position: absolute;
		left: 0;
		top: 50%;
		margin: -25px 0 0;
	}
	.prod-litems .prod-li-total-wrap {
		display: none;
	}
}

@media only screen and (max-width : 550px) {
	.prod-litems .prod-li-img {
		padding: 20px;
		width: auto;
		height: 210px;
		position: relative;
		top: auto;
		left: auto;
		border: none;
		border-bottom: 1px solid #e0e4f6;
	}
	.maincont .prod-litems .prod-li {
		padding: 0;
	}
	.maincont .prod-litems .prod-li-inner {
		padding: 0;
	}
	.prod-litems .prod-li-rating-wrap {
		display: none;
	}
	.prod-li .prod-li-props dt {
		width: 47%;
		clear: left;
	}
	.prod-li .prod-li-props-hasparts .prod-li-props-parts-value,
	.prod-li .prod-li-props dd {
		width: 53%;
	}
	.prod-litems .prod-li-informations {
		padding: 15px 20px 1px;
	}
}

@media only screen and (max-width : 380px) {
	.prod-litems .prod-li-cont {
		padding: 0;
	}
	.prod-litems .prod-li-ttl-wrap p {
		margin: 0 0 6px;
	}
	.prod-litems .prod-li-ttl-wrap {
		width: auto;
		display: block;
		padding: 16px 20px 13px 20px;
		border-bottom: 1px solid #e0e4f6;
	}
	.prod-litems .prod-li-prices {
		width: auto;
		display: block;
		padding: 13px 20px 16px;
	}
	.prod-litems .prod-li-total-wrap p,
	.prod-litems .prod-li-price-wrap p {
		margin: 0 0 5px;
	}
	.prod-litems .prod-li-qnt-wrap {
		position: relative;
		top: auto;
		left: auto;
		margin: 0;
		padding: 0 15px 0 0;
		width: 26%;
	}
	.prod-litems .prod-li-total-wrap,
	.prod-litems .prod-li-price-wrap {
		display: inline-block;
		padding: 0 15px 0 0;
		width: 26%;
	}
	.prod-litems .prod-li .prod-li-information,
	.prod-litems .prod-li .prod-i-cart,
	.prod-litems .prod-li .prod-li-favorites,
	.prod-litems .prod-li .prod-li-compare,
	.prod-litems .prod-li .prod-quickview {
		float: none;
		margin: 0 12px 0 -5px;
	}
	.prod-litems .prod-li-add {
		float: none;
		padding: 10px 0 0;
	}
	.prod-litems .prod-li-add .button .icon {
		margin: 0 11px 0 0;
	}
}


.wccm-catalog-items {
	clear: both;
	margin: 2em 0;
	vertical-align: middle;
}
.wccm-catalog-item {
	float: left;
	margin-right: 1em;
	position: relative;
}
.wccm-catalog-item img {
	width: 48px;
	height: 48px;
}
.wccm-catalog-item a.dashicons {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	color: red;
	display: block;
}
.wccm-catalog-items .wccm-catalog-item .button {
	background-color: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	margin: 8px 0 0 5px;
	padding: 9px 15px;
	cursor: pointer;
}
.wccm-catalog-items .wccm-catalog-item .button:hover {
	color: #fff;
	background-color: #7dcd8c;
}
.wccm-catalog-items .wccm-catalog-item .button.alt {
	padding: 0;
	background-color: transparent;
	color: #686f8a;
	margin: 17px 0 0;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}
.wccm-catalog-items .wccm-catalog-item .button.alt:hover {
	background-color: transparent;
	border-bottom: 1px solid #686f8a;
	color: #686f8a;
}
.wccm-empty-compare {
	background-color: transparent;
	padding: 0;
	text-align: center;
	margin: 0 0 5px !important;
	font-size: 15px;
	color: #686f8a;
}
.wccm-tbody .wccm-th,
.wccm-tbody .wccm-table-wrapper {
	border-top: none;
}
.yith-wcwl-share ul {
	margin: 0;
}



.categs-list {
	margin: 50px auto;
	padding-top: 0;
	padding-bottom: 1px;
	list-style: none;
	display: block;
	text-align: center;
	font-size: 0;
}
.categs-list li {
	text-align: center;
	width: auto;
	line-height: 140%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px;
	width: 20%;
}
.categs-list li a {
	display: block;
	border: none;
	position: relative;
}
.categs-list li .product-category-thumb {
	height: 70px;
	margin: 0 0 10px;
	transition: all 0.2s;
}
.categs-list li .product-category-thumb:hover {
	opacity: 0.85;
}
.categs-list li .product-category-thumb:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	height: 100%;
}
.categs-list li img {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.categs-list li h3 {
	text-align: center;
	color: #9292b4;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	transition: all 0.2s;
	text-transform: uppercase;
}
.categs-list li h3 .count {
	color: #9292b4;
	background-color: transparent;
}
.section-top {
	position: relative;
	padding: 0 440px 0 0;
}
.section-top:after {
	clear: both;
	display: block;
	content: '';
}
.section-top .section-top-sort {
	position: absolute;
	top: 32px;
	right: 0;
}
.section-top .products-per-page,
.section-top .section-sort,
.section-top .section-view {
	float: right;
	margin: 0 0 0 30px;
}
.section-top .section-top-sort:after {
	clear: both;
	content: '';
	display: block;
}
.section-top .products-per-page p,
.section-top .section-sort p,
.section-top .section-view p {
	margin: 0 11px 0 0;
	display: inline-block;
	color: #9292b4;
	font-size: 15px;
}
.section-top .section-sort .dropdown-wrap,
.section-top .section-view .dropdown-wrap {
	display: inline-block;
	position: relative;
}
.section-top .section-sort .section-sort-ttl,
.section-top .section-view .section-view-ttl {
	margin: 0;
	padding: 0 28px 0 0;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	color: #283346;
	font-weight: 700;
	font-size: 15px;
}
.section-top .section-sort .section-sort-ttl:after,
.section-top .section-view .section-view-ttl:after {
	position: absolute;
	margin: -1px 0 0;
	content: "\f107";
	top: 50%;
	font-weight: 400;
	font-size: 22px;
	right: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-family: FontAwesome;
}
.section-top .section-sort .section-sort-ttl:hover,
.section-top .section-view .section-view-ttl:hover {
	color: #6bc67c;
}
.section-top .section-sort .section-sort-ttl.opened:after,
.section-top .section-view .section-view-ttl.opened:after {
	content: "\f106";
}
.section-top .section-sort ul,
.section-top .section-view ul {
	position: absolute;
	left: -11px;
	top: 100%;
	background: #fff;
	padding: 5px 13px;
	margin: 4px 0 0;
	border: 1px solid #e5e5ee;
	border-radius: 4px;
	min-width: 100%;
	box-sizing: content-box;
	display: none;
	z-index: 5;
	color: #283346;
}
.section-top .section-sort ul li,
.section-top .section-view ul li {
	white-space: nowrap;
	padding: 0;
	font-size: 15px;
}
.section-top .section-sort ul li:last-child,
.section-top .section-view ul li:last-child {
	margin-bottom: 3px;
}
.section-top .section-sort ul li:first-child,
.section-top .section-view ul li:first-child {
	margin-top: 3px;
}
.section-top .section-sort ul li a,
.section-top .section-view ul li a {
	transition: all 0.2s;
	display: block;
	padding: 2px 0;
	color: #283346;
}
.section-top .section-sort ul li a:hover,
.section-top .section-view ul li a:hover {
	color: #6bc67c;
}
.section-top .section-sort ul li.active a,
.section-top .section-view ul li.active a {
	color: #6bc67c;
}
.section-top .products-per-page select {
	opacity: 0;
	height: 21px;
	display: inline-block;
	min-width: 43px;
}
.section-top .products-per-page .chosen-container {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0;
	min-width: 43px;
}
.section-top .products-per-page .chosen-container-single .chosen-single {
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #283346;
	font-weight: 700;
	font-size: 15px;
	height: 21px !important;
	line-height: 21px !important;
	transition: color 0.2s;
}
.section-top .products-per-page .chosen-container-single .chosen-single span {
	margin: 0;
}
.section-top .products-per-page .chosen-container-single .chosen-single div:after {
	position: absolute;
	margin: -1px 0 0;
	content: "\f107";
	top: 50%;
	font-weight: 400;
	font-size: 22px;
	right: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-family: FontAwesome;
}
.section-top .products-per-page .chosen-container-single .chosen-single:hover {
	color: #6bc67c;
}
.section-top .products-per-page .chosen-container-single.chosen-with-drop.chosen-container-active .chosen-single div:after {
	content: "\f106";
}
.section-top .products-per-page .chosen-container-single .chosen-drop {
	background: #fff;
	padding: 8px 13px;
	margin: 4px 0 0;
	border: 1px solid #e5e5ee;
	border-radius: 4px;
	min-width: 100%;
	box-sizing: content-box;
	color: #283346;
}
.section-top .products-per-page .chosen-container .chosen-results {
	margin: 0;
}
.section-top .products-per-page .chosen-container .chosen-results li {
	padding: 2px 0;
	color: #283346;
	transition: color 0.2s;
	line-height: 1.42857143;
}
.section-top .products-per-page .chosen-container .chosen-results li.highlighted {
	background-color: transparent;
	color: #6bc67c;
}


#yith-wcwl-popup-message,
#compare-popup-message {
	font-size: 15px;
	color: #283346;
	background: white;
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	line-height: 140%;
	padding: 15px;
	position: fixed;
	text-align: center;
	top: 50%;
	left: 50%;
	z-index: 10000;
}

.dropdown-wrap-range .dropdown-list input[type=text] {
	display: none;
}

/*----------------------------------
13 - Products List
----------------------------------*/


/*----------------------------------
13.1 - Catalog Sidebar
----------------------------------*/

.section-wrap-withsb {
	position: relative;
	transform: none;
}
.section-sb {
	float: left;
	width: 31.6%;
	margin: 0 2.7% 30px 0;
}
.section-sb .theiaStickySidebar {
    background: #fff;
}
.section-sb .section-filter-toggle {
    margin: 30px 0 30px;
}
.section-sb .section-sb-widget {
    padding: 18px 20px 20px;
    border-top: 1px solid #e0e4f6;
    font-size: 15px;
    color: #686f8a;
    position: relative;
}
.section-sb .section-sb-widget:first-child {
	border-top: none;
}
.blog-sb-widgets .blog-sb-widget.WOOF_Widget {
	padding: 0;
}
.blog-sb-widgets .jq-selectbox {
	z-index: 10 !important;
}
.blog-sb-widgets .jq-selectbox.opened {
	z-index: 100 !important;
}
.blog-sb-widgets .widgettitle {
	margin: 0 0 18px;
	padding: 0;
	color: #9292b4;
	font-size: 18px;
	font-weight: 700;
}
.blog-sb-widget.WOOF_Widget .widgettitle {
	padding: 30px 30px 0;
}
.section-sb .woof_redraw_zone {
    border: none;
    margin: 0;
}
.section-sb .woof_container {
    padding: 15px;
}
.section-sb .woof_container .section-filter-label {
    width: auto;
    text-align: left;
    display: block !important;
}
.section-list-withsb {
	float: left;
	width: 65.7%;
}

.section-list-withsb.wishlist {
	float: none;
	width: 100%;
}

.section-list-withsb .section-filter .woof_auto_show,
.section-list-withsb .section-filter .woof_sid_auto_shortcode,
.section-list-withsb .section-filter .woof_show_auto_form + br,
.section-list-withsb .section-filter .woof_show_auto_form {
	display: none !important;
}
.section-sb .woof_container .woof_list_radio,
.section-sb .woof_container .woof_list_checkbox,
.section-sb .woof_container
.chosen-container.chosen-container-single,
.section-sb .woof_container .chosen-container.chosen-container-multi {
    width: 100% !important;
}
.section-sb-current h3 {
	margin: 0 0 18px;
	padding: 0;
	color: #9292b4;
	font-size: 18px;
	font-weight: 700;
}
.section-sb-current .section-sb-list {
	margin: -9px 0 0;
}
.section-sb-current .section-sb-list li {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
}
.section-sb-current .section-sb-list li a {
	color: #283346;
	transition: color 0.2s;
	display: block;
	border-top: 1px solid #f2f2f2;
	position: relative;
	padding: 14px 30px 14px 0;
}
.section-sb-current .section-sb-list > li:first-child > a {
	border-top: none;
}
.section-sb-current .section-sb-list li.current-cat > a,
.section-sb-current .section-sb-list li.current-cat-ancestor > a,
.section-sb-current .section-sb-list li.current-cat-parent > a,
.section-sb-current .section-sb-list li a:hover {
	text-decoration: none;
	color: #6bc67c;
}
.section-sb-current .section-sb-list li .count {
	color: #9292b4;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	top: 12px;
	right: 0;
}
.section-sb-current .section-sb-list li .children {
	padding: 0;
}
.section-sb-current .section-sb-list li .children a {
	padding-left: 20px;
}
.section-sb-current .section-sb-list li .children .children a {
	padding-left: 40px;
}
.section-sb-current .section-sb-list li .children .children .children a {
	padding-left: 60px;
}
.section-sb-current .section-sb-list li .children .children .children .children a {
	padding-left: 80px;
}
.products-featured-wrap {

}
.products-featured-wrap .products-featured {
	border-bottom: 1px solid #f2f2f2;
	padding: 6px 0 12px;
	margin: 0 0 21px;
}
.products-featured-wrap .products-featured:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.products-featured .products-featured-categ {
	text-transform: uppercase;
	color: #9292b4;
	font-size: 12px;
	font-weight: 600;
	display: block;
	border-bottom: 1px solid transparent;
	margin: 0 0 9px;
	line-height: 1.1;
}
.products-featured .products-featured-categ a {
	border-bottom: 1px solid transparent;
	color: #9292b4;
}
.products-featured .products-featured-categ a:hover {
	text-decoration: none;
	border-color: #9292b4;
}
.products-featured .products-featured-ttl {
	font-size: 18px;
	font-weight: 700;
	color: #283346;
	margin: 0 0 9px;
}
.products-featured .products-featured-ttl a {
	color: #283346;
	transition: color 0.2s;
	display: block;
}
.products-featured .products-featured-ttl a:hover {
	text-decoration: none;
	color: #6bc67c;
}
.products-featured .products-featured-price {
	color: #6bc67c;
	font-size: 15px;
	margin: 0 0 12px;
	font-weight: 600;
}
.products-featured .products-featured-price ins {
	text-decoration: none;
}
.products-featured .products-featured-price del {
	color: #c0c4d7;
	margin: 0 0 0 0;
	font-size: 13px;
}

/*----------------------------------
13.1 - Catalog Sidebar
----------------------------------*/






/*----------------------------------
14 - Single Product
----------------------------------*/

.maincont .prod {
	margin-bottom: 49px;
	padding: 0 0 0 51.3%;
	position: relative;
}
.prod:after {
	clear: both;
	display: block;
	content: '';
}
.woocommerce div.product {
	margin-bottom: 49px;
}

.quick-view-modal {
	display: none;
}
.maincont.quick-view-modal {
	padding: 15px;
	max-width: 100%;
}
.quick-view-modal .prod-excerpt-more {
	display: none;
}
.maincont.quick-view-modal div.prod {
	margin-bottom: 0;
}
.quick-view-modal .prod-tabs-wrap {
	margin: 30px 0 0;
}

.prod .prod-badge {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	text-transform: uppercase;
	text-align: center;
	z-index: 2;
}
.prod .prod-badge span {
	display: block;
	margin: 0 0 13px;
	border-radius: 0 3px 3px 0;
	padding: 3px 15px 4px;
	background-color: #6bc67c;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
}
.prod .prod-slider-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 0 0 95px;
	float: left;
	width: 48.8%;
	overflow: hidden;
	background-color: #fff;
}
.prod .prod-slider-wrap.prod-slider-shown {
	min-height: 500px;
}
.prod .prod-slider-wrap.prod-slider-shown + .prod-cont {
	min-height: 500px;
}
.prod .prod-slider {
	margin: 0;
	top: 0;
	position: absolute;
	width: 100%;
	bottom: 95px;
	overflow: hidden;
}
.prod .prod-slider.prod-thumb-only {
	bottom: 0;
}
.prod .prod-slider .slides {
	height: 100%;
}
.prod .prod-slider .slides li {
	height: 100%;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}
.prod .prod-slider .slides li a {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prod .prod-slider .slides li a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.prod .prod-slider .slides li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.prod-slider .flex-direction-nav a {
	width: 8px;
	height: auto;
	border-radius: 0;
	line-height: 1;
	margin: 0;
	position: absolute;
	opacity: 0;
	color: transparent;
	background: none;
	transition: all 0.2s;
}
.prod-slider .flex-direction-nav .flex-prev {
	left: 42px;
	top: auto;
	bottom: 21px;
}
.prod-slider .flex-direction-nav .flex-next {
	left: 117px;
	top: auto;
	right: auto;
	bottom: 21px;
}
.prod-slider.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 42px;
}
.prod-slider.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: auto;
}
.prod-slider.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
	background: none;
}
.prod-slider.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
	background: none;
}
.prod-slider .flex-direction-nav a:before {
	color: #9292b4;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	content: '\f10d';
	font-family: "Ionicons";
	margin: 0;
	transition: color 0.2s;
}
.prod-slider .flex-direction-nav a:hover:before {
	color: #283346;
}
.prod-slider .flex-direction-nav a.flex-prev:before {
	margin: 0;
	content: '\f107';
}
.prod-slider .flex-direction-nav a.flex-next:before {
	margin: 0;
	content: '\f10a';
}
.prod-slider .flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	z-index: 2;
	cursor: pointer;
}
.prod-slider.flexslider:hover .flex-direction-nav .flex-disabled {
	opacity: 1 !important;
}
.prod-slider.prod-thumb-only .flex-direction-nav a {
	display: none;
}

.prod .prod-thumbs {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	left: 0;
	right: -1px;
	width: auto;
}
.prod .prod-thumbs .flex-direction-nav a {
	width: 30px;
	height: 30px;
	line-height: 28px;
}
.prod .prod-thumbs .flex-direction-nav a:before {
	font-size: 20px;
}
.prod .prod-thumbs .slides li {
	text-align: center;
	height: 95px;
	margin: 0;
	cursor: pointer;
	float: left;
	line-height: 82px;
	border-right: 1px solid #e0e4f6;
	border-top: 1px solid #e0e4f6;
	position: relative;
	padding: 5px 6px 7px 5px;
}
.prod .prod-thumbs .slides li.flex-active-slide:after {
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	border: 2px solid #6bc67c;
	background: rgba(255,255,255,0.5);
}
.prod .prod-thumbs .slides li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.prod .prod-slider-count {
	position: absolute;
	bottom: 25px;
	left: 23px;
	background-color: rgba(255,255,255,0.5);
	width: 158px;
	z-index: 2;
	height: 39px;
	padding: 10px 0 0 46px;
	font-size: 14px;
	color: #575b79;
	font-weight: 600;
	opacity: 0;
	transition: opacity 0.2s;
}
.prod-slider:hover .prod-slider-count {
	opacity: 1;
}
.prod .prod-slider-count .count-cur {
	color: #283346;
}
.prod .prod-slider-count p {
	margin: 0;
}
.prod .prod-slider-count .prod-slider-zoom {
	font-size: 20px;
	color: #9292b4;
	position: absolute;
	top: 7px;
	right: 20px;
	cursor: pointer;
	transition: color 0.2s;
}
.prod .prod-slider-count .prod-slider-zoom:hover {
	color: #283346;
}

.prod .prod-cont {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #9292b4;
	background-color: #fff;
	padding: 20px;
}

.prod .prod-cont h1.nome-cella {
	color: #588135;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 15px;
}

.prod-cont p {
	margin: 0 0 20px;
}
div.product.prod .prod-cont .stock {
	color: #6bc67c;
	margin: -16px 0 18px;
	font-size: 15px;
}
.prod .prod-cont .prod-excerpt {
	line-height: 1.8;
	margin: 0 0 25px;
}
.prod .prod-cont .prod-excerpt-more {
	color: #6bc67c;
	font-weight: 600;
	transition: border-color 0.2s;
	border-bottom: 1px solid transparent;
}
.prod .prod-cont .prod-excerpt-more:hover {
	border-color: #6bc67c;
}
.prod .prod-cont .woocommerce-message {
	margin: 26px 4% 0 !important;
	text-align: left;
	padding-right: 140px !important;
}
.prod .prod-cont .woocommerce-message .button {
	background: #ff3100;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	padding: 10px 20px;
	cursor: pointer;
	float: none;
	position: absolute;
	right: 13px;
	top: 50%;
	margin: -17px 0 0 0;
}
.prod .prod-cont .woocommerce-message .button:hover {
	background: #ff461a;
}
.prod .prod-cont h2,
.prod .prod-cont h1 {
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #283346;
	line-height: 1.1;
}
.prod .prod-cont .prod-categs {
	text-transform: uppercase;
	font-size: 15px;
	color: #5775bb;
	font-weight: 600;
	margin: 0 0 14px;
}
.prod .prod-cont .prod-categs a {
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}
.prod .prod-cont .prod-categs a:hover {
	border-color: #9292b4;
}
.prod .prod-desc {
	border-bottom: 1px solid #e0e4f6;
	padding: 19px 4% 19px;
	color: #686f8a;
	font-size: 15px;
	line-height: 180%;
}
.prod .prod-desc:after {
	content: '';
	display: block;
	clear: both;
}
.prod .prod-desc div p {
	display: inline;
}
.prod .prod-desc .yith-wcwl-add-to-wishlist {
	display: none;
}
.prod .prod-desc .prod-desc-ttl {
	color: #283346;
	font-weight: 600;
	font-size: 15px;
	border-bottom: 1px solid #e0e4f6;
	margin: 0 0 19px;
}
.prod .prod-desc-ttl > span {
	padding: 0 0 12px;
	display: inline-block;
	position: relative;
}
.prod .prod-desc-ttl > span:after {
	position: absolute;
	height: 1px;
	background: #6bc67c;
	width: 100%;
	bottom: -1px;
	left: 0;
	content: '';
	display: block;
}
.prod .prod-desc p {
	margin: 0;
	line-height: 180%;
	padding: 0;
}
.prod .prod-desc a {
	color: #6bc67c;
	transition: all 0.2s;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.prod .prod-desc a:hover {
	border-color: #6bc67c;
}
.prod .prod-props {
	padding: 0;
}
.prod .prod-props dl {
	overflow: hidden;
	margin: 0 0 25px;
}
.prod .prod-props dl p {
	margin: 0;
}
.prod .prod-props dt {
	width: 23%;
	float: left;
	font-size: 15px;
	color: #686f8a;
	margin: 0 0 8px;
	padding: 0 5px 0 0;
}
.prod .prod-props dt:nth-of-type(2n+1) {
	clear: left;
}
.prod .prod-props dd {
	width: 27%;
	float: left;
	color: #283346;
	font-size: 15px;
	margin: 0 0 8px;
	padding: 0 5px 0 0;
}
.prod .prod-props dd a {
	color: #283346;
	transition: all 0.2s;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.prod .prod-props dd a:hover {
	border-color: #283346;
}
.prod .prod-props dt a {
	color: #6bc67c;
	transition: all 0.2s;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.prod .prod-props dt a:hover {
	border-color: #6bc67c;
}


.prod .prod-info {
	border-bottom: 1px solid #e0e4f6;
	padding: 22px 4% 0;
}
.prod .prod-info:after {
	clear: both;
	display: block;
	content: '';
}
.prod .prod-info .woocommerce-variation-availability {
	display: none;
}
.prod-cont .prod-price {
	margin: 0 0 18px;
	padding: 0;
	color: #6bc67c;
	font-size: 20px;
	font-weight: 600;
}
.prod-cont .prod-price ins {
	text-decoration: none;
}
.prod-cont .prod-price del {
	color: #9292b4;
	font-size: 15px;
	font-weight: 400;
}
.woocommerce div.product.prod p.price,
.woocommerce div.product.prod span.price {
	color: #6bc67c;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 18px;
	padding: 0;
	display: block;
}
.woocommerce div.product.prod p.price del,
.woocommerce div.product.prod span.price del {
	color: #9292b4;
	font-size: 15px;
	font-weight: 400;
}
.woocommerce div.product.prod p.price ins,
.woocommerce div.product.prod span.price ins {
	text-decoration: none;
	font-weight: 600;
}
.prod-cont .woocommerce-variation.single_variation {
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	top: initial !important;
	overflow: hidden !important;
}
.woocommerce div.product .prod-info form.cart {
	margin: 0;
}
.woocommerce div.product.prod form.cart .variations {
	margin-bottom: 27px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 9px;
}
.prod .chosen-container {
	margin: 0;

	width: auto !important;
}
.prod .chosen-container .chosen-single {
	border: none;
	background-color: transparent;
	color: #283346;
	font-size: 15px;
	font-weight: 600;
	padding: 0;
}
.prod .chosen-container-active.chosen-with-drop .chosen-single {
	border: none;
}
.prod .chosen-container .chosen-single {
	height: auto;
	line-height: initial;
}
.prod .chosen-container-single .chosen-single span {
	display: block;
	margin-top: 0;
}
.prod .chosen-container-single .chosen-single div:after {
	top: -1px;
	transform: initial;
}
.prod .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div:after {
	content: '\f106';
}
.prod .chosen-container.chosen-container-active .chosen-drop {
	border: 1px solid #f2f2f2;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);
	background: #fff;
	border-radius: 0;
	margin-left: -16px;
	box-sizing: content-box;
	padding-right: 16px;

	width: auto;
	min-width: 100%;
}
.prod .chosen-container .chosen-results {
	color: #283346;
	margin: 0;

	white-space: nowrap;
}
.prod .chosen-container .chosen-results li {
	padding: 4px 0 4px 16px;
	line-height: initial;
	font-weight: 400;
}
.prod .chosen-container .chosen-results li:first-child {
	padding-top: 12px;
}
.prod .chosen-container .chosen-results li:last-child {
	padding-bottom: 12px;
}
.prod .chosen-container .chosen-results li:hover,
.prod .chosen-container .chosen-results li.result-selected {
	color: #6bc67c;
	background-color: transparent;
}

.prod .variations select {
	display: block;
	margin: 0;
	opacity: 0;
	height: 27px;
	width: 100%;
}
.woocommerce div.product.prod form.cart .reset_variations {
	display: none !important;
}
.woocommerce div.product.prod form.cart .variations label {
	font-weight: 400;
	display: inline-block;
}
.prod .variations-row {
	margin: 0 0 3px;
}
.prod .variations-row .label {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 0;
}
.prod .variations-row .value {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}
.prod .variations_button {
	display: inline-block;
	vertical-align: top;
}

/** 
  *
  * Rating
  *
  */
.prod-rating::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
	background-color: #cdc7c7;
	mix-blend-mode: lighten;
}

.prod-rating::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
	height: 100%;
	background-color: #0034ff;
	mix-blend-mode: lighten;
}

.prod-rating-number {
	color: black !important;
	font-size: 15px !important;
	margin-left: 10px !important;
}


.totale-recensioni {
	position: absolute;
	right: 25px;
	color: black;
	top: 45px;
	font-style: italic;
}

.prod-rating-wrap {
	margin: 0;
	position: absolute;
	font-size: 15px;
	color: #686f8a;
	text-align: left;
	padding: 0;
	top: 20px;
	right: 20px;
}
.prod-rating-wrap p {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #283346;
	vertical-align: middle;
}
.prod-rating-wrap .prod-rating-count {
	margin: 2px 0 0;
}
.prod-rating {
	position: relative;
	margin: 0 10px 0 0;
	text-align: left;
	font-size: 15px;
	color: #6bc67c;
	white-space: nowrap;
	display: inline-block;
}
.prod-rating .rating-ico {
	font-size: 15px;
	background-color: #d8d8d8;
	width: 11px;
	height: 11px;
	border-radius: 11px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 11px 0 0;
}

.prod-rating[data-rating="0"] .rating-ico:nth-child(1) {

}
.prod-rating[data-rating="1"] .rating-ico:nth-child(1) {
	background-color: #ffa201;
}
.prod-rating[data-rating="2"] .rating-ico:nth-child(1),
.prod-rating[data-rating="2"] .rating-ico:nth-child(2) {
	background-color: #ffa201;
}
.prod-rating[data-rating="3"] .rating-ico:nth-child(1),
.prod-rating[data-rating="3"] .rating-ico:nth-child(2),
.prod-rating[data-rating="3"] .rating-ico:nth-child(3) {
	background-color: #ffa201;
}
.prod-rating[data-rating="4"] .rating-ico:nth-child(1),
.prod-rating[data-rating="4"] .rating-ico:nth-child(2),
.prod-rating[data-rating="4"] .rating-ico:nth-child(3),
.prod-rating[data-rating="4"] .rating-ico:nth-child(4) {
	background-color: #ffa201;
}
.prod-rating[data-rating="5"] .rating-ico:nth-child(1),
.prod-rating[data-rating="5"] .rating-ico:nth-child(2),
.prod-rating[data-rating="5"] .rating-ico:nth-child(3),
.prod-rating[data-rating="5"] .rating-ico:nth-child(4),
.prod-rating[data-rating="5"] .rating-ico:nth-child(5) {
	background-color: #ffa201;
}
.prod-cont > .prod-li-favorites {
	display: none !important;
}
.prod .prod-add {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 35px;
}
.woocommerce .prod .prod-add p.stock {
	font-size: 15px;
	text-transform: none;
	font-weight: normal;
	margin: 0;
}
.prod .prod-add .yith_wapo_groups_container {
	float: none;
	font-size: 15px;
	text-transform: none;
	font-weight: normal;
}
.prod .prod-add .ywapo_group_container.form-row.form-row-wide {
	margin: 0px 4px 7px 4px;
}
.prod .prod-add .ywapo_miss_required {
	border: 1px solid #a41103;
}
.prod .prod-add .ywapo_group_container.form-row.form-row-wide h3 {
	margin: 0;
	font-weight: normal;
	color: #283346;
}
.prod .prod-add .ywapo_input_container {
	margin: 0;
}
.prod .prod-add .form-row label {
	line-height: 1.42857143;
}
.prod .prod-add .ywapo_input_container label.ywapo_label_tag_position_before {
	margin-bottom: 5px;
}
.prod .prod-add textarea,
.prod .prod-add input[type=password],
.prod .prod-add input[type=tel],
.prod .prod-add input[type=email],
.prod .prod-add input[type=text] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: inline-block;
	height: 35px;
	text-align: left;
	padding: 0 15px 0 15px;
	max-width: 100%;
	margin: 0;
}
.prod .prod-add .added_to_cart {
	transition: all 0.3s;
	text-transform: none;
	position: absolute;
	color: #686f8a;
	font-weight: 400;
	line-height: 1;
	font-size: 14px;
	top: -9px;
	background: #fff;
	display: block;
	right: 50%;
	padding: 0 3px;
	margin: 0 -50px 0 0px;
	transition: all 0.2s;
}
.prod .prod-add .added_to_cart:hover {
	color: #6bc67c;
}

.prod .prod-li-qnt {
	display: inline-block;
	overflow: hidden;
	min-height: initial;
	position: relative;
	padding: 13px 0 14px;
	margin: 0 5px 0 0;
	vertical-align: top;
}
.prod .prod-li-qnt .prod-li-minus {
	font-size: 17px;
	color: #9292b4;
	position: absolute;
	bottom: -8px;
	left: 14px;
	transition: color 0.2s;
	line-height: 1;
}
.prod .prod-li-qnt .prod-li-minus:hover {
	color: #283346;
}
.prod .prod-li-qnt .prod-li-plus {
	font-size: 17px;
	color: #9292b4;
	position: absolute;
	top: -8px;
	left: 14px;
	transition: color 0.2s;
	line-height: 1;
}
.prod .prod-li-qnt .prod-li-plus:hover {
	color: #283346;
}
.prod .prod-li-qnt input[type=number],
.prod .prod-li-qnt input[type=text] {
	border: none;
	width: 39px;
	text-align: center;
	font-size: 14px;
	border-radius: 0;
	display: block;
	padding: 0;
	height: 25px;
	font-weight: 600;
	color: #283346;
	transition: all 0.2s;
	background: #fff;
}

.prod .prod-add .button {
	position: relative;
	display: inline-block;
	padding: 0 0 0 35px;
	background-color: transparent;
	line-height: 1.42857143;
	border-radius: 0;
	color: #686f8a;
	float: none;
}
body div.prod .prod-add .button {
	position: relative;
	display: inline-block;
	line-height: 1.42857143;
	border-radius: 50px;
	color: #fff;
	float: none !important;
	background-color: #6bc67c;
	padding: 8px 24px 7px;
	font-size: 15px;
	font-weight: 600;
	margin: 4px 0 0;
	cursor: pointer;
	border: none;
}
body div.prod .prod-add .button:hover {
	color: #fff;
	background-color: #7dcd8c;
}
body div.prod .prod-add .button .icon {
	margin: 0 12px 0 0;
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
}
.prod .prod-add .button.loading {
	padding: 0 0 0 35px;
	opacity: 1;
}
.prod .prod-add .button:hover {
	color: #6bc67c;
	background-color: transparent;
}
.prod .prod-add .button:after {
	display: none;
}
.prod .prod-add .button.loading:after {
	position: absolute;
	display: block !important;
	background: #fff;
	top: 3px;
	left: 0;
	right: auto;
	font-size: 18px;
	color: #838EAD;
	width: auto !important;
	padding: 3px;
	height: auto !important;
	margin: -8px 0 0 -2px;
	content: '\f110';
	font-family: FontAwesome;
}
.prod .prod-add .button.added:after {
	position: absolute;
	display: block !important;
	background: #fff;
	top: 3px;
	font-weight: 400;
	left: 0;
	right: auto;
	font-size: 15px;
	color: #838EAD;
	width: auto !important;
	padding: 3px;
	height: auto !important;
	margin: -6px 0 0 -1px;
	content: '\f00c';
	font-family: FontAwesome;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin-bottom: 0;
}
.prod .prod-li-compare,
.prod .prod-li-favorites {
	text-align: center;
	position: relative;
	margin: 10px 12px 0 0;
	display: inline-block;
	vertical-align: top;
}
.prod .prod-li-compare {
	margin-right: 0;
}
.prod .prod-li-compare a,
.prod .prod-li-favorites a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	position: relative;
	border: none;
	transition: background-color 0.2s;
}
.prod .prod-li-compare a:hover,
.prod .prod-li-favorites a:hover {
	background-color: #f1f1fb;
}
.prod .prod-li-compare a .icon,
.prod .prod-li-favorites a .icon {
	margin: 0;
	font-size: 20px;
	color: #283346;
	display: inline-block;
	vertical-align: middle;
}
.prod .prod-li-compare .prod-li-compare-loading,
.prod .prod-li-favorites .ajax-loading {
	font-family: FontAwesome;
	position: absolute;
	background-color: #fff;
	top: 6px;
	left: 7px;
	font-size: 18px;
	color: #283346;
	width: auto;
	height: auto;
	margin: 0;
	display: none;
}
.prod .prod-li-favorites .ajax-loading {
	box-shadow: 0 0 0 4px #fff !important;
}
.prod .prod-li-compare a.loading {
	opacity: 0;
}
.prod .prod-li-compare a.prod-li-compare-added:after,
.prod .prod-li-favorites a.active:after {
	display: block;
	position: absolute;
	top: 0;
	right: -3px;
	width: 16px;
	height: 14px;
	content: '';
	background: url(../img/added.png) no-repeat left top;
}
.prod .prod-li-favorites .feedback {
	display: none;
}

.woocommerce.single-product .woocommerce-message {
	margin: 0 0 29px !important;
	border: none;
}
.fancybox-close.modal-form-close2 {
	background-image: none;
	background: url(../img/close4.png) no-repeat left top;
	width: 16px;
	height: 16px;
	top: 0;
	right: -23px;
}
.prod-related-ttl {
	font-size: 24px;
	padding: 20px 0 20px;
	margin: 0;

	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #283346;
}

.woocommerce div.product.prod form.cart .group_table td {
	vertical-align: middle;
	border: 0;
	padding-bottom: 13px;
}
div.product.prod .prod-add form.cart .group_table .button {
	background-color: transparent;
	color: #6bc67c;
	padding: 0;
	display: inline-block;
	border-radius: 0;
	margin: 0;
}
div.product.product-type-external .prod-add .cart > .single_add_to_cart_button,
div.product.product-type-grouped .prod-add form.cart > .single_add_to_cart_button {
	margin-right: 22px;
}


.product-special {
	margin-top: 32px;
	margin-bottom: 53px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #ffffff;
	border-top-color: #e0e4f6;
	border-top-style: solid;
	border-bottom-color: #e0e4f6;
	border-bottom-style: solid;
	overflow: hidden;
}
.product-special .getspec {
	margin-top: 40px;
	margin-bottom: 40px;
}
.product-parallax-bg {
	margin-bottom: -50px;
	height: 520px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}



@media only screen and (max-width : 992px) {
	.prod .prod-props dd {
		width: 50%;
	}
	.prod .prod-props dt {
		width: 50%;
		clear: left;
	}
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
	.prod .prod-li-qnt {
		margin: 0;
	}
	.prod .prod-li-compare,
	.prod .prod-li-favorites {
		margin: 10px 0 0 0;
	}
}

@media only screen and (max-width : 768px) {
	.maincont .prod {
		margin-bottom: 49px;
		z-index: 2;
		position: relative;
		padding: 0;
		min-height: inherit;
	}
	.prod .prod-slider-wrap {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		float: none;
		width: 100%;
		overflow: hidden;
		border-right: none;
		padding: 0;
	}
	.prod .prod-slider-wrap.prod-slider-shown {
		min-height: initial;
	}
	.prod .prod-slider {
		overflow: hidden;
		position: relative;
		margin: 0;
		top: auto;
		bottom: auto;
		width: 100%;
	}
	.prod .prod-slider.prod-thumb-only {
		bottom: auto;
	}
	.prod .prod-slider .slides li {
		height: 400px;
	}
	.prod .prod-thumbs {
		position: relative;
		width: 100%;
		bottom: auto;
		overflow: hidden;
	}
	.prod .prod-thumbs .slides li {
		border-bottom: 1px solid #e0e4f6;
	}
	.prod .prod-slider-wrap.prod-slider-shown + .prod-cont {
		min-height: initial;
	}
	.prod-rating-wrap {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 0 5px;
	}
	.prod .prod-props dt {
		width: 23%;
		clear: none;
	}
	.prod .prod-props dt:nth-of-type(2n+1) {
		clear: left;
	}
	.prod .prod-props dd {
		width: 27%;
	}
}

@media only screen and (max-width : 600px) {
}

@media only screen and (max-width : 550px) {
	.prod .prod-props dt {
		width: 50%;
		clear: left;
	}
	.prod .prod-props dd {
		width: 50%;
	}
}

@media only screen and (max-width : 480px) {
	.prod .prod-slider .slides li {
		height: 320px;
	}
	.prod .prod-cont {
		padding: 32px 22px 1px;
	}
}

@media only screen and (max-width : 380px) {
	.prod .variations_button {
		display: block;
	}
}


.prod-tabs-wrap {
	margin: 0 0 30px;
	padding: 22px 31px;
	background: #fff;
}
.prod-tabs {
	overflow: hidden;
	padding: 0 80px 0 0;
	margin: 0 0 10px;
	position: relative;
}
.prod-tabs:after {
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	z-index: 1;
	background: #e0e4f6;
}
.prod-tabs li {
	list-style: none;
	float: left;
	margin: 0 59px 0 0;
	font-size: 15px;
	position: relative;
}
.prod-tabs li a {
	display: block;
	padding: 0 0 12px;
	transition: all 0.2s;
	font-weight: 600;
	color: #283346;
	position: relative;
}
.prod-tabs li a span {
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	background: #c0c4d7;
	border-radius: 20px;
	padding: 2px 8px;
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
}
.prod-tabs li a:hover {
	color: #6bc67c;
}
.prod-tabs li.active a:hover {
	color: #283346;
}
.prod-tabs li.active:after {
	height: 1px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	background: #6bc67c;
}
.prod-tabs li.prod-tabs-addreview {
	position: absolute;
	font-weight: 600;
	top: 0px;
	font-size: 15px;
	right: 0;
	margin: 0;
	color: #283346;
	cursor: pointer;
	padding: 0;
	transition: color 0.2s;
}
.prod-tabs li.prod-tabs-addreview:hover {
	color: #6bc67c;
}
.prod-tab-mob {
	display: none;
	font-weight: 600;
	cursor: pointer;
	border-top: 1px solid #e0e4f6;
	padding: 15px 0 15px;
	font-size: 15px;
	position: relative;
	transition: all 0.2s;
	color: #283346;
}
.prod-tab-mob:hover {
	color: #6bc67c;
}
.prod-tab-mob.active {
	color: #6bc67c;
}
.prod-tab-cont {
	overflow: hidden;
}
.prod-tab-cont .prod-tab {
	display: none;
}
.prod-tab-cont .prod-tab:first-of-type {
	display: block;
}
.prod-tab.prod-reviews:after {
	clear: both;
	display: block;
	content: '';
}
.prod-reviews .woocommerce-noreviews {
	padding: 0;
	margin: 14px 0 12px;
	font-size: 15px;
	color: #686f8a;
	line-height: 180%;
}
.prod-reviews .woocommerce-verification-required {
	padding: 0;
	margin: 0 0 12px;
	font-size: 15px;
	color: #686f8a;
	line-height: 180%;
}
.prod-review {
	float: left;
	width: 50%;
	padding: 22px 7% 0 0;
	margin: 0 0 16px;
	border-top: 1px solid #efefef;
	font-size: 15px;
	color: #686f8a;
	line-height: 160%;
}
.prod-review:nth-of-type(2n) {
	padding-right: 0;
}
.prod-review:nth-of-type(2n+1) {
	clear: left;
}
.prod-review:nth-of-type(1) {
	border-top: none;
}
.prod-review:nth-of-type(2) {
	border-top: none;
}
.prod-review h3 {
	font-weight: 400;
	margin: 0 0 10px !important;
	padding: 0;
	color: #283346;
	font-size: 15px;
	position: relative;
}
.prod-review .prod-review-rating time {
	font-size: 14px;
	font-weight: 400;
	color: #686f8a;
	position: absolute;
	right: 0;
	top: 0;
}
.prod-review p {
	line-height: 160%;
}
.prod-review .prod-review-rating {
	font-size: 15px;
	color: #6bc67c;
	white-space: nowrap;
	float: none;
	height: auto;
	line-height: 1.42857143;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	margin: 0 0 7px;
}
.prod-review .prod-review-rating .rating-ico-o,
.prod-review .prod-review-rating .rating-ico {
	font-size: 15px;
	background-color: #ffa201;
	width: 11px;
	height: 11px;
	border-radius: 11px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}
.prod-review .prod-review-rating .rating-ico-o {
	background-color: #d8d8d8;
}
.prod-review-more {
	border-top: 1px solid #e0e4f6;
	padding: 10px 0 0;
	text-align: center;
	clear: both;
}
.prod-review-more a {
	display: inline-block;
	border-bottom: 1px dotted #686f8a;
	color: #686f8a;
	font-size: 15px;
	transition: all 0.2s;
}
.prod-review-more a:hover {
	border-color: rgba(0,0,0,0);
}
.prod-tab .prod-tab-props {
	padding: 11px 0 0px;
	overflow: hidden;
}
.prod-tab .prod-tab-props dl {
	overflow: hidden;
	margin: 0 0 16px;
}
.prod-tab .prod-tab-props dt {
	width: 14%;
	float: left;
	font-size: 15px;
	color: #686f8a;
	margin: 0 0 8px;
	padding: 0 5px 0 0;
}
.prod-tab .prod-tab-props dt:nth-of-type(3n+1) {
	clear: left;
}
.prod-tab .prod-tab-props dd {
	width: 19.33333%;
	float: left;
	color: #283346;
	font-size: 15px;
	margin: 0 0 8px;
	padding: 0 5px 0 0;
}
.prod-tab-desc {
	padding: 11px 0 0;
	color: #686f8a;
	font-size: 15px;
	line-height: 180%;
}
.prod-tab-desc p {
	margin: 0 0 15px;
	line-height: 180%;
}
.prod-tabs-addreview-mob {
	cursor: pointer;
	border-top: 1px solid #e0e4f6;
	padding: 15px 0 15px;
	font-size: 15px;
	position: relative;
	font-weight: 600;
	transition: all 0.2s;
	color: #283346;
	display: none;
}
.prod-tabs-addreview-mob:hover {
	color: #6bc67c;
}
.prod-addreview-form {
	max-width: 270px;
	display: none;
	margin: 30px auto 30px;
}
.prod-addreview-form .prod-tab-addreview {
	margin: 0 0 21px;
	color: #9292b4;
	font-size: 18px;
	font-weight: 700;
	float: left;
}
.prod-addreview-form .prod-tab-addreview.error {
	color: #6bc67c;
}
.prod-addreview-form .prod-rating {
	float: right;
	margin: 3px 0 15px;
}
.prod-addreview-form .comment-form-rating {
	float: right;
	margin: 8px 0 10px;
}
.prod-addreview-form .comment-form-rating.comment-form-noreview {
	float: none;
}
.prod-addreview-form .comment-form-rating p {
	margin: 0 !important;
}
.prod-addreview-form .comment-form-rating p.stars a {
	width: 18px;
	height: 11px;
}
.prod-addreview-form .comment-form-rating p.stars a:before {
	font-size: 15px;
	background-color: #d8d8d8;
	width: 11px;
	height: 11px;
	border-radius: 11px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 11px 0 0;
	content: '';
}
.woocommerce .prod-addreview-form p.stars.selected a.active::before,
.woocommerce .prod-addreview-form p.stars:hover a::before {
	background-color: #ffa201;
	content: '';
}
.woocommerce .prod-addreview-form p.stars.selected a.active ~ a::before {
	background-color: #d8d8d8;
	content: '';
}
.woocommerce .prod-addreview-form p.stars.selected a:not(.active)::before {
	background-color: #ffa201;
	content: '';
}
.woocommerce .prod-addreview-form p.stars a::before,
.woocommerce .prod-addreview-form p.stars a:hover~a::before{
	background-color: #d8d8d8;
	content: '';
}
.prod-addreview-form input[type=text] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 34px;
	clear: both;
	padding: 0 15px 0 15px;
	margin: 0 0 15px;
}
.prod-addreview-form input[type=text]:focus {
	background: #f1f1fa;
}
.prod-addreview-form input[type=text]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.prod-addreview-form input[type=text]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.prod-addreview-form input[type=text]:-ms-input-placeholder {
	color: #9fa4bb;
}
.prod-addreview-form textarea {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 120px;
	padding: 10px 15px 10px 15px;
	margin: 0 0 15px;
}
.prod-addreview-form textarea:focus {
	background: #f1f1fa;
}
.prod-addreview-form textarea::-webkit-input-placeholder {
	color: #9fa4bb;
}
.prod-addreview-form textarea::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.prod-addreview-form textarea:-ms-input-placeholder {
	color: #9fa4bb;
}
.woocommerce .prod-addreview-form #respond input#submit,
.prod-addreview-form input[type=submit] {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	height: 34px;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	margin: 15px auto 15px;
	padding: 0 15px;
	cursor: pointer;
	width: 100%;
}
.woocommerce .prod-addreview-form #respond input#submit:hover,
.prod-addreview-form input[type=submit]:hover {
	background: #7dcd8c;
}

@media only screen and (max-width : 992px) {
	.prod-tab .prod-tab-props {
		padding: 2px 0 0px;
	}
	.prod-tab .prod-tab-props dt {
		width: 23%;
	}
	.prod-tab .prod-tab-props dt:nth-of-type(3n+1) {
		clear: none;
	}
	.prod-tab .prod-tab-props dt:nth-of-type(2n+1) {
		clear: left;
	}
	.prod-tab .prod-tab-props dd {
		width: 27%;
	}
}

@media only screen and (max-width : 768px) {
	.prod-tabs-wrap {
		padding: 22px 22px;
	}
	.prod-tabs {
		padding: 0;
		margin: 0;
	}
	.prod-tabs:after {
		display: none;
	}
	.prod-tabs li {
		display: none;
	}
	.prod-tabs li.prod-tabs-addreview {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 0 0 18px;
	}
	.prod-tab-mob {
		display: block;
	}
	.prod-tabs-addreview-mob {
		display: block;
	}
	.prod-tab-mob.active + .prod-tab {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width : 550px) {
	.prod-review {
		float: left;
		width: 50%;
		padding: 22px 7% 0 0;
		margin: 0 0 16px;
		border-top: 1px solid #efefef;
		font-size: 15px;
		color: #686f8a;
		line-height: 180%;
	}
	.prod-review {
		width: 100%;
		float: none;
		padding: 22px 0 0 0;
		border-top: 1px solid #efefef;
	}
	.prod-review:nth-child(1) {
		border-top: 1px solid #efefef;
	}
	.prod-review:nth-child(2) {
		border-top: 1px solid #efefef;
	}
	.prod-tab .prod-tab-props dt {
		width: 45%;
	}
	.prod-tab .prod-tab-props dd {
		width: 55%;
	}
	.prod-related-ttl {
		text-align: center;
	}
}

/*----------------------------------
14 - Single Product
----------------------------------*/








/*----------------------------------
16 - Cart
----------------------------------*/

.cart-empty-cont {
	color: #686f8a;
	text-align: center;
}
.page-cont.cart-empty-cont p {
	margin: 0 0 4px;
}
.section-list.cart-list {
	margin-top: 20px;
}
.prod-litems.cart-list .prod-li-add {
	width: 225px;
}
.prod-litems.cart-list .prod-li-add a {
	color: #6bc67c;
}
.prod-litems.cart-list .prod-li-add a:after {
	background: url(../img/remove.png) no-repeat top left;
}
.prod-litems.cart-list .prod-li-add a:hover:after {
	background-position: top left;
}
.section-list.orders-list {
	margin-top: 20px;
}
.prod-litems.orders-list .prod-li-add {
	width: 225px;
}
.prod-litems.orders-list .prod-li-add a {
	color: #6bc67c;
}
.prod-litems.orders-list .prod-li-add a:after {
	background: url(../img/remove.png) no-repeat top left;
}
.prod-litems.orders-list .prod-li-add a:hover:after {
	background-position: top left;
}
.prod-litems.orders-list .prod-li-price-wrap {
	width: 15%;
}
.prod-litems.orders-list .prod-li-col2-wrap {
	width: 15%;
	float: left;
	padding: 0 5px 18px;
	font-size: 15px;
	color: #686f8a;
	text-align: left;
}
.prod-litems.orders-list .prod-li-col2-wrap p {
	margin: 0;
	padding: 0;
	line-height: 100%;
	min-height: 38px;
}
.prod-litems.orders-list .prod-li-col2 {
	margin: 0;
	padding: 0;
	color: #283346;
	font-size: 15px;
	min-height: initial;
}
.prod-litems.orders-list .prod-li-col3-wrap {
	width: 15%;
	float: left;
	padding: 0 5px 18px;
	font-size: 15px;
	color: #686f8a;
	text-align: left;
}
.prod-litems.orders-list .prod-li-col3-wrap p {
	margin: 0;
	padding: 0;
	line-height: 100%;
	min-height: 38px;
}
.prod-litems.orders-list .prod-li-col3 {
	margin: 0;
	padding: 0;
	color: #283346;
	font-size: 15px;
	min-height: initial;
}
.prod-litems.orders-list .prod-li-total-wrap {
	width: 15%;
}
.cart-actions {
	background: #fff;
	padding: 20px 29px 24px;
	margin: 0 0 80px;
}
.cart-actions:after {
	clear: both;
	content: '';
	display: block;
}
.cart-actions p {
	line-height: 1.42857143;
	margin: 0;
}
.cart-update-btn {
	display: none !important;
}
.cart-actions .coupon {
	position: relative;
	float: left;
	width: 21%;
}
.cart-actions .coupon input[type=text] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #8990AD;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 100px 0 15px;
	margin: 9px 0 0;
}
.cart-actions .coupon input[type=text]:focus {
	border-color: #9fa4bb;
}
.cart-actions .coupon input[type=text]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.cart-actions .coupon input[type=text]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.cart-actions .coupon input[type=text]:-ms-input-placeholder {
	color: #9fa4bb;
}
.cart-actions .coupon input[type=submit] {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	height: 34px;
	bottom: 3px;
	right: 3px;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0 22px;
	cursor: pointer;
}
.cart-actions .coupon input[type=submit]:hover {
	background: #7dcd8c;
}
.cart-actions .cart-collaterals {
	float: left;
	width: 79%;
	font-size: 15px;
	padding: 0 0 0 9.5%;
	color: #686f8a;
}
.cart-actions .cart-collaterals:after {
	clear: both;
	display: block;
	content: '';
}
.cart-actions .cart-collaterals .cart-totals-ttl {
	margin: 0 0 9px;
}
.cart-actions .cart-collaterals .cart-totals-val {
	color: #283346;
	font-weight: bold;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: auto;
}
.cart-actions .cart-subtotal {
	float: left;
	width: 14%;
	padding: 3px 0 0 0;
	position: relative;
	margin: 0 7% 0 0;
}
.cart-actions .cart-subtotal:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	background: #e0e4f6;
	bottom: 0;
}
.cart-actions .shipping {
	float: left;
	width: 29%;
	position: relative;
	margin: 0 7% 0 0;
	padding: 3px 6% 0 0;
}
.cart-actions .shipping:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	background: #e0e4f6;
	bottom: 0;
}
.cart-actions .shipping .shipping-calc-ttl {
	margin: 0 0 9px;
}
.cart-actions .shipping .shipping-calc-ttl a {
	color: #6bc67c;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}
.cart-actions .shipping .shipping-calc-ttl a:hover {
	border-bottom: 1px solid #6bc67c;
}
.cart-actions .shipping .cart-shipping-ttl {
	color: #283346;
	position: relative;
	cursor: pointer;
}
.cart-actions .shipping .cart-shipping-ttl:after {
	position: absolute;
	content: '';
	background: url(../img/arr1.png) no-repeat left top;
	display: block;
	width: 14px;
	height: 8px;
	overflow: hidden;
	top: 7px;
	right: 0;
}
.cart-actions .shipping .cart-shipping-ttl.opened:after {
	background-position: left bottom;
}
.cart-actions .shipping ul#shipping_method {
	display: none;
	position: absolute;
	top: 100%;
	left: -15px;
	right: 0;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e0e4f6;
	z-index: 3;
	box-sizing: content-box;
	padding: 15px 15px 9px;
	min-width: 100%;
	margin: 8px 0 0;
}
.cart-actions .shipping ul#shipping_method li {
	padding: 0 0 6px;
	text-indent: inherit;
}
.cart-actions .shipping ul#shipping_method li input[type=radio] {
	display: none !important;
}
.cart-actions .shipping ul#shipping_method li label {
	position: relative;
	padding: 0 0 0 24px;
	line-height: 1;
	cursor: pointer;
}
.cart-actions .shipping ul#shipping_method li label:hover {
	color: #6bc67c;
}
.cart-actions .shipping ul#shipping_method li input[type=radio] + label:after {
	width: 14px;
	height: 14px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	background: url(../img/radio1.png) no-repeat left top;
}
.cart-actions .shipping ul#shipping_method li input[type=radio]:checked + label:after {
	background-position: left bottom;
}
.cart-actions .shipping .shipping-calculator-form {
	display: none;
	position: absolute;
	top: 100%;
	left: -15px;
	right: 0;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e0e4f6;
	z-index: 3;
	box-sizing: content-box;
	padding: 15px 15px 9px !important;
	min-width: 100%;
	margin: 8px 0 0;
}
.cart-actions .order-total {
	float: right;
	width: 14%;
	padding: 3px 0 0 0;
	position: relative;
}
.cart-actions .order-total strong {
	font-weight: normal;
}
.cart-actions .wc-proceed-to-checkout {
	float: left;
	width: 29%;
	padding: 12px 0 0;
}
.cart-actions a.checkout-button {
	background-color: transparent;
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: none;
	margin: 10px 0 0;
	padding: 10px 35px;
	cursor: pointer;
	width: auto;
	white-space: normal;
	text-align: center;
	float: right;
}
.cart-actions a.checkout-button:hover {
	background: #7dcd8c;
}
.cart-actions a.checkout-button.disabled {
	background-color: transparent !important;
	background: #6bc67c !important;
	opacity: 0.5;
}


.maincont table.cart-table {
	position: relative;
	z-index: 2;
	padding-bottom: 4px;
	border-collapse: separate;
	width: 100%;
	background: #fff;
	margin: 0 0 24px 0;
	border-radius: 3px;
	border: 1px solid #e0e4f6;
	box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
}
.maincont table.cart-table thead tr {
	background: #fcfcfc;
}
.maincont table.cart-table thead tr th {
	text-transform: uppercase;
	font-size: 15px;
	padding: 20px 12px 19px;
	color: #283346;
	line-height: 1;
}
.maincont table.cart-table tbody tr td {
	font-size: 15px;
	padding: 10px 12px;
	border-top: 1px solid #e0e4f6;
}
.maincont table.cart-table tbody tr:nth-child(even) {
	background: #fcfcfc;
}
.maincont table.cart-table tbody tr td.product-remove {
	width: 50px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.maincont table.cart-table tbody tr td.product-remove a.remove {
	margin: 0 auto;
	display: block;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1.1;
	border-radius: 100%;
	color: #6bc67c !important;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	-o-transition: transform 0.2s;
	-moz-transition: transform 0.2s;
	-webkit-transition: transform 0.2s;
	transition: all 0.2s;
}
.maincont table.cart-table tbody tr td.product-remove a.remove:hover {
	color: #fff !important;
	background: #6bc67c;
}
.maincont table.cart-table tbody tr td.product-name {
	color: #283346;
	text-transform: none;
	font-weight: 700;
}
.maincont table.cart-table tbody tr td.product-name a {
	color: #283346;
	-o-transition: transform 0.2s;
	-moz-transition: transform 0.2s;
	-webkit-transition: transform 0.2s;
	transition: all 0.2s;
}
.maincont table.cart-table tbody tr td.product-name a:hover {
	color: #6bc67c;
}
.maincont table.cart-table tbody tr td.product-thumbnail {
	width: 60px;
	padding-left: 0;
	padding-right: 0;
}
.maincont table.cart-table tbody tr td.product-thumbnail a {
	display: block;
	transition: all 0.3s ease-in-out 0s;
	overflow: hidden;
}
.maincont table.cart-table tbody tr td.product-thumbnail img {
	display: block;
	width: 50px;
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-o-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.maincont table.cart-table tbody tr td.product-thumbnail a:hover img {
	-ms-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
.maincont table.cart-table .qnt-wrap {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.maincont table.cart-table .sectls-minus {
	float: left;
	font-size: 15px;
	text-align: center;
	border-left: 1px solid #e0e4f6;
	border-top: 1px solid #e0e4f6;
	border-bottom: 1px solid #e0e4f6;
	border-radius: 2px 0 0 2px;
	width: 25px;
	height: 23px;
	line-height: 20px;
	display: block;
	color: #686f8a;
	transition: all 0.2s;
	position: relative;
	z-index: 2;
	background: #fff;
}
.maincont table.cart-table .sectls-minus:hover {
	background: #f3f3f3;
}
.maincont table.cart-table .sectls-plus {
	float: left;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #e0e4f6;
	border-left: 1px solid #e0e4f6;
	border-top: 1px solid #e0e4f6;
	border-bottom: 1px solid #e0e4f6;
	border-radius: 2px 0 0 2px;
	width: 25px;
	height: 23px;
	line-height: 20px;
	display: block;
	color: #686f8a;
	transition: all 0.2s;
	position: relative;
	z-index: 2;
	background: #fff;
}
.maincont table.cart-table .sectls-plus:hover {
	background: #f3f3f3;
}
.maincont table.cart-table input[type=number],
.maincont table.cart-table input[type=text] {
	border: 1px solid #e0e4f6;
	width: 39px;
	float: left;
	text-align: center;
	font-size: 15px;
	display: block;
	padding: 0;
	height: 23px;
	color: #283346;
	transition: all 0.2s;
	background: #fff;
	border-right: none;
}
.maincont table.cart-table input[type=number]:focus,
.maincont table.cart-table input[type=text]:focus {
	background: #f3f3f3;
}
.maincont table.cart-table input[type=number] {
	width: 54px;
	margin: 0 -15px 0 0;
	position: relative;
	z-index: 1;
}
.cart-collaterals .cart_totals h2 {
	font-size: 20px;
	color: #283346;
	font-weight: 700;
	margin: 0 0 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	background: #fff;
	padding-bottom: 4px;
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th {
	font-size: 15px;
	line-height: 1.42857143;
	padding: 10px 14px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
	font-size: 15px;
	line-height: 1.42857143;
	padding: 10px 14px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td .shipping-calculator-button {
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
	line-height: 1;
	text-decoration: none;
	color: #6bc67c;
	display: inline-block;
	margin: 6px 0 6px 22px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td li {
	padding: 0;
	text-indent: inherit;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td li input[type=radio] {
	display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td li label {
	position: relative;
	padding: 0 0 0 22px;
	line-height: 1;
	cursor: pointer;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td li input[type=radio] + label:after {
	width: 14px;
	height: 14px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	background: url(../img/radio1.png) no-repeat left top;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td li input[type=radio]:checked + label:after {
	background-position: left bottom;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td .shipping-calculator-button:hover {
	color: #6bc67c;
	border-bottom: 1px solid #6bc67c;
}
.woocommerce-cart .cart_totals .form-row {
	padding: 0;
	margin: 0 0 10px;
}
.woocommerce-cart .cart_totals .shipping-calculator-form {
	padding: 8px 0 0 22px;
}
.woocommerce-cart .cart_totals .shipping-calculator-form .chosen-container {
	width: 100% !important;
	margin: 0;
}
.woocommerce-cart .cart_totals .shipping-calculator-form .chosen-container .chosen-single {
    height: 35px !important;
    line-height: 35px !important;
}
.woocommerce-cart .cart_totals .shipping-calculator-form .chosen-container .chosen-single span {
	margin-top: 6px;
}
.woocommerce-cart .cart_totals .shipping-calculator-form input[type=text] {
	margin: 0;
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 35px;
	text-align: left;
	padding: 0 15px 0 15px;
}
.woocommerce-cart .cart_totals .shipping-calculator-form input[type=text]:focus {
	background: #f1f1fa;
}
.woocommerce-cart .cart_totals .shipping-calculator-form input[type=text]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.woocommerce-cart .cart_totals .shipping-calculator-form input[type=text]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.woocommerce-cart .cart_totals .shipping-calculator-form input[type=text]:-ms-input-placeholder {
	color: #9fa4bb;
}
.woocommerce-cart .cart_totals .shipping-calculator-form button.button {
	background: transparent;
	transition: all 0.2s;
	color: #9fa4bb;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	height: auto;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	margin: 20px 0 13px;
	padding: 0;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}
.woocommerce-cart .cart_totals .shipping-calculator-form button.button:hover {
	background: transparent;
	border-bottom: 1px solid #9fa4bb;
}
.cart-collaterals h2 {
	font-size: 20px;
	color: #283346;
	font-weight: 700;
	margin: 0 0 10px;
}

/*----------------------------------
16 - Cart
----------------------------------*/





/*----------------------------------
17 - Order
----------------------------------*/

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	background-color: #f4f5fb;
	color: #283346;
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	list-style: none;
}
.woocommerce-checkout form.checkout_coupon {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
}
.woocommerce-checkout form.checkout_coupon input.button {
	margin: 0;
}
.woocommerce-checkout form.checkout_coupon .form-row {
	width: 49%;
}
.woocommerce-checkout h2,
.woocommerce-checkout h3 {
	font-size: 20px;
	color: #283346;
	font-weight: 700;
	margin: 0 0 10px;
}
.woocommerce-checkout textarea,
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=text] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 35px;
	text-align: left;
	padding: 0 15px 0 15px;
}
.woocommerce-checkout form .form-row textarea {
	height: 105px;
	padding: 10px 15px;
}
.woocommerce-checkout form .form-row {
	padding: 0;
}
.woocommerce-checkout textarea:focus,
.woocommerce-checkout input[type=email]:focus,
.woocommerce-checkout input[type=tel]:focus,
.woocommerce-checkout input[type=text]:focus {
	background: #f1f1fa;
}
.woocommerce-checkout textarea::-webkit-input-placeholder,
.woocommerce-checkout input[type=email]::-webkit-input-placeholder,
.woocommerce-checkout input[type=tel]::-webkit-input-placeholder,
.woocommerce-checkout input[type=text]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.woocommerce-checkout textarea::-moz-placeholder,
.woocommerce-checkout input[type=email]::-moz-placeholder,
.woocommerce-checkout input[type=tel]::-moz-placeholder,
.woocommerce-checkout input[type=text]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.woocommerce-checkout textarea:-ms-input-placeholder,
.woocommerce-checkout input[type=email]:-ms-input-placeholder,
.woocommerce-checkout input[type=tel]:-ms-input-placeholder,
.woocommerce-checkout input[type=text]:-ms-input-placeholder {
	color: #9fa4bb;
}
.select2-container .select2-selection {
	padding: 2px 0 0 0;
	border: 1px solid #e0e4f6;
	background-color: #f4f5fb;
	height: 35px;
	font-size: 15px;
	color: #9fa4bb;
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 3px;
	right: 3px;
}
.select2-container--open .select2-dropdown {
	border: 1px solid #e0e4f6;
	border-top: none;
	background-color: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
}
.select2-container--default .select2-search--dropdown input.select2-search__field {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
}
.select2-container .select2-choice {
	padding: 6px 0 0 8px;
	border: 1px solid #e0e4f6;
	background-color: #f4f5fb;
	height: 35px;
	font-size: 15px;
	color: #9fa4bb;
}
.select2-drop-active {
	border: 1px solid #e0e4f6;
	border-top: none;
	background-color: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
}
.select2-search input {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
}
.woocommerce-checkout .col2-set {
	margin-bottom: 30px;
}
.woocommerce-checkout table.shop_table {
	border: 1px solid #e0e4f6;
	margin: 0 0 24px 0;
	border-radius: 3px;
	color: #283346;
}
.woocommerce-checkout table.shop_table td {
	border-top: 1px solid #e0e4f6;
}
.woocommerce table.shop_table {
	border-collapse: collapse;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top: 1px solid #e0e4f6;
}

.woocommerce-checkout table.shop_table #shipping_method input[type=radio] {
	display: none;
}
.woocommerce-checkout table.shop_table #shipping_method label {
	position: relative;
	padding: 0 0 0 22px;
	line-height: 1;
	cursor: pointer;
}
.woocommerce-checkout table.shop_table #shipping_method input[type=radio] + label:after {
	width: 14px;
	height: 14px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	background: url(../img/radio1.png) no-repeat left top;
}
.woocommerce-checkout table.shop_table #shipping_method input[type=radio]:checked + label:after {
	background-position: left bottom;
}
#payment,
.woocommerce-checkout #payment {
	background: #F8F8F9;
	border-radius: 3px;
	color: #283346;
}
#payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	border-radius: 3px;
	background-color: #686f8a;
	color: #fff;
}
#payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	border: 1em solid #686f8a;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
#payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid #e0e4f6;
}
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li input[type=radio],
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] {
	display: none;
}
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
	position: relative;
	padding: 0 0 0 22px;
	line-height: 1;
	cursor: pointer;
}
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label:after,
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label:after {
	width: 14px;
	height: 14px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	background: url(../img/radio1.png) no-repeat left top;
}
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label:after,
.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label:after {
	background-position: left bottom;
}
#payment div.form-row input.button,
.woocommerce-checkout #payment div.form-row input.button {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 10px 15px;
	cursor: pointer;
}
#payment div.form-row input.button:hover,
.woocommerce-checkout #payment div.form-row input.button:hover {
	background: #7dcd8c;
}
.checkout-thanks {
	color: #283346;
}
.checkout-thanks h2 {
	margin-top: 20px;
}
.checkout-thanks .woocommerce-thankyou-order-details {
	margin: 20px 0 10px;
}
.checkout-thanks .woocommerce-thankyou-order-details li {
	margin-bottom: 10px;
}
.woocommerce-checkout .checkout .col-2 .woocommerce-shipping-fields h3#ship-to-different-address {
	float: none;
	line-height: 1.1;
}
#ship-to-different-address label {
	cursor: pointer;
	display: block;
}
#ship-to-different-address label input[type=checkbox], .wc_payment_method input[type=radio] {
	display: none;
}
#ship-to-different-address label span {
	position: relative;
	display: block;
	line-height: 1.1;
}
#ship-to-different-address label span:before {
	content: "";
	display: block;
	height: 16px;
	width: 30px;
	border: 2px solid #bbb;
	background: #bbb;
	border-radius: 13em;
	box-sizing: content-box;
	-webkit-transition: all,ease-in-out,.3s;
	-moz-transition: all,ease-in-out,.3s;
	transition: all,ease-in-out,.3s;
	position: absolute;
	top: 6px;
	right: 0;
}
#ship-to-different-address label input[type=checkbox]:checked+span:before {
	border-color: #6bc67c;
	background: #6bc67c;
}
#ship-to-different-address label span:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	position: absolute;
	top: 9px;
	right: 17px;
	border-radius: 13em;
	-webkit-transition: all,ease-in-out,.3s;
	-moz-transition: all,ease-in-out,.3s;
	transition: all,ease-in-out,.3s;
	left: auto;
}
#ship-to-different-address label input[type=checkbox]:checked+span:after {
	right: 3px;
}

/*----------------------------------
17 - Order
----------------------------------*/




/*----------------------------------
18 - Profile
----------------------------------*/

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
}
.woocommerce .woocommerce-form__label-for-checkbox span {
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 0 0 0 25px;
	cursor: pointer;
}
.woocommerce .woocommerce-form__label-for-checkbox span:after {
	display: block;
	content: '';
	background: url(../img/chk1.png) no-repeat left top;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 15px;
	height: 15px;
}
.woocommerce .woocommerce-form__label-for-checkbox input[type=checkbox]:checked + span:after {
	background-position: left bottom;
}
.woocommerce .woocommerce-form__label-for-checkbox input[type=checkbox] {
	display: none;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin-left: 0;
}

/*----------------------------------
18 - Profile
----------------------------------*/




/*----------------------------------
19 - Messages
----------------------------------*/

.messages {
	overflow: hidden;
	margin: 34px 0 0;
	padding: 19px 0 0;
}
.message {
	border-bottom: 1px solid #e0e4f6;
	font-size: 15px;
	color: #686f8a;
	padding: 0 30px 15px;
	margin: 0 0 19px;
	line-height: 180%;
}
.message p {
	margin: 0 0 6px;
	line-height: 180%;
}
.message p a {
	transition: all 0.2s;
	color: #6bc67c;
	border-bottom: 1px solid transparent;
}
.message p a:hover {
	border-color: #6bc67c;
}
.message h3 {
	margin: 0 0 4px;
	font-size: 20px;
	color: #283346;
}
.message h3 a {
	transition: all 0.2s;
	color: #283346;
}
.message h3 a:hover {
	color: #6bc67c;
}
.message .message-author {
	margin: 0 0 4px;
	font-size: 15px;
	color: #686f8a;
}
.message .message-author span {
	color: #283346;
}
.messages .message-more {
	font-size: 15px;
	display: block;
	margin: 0 0 23px;
	padding: 0;
	text-align: center;
}
.messages .message-more a {
	display: inline-block;
	color: #686f8a;
	border-bottom: 1px dotted #686f8a;
	transition: all 0.2s;
}
.messages .message-more a:hover {
	border-color: transparent;
}

/*----------------------------------
19 - Messages
----------------------------------*/





/*----------------------------------
20 - Blog
----------------------------------*/

.blog:after {
	clear: both;
	display: block;
	content: '';
}
.cont-sections {
	position: absolute;
	right: 10.5%;
	top: 8px;
	max-width: 63%;
	padding: 0 30px;
}
ul.cont-sections {
	position: relative;
	top: auto;
	right: auto;
	list-style: none;

	width: 62%;
	max-width: initial;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 9px 30px 9px 10px;

	height: 28px;
	overflow: hidden;
}
ul.cont-sections.sections-show {
	overflow: initial;
}
ul.cont-sections .cont-sections-more {
	position: absolute;
	top: 5px;
	right: -12px;
	cursor: pointer;
	margin: 0;
	color: #283346;
	display: none;
	padding: 0 !important;
	background: transparent;
}
ul.cont-sections .cont-sections-more span {
	padding: 0 22px 0 22px;
	display: block;
}
ul.cont-sections .cont-sections-more:after {
	display: none;
}
ul.cont-sections .cont-sections-sub {
	padding: 20px 0 10px;
	cursor: default;
	margin: 20px 0 0;
	border: 1px solid #e0e4f6;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	display: none;
}
ul.cont-sections .cont-sections-sub li {
	background: transparent;
}
ul.cont-sections .cont-sections-sub li:after {
	display: none;
}
ul.cont-sections .cont-sections-more:hover .cont-sections-sub {
	display: block;
}
.cont-sections li {
	display: inline-block;
	text-transform: uppercase;
	padding: 0 22px 10px;
	margin: 0;
	font-size: 13px;
	vertical-align: middle;
	font-weight: 600;
}
ul.cont-sections li {
	line-height: 1.42857143;
	position: relative;
}
.archive.woocommerce-page .cont-sections {
	width: 68%;
}
.archive.woocommerce-page .cont-sections li {
	padding: 0 16px 10px;
}
ul.cont-sections li:after {
	position: absolute;
	content: '';
	height: 100%;
	right: -4px;
	width: 4px;
	top: 0;
	display: block;
}
.cont-sections li a span {
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	background: #c0c4d7;
	border-radius: 20px;
	padding: 2px 8px;
	margin: 0 0 1px 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
}
.cont-sections li a {
	color: #283346;
	border: none;
	transition: all 0.2s;
}
.cont-sections li a:hover {
	color: #9292b4;
}
.cont-sections li.active a {
	color: #9292b4;
}
.cont-sections li.current-cat a {
	color: #9292b4;
}
.cont-sections li a.active {
	color: #9292b4;
}
.blog-cont {
	position: relative;
	padding: 0 0 0;
	float: left;
	width: 68.4%;
	margin: 0;
}
.single-post .blog-cont {
	margin-top: 20px;
}
.blog-left .blog-cont .blog-grid-i {
	width: 46.3%;
	margin: 0 0 26px 3.7%;
}
.blog-full .blog-cont {
	float: none;
	width: auto;
	margin: 0 -15px;
}
.blog-full .blog-cont .blog-grid-i {
	width: 33.33333%;
	margin: 0 0 26px;
	padding: 0 15px;
}
.blog-cont:after {
	clear: both;
	display: block;
	content: '';
}
.blog-grid-i {
	float: left;
	width: 46.3%;
	margin: 0 3.7% 26px 0;
}
.blog-i {
	background: #fff;
	padding: 0 30px 13px;
	font-size: 15px;
	color: #686f8a;
	overflow: hidden;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.03);
}
.blog-i .blog-slider {
	position: relative;
	text-align: center;
	margin: 0 -30px 10px;
}
.blog-i .blog-slider .slides {
	position: relative;
	overflow: hidden;
}
.blog-i .blog-slider .slides li {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	margin-right: -100%;
	opacity: 0;
	display: block;
	z-index: 1;
	height: 208px;
	line-height: 208px;
}
.blog-i .blog-slider .flex-control-nav {
	bottom: -40px;
}
.blog-i .blog-slider .slides li img {
	display: block;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.blog-i .blog-img {
	display: block;
	padding: 0;
	margin: 0 -30px;
	max-height: 400px;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}
.blog-i .blog-img img {
	display: block;
	width: 100%;
	height: auto;
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-o-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
}
.blog-i .blog-img:hover img {
	-ms-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
	-o-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
}
.blog-i .blog-img > iframe {
	display: block;
	width: 100%;
	height: 208px;
}
.blog-i .blog-map-wrap {
	display: block;
	padding: 0;
	margin: 0 -30px;
	max-height: 400px;
	overflow: hidden;
}
.blog-i .blog-map-wrap .blog-map {
	display: block;
	width: 100%;
	height: 208px;
}
.blog-i .blog-info {
	padding: 21px 65px 0 0;
	margin: 0 0 3px;
	position: relative;
}
.blog-i .blog-info a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #9292b4;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
	line-height: 100%;
	display: inline-block;
}
.blog-i .blog-info a:hover {
	border-bottom: 1px solid #9292b4;
	color: #9292b4;
}
.blog-i .blog-info time {
	position: absolute;
	top: 25px;
	right: 7px;
	font-size: 13px;
	color: #9292b4;
	font-weight: 600;
}
.blog-i > h3 {
	font-size: 20px;
	margin: 0 0 8px;
	padding: 0 0;

	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #283346;
}
.blog-i h3 a {
	color: #283346;
	transition: all 0.2s;
	line-height: 120%;
	border: none;
}
.blog-i h3 a:hover {
	color: #6bc67c;
	border: none;
}
.blog-i p {
	margin: 0 0 15px;
	line-height: 160%;
	padding: 0 0;
}
.blog-i p a {
	color: #6bc67c;
	transition: all 0.2s;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.blog-i p a:hover {
	border-color: #6bc67c;
}
.blog-i p .blog-i-more {
	border-bottom: 1px solid #90d49d;
	line-height: 1;
	display: inline-block;
}
.blog-i p .blog-i-more:hover {
	border-color: transparent;
}
.sticky .blog-i {
	background: #283346;
	color: #f1f1f1;
}
.sticky .blog-i h3 a {
	color: #fff;
}
.sticky .blog-i h3 a:hover {
	color: #fff;
}
.sticky .blog-i .blog-info time {
	color: #f1f1f1;
}
.sticky .blog-i p {
	color: #f1f1f1;
}
.blog-cont ul.page-numbers {
	padding: 4px 9%;
}
.blog-sb {
	float: left;
	width: 31.6%;
	background: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.03);
	position: relative;
	z-index: 2;
	margin: 0 0 20px;
}
.single-post .blog-sb {
	margin-top: 20px;
}
.blog-sb-widgets .blog-sb-widget {
	padding: 25px 30px 30px;
	border-top: 1px solid #f2f2f2;
	font-size: 15px;
	color: #686f8a;
	position: relative;
}
.blog-sb-widgets .blog-sb-widget:first-child {
	border-top: none;
}
.blog-sb-widgets h3.widgettitle {
	margin: 0 0 18px;
	padding: 0;
	color: #9292b4;
	font-size: 18px;
	font-weight: 700;
}
.blog-sb-widgets a {
	color: #6bc67c;
	transition: all 0.2s;
	text-decoration: none;
}
.blog-sb-widgets ul li {
	font-size: 15px;
	color: #686f8a;
	margin: 5px 0 5px;
}
.blog-sb-widgets cite {
	font-style: italic;
	color: #404c5f;
}
.blog-sb-widgets .wp-caption.alignnone {
	margin: 5px 0 20px 0;
	max-width: 100%;
}
.blog-sb-widgets .rss-date {
	font-size: 13px;
	font-style: italic;
	color: #a8b0d0;
}
.blog-sb-widgets select {
	opacity: 0;
	display: block;
}
.blog-sb-widgets .chosen-container.chosen-container-active {
	z-index: 10;
}
.blog-sb-widgets .chosen-container-single .chosen-single div:after {
  display: none;
}
.blog-sb-widgets .chosen-container-single .chosen-single span {
	margin-top: 2px;
}
.blog-sb-widgets .jq-selectbox__dropdown {
	max-width: 100%;
}
.blog-sb-widgets .jq-selectbox__dropdown li {
	white-space: normal;
}
.blog-sb-widgets ul li:last-child {
	margin-bottom: 0;
}
.blog-sb-widgets ul li a:hover {
	text-decoration: underline;
}
.blog-sb-widgets ul li .children {
	padding: 5px 0 0 15px;
}
.blog-sb-widgets form {
	position: relative;
}
.blog-sb-widgets form input[type=text],
.blog-sb-widgets form input[type=email],
.blog-sb-widgets form input[type=search] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 70px 0 15px;
}
.blog-sb-widgets form input[type=text]:focus,
.blog-sb-widgets form input[type=email]:focus,
.blog-sb-widgets form input[type=search]:focus {
	background: #f1f1fa;
}
.blog-sb-widgets form input[type=text]::-webkit-input-placeholder,
.blog-sb-widgets form input[type=email]::-webkit-input-placeholder,
.blog-sb-widgets form input[type=search]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.blog-sb-widgets form input[type=text]::-moz-placeholder,
.blog-sb-widgets form input[type=email]::-moz-placeholder,
.blog-sb-widgets form input[type=search]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.blog-sb-widgets form input[type=text]:-ms-input-placeholder,
.blog-sb-widgets form input[type=email]:-ms-input-placeholder,
.blog-sb-widgets form input[type=search]:-ms-input-placeholder {
	color: #9fa4bb;
}
.blog-sb-widgets form input[type=submit],
.blog-sb-widgets form button[type=submit] {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	height: 34px;
	top: 3px;
	right: 3px;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0 23px;
	cursor: pointer;
}
.blog-sb-widgets form input[type=submit] .fa,
.blog-sb-widgets form button[type=submit] .fa {
	font-size: 15px;
	color: #fff;
}
.blog-sb-widgets form input[type=submit]:hover,
.blog-sb-widgets form button[type=submit]:hover {
	background: #7dcd8c;
}
.blog-sb-widgets .blog-sb-widget .product_list_widget li {
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #e0e4f6;
}
.blog-sb-widgets .blog-sb-widget .wp-post-image {
	display: block;
	margin: 0 0 13px;
}
.blog-sb-widgets .blog-sb-widget .product-title {
	display: block;
	margin: 0 0 5px;
}
.blog-sb-widgets table {
	width: 100%;
	border-collapse: collapse;
}
.blog-sb-widgets table#wp-calendar caption {
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 15px;
	color: #575b79;
}
.blog-sb-widgets table#wp-calendar thead th {
	font-weight: 600;
	font-size: 13px;
	color: #9292b4;
}
.blog-sb-widgets table#wp-calendar td {
	text-align: center;
	padding: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #283346;
}
.blog-sb-widgets table#wp-calendar td#prev {
	text-align: left;
	padding: 5px 13px;
}
.blog-sb-widgets table#wp-calendar td#next {
	text-align: right;
	padding: 5px 13px;
}
.blog-sb-widgets table#wp-calendar a {
	border-bottom: 1px solid transparent;
}
.blog-sb-widgets table#wp-calendar a:hover {
	border-color: #6bc67c;
}
.blog-calendar-wrap {
	padding: 23px 30px 0;
}
.blog-calendar-wrap h4 {
	margin: 0 0 10px;
	padding: 0;
	color: #9292b4;
	font-size: 18px;
	font-weight: 700;
}
.blog-calendar {
	margin: 0;
}
.blog-calendar-cont {
	border-top: 1px solid #e0e4f6;
	padding: 23px 0px 0;
	line-height: 160%;
	font-size: 15px;
	color: #686f8a;
	display: none;
	margin: 23px 0 0;
}
.blog-calendar-cont h4 {
	margin: 0 0 18px;
	padding: 0;
	color: #9292b4;
	font-size: 18px;
	font-weight: 700;
}
.blog-search {
	border-top: 1px solid #e0e4f6;
	padding: 23px 30px 0;
}
.blog-search h4 {
	margin: 0 0 18px;
	padding: 0;
	color: #9292b4;
	font-size: 18px;
	font-weight: 700;
}
.blog-search form {
	margin: 0 0 31px;
	position: relative;
}
.blog-search form input[type=text] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 70px 0 15px;
}
.blog-search form input[type=text]:focus {
	background: #f1f1fa;
}
.blog-search form input[type=text]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.blog-search form input[type=text]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.blog-search form input[type=text]:-ms-input-placeholder {
	color: #9fa4bb;
}
.blog-search form button[type=submit] {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	height: 34px;
	top: 3px;
	right: 3px;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0 23px;
	cursor: pointer;
}
.blog-search form button[type=submit] .fa {
	font-size: 15px;
	color: #fff;
}
.blog-search form button[type=submit]:hover {
	background: #7dcd8c;
}
.blog-featured-wrap {
	border-top: 1px solid #e0e4f6;
	padding: 23px 30px 8px;
}
.blog-featured-wrap h4 {
	margin: 0 0 8px;
	padding: 0;
	color: #9292b4;
	font-size: 18px;
	font-weight: 700;
}
.blog-sb-widget .blog-featured {
	border-top: 1px solid #f2f2f2;
	margin: 0 0 8px;
	padding: 14px 0 0;
	overflow: hidden;
}
.blog-sb-widget .blog-featured:first-of-type {
	border-top: none;
	padding: 0;
}
.blog-sb-widget .blog-featured:last-of-type {
	margin: 0;
}
.blog-featured-info {
	padding: 0 65px 0 0;
	margin: 0 0 4px;
	position: relative;
}
.blog-featured-info a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #9292b4;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}
.blog-featured-info a:hover {
	border-bottom: 1px solid #9292b4;
	color: #9292b4;
}
.blog-featured-info time {
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 13px;
	color: #9292b4;
	font-weight: 600;
}
.blog-featured h5 {
	font-size: 18px;
	color: #283346;
	margin: 0 0 10px;
	font-weight: 600;
}
.blog-featured h5 a {
	color: #283346;
	transition: all 0.2s;
	border: none;
}
.blog-featured h5 a:hover {
	color: #6bc67c;
	border: none;
}
.modal-form-blog {
	padding: 20px 20px 20px;
	width: 320px;
}
.modal-form-blog .modal-form-ttl {
	font-size: 20px;
	margin: 0 0 24px;
	text-align: center;
	position: relative;
	padding: 0 0 15px;

	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #283346;
}
.modal-form-blog .modal-form-ttl:after {
	content: '';
	width: 60px;
	height: 2px;
	background: #6bc67c;
	margin: 0 0 0 -30px;
	left: 50%;
	position: absolute;
	display: block;
	bottom: 0;
}
.fancybox-close.modal-form-close {
	background-image: none;
	background: url(../img/close3.png) no-repeat left top;
	width: 16px;
	height: 16px;
	top: 13px;
	right: 13px;
}
.calendar-month-navigation .fa {
	color: #6bc67c;
	font-size: 15px;
}
div.zabuto_calendar .table tr.calendar-month-header th {
	font-size: 15px;
	color: #283346;
	padding-top: 12px;
	padding-bottom: 4px;
	background-color: transparent;
}
div.zabuto_calendar .table tr.calendar-dow-header th {
	background-color: transparent;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 13px;
	color: #9292b4;
	font-weight: 600;
}
div.zabuto_calendar .table tr td div.day {
	color: #283346;
	font-size: 13px;
	font-weight: 600;
}
div.zabuto_calendar .table tr:last-child {
	border-bottom: none;
}
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
	background-color: #6bc67c;
	color: #fff;
	border-radius: 4px;
	transition: all 0.2s;
}
div.zabuto_calendar .table tr td.event div.day:hover,
div.zabuto_calendar ul.legend li.event:hover {
	background-color: #7dcd8c;
}
div.zabuto_calendar .badge-today, div.zabuto_calendar div.legend span.badge-today {
	background-color: #c0c4d7;
	color: #ffffff;
	text-shadow: none;
	padding: 2px 7px 2px;
	border-radius: 20px;
}
.woocommerce.blog-sb-widget .star-rating {
	margin: 6px 0;
	font-size: 12px;
}
.woocommerce.blog-sb-widget .star-rating * {
	line-height: 1;
}

/*----------------------------------
20 - Blog
----------------------------------*/





/*----------------------------------
21 - Single Post
----------------------------------*/

.post-img {
	max-height: 900px;
	overflow: hidden;
	margin: -25px 0 0;
}
.post-img img {
	display: block;
	width: 100%;
	height: auto;
}
.post-map {
	display: block;
	width: 100%;
	height: 400px;
}
.post-slider {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	max-height: 700px;
	margin: -25px 0 0;
}
.post-slider .slides li {
	width: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
	opacity: 0;
	z-index: 2;
	display: block;
}
.post-slider .slides li img {
	width: 100%;
	display: block;
	height: auto;
}
.flex-control-nav {
	bottom: 50px;
}
.s-post {
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #fff;
	margin-top: 20px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.03);
	padding: 26px 31px 0;
	font-size: 15px;
	color: #686f8a;
	line-height: 180%;
}
.post-sidebar .s-post {
	float: left;
	width: 64.7%;
	margin-right: 3.7%;
}
.post-sidebar-left .s-post {
	float: left;
	width: 64.7%;
}
.post-sidebar-left .blog-sb {
	margin-right: 3.7%;
}
.post-img + .cont .s-post {
	margin-top: -40px;
}
.post-slider + .cont .s-post {
	margin-top: -40px;
}
.post-map + .cont .s-post {
	margin-top: -40px;
}

.post-img + .cont .blog-sb {
	margin-top: -40px;
}
.post-slider + .cont .blog-sb {
	margin-top: -40px;
}
.post-map + .cont .blog-sb {
	margin-top: -40px;
}

.s-post .post-info {
	position: relative;
	padding: 0 0 0 75px;
	margin: 0 0 20px;
	min-height: 56px;
}
.s-post .post-info a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #9292b4;
	margin: 0 0 4px;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
	line-height: 100%;
	display: inline-block;
}
.s-post .post-info a:hover {
	border-bottom: 1px solid #9292b4;
	color: #9292b4;
}
.s-post .post-info h1 {
	font-size: 30px;
	font-weight: 700;
	color: #283346;
	display: block;
	width: auto;
}
.s-post .post-info time {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 3px;
	font-size: 19px;
	color: #d6d9ef;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
}
.s-post .post-info time span {
	font-size: 35px;
	display: block;
	line-height: 100%;
}
.s-post .post-img {
	margin: 30px 0;
}
.s-post .post-slider {
	margin: 30px 0 30px;
}
.s-post .post-slider .flex-control-nav {
	bottom: 20px;
}
.s-post .post-video {
	width: 100%;
	margin: 30px 0 27px;
	height: 624px;
}
.s-post .post-video iframe {
	width: 100%;
	height: 100%;
}
.s-post p {
	line-height: 180%;
	margin: 0 0 27px;
}
.s-post .post-share {
	border-bottom: 1px solid #e0e4f6;
	text-align: center;
	padding: 10px 31px 0;
	margin: 0 -31px 9px;
}
.s-post .post-share li {
	display: inline-block;
	margin: 0 3.5% 29px;
	vertical-align: top;
	font-size: 27px;
}
.s-post .post-share li a {
	transition: all 0.2s;
	color: #283346;
	border: none;
}
.s-post .post-share li a:hover {
	color: #6bc67c;
}
.s-post .post-tags {
	border-bottom: 1px solid #e0e4f6;
	text-align: center;
	padding: 15px 31px 0;
	margin: 0 -31px 9px;
}
.s-post .post-tags.comments-closed {
	margin-bottom: 5px;
	border-bottom: none;
}
.s-post .post-tags span {
	display: inline-block;
	margin: 0 20px 29px;
	color: #283346;
}
.s-post .post-tags a {
	transition: all 0.2s;
	display: inline-block;
	margin: 0 20px 29px;
	color: #686f8a;
	border: none;
}
.s-post .post-tags a:hover {
	color: #6bc67c;
}
.post-password-form label {
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: bottom;
}
.post-password-form label input[type=password] {
	display: inline-block;
	margin: 0 15px 0 0;
}
.post-password-form input[type=submit] {
	display: inline-block;
	margin: 0;
	vertical-align: bottom;
	padding: 10px 25px 11px;
}
.maincont .post-comments {
	padding: 15px 0 0 0;
	position: relative;
}
.post-comments ul {
	list-style: none;
	margin: 0;
}
.maincont .post-comments .post-comments-ttl {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 21px;
	color: #9292b4;
	text-align: left;
}
.maincont .post-comments-add {
	float: right;
	text-transform: uppercase;
	color: #6bc67c;
	border-bottom: 1px solid rgba(0,0,0,0);
	margin: 0 0 19px;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.2s;
}
.maincont .post-comments-add:hover {
	border-color: #6bc67c;
}
.maincont .post-nocomments {
	text-align: center;
}
.maincont .post-nocomments .post-comments-add {
	float: none;
	display: inline-block;
	margin: 0 auto 30px;
}
.maincont .post-nocomments > ul {
	text-align: left;
}
.maincont .post-comment {
	clear: both;
	position: relative;
	padding: 4px 0 0 100px;
	margin: 0 0 30px;
	font-size: 15px;
	color: #686f8a;
}
.maincont .post-comment-reply {
	padding-left: 30px;
	position: relative;
}
.maincont .post-comment-reply:after {
	position: absolute;
	top: 40px;
	right: 100%;
	background: #e0e4f6;
	content: '';
	height: 1px;
	width: 100%;
	display: block;
	margin: 0 -30px 0 0;
}
.maincont .post-comment .children {
	padding: 0;
	margin: 30px 0 0 -60px;
	position: relative;
}
.maincont .post-comment .children:after {
	position: absolute;
	top: 40px;
	right: 100%;
	background: #e0e4f6;
	content: '';
	height: 1px;
	width: 100%;
	display: block;
	margin: 0 0 0 0;
}
.maincont .post-comment-img {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 80px;
	left: 0;
	top: 0;
}
.maincont .post-comment-img img {
	display: block;
	width: 100%;
	height: auto;
}
.maincont .post-comment .post-comment-ttl {
	font-size: 15px;
	margin: 0 0 6px;
	color: #283346;
	padding: 0 220px 0 0;
}
.maincont .post-comment p {
	padding: 0;
	margin: 0 0 20px;
}
.maincont .post-comment > div {
	min-height: 80px;
}
.maincont .post-comment .post-comment-cont ul {
	list-style-type: disc;
	margin: 0 0 24px 18px;
}
.maincont .post-comment p.comment-meta {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #BDC1DE;
	line-height: 1;
	position: absolute;
	top: 3px;
	right: 0;
}
.maincont .post-comment p.comment-meta .comment-reply-link {
	position: relative;
	display: inline-block;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border: none;
	color: #bdc1de;
}
.maincont .post-comment p.comment-meta .comment-reply-link:after {
	content: '';
	position: absolute;
	top: 0;
	height: 19px;
	width: 1px;
	background: #D6D9EF;
	left: 0;
}
.maincont .post-comments-more {
	border-top: 1px solid #e0e4f6;
	padding: 13px 0 20px;
	margin: 0;
	text-align: center;
}
.maincont .post-comments-more a {
	display: inline-block;
	border-bottom: 1px dotted #686f8a;
	color: #686f8a;
	font-size: 15px;
	transition: all 0.2s;
}
.maincont .post-comments-more a:hover {
	border-color: rgba(0,0,0,0);
}
.maincont .post-comments .comment-navigation {
	overflow: hidden;
	border-top: 1px solid #e0e4f6;
	padding: 13px 0 20px;
	margin: 0;
	text-align: center;
}
.maincont .post-comments .comment-navigation .nav-previous {
	display: inline-block;
	margin: 0 5px;
}
.maincont .post-comments .comment-navigation .nav-next {
	display: inline-block;
	margin: 0 5px;
}
.maincont .post-comments .comment-navigation a {
	display: inline-block;
	border-bottom: 1px dotted #686f8a;
	color: #686f8a;
	font-size: 15px;
	transition: all 0.2s;
	text-transform: lowercase;
}
.maincont .post-comments .comment-navigation a:hover {
	border-color: rgba(0,0,0,0);
}
.maincont .post-comments .comment-respond textarea {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 400px;
	max-width: 100%;
	height: 100px;
	min-height: 100px;
	padding: 10px 15px 10px 15px;
	margin: 15px 0 15px;
}
.maincont .post-comments .comment-respond textarea:focus {
	background: #f1f1fa;
}
.maincont .post-comments .comment-respond textarea::-webkit-input-placeholder {
	color: #9fa4bb;
}
.maincont .post-comments .comment-respond textarea::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.maincont .post-comments .comment-respond textarea:-ms-input-placeholder {
	color: #9fa4bb;
}
.maincont .post-comments .comment-respond input[type=submit] {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	height: 34px;
	display: block;
	border: none;
	max-width: 160px;
	letter-spacing: 0.03em;
	margin: 15px auto 15px;
	padding: 0 15px;
	cursor: pointer;
	width: 100%;
}
.maincont .post-comments .comment-respond input[type=submit]:hover {
	background: #7dcd8c;
}
.maincont .post-comments .comment .comment-respond input[type=submit] {
	margin: 15px 0 15px;
}
.post-addcomment-form {
	max-width: 400px;
	display: none;
	margin: 0 auto 30px;
}
.post-addcomment-form.form-show {
	display: block;
}
.post-addcomment-form form:after {
	clear: both;
	content: '';
	display: block;
}
.post-addcomment-form form .form-submit {
	clear: both;
	margin: 0 0 42px;
}
.post-addcomment-form .post-addcomment-ttl {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 21px;
	padding: 0 0 12px;
	position: relative;
	color: #9292b4;
}
.post-addcomment-form .post-addcomment-ttl:after {
	content: '';
	width: 60px;
	height: 2px;
	background: #6bc67c;
	margin: 0 0 0 -30px;
	left: 50%;
	position: absolute;
	display: block;
	bottom: 0;
}
.post-addcomment-form .post-addcomment-ttl > a {
	color: #283346;
}
.post-addcomment-form .post-addcomment-ttl small {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #686f8a;
	padding: 0 0 8px;
	font-size: 15px;
}
.post-addcomment-form .post-addcomment-ttl small a {
	color: #686f8a;
	border-bottom: 1px solid transparent;
	line-height: 1;
	transition: all 0.2s;
	text-decoration: none;
}
.post-addcomment-form .post-addcomment-ttl small a:hover {
	text-decoration: none;
	border-bottom: 1px solid #686f8a;
}
.post-addcomment-form input[type=email],
.post-addcomment-form input[type=text] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 193px;
	height: 34px;
	padding: 0 15px 0 15px;
	margin: 0 0 15px;
	float: left;
}
.post-addcomment-form input[type=email]:focus,
.post-addcomment-form input[type=text]:focus {
	background: #f1f1fa;
}
.post-addcomment-form input[type=email]::-webkit-input-placeholder,
.post-addcomment-form input[type=text]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.post-addcomment-form input[type=email]::-moz-placeholder,
.post-addcomment-form input[type=text]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.post-addcomment-form input[type=email]:-ms-input-placeholder,
.post-addcomment-form input[type=text]:-ms-input-placeholder {
	color: #9fa4bb;
}
.post-addcomment-form input[type=text] {
	margin-right: 14px;
}
.post-addcomment-form textarea {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 120px;
	padding: 10px 15px 10px 15px;
	margin: 0 0 15px;
}
.post-addcomment-form textarea:focus {
	background: #f1f1fa;
}
.post-addcomment-form textarea::-webkit-input-placeholder {
	color: #9fa4bb;
}
.post-addcomment-form textarea::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.post-addcomment-form textarea:-ms-input-placeholder {
	color: #9fa4bb;
}
.post-addcomment-form input[type=submit] {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	height: 34px;
	display: block;
	border: none;
	max-width: 160px;
	letter-spacing: 0.03em;
	margin: 15px auto 15px;
	padding: 0 15px;
	cursor: pointer;
	width: 100%;
}
.post-addcomment-form input[type=submit]:hover {
	background: #7dcd8c;
}
.s-post .gallery {
	text-align: center;
	padding-top: 10px;
}
.s-post .gallery figure.gallery-item {
	padding-bottom: 40px;
	font-style: italic;
	display: inline-block;
	vertical-align: top;
	width: 270px;
}
.s-post .gallery figure.gallery-item .gallery-icon {
	margin: 0 0 15px;
}
.s-post .gallery figure.gallery-item a {
	border: none;
}
.s-post .attachment a {
	border: none;
}
.s-post .wp-caption a {
	border: none;
}
.wp-audio-shortcode {
	margin-bottom: 24px;
}

/*----------------------------------
21 - Single Post
----------------------------------*/





/*----------------------------------
22 - Contacts
----------------------------------*/

.contacts {
	margin: 0;
	padding: 43px 47px 0;
}
.contacts:after {
	clear: both;
	display: block;
	content: '';
}
.contacts a {
	color: #6bc67c;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}
.contacts a:hover {
	border-bottom: 1px solid #6bc67c;
}
.contacts-col1 {
	float: left;
	width: 41%;
	padding: 0 2% 0 0;
}
.contacts-col1 li {
	margin: 0 0 48px;
}
.contacts-col1 li p {
	font-size: 15px;
	color: #283346;
	margin: 0 0 14px;
}
.contacts-col1 li p b {
	color: #9292b4;
	font-size: 18px;
	font-weight: 700;
}
.contacts-col2 {
	float: left;
	width: 33%;
	padding: 0 2% 0 0;
}
.contacts-col2 li {
	margin: 0 0 48px;
}
.contacts-col2 li p {
	font-size: 15px;
	color: #283346;
	margin: 0 0 14px;
}
.contacts-col2 li p b {
	color: #9292b4;
	font-size: 18px;
	font-weight: 700;
}
.contacts-form {
	float: left;
	width: 25%;
	position: relative;
	padding: 0 0 20px;
	overflow: hidden;
}
.contacts-form h1,
.contacts-form h2,
.contacts-form h3,
.contacts-form h4,
.contacts-form h5,
.contacts-form h6 {
	margin: 0 0 21px;
	padding: 0;
	color: #9292b4;
	font-size: 18px;
	font-weight: 700;
}
.contacts-form form p {
	margin: 0;
	padding: 0;
}
.contacts-form form br {
	display: none;
}
.contacts-form form input[type=tel],
.contacts-form form input[type=email],
.contacts-form form input[type=text] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 34px;
	padding: 0 15px 0 15px;
	margin: 0 0 26px;
}
.contacts-form form input[type=tel]:focus,
.contacts-form form input[type=email]:focus,
.contacts-form form input[type=text]:focus {
	background: #f1f1fa;
}
.contacts-form form input[type=tel]::-webkit-input-placeholder,
.contacts-form form input[type=email]::-webkit-input-placeholder,
.contacts-form form input[type=text]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.contacts-form form input[type=tel]::-moz-placeholder,
.contacts-form form input[type=email]::-moz-placeholder,
.contacts-form form input[type=text]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.contacts-form form input[type=tel]:-ms-input-placeholder,
.contacts-form form input[type=email]:-ms-input-placeholder,
.contacts-form form input[type=text]:-ms-input-placeholder {
	color: #9fa4bb;
}
.contacts-form form input[type=submit] {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	height: 34px;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	margin: 28px auto 20px;
	padding: 0 15px;
	cursor: pointer;
	width: 100%;
}
.contacts-form form input[type=submit]:hover {
	background: #7dcd8c;
}
.contacts-form .ajax-loader {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
}
.contacts-form span.wpcf7-not-valid-tip {
	display: none;
}
.contacts-form .wpcf7-response-output {
	font-size: 15px;
	color: #686f8a;
	border: none;
	padding: 0;
	text-align: center;
	margin: 0;
}
.contacts-form .wpcf7-response-output.wpcf7-validation-errors {
	display: none !important;
}
.contacts-map {
	overflow: hidden;
	position: relative;
	height: 420px;
	background: #f9f9f9;
}

/*----------------------------------
22 - Contacts
----------------------------------*/





/*----------------------------------
23 - Error 404
----------------------------------*/

.err404 {
	position: relative;
	font-size: 19px;
	color: #686f8a;
	padding: 0 30px;
	margin: 0;
	text-align: center;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.err404-img {
	display: block;
	margin: 0 auto 57px;
}
.err404 .err404-ttl {
	padding: 60px 0 0;
	margin: 0 0 60px;
	font-size: 270px;
	line-height: 1;
	font-family: 'MontserratBlack', 'Montserrat', sans-serif;
	font-weight: 700;
	color: #0c1a2b;
}
.err404 p {
	margin: 0 0 32px;
}
.err404 form {
	margin: 0 auto;
	padding: 0 0 100px;
	position: relative;
	max-width: 570px;
}
.err404 form input[type=text] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 70px 0 15px;
}
.err404 form input[type=text]:focus {
	background: #f1f1fa;
}
.err404 form input[type=text]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.err404 form input[type=text]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.err404 form input[type=text]:-ms-input-placeholder {
	color: #9fa4bb;
}
.err404 form button[type=submit] {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	height: 34px;
	top: 3px;
	right: 3px;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0 23px;
	cursor: pointer;
}
.err404 form button[type=submit] .fa {
	font-size: 15px;
	color: #fff;
}
.err404 form button[type=submit]:hover {
	background: #7dcd8c;
}

/*----------------------------------
23 - Error 404
----------------------------------*/





/*----------------------------------
24 - About Us
----------------------------------*/

.aboutus {
	overflow: hidden;
	margin: 0;
}
.aboutus.flexslider .slides > li {
	display: block;
	width: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
	opacity: 0;
	display: block;
	z-index: 2;
}
.aboutus .flex-control-nav {
	position: absolute;
	bottom: 20px;
	z-index: 4;
	padding: 0 4%;
	width: 61%;
	text-align: left;
	right: 0;
}
.aboutus .flex-control-nav li {
	margin: 0 45px 0 0;
	display: inline-block;
}
body .aboutus-img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 4px;
	left: 0;
	right: 61%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
}
.aboutus .aboutus-img img {
	display: none;
	height: 100%;
	width: auto;
	max-width: none;
}
.aboutus-cont {
	position: relative;
	z-index: 3;
	background: #fff;
	width: 61%;
	float: right;
	padding: 32px 4% 58px 4%;
	font-size: 15px;
	line-height: 170%;
	box-shadow: inset 0 -4px 0px 0px #dfe2f0;
	color: #686f8a;
}
.aboutus-cont h3 {
	font-size: 20px;
	margin: 0 0 12px;
	color: #283346;
	line-height: 130%;
}
.aboutus-cont p {
	margin: 0 0 10px;
	line-height: 200%;
}
.about-gallery {
	z-index: 2;
	margin: 0;
	position: relative;
	max-width: 1169px;
}
.about-gallery:after {
	clear: both;
	display: block;
	content: '';
}
.about-gallery .about-gallery-sizer {
	width: 25%;
	float: left;
}
.about-gallery li {
	margin: 0;
	width: 25%;
	margin: 0;
	float: left;
	padding: 0;
	position: relative;
}
.about-gallery li a {
	display: block;
	padding: 0;
	transition: all 0.3s ease-in-out 0s;
	height: 100%;
	position: relative;
}
.about-gallery li a span {
	display: block;
	position: relative;
	width: 100%;
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-o-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
	height: 100%;
}
.about-gallery li a img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.about-gallery li a:after {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	bottom: 0;
	background-color: rgba(107, 198, 124, 0.7);
	opacity: 0;
	position: absolute;
	z-index: 4;
	-o-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
}
.about-gallery li a:before {
	transition: all 0.4s;
	position: absolute;
	left: 50%;
	color: #fff !important;
	top: 50%;
	margin: -25px 0 0 -25px;
	font-size: 24px;
	text-align: center;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	line-height: 50px;
	z-index: 15;
	content: "";
	opacity: 0;
	background: #6bc67c;
	background: rgba(107, 198, 124, 0.95) url(../img/zoom.png) no-repeat center center;
	border-radius: 80px;
}
.about-gallery li a.about-video:before {
	content: "\f04b";
	opacity: 1;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 0 6px;
	font-family: FontAwesome;
	background: rgba(107, 198, 124, 0.95);
}
.about-gallery li a:hover:before {
	opacity: 1;
}
.about-gallery li a:hover:after {
	opacity: 1;
	-ms-transform: scale3d(1.1,1.1,1);
	-o-transform: scale3d(1.1,1.1,1);
	-moz-transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
.about-gallery li a:hover span {
	z-index: 3;
	-ms-transform: scale3d(1.1,1.1,1);
	-o-transform: scale3d(1.1,1.1,1);
	-moz-transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}


#sb_instagram {
	position: relative;
	z-index: 2;
}
#sb_instagram a {
	border: none;
}
#sb_instagram .sbi_type_image .sbi_photo_wrap {
	display: block;
	padding: 0;
	transition: all 0.3s ease-in-out 0s;
	height: 100%;
	position: relative;
}
#sb_instagram .sbi_type_image .sbi_photo_wrap a {
	display: block;
	position: relative;
	width: 100%;
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-o-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
	height: 100%;
	opacity: 1 !important;
}
#sb_instagram .sbi_type_image .sbi_photo_wrap:hover a {
	z-index: 3;
	-ms-transform: scale3d(1.1,1.1,1);
	-o-transform: scale3d(1.1,1.1,1);
	-moz-transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
#sb_instagram .sbi_type_image .sbi_photo_wrap a:after {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	bottom: 0;
	background-color: rgba(107, 198, 124, 0.7);
	opacity: 0;
	position: absolute;
	z-index: 4;
	-o-transition: transform 0.6s;
	-moz-transition: transform 0.6s;
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
}
#sb_instagram .sbi_type_image .sbi_photo_wrap:hover a:after {
	opacity: 1;
}
#sb_instagram .sbi_type_image .sbi_photo_wrap:before {
	transition: all 0.4s;
	position: absolute;
	left: 50%;
	color: #fff !important;
	top: 50%;
	margin: -25px 0 0 -25px;
	font-size: 24px;
	text-align: center;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	line-height: 50px;
	z-index: 15;
	content: "";
	opacity: 0;
	background: #6bc67c;
	background: rgba(107, 198, 124, 0.95) url(../img/zoom.png) no-repeat center center;
	border-radius: 80px;
}
#sb_instagram .sbi_type_image .sbi_photo_wrap:hover:before {
	opacity: 1;
}
#sb_instagram #sbi_load {
	font-size: 15px;
	display: block;
	margin: 20px 0 10px;
	padding: 0;
	text-align: center;
}
#sb_instagram #sbi_load .sbi_load_btn {
	display: inline-block;
	color: #686f8a;
	border-bottom: 1px dotted #686f8a;
	transition: all 0.2s;
	position: relative;
	background: none;
	padding: 0;
	border-radius: 0;
	font-size: 15px;
	vertical-align: middle;
	margin: 0 7px 7px;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
	border-color: transparent;
	background: none;
	opacity: 1;
}
#sb_instagram #sbi_load .sbi_follow_btn {
	vertical-align: middle;
	margin: 0 7px 7px;
}

/*----------------------------------
24 - About Us
----------------------------------*/





/*----------------------------------
25 - Gallery
----------------------------------*/
ul.multishop-gallery-sections {
	top: -61px;
	margin: 0;
	list-style: none;
	position: absolute;
	right: 0;
	width: auto;
	max-width: 63%;
	overflow: hidden;
	height: auto;
	padding: 9px 15px 9px 15px;
}
ul.multishop-gallery-sections li {
	padding: 0 0 10px 40px;
}
ul.multishop-gallery {
	z-index: 1;
	margin: 0;
	position: relative;
	list-style: none;
}
.multishop-gallery:after {
	clear: both;
	display: block;
	content: '';
}
.multishop-gallery li {
	width: 33.33333333%;
	margin: 0;
	float: left;
	padding: 0;
	position: relative;
}
.multishop-gallery li a {
	display: block;
	padding: 0;
	transition: all 0.3s ease-in-out 0s;
	height: 100%;
	border: none;
	position: relative;
}
.multishop-gallery li a span {
	display: block;
	position: relative;
	width: 100%;
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	transition: transform 0.6s;
	height: 100%;
}
.multishop-gallery li a img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.multishop-gallery li a:after {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	bottom: 0;
	background-color: rgba(42,44,61,0.6);
	transition: all 0.6s;
	opacity: 0;
	position: absolute;
	z-index: 2;
	transition: transform 0.6s;
}
.multishop-gallery li a:before {
	transition: all 0.4s;
	position: absolute;
	left: 50%;
	color: #fff !important;
	top: 50%;
	margin: -25px 0 0 -25px;
	font-size: 24px;
	text-align: center;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	line-height: 50px;
	z-index: 4;
	font-size: 40px;
	font-weight: 700;
	content: "";
	opacity: 0;
	background: #6bc67c;
	background: rgba(107, 198, 124, 0.95) url(../img/zoom.png) no-repeat center center;
	border-radius: 80px;
}
.multishop-gallery li a.multishop-gallery-video:before {
	content: "\f04b";
	opacity: 1;
	font-size: 24px;
	font-weight: normal;
	font-family: FontAwesome;
	padding: 0 0 0 6px;
	background: rgba(107, 198, 124, 0.95);
}
.multishop-gallery li a:hover:before {
	opacity: 1;
}
.multishop-gallery li a:hover:after {
	opacity: 1;
	-ms-transform: scale3d(1.1,1.1,1);
	-o-transform: scale3d(1.1,1.1,1);
	-moz-transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
.multishop-gallery li a:hover span {
	z-index: 3;
	-ms-transform: scale3d(1.1,1.1,1);
	-o-transform: scale3d(1.1,1.1,1);
	-moz-transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
p.multishop-gallery-more {
	font-size: 15px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
p.multishop-gallery-more a {
	display: block;
	color: #fff;
	border: none;
	transition: all 0.2s;
	background-color: #6bc67c;
	font-weight: 500;
	padding: 14px 0 15px;
}
p.multishop-gallery-more a:hover {
	background-color: #7dcd8c;
}
p.multishop-gallery-more a.loading {
	opacity: 0.4;
	cursor: default;
	border-bottom: 1px dotted #686f8a;
}


@media only screen and (max-width : 992px) {
	.multishop-gallery li {
		width: 50%;
	}
}

@media only screen and (max-width : 550px) {
	.multishop-gallery li {
		width: 100%;
		float: none;
		max-width: 390px;
		margin: 0 auto;
	}
}

/*----------------------------------
25 - Gallery
----------------------------------*/





/*----------------------------------
26 - Modal Form
----------------------------------*/

.modal-form {
	padding: 30px 20px 15px;
	width: 320px;
	display: none;
}
.modal-form form {
	position: relative;
}
.modal-form p {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.modal-form br {
	display: none;
}
.modal-form h1,
.modal-form h2,
.modal-form h3,
.modal-form h4,
.modal-form h5,
.modal-form h6 {
	font-size: 20px;
	margin: 0 0 24px;
	text-align: center;
	position: relative;
	padding: 0 0 15px;

	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #283346;
}
.modal-form h1:after,
.modal-form h2:after,
.modal-form h3:after,
.modal-form h4:after,
.modal-form h5:after,
.modal-form h6:after {
	content: '';
	width: 60px;
	height: 2px;
	background: #6bc67c;
	margin: 0 0 0 -30px;
	left: 50%;
	position: absolute;
	display: block;
	bottom: 0;
}
.modal-form input[type=email],
.modal-form input[type=text] {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px 0 15px;
	margin: 0 0 15px;
}
.modal-form input[type=email]:focus,
.modal-form input[type=text]:focus {
	background: #f1f1fa;
}
.modal-form input[type=email]::-webkit-input-placeholder,
.modal-form input[type=text]::-webkit-input-placeholder {
	color: #9fa4bb;
}
.modal-form input[type=email]::-moz-placeholder,
.modal-form input[type=text]::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.modal-form input[type=email]:-ms-input-placeholder,
.modal-form input[type=text]:-ms-input-placeholder {
	color: #9fa4bb;
}
.modal-form textarea {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: #f4f5fb;
	font-size: 15px;
	color: #9fa4bb;
	transition: all 0.2s;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100px;
	min-height: 100px;
	padding: 10px 15px 10px 15px;
	margin: 0 0 15px;
}
.modal-form textarea:focus {
	background: #f1f1fa;
}
.modal-form textarea::-webkit-input-placeholder {
	color: #9fa4bb;
}
.modal-form textarea::-moz-placeholder {
	color: #9fa4bb;
	opacity: 1;
}
.modal-form textarea:-ms-input-placeholder {
	color: #9fa4bb;
}
.modal-form input[type=submit] {
	background: #6bc67c;
	transition: all 0.2s;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	height: 34px;
	display: block;
	border: none;
	letter-spacing: 0.03em;
	margin: 25px auto 15px;
	padding: 0 15px;
	min-width: 150px;
	cursor: pointer;
}
.modal-form input[type=submit]:hover {
	background: #7dcd8c;
}
.fancybox-close.modal-form-close {
	background-image: none;
	background: url(../img/close3.png) no-repeat left top;
	width: 16px;
	height: 16px;
	top: 13px;
	right: 13px;
}
.modal-form .ajax-loader {
	display: block;
	position: absolute;
	top: -14px;
	left: 0px;
}
.modal-form span.wpcf7-not-valid-tip {
	display: none;
}
.modal-form .wpcf7-response-output {
	font-size: 15px;
	color: #686f8a;
	border: none;
	padding: 0;
	text-align: center;
	margin: 0;
}
.modal-form .wpcf7-response-output.wpcf7-validation-errors {
	display: none !important;
}
.fancybox-prev.modal-prev {
	left: -45px;
}
.fancybox-next.modal-next {
	right: -45px;
}
.fancybox-nav.modal-prev span,
.fancybox-nav.modal-next span {
	position: absolute;
	top: 50%;
	width: 14px;
	height: 19px;
	margin-top: -16px;
	cursor: pointer;
	z-index: 8040;
	overflow: hidden;
}
.fancybox-prev.modal-prev span {
	left: 23px;
	background-image: none;
	background: url(../img/fancybox-nav.png) no-repeat left top;
}
.fancybox-next.modal-next span {
	right: 23px;
	background-image: none;
	background: url(../img/fancybox-nav.png) no-repeat right top;
}

/*----------------------------------
26 - Modal Form
----------------------------------*/





/*----------------------------------
27 - Others
----------------------------------*/

.woocommerce table.wishlist_table thead th {
	border-top: none;
}
.maincont .wishlist-empty {
	margin: 0 0 5px;
	text-align: center;
	color: #686f8a;
}

.wccm-compare-table .wccm-tr {
	border-bottom: 1px solid #e0e4f6;
	padding: 7px 0;
}
.wccm-compare-table .wccm-th {
	padding: 11px 0;
}
.wccm-td a {
	font-weight: 400;
	font-size: 17px;
	color: #283346;
	transition: all 0.2s;
	font-weight: 700;
	border: none;
}
.wccm-td a:hover {
	color: #6bc67c;
}
.wccm-table-wrapper .wccm-table .wccm-td .price {
	font-size: 17px;
	color: #283346;
}
.wccm-table-wrapper .wccm-table .wccm-td .price ins {
	text-decoration: none;
	background: transparent;
	color: #283346;
	padding: 0;
}
.wccm-table-wrapper .wccm-table .wccm-td .price del {
	font-weight: 400;
	color: #686f8a;
}
.wccm-table-wrapper .wccm-table .wccm-thumb {
	margin: 0 0 10px;
	padding: 0 10px;
	position: relative;
	display: inline-block;
	height: 150px;
	width: 100%;
	min-width: 150px;
	text-align: center;
}
.wccm-table-wrapper .wccm-table .wccm-thumb a {
	right: 18px;
	color: #6bc67c;
	font-family: dashicons;
	font-size: 20px;
	border: none;
}
.wccm-table-wrapper .wccm-table .wccm-thumb a:hover {
	color: #D03C19;
}
.wccm-table-wrapper .wccm-table .wccm-td {
	text-align: center;
	width: 170px !important;
	min-width: 170px !important;
}
.wccm-table-wrapper .wccm-table {
	border: none;
	margin: 0;
}
.wccm-table-wrapper .wccm-table tr {
	border: none;
}
.wccm-table-wrapper .wccm-table td {
	border: none;
	padding: 0;
}
.woocommerce .woocommerce-message {
	font-size: 15px;
	color: #686f8a;
	border: 1px solid #E0E4F6;
	padding: 20px !important;
	margin: 0 0 20px !important;
	overflow: hidden;
	background: #fff;
	text-align: left;
	position: relative;
	z-index: 2;
}
.woocommerce .woocommerce-message:before {
	display: none;
}
.woocommerce .woocommerce-message a {
	transition: background-color 0.2s;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	border-radius: 0;
	background-color: #6bc67c;
	text-transform: uppercase;
	padding: 9px 18px 9px;
	letter-spacing: 0.02em;
	border: none;
}
.woocommerce .woocommerce-message a:hover {
	background-color: #7dcd8c;
	color: #fff;
}
.woocommerce .woocommerce-info {
	font-size: 15px;
	color: #686f8a;
	border: 1px solid #E0E4F6;
	padding: 20px !important;
	margin: 0 0 20px !important;
	overflow: hidden;
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
	border-radius: 3px;
}
.woocommerce .woocommerce-info:before {
	display: none;
}
.woocommerce .woocommerce-info a {
	border-bottom: 1px solid transparent;
	color: #6bc67c;
	transition: all 0.2s;
}
.woocommerce .woocommerce-info a:hover {
	border-bottom: 1px solid #6bc67c;
	color: #6bc67c;
}
.redborder {
	border-color: red !important;
	background-color: #ffeded !important;
}
.wpcf7-not-valid {
	background-color: #ffd7d7 !important;
}
.form-result {
	font-size: 15px;
	color: #1F8E23;
}
.contacts-form .form-result {
	text-align: center;
	margin: -25px 0 0;
	padding: 0 0 14px;
}
.modal-form .form-result {
	text-align: center;
	margin: 0;
	padding: 0 0 4px;
}
.footer-info .form-result {
	padding: 10px 0 0 15px;
}
.getspec-cont .form-result {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 10px 0 0 15px !important;
	font-weight: normal;
	text-transform: none;
}
.search-item h3 {
	font-size: 20px;
	color: #283346;
	text-transform: none;
	font-weight: 700;
}
.search-item h3 a {
	transition: all 0.2s;
	color: #283346;
}
.search-item h3 a:hover {
	color: #6bc67c;
}
.err404 .search-err-ttl {
	padding: 70px 0 32px;
	margin: 0;
}

.wpcf7-form p {
	position: relative;
}
.wpcf7-form p .wpcf7-form-control-wrap + input[type=submit] {
	position: absolute;
	bottom: 0;
	right: 0;
}
.wpcf7-form p .wpcf7-form-control-wrap + input[type=submit] + .ajax-loader {
	position: absolute;
	bottom: -25px;
	right: 0;
}
.wpcf7-form .form-submit .wpcf7-form-control-wrap input {
	height: 55px;
}
.wpcf7-form .form-submit .wpcf7-form-control-wrap + input[type=submit] {
	bottom: 5px;
	right: 5px;
	height: 45px;
}

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
img.alignnone {
	margin: 5px 20px 20px 0;
}
img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.sticky {
	font-family: 'Open Sans', sans-serif;
}
.gallery-caption {
	font-family: 'Open Sans', sans-serif;
}
.bypostauthor {
	font-family: 'Open Sans', sans-serif;
}


.vc_btn3-container .vc_btn3.vc_btn3-style-multishop {
	background-color: #6bc67c;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 60px;
	padding: 11px 70px 12px;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-multishop:hover {
	background-color: #7dcd8c;
	color: #fff;
}
body div .btn-multishop {
	background-color: #6bc67c;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 60px;
	padding: 11px 70px 12px;
	display: inline-block;
	border: none;
}
body div .btn-multishop:hover {
	background-color: #7dcd8c;
	border: none;
	text-decoration: none;
	color: #fff;
}

.add_to_cart_inline {

}
.add_to_cart_inline .amount {
    margin: 0 8px;
    padding: 0;
    color: #283346;
    font-size: 20px;
    font-weight: 600;
}
.add_to_cart_inline a.prod-addbtn {
	text-transform: uppercase;
    color: #fff;
    background-color: #ce592f;
    border-radius: 50px;
    line-height: 1.42857143;
    padding: 8px 24px 7px;
    font-size: 15px;
    font-weight: 600;
    margin: 0 8px;
}
.add_to_cart_inline a.prod-addbtn:hover {
    color: #fff;
    background-color: #d46943;
}
.add_to_cart_inline .hover-label span {
    text-align: left;
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    background: none;
    display: inline-block;
    margin: 0;
    border-radius: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    transition: initial;
    transform: initial;
    visibility: visible;
    opacity: 1;
    font-weight: 400;
    text-transform: none;
    line-height: 1.42857143;
    font-size: 15px;
    font-weight: 600;
}
.add_to_cart_inline .hover-label span:before {
	display: none;
}
.add_to_cart_inline .hover-label i.icon {
    margin: 0 12px 0 0;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
}



/*----------------------------------
27 - Others
----------------------------------*/





/*----------------------------------
Compare List
----------------------------------*/
.wccm-catalog-items {
	clear: both;
	margin: 2em 0;
	vertical-align: middle;
}
.wccm-catalog-item {
	float: left;
	margin-right: 1em;
	position: relative;
}
.wccm-catalog-item img {
	width: 48px;
	height: 48px;
}
.wccm-catalog-item a.dashicons {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	color: red;
	display: block;
}
.wccm-empty-compare {
	background-color: #faa;
	padding: 10px;
	color: black;
}
.wccm-compare-table {
	margin: 20px 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.wccm-table-wrapper {
	margin: 0 0 0 150px;
	overflow: hidden;
}
.wccm-table {
	border-spacing: 0px;
	border-collapse: separate;
	margin: 0;
	table-layout: fixed;
}
.wccm-thead .price del {
	display: block;
}
.wccm-tr {
	position: relative;
}
.wccm-table td {
	vertical-align: top;
	padding: 10px 0;
	border: none;
}
.wccm-th {
	width: 130px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 10px;
	line-height: 1;
	color: #283346;
	font-weight: 500;
}
.wccm-td {
	text-align: center;
	width: 200px !important;
}
.wccm-td p:first-child {
	margin-top: 0;
}
.wccm-td p:last-child {
	margin-bottom: 0;
}
.wccm-thumb {
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
.wccm-thumb a {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 24px;
	height: 24px;
	font-size: 24px;
	color: red;
}
.wccm-compare-table .wccm-tr {
	border-bottom: 1px solid #e0e4f6;
	padding: 7px 0;
}
.wccm-compare-table .wccm-th {
	padding: 11px 0;
}
.wccm-td a {
	font-size: 15px;
	color: #283346;
	transition: all 0.2s;
	font-weight: 700;
	border: none;
	display: block;
	line-height: 1.2;
	margin: 0 0 8px;
}
.wccm-td a:hover {
	color: #6bc67c;
}
.wccm-table-wrapper .wccm-table .wccm-td .price {
	font-weight: 700;
	font-size: 20px;
	color: #283346;
	margin: 0 0 8px;
}
.wccm-table-wrapper .wccm-table .wccm-td .price ins {
	text-decoration: none;
	background: transparent;
	color: #283346;
	padding: 0;
}
.wccm-table-wrapper .wccm-table .wccm-td .price del {
	font-weight: 400;
	color: #868ca7;
}
.wccm-table-wrapper .wccm-table .wccm-thumb {
	margin: 0 0 15px;
	padding: 0 10px;
	position: relative;
	display: inline-block;
	height: 150px;
	width: 100%;
	min-width: 150px;
	text-align: center;
	font-size: 0;
}
.wccm-table-wrapper .wccm-table .wccm-thumb:before {
	height: 100%;
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.wccm-table-wrapper .wccm-table .wccm-thumb .fa {
	right: 0;
	font-size: 16px;
	border: none;
	color: red;
	transition: color 0.2s;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.wccm-table-wrapper .wccm-table .wccm-thumb .fa:hover {
	color: #ff3535;
}
.wccm-table-wrapper .wccm-table .wccm-thumb img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.wccm-table-wrapper .wccm-table .wccm-td {
	text-align: center;
	width: 170px !important;
	min-width: 170px !important;
}
.wccm-table-wrapper .wccm-table {
	border: none;
	margin: 0;
}
.wccm-table-wrapper .wccm-table tr {
	border: none;
}
.wccm-table-wrapper .wccm-table td {
	border: none;
	padding: 0;
}
/*----------------------------------
43 - Compare List
----------------------------------*/


@media only screen and (max-width : 992px) {
	.wccm-table-wrapper .wccm-table .wccm-thumb {
		min-width: 120px;
		height: 120px;
	}
	.wccm-table-wrapper .wccm-table .wccm-td {
		width: 140px !important;
		min-width: 140px !important;
	}
	.wccm-td a {
		font-size: 15px;
	}
	.wccm-table-wrapper .wccm-table .wccm-td .price {
		font-size: 17px;
	}
}


@media only screen and (max-width : 768px) {
	.wccm-th {
		width: 110px;
	}
	.wccm-table-wrapper {
		margin: 0 0 0 110px;
	}
	.wccm-table-wrapper .wccm-table .wccm-thumb {
		min-width: 100px;
		height: 100px;
	}
	.wccm-table-wrapper .wccm-table .wccm-td {
		width: 120px !important;
		min-width: 120px !important;
	}
	.wccm-td a {
		font-size: 15px;
	}
	.wccm-table-wrapper .wccm-table .wccm-td .price {
		font-size: 17px;
	}
	.wccm-compare-table .wccm-tbody {
		font-size: 14px;
	}
}

@media only screen and (max-width : 480px) {
	.wccm-th {
		width: 100px;
	}
	.wccm-table-wrapper {
		margin: 0 0 0 100px;
	}
	.wccm-table-wrapper .wccm-table .wccm-thumb {
		min-width: 70px;
		height: 70px;
	}
	.wccm-table-wrapper .wccm-table .wccm-td {
		width: 90px !important;
		min-width: 90px !important;
	}
}
/*----------------------------------
Compare List
----------------------------------*/



/* Auth */
.auth-wrap {
	overflow: hidden;
	padding: 1%;
}
.auth-wrap .auth-col {
	width: 46%;
	margin: 0 8% 0 0;
	float: left;
}
.auth-wrap .auth-col:nth-child(2n) {
	margin-right: 0;
}
.auth-wrap .auth-submit input[type=checkbox] {
	display: none;
}
.auth-wrap .auth-submit input[type=checkbox] + label {
	padding: 4px 0 0 25px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	transition: color 0.2s;
	/*width: auto;
	position: absolute;
	top: 50%;
	margin: -10px 0 0;
	right: 0;*/
}
.auth-wrap .auth-submit input[type=checkbox] + label:hover {
	color: #6bc67c;
}
.auth-wrap .auth-submit input[type=checkbox] + label:after {
	content: "\f00c";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	margin: -7px 0 0;
	left: 0;
	border: 2px solid #6bc67c;
	border-radius: 4px;
	background-color: #fff;
	color: #fff;
	font-size: 10px;
	padding: 0 0 0 1px;
	text-align: center;
	font-family: FontAwesome;
	line-height: 13px;
}
.auth-wrap .auth-submit input[type=checkbox]:checked + label:after {
	border-color: #6bc67c;
	background-color: #6bc67c;
}
@media only screen and (max-width : 992px) {
	.auth-wrap .auth-col {
		width: auto;
		margin: 0 0 30px;
		float: none;
		max-width: 500px;
	}
}
/* Auth */



/* Elements */
.parallax-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	padding-top: 150px;
	padding-bottom: 135px;
}
.parallax-banner h2 {
	font-size: 57px;
	color: #ffffff;
}
/* Elements */



/* Contacts */
.contacts-page h3 {
	font-size: 18px;
	color: #abafc2;
	margin-bottom: 15px;
}
.contacts-page-map {
	overflow: hidden;
	margin-bottom: -60px;
}
/* Contacts */



/*----------------------------------
28 - Footer
----------------------------------*/
.site-footer {
	padding: 55px 5% 25px;
	background-color: #ffffff;
}
.site-footer .widget {
	margin-bottom: 20px;
}
.site-footer .widget .widget-title {
	color: #9292b4;
	font-size: 18px;
	margin: 0 0 25px;
}
.site-footer .widget li,
.site-footer .widget p {
	line-height: 170%;
}
.site-footer .widget .button {
	background-color: #6bc67c;
	color: #fff;
	font-size: 15px;
	border-radius: 60px;
	padding: 11px 70px 12px;
	border: none;
	font-weight: 600;
}
.site-footer .widget .button:hover {
	background-color: #7dcd8c;
	color: #fff;
}
.site-footer .widget a {
	text-decoration: none;
}
.site-footer .widget a:hover {
	text-decoration: none;
}
.site-footer .widget .menu {
	list-style: none;
	margin: 0 0 10px;
}
.site-footer .widget .menu li {
	list-style: none;
	margin: 0 0 13px;
}
.site-footer .widget .menu li a {
	color: #283346;
	border: none;
}
.site-footer .widget .menu li a:hover {
	color: #6bc67c;
}
.site-footer .f-logo-wrap {
	margin-bottom: 40px;
}
.site-footer .f-logo {
	border: none;
	display: block;
	margin: 14px 0 0;
}

/*----------------------------------
28 - Footer
----------------------------------*/





.prod-li-price-wrap.wishlist {
	text-align: right;
}


.daterange-input.wishlist {
	border: 1px solid #e0e4f6;
	border-radius: 3px;
	background: white;
	font-size: 15px;
	color: #000;
	transition: all 0.2s;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px 0 15px !important;
}