/*
Theme Name: Cleanskins Online
Theme URI: 
Author: edynam
Author URI: http://edynam.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clean_skin_online
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ClearSkinOnline is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height: 100%;
}

body {
	margin: 0;
	color: #fff;
	background: #190224;
}

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

a:active,
a:focus,
a:hover {
	outline: none !important;
}

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

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

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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	height: 100%;
	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 {
	height: 100%;
	text-align: left;
	background: #190224; /* Fallback for when there is no custom background color defined. */
    font: 12px/15px 'Open Sans', sans-serif;
}

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 3em;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

.heaDing h2{text-align: center;font-size: 36px;line-height: 40px;color: #fff;font-weight: 700;font-family:'Open Sans Condensed', sans-serif;}
.heaDing h3{text-align: center;font-size: 18px;line-height: 24px;color: #fff;font-weight: 700;font-family:'Open Sans Condensed', sans-serif;}
#main{margin: 50px 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"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
	width: 100%;
	height: 36px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: white;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
/* Pagination */
.pagination{ 
	text-align: center;
	margin: 0 0 40px;
}
.pagination .page-numbers{
	display: inline-block;
	vertical-align: top;
	border:2px solid #A754D0;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 29px;
	border-radius: 2px;
	color: #A754D0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 2px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.pagination a:hover,
.pagination .page-numbers.current{
	background: #A754D0;
	border-color: #A754D0;
	color: #fff;
}
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover{
	color: #A754D0;
	background: none; 
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev{
	border:none;
	width: auto;
	height: auto;
	padding: 0 5px;
	line-height: 37px;
}

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

.main-navigation ul {
	display: none;
	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 li.focus > a {
}

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

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/*--------------------------------------------------------------
# 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: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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
## 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;
}
.show-mobile{display: none !important;}
@media screen and (max-width: 767px) {
	.hide-mobile{display: none !important;}
	.show-mobile{display: block !important;}
}
.mobile-nav-wrap,
#wrapper{
	display: table;
	width: 100%;
	height: 100%;
	text-align: left;
	table-layout: fixed;
	overflow: hidden;
	position: relative;
}
#content{
	padding: 52px 0 0;
}
#header{
	z-index: 9999;
	max-width: 1270px;
	position: relative;
	margin: 0 auto 16px;
}
#header .holder{
	overflow: hidden;
	padding: 20px 3.9% 37px 3.7%;
}
#logo{
	float: left;
}
.slogan{
	float: right;
	max-width: 508px;
	padding-top: 20px;
	height:auto;
}
.slogan img{
	max-width: 100%;
	display: block;
	height: auto;
	max-height: 76px;
}
.nav-opener{
	float: left;
}
#nav{
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
#nav .nav-holder > ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
#nav .nav-holder >ul >li{
	margin: 0 25px 0 0;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
#nav .nav-holder >ul >li >a{
	color: #fff;
	text-decoration: none;
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
#nav .nav-holder >ul >li >a:hover{color: #C765F8;}
#nav .nav-holder >ul >li:hover .sub-menu{
	opacity: 1;
	visibility: visible;
}
#nav .sub-menu{
    left: 0;
    top: 100%;
    margin: 0;
    opacity: 0;
    width: 260px;
    width: 240px;
    z-index: 200;
    padding: 10px;
    list-style: none;
    text-align: left;
    position: absolute;
    visibility: hidden;
    box-sizing: border-box;
	background-color: #270438;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#nav .sub-menu a{
	color: #fff;
    display: block;
    padding: 10px 16px;
    position: relative;
    text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
#nav .sub-menu a:hover{color: #C765F8;background-color: rgba(204, 117, 246, 0.07);}
.cart-contents{color: #fff;}
.cart-contents{
	color: #fff !important;
	line-height: 1;
	font-size: 18px;
	margin: 0 0 0 2.2%;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}
.cart-contents .num{
	width: 17px;
	height: 17px;
	font-size: 11px;
	line-height: 18px;
	border-radius: 50%;
	background: #cc75f6;
	margin: -6px 0 0 2px;
	display: inline-block;
	vertical-align: middle;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
}
#container,
.container{
	margin: 0 auto;
	max-width: 1170px;
	clear: both;
}
.products-block.home .container{max-width: 1760px;}
.products-block{
	overflow: hidden;
	padding: 46px 0 30px;
	clear: both;
}
.products-block h2{
	color: #fff;
	margin: 0 0 72px;
	text-align: center;
	font: 700 36px/40px 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.products-block h2 em{
	color: #C765F8;
	font-style: normal;
}
.products-block .products{
	margin: 0 -15px;
	list-style: none;
	padding: 0; 
}
.products-block .products li{
	width: 25%;
	padding: 0 15px;
	margin: 0 0 35px;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.slick-slide{outline: none !important;}
.products-block .products li.slick-slide{margin: 0 0 35px;}
.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active{outline: none !important; box-shadow: none !important;}
.products .slick-arrow{
	position: absolute;
	left: -30px;
	top: 50%;
	text-indent: -9999px;
	overflow: hidden;
	border:none;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
	margin: -49px 0 0;
	-moz-transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	width:30px;
}
.products .slick-arrow:after{
	text-indent: 0;
	display: block;
	font-family: 'FontAwesome';
	content: '\f104';
	font-size: 44px;
	line-height: 44px;
	color: #fff;
}
.products .slick-next{
	left: auto;
	right: -33px;
}
.products .slick-next:after{
	content: '\f105';
}
.product-holder{
	color: #fff;
	width: 270px;
	margin: 0 auto;
	position: relative;
	border-radius: 3px;
	padding: 20px 19px 0 24px;
	background: rgba(255,255,255,0.06);
	font: 300 16px/20px 'Open Sans', sans-serif;
}
.product-holder .discount{
	position: absolute;
	right: 58px;
	top:4px;
	z-index: 20;
	-ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);
	/*width: 30px;
	height: 30px;*/
}
.product-holder .discount .dis-txt span{ 
	display: block;
	font-size: 23px;
}
.product-holder .discount .dis-txt{
	position: absolute;
	left: 0;
	top:0;
	text-align: center;
	width: 58px;
	height: 58px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 21px;
	padding: 11px 0 0;
}
.product-holder .discount .star span{
	width: 58px;
	height: 58px;
	background: #77B204;
	display: block;
	position: absolute;
	left: 0;
	top:0;
}
.product-holder .discount .star .star1{
	-moz-transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	-o-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	transform: rotate(18deg);
}
.product-holder .discount .star .star2{
	-moz-transform: rotate(42deg);
	-webkit-transform: rotate(42deg);
	-o-transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	transform: rotate(42deg);
}
.product-holder .discount .star .star3{
	-moz-transform: rotate(65deg);
	-webkit-transform: rotate(65deg);
	-o-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	transform: rotate(65deg);
}
.product-holder .discount .star .star4{
	-moz-transform: rotate(87deg);
	-webkit-transform: rotate(87deg);
	-o-transform: rotate(87deg);
	-ms-transform: rotate(87deg);
	transform: rotate(87deg);
}
.product-holder .discount .star .star5{
	-moz-transform: rotate(108deg);
	-webkit-transform: rotate(108deg);
	-o-transform: rotate(108deg);
	-ms-transform: rotate(108deg);
	transform: rotate(108deg);
}
.product-holder .img-box{
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 12px;
}
.product-holder .img-box img{
	max-width: 100%;
	display: block;
	height: auto;
	float: left;
}
.product-holder h3{
	color: #C765F8;
	margin: 0 0 7px;
	text-transform: uppercase;
	font: 300 16px/20px 'Open Sans', sans-serif;
}
.products-block h3 a{ 
	color: #C765F8;
	text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.products-block h3 a:hover{color: #fff;}
.product-holder .txt{
	color: #fff;
	display: block;
	margin: 0 0 6px;
	text-transform: uppercase;
	font: 300 16px/20px 'Open Sans', sans-serif;
}
.product-holder .more{
	color: #C765F8;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: underline;
	font: 300 14px/26px 'Open Sans', sans-serif;
}
.product-holder .more:hover{text-decoration: none;}
.product-holder .overlink{
	top: 0;
	left: 0;
	right: 0;
	bottom: 60px;
	z-index: 9999;
	position: absolute;
}
.price{
	display: block;
	font: 700 14px/20px 'Open Sans Condensed', sans-serif;
	overflow: hidden;
	color: #fff;
	margin: -9px 0 0;
}
.price ins{background: transparent;}
.price del{display: none;}
.price .u-price{
	float: left;
	padding: 22px 0 0;
	letter-spacing: 1px;
}
.price .doz-price{
	float: right;
	margin: 0 2px 0 0;
}
.price .doz-price .doz-price-val{
	font-size: 43px;
	line-height: 48px;
	font-weight: 700;
	color: #C765F8;
	display: inline-block;
	vertical-align: bottom;
}
.price .doz-price .doz-txt{
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	margin: 0 0 3px 0px;
}
.price .doz-price .doz-txt span{ display: block; }
.hold{
	position: relative;
	padding: 4px 2px 23px;
}
.hold .q-left{
	top: 0;
	z-index: 9;
	left: -6px;
	color: #fff;
	width: 40px;
	height: 40px;
	padding: 4px 2px 0;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	background: #D60000;
	text-transform: uppercase;
	font: 500 13px/14px "Open Sans",sans-serif;
}
.hold .q-left span{ display: block; }
.product-holder .hold .button{
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background: #C765F8;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 33px 3px 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	font: 700 19px/25px "Open Sans Condensed",sans-serif;
}
.product-holder .hold .button:hover{opacity: 0.8;}
.woocommerce-breadcrumb{ display: none; }
.woocommerce-ordering .select{
	background: rgba(255,255,255,0.06);
	float: left;
	width: 204px;
	position: relative;
	cursor: pointer;
}
.page-title{
	color: #fff;
	margin: 0 0 40px;
	text-align: center;
	font: 700 37px/40px 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.woocommerce-result-count{ 
	float: right;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.6px;
	padding: 11px 0 17px;
	margin: 0;
}
.woocommerce-ordering .select:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 38px;
	background: #261030;
	line-height: 37px;
	font-size:12px;
	font-family: 'FontAwesome';
	content: '\f107'; 
	text-align: center;
	color: #fff;
	pointer-events: none;
}

.woocommerce-ordering .select option::-moz-focus-inner,
.woocommerce-ordering .select select::-moz-focus-inner {
	border: 0;
	outline: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	box-shadow: none;
}

.woocommerce-ordering .select select:focus{
	outline: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	box-shadow: none;
}
.woocommerce-ordering .select select{
	height: 38px;
	width: 100%;
	background: none;
	border:none;
	padding: 0 9px;
	margin: 0;
	font-size: 16px;
	color: #fff;
	outline: none;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.woocommerce-ordering .select option{
	border: none;
}
/*.product-single .onsale,
.product-single .related.products{ display: none; }
.product-single .images{ 
	float: left;
	width: 300px;
	margin: 20px;
	text-align: center;
	overflow: auto;
}
.product-single .images .woocommerce-main-image{ 
	margin: 0 0 20px;
	display: block;
}
.product-single .thumbnails{
	display: table;
	width: 100%;
	height: auto;
}
.product-single .thumbnails a{
	display: table-cell;
	vertical-align: middle;
	min-width: 80px;
	min-height: 80px;
	text-align: center;
	padding: 10px;
}
.product-single .thumbnails img{
	display: inline-block;
	vertical-align: middle;
	border:1px solid transparent;
	padding: 4px;
}
.product-single .thumbnails img:hover{ border-color: #fff; }
.product-single .prod-detail{ 
	overflow: hidden;
	padding: 30px;
	background: rgba(255,255,255,0.06);
}
.product-single .summary{
	margin: 0;
}
.product-single .product_title{
	color: #fff;
	margin: 0 0 20px;
	font: 700 38px/41px 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.product-single .woocommerce-product-rating{ 
	float: right;
	margin: -52px 0 0;
}
.product-single .star-rating{
	color: #fff;
}
.product-single .posted_in a,
.product-single .woocommerce-product-rating a{
	color: #D076F2;
	text-decoration: none;
	font-weight: 400;
}
.product-single .stock{ display: none; }
.product-single .cart{ float: right; }
.product-single .cart input[type="number"]{ width: 100%; }
.product-single .cart .quantity{
	float: left;
	margin: 0 10px 0 0;
	width: 80px;
}
.product-single .cart .button{ 
	float: left;
	padding: 11px 20px;
}
.product-single p.price{ display: none; }
.product-single .product_meta{
	overflow: hidden;
	margin: 0 0 20px;
}
.product-single .posted_in{
	color: #fff;
	font: 700 18px/24px 'Open Sans Condensed', sans-serif;
}
.product-single .price{ float: right; }
.product-single .price .u-price{ margin: 0 10px 0 0; }
.product-single .vintage-txt,
.product-single .variety-txt,
.product-single .region-txt{
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: block;
	margin: 0 0 6px;
}
.product-single .hold{ 
	height: 43px;
	width: 43px;
	float: right;
	margin: 4px 20px 0 0;
}
.product-single .hold .q-left{
	top:0;
	left: 0;
}
.product-single .wc-tabs-wrapper{ padding: 20px 0 0; }
.product-single .tabs .additional_information_tab{ display: none; }
.product-single .tabs{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.product-single .tabs li.active{
	background: #fff;
}
.product-single .tabs li{
	padding: 10px 20px;
	border:1px solid #fff;
	float: left;
	margin: 0 4px 0 0 ;
}
.product-single .tabs li a{ 
	color: #fff;
	text-decoration: none;
}
.product-single .tabs li.active a{
	color: #261030;
}
.product-single .woocommerce-Tabs-panel{
	background: #fff;
	margin: -1px 0 0;
	padding: 20px;
}
.product-single .woocommerce-Tabs-panel h3,
.product-single .woocommerce-Tabs-panel h2{
	margin: 0 0 20px;
}
.product-single .woocommerce-Tabs-panel p{
	margin: 0 0 20px;
}
.product-single .comment-form label{
	display: block;
	font: 700 16px/20px 'Open Sans Condensed', sans-serif;
	margin: 0 0 10px;
}
.product-single .comment-form p{ margin: 0 0 10px; }
.product-single .comment-form .form-submit{ float: right; }
.product-single .commentlist{
	margin: 0;
	padding: 0;
}
.product-single .commentlist li{
	margin: 0 0 10px;
}
.product-single .commentlist .comment_container{ overflow: hidden; }
.product-single .commentlist .photo{
	float: left;
}
.product-single .commentlist .comment-text{ 
	overflow: hidden;
	padding: 0 10px;
}
.product-single .commentlist .star-rating{ color: #555; }
.product-single .commentlist p{ margin: 0 0 5px; }*/
.woocommerce .cart-empty{
	float: left;
}
.woocommerce .return-to-shop{ float: right; }
.woocommerce table.shop_table{
	text-align: center !important;
	background: rgba(255,255,255,0.06);
	border-right: 1px solid #271131;
    border-bottom: 1px solid #271131;
    border-radius: 0;
    color: #fff;
}
.woocommerce table.shop_table th{
	font-family: 'Open Sans', sans-serif;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th, 
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table th, 
.woocommerce table.shop_table td {
    border-left: 1px solid #271131;
    border-top: 1px solid #271131;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
}
.woocommerce table.shop_table td.product-name{font-size:16px;}
.woocommerce table.cart td.actions .coupon .input-text {
    width: 195px;
    padding: 4px 1em 5px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
	line-height: inherit;
	padding: 9px 1em;
	border-radius: 0;
}
.woocommerce .cart_totals h2{ color: #fff; }
.woocommerce a.remove{ margin: 0 auto; }
.woocommerce #customer_details{
	background: rgba(255,255,255,0.06);
	padding: 20px;
	margin: 0px auto 40px auto;
	max-width: 800px;
}
.woocommerce #customer_details .col-1{margin-bottom:40px;}
#order_review_heading{text-align: center;}
.woocommerce #customer_details .col-1,.woocommerce #customer_details .col-2{width:100%;float:none;}
#main .woocommerce-error, #main .woocommerce-info, #main .woocommerce-message{max-width: 800px;margin: 0 auto 2em auto!important;}
.woocommerce table.shop_table{margin-bottom:40px;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{background:#271131;color:#fff;max-width:800px;margin:40px auto;}
.wc_payment_method label{color:#fff;}
.woocommerce-checkout #payment div.payment_box{background-color: rgba(255,255,255,0.1);color:#fff;}
#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before{border: 1em solid rgba(255,255,255,0.1);top: -0.9em;border-right-color: transparent;border-left-color: transparent;border-top-color: transparent;}
.woocommerce-checkout #payment ul.payment_methods{border-bottom: 1px solid #33223c;}
.woocommerce .woocommerce-EditAccountForm{text-align:left;}
.woocommerce-MyAccount-content fieldset{margin-top:40px;}
.woocommerce #customer_details .input-checkbox{margin-top:6px;}
.woocommerce form.checkout_coupon{max-width: 800px;margin: 2em auto;}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img{width:122px;height:16px;}
p.woocommerce-thankyou-order-received{font-size: 28px;text-align: center;color: #cc75f6;}
.woocommerce .order_details{margin: 0 auto;text-align: center;max-width: 880px;}
.woocommerce .order_details li{float:none;display: inline-block;}
.woocommerce .col2-set{max-width: 800px;margin: 0 auto;}
.woocommerce-ordering{display: none;}

#order_review_heading,
.woocommerce #customer_details h3{
	font:700 20px/23px 'Open Sans Condensed', sans-serif;
	color: #fff;
	margin: 0 0 10px;
}
.woocommerce #customer_details label{
	/*font:700 14px/17px 'Open Sans Condensed', sans-serif;
	display: block;
	margin: 0 0 5px;*/
	color: #fff;
	overflow: hidden;
}
.woocommerce #customer_details .input-checkbox{
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
}
.woocommerce #customer_details p{ color: #fff; }
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{ border-radius: 0; }
.woocommerce{ color: #FFF; }
.mobile-nav,
.menu-btn {
    display: none;
}
#footer {
	display: table-footer-group;
	height: 1%;
	clear:both; 
	text-align: left; 
	color: #fff;
	background: #271331;
}
#footer .footerContain{
	overflow: hidden;
	display:table;
	width:100%;
	background:#461A5B;
}
#footer a{color: #fff; text-decoration: none;}
#footer a:hover{text-decoration: underline;}
#footer .copyright{text-align: left;}
#footer .design-by{text-align:right;}
#footer .design-by a{color:#C98BFF;}
.woocommerce-info{
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 1.3em;
	line-height: 1;
}
.woocommerce-info::before{color: #fff;}
/*.product-single .product_title.entry-title{display: none;}
.product-single .product_title.entry-title.brand-name{display: block;}*/
.text-box{
	color: #fff;
	font: 300 14px/22px 'Open Sans', sans-serif;
}
.text-box p{margin: 0 0 20px;}
/*.product-single .images .woocommerce-main-image img{
	width: 100%;
	height: auto;
	max-width: 210px;
}*/

body #gform_1 ul li.gfield{margin-top: 0;}
#gform_1 .top_label .gfield_label{display:none;}
#gform_1 .gform_footer{text-align:center;}
#gform_1 button, #gform_1 input[type="button"], #gform_1 input[type="reset"], #gform_1 input[type="submit"], #gform_2 button, #gform_2 input[type="button"], #gform_2 input[type="reset"], #gform_2 input[type="submit"], #gform_3 input[type="submit"]{border:none;border-radius: 3px;background: #c765f8;box-shadow: none;color: #fff;font-size: 14px;line-height: 1;padding: 6px 30px;text-shadow: none;font:700 19px/25px "Open Sans Condensed",sans-serif;}
#gform_1 input[type="text"], #gform_1 input[type="email"], #gform_1 input[type="url"], #gform_1 input[type="password"], #gform_1 input[type="search"], #gform_1 input[type="number"], #gform_1 input[type="tel"], #gform_1 input[type="range"], #gform_1 input[type="date"], #gform_1 input[type="month"], #gform_1 input[type="week"], #gform_1 input[type="time"], #gform_1 input[type="datetime"], #gform_1 input[type="datetime-local"], #gform_1 input[type="color"], #gform_1 textarea, #gform_2 input[type="text"], #gform_2 input[type="email"], #gform_2 input[type="url"], #gform_2 input[type="password"], #gform_2 input[type="search"], #gform_2 input[type="number"], #gform_2 input[type="tel"], #gform_2 input[type="range"], #gform_2 input[type="date"], #gform_2 input[type="month"], #gform_2 input[type="week"], #gform_2 input[type="time"], #gform_2 input[type="datetime"], #gform_2 input[type="datetime-local"], #gform_2 input[type="color"], #gform_2 textarea{border-radius: 3px;}
#preFooter{display:table;max-width: 1190px;width:100%;margin:0 auto;color:#fff;padding:0 20px;}
#preFooter a{color: #fff;text-decoration: none;font-size:15px;}
.oneFourth{display:block;float:left;width:25%;padding:35px 0;}
.oneHalf{display:block;float:left;width:50%;padding:35px 0;}
.oneThird{display:table-cell;width:33.333%;vertical-align: middle;}
#preFooter .oneThird{display:table-cell;width:33.333%;padding:35px 0;vertical-align: bottom;}
#text-4.widget{margin: 0;}
#text-4.widget p{margin:0;line-height: 0;text-align: center;}
#text-4 .textwidget img{max-width:354px;display:block;height:auto;max-height: 53px;}
#footer p{margin:0;}
#preFooter p{font-size:15px;line-height:21px;color:#fff;margin:8px 0;}
#preFooter h3.widget-title{color:#fff;font-size:15px;line-height:21px;font-weight: 400;margin-bottom:20px;}
#nav_menu-2{margin:0px 60px 0px 30px;}
ul#menu-footer-menu{width:100%;padding:0;margin:10px 0 0 0;}
#menu-footer-menu li{width:50%;padding:16px 0px 0px 0px;margin:0;float:left;list-style: none;}
.footpthree{margin:15px auto;max-width:1170px;display:table;width:100%;}
#main .woocommerce h2{color: #ffffff;text-align: center;font-weight: 700;font-style: normal;margin: 50px 0 40px;text-align: center;font: 700 37px/40px 'Open Sans Condensed', sans-serif;text-transform: uppercase;}
#main .woocommerce form.login{max-width: 320px;margin: 0 auto 30px auto;border:none;background: rgba(255,255,255,0.06);}
#main .woocommerce form .form-row label{font-size:16px;}
#main .woocommerce-LostPassword a, .woocommerce table.shop_table a{color:#fff;text-decoration: none;}
.woocommerce-MyAccount-content a, .text-box a,a{color:#C765F8;text-decoration: none;}
.woocommerce-MyAccount-content a:hover, .text-box a:hover,a:hover{color:#fff;}
#main .woocommerce-LostPassword a:hover, .woocommerce table.shop_table a:hover{color:#C765F8;}
#main p.woocommerce-LostPassword.lost_password{margin-top:20px;margin-bottom:0px;}
#main .woocommerce #respond input#submit, #main .woocommerce a.button, #main .woocommerce button.button, #main .woocommerce input.button{border: none;border-radius: 3px;background: #AB1AFF;box-shadow: none;color: #fff;font-size: 14px;line-height: 1;padding: 12px 30px;text-shadow: none;text-transform: uppercase;}
#main .woocommerce #respond input#submit:hover, #main .woocommerce a.button:hover, #main .woocommerce button.button:hover, #main .woocommerce input.button:hover{}
#main .woocommerce-error{border-top-color:#C765F8;}
#main .woocommerce-error:before{color:#C765F8;}
#main .woocommerce-error, #main .woocommerce-info, #main .woocommerce-message{background: rgba(255,255,255,0.06);color:#fff;font-size:16px;line-height:20px;}
input.woocommerce-Button.button{float:right;}
.woocommerce table.shop_table{max-width: 800px;margin: 0 auto;padding:13px;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{float: none;max-width: 380px;margin: 0 auto;}
.woocommerce .wc-proceed-to-checkout{text-align: center;margin-top:20px; }
.woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table th, .woocommerce table.shop_table td{text-align: left;}
#main .woocommerce .cart_totals h2{font: 700 19px/30px 'Open Sans', sans-serif;margin: 50px 0 20px 0;}
.dec-box p,.review-box .commentlist .description p{-webkit-font-smoothing: antialiased;font-size:14px;line-height: 21px;}
#primary article.post h1.entry-title{color: #fff;margin: 0 0 10px;text-align: center;font: 700 37px/40px 'Open Sans Condensed', sans-serif;text-transform: uppercase;}
#primary article.post .entry-meta,#primary article.post .entry-meta a{text-align:center;color:#cc75f6;text-decoration:none;margin-bottom:40px;}
footer.entry-footer{text-align: center;}
.product-holder,.product-box.box-bg,.dec-box,.review-box .box-bg{border:2px solid #261030;}
.product-holder:hover,.product-box.box-bg:hover,.dec-box:hover,.review-box .box-bg:hover{border:2px solid #28c0fb;}
.vc_btn3.vc_btn3-color-purple, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat,.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{background-color: #C765F8!important;font:700 19px/25px "Open Sans Condensed",sans-serif}
.vc_btn3.vc_btn3-color-purple:hover, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover{opacity: 0.8;background-color: #c765F8!important;}
.vc_btn3.vc_btn3-size-md{padding:6px 20px;}
table.shop_table .includes_tax{display:none;}
.blogPage .vc_gitem-zone-a{display:none;}
.blogPage .vc_gitem-zone-c{background:transparent!important;}
.blogPage .vc_gitem-post-data-source-post_title h4{text-align: center;font-size: 28px;color: #cc75f6;margin-bottom: 16px;}
.blogPage .vc_btn3.vc_btn3-size-md{padding:6px 20px;}
.woocommerce table.woocommerce-MyAccount-paymentMethods{margin-bottom: 30px;}
.woocommerce-result-count{display:none;}
.woocommerce .cart-empty, .woocommerce .return-to-shop{float:none;text-align: center;}
h2.special-link a{color:#fff;}
h2.special-link a:hover{color:#c765f8;}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{font-size:16px;}
input#place_order{width:100%;}
.woocommerce form.login .form-row-first, .woocommerce form.login .form-row-last, .woocommerce-page form.login .form-row-first, .woocommerce-page form.login .form-row-last{width:100%;}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{margin-top:0px!important;}
#gform_3 .top_label .gfield_label{font-size: 22px;font-weight: 400;line-height: 28px;}
body #gform_3 ul li.gfield{margin-top:36px;}
#socialFooter{margin: 0 auto;width:100%;max-width: 100%;clear: both;display:table;}
.heaDing.vc_custom_1479965628013{padding-bottom:45px;}
.vc_grid-item-zone-c-right .vc_gitem-animated-block{width:25%;max-width:25%;padding:0px 20px;}
.vc_gitem-zone.vc_gitem-zone-c.blogTextArea{width:75%;max-width:75%;padding:0px 20px;}
.blogTextArea h2 a{color:#C765F8!important;line-height:110%;}
.blogTextArea h2 a:hover{color:#C765F8;}
.blogTextArea p{color:#fff;font-size:15px;line-height:21px;}
.blogTextArea .vc_gitem-post-data.vc_gitem-post-data-source-post_date p{color:#f7f7f7;font-size:12px;line-height:18px;}
article.post .entry-content{width:770px;max-width:770px;margin:0 auto;}
article.post .entry-content p{font-size:15px; line-height:21px;color:#fff;}
article.post .entry-content a{font-size:15px; line-height:21px;color:#C765F8;}
article .entry-content .post-img img.wp-post-image{margin:0 auto;width:400px;max-width:400px;height:auto;}
article .entry-content .post-img{text-align: center;}
article.post .share-box h2{font-size:18px;color:#fff;text-align: center;}

/* custom yotpo */
#content .yotpo .yotpo-default-button, #content .yotpo input[type="button"].yotpo-default-button{box-shadow: none;
    background: #c764f8;font-size: 16px;
     font-family: 'Open Sans', sans-serif;}
#content .yotpo .y-label, .yotpo label.y-label, #content .yotpo input, .yotpo .y-input{color:#fff;}
#content .yotpo .primary-color-btn.yotpo-disabled, #content .yotpo input[type="button"].primary-color-btn.yotpo-disabled{background: #c763f8;}
#content .yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star{color: #eeb904;}
#content .yotpo a{color: #ffffff !important;}
#content .yotpo .text-box, #content .yotpo .yotpo-text-box{color: #fff;}
#content .yotpo .yotpo-small-box, #content .yotpo .yotpo-first-review .yotpo-first-review-stars{display:none;}
#content .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews, #content .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars-and-sum-reviews{float: none;text-align: center;}
#content .yotpo .write-review .yotpo-header .yotpo-header-title{font-weight: bold;font-family: 'open-sans',sans-serif;font-size: 18px;}
#content .yotpo .yotpo-default-button:hover, #content .yotpo input[type="button"].yotpo-default-button:hover, #content .yotpo .primary-color-btn.yotpo-disabled:hover, #content .yotpo input[type="button"].primary-color-btn.yotpo-disabled:hover{background: #8e3fb5!important;}
#content .yotpo div, #content .yotpo .yotpo-review .yotpo-main .content-title,  #content .yotpo .yotpo-comment .yotpo-main .content-title, #content .yotpo .yotpo-question .yotpo-main .content-title, #content .yotpo .yotpo-onsite-upload .yotpo-main .content-title, #content .yotpo .yotpo-review .yotpo-main .content-review, #content .yotpo .yotpo-comment .yotpo-main .content-review, #content .yotpo .yotpo-question .yotpo-main .content-review, #content .yotpo .yotpo-onsite-upload .yotpo-main .content-review{color:#fff;}

/*clean skins club*/
.no-caps{text-transform: none;}
#gform_wrapper_4, #gform_confirmation_wrapper_4{color: #fff;
    padding: 20px 30px;
    background: #3e005d;
    border: 2px dashed #fff;}
    #gform_wrapper_4 h2{    text-align: center;
    font-size: 24px;line-height: 30px;
    font-weight: bold;}
    #gform_confirmation_wrapper_4 p{font-size:16px;}
#gform_wrapper_4 .top_label .gfield_label{font-size: 21px;letter-spacing: 1px;color: #c764f8;}
body #gform_wrapper_4 ul li.gfield{margin-top:35px;}
#gform_wrapper_4 .gfield_checkbox li label, #gform_wrapper_4 .gfield_radio li label{font-size: 16px;margin-left: 10px!important;}
#gform_wrapper_4 span.ginput_total{color: #ffffff;font-size: 19px;}
#gform_wrapper_4 .field_sublabel_above .ginput_complex.ginput_container label{font-size:12px;margin-bottom:3px;}
#gform_submit_button_4{color: #fff;background: #c764f8;box-shadow: none;border: none;padding: 12px 30px;text-transform: uppercase;letter-spacing: 1px;font-size: 20px;font-family: 'opens sans', sans-serif;font-weight: 600;text-shadow: none;}
#gform_wrapper_4 div.validation_error{color: #f5d006;border-top: 2px solid #f5d006;border-bottom: 2px solid #f5d006;}
#gform_wrapper_4 li.gfield_error div.ginput_complex.ginput_container label, #gform_wrapper_4 li.gfield_error ul.gfield_checkbox, #gform_wrapper_4 li.gfield_error ul.gfield_radio{color:#f5d006;}
#gform_wrapper_4 .validation_message{color:#f5d006;}
#gform_wrapper_4 li.gfield.gfield_error, #gform_wrapper_4 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color: rgba(255,223,224,0.05);border-top: 1px solid #f5d006;border-bottom: 1px solid #f5d006;}
#gform_wrapper_4 #input_4_8_2_container{display:none;}

/* replace ajax spinner gravity forms */
.gform_ajax_spinner {margin-left: 20px;margin-top:8px;border: 4px solid rgba(255, 255, 255, 0.3);	border-left: 6px solid gold;animation: spinner 1.1s infinite linear;border-radius: 50%;width: 20px!important;height: 20px!important;position:absolute;}

@keyframes spinner {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

@media screen and (max-width: 1860px){
	.products-block.home .container{max-width: 1620px;}
}
@media screen and (max-width: 1720px){
	.products-block.home .container{max-width: 1500px;}
}
@media screen and (max-width: 1605px){
	.products-block.home .container{max-width: 1400px;}
}
@media screen and (max-width: 1490px){
	.products-block.home .container{max-width: 1200px;}
}
@media screen and (max-width: 1280px){
	.woocommerce-ordering{
		overflow: hidden;
		padding: 0 0 0 33px;
	}
	.woocommerce-result-count{margin: 0 19px 0 0;}
	.products-block .container{max-width: 1108px;}
	.products-block.home .container{max-width: 1100px;}
}
@media screen and (max-width: 1200px){
	.products-block .container{max-width: 1000px;}
	.products-block.home .container{max-width: 1000px;}
	.products-block .products li{width: 33.33%;}
	.woocommerce-ordering{padding: 0 0 0 9%;}
	.woocommerce-result-count{margin: 0 9.4% 0 0;}
	#footer p{padding: 0 15px;}
}
@media screen and (max-width: 1115px){
	.products-block .container{max-width: 850px;}
	.products-block.home .container{max-width: 850px;}
	.woocommerce-ordering{padding: 0 0 0 7.4%;}
	.woocommerce-result-count{margin: 0 7.4% 0 0;}
}
@media screen and (max-width: 992px) {
	#logo{ width: 190px; }
	.slogan{ width: 440px; }
	.slogan img,
	#logo img{
		width: 100%;
	}
	#nav .nav-holder > ul>li{ margin: 0 12px 0 0; }
	/*.product-single .images{
		float: none;
		width: 100%;
	}*/
}
@media screen and (max-width: 960px){
ul#menu-footer-menu{margin: 0;}
	.products-block .container{max-width: 630px;}
	.products-block.home .container{max-width: 630px;}
	.products-block .products li{width: 50%;}
	.woocommerce-ordering{padding: 0 0 0 10.6%;}
	.woocommerce-result-count{margin: 0 11.4% 0 0;}
	.oneFourth{width:100%;text-align: center;}
.oneHalf{width:100%;text-align: center;}
.oneThird{width:100%;text-align: center;}
#preFooter .oneThird{width:100%;text-align: center;}
#preFooter .oneThird img{max-width:320px;margin:0 auto;}
#footer .oneThird{text-align: center;margin-bottom:10px;display:block;}
#footer .oneThird.design-by{margin-bottom: 0;}
#preFooter #logo{width: 135px;margin: 0 auto; display: block;float: none;}
#nav_menu-2{margin:0;}
}
@media screen and (max-width: 767px) {
article.post .entry-content{width:100%;margin:0 20px;display: initial;}
	#header{margin-bottom: 10px;}
	.home #main{ padding: 0; }
	#header .holder{ padding-bottom: 0; }
	.slogan { 
		width: 100%;
		float: none;
		margin: 0 auto;
		display: block;
		max-width: 291px;
		padding: 2px 0 0 0;
	}
	.cart-contents{ 
		float: right;
		margin: 30px 3px 0 0;
	}
	#nav { display: none; }
	#logo{
		width: 135px;
		margin: 0 auto; 
		display: block;
		float: none;
	}
    .menu-active .mobile-nav{
        left:0;
        opacity: 1;
    }
    .mobile-nav{
        display: block;
        position: fixed;
        width: 280px;
        height: 100%;
        left:-280px;
        opacity: 0;
        top:0;
        z-index: 999999;
        background:#190224;
        padding: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        overflow: auto;
        transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0,.94,.58,.87);
        -webkit-transition-timing-function: cubic-bezier(0,.94,.58,.87);
        -o-transition-timing-function: cubic-bezier(0,.94,.58,.87);
    }
    .mobile-nav ul{
        margin: 0;
        padding: 0;
        list-style: none;
        text-transform: uppercase;
    }
    .mobile-nav ul a{
        padding: 10px;
        border:2px solid #fff;
        display: block;
        margin: 0 0 10px;
        color: #fff;
        text-decoration: none;
        transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0,.94,.58,.87);
        -webkit-transition-timing-function: cubic-bezier(0,.94,.58,.87);
        -o-transition-timing-function: cubic-bezier(0,.94,.58,.87);
    }
    .mobile-nav ul .open>a,
    .mobile-nav ul a:hover{
        background: #CC75F6;
    }
    .mobile-nav .has-dropdown ul{ 
        padding: 10px 0 10px 20px;
    }
    .mobile-nav .has-dropdown>a{
        position: relative;
        display: block;
    }
    .mobile-nav .has-dropdown.open>a:after{
        content: '\f107';
    }
    .mobile-nav .has-dropdown>a:after{
        position: absolute;
        right: 10px;
        top:0;
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 18px;
        line-height: 40px;
    }
    .mobile-nav .menu-close{
        display: block;
        width: 30px;
        height: 30px;
        background: #190224;
        line-height: 28px;
        color: #fff;
        text-align: center;
        margin: 0 0 20px;
        font-size: 20px;
        text-decoration: none;
    }
    .nav-block.fixed .menu-btn{ margin: 6px 0 0 20px; }
    .menu-btn{
        float: left;
        width: 17px;
        height: 20px;
        display: block;
        border-radius: 2px;
        margin: 30px 0 0 5px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .menu-btn span{
        display: block;
        height: 2px;
        background: #fff;
        margin: 0 0 4px;
    }
    .mobile-nav-wrap{
        position: relative;
        overflow: hidden;
        width: 100%;
        right: 0;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    .products-block{ padding: 23px 0 0; }
    /*.product-single .product_title{ margin-bottom: 18px; }*/
    .woocommerce-ordering .select{
    	width: 120px;
    	font-size: 12px;
    }
    .woocommerce-ordering .select select,
    .woocommerce-result-count{
    	font-size: 12px;
    }
    #main{padding: 0 35px;}
    #content{
    	padding: 20px 15px 0;
    }
    /*.product-single .woocommerce-product-rating{
    	float: none;
    	margin: 0 0 20px;
    }
    .product-single .cart{
    	float: none;
    	overflow: hidden;
    	margin: 0 0 10px;
    }
    .product-single .price{ 
    	margin: 0 0 20px; 
    	float: none;
    	overflow: hidden;
    }
    .product-single .prod-detail{ padding: 15px; }*/
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text{
    	width: 100%;
    	margin: 0 0 5px;
    }
    .woocommerce table.shop_table tbody:first-child tr:first-child th, 
    .woocommerce table.shop_table tbody:first-child tr:first-child td, 
    .woocommerce table.shop_table th, .woocommerce table.shop_table td{
    	border-top: 1px solid #271131 !important;
    }
	.woocommerce-ordering{padding: 0 0 0 9px;}
	.woocommerce-result-count{margin: 0 9px 0 0;}
	.products-block .products li{width: 100%;}
	.products-block .container{max-width: 540px;}
	.products-block.home .container{max-width: 540px;}
}
@media screen and (max-width: 670px) {
	.products-block{overflow: visible;}
    /*.product-single .product_title,*/
    .page-title,
    .products-block h2{
    	font-size: 19px;
    	line-height: 23px;
    	letter-spacing: 0.5px;
    	margin-bottom: 29px;
    }
	.products-block .container{max-width: 270px;}
	.products-block.home .container{max-width: 270px;}
}

@media screen and (max-width: 480px) {
#menu-footer-menu li{width:100%;}
article .entry-content .post-img img.wp-post-image{width:280px;max-width:280px;}
.gform_wrapper.gf_browser_chrome .gform_body{width:100%!important;}
.vc_grid-item-zone-c-right .vc_gitem-animated-block{width:100%!important;max-width:100%;}
.vc_gitem-zone.vc_gitem-zone-c.blogTextArea{width:100%;max-width:100%;}
}

@media screen and (max-width: 390px) {
	#footer .design-by,
	#footer .copyright{float: none; display: block; text-align: center; margin: 0 0 8px;}
	.products .slick-arrow{left: -9px;}
	.products .slick-next{
		left: auto;
		right: -9px;
	}
}

@media screen and (max-width: 320px) {
	#preFooter .oneThird img{max-width:240px;}
}