/*
Theme Name: node
Author: node.ae
Author URI: http://node.ae/
Version: 1.0.0
Text Domain: node
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	min-width: 1020px;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #009DD2;
}
a:active,
a:visited,
a:hover {
	outline: 0;
	color: #0B5165;

}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f5f5f5; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #009DD2;
}

a:visited {
	color: #0B5165;
}

a:hover,
a:focus,
a:active {
	color: #076E8E;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: 14px;
	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; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
#masthead {
	background: #fff;
	border-bottom: 8px solid #16a903;
}
.main-container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.top-header {
    background: #009dd2;
    width: 100%;
    float: left;
}
#colophon {
    background: #009dd2;
    width: 100%;
    float: left;
    font-size: 14px;
	color: #fff;
	border-top: 5px solid #16A903;
	padding: 10px 0;
}
#colophon a {
	color: #fff;
	text-decoration: underline;
}
#colophon a:hover {
	color: #000;
}
.rightblock {
    float: right;
}
.leftblock {
    float: left;
}
#masthead > .main-container > .main-navigation {
    margin: 0 0 -30px;
    background: #009dd2;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#masthead > .main-container > .main-navigation li {
    margin: 0 5px;
}

#masthead > .main-container > .main-navigation li a  {
    color: #fff;
    padding: 15px;
}
li.current_page_item a, #masthead > .main-container > .main-navigation li a:hover {
	background: #16A903;
}


.rightblock > .main-navigation li {
    margin: 0 5px;
}

.rightblock > .main-navigation li a  {
    color: #fff;
    padding: 10px;
    font-size: 14px
}
.rightblock > .main-navigation li a:hover {
	background: #16A903;
}

.site-branding {
    float: left;
    padding: 15px 0;
}
.site-branding img {
	max-width: 400px;
	width: 100%;
}
#content.site-content {
    margin: 35px auto 0;
    min-height: 630px;
}

.yith_magnifier_zoom_wrap, .yith_magnifier_zoom_magnifier, .yith_magnifier_thumbnail a {
	background: #fff;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
	padding-top: 0;
}


.cart_totals, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .checkout #customer_details {
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.cart_totals h2 {
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-size: 22px;
	margin: 0px 0 10px;
}
.shop_table.cart, .woocommerce .checkout_coupon {
    background: #fff;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	width: 30%;
}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #ccc;
}

.products .product .price {
	float: left;
}
.products .product .add_to_cart_button {
	float: right;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
	color: #16A903;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 40%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 55%;
}
.yith_magnifier_gallery li a {
	max-width: 90px !important;
}
.woocommerce-tabs .panel {
    background: #fff;
    padding: 30px 20px 30px !important;
    -webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	border: 1px solid #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: none;
}
.product_meta {
    font-size: 12px;
}
.product_meta .posted_in a {
    text-decoration: none;
}

.woocommerce div.product div.images div.thumbnails, .woocommerce #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails {
	padding-top: 0;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	background: #16A903;
	border: 1px solid #158b06;
	font-weight: 300;
    text-transform: capitalize;
    color: #fff;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
	background: #009dd2;
	border: 1px solid #0dace1;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	padding: 10px;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table, .woocommerce #payment, .woocommerce-page #payment {
	background: #fff;
}
.social {
    background: #0a5165;
    float: right;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
.social li {
    margin: 0 5px !important;
}
.social li a {
    border-top: 2px solid #0a5165;
    padding: 18px 10px !important;
}
.social li a:hover {
    background: rgba(0,0,0,0) !important;
}

.facebook {
	background: url("img/social.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 16px;
	width: 16px;
	margin: 0 0 0 10px; 
}

.twitter {
	background: url("img/social.jpg") no-repeat scroll -18px 0 rgba(0, 0, 0, 0);
	height: 16px;
	width: 16px;
}

.youtube {
	background: url("img/social.jpg") no-repeat scroll -52px 0 rgba(0, 0, 0, 0);
	height: 16px;
	width: 16px;
}

.googleplus {
	background: url("img/social.jpg") no-repeat scroll -87px 0 rgba(0, 0, 0, 0);
	height: 16px;
	width: 16px;
}

.inestagram {
	background: url("img/social.jpg") no-repeat scroll -113px 0 rgba(0, 0, 0, 0);
	height: 16px;
	width: 16px;
}

.cart-menu {
    float: right;
    margin: 70px 0 0;
}
#menu-cartmenu {
	margin: 0;
	padding: 0;
}

body label#festi-cart-first-cover label#festi-cart-second-cover label#festi-cart-third-cover a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-text-before-quantity, body label#festi-cart-first-cover label#festi-cart-second-cover label#festi-cart-third-cover a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-quantity, body label#festi-cart-first-cover label#festi-cart-second-cover label#festi-cart-third-cover a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-text-after-quantity, body label#festi-cart-first-cover label#festi-cart-second-cover label#festi-cart-third-cover a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-text-before-total, body label#festi-cart-first-cover label#festi-cart-second-cover label#festi-cart-third-cover a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-total span.amount, body label#festi-cart-first-cover label#festi-cart-second-cover label#festi-cart-third-cover a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-text-after-total, body label#festi-cart-first-cover label#festi-cart-second-cover label#festi-cart-third-cover a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-dropdown-arrow {
	color: #fff !important;
}
body label#festi-cart-first-cover label#festi-cart-second-cover label#festi-cart-third-cover a#festi-cart.festi-cart.festi-cart-customize {
	background: url('img/cart-bg.jpg') no-repeat 0 0 #eee !important;
    border: 1px solid #ccc !important;
    -webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	min-width: 240px;
}

a.festi-cart div.festi-cart-content img.festi-cart-icon {
	margin: 0 27px 0 8px;
}

.new-royalslider-1 img.rsImg, .new-royalslider-1 .rsContent, .new-royalslider-1 .rsSlide, .new-royalslider-1 .rsOverflow, .new-royalslider-1 .rsContainer, .new-royalslider-1 {
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.new-royalslider-2 img.rsImg, .new-royalslider-2 .rsContent, .new-royalslider-2 .rsSlide, .new-royalslider-2 .rsOverflow, .new-royalslider-2 .rsContainer, .new-royalslider-2 {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.rsDefaultInv .rsGCaption {
	margin: 0 -5px 30px !important;
	background: rgba(0, 0, 0, 0.4) !important;
	color: #fff !important;
	padding: 20px !important;
	font-size: 22px !important;
	-webkit-border-top-right-radius: 10px !important;
	-webkit-border-bottom-right-radius: 10px !important;
	-moz-border-radius-topright: 10px !important;
	-moz-border-radius-bottomright: 10px !important;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	text-transform: uppercase;
	font-weight: 300;
}

.add_to_cart_button {
    background: url("img/icon11.png") no-repeat scroll 12px 8px #009dd2 !important;
    height: 36px;
    text-align: center;
    width: 25%;
    border: 1px solid #009dd2 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    border: 2px solid #009dd2;
    color: #16a903;
    padding: 4px;
    text-align: center;
    width: 75%;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	font-size: 14px !important;
    text-align: center;
}
.vc_separator.vc_separator_align_center h4 {
    font-size: 22px;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    display: none;
}


.homebox h3 {
    background: #09b2d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #09b2d3 0%, #1e5e9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#09b2d3), color-stop(100%,#1e5e9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #09b2d3 0%,#1e5e9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #09b2d3 0%,#1e5e9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #09b2d3 0%,#1e5e9e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #09b2d3 0%,#1e5e9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09b2d3', endColorstr='#1e5e9e',GradientType=0 ); /* IE6-9 */
    font-size: 18px;
    margin: 0 0 10px;
    padding: 15px 0 15px;
    text-align: center;
    -webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
	font-weight: 300px;
	text-transform: uppercase;
}

.homebox {
    background: rgba(256,256,256,0.5);
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    padding: 0 0 15px;
    min-height: 320px;
    border: 1px solid #1194c0;
}
.homebox p {
    padding: 10px;
    margin: 0 !important;
    text-align: justify;
    display: block;
}
.homebox img {
  border-bottom: 5px solid #16a903;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
  border-top: 5px solid #16a903;
}
.main-navigation ul ul {
	background: #0A5165;
	font-size: 14px;
}

.main-navigation ul > li > ul {
	top: 3.8em !important;
}
.main-navigation ul > li > ul > li > ul {
	top: 0em !important;
}

.main-navigation ul ul li {
	margin: 0 !important;
}
.main-navigation ul ul li a {
	padding: 10px !important;
}
li.gfield {
    background: #fdfdfd;
    border: 1px dashed #ccc;
    margin: 15px 0;
    padding: 0 10px 15px;
}
.gform_wrapper {
    padding: 0 0 0 10px;
}
body div.festi-cart-products {
    border: 1px solid #ccc !important;
    padding-bottom: 1px !important;
    padding-top: 1px !important;
    width: 235px !important;
}

.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
	display: none !important;
}
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart, body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-view-cart {
    background-color: #009dd2 !important;
    border: 1px solid #007ea8 !important;
    -webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    padding: 7px 15px !important;
}

body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout, body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-checkout {
    background-color: #16A903 !important;
    border: 1px solid #128702 !important;
    -webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    padding: 7px 15px !important;
}
div#festi-cart-pop-up-content div.festi-cart-pop-up-body {
	width: 700px !important;
}

tr.festi-cart-item {
    border: 1px solid #ccc !important;
    float: left;
    margin: 0 2px 0 0 !important;
    min-width: 200px;
}

.top-header .leftblock span {
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 10px 0 0 !important;
}

.top-header .leftblock a {
    color: #fff;
    text-decoration: underline;
}

.partnersbox img {
    background: #fff;
    border: 1px solid #009dd2;
    border-radius: 10px;
    padding: 10px;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 22.05% !important;
}
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
    font-size: 16px !important;
}
.woocommerce-tabs table {
    margin: 25px 0;
}
.woocommerce-tabs table td {
    padding: 8px;
    text-align: center;
}
.product_user_manual {
    display: inline-block;
    text-align: center;
    width: 200px;
    float: left;
    background: #fff;
    padding: 10px !important;
	border: 1px solid #ccc;
    -webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	margin: 0 10px 0 0;
}
.product_user_manual a {
	text-decoration: none;
	font-size: 14px;
}
.addresses .address, .myaccount_user {
    background: #fff;
    float: left;
    padding: 15px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.woocommerce ul.products li.outofstock a.button, .woocommerce-page ul.products li.outofstock a.button {
    background: url("img/icons/outofstock.png") no-repeat scroll -1px -7px #FF0000 !important;
    height: 36px;
    text-align: center;
    width: 25%;
    border: 1px solid #009dd2 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
    background: #fff;
}


/* remove prices */
.cart, .product .price, .product .button, .cart-menu, .rightblock > #site-navigation {
	display: none !important;
}
.cart_totals, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .checkout #customer_details {
	min-height: 285px;
}
.top-header .leftblock span {
	padding: 10px 0 !important;
}

body {
	background: url("img/sbg.jpg") no-repeat fixed center center rgba(0, 0, 0, 0) !important;
}
.woopcs-badge {
  background: #009DD2;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  border: 3px solid #16A903;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 90px;
  padding: 25px 0;
  position: absolute;
  right: -20px;
  text-align: center;
  top: -20px;
  width: 90px;
  line-height: inherit;
  z-index: 99999999999;
 -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.yith_magnifier_gallery li {
    width: auto !important;
}