/*
Theme Name: Wco
Author: Codingheads
Author URI:  http://codingheads.com/
*/

/* =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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font:12px/18px Arial,Helvetica,sans-serif;
	color: #45454f;
}

h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {

}


h1, h2, h3, h4, h5, h6 {
	color: #0a263c;
	line-height: 1.35;
	margin: 0 0 5px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #1a354a;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: normal;
	margin: 0 0 20px;
}

h3 {
	color: #333333;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 20px;
}

h4 {
	font-size: 16px;
	line-height: normal;
	font-weight: 300;
	margin: 0 0 10px;
}

h5 {
	font-size: 14px;
	line-height: normal;
	font-weight: 300;
	margin: 0 0 10px;
}

h6 {
	font-size: 12px;
	line-height: normal;
	font-weight: 300;
	margin: 0 0 10px;
}

strong {
	color: inherit;
	font-size: inherit;
	font-weight: 700;
}

p {
	margin: 0 0 10px;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus {
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}

hr {
	background-color: #ccc;
	border: 0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height:auto;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

/* Reset input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	-moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   padding: 0 12px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	opacity: 0.6;
}

button[disabled],
input[disabled] {
	cursor: default;
}
/*
::-webkit-input-placeholder {
   display: none;
}

:-moz-placeholder {
   display: none;
}

::-moz-placeholder {
   display: none;
}

:-ms-input-placeholder {
   display: none;
}*/

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: normal;
	color: #757575;
}

/*ENTRY CONTENT ELEMENTS AND ALIGNMENTS*/
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: normal;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0 10px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	margin:0 0 0 10px;
}

img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
}

blockquote,
blockquote p {
	font-size: 20px;
	font-weight: 300;
	line-height:normal;
	font-style: italic;
	color: #7f7f7f;
}

blockquote cite {
	font-size: 17px;
	line-height: normal;
	display: block;
}

blockquote cite strong {
	font-weight: 700;
	display: block;
}

/* Links, basics */
a {
	outline: none;
	color: #0f9fc3;
}

a:hover {
	color: #53d8f9;
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Looks and Feel */
header,
footer,
#content {
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
}

[class*="col-"] {
	-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
			 box-sizing:border-box;
			 float: left;
	-webkit-transition 	  : all 0.2s linear;
			-moz-transition	  : all 0.2s linear;
				-ms-transition: all 0.2s linear;
					transition: all 0.2s linear;
}


/* Header */
.site-title {
	margin: 28px 0 0;
}

.site-title  a {
	display: block;
	/*width:387px;*/
	/*height: 73px;*/
}

.quick-access {
	float: right;
}

.site-content {
	background: url("images/bg-page.png") repeat-y scroll 0 0 transparent;
	max-width: 1000px;
	margin: 0 auto;
}

/*OVERWRITE BOOTSTRAP*/
	.row {
		/*max-width: 1025px;*/
		max-width: 100%;
		margin: 0 auto;
	}

	a:hover, a:focus {
		color: inherit;
		text-decoration: none;
	}

/*********************/

body {
	background: url("images/bg-body.jpg") no-repeat scroll 50% 0 #0f9fc3;
	color: #45454f;
	font: 12px/18px Arial,Helvetica,sans-serif;
	margin: 0;
	overflow-x: hidden;
}

/*MENU*/

	.top-menu {
		float: right;
	}

	.top-menu li a {
	}

	.navbar {
		position: relative;
		background: url(images/bg-header-bar.png) 0 0 no-repeat transparent;
		font:bold 15px/34px Arial,Helvetica,sans-serif;
		color: #fff;
		margin: 0 -33px;
		height: 80px;
		padding: 8px 32px 22px;
	}

	.navbar li {
		float: left;
		position: relative;
	}

	.navbar ul.main-menu > li  {
		background: url(images/sep01.gif) no-repeat scroll 100% 0 transparent;
	}

	.navbar ul.main-menu {
		margin-left: -15px;
	}

	.navbar li a {
		font:bold 15px/15px Arial,Helvetica,sans-serif;
		color: #fff;
		padding: 20px 30px;
		display: block;
	}

	.navbar li a {
		padding: 17px 28px;
	}

	.navbar .sub-menu {
		padding: 0;
		position: absolute;
		width:100%;
		height:auto;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
		top:50px;
		left: 0;
		background-color:#1894b8;
		-webkit-transition    : all 0.2s linear;
				-moz-transition   : all 0.2s linear;
				  -ms-transition: all 0.2s linear;
					transition: all 0.2s linear;
	}

	.navbar ul.main-menu > li > .sub-menu {
		width:375px;
		border:1px solid #138fb5;
		padding: 10px 0 10px;
	}

	.navbar .sub-menu li a {
		font-size: 12px;
		text-transform:capitalize;
	}

	.navbar ul.main-menu > li.current_page_item > a,
	.navbar ul.main-menu > li.current-menu-ancestor > a,
	.navbar ul.main-menu > li:hover > a {
		background: none #1894b8;
	}

	.navbar ul.main-menu > li:hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.menu-top li {
		position: relative;
	}

	.menu-top li.resources:after {
		display: none;
	}

	.top-menu-wraper {
		margin-left: 6.33333%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.break {
		/*clear:both;*/
	}

	.navbar .sub-menu .submenu-title > a {
		padding: 0 20px;
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
		margin: 0 0 15px;
	}

	.navbar > ul > li > .sub-menu:after {
		content: "";
		display: block;
		clear: both;
	}

	.navbar ul.main-menu > li > .sub-menu > li > .sub-menu {
		padding-top: 0;
	}

	.navbar ul.main-menu > li > .sub-menu > li > .sub-menu li a{
		text-transform: none;
	}

	.navbar ul.main-menu > li > .sub-menu .menu-item-has-children {
		float: left;
		width:50%;
		position: relative;
	}

	.navbar ul.main-menu > li.menu-item-has-children > a {
		padding-right:40px;
	}

	.navbar ul.main-menu > li.menu-item-has-children:after {
		content:"";
		display: block;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #fff;
		content: "";
		display: block;
		height: 0;
		margin-top: -2px;
		position: absolute;
		right: 18px;
		top: 50%;
		width: 0;
	}

	.navbar ul.main-menu > li > .sub-menu .menu-item-has-children:first-child {
		width:50%;
		/*border-right: 1px solid #88949c;*/
		background:url(images/sep05.gif) right 0 repeat-y transparent;
		padding-right: 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.navbar ul.main-menu > li > .sub-menu .menu-item-has-children:nth-child(2) {
		/*padding-left: 30px;*/
	}

	.navbar .sub-menu .sub-menu {
		position: static;
	}

	.navbar .fake-title > a,
	.offcanvas-menu ul li .fake-title > a {
		display: none;
	}

	.mail a,
	.search-btn a,
	.ytb a,
	.fcb a,
	.in a {
		width:0px;
		overflow: hidden;
		text-indent: 9999999px;
		background: url(./images/sprite_social.png) 25px 16px no-repeat transparent;
	}

	.fcb a {
		background-position: -50px 16px;
	}

	.ytb a {
		background-position: -112px 18px;
		padding:20px 38px!important;
	}

	.search-btn a {
		background-position: -190px 18px;
	}

	.mail a {
		background-position: -265px 18px;
	}



/*HOMEPAGE*/

	/*HOMEPAGE SLIDER*/

	header {
		width: 100%;
		-webkit-transition 	  : all 0.7s linear;
			-moz-transition	  : all 0.7s linear;
				-ms-transition: all 0.7s linear;
					transition: all 0.7s linear;
	}

	#owl-demo .item img{
		display: block;
		/*width: 100%;*/
		/*height: auto;*/
		max-width: 100%;
		margin: 0 auto;
	}

	.owl-carousel {
		background: url(images/shadow.png) 0 100% no-repeat transparent;
		padding-bottom:10px;
	}

	#owl-demo .owl-controls {
		position: absolute;
		bottom:10px;
		left:0;
		width:100%;
	}

	.owl-theme .owl-controls .owl-page span {
		width:14px;
		height: 14px;
		background: none #fff;
		opacity: 1;
		margin: 5px;
		box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.09);
		-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.09);
	}

	.owl-theme .owl-controls .owl-page.active span,
	.owl-theme .owl-controls.clickable .owl-page:hover span {
		background: none #2E93C0;
		opacity: 1;
		border: 2px solid #EBF1F3;
	}

	.delimit {
		height: 1px;
		border-top:1px solid #959595;
		margin: 20px 0;
		width:45%;
	}

	/*.button {*/
	/*	font-size: 24px;*/
	/*	line-height: normal;*/
	/*	color: #f7f7f7;*/
	/*	padding: 12px 40px;*/
	/*	text-transform: uppercase;*/
	/*	background: none #0d1f42;*/
	/*	text-align: center;*/
	/*	font-weight: normal;*/
	/*	display: inline-block;*/
	/*	border: 2px solid #fff;*/
	/*	margin: 0 0 40px;*/
	/*}*/

.button:link,
.button:visited,
.button:hover,
.button:active
{
	color: #fff;
}

.button:hover {

}

a.button:link,
a.button:visited,
a.button:hover,
a.button:active
{
	color: #fff;
}

a:link,
a:visited,
a:hover,
a:active {

}

.centered {
	text-align: center;
}

.righted {
	text-align: right;
}

.row-reset-margin {
	margin:0;
	padding: 0;
}

.row-reset-margin:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 1px;
	visibility: hidden;
}

.row-reset-margin [class*="col-"] {
	margin: 0;
	padding: 0;
}


/*PAGINATION*/
.navigation {
	float: right;
	margin: 0px 0 0;
}

.navigation .meta-nav {
	display: inline-block;
}

.nav-previous,
.nav-previous a,
.nav-previous span,
.nav-next,
.nav-next span,
.nav-next a {
	font-size: 18px;
	color: #4bbbd7;
	position: relative;
}

.pagination-wraper {
	border-top: 1px solid #4bbbd7!important;
	margin-top: -1px;
	padding-top: 20px;
}

.pagination-wraper:after {
	content: "";
	display: block;
	clear: both;
}

.nav-next {
	margin-left: 5px;
	padding-left: 5px;
}


.nav-previous:after,
.nav-next:before {
	content: "";
	display: none;
	position: absolute;
	top:16%;
	height:75%;
	width:1px;
}

.nav-previous a:hover,
.nav-previous a:hover span,
.nav-next a:hover span,
.nav-next a:hover {
	color: #484848;
}

.nav-previous:after {
	right:-5px;
	border-right:1px solid #484848;
}

.nav-next:before {
	left:-5px;
	border-left:1px solid #aaaaaa;
}


/*CONTACT FORM*/

	.contact-form {
		padding:30px 0;
	}

	.contact-form h2 {
		color: #4bbbd7;
		font-size: 22px;
		margin-bottom: 20px;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form textarea {
		width:100%!important;
	}

	.contact-form p {
		position: relative;
		margin:0 0 20px;
	}

	.contact-form label {
		font-weight: normal;
		color: #827e7c;
		font-size: 18px;
		position: absolute;
		z-index: 99;
		left:12px;
		top:8px;
	}

	.wpcf7-not-valid {
		border:1px solid #d74b75;
	}

	span.wpcf7-not-valid-tip {
		background: none #d74b75;
		color: #fff;
		font-size: 14px;
		padding: 7px 12px;
		position: relative;
	}

	span.wpcf7-not-valid-tip:before {
		content:"";
		display: block;
		position: absolute;
		top:-16px;
		right:0;
		border-color: transparent transparent #d74b75;
		border-style: solid;
		border-width: 0 0 15px 15px;
	}

	div.wpcf7-response-output {
		/*display: none!important;*/
		padding: 10px;
		font-size: 14px;
		margin: 0;
	}

	div.wpcf7-validation-errors {
		border: 2px solid #d74b75;
		display: none!important;
	}

	div.wpcf7-mail-sent-ok {
		border:2px solid #4bd7c4;
		background: none #4bd7c4;
		color: #fff;
		margin: 0 0 20px;
	}


/*form SEARCH */

#searchform  {
	margin: 9px 0 9px -30px;
}

#searchform #searchsubmit {
	position: absolute;
	right:0;
}

#searchform #s {
	color: #fff;
	font-size: 13px;
	line-height: normal;
	background: none transparent;
	border: 1px solid #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0;
}

input:focus,
input:active {
	outline: none;
	background: none transparent;
}

header #searchform #s {
	background: none #fff;
	border: medium none;
	color: #a4a4a5;
	font: italic 12px/15px Arial,Helvetica,sans-serif;
	height: 33px;
	margin: 0 10px 0 13px;
	padding: 8px 10px 7px;
	width: 75%;
	border: 1px solid rgb(16,152,190);
	z-index: 1;
}

header #searchform #s:after {
	display: block;
	content:"";
	position: absolute;
	top:-1px;
	left:-1px;
	height: 35px;
	border: 1px solid #fff;
	z-index: 0;
}

.button,
button {
	cursor: pointer;
	overflow: visible;
}

.button {
	color: #232766;
	font: bold 15px/34px Arial,Helvetica,sans-serif;
	height: 31px;
	position: relative;

	display: inline-block;

	padding: 0 10px;

}


button,
.woocommerce .order-actions .button {
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(225,207,12,1), 0 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(225,207,12,1), 0 1px 1px rgba(0, 0, 0, .4);
	box-shadow: inset 0px 1px 1px 0px rgba(225,207,12,1), 0 1px 1px rgba(0, 0, 0, .4);

	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;

	background: rgba(255,242,0,1);
	background: -moz-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,242,0,1)), color-stop(100%, rgba(246,201,45,1)));
	background: -webkit-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
	background: -o-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
	background: linear-gradient(to bottom, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#f6c92d', GradientType=0 );
	border: solid 1px #fff200;

}
.woocommerce .order-actions .button {
	padding: 7px 10px 5px;
	height: auto;
	color: #232766;
}


.button span {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	color: #232766;
}
.button span span {
	padding: 0 10px;
}

::-webkit-input-placeholder {
   color: #313a41;
}

:-moz-placeholder { /* Firefox 18- */
   color: #313a41;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #313a41;
}

:-ms-input-placeholder {
   color: #313a41;
}

.screen-reader-text {
	margin-bottom: 10px;
}

.error404 #content {
	padding: 20px;
}

.nsu-error {
	color: #d74b75;
	margin: 10px 0 0;
	float: left;
}

.bg-white {
	background: none #fff;
	margin: 0 10px;
}

.grey-bg {
	background:url(images/line01.gif) repeat-x scroll 0 0 #f4f4f4;
}

.note {
	padding: 20px 20px;
	margin: 0px;
	overflow: hidden;
}

.note,
.note a,
.note p {
	font: 11px/16px Arial,Helvetica,sans-serif;
}

.note,
.note p  {
	color: #787878;
}


#content {
	padding: 0 0px 30px;
	min-height: 200px;
}

hr {
	border-top:1px solid #ccc;
	margin: 0 0 25px;
}

/*FOOTER*/

	footer {
		background: none #0f9fc3;
		padding: 30px 0 30px;
	}

	.phone,
	.copyright,
	.copyright p,
	.mailto {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 300;
		color: #999999;
		margin: 12px 0;
		line-height: normal;
	}

	.phone {
		float: right;
	}

	footer ul li a {
		color: #fff;
		font-size: 11px;
		font-weight: normal;
		line-height: normal;
		padding: 2px 0;
		display: block;
	}

	footer .widget-title,
	footer h3 {
		color: #232766;
		font: bold 12px/18px Arial,Helvetica,sans-serif;
		margin: 0 0 7px;
	}

	footer ul li {
		background: url(images/bullet01.gif) no-repeat scroll 0 7px transparent;
		display: block;
		padding: 0 0 0 7px;
		vertical-align: top;
	}

	footer .products h3 {
		color: #fff;
		font-size: 11px;
	}

	footer .products li {
		background: url(images/bullet01.gif) no-repeat scroll 0 9px transparent;
	}

	.third-footer-area .widget {
	}

	.second-footer-area .widget {
		margin: 0;
	}

	footer .woocommerce ul.products li.product,
	footer .woocommerce-page ul.products li.product,
	footer .widget_mgwoocommercebrands ul li {
		float: none;
		margin: 0;
		padding: 0 0 0 7px;
		border: 0;
	}

	footer .products li .onsale,
	footer .woocommerce ul.products li.product .price,
	footer .products li .add_to_cart_button,
	footer .products li .mg-brand-wrapper,
	footer .woocommerce ul.products li.product a img {
		display: none;
	}

	footer .woocommerce ul.products li.product h3 {
		padding: 0;
		margin: 0;
		line-height: normal;
	}

	/*footer .cat-parent > a {
		display: none;
	}

	footer .cat-parent {
		background: none transparent;
	}*/

	.icons-list {
		width:100%;
		overflow: hidden;
		margin: 0 0 20px;
	}

	.icons-list li {
		list-style: none;
		float: left;
		padding: 0 13px 0 0;
	}

	.sixth-footer-area aside {
		margin-left: -20px;
	}

/*FORMS*/
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="week"],
	input[type="email"],
	input[type="number"],
	input[type="search"],
	input[type="tel"],
	input[type="time"],
	input[type="url"],
	textarea {
		border: 1px solid #b0cadc;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		height: 28px;
		line-height: 28px;
		background: none #fff;
		font-size: 13px;
		color: #1b2e3c;
		height: 32px;
		font-weight: 400;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-radius:0px;
		-webkit-border-radius:0px;
		margin: 0 0 10px;
		padding: 2px 5px;
	}

	input[type="submit"] {
		/*background: url(images/shop_button.png) 0 0 no-repeat transparent;*/

		-webkit-box-shadow: inset 0px 1px 1px 0px rgba(225,207,12,1), 0 1px 1px rgba(0, 0, 0, .4);
		-moz-box-shadow: inset 0px 1px 1px 0px rgba(225,207,12,1), 0 1px 1px rgba(0, 0, 0, .4);
		box-shadow: inset 0px 1px 1px 0px rgba(225,207,12,1), 0 1px 1px rgba(0, 0, 0, .4);

		border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;

		background: rgba(255,242,0,1);
		background: -moz-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,242,0,1)), color-stop(100%, rgba(246,201,45,1)));
		background: -webkit-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
		background: -o-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
		background: linear-gradient(to bottom, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#f6c92d', GradientType=0 );
		border: solid 1px #fff200;

		line-height: 35px;
		color: #2f2f2f;
		font-weight: bold;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		display: block;
		line-height: normal;
		text-align: center;
	}

	textarea {
		height: 150px;
	}

	.wpcf7-form-control-wrap label {
		padding-left: 20px;
		margin-left: -11px;
		cursor: pointer;
		font-size: 18px;
	}

	.wpcf7-form  {
		max-width: 600px;
	}

	.wpcf7-form .row {
		margin: 0 -15px;
	}

	.wpcf7-form input,
	.wpcf7-form textarea {
		width:100%;
	}

	.wpcf7-form input[type="submit"] {
		width: 93px;
	}

	.page h1.entry-title {
		border-bottom: 1px solid #eee;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}

	.page #main-content {
		padding: 0 15px 50px;
	}


/*FORM ERRORS*/
.wpcf7-not-valid {
	border:1px solid #d0323c!important;
}

span.wpcf7-not-valid-tip {
	background: none #d0323c;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	position: relative;
	margin-top: -10px;
	margin-bottom: 10px;
}

span.wpcf7-not-valid-tip:before {
	content:"";
	display: block;
	position: absolute;
	top:-15px;
	right:0;
	border-color: transparent transparent #d0323c;
	border-style: solid;
	border-width: 0 0 15px 15px;
}

div.wpcf7-response-output {
	/*display: none!important;*/
	padding: 10px;
	font-size: 14px;
	margin: 20px 0 0;
}

div.wpcf7-validation-errors {
	border: 2px solid #d74b75;
	display: none!important;
}

div.wpcf7-mail-sent-ok {
	border:2px solid #04bbab;
	background: none #04bbab;
	color: #fff;
}

form.wpcf7-form.invalid .inputs ul li.columns:nth-child(2n+1) {
	clear:both;
}


/*PAGES*/

.sub-menu {
	padding: 20px 0;
	position: absolute;
	width:100%;
	height:auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	top:85px;
	background-color:#0d1c29;
	-webkit-transition    : all 0.2s linear;
			-moz-transition   : all 0.2s linear;
			  -ms-transition: all 0.2s linear;
				transition: all 0.2s linear;
}

.sub-menu li {
	float: none;
	margin: 0;
	/*-webkit-transition    : margin 0.4s ease-in-out 0s;
			-moz-transition   : margin 0.4s ease-in-out 0s;
			  -ms-transition: margin 0.4s ease-in-out 0s;
				transition: margin 0.4s ease-in-out 0s;*/
}

.sub-menu li a {
	padding: 7px 0px 7px 0px;
	margin:0 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	border-bottom:1px dotted #fff;
}


.sidebar {
	padding:0 30px;
	margin: 0 0 50px;
}

.sidebar ul li a,
.sidebar ul li {
	color: #13242c;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
}

.sidebar ul li b {
	color: #0a505f;
	font-weight: 700;
	font-size: inherit;
	padding: 7px 0;
	display: block;
}

.sidebar ul {
	background: none #f5f5f5;
	padding: 35px;
}

.sidebar ul li a {
	padding: 7px 0;
}

/*SERACH FORM*/
.screen-reader-text {
	display: none;
}

#searchform {
	position: relative;
}

/*OFFCANVAS MENU*/
	.page-wrap {
		width: 100%;
		position: relative;
	}

	.main-nav-check {
		display: none;
	}




/*ACCOUNT MENu*/
.cuar-menu-container .navbar {
	background: none #ddd;
	height: auto;
}

.cuar-menu-container .navbar li {
	float: none;
}

.cuar-menu-container .navbar li a{
	color: #5f5d5c;
}

/*LOGIN WIDGET*/


.WooCommerceMyAccountWidget .logout {
	float: right;
	background: url(images/bg-login-box.gif) no-repeat scroll 0 0 transparent;
	position: relative;
	height: 45px;
	overflow: hidden;
	/*width: 410px;*/
	padding: 6px 0px 0 20px;
}

.WooCommerceMyAccountWidget .logout:after {
	content:"";
	display: block;
	clear: both;
	position: absolute;
	right: 0;
	top:0;
	width:10px;
	height: 45px;
	background: url(images/bg-login-box.gif) no-repeat scroll 100% -47px transparent;
}

.WooCommerceMyAccountWidget:after {
	content: "";
	display: block;
	clear: both;
}

.WooCommerceMyAccountWidget h3.widget-title {
	display: none;
}

.WooCommerceMyAccountWidget form label {
	display: none;
}

.login-username,
.login-password {
	float: left;
	margin-right: 5px;
}

.login-username input,
.login-password input {
	background: none transparent;
	border: 0!important;
	color: #a4a4a5;
	font: italic 11px/14px Arial,Helvetica,sans-serif;
	height: 100%;
	padding: 5px;
	width: 100%;
	margin: 0;
	border: 1px solid #ccc;
	font: 12px/15px Arial,Helvetica,sans-serif;
}

.login-username,
.login-password {
	width:102px;
	height: 27px;
	margin: 0 0 0 8px;
	padding: 2px;
	background: url("images/bg-text.png") no-repeat scroll 0 0 transparent;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#wma_login_form {
	float: right;
}

#wma_login_form p {
	float: left;
	margin: 0 0 0 10px;
}


#wp-submit,
.nsu-submit {
	vertical-align: middle;
	line-height: 24px;
}
.nsu-submit {
	padding: 5px 10px  3px !important;
}

.woo-ma-lost-pass,
.logout .woo-ma-cart-link {
	display: none;
}

.WooCommerceMyAccountWidget {
	margin: 0 0 9px;
}

.WooCommerceMyAccountWidget .logout > p {
	display: none;
}

.widget_shopping_cart {
	clear: both;
}

.WooCommerceMyAccountWidget .woo-ma-register-link {
	color: #0f9fc3;
	font:11px/14px Arial,Helvetica,sans-serif;
	float: left;
	margin: 6px -2px 0;
	text-decoration: underline;
}

/*WIDGET AFTER LOGIN*/
.WooCommerceMyAccountWidget .login {
	background: none #fff;
	float: right;
	padding: 12px 0 5px;
}

.WooCommerceMyAccountWidget .login ul li {
	float: left;
	text-transform: capitalize;
	float: left;
	font-size: 11px;
	padding: 0 8px 0 7px;
}

.WooCommerceMyAccountWidget .login p {
	float: left;
	margin: 0 0 0 10px;
	font-size: 11px;
	text-transform: capitalize;
}

.WooCommerceMyAccountWidget .login p a {
	font-size: 11px;
	text-transform: capitalize;
}

.WooCommerceMyAccountWidget .login ul {
	display: none;
}


.block-cart {
	width:240px;
	border:1px solid #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	float: right;
	line-height: 16px;
	margin: 0 0 4px;
	overflow: hidden;
	padding: 7px 10px 7px 20px;
	position: relative;
	/*width: auto;*/
}

.block-cart .summary {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.block-cart .summary .price {
	white-space: nowrap !important;
	line-height: normal;
}

.block-cart .amountp,
.block-cart .subtotal {
	float: left;
	margin: 0 5px 0 0;
	text-align: left;
	width: 67px;
}

.block-cart a,
.block-cart .button {
	color: #0f9fc3!important;
}

.block-cart .block-title {
	overflow: hidden;
	padding: 0;
}

.block-cart .block-title,
.block-cart .block-title a,
.woocommerce a.button.checkout.wc-forward {
	background: none transparent!important;
	color: #0f9fc3!important;
	font: bold 11px/16px Arial,Helvetica,sans-serif;
	height: auto;
	padding: 0;
	text-align: left;
	width:auto;
}

.block-cart,
.block-cart p,
.block-cart li {
	font-size: 11px;
	line-height: normal;
}

.block-cart p,
.block-cart li {
	margin: 0;
}

.block-cart img {
	float: left;
	margin: 4px 10px 0 0px;
}

.shop-img {
	float: left;
}

.block-cart-content {
	float: right;
	width:145px;
}

.block-cart-content .label,
.block-cart-content .subtotal {
	font-size: 11px;
	line-height: normal;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 0;
}

.block-cart-content .amount {
	font-weight: 700;
	font-size: 11px;
	line-height: normal;
}

.customer-sidebar {
	max-width: 220px;
}

.customer-sidebar .widget-title {
	background: none #2472A6;
	font: bold 15px/18px Arial,Helvetica,sans-serif;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	padding: 8px 18px;
	margin: 0;
}

#menu-customer-menu li a {
	background: none #F5F5F5;
	display: block;
	padding: 3px 10px;
	border-bottom: 1px solid #ddd;
	color: #5f5d5c;
	display: block;
	padding: 3px 10px;
	text-decoration: none !important;
}

#menu-customer-menu li.current-menu-item a {
	color: #ea7900;
}

.customer-sidebar aside {
	margin: 0 0 17px;
}

.customer-sidebar .widget_product_categories li a {
	background: #F5F5F5 url("images/bullet02.png") no-repeat scroll 7px 6px;
	display: block;
	color: #11a0c2;
	padding: 9px 5px 9px 34px;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #fff;
}

.customer-sidebar .product-categories .current-cat > a,
.customer-sidebar .product-categories .current-cat-parent > a {
	font-weight: 700;
}

.customer-sidebar .product-categories .current-cat-parent .current-cat > a {
	background-color: #fbfbfb;
}

.customer-sidebar .product-categories .children {
	display: none;
}

.customer-sidebar .product-categories .current-cat .children,
.customer-sidebar .product-categories .current-cat-parent .children {
	display: block;
}

.customer-sidebar .product-categories .children li a {
	background: none #f5f5f5;
	position: relative;
	padding-left: 80px;
}

.customer-sidebar .product-categories .children li a:before {
	content:"\203A";
	display: block;
	position: absolute;
	left:65px;
	top:8px;
	line-height: normal;
}


/*SINGLE PRODUCT*/
.woocommerce div.product .product_title {
	color: #232766;
	font: bold 24px/26px Arial,Helvetica,sans-serif;
	margin: 0 0 20px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product span.amount {
	color: #232766;
	font: bold 24px/26px Arial,Helvetica,sans-serif;
}

.woocommerce div.product form.cart .button {
	float: right;
}

.woocommerce div.product form.cart {
	padding: 30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 20px 0;
}

.woocommerce a.add_to_cart_button {

	color: #232766!important;
	padding: 0 0 0 25px !important;
	font: bold 15px/34px Arial,Helvetica,sans-serif;
	text-align: center;
	line-height: 35px;
}

.woocommerce #respond input#submit,
.woocommerce .wc-proceed-to-checkout a,
.woocommerce button.button,
.woocommerce input.button {

	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(225,207,12,1), 0 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(225,207,12,1), 0 1px 1px rgba(0, 0, 0, .4);
	box-shadow: inset 0px 1px 1px 0px rgba(225,207,12,1), 0 1px 1px rgba(0, 0, 0, .4);

	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;

	background: rgba(255,242,0,1);
	background: -moz-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,242,0,1)), color-stop(100%, rgba(246,201,45,1)));
	background: -webkit-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
	background: -o-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
	background: linear-gradient(to bottom, rgba(255,242,0,1) 0%, rgba(246,201,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#f6c92d', GradientType=0 );
	border: solid 1px #fff200;


	color: #232766!important;
	padding: 0 15px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {

	background: rgba(255,242,0,1);
	background: -moz-linear-gradient(top, rgba(246,201,45,1) 0%, rgba(255,242,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,201,45,1)), color-stop(100%, rgba(255,242,0,1)));
	background: -webkit-linear-gradient(top, rgba(246,201,45,1) 0%, rgba(255,242,0,1) 100%);
	background: -o-linear-gradient(top, rgba(246,201,45,1) 0%, rgba(255,242,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,201,45,1) 0%, rgba(255,242,0,1) 100%);
	background: linear-gradient(to bottom, rgba(246,201,45,1) 0%, rgba(255,242,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c92d', endColorstr='#fff200', GradientType=0 );
}

.woocommerce .woocommerce-breadcrumb {
	padding: 9px 17px 11px;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.woocommerce .woocommerce-breadcrumb a {
	color:#787878;
	font-size: 11px;
	line-height: 16px;
}


/*NEWSLETTER SIGNUP*/
.nsu_widget {
	background: none #f5f5f5;
	padding: 0 10px 10px;
}

.nsu_widget .widget-title {
	margin: 0 -10px 10px;
}

.nsu-form label {
	display: none;
}

.nsu-form:after {
	content: "";
	clear: both;
	display: block;
}

.nsu-text-before-form {
	color: #45454f;
	display: block;
	font: 11px/14px Arial,Helvetica,sans-serif;
	overflow: hidden;
	padding: 0 10px 12px 0;
}

.nsu-text-before-form  img {
	margin: 2px 13px 10px 0;
}

.nsu-submit {
	float: right;
}

input.nsu-field {
	background: none #fff;
	border: 1px solid #F3F3F3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #45454f;
	font: 11px/14px Arial,Helvetica,sans-serif;
	height: 27px;
	margin: 0;
	padding: 6px 5px 7px;
	width:100%;
}

.no-results #searchform {
	margin: 30px 0;
}


.no-results #searchform  #s {
	width:300px;
	height: 33px;
	margin: 0 20px 0 0;
	float: left;
	border: 1px solid #b0cadc;
	color: #a4a4a5;
}

.no-results #searchform #searchsubmit {
	float: left;
	position: relative;
}

.woocommerce a.button.wc-backward {
	font-size: 10px;
}


/*PRODUCTS*/
.woocommerce ul.products li.product h3 {
	color: #0f9fc3;
	font: bold 13px/18px Arial,Helvetica,sans-serif;
	margin: 0 5px 0px;
}

#content .woocommerce ul.products li.product p {
	margin: 0 5px;
	line-height: normal;
}

.woocommerce ul.products li.product {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none #F5F5F5;
	border: 1px solid #EAEAEA;
	display: inline-block;
	float: none;
	margin: 0 0px 15px 15px;
	padding:10px 10px 50px;
	vertical-align: top;
	width:225px;
	min-height: 320px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.section ul.products li.product.first {
	/*border-radius: 0 0 0 20px;*/
	/*-webkit-border-radius: 0 0 0 20px;*/
}

.woocommerce ul.products li.product p.product-description {
	margin:0 5px;
}

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .price  {
	position: absolute;
	bottom: 20px;
	margin: 0;
}

footer .woocommerce ul.products li.product p.product-description {
	display: none;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
	right:20px;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .amount {
	left:20px;
	color: #232766;
	font: bold 12px/18px Arial,Helvetica,sans-serif;
}

.product-image {
	display: block;
	background: rgba(0, 0, 0, 0) url("images/bg-product-image.png") no-repeat scroll 0 0;
	width:203px;
	height: 145px;
	margin: 0 auto;
	padding: 10px 10px 22px;
}

.woocommerce .button.add_to_cart_button.product_type_simple,
.woocommerce ul.products li.product .button {
	background: none transparent!important;
	float: right;
	color: #0f9fc3!important;
	text-transform: capitalize;
	font: 12px/20px Arial,Helvetica,sans-serif;
	padding-left: 20px;
	margin-top: 0!important;
	height: auto;
}

.woocommerce ul.products .button.add_to_cart_button.product_type_simple {
	background: rgba(0, 0, 0, 0) url("images/ico-cart2.png") no-repeat scroll 0 0!important;
}

.woocommerce #content div.product div.images {
	border: 1px solid #ededed;
	background: none #F5F5F5;
	padding: 10px 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.woocommerce div.product div.images img {
	border: 5px solid #fff;
}

.woocommerce-main-image {
	display: block;
	border:1px solid #ededed;
	border-bottom: 0;
	background: url(images/bg-image.png) 0 bottom no-repeat transparent;
	padding-bottom: 10px;
}

.thumbnails a.zoom {
	display: block;
	border:1px solid #ededed;
	background: url(images/bg-image-small.png) 0 bottom no-repeat transparent;
	padding-bottom: 5px;
	border-bottom: 0;
}

.shadow  {
	position: relative;
}

.shadow:before,
.shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.shadow:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

/*HOMEPAGE SECTIONS*/
.section .heading {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	background: none #2472a6;
	color: #fff;
	padding: 9px 16px;
	font: bold 18px/18px Arial,Helvetica,sans-serif;
	margin: 20px 0 0;
}

.section .heading h2,
.section .heading h3 {
	color: #fff;
	font: bold 18px/18px Arial,Helvetica,sans-serif;
	margin: 0;
}

.section .heading h3 {
	font: bold 15px/18px Arial,Helvetica,sans-serif;
}

.section {
	position: relative;
	z-index: 2;
}

.section:before {
	border-radius: 50%;
	bottom:2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	height: 6px;
	left: 3%;
	position: absolute;
	width: 94%;
	z-index: -1;
}

.section-content {
	background-color: #F5F5F5;
	border:1px solid #EAEAEA;
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	overflow: hidden;
}

.section ul.products {
	margin: 0;
	overflow: hidden;
}

.section ul.products li.product {
	border-radius: 0;
	-webkit-border-radius: 0;
	margin:0;
	width: 25%;
	border:0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	/*border-left:1px solid #fff;*/
	/*border-top:1px solid #fff;*/
	float: left;
	position: relative;
}

.section ul.products li.product:after {
	content:"";
	display: block;
	position: absolute;
	top:0;
	right:0px;
	width:0;
	height: 100%;
	border-right:1px solid #EAEAEA;
}

.section ul.products li.product:before {
	content:"";
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	height: 0;
	width:100%;
	border-top:1px solid #EAEAEA;
}


.recent-products ul.products li.product .product-image:after  {
	content: "";
	display: block;
	position: absolute;
	top:5px;
	left:5px;
	width:45px;
	height:45px;
	background: url(images/ico-stick-new.png) 0 0 no-repeat transparent;
}



/*CART*/
.woocommerce-cart table.cart img {
	width:auto;
}

.woocommerce input.button,
.woocommerce a.button,
.woocommerce button.button {
	font-size: 11px;
}

.woocommerce table.shop_table td {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.shop_table .actions {
	background: none #DEE5E8;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width:160px;
	height: 32px;
}

thead th {
	background: none #D9E5EE;
}

.cart_totals table {
	width:100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-message .button.wc-forward {
	font-size: 11px;
	padding: 10px 10px 7px;
	height: auto;
}
.woocommerce input#place_order {
	font-size: 11px;
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
	height: 32px;
}

.woocommerce ul.products li.product .onsale {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: normal;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	right:10px;
	top:10px;
	font-size: 11px;
	line-height: 36px;
	width:36px;
	height: 36px;
}

.woocommerce .cart button.button.single_add_to_cart_button {
	font-size: 15px;
}

.woocommerce #reviews h3 {
	font-size: 18px;
	margin: 0 0 10px;
}

#nsu-checkbox label {
	line-height: 21px;
}

#nsu-checkbox input[type="checkbox"] {
	vertical-align: middle;
}


/*MINI CART*/
.mini_cart_item .remove {
/*.woocommerce a.remove {*/
	display: none!important;
}



footer .products li.product .product-image {
	display: none;
}

.woocommerce footer ul.products li.product,
footer ul.products li.product {
	border: 0;
	height: auto;
	min-height: 1px!important;
	background:transparent url("images/bullet01.gif") no-repeat scroll 0 9px!important;
}

.woocommerce footer ul.products li.product a h3,
footer ul.products li.product a h3 {
	color:#fff!important;
	font-size: 11px!important;
	line-height: normal;
	font-weight: normal!important;
}

.woocommerce footer ul.products li.product .button,
footer ul.products li.product .button {
	display: none;
}

.two-columns-tpl #content {
	margin-left: -10px;
}

.two-columns-tpl ul.products {
	margin-left: -12px;
}

.two-columns-tpl  ul.products li.product {
	margin: 0 0 15px 14px;
}

.banner {
	background: url(images/shadow2.png) 0 bottom no-repeat transparent;
	margin: 0 0 5px;
	padding-bottom: 10px;
}

.woocommerce div.product div.images div.thumbnails {
	padding:0;
}

.woocommerce div.product div.images div.thumbnails a {
	margin-bottom: 5px!important;
}

#wpadminbar {
	display: none;
}

html.canvas {
	margin-top:0!important;
}

/*BRANDS CAROUSEL*/
.brands-carousel {
	max-width:823px;
	margin: 0 auto;
}

.search-by-brand .section-content {
	overflow: visible;
}

.brands-carousel  .owl-carousel {
	background: none transparent;
}

.brands-carousel .owl-controls  {
	margin: 0;
}

.search-by-brand.section  .section-content {
	padding: 10px 0 10px;
}

.brands-carousel .owl-carousel .owl-item li {

}

.mgwoocommercebrands.brands-slider > ul li {
	margin:0;
	border: 0;
	padding: 40px 0;
	background: url(images/sep04.gif) 0 0 no-repeat #fff;
}


.mgwoocommercebrands.brands-slider > .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left:-52px;
	margin-top: -25px;
}

.mgwoocommercebrands.brands-slider > .owl-theme .owl-controls .owl-buttons div.owl-next {
	right:-52px;
	margin-top: -25px;
}

.mgwoocommercebrands.brands-slider > ul {
	background: url(images/bg-gallery.png) 0 bottom no-repeat transparent;
	padding-bottom: 10px;
}

legend {
	font-size: 18px;
	margin: 10px 0 10px;
}

.select2-container .select2-choice {
	height: 32px;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.select2-container .select2-choice > .select2-chosen {
	height: 32px;
	line-height: 32px;
}

.positioned-static  {
	position: static;
}



