/* LICENSE & DETAILS
==================================================

	Theme Name: Wooajax
	Theme URI: Wooajax
	Description: Wooajax WordPress Theme
	Version: 0.1
	Author: www.nubbo.eu
	Author URI: www.nubbo.eu
	Tags: HTML5, CSS3

==================================================
*/


@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*\
		CUSTOM BOOTSTRAP 
\*------------------------------------*/

.container-fluid {
	padding-left: 3% !important;
	padding-right: 3% !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 2%;
	padding-right: 2%;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	/*background-color: #f4f3f3;*/

	background: #fff;
	position: relative;
    min-height: 100%;
}
body {
	font-family: ;
	font-weight: 500;
	color:#342c3e;
	background: #fff;
	margin: 0 0 0px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	/*max-width:100%;*/
	/*vertical-align:bottom;*/
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:hover {
	color:#342c3e;
	text-decoration:none;
	font-style: normal;
}
a:hover {
	/*color:#444;*/
	color:#342c3e;
	text-decoration:none;
}
a:focus {
	outline:0;
}
ul li {
	list-style-type: none;
}
a:hover,
a:active {
	outline:0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
a *{
	color: #342c3e;
	font-style: normal;
}
a:hover {
	color: #342c3e;
	text-decoration:none;
	font-style: normal;
}
a:hover *{
	color: #342c3e;
	font-style: normal;
	text-decoration:none;
}
ins{
	text-decoration: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #342c3e;
	color: #858289;
    opacity:  1;
    text-transform: uppercase;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #342c3e;
	color: #858289;
    opacity:  1;
    text-transform: uppercase;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #342c3e;
	color: #858289;
    opacity:  1;
    text-transform: uppercase;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #342c3e;
	color: #858289;
    text-transform: uppercase;
}
.main-wrapper{
	overflow: hidden;
	min-height: 100%;
	position: relative;
}
select {
  background-color: rgba(0,0,0,0);

}
body.menu-open {
    overflow: hidden;
}
/*body.menu-open .menu-header-fixed{
    padding-right: 15px;

	-webkit-transition: 0s;
	transition: 0s;
}*/
body::-webkit-scrollbar { width: 3px !important }

body::-webkit-scrollbar { width: 0px !important }

/*------------------------------------*\
    IPAD SHADOW
\*------------------------------------*/


input[type="text"], input[type="email"], input[type="number"], input[type="search"], input[type="password"], textarea {
	-webkit-appearance: caret;
	-moz-appearance: caret; /* mobile firefox too! */
    -webkit-appearance: none;
    border-radius: 0;
}


/*------------------------------------*\
    WOOCOMMERCE
\*------------------------------------*/


.woocommerce-message{
	display: none;
}

/*------------------------------------*\
    CHECKBOX
\*------------------------------------*/

.checkbox_wrapper{
	position: relative;
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
input#rememberme[type="checkbox"] {
    opacity:0;
}
span.terms{
    cursor: pointer;
    background:url(images/sprite.png) -613px -13px no-repeat;
    height: 30px;
    width: 30px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: middle;
}

span.terms.accepted{
    background:url(images/sprite.png) -688px -13px no-repeat;
}

input[type="checkbox"] + label{
    background:url(images/sprite.png) -613px -13px no-repeat;
    height: 30px;
    width: 30px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

input[type="checkbox"]:checked + label{
    background:url(images/sprite.png) -687px -13px no-repeat;
    height: 30px;
    width: 30px;
    display:inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
}


/*input[type="checkbox"] {
	    opacity: 0;
	}

input[type="checkbox"]{
    background:url(images/sprite.png) -799px -13px no-repeat;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
cursor: pointer;
}

input[type="checkbox"]:checked{
    background:url(images/sprite.png) -799px -13px no-repeat;
    height: 40px;
    width: 40px;
    display:inline-block;
    padding: 0 0 0 0px;
cursor: pointer;
}*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.container{
	/*background-color: #ddd;*/
	/*min-width: 320px;*/
}
/* wrapper */
.wrapper {
	margin: 0 20px;
}


/*------------------------------------*\
    HEADER;
\*------------------------------------*/

.menu-header-fixed{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
	background-color: #fff;
	/*border-bottom: #f1f1f1 solid 1px;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.menu-header-fixed .logo:after{
    content:url("");
    position: absolute;
    left: px;
    top: px;
}
.menu-header-fixed.white .logo:after{
    content:url("");
    position: absolute;
    left: px;
    top: px;
}


.menu-header-fixed .logo{
    background: url('') 0 0 no-repeat;
/*	height: 300px;
	width: 300px;*/
	-webkit-transition: .4s;
    transition: .4s;
/*    position: absolute;
    left: px;
    top: px;*/
}

.menu-header-fixed.white{
	background: none;
	border: none;
	-webkit-transition': .4s;
}
.menu-header-fixed.white a,
.menu-header-fixed.white a i{
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.2));
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.2));
}
.menu-header-fixed.white .register a{
	-webkit-filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
	filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
}
.menu-header-fixed.white a{
	color: #fff;
}
.menu-header-fixed.white .logo{
    background: url('') 0 0 no-repeat;
/*	height: 300px;
	width: 300px;
	position: absolute;
	left: px;
	top: px;*/
	-webkit-transition: .4s;
    transition: .4s;
}
.menu-header-fixed.white i.search-icon {
	background-position: -15px -64px;
}
.menu-header-fixed.white i.cart {
	background-position: -90px -64px;
}
.menu-header-fixed.white i.favorite {
	background-position: -50px -64px;
}
.menu-header-fixed.white i.favorite span {
	color: #fff;
}
.menu-header-fixed.white .num-items {
	color: #fff;
}
.menu-header-fixed.white .navbar-nav li a:hover{
	/*border-bottom: 1px #fff solid;*/
}
.menu-header-fixed.white .navbar-nav li.active a{
	border-bottom: 1px #fff solid;
}
.menu-header-fixed.white i.menu {
	background-position: -127px -49pt;
}

.menu-header-fixed .container-fluid{
	padding-left: 5% !important;
	padding-right: 5% !important;
}
.menu-header-fixed .container-fluid .row{
	margin: 0 !important;
}
.margin-header{
	display: block;
	height: 110px;
}
header .wrapper {
	padding-top: 23px;
	-webkit-transition: .4s;
	transition: .4s;
	margin: 0;
}
/* header */
.header {

}
/* logo */
.logo {
	float: left;
}
header .nav-menu .logo-img {

	height: 72px;
	width: auto;
	-webkit-transition: .4s;
	transition: .4s;
}
header>li{
	display: none;
}
.nav-menu{
	margin-top: 0px;
	font-weight: 600;
	height: 110px;
	-webkit-transition: .4s;
	transition: .4s;

}
/* nav */
.nav-menu .nav {
	float: left;
}
header .navbar-nav li {
	margin: 7px 35px 15px 0;
}
header .navbar-nav li:last-child {
	margin: 7px 0px 15px 0;
}
/* sidebar */
.sidebar {

}

.nav-menu h1{
	margin: 0;
	position: relative;
}


.navbar-nav{
  margin-left: 15%;
  padding: 0 40px;
}
.navbar-nav li{
	float: left;
	list-style: none;
	margin: 15px 35px 15px 0;
	padding-bottom: 30px;
}
.navbar-nav li a{
	/*padding-bottom: 50px;*/
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: 500;
}
.navbar-nav li a:hover{
	border-bottom-width: 1px;
  	border-bottom-style: solid;
	/*border-bottom: 1px #342c3e solid;*/
	/*text-decoration: underline;*/
}
.navbar-nav li.active a{
	border-bottom: 1px #342c3e solid;
	text-decoration: underline;
}


.menu-buttons{
	float: right;
	list-style: none;
	padding: 0;
	margin-top: 0;
	position: absolute;
	right: 5%;
}
.menu-buttons li{
	margin: 5px 0px 0px 15px;
}

.menu-buttons li:first-child{
	margin: 5px -6px 0px 0px;
}
/*.menu-buttons .search{	
	position: absolute;
	left: 51%;
}*/
.menu-buttons .search{	
	float: left;
}
.menu-buttons .cart{
	float: left;
}
.menu-buttons .cart.hide{
	float: left;
	width: 1px;
	display: block !important;
  	margin-left: 14px;
	overflow: hidden;
	opacity: 0.01;
}
.menu-buttons .menu{
	float: left;
}

.menu-buttons .wishlist{
	position: relative;
	display: block;
}
.menu-buttons .favorite{
	float: left;
}
.menu-buttons .favorite a{
	position: relative;
	display: block;
}

.menu-buttons .cart a{
	position: relative;
	display: block;
}
.menu-buttons .num-items{
	color: ;/*config_var:color_2*/
	right: -4px;
	top: -6px;
	font-size: 8pt;
	z-index: 100;
	position: absolute;
}
.menu-buttons .login a{
	font-size: 9pt;
}
.menu-buttons .register a{
	border-style: solid;
	border-width: 1px;
	border-color: ;/*config_var:color_2*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 12px 21px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: ;/*config_var:color_2*/
}

.menu-buttons .login {
	float: left;
}
.menu-buttons .register {
	float: left;
}



i{
	overflow: hidden;
	height: 25px;
	width: 25px;
	background: url(images/sprite.png) 0 0 no-repeat;
	display: block;
}
i.search-icon{
	background-position: -15px -15px;
}
i.cart{
	background-position: -90px -15px;

}
i.menu{
	background-position: -127px -12pt;

}
i.favorite{
	background-position: -50px -15px;

}


/*------------------------------------*\
    COMMON ELEMENTS
\*------------------------------------*/

.full-with-block{
	background-color: ;/*config_var:color_3*/;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	font-size: 27pt;
	margin: 0px 0 10px 0;
	overflow: hidden;
	position: relative;
}
.full-with-block h1,
.full-with-block h3
{

	font-size: 42px;
	margin: 100px 0; 
}

.full-with-block .shaded,
.full-with-block .shaded a{
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	color: #FFF;
}

.post p.simple-title-post{
	letter-spacing: 0.01rem;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	line-height: 1.5;
}
#login form .terms-cond{
	font-weight: 300;
	color: #868686;
	font-size: 9pt;
	margin-top: 27px;
	margin-bottom: -19px;
}
#login form .terms-cond a{
	text-decoration: underline;
	color: #868686;
	font-weight: 300;
}
#login .forgetmenot,
#login #rememberme{
	display: none;
}

/*------------------------------------*\
    FOOTER;
\*------------------------------------*/

footer {
	height: 526px;
	border-bottom-width: 12px;
	border-bottom-color: ;/*config_var:color_3*/
	border-bottom-style: solid;
	color: ;/*config_var:color_3*/
	background-color: ;/*config_var:color_1*/
    position: relative;/* quito al body 100px de margen*/
    left: 0;
    bottom: 0;
    /*height: 64px;*/
    width: 100%;
    overflow: hidden;
}
footer a{
	color: ;/*config_var:color_3*/
}

footer .row{
	position: relative;
	bottom: -473px;
}
footer .bottom-bar{
	height: 50px;
	bottom: 0;
	position: absolute;
	width: 100%;
	background-color: ;/*config_var:color_1*/
	z-index: 10;
	
}
footer .bottom-bar .copyright{
	font-weight: 700;
	font-size: 10pt;
	color: #fff;
}
footer .bottom-bar .legal.only-desktop{
	font-weight: 500;
	font-size: 8pt;
	color: #fff;
	display: block;
	padding: 15px 5%;
	float: left;
	width: 600px;
}
footer .bottom-bar .legal a{
	text-decoration: underline;
	color: #fff;
}
footer .bottom-bar .legal a:hover{
	text-decoration: none;
	color: #fff;
}

footer .bottom-bar ul{
	list-style: none;
	float: right;
	padding: 0;
	margin: 0 5%;
}
footer .bottom-bar ul li{
	list-style: none;
	float: left;
}

footer .bottom-bar ul li a{
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: 600;
	padding: 15px 0;
	display: block;
	-webkit-transition: .4s;
    transition: .4s;
    color: ;/*config_var:color_3*/
}
footer .bottom-bar ul li a.social.active{
	-webkit-transition: .4s;
    transition: .4s;
    color: ;/*config_var:color_3*/
	opacity: 0.3;
}

footer .bottom-bar ul li a i.env, footer .bottom-bar ul li a i.tick{
	display:inline-block;
	margin: 0 0px 0 10px;
}
footer .bottom-bar ul li a i.env{
	background: url('images/sprite.png') -1004px -267px no-repeat;
	height: 15px;
	width: 23px;
}
footer .bottom-bar ul li a i.tick{
	background: url('images/sprite.png') -1032px -269px no-repeat;
	height: 15px;
	width: 23px;
}
footer .bottom-bar ul li a:hover{
/*	color: inherit;
	opacity: 0.3;
	-webkit-transition: .4s;
    transition: .4s;*/
}
footer .bottom-bar ul li a.hover{
	color: inherit;
	-webkit-transition: .4s;
    transition: .4s;
	display: block;
}
/* newsletter-block */
.newsletter-block{
	width: 100%;
	padding: 90px 100px 0 100px;
	-webkit-transition: 1s;
    transition: 1s;
}
.newsletter-block p{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 105px;
}
.newsletter-block form input{
	color: #fff;
	background: none;
	border: none;
	font-family: ;
	font-weight: 500;
	font-size: 17px;
	width: 60%;
	letter-spacing: .2em;
}
.newsletter-block form input[type="submit"]{
	color: ;/*config_var:color_2*/
	font-size: 15px;
	font-weight: bold;
	float: right;
	width: auto;
	letter-spacing: 0;
}
.newsletter-block .mc4wp-alert{
	text-align: center;
	color: #a00;
	font-size: 13pt;
} 


.newsletter-block form {
	border-bottom: 1px #606267 solid;
	width: 620px;
	margin: 0 auto 50px auto;
	padding: 10px 0;
}
 .social-block{
	-webkit-transition: 1s;
    transition: 1s;
    width: 100%;
	padding-top: 90px;
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.social-block ul{
	text-align: left;
	/*margin: 0 0 80px;*/
	font-weight: bold;
	padding-left: 0;
}

.social-block ul li{
	list-style: none;
	line-height: 0.9;
}
.social-block ul li a{
	color: #545559;
	text-transform: uppercase;
	font-size: 33pt;
	-webkit-transition: 0.4s;
    transition: 0.4s;
}
.social-block ul li a:hover{
	color: ;/*config_var:color_2*/
	-webkit-transition: 0.4s;
    transition: 0.4s;
}


.newsletter-block-wrapper{
	width: 100%;
	position: absolute;
	top: -100%;
	-webkit-transition: 0.8s;
    transition: 0.8s;
}
.newsletter-block-wrapper.visible{
	width: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: 0.8s;
    transition: 0.8s;
}
.social-block-wrapper{
	width: 100%;
	position: absolute;
	top: 100%;
	-webkit-transition: 0.8s;
    transition: 0.8s;
}
.social-block-wrapper.visible{
	width: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: 0.8s;
    transition: 0.8s;
}


/*------------------------------------*\
    PROMOTION;
\*------------------------------------*/


.promotion .container-fluid {
	padding-left: 8% !important;
	padding-right: 8% !important;
}
.promotion.without-image{
	margin-top: 110px;
}
.promotion{
	overflow: hidden;
	height: 20px;
    /*background: url(images/foto-promo-1.jpg) center;*/
    background-repeat: no-repeat;
    /*background-size: cover;*/
    color: #fff;
    position: relative;
	-webkit-transition: 1s;
    transition: 1s;
	cursor: pointer;
}

.promotion.active{
	height: 180px;
	-webkit-transition: 1s;
    transition: 1s;
	cursor: auto;
}
.promotion h3{
	font-size: 30pt;
	margin: 39px 0 7px 0;
	max-width: 934px;
	line-height: 55px;
}
.promotion p{
	margin: 0;
	float: left;
	font-size: 15px;
}
/*.promotion .promo-wrapper{
	margin-left: 7%;
}*/
.promotion .see-more{
	border: 1px #fff solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 35px;
	text-align: center;
	font-size: 9pt;
	color: #fff;
	cursor: pointer;
	/*float: right;*/
	position: absolute;
	right: 11%;
	top: 92px;
}

.promotion .bt-close{
	position: absolute;
	/*right: 36px;*/
	right: 5%;
	top: 30px;
	cursor: pointer;
}

.promotion i.close{
	float: left;
	overflow: hidden;
	height: 40px;
	width: 40px;
	display: block;
	cursor: pointer;
	background: url(images/sprite.png) -830px -56px no-repeat;
}

.promotion i.close{
}


/*------------------------------------*\
    OVERLAY MOBILE;
    PART: search;
\*------------------------------------*/

.overlay{
	position: fixed;
	height: 1000%;
	width: 100%;
	min-width: 320px;
	z-index: 11000;
	/*background: rgba(96, 89, 85, 0.97);*/ /* yyy */
	background: rgb(96, 89, 85);
	top: 0;
	overflow-y: auto;
	height: 100%;
}

.overlay.search-form{
	background: #fff;
}
.overlay .search-form{
	display: none;
}
.overlay.search-form .search-form{
	display: block;
}
.overlay .bt-close{
	/*padding-right: 10px;*/
	cursor: pointer;
	float: left;
	padding-top: 15px; 
	position: absolute;
	right: 10px;
	top: 10px;
}

.overlay .search-form .bt-close{
	right: 5%;
}


.overlay .brands-price .bt-close{
	cursor: pointer;
	position: fixed;
	right: 5%;
	top: 10px;
}
.woocommerce-tabs.overlaid .bt-close,
.social-block-wrapper .bt-close,
.newsletter-block-wrapper .bt-close{
	padding-right: 10px;
	cursor: pointer;
	padding-top: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.overlay .search-form{
	width: 90%;
	margin: 115px 5% 0 5%;
}

.overlay i.bt-search{
	overflow: hidden;
	height: 33px;
	width: 33px;
	background: url(images/sprite.png) -877px -13px no-repeat;
	display: block;
	float: right;
	cursor: pointer;
	margin-top: 8px;
}

.overlay input[type="search"]{
	float: left;
    padding: 5px 5px 5px 5px;
    border-style: none;
    border-color: transparent;
    background-color: transparent;
    font-size:51px;
    font-weight: 700;
	width: 80%;
}

.overlay.search-form input[type="submit"]{
	overflow: hidden;
	height: 33px;
	width: 33px;
	background: url(images/sprite.png) -877px -13px no-repeat;
	display: block;
	float: right;
	cursor: pointer;
	margin-top: 18px;
	border: none;

	position: absolute;
	/*right: 24px;*/
	right: 5%;
}

.woocommerce-tabs.overlaid i.close,
.newsletter-block-wrapper i.close,
.social-block-wrapper i.close{
	float: left;
	overflow: hidden;
	height: 40px;
	width: 40px;
	background: url(images/sprite.png) -830px -56px no-repeat;
	display: block;
	cursor: pointer;

}
.overlay i.close{
	float: left;
	overflow: hidden;
	height: 40px;
	width: 40px;
	background: url(images/sprite.png) -830px -56px no-repeat;
	display: block;
	cursor: pointer;
}

.overlay.search-form i.close{
	background: url(images/sprite.png) -830px -6px no-repeat;
}
.overlay.search-form .brands-price {
	display: none;
}
.woocommerce-info{
	text-align: center;
	margin: 40px 0;
}
.woocommerce-info a{
	text-decoration: underline;
}
/*------------------------------------*\
    FLITERS
\*------------------------------------*/

.overlay .brands-price {
	margin-left: 5%;
	margin-right: 5%;
}
.overlay .brands-price ul{
	list-style: none;
	padding: 0;
}
.overlay .brands-price .selectors ul li a{
	float: left;
	margin-left:10px;
	line-height: 20pt;
	color: #9a9593;
}
.overlay .brands-price .selectors ul li.active a{
	color: #fff;
	border-bottom: 1px #fff solid;
}
.overlay .brands-price .selectors{
	font-size: 22pt;
	color: #9a9593;
	font-weight: 500;
}
.overlay .brands-price .selectors.active{
	text-decoration: underline;
}

.overlay .brands-price .filters ul{
	display: none;
	position: absolute;
	top: 75px;
	left: 0;
	padding: 0 5%;
}
.overlay .brands-price .filters ul.brands li{
  float: left;
 }
.overlay .brands-price .filters ul.brands li,
.overlay .brands-price .filters ul.prices li{
  padding: 0 10px;
 }
.overlay .brands-price .filters ul li a{
	border-bottom: 1px #9a9593 solid;
	font-size: 39pt;
	font-weight: 600;
}
.overlay .brands-price .filters ul li a{
	color: #9a9593;
}
.overlay .brands-price .filters ul li a:hover{
	color: ;/*config_var:color_3*/
	border-bottom-style: solid;
	border-bottom-color: ;/*config_var:color_3*/
	border-bottom-width: 1px;
}
.overlay .brands-price .filters ul li a.active{
	color: ;/*config_var:color_3*/
	border-bottom-style: solid;
	border-bottom-color: ;/*config_var:color_3*/
	border-bottom-width: 1px;
}

.overlay-menu{
	width: 100%;
	/*height: 100%;*/
	height: 10000px;
	/*background-color: rgba(255,255,255,0.95);*/
	background-color: rgb(255,255,255);
	position: absolute;
	z-index: 6000;
}


/*------------------------------------*\
    PAGES: 01shop;
    PART: dropdown;
\*------------------------------------*/
.nav-dropdown-menu{

	padding-left: 5% !important;
	padding-right: 5% !important;
	position: fixed;
	top: 110px;
	bottom: 0px;
	z-index: 10000;
	font-weight: 600;/*
	-webkit-transition: 0.4s;
    transition: 0.4s;*/
}
.nav-dropdown-menu, 
.nav-dropdown-menu ul{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    /*background-color: #fff;*/
    /*opacity: 0.95;*/
}
.nav-dropdown-menu li{
    width: 100%;/*
    padding: 20px 20px;*/
    list-style: none;
    margin: 0;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.nav-dropdown-menu>li ul li{
	padding-left: 30px;
}

.nav-dropdown-menu>li{
	border-bottom: 1px solid #e0e2e1;
}
.nav-dropdown-menu>li:first-child{
	border-top: 1px solid #e0e2e1;
}
.nav-dropdown-menu>li>a{
	text-transform: uppercase;
}
.nav-dropdown-menu>li:last-child{
	/*border-bottom: none;*/

/*	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	box-shadow: 0 0 3px rgba(0,0,0,.3);*/
}



.nav-dropdown-menu li.active {
    background-color: transparent;
    /*opacity: 0.95;*/
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.nav-dropdown-menu li.active ul{
    background-color: transparent;
    /*opacity: 0.95;*/
}
.nav-dropdown-menu li ul li{
	border-top: 1px solid #f1e6e3;
}
.nav-dropdown-menu li.active ul li a{
    /*color: #fff;*/
    color: #342c3e;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.nav-dropdown-menu .active a{ 
    /*color: #957a95;*/
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.nav-dropdown-menu>ul>ul{
border-top: 1px solid #f1e6e3; 
}
.nav-dropdown-menu li.hover {
    /*background-color: #342c3e;*/
    background-color: transparent;
    /*opacity: 0.95;*/
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.nav-dropdown-menu li ul li:hover>a{
    /*color: #fff;*/
    color: ;/*config_var:color_2*/
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.nav-dropdown-menu .hover>a{ 
    /*color: #957a95;*/
    color: ;/*config_var:color_2*/
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.nav-dropdown-menu .bt-close{
	padding-top: 24px;
	height: 40px;
}
.nav-dropdown-menu i.close{
	background: url(images/sprite.png) -830px -6px no-repeat;
	height: 40px;
	width: 40px;
	cursor: pointer;


	position: fixed;
	right: 0;
	margin-right: 5%;
}

.nav-dropdown-menu a{
 	position: relative; 
    display: block;
    padding: 0 0 0 0;
    height: 100%;
    line-height: 2.3em;
	-webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
    padding: 22px 0px 22px 0px;
    text-transform: uppercase;
}
.nav-dropdown-menu-desktop li:nth-child(2) a{
    padding: 0px 0px 22px 0px;
    margin: 22px 0px 0 0px;
}
.nav-dropdown-menu>li>a>i{
   	display: none;
}
.nav-dropdown-menu .menu-item-has-children>a>i{
	display: block;
    /*background: url('images/sprite.png') -395px -170px no-repeat;*/
	background: url('images/sprite.png') -1233px -24px no-repeat;
    position: absolute;
    right: 10%;
    right: 10px;
    top: 38px;
}
.nav-dropdown-menu .menu-item-has-children>a>i{
	right: 10px;
}

.nav-dropdown-menu .menu-item-has-children.hover>a>i{
	background: url('images/sprite.png') -1234px -219px no-repeat;
}
/*.nav-dropdown-menu .menu-item-has-children.active>a>i{
	background: url('images/sprite.png') -1203px -24px no-repeat;
	background: url('images/sprite.png') -1203px -220px no-repeat;
}*/
.nav-dropdown-menu .menu-item-has-children.active.hover>a>i{
	background: url('images/sprite.png') -1203px -220px no-repeat;
}

.nav-dropdown-menu .menu-item-has-children>a>i{
	background: url('images/sprite.png') -1234px -169px no-repeat;
}
.nav-dropdown-menu .menu-item-has-children.active>a>i{
	background: url('images/sprite.png') -1271px -225px no-repeat;
	background: url('images/sprite.png') -1203px -24px no-repeat;
}

.nav-dropdown-menu.navbar-nav-mobile{
	display: none;
}


.nav-dropdown-menu .menu-item-has-children i{
	display: none;
}

/*.nav-dropdown-menu  .menu-item-has-children.active i{
    background: url('images/sprite.png') -432px -122px no-repeat ;
    position: absolute;
    right: 10%;
    right: 0;
    top: 38px;
}*/
/*------------------------------------*\
    PAGES: 01shop;
    PART: categories;
\*------------------------------------*/


.categories-menu{ 
	background-color: ;/*config_var:color_2*/
	width: 100%;
	font-style:normal;
	padding: 45px 0;
	padding: 90px 0 90px 0;
	height: auto;
	-webkit-transition: 2s;
	transition: 2s;
}

.categories-menu.layerslider {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	background-color: transparent;
	position: absolute;
	/*top: 110px;*/
	top: 0px;
	z-index: 5000;
	margin-top: 80px;
	margin-top: 50px;
}
.page-template-shop-v2 .categories-menu.layerslider {
	margin-top: 95px;
}

.categories-menu.layerslider .category-bar{
	margin-left: 9%;
	/*-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));*/
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.page-template-shop-v2 .ls-container{
	/*min-height: 420px;*/
	min-height: 565px;
}
.page-template-shop-v4 .ls-container img.ls-bg{
	/*min-height: 565px !important;*/
	width: auto !important;
	/*width: 100%;*/
}
/*
.ls-l.ls-video-layer.ls-videohack{
width: 100% !important;
height: auto !important;
font-size: 8.56px !important;
padding: 0px !important;
border-width: 0px !important;
left: 0px !important;
}*/

.ls-l.ls-video-layer.ls-videohack video {
	position: absolute;
	bottom: 0% !important;
	right: 0% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	min-height: 420px !important;
	min-height: 565px !important;
	width: auto !important;
	height: auto !important;
	top: 0px !important;
}



/*" width="960" height="540" */
/*
.ls-l{
	width: 100% !important;
	width: auto;
}
*/
/*
.ls-video-layer iframe{
	max-height: 420px;
	min-height: 420px;
}*/
/*
iframe {
        width: 100%;
        height: auto;
        }
*/
/*
.player .video-wrapper .flideo, .player .video-wrapper object, .player .video-wrapper video,.player .video-wrapper .video {
	height: 420px !important;
}*/
/*
.ls-l{
width: 100% !important;
height: 100% !important;
}
iframe, iframe .player .video-wrapper .flideo video.player .video-wrapper video, .player .video-wrapper object, .player .video-wrapper video {
	width: 100% !important;
	height: 176%;
}*/
.categories-menu.without-img{
	/*margin-top: 110px;*/
}
.without-img .category-bar .categories li a{
	color: #fff;
	border-bottom: 2px #fff solid;
	font-size: 30px;
}
.woocommerce-breadcrumb{
	color: #fff;
	font-size: 12pt;
	list-style: none;
	font-family: ;
	font-weight: 300;
}
.woocommerce-breadcrumb a{
	border-bottom: 1px rgba(52, 44, 62, 0.7) solid;
}
.woocommerce-breadcrumb{
	color: #fff;
}

.without-img .category-bar .woocommerce-breadcrumb a{
	color: ;
	border-bottom-width: 1px;
	border-bottom-color: ;
	border-bottom-style: solid;
}
.without-img .category-bar .woocommerce-breadcrumb {
	color: ;
}
.woocommerce-breadcrumb a{
	color: #fff;
	border-bottom: 1px #fff solid;
}
.woocommerce-breadcrumb a:hover{
	border-bottom: none;
}

.single-product .woocommerce-breadcrumb{
	display: none;
}






.category-bar.hidden{
	display: block !important;
	visibility: visible !important;
	opacity: 0;
	-webkit-transition: 2s;
    transition: 2s;
}
.category-bar{
	margin-left: 17%;
	padding-left: 36px;/* -4px by tipograph effects*/
	padding-right: 40px;
	padding-top: 0 ;
	padding-bottom: 0;
	opacity: 1;
	-webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}
.without-img .category-bar{
	/*margin-left: 11%;*/
	margin-left: 5.2%;/* yyy */

	padding: 0px;
}
.without-img .category-bar.hidden{
	display: block !important;
	visibility: visible !important;
	opacity: 1;
}
.category-bar .categories{
	padding: 0;
}
.category-bar .categories li{
	list-style: none;
	float: left;
	margin: 0px 10px 0px 0px;

	/*
	for masonry
	padding: 0px 2px;
	*/
}
.notification{
	text-align: center;
	font-size: 20px;
}
.category-bar .categories li:first-child{
	float: none;
}

.categories-menu.without-img .category-bar li:first-child{
	float: left;
	color: ;
	font-size: 30px;
}
.categories-menu.without-img{
	padding: 45px 0;
}
.categories-menu.without-img ul.categories{
	margin: 5px 0;
}
.categories-menu ul.categories{
	margin: 5px 0;
}
.categories-menu.without-img .category-bar .wrapper{
	position: relative;
}
.categories-menu.without-img .category-bar p{
	margin: 0px 2% 0 0;
	clear: both;
	position: absolute;
	right: 0px;
	top: 0px;
}
.category-bar .categories li:first-child{
	color: #fff;
	font-size: 35px;
	font-size: 35px;
	list-style: none;
	font-family: ;
	font-weight: bold;
	width: auto;
} 
.category-bar .categories .item.colorated{
/*
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	text-shadow: 1px 1px rgba(170,170,170,0.2);
	text-shadow: 0px 1px rgba(170,170,170,0.5);*/
}
.category-bar .categories li a.white{
	color: #fff !important;
	border-color: #fff !important;
}
.category-bar .categories li a{
	color: ;/*config_var:color_2*/
	font-size: 35px;
	list-style: none;
	font-family: ;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: ;/*config_var:color_2*/
	width: auto;
	/*
	for masonry
	margin: 0 10px 0 0px;
	*/
}

.categories-menu .category-bar .categories li.current-cat a{
	border-bottom: none !important;
	color: #fff !important;
}
.categories-menu.without-img .category-bar .categories li.current-cat a{
	color:  !important;/*config_var:color_1*/
}
.category-bar p a{
	color: #fff;
	font-size: 13pt;
	font-weight: 500;
	border-bottom: 1px rgba(255,255,255, 0.7) solid;
	/*margin-right: 15px; yyy */
	margin-right: 13px;
}
.category-bar p a:hover{
	border-bottom: none;
}

.category-bar .categories li a:hover {
border: none !important;
}
.category-bar p{
	margin: 20px 0 0 0;
	float: left;
	clear: both;
}
/* products*/
/*.grid-products{
	visibility: hidden;
}
.grid-products.show{
	visibility: visible;
}*/
.grid-products.loading{
	min-height: 600px;
}
.product-item .wrapper{
	text-align: center;
	margin: 0; 
}
.product-item img.product-image{
	width: 100%;
	/*max-width: 400px;*/
	margin: 0 auto;
}

.product-item .wrapper .add-to-cart{
	margin: 0px;
}
.product-item .wrapper .product-name{
	margin-bottom: 4px;
	margin-top: 0;
}

.recent-views .product-item .wrapper .product-name{
	margin-bottom: -2px;
	margin-top: 15px;
}
.product-item .product-image-mask{
	display: block;
	overflow: hidden;
	
} 
.product-item{
	margin-bottom: 30px;
	position: relative;
  	z-index: 0;
}


.product-item .hover{
	height: 41px;
	position: relative;
	margin-top: -15px;
}
.product-item .hover .wrapper{
	margin: auto;
}

.product-item .hover.active .wrapper .price{
	opacity: 0;
	-webkit-transition: 0.2s;
    transition: 0.2s;
}
.product-item .price{	
	width: 100%;
	position: absolute;
	z-index: 40;
	margin: 0;
}
.product-item .price a{	
	color: ;
	font-style: normal;
	text-align: center;
	font-family: ; 
	font-weight: 200; 
	font-style: normal;
	font-size: 30px;
	font-weight: 100;
}

.recent-views .product-item .price a{	
	font-size: 27px;
    white-space: nowrap;
}
.recent-views .product-item .price{	
	margin: 20px 0 0 0;
}
.product-item .price a .new-price{	
	color: ;/*config_var:color_2*/
}
.product-item .price a .old-price{	
	color: ;
	font-style: normal;
	font-family:;
	font-size: 25pt;
	text-align: center;
	text-decoration: line-through;
}
.product-item .price a ins{	
	color: ;/*config_var:color_2*/
	text-decoration: none;
}
.product-item .price a del{	
/*	color: ;
	font-style: normal;
	font-size: 25pt;
	text-align: center;
	font-family: ; 
	font-weight: 200; 
	font-style: normal;
	font-weight: 100;*/
}
.product-item .like-share-buttons {
	top: -1px;
	width: 100%;
	position: absolute;
	z-index: 50;
}
#recent .product-item .like-share-buttons {
	top: 17px;
}
.product-item .like-share-buttons a{
	text-align: center;
	display: inline-block;
}
.product-item .like-share-buttons .like{
	margin-right: 50px;
	opacity: 0;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.product-item .like-share-buttons .like.hover{
	opacity: 1;
	margin: 0;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-item .like-share-buttons .share{
	margin-left: 50px;
	opacity: 0;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.fb-like{

  position: absolute !important;
  background-color: white;
  bottom: -30px;
  left: 25%;
}
.product-item .like-share-buttons .share.hover{
	opacity: 1;
	margin: 0;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.product-item .like-share-buttons .like i{
	background: url('images/sprite.png') -912px -304px no-repeat;
	height: 42px;
	width: 42px;
}
.product-item .like-share-buttons .like.like-actived i{
	/*background: url('images/sprite.png') -831px -254px no-repeat;*/
	background: url('images/sprite.png') -912px -348px no-repeat;
}
.product-item .like-share-buttons .share i{
	background: url('images/sprite.png') -955px -304px no-repeat;
	height: 42px;
	width: 42px;
}

.single-product .add-favorite-product{
  position: absolute;
  right: 5%;
}

.single-product .add-favorite-product i{
	background: url('images/sprite.png') -912px -304px no-repeat;
	height: 42px;
	width: 42px;
}

.single-product .add-favorite-product.like-actived i{
	background: url('images/sprite.png') -912px -348px no-repeat;
}
.single-product .add-favorite-product.only-mobile{
  text-align: center;
  width: 100%;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 30px;
  font-weight: 600;
  border-style: solid;
  border-width: 1px;
  border-color: #888;
  color: #888;
  position: relative;
  min-width: 125px;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 280px;
  right: 0;
}
.product-item .product-name a{	
	color: ;
	font-style: normal;
	font-family:;
	font-size: 17pt;
	text-align: center;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	width: 80%;
	display: inline-block;
}
.product-item .add-to-cart a{	
	color: ;/*config_var:color_2*/
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
}

.product-item .star-rating{
	display: none;
}
.product-draggable .like i {
	background: url('images/sprite.png') -912px -304px no-repeat;
	height: 42px;
	width: 42px;
}
.product-draggable .share i{
	background: url('images/sprite.png') -955px -304px no-repeat;
	height: 42px;
	width: 42px;
}
.product-draggable .like {
	position: absolute;
	right: -50%;
	top:50%;
}
.product-draggable .share{
	position: absolute;
	left: -50%;
	top:50%;
}


/*------------------------------------*\
    PRODUCT DETAIL 
\*------------------------------------*/

.product{
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/
.pagination {
	text-align: center;
	margin: 55px 0 65px 0;
}
.pagination .wrapper a{
	font-weight: bold;
	color: #6e6a74;
	font-size: 12pt;
	margin: 0 5px;
}
.pagination .wrapper span.current{
	color: ;/*config_var:color_2*/
	font-weight: bold;
	font-size: 12pt;
	margin: 0 5px;
}
.pagination .wrapper a:hover{
	color: ;/*config_var:color_2*/
}

/*------------------------------------*\
    SHORT BY
\*------------------------------------*/
.sort-by {
	text-align: center;
	margin: 40px auto 40px auto;
	color: #bfbec1;
	font-size: 13pt;
}
#recent.sort-by {
	margin-top: 30px;
}

.sort-by .product_type_simple,
.sort-by .product_type_variable
{
	font-size: 14px;
}
#recent.sort-by{
	min-height: 355px;
}
.sort-by .item>a, .sort-by .title{
	font-weight: bold;
}
.recent-views .title span:hover{
	cursor: pointer;
}
.sort-by .title{
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.sort-by .title span{
	cursor: pointer;
	float: left;
}

.sort-by .title span.open{
	/*cursor: auto;*/
}
.sort-by .title i{
	float: left;
	background: url(images/sprite.png) -388px -114px no-repeat;
}
.sort-by ul{
	list-style: none;
	padding: 0 10px;
}
.sort-by ul li a{
	color: #6e6a74;
	font-weight: bold;
	font-size: 19pt;
	white-space: nowrap;
	text-align: center;
	width: 180px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

.sort-by ul li{
	margin: 0 auto;
}

.sort-by-slider.toggleUp{
	height: 1px;
	overflow: hidden;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.sort-by-slider{
	height: 80px;
	overflow: hidden;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.sort-by ul li.active a{
	color: ;/*config_var:color_3*/
	text-decoration: underline;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.sort-by-slider a:hover{

	-webkit-transition: 0.5s;
    transition: 0.5s;
	color: ;/*config_var:color_3*/
}
 .woocommerce-result-count{
	font-weight: bold;
	color: #d8d7da;
	font-size: 22pt;
	display: block;
	margin: 50px 0 0 0;
	text-align: center;
	margin: 40px auto 40px auto;
}
.woocommerce-result-count{
	display: none;
}
.sort-by .sort-by-slider>a {
	float: left;
	width: 3%;
}
.sort-by .sort-by-slider>ul {
	float: left;
	width: 94%;
}
.sort-by a i.next {
	background: url(images/sprite.png) -165px -159px no-repeat;
	margin-top: 17px;
	float: right;
	width: 12px;
	padding: 10px;
}
.sort-by a i.prev {
	background: url(images/sprite.png) -204px -159px no-repeat;
	margin-top: 17px;
	float: left;
	width: 12px;
	padding: 10px;
}
.sort-by a:hover i.prev {
	background: url(images/sprite.png) -204px -260px no-repeat;
}
.sort-by a:hover i.next {
	background: url(images/sprite.png) -165px -258px no-repeat;
}

#favirites-title{
	text-align: center;
	display: inline-block;
	font-weight: bold;
	color: #bfbec1;
	font-size: 13pt;
	width: 100%;
	margin: 40px auto 40px auto;
}


/*------------------------------------*\
    MY RECENT VIEWS
\*------------------------------------*/

.recent-views {
	text-align: center;
	min-width: 320px;
	margin: 0px 0 0px 0;
	width:100%;
	display: inline-block;
}
.recent-views .title{
	font-weight: bold;
	color: #bfbec1;
	font-size: 13pt;
	display: inline-block;
}


.recent-views .title span{
	font-weight: bold;
	color: #bfbec1;
	font-size: 13pt;
	float: left;
}
.recent-views .title i{
	float: left;
	background: url(images/sprite.png) -388px -114px no-repeat;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/

.post {
	margin-bottom: 25px;
	/*margin-top: 120px;*/
	margin-top: 0px;
}
/*
.page .post {
	margin-top: 0px;
}*/
.post p{
	color: #000;
	font-family:;
	font-size: 22px;
	line-height: 1.7;
}
.post-meta{
	font-size: 18px;
	margin: 55px 0 50px 0;
}
.post .entry {
	margin: 50px 0;
}

.post .entry p{
	color: #000;
	font-family:;
	font-size: 16pt;
}
.post .date{
	color: #342c3e;
	text-transform: capitalize;
}
.post .author{
	color: #808080;
}
.post .author .name{
	color: #342c3e;
}
.post .author:before{
	content: " · ";
	color: #000;
}
.post .full-screen{
	background-size: inherit;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
}
.post .full-screen{
	margin-top: 0;
/*	-webkit-transition: .4s;
    transition: .4s;*/
   }
.post .full-screen .post-block{
	position: absolute;
	bottom: 0px;
}
.post .full-screen .post-block h1{
	color: #fff;
	font-size: 50px;
}
.post img {
	max-width: 100%;
	height: auto;
}
body.blog .nav-posts{
	display: none;
}
.nav-posts{
	margin: 50px 0;
	font-family:;
	font-size: 16pt;
}
.post .container{
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.nav-posts .disabled{
	opacity: 0.6;
}
.nav-posts .older-posts{
	float: left;
}
.nav-posts .newer-posts{
	float: right;
}
.nav-posts .older-posts:before{
	content: "< ";
}
.nav-posts .newer-posts:after{
	content: " >";
}

.post-block {
	max-width: 700px;
	margin: 0 auto;
}


.read-more{
	text-align: center;
	margin: 50px 0;
}
.read-more a{
	border: 1px #c1c1c1 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 35px;
	text-align: center;
	font-size: 10pt;
	color: #c1c1c1;
}

.scroll-effect{
	position: relative;
	top:0;
}

/*------------------------------------*\
    NEWS POST DETAIL
\*------------------------------------*/
.nav-posts{
	position: relative;
}
.nav-posts .wrapper{
	position: absolute;
	margin: 0;
	width: 100%;
	top: -150px;
}
.nav-posts a[rel="prev"]{
	position: fixed;
	top: 40%;
	left: 4%;
	z-index: 1000;
	display: block;
	float: left;
	background: url('images/sprite-bt-nav-post.png') -160px -130px no-repeat;
	width: 160px;
	height: 130px;
	-webkit-transition: .1s;
    transition: .1s;
}
.nav-posts a[rel="next"]{
	position: fixed;
	top: 40%;
	right: 4%;
	z-index: 1000;
	display: block;
	float: right;
	background: url('images/sprite-bt-nav-post.png') 0px 0px no-repeat;
	width: 160px;
	height: 130px;
	-webkit-transition: .1s;
    transition: .1s;
}

/*------------------------------------*\
    SOCIAL Share
\*------------------------------------*/
.rrss{
	color: #858289;
	text-align: center;
	font-size: 12pt;
	margin: 12px auto 62px auto;
}
.rrss ul{
	padding: 0;
	margin:  0;
}
.rrss ul li{
	padding: 0;
	margin:  0;
	list-style: none;
	display: inline-block;
}
.rrss ul li a:hover i{
	opacity: 0.6;
	-webkit-transition: .4s;
    transition: .4s;
}
.rrss ul li a i{
	opacity: 1;
	-webkit-transition: .4s;
    transition: .4s;
}
.rrss .facebook i{
	background: url('images/sprite-rrss.png') 0px 0px no-repeat;
	height: 44px;
	width: 44px;
}
.rrss .twitter i{
	background: url('images/sprite-rrss.png') -50px 0px no-repeat;
	height: 44px;
	width: 44px;
}
.rrss .google-plus i{
	background: url('images/sprite-rrss.png') -100px 0px no-repeat;
	height: 44px;
	width: 44px;
}

/*------------------------------------*\
    comment-area
\*------------------------------------*/

/* cambio: .comment-area por .comments */

.comments .num-comments{
	color: #d8d7da;
	text-align: center;
	font-size: 20pt;
	margin-bottom: 56px;
}

.comments ul,
.comments .commentlist {
	list-style: none;
	padding-left: 0;
}
.comments ul ul,
.comments ol ul{
	list-style: none;
	padding-left: 70px;
}
.woocommerce-tabs .comment-area h2{
	text-align: center;
}
.comments .comment-avatar{
	float: left;
}
img.avatar{
	height: 50px;
	width: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	display: block;
	max-width: 100%;
	vertical-align: center;
}
.comments .comment-content{
	margin-left: 70px;
}
.comments .comment-body p{
	font-size: 14pt;
	color: #464646;
	font-family:;
	margin: 10px 0 50px 0;
}
.comments .comment-meta{
	font-size: 11pt;
}
.comments .comment-date{
	color: #808080; 
}
.comments .comment-author{
	display: block;
	color: #342c3e;
}
/* Comment form */

.comments .comment-respond input{

	padding: 10px 0;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	color: #342c3e;
	font-family: ;
	font-weight: 500;
	font-size: 12px;
	background: none;
	border: none;
	width: 100%;
	border-bottom: 1px #b2b2b2 solid;
	margin-bottom: 35px;
	letter-spacing: .1em;

}

.comments .comment-respond label{
	padding: 10px 0;
	color: #747e87;
	font-family: ;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	width: 100%;
	letter-spacing: .1em;
}
.comments .comment-respond textarea{

	margin: 10px 0;
	padding: 10px 10px;
	border: 1px #b2b2b2 solid;
	color: #747e87;
	font-family: ;
	font-weight: 500;
	font-size: 12px;
	width: 100%;
	resize:vertical;
	border: 1px solid #b2b2b2;
	letter-spacing: .1em;
}

.comments .comment-respond input[type=submit]{
	border-bottom: none;
	color: #342c3e;
	font-family: ;
	font-weight: 600;
	font-style:normal;
	font-size: 13pt;
	margin-top: 7px;
	text-transform: uppercase;
	letter-spacing: 0em;

/*
	border: 1px #7a7a7a solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 11px 20px;
	text-align: center;
	font-size: 9pt;
	color: #7a7a7a;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
*/
}




/*------------------------------------*\
    CART
\*------------------------------------*/


.woocommerce-cart main h1,
.woocommerce-account main h1,
.woocommerce-checkout main h1{
	text-align: center;
	font-size: 22pt;
	letter-spacing: 4pt;
	margin: 50px 0;
	text-transform: uppercase;
}
.woocommerce-cart main h2,
.woocommerce-checkout main h2{
font-weight: 100;
text-align: center;
font-size: 16pt;
letter-spacing: 2pt;
margin: 52px 0;
text-transform: uppercase;
}

.woocommerce-account main h2{
  font-weight: 500;
  text-align: center;
  font-size: 31px;
  letter-spacing: 2pt;
  margin: 60px 0;
  text-transform: uppercase;
}
.woocommerce-cart main h3,
.woocommerce-account main h3,
.woocommerce-checkout main h3{
font-weight: 100;
text-align: center;
font-size: 16pt;
letter-spacing: 2pt;
margin: 52px 0;
text-transform: uppercase;
}


.woocommerce-cart main h2{
font-weight: 600;
text-align: left;
font-size: 18px;
letter-spacing: inherit;
text-transform: inherit;
}

.woocommerce-cart main{
	margin-bottom: 100px;
    min-height: 600px;
}


.woocommerce-cart{
}

.woocommerce-cart .minus,
.woocommerce-cart .plus{
	display: none !important;
}

.woocommerce-cart .shop_table {
	width: 100%;
	margin-bottom: 30px;
}
.woocommerce-cart .shop_table tr {
	border-top: 1px #f1f1f1 solid;
	padding: 30px 10px;
	height: 124px;
}
.woocommerce-cart .shop_table tr:last-child {
	/*border-top: none;*/
} 
.woocommerce-cart .shop_table thead>tr{
	border-top: none;
	}
.woocommerce-cart .shop_table thead th{
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 30px 5px;
}
.woocommerce-cart td {
	padding: 15px 0 15px 0;
	text-align: center;
}

.woocommerce-cart th{
	text-align: center;
}
.woocommerce-cart .product-info{
	text-align: left;
	width: 67%;
}
.woocommerce-cart .product-info .prod-title .variation{
	display: none;
}
.woocommerce-cart th.product-info span{
	padding-left: 5px;
	text-align: left;
}
.woocommerce-cart .product-quantity{
	width: 15%;
}
.woocommerce-cart .product-price{
	width: 15%;
}
.woocommerce-cart .product-remove{
	width: 3%;
	text-align: right;
}
.woocommerce-cart .product-remove a{
	text-align: right;
}

.woocommerce-cart .product-info .thumbnail-wrapper{
	display: inline;
}
.woocommerce-cart .product-info .thumbnail-wrapper img{
	max-width: 120px;
	height: auto;
}

.woocommerce-cart .product-info .thumbnail-wrapper .attachment-shop_thumbnail{
	max-width: 100%;
}
.woocommerce-cart .product-info .prod-title{
	display: inline;
	padding-left: 15px;
}
.woocommerce-cart .product-info .prod-title a{
	font-size: 15px;
}
.woocommerce-cart .product-price .amount{
	font-size: 16px;
	font-weight: 500;
}

.woocommerce-cart .product-quantity{
	text-align: center;
}




.woocommerce-cart .product-quantity .quantity .input-text.qty{
	margin: 0 auto;
	display: block;
	padding: 8px 0px 8px 12px;
	border: solid #bab7bd 1px;
	height: 43px;
	width: 43px;
	text-align: center;
	font-size: 9pt;
}
.woocommerce-cart .product-subtotal{
	font-size: 11pt;
	text-align: center;
}
.woocommerce-cart .product-remove i{
	margin: 0 auto;
	display: block;
	padding: 13px;
	height: 10px;
	width: 10px;
	background: url(images/sprite.png) -1055px -316px no-repeat

}
.woocommerce-cart .total-amount{
	font-size: 9pt;
	letter-spacing: 2pt;
	text-transform: uppercase;
	padding: 30px 5px;
	font-weight: 700;
}
.woocommerce-cart .total-price{
	text-align: right;
}
.woocommerce-cart .total-price span{
	vertical-align: middle;
	display: inline;
	padding-right: 35px;
}
.woocommerce-cart .total-price strong span{
	vertical-align: middle;
	display: inline;
	font-size: 30pt;
	font-family: ;
	font-weight: 100;
}
.woocommerce-cart .actions{
	text-align: right;
} 
.woocommerce-cart .continue-shopping{
	/*border: 1px #bcbcbc solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	padding: 15px 25px 15px 20px;
	text-align: center;
	font-size: 12px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 600;
}
.woocommerce-cart .continue-shopping{
	display: inline-block;
	float: left;
}
.woocommerce-cart .continue-shopping i{
	padding: 0px 10px 0px 10px;
	display: inline-block;
	height: 10px;
	width: 10px;
	background: url(images/sprite.png) -507px -172px no-repeat;
	vertical-align: middle;
}

.woocommerce-checkout .place-order input[type="submit"],
.woocommerce-cart input[type="submit"].checkout-button{
	background-color: ;/*config_var:color_2*/
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 16px 25px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: .4s;
	trans
}

.woocommerce-cart input[type="submit"].checkout-button:hover,
.woocommerce-checkout .place-order input[type="submit"]:hover{
	background-color: ;/*config_var:color_2*/
	color: #fff;
	border: none;
	-webkit-transition: .4s;
	transition: .4s;
}

.woocommerce-checkout .place-order input[type="submit"]{
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.woocommerce-cart .update-cart{
	border: 1px #7a7a7a solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 14px 25px;
	text-align: center;
	font-size: 12px;
	color: #7a7a7a;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
	margin-right: 5px;
	font-weight: 600;
	-webkit-transition: .4s;
	trans
}
.woocommerce-cart input[type="submit"].coupon_code{
	border: 1px #7a7a7a solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 0px;
	text-align: center;
	font-size: 12px;
	color: #7a7a7a;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
	margin-left: 3%;
	font-weight: 600;
	float: left;
	width: 43%;
	-webkit-transition: .4s;
	trans
}
.woocommerce-cart input[type="text"]#coupon_code{
	padding: 16px 10px 16px 10px;
	float: left;
	width: 54%;
	margin: 0;
}
.woocommerce-cart .shop_table .coupon{
	width: 57%;
	float: left;
}
.woocommerce-cart .shop_table .total-price{
	width: 43%;
	float: left;
}
.woocommerce-cart .shop_table .total-price span{
	padding-right: 0px;
}
.woocommerce-cart .shop_table .total-price .amount{
	padding-right: 0px !important;
}


.woocommerce-cart .shipping_calculator .shipping-calculator-button{
	position: relative;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-button .icon{
	background: url(images/sprite.png) -393px -22px no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: -27px;
	top: 9px;

}

.woocommerce-cart .shipping_calculator button[type="submit"]{

	border: 1px #7a7a7a solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 14px 25px;
	text-align: center;
	font-size: 12px;
	color: #7a7a7a;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
	margin: 0;
	width: 100%;
	font-weight: 600;

}
.woocommerce-cart .shipping_calculator{
	width: 45%;
	float: left;
	margin-right: 5%;
	clear: both;
	
}

.woocommerce-cart .shipping_calculator .styled-select,
.woocommerce-cart .shipping_calculator .form-row{
	margin: 0px 0 10px 0;

}



.woocommerce-cart .shipping-calculator-form{
	margin-top: 5px;
}

.woocommerce-cart .shipping_calculator .form-row input{
	margin: 0;
}
.woocommerce-cart .cart_totals{
	width: 50%;
	float: left;
}
.woocommerce-cart .cart_totals>table{
	width: 100%;
}
.woocommerce-cart .cart_totals tr th{
	text-align: left;
	font-weight: 400;
}
.woocommerce-cart .cart_totals tr th{
	border-top: 1px #f1f1f1 solid;
	padding: 15px 10px;
	font-size: 14px;
	font-weight: 200;
}
.woocommerce-cart .cart_totals tr:last-child th,
.woocommerce-cart .cart_totals tr:last-child td{
	border-bottom: 1px #f1f1f1 solid;
}
.woocommerce-cart .cart_totals tr.order-total th{
	color: #7a7a7a;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
}
.woocommerce-cart .cart_totals tr.order-total td{
	color: ;/*config_var:color_2*/
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 24px;
}
.woocommerce-cart .cart_totals tr.order-total td strong{
	font-weight: 400;
}


.woocommerce-cart .cart_totals tr td{
	border-top: 1px #f1f1f1 solid;
}

.woocommerce-cart .cart_totals tr td{
	font-size: 16px;
	font-weight: 500;
	text-align: right;
}
.woocommerce-cart .cart_totals .styled-select{
	margin: 0px 0 10px 0;
	border: none;
	padding: 0;
	border-top: 1px #f1f1f1 solid;

}
.woocommerce-cart .cart_totals select.shipping_method{
	text-transform: none;
	letter-spacing: 0;
}

.woocommerce-cart .cart_totals span.icon{
	top: 18px;
}

/*----------------------------------------------------------*\
    CHECKOUT
\*----------------------------------------------------------*/

 a.steps-continue {
	padding: 14px 22px;
	background-color: #342c3e;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 9pt;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-family: inherit;
	font-style: normal;
	font-weight: bold;
	max-width: 280px;
	margin: 0 10px;

}

a.back-to-cart {
	padding: 15px 20px;
	border-color: transparent;
	background-color: transparent;
	color: #747e87;
	font-family: ;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-style: normal;
	font-size: 11px;
	background: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px #b2b2b2 solid;
	font-weight: 600;
	margin: 0 10px;
}
.woocommerce form.checkout .form-row-40{
	width: 38.5%;
	margin-left: 1.5%;
	float: left;
}
.woocommerce form.checkout .form-row-60{
	width: 58.5%;
	margin-right: 1.5%;
	float: left;
}

.woocommerce-checkout input[type="submit"].coupon_code{
	border: 2px #7a7a7a solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 0px;
	text-align: center;
	font-size: 12px;
	color: #7a7a7a;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
	font-weight: 600;
	float: left;
	width: 100%;
	max-width: 100%;
}
.woocommerce-checkout input[type="text"]#coupon_code{
	padding: 16px 10px 16px 10px;
	float: left;
	width: 100%;
	margin: 0;
}
.woocommerce-checkout .shop_table .coupon{
	width: 57%;
	float: left;
}

.woocommerce-checkout .styled-select {
	color: #7a7a7a;
	padding: 16px;
	border: 1px #b2b2b2 solid;
	position: relative;
	min-width: 125px;
	/*width: 60%;*/
	width: 100%;
	/*max-width: 440px;*/
	margin: 8px auto;
}

a.back-to-cart i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.woocommerce-checkout .total-amount{
	color: ;/*config_var:color_2*/
	text-align: left;
}
.woocommerce-checkout .actions{
	margin: 30px 0;
	text-align: center;
}
.woocommerce-checkout .woocommerce-cart .shop_table tr:last-child {
	border-top: 1px #f1f1f1 solid;
	border-bottom: 1px #f1f1f1 solid;
}
.woocommerce-checkout .woocommerce-cart .total-price strong span{
	color: ;/*config_var:color_2*/
}


.woocommerce-checkout .payment_methods{
	list-style: none;
}
.woocommerce-checkout .payment_methods{
	list-style: none;
}

.woocommerce-checkout input[type="radio"]{
	display: inline-block;
}
.woocommerce-checkout h2.tit-toggle-1{
	border-top: 1px #f1f1f1 solid;
	border-bottom: 1px #f1f1f1 solid;
	padding: 35px 0;
	margin: 0;
	color: #e1e1e1;
	-webkit-transition: .4s;
    transition: .4s;
}
.woocommerce-checkout h2.tit-toggle-2{
	border-bottom: 1px #f1f1f1 solid;
	padding: 35px 0;
	margin: 0;
	color: #e1e1e1;
	-webkit-transition: .4s;
    transition: .4s;
}
.woocommerce-checkout h2.tit-toggle-1.active{
	border: none;
	color: inherit;
	-webkit-transition: .4s;
    transition: .4s;
}
.woocommerce-checkout h2.tit-toggle-2.active{
	border: none;
	color: inherit;
	-webkit-transition: .4s;
    transition: .4s;
}

.woocommerce-checkout textarea{
	padding: 18px 10px 18px 10px;
	border-color: transparent;
	background-color: transparent;
	color: #747e87;
	font-family: ;
	font-weight: 500;
	letter-spacing: .2em;
	font-style: normal;
	font-size: 11px;
	background: none;
	border: none;
	width: 100%;
	border: 1px #b2b2b2 solid;
	margin: 8px 0;
	resize:vertical;
}
.checkbox-wrapper{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout p.form-row.create-account{
	text-align: center;
	margin: 20px auto;
	/*width: 60%;*/
	display: block;
	font-size: 12px;
	position: relative;
}

.woocommerce-checkout .create-account>p{
	color: #999;
	line-height: 2;
}
.woocommerce-checkout #ship-to-different-address label{
	color: #666;
	text-align: center;
}
.woocommerce-checkout #payment_methods_title{
	font-weight: 100;
	text-align: center;
	font-size: 16pt;
	letter-spacing: 2pt;
	margin: 52px 0;
	text-transform: uppercase;
}
.woocommerce-checkout #payment {
	margin: 0 auto 80px auto;
}
.woocommerce-checkout #payment ul.payment_methods.methods {
padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
	margin: 40px 0;
}
/*.woocommerce-checkout input#place_order{
	width: 100%;
	max-width: none;
	padding: 22px 22px;
	background-color: ;/*config_var:color_2*/
	/*
	color: #fff;
	text-transform: uppercase;
}*/


.woocommerce-checkout #order_review>table{
	width: 100%;
}
.woocommerce-checkout #order_review>table thead tr:first-child th{
	/*color: #7a7a7a;*/
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 30px 0;
}

.woocommerce-checkout #order_review>table thead tr:first-child th.product-name{
	width: 70%;

}
.woocommerce-checkout #order_review>table thead tr:first-child th.product-total{
	width: 30%;
}
.woocommerce-checkout #order_review>table .styled-select .icon{
  top: 32px;
}
.woocommerce-checkout #order_review tr:last-child th,
.woocommerce-checkout #order_review tr:last-child td{
	border-bottom: 1px #e6e6e6 solid;
}
.woocommerce-checkout #order_review tr.order-total th{
	color: inherit;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
}

.woocommerce-checkout tfoot th,
.woocommerce-checkout #order_review .shipping th{
	color: #7a7a7a;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 30px 0;

}
.woocommerce-checkout #order_review th.product-total{
	text-align: right;
	/*color: #7a7a7a;*/
}

.woocommerce-checkout #order_review tr.order-total td{
	color: ;/*config_var:color_2*/
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 24px;
}
.woocommerce-checkout #order_review tr.order-total td strong{
	font-weight: 400;
}

	

.woocommerce-checkout #order_review tr td{
	padding: 21px 0;
}
.woocommerce-checkout #order_review tr td.product-name{
	text-align: left;
}

.woocommerce-checkout #order_review tr td.product-total{
	text-align: right;
}

.woocommerce-checkout #order_review tr {
	border-top: 1px #e6e6e6 solid;
}

.woocommerce-checkout #order_review tr td{
	font-size: 16px;
	font-weight: 500;
	text-align: right;
}

.woocommerce-checkout #order_review tr td strong.product-quantity{
	padding-left: 5px;
}

.woocommerce-checkout #order_review .styled-select{
	margin: 0px 0 10px 0;
	border: none;
	padding: 0;
	border-top: 1px #e6e6e6 solid;

}
.woocommerce-checkout #order_review select.shipping_method{
	text-transform: none;
	letter-spacing: 0;
}
.woocommerce-checkout .payment_methods p{
	font-size: 12px;
	color: #777;
}
/*----------------------------------------------------------*\
    CONTACT US
\*----------------------------------------------------------*/

.contact .full-with-block{
	background-image: url()
}
/* Contact form */
.contact h2{
	font-size: 24pt;
	text-align: center;
	text-transform: uppercase;
}
.contact h3{
	font-size: 24pt;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}
.contact .full-with-block h2{
	letter-spacing: 8pt;
	margin: 110px 0 10px 0;
}
.contact .full-with-block h3{
	letter-spacing: 8pt;
	margin: 10px 0 110px 0;
}
.contact .info h2{
	font-weight: 500;
	margin: 60px 0 0 0;
}
.contact .info h3{
	margin: 0 0 0 0;
}
.contact ul{
	padding: 0;
	width: 100%;
	margin: 80px 0;
}
.contact ul li{
	list-style: none;
	display: inline-block;
	text-align: right;
	margin: 0 7% 0 0;
	font-size: 12pt;
	font-weight: 500;
}

.contact ul li img{
	height: 46px;
	line-height: 46px;
	display: inline;
	vertical-align: baseline;
}
.contact ul li:last-child{
	text-align: left;
	margin: 0 0 0 0;
}
.contact .info .email{
	color: ;/*config_var:color_2*/
}

.contact .full-with-block h2{
	font-size: 24pt;
	letter-spacing: 8pt;
	text-align: center;
	text-transform: uppercase;
	margin: 110px 0 10px 0;
}
.contact .full-with-block h3{
	font-size: 24pt;
	letter-spacing: 8pt;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	margin: 10px 0 110px 0;
}

.contact-area .entry.contacts input#email{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.contact-area .entry.contacts input#phone{
	float: left;
	width: 48%;
}
.contact-area .entry.contacts input{

	padding: 10px 0;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	color: #342c3e;
	font-family: ;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: .1em;
	background: none;
	border: none;
	width: 100%;
	border-bottom: 1px #b2b2b2 solid;
	margin-bottom: 35px;

}

.contact-area .entry.contacts label{
	color: #858289;
	font-family: ;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	width: 100%;
}
.contact-area .entry.contacts textarea{
	border: 1px #b2b2b2 solid;
	color: #342c3e;
	font-family: ;
	font-weight: 500;
	letter-spacing: .1em;
	font-size: 12px;
	width: 100%;
	resize:vertical;
	margin-top: 10px;
}

.contact-area .entry.contacts input[type=submit]{
	border-bottom: none;
	font-family: ;
	font-weight: 700;
	font-style:normal;
	font-size: 13pt;
	margin-top: 40px;
}
.maps{
    width: 100% !important;
    height: 590px !important;
}
.maps iframe{
    pointer-events: none;
    width: 100% !important;
    height: 590px !important;
}

/*------------------------------------*\
    About Us
\*------------------------------------*/


.about-us .full-with-block{
	background-image: url()
}
.about-us h2{
	text-transform: uppercase;
	font-size: 28px;
	font-kerning: 23px;
	font-size: 24pt;
	letter-spacing: 8pt;
	text-align: center;
	margin: 138px auto;
}
.about-us .main-content h3{
	font-family:;
	font-size: 60px;
	font-weight: 100;
	margin: 60px auto;
	font-style: italic;
	text-align: center;
}
.about-us .main-content p{
	font-family:;
	/* -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 45%; 
    column-width: 45%; */
	font-size: 20px;
}

.about-us .main-content{
	margin-bottom: 10px;
}

/*----------------------------------------------------------*\
    SING UP
\*----------------------------------------------------------*/


.sing-up .full-with-block{
	background-image: url();
}

.sing-up #login h1,
.sing-up #login .message.register{
	display: none;
}
.sing-up #login {
  width: 100%;
  padding: 0;
  margin: auto;
}

.sing-up input[type=text]{
	box-shadow: none;
	-webkit-box-shadow:none;
}
.sing-up{
	margin-bottom: 80px;
}
.sing-up h3{
	font-size: 24pt;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	margin: 45pt 0;
}

.sing-up .full-with-block h3{
	letter-spacing: .4em;
	font-size: 24pt;
	font-weight: bold;
	margin: 105pt 0;
}

.sing-up {
	text-align: center;
}
.sing-up input{

	padding: 18px 10px 18px 10px;
	border-color: transparent;
	background-color: transparent;
	color: #747e87;
	font-family: ;
	font-weight: 500;
	letter-spacing: .2em;
	font-size: 11px;
	background: none;
	border: none;
	width: 100%;
	border: 1px #b2b2b2 solid;
	margin: 8px 0;
  	-webkit-box-shadow:none;
  	-moz-box-shadow:none;
  	box-shadow:none;
  	max-width: 435px;
}
.sing-up input[type="checkbox"]{
	/*width: auto;*/
}
.sing-up .terms-cond{
	text-align: center;
}
.sing-up input:focus, select:focus, textarea:focus{
	border-color: #b2b2b2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/*----------------------------------------------------------*\
    MY ACCOUNT
\*----------------------------------------------------------*/

.woocommerce-account>main{
	display: none;
} 

.woocommerce-account .sing-up .full-with-block{
	background-image: url();
}

section .my-account{
	margin-bottom: 80px;
}
.woocommerce-error{
	list-style: none;
	color: #c00;
}

.my-account .woocommerce-tabs form{
	margin: 20px 0;
}
.my-account .woocommerce-tabs{
	margin: 0;
}
.my-account p.form-row {
	margin: 0;
	text-align: center;
}
.my-account p.form-row.styled-select {
	margin: 9px auto;
}


section .my-account h1{
	font-size: 24pt;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	margin: 45pt 0;
}


section .my-account {
	text-align: center;
}
.my-account .full-with-block h3{
	letter-spacing: .4em;
	font-size: 20pt;
	font-weight: bold;
	margin: 105pt 0;
}
section .my-account .woocommerce-tabs{
	max-width: none;
}
section .my-account .woocommerce-tabs .panel p{
	font-size: 14px;
}



.woocommerce-account main input[type="submit"],
.woocommerce-account main input[type="email"],
.woocommerce-account main input[type="text"],
.woocommerce-account main input[type="password"],
.woocommerce-account main input[type="tel"],
.woocommerce-cart input[type="text"],
.woocommerce-checkout section input[type="submit"],
.woocommerce-checkout section input[type="text"],
.woocommerce-checkout section input[type="email"],
.woocommerce-checkout section input[type="tel"],
.woocommerce-checkout section input[type="password"]
{

	padding: 18px 10px 18px 10px;
	border-color: transparent;
	background-color: transparent;
	color: #747e87;
	font-family: ;
	font-weight: 500;
	letter-spacing: .2em;
	font-style:normal;
	font-size: 11px;
	background: none;
	border: none;
	width: 100%;
	border: 1px #b2b2b2 solid;
	/*margin: 9px 0;*/

	/*javi*/
	margin: 9px auto;
	display: inline-block;

}


.woocommerce-account main .styled-select,
.woocommerce-account main select,
.woocommerce-account main input[type="email"],
.woocommerce-account main input[type="text"],
.woocommerce-account main input[type="password"],
.woocommerce-account main input[type="tel"],
.woocommerce-cart input[type="text"]{
	max-width: 435px;
}

.woocommerce-account main input[type="submit"]{
	max-width: 280px;

}

.my-account input[type="checkbox"],
.woocommerce-checkout input[type="checkbox"]{
	/*width: auto;*/
	opacity: 0;
}
.my-account .terms-cond{
	text-align: center;
}



/* BUTTON */

.woocommerce-checkout .place-order input[type="submit"],
.woocommerce-cart input[type="submit"].checkout-button{
	background-color: ;/*config_var:color_2*/
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 16px 25px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.woocommerce-checkout .place-order input[type="submit"]{
	max-width: none !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}






.sing-up input[type="submit"]:hover,
.my-account input[type="submit"]:hover,
.woocommerce-account main input[type="submit"]:hover,
section .my-account a.edit:hover{
	background-color: ;/*config_var:color_2*/
	color: #fff;
	border: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;
}
.sing-up input[type="submit"],
.my-account input[type="submit"],
.woocommerce-account main input[type="submit"],
section .my-account a.edit{
	background-color: ;/*config_var:color_2*/
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 16px 25px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;
}

.lost_password a{
	text-align: center;
	display: block;
}

.sing-up input[type="submit"]{
	font-weight: bold;
  	margin-top: 50px;
  	margin-bottom: 50px;
}
.woocommerce-account main input[type="submit"]{
  	margin-top: 26px;
  	margin-bottom: 50px;
}


.woocommerce-checkout p.form-row{
/*	line-height: 1.6;
	font-size: 19px;
	
	width: 100%;
	*/
	margin: 0 auto;
}
.my-account .avatar{
	text-align: right;
	width: 100%;
	margin: 10px auto;

}
.my-account .avatar img{
	height: 100px;
	width: auto;
}


.my-account .avatar .update{
	color: #acacac;
	opacity: 1;
	/*margin-right: 20px;*/
	margin-right: 75px;
}
.my-account .avatar .update span{
	color: #acacac;
	opacity: 1;
	font-size: 11px;
}
.my-account .avatar .update i{
	vertical-align: bottom;
	display: inline-block;
	background: url(images/sprite.png) -1173px -214px no-repeat;

}
.my-account .avatar img{
	margin: 0 auto;
	display: block;
	width: auto;

}
.my-account .shop_table{
	text-align: left;
}

.my-account .shop_table td,
.my-account .shop_table th{
	padding: 10px;
}
.my-account address{
	font-style: normal;
	font-size: 14px;
	line-height: 1.8;
}

#billing_first_name_field label,
#billing_last_name_field label,
#billing_company_field label,
#billing_address_1_field label,
#billing_postcode_field label,
#billing_city_field label,
#billing_state_field label,
#billing_email_field label,
#billing_phone_field label,
#shipping_first_name_field label,
#shipping_last_name_field label,
#shipping_company_field label,
#shipping_address_1_field label,
#shipping_address_2_field label,
#shipping_postcode_field label,
#shipping_city_field label,
#order_comments_field label
{
	display: none;
}




/*----------------------------------------------------------*\
    SINGLE-PRODUCT
\*----------------------------------------------------------*/


.single-product>.container-fluid{
	overflow: hidden;
}

.single-product #content{
	text-align: center;
}
.single-product #content .product_title{
	color: ;
	font-family:;
	font-size: 30px;
	font-weight: 200;

	/*xxxx*/
	margin-bottom: 0;
}


.single-product .product .product-item{

	/*xxxx*/
	margin-bottom: 0;
}
.single-product .product .owl-theme .owl-controls{
	/*xxxx*/
	margin-top:0;
}
.single-product .product .owl-theme-recent-views .owl-controls .owl-dots{
	/*xxxx*/
	margin-top:0;
}



.single-product #content .sku_wrapper{
	color: #c8c7ca;
	font-size: 15px;
	display: none;
}

.single_variation_wrap .input-text.qty.text,
.single_variation_wrap .quantity.buttons_added .plus,
.single_variation_wrap .quantity.buttons_added .minus{
	display: none;
}
.single-product #content .price{
	color: ;
	font-family: ; 
	font-weight: 200; 
	font-style: normal;
	font-weight: 100;
	margin: 15px 0;
	font-size: 40px;
	font-weight: 100;
}
.single-product .entry-summary .price span.currency {
	font-family: ; 
	font-weight: 200; 
	font-style: normal;
	font-weight: 100;
	font-size: 40px;

}
.single-product .entry-summary .price ins .amount{
	color: ;/*config_var:color_2*/
	text-decoration: none;
}
.single-product .entry-summary .price del .amount{
	color: ;
	font-style: normal;
	font-family: ; 
	font-weight: 200; 
	/*font-size: 25pt;*/
	text-align: center;
	text-decoration: none;
}

.single-product div.rrss{
	margin-top: 40px;
}
.single-product .onsale{
	display: none;
}

.woocommerce-edit-address .form-row{
	text-align: center;

}
.woocommerce-edit-address .clear{
	display: none;

}
.woocommerce-edit-address .woocommerce input[type='submit']{
    margin-top: 50px;
}
.woocommerce-edit-address .form-row.styled-select{ 
    margin: 23px auto;
	padding: 0;
}
.woocommerce-edit-address .form-row .select2-container .select2-choice{
	padding: 18px 10px 18px 10px;
	border: none;
    color: #747e87;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    letter-spacing: .2em;
    font-style: normal;
    font-size: 11px;
    background: none;
    border: none;
    text-transform: uppercase;
    text-align: left; 
}

.woocommerce-edit-address .form-row .select2-container .select2-arrow{
	display: none;
}

.woocommerce-edit-address .select2-container{
	max-width: 435px;
    text-align: center;
}

/**/
/*
.styled-select select {
	background: transparent;
	padding: 0px;
	line-height: 1;
	border: 0;
	font-size: 11px;
	text-transform: uppercase;
	-webkit-appearance: none;
	letter-spacing: 2px;
}
.styled-select select option[value="brown"]
{
background-color:yellow;
} 
 .styled-select {
	padding: 10px;
	border: 1px solid #7a7a7a;
	color: #7a7a7a;
	position: relative;
	min-width: 125px;
	padding-left: 15px;
	text-align: left;
}
.styled-select .icon{
	background: url(images/sprite.png) -393px -322px no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
}*/



/**/











.styled-select .icon{
	background: url(images/sprite.png) -393px -322px no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
}

 select {
	background: transparent;
	padding: 0px;
	line-height: 1;
	border: 0;
	font-size: 11px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 2px;
	color: #858289;
	width: 110%;
}
 select option[value="brown"]
{
	background-color:yellow;
} 
 .styled-select {
	/*padding: 10px 40px 10px 10px;*/
	padding: 14px 40px 14px 10px;
	border: 1px #b2b2b2 solid;
	color: #7a7a7a;
	position: relative;
	min-width: 125px;
	text-align: left;
}
 .styled-select label{
 	display: none;
}


.styled-select .icon{
	background: url(images/sprite.png) -393px -317px no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
}

.styled-select.flat_rate .icon{
	top: 26px;
	right: 0px;
}
.single-product #content .variations .label,
.single-product #content .variations .reset_variations,
.single-product #content .quantity{
	display: none !important;
}

.single-product #content button{
	padding: 12px 50px;
	border-style: solid;
	border-width: 1px;
	border-color: ;/*config_var:color_2*/
	color: ;/*config_var:color_2*/
	position: relative;
	min-width: 125px;
	text-align: left;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 280px;
}
.single-product #content button.single_add_to_cart_button{
	text-transform: uppercase;
	font-size: 12px;
	padding: 15px 58px;
	font-weight: 600;
}
a.added_to_cart.wc-forward{
	display: none;
}
.single-product #content .variations tr {
	float: left;
	margin-right: 20px;
}

.single-product #content .variations_form{
	display: inline-block;
	margin: 0 auto 40px auto;
}
.single-product #content .variations, .single-product #content .single_variation_wrap {
	margin: 0 auto;
	float: left;
}
.variations .styled-select{
	padding: 12px 42px 13px 19px;
	max-width: 280px;
}
.variations .styled-select .icon{
	background: url(images/sprite.png) -393px -119px no-repeat;
}
.variations select{
	width: 120%;
}

.styled-select.brown{
	border: 1px solid #e9702c;
	color: #e9702c;
}
.styled-select.brown select{
	color: #e9702c;
}
.styled-select.brown .icon{
	background: url(images/sprite.png) -393px -222px no-repeat;
}
.styled-select.red{
	border: 1px solid #a00;
	color: #a00;
}
.styled-select.red select{
	color: #a00;
}
.styled-select.brown .icon{
	background: url(images/sprite.png) -393px -222px no-repeat;
}
.styled-select.yellow{
	border: 1px solid yellow;
	color: yellow;
}
.styled-select.yellow select{
	color: yellow;
}
.styled-select.brown .icon{
	background: url(images/sprite.png) -393px -222px no-repeat;
}
.styled-select.green{
	border: 1px solid green;
	color: green;
}
.styled-select.green select{
	color: green;
}
.styled-select.brown .icon{
	background: url(images/sprite.png) -393px -222px no-repeat;
}
.styled-select.white{
	border: 1px solid #ccc;
	color: #ccc;
}
.styled-select.brown .icon{
	background: url(images/sprite.png) -393px -222px no-repeat;
}
.woocommerce-tabs table.shop_attributes{
	margin: 0 auto;
}
.woocommerce-tabs .swiper-container {
  height: inherit !important;
  min-height: 300px;
}
.woocommerce-tabs .swiper-container .swiper-wrapper{
  height: inherit !important;
  min-height: 300px;
}
.woocommerce-tabs .swiper-container .swiper-wrapper .panel{
  height: inherit !important;
  min-height: 300px;
}
.woocommerce-tabs .comment-form-comment textarea{

	padding: 18px 10px 18px 10px;
	border-color: transparent;
	background-color: transparent;
	color: #747e87;
	font-family: ;
	font-weight: 500;
	letter-spacing: .2em;
	font-style: normal;
	font-size: 11px;
	background: none;
	border: none;
	width: 100%;
	border: 1px #b2b2b2 solid;
	margin: 8px 0;
	resize: vertical;
}
.woocommerce-tabs .panel .comment-area .comment-meta{
	font-size: 11pt;
}
.woocommerce-tabs .panel .comment-area {
	text-align: left;
}
.woocommerce-tabs .panel .comment-area .comment-body p{
	font-size: 12pt;
color: #464646;
font-family:;
margin: 10px 0 50px 0;

}
.woocommerce-tabs .panel p/*, 
.woocommerce-tabs .panel tbody*/{
	line-height: 1.6;
	font-size: 18px;
	margin: 0 auto;
}
.woocommerce-tabs .panel h2{
	text-transform: uppercase;
	display: none;
}
.woocommerce-tabs .tabs li a.active{
	color: ;/*config_var:color_2*/
	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;
	opacity: 1;
}
.woocommerce-tabs .tabs li a:hover{
	color: ;/*config_var:color_2*/
	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;
	opacity: 1;
}
.woocommerce-tabs{
	display: inline-block;
	margin: 60px 0;
	width: 100%;
	max-width: 465px;
}
.woocommerce-tabs ul.tabs{
	display: inline-block;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	max-width: 435px;
	max-width: 459px;
}
.woocommerce-tabs ul.tabs li{
	float: left;
	list-style: none;
	width: 33%;
	text-align: center;
}
.woocommerce-tabs ul.tabs li:last-child{
	text-align: right;
	
}

.woocommerce-tabs ul.tabs li:first-child{
	text-align: left;
	
}

.woocommerce-tabs ul.tabs li a{
	font-weight: bold;
	font-size: 22px;
	/*opacity: 0.8;*/
}
.woocommerce-tabs ul.tabs li.active a{
	color: ;/*config_var:color_2*/
	opacity: 1;
}
.woocommerce-tabs .splitter{
	width: 100%;
	height: 14px;
	background: url(images/pos-mark-bkg.png) center repeat-x;
	position: relative;

	max-width: 435px;
	max-width: 459px;
	margin: 0 auto;
}
.woocommerce-tabs .splitter img{
	position: absolute;
	top: 0;
	left: 20%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;
	margin-left: -13px;
}
.woocommerce-tabs .panel.entry-content{
	padding-top: 28px;
}
.woocommerce-tabs .panel.entry-content .content-slide{
	max-width: 435px;
	margin-left: auto;
	margin-right: auto; 
}
/* en mobile */


.woocommerce-tabs.overlaid{
    margin: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	display: block;
	-webkit-transition: .8s;
	-moz-transition: .8s;
    transition: .8s;
    color: #fff;
}
.woocommerce-tabs.overlaid .splitter{
	display: none;
}
.woocommerce-tabs.overlaid ul.tabs li {
	width: 100%;
}
.swiper-container{
	width: 100%;
}
.swiper-slide{
	width: 100%;

}
.content-slide{
	margin: 0 20px;

}

.woocommerce-tabs.overlaid {
	color: #bcbcbc;
}


.woocommerce-tabs.overlaid .comment-area .comment-respond textarea {
	color: #bcbcbc;
	background-color: transparent;
	text-align: left;
}


.woocommerce-tabs.overlaid .tabs li a.active{
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	display: block;
	color: #fff;
}

.woocommerce-tabs.overlaid .tabs li a{
	display: none;
}
.woocommerce-tabs.overlaid ul.tabs {
	margin: 100px 0 0px 0;
}
.woocommerce-tabs.overlaid .panel.entry-content {
	padding-top: 20px;
}


.woocommerce-tabs .panel.entry-content.swiper-slide{
	display: block !important;
}




/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}




















/*----------------------------------------------------------*\
    CUSTOMIZED Owl Carousel Owl Demo Theme v1.3.3
\*----------------------------------------------------------*/


.owl-theme-recent-views .owl-controls .owl-dot{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme-recent-views .owl-controls .owl-dot span{
  display: block;
  width: 11px;
  height: 11px;
  margin: 5px 3px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.35;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #85808b;
}
.owl-theme-recent-views .owl-controls .owl-dots{ 
  margin: 30px 0 10px 0;
}
.owl-theme-recent-views .owl-controls .owl-dot.active span,
.owl-theme-recent-views .owl-controls.clickable .owl-page:hover span,
.owl-theme-recent-views .owl-controls.clickable .owl-dot:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}
.owl-theme-recent-views .owl-controls .owl-dot span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.sort-by .owl-prev, .sort-by .owl-next{
overflow: hidden;
height: 25px;
width: 25px;
background: url(images/sprite.png) 0 0 no-repeat;
display: block;
}
.sort-by .owl-prev,
#product-galery #carousel-product .owl-prev{
	background: url(images/sprite.png) -203px -159px no-repeat;
	margin-top: 17px;
}
.sort-by .owl-prev:hover,
#product-galery #carousel-product .owl-prev:hover{
	background: url(images/sprite.png) -203px -260px no-repeat;
}
.sort-by .owl-next,
#product-galery #carousel-product .owl-next{
	background: url(images/sprite.png) -165px -159px no-repeat;
	margin-top: 17px;
}
.sort-by .owl-next:hover,
#product-galery #carousel-product .owl-next:hover{
	background: url(images/sprite.png) -165px -260px no-repeat;
}



#product-galery-zoom a i.next {
	background: url(images/sprite.png) -170px -159px no-repeat;
	/*margin-top: 17px;*/
	/*top: 30%;*/
	z-index: 10000000000;
	position: absolute;
	right: 0px;
}
#product-galery-zoom a i.prev {
	background: url(images/sprite.png) -203px -159px no-repeat ;
	margin-top: 17px;
	top: 30%;
	z-index: 10000000000;
	position: absolute;
	left: 0px;
}
#product-galery-zoom a:hover i.prev {
	background: url(images/sprite.png) -203px -260px no-repeat;
}
#product-galery-zoom a:hover i.next {
	background: url(images/sprite.png) -170px -260px no-repeat;
}
#product-galery-zoom .owl-controls{
	display: none;
}


.owl-carousel .owl-item img{
	height: inherit;
}
#product-galery-zoom{
	padding-top: 80px;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	left: 0;
	height: 100%;
	background-color: #fff;
}
#product-galery-zoom.hiddenCarousel{
	top: -200000px;
}
.zoom-full-screen{
	cursor: url(images/cursor-minus.png),auto;
	width: 90%;
}

.zoom-full-screen{
	position: absolute;
	width: 100% !important;
	height: auto !important;
	z-index: 20000;
	top: 0%;
	left: -50%;
}
#product-galery #carousel-product .owl-item{
	opacity: 0.3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;
}
#product-galery #carousel-product .owl-item.active{
	opacity: 1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;
}

#product-galery #carousel-product .owl-item.active a{
	cursor: url(images/cursor-plus.png),auto;
}


#product-galery #carousel-product .owl-nav {
	display: none;
}

#product-galery .owl-carousel .owl-stage-outer {
	overflow: visible;
}
#carousel-product{
	/*max-height: 600px;*/
	margin: 0 auto;
}

.overlay-zoom{
	z-index: 10000;
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.page-template-wishlist-v1-php .title{
	text-align: center;
	margin: 40px auto 40px auto;
}
.page-template-wishlist-v1-php .title span{
	font-weight: bold;
	color: #bfbec1;
	font-size: 13pt;
}

/*------------------------------------*\
    Search RESULTS
\*------------------------------------*/

.search section{
  margin-top: 130px;
  margin-bottom: 130px;
}
.search section h1{
	text-align: center;
}





/*------------------------------------*\
    Shop V5
\*------------------------------------*/


.shop-v5{
	width: 100%;
}


.shop-v5+.container-fluid+.container-fluid+.recent-views .title{
	/*margin-top: 110px;*/
	margin-top: 40px;
}


.shop-v5 .container-fluid{
	padding: 0 !important;
}




.shop-v5 .prom-block.single{
	background-color: #333;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center; 

	width: 100%;
	float: left;

	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;

}
.shop-v5 .prom-block.half{
	background-color: #111;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center; 

	width: 50%;
	float: left;

	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;
}

.shop-v5 .prom-block-extra-wrap{
	width: 50%;
	float: left;
}

.shop-v5 .prom-block-extra-wrap .prom-block.quarter{
	width: 100%;
	height: 50% !important;
}
.shop-v5 .prom-block.quarter{



	background-color: #111;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center; 

	width: 50%;
	float: left;

	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;
}
.shop-v5 .prom-block._1_3{


	background-color: #111;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center; 

	width: 33.3%;
	float: left;

	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;
}
.shop-v5 .prom-block._2_3{


	background-color: #111;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center; 

	width: 66.6%;
	float: left;

	-webkit-transition: .4s;
	-moz-transition: .4s;
    transition: .4s;
}



.shop-v5 .prom-block{
  position: relative;
  overflow: hidden;
}
.shop-v5 .prom-block div{
	position: relative;
}


.shop-v5 .prom-block .title.center,
.shop-v5 .prom-block .subtitle.center,
.shop-v5 .prom-block .button_container.center{
	margin: -0.7em 0 0 0;
	width: 100%;
}


.shop-v5 .prom-block.left{
	text-align: left;
}
.shop-v5 .prom-block.right{
	text-align: right;
}
.shop-v5 .prom-block.center{
	text-align: center;
}

.shop-v5 .prom-block a{
	color: inherit;
}
.shop-v5 .prom-block a span{
	color: inherit;
}
.shop-v5 .prom-block span{
	color: inherit;
}

.shop-v5 .prom-block .title,
.shop-v5 .prom-block .subtitle,
.shop-v5 .prom-block .button_container{
	color: #fff;
	font-family: ;
	line-height: 1.3;
  	font-size: 19px;
  	letter-spacing: 0.4em;
	font-weight: bold;
	position: absolute;
}

.shop-v5 .prom-block .title a,
.shop-v5 .prom-block .subtitle a{
	
}
.shop-v5 .prom-block .button{
	/*position: absolute;*/
}

.shop-v5 .prom-block .title,
.shop-v5 .prom-block .subtitle{
  	margin: 15px auto;
}
.shop-v5 .prom-block .title.left,
.shop-v5 .prom-block .subtitle.left,
.shop-v5 .prom-block .button_container.left{
	left: 10%;
}
.shop-v5 .prom-block .title.right,
.shop-v5 .prom-block .subtitle.right,
.shop-v5 .prom-block .button_container.right{
	right: 10%;
}

.shop-v5 .prom-block .line_2 {
	padding-top: 0px !important;
}

.shop-v5 .prom-block.single .title.left{
	left: 5%;
}
.shop-v5 .prom-block.single .title.right{
	right: 5%;
}
.shop-v5 .prom-block.single .subtitle.left{
	left: 5%;
}
.shop-v5 .prom-block.single .subtitle.right{
	right: 5%;
}
.shop-v5 .prom-block.single .button_container.left{
	left: 5%;
}
.shop-v5 .prom-block.single .button_container.right{
	right: 5%;
}

.shop-v5 .prom-block .title,
.shop-v5 .prom-block .subtitle{
	margin-top: -0.7em;
}



/*.shop-v5 .prom-block .title.line_2 {
	padding-top: 0px !important;
}*/

.shop-v5 .prom-block .subtitle{
  font-weight: 500;
  font-size: 15px;
}


.shop-v5 .prom-block .button{
  padding: 17px 26px;
  border: 1px  solid;
  color: ;/*config_var:color_2*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  	margin: 15px auto;
	font-weight: bold;
	margin-top: -5%;
}

.shop-v5 .prom-block .outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.shop-v5 .prom-block .middle {
    display: table-cell;
    vertical-align: middle;
}

.shop-v5 .prom-block .inner {
    margin-left: auto;
    margin-right: auto; 
    /*width: 300px;*/
    text-align: center;
}





/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.only-mobile{
	display: none !important;
}

@media (min-width: 1200px){
	.container {
		width: 740px;
	}

}
/*
@media only screen and (max-width:1200px) {
	.menu-buttons .search{	
		position: absolute;
		left: 51%;
	}
}
@media only screen and (max-width:1140px) {

	.menu-buttons .search{	
		position: absolute;
		left: 51%;
	}
}*/

@media only screen and (max-width:1200px) and (min-width:992px) {
	/* test 1200 900 */
	.recent-views .product-item .price del span {
	    font-size: 17px;
	}
	.recent-views .product-item .price del>span{
		vertical-align: middle;
	}
}
@media only screen and (max-width:991px) and (min-width:900px) {
	header .navbar-nav li {
		margin: 7px 20px 15px 0;
	}
	header .navbar-nav li:last-child {
		margin: 7px 0px 15px 0;
	}
	footer .bottom-bar .copyright {
		font-size: 9pt;
	}
	footer .bottom-bar ul li a {
		font-size: 10pt;
	}
	footer .bottom-bar ul li a i.tick,
	footer .bottom-bar ul li a i.env
	 {
		display: none;
	}
	.menu-buttons .search{	
		float: left;
		position: static;
  		margin-left: 0;
	}
	header .navbar-nav{
		margin-left: 11%;
	}
 	
	.category-bar{
		margin-left: 14%;
	}
	.categories-menu.layerslider .category-bar{
		/*margin-left: 5%; yyy*/
		
	}
	.post-block {
		max-width: 80%;
	}


	/* test 1200 900 */
	.recent-views .product-item .price del span {
	    font-size: 17px;
	}
	.recent-views .product-item .price del>span{
		vertical-align: middle;
	}


	.shop-v5 .prom-block span{
		/*font-size: 0.9em;*/
		color: inherit;
	}
}

/*@media only screen and (max-width:900px) {*/
/*@media only screen and (max-width:900px) {*/

@media only screen and (max-width:900px) {
	
	.only-desktop{
		display: none !important;
	}
	.only-mobile{
		display: block !important;
	}
	.navbar-nav{
		display: none;
	}
	.margin-header {
		display: block;
		height: 80px;
	}
	.menu-buttons .search{	
		float: left;
		position: static;
	}

	header .navbar-nav{
		margin-left: 12%;
	}

	header .nav-dropdown-menu{
		top: 80px;
		display: none;
		/*position: absolute;
		z-index: 10000;
		height: 1000%;
		overflow: hidden;*/


	padding-left: 6% !important;
	padding-right: 6% !important;
	}
	.menu-buttons {
		margin-top: 17px;
	}



	.recent-views .product-item .price del span {
	    font-size: 17px;
	}
	.recent-views .product-item .price del>span{
		vertical-align: middle;
	}


/* probando */
	.menu-buttons {
  		right: 8%;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
		padding: 0;
	}


	/*
	.sort-by .options {
		width: 63%;
	}

	.sort-by .wrapper-slider{
		margin: 0 auto;
		display: block;
		width: 40%;
	}*/

	#recent.sort-by{
		margin-bottom: -7px;
	}
	#recent.sort-by {
	  min-height: 260px;
	}

	.sort-by-slider{
	    padding-left: 3% !important;
	    padding-right: 3% !important;
    }
	.sort-by-slider.toggleUp{
		/*height: 80px;*/
		overflow: hidden;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
	    transition: 0.5s;
	}
	.padding-mobile-0{
		padding-left: 0;
		padding-right: 0;
		
	}

	#recent.sort-by .owl-theme-recent-views .owl-controls .owl-dots{ 
	  margin: 30px 0 60px 0;
	}


	.overlay .bt-close{
		position: absolute;
		right: 8%;
		top: 10px;
		cursor: pointer;
	}
	.overlay .search-form .bt-close{
		right: 8%;
	}


	.overlay .brands-price .bt-close{
		right: 8%;
		top: 10px;
	}


	.woocommerce-tabs.overlaid .bt-close,
	.social-block-wrapper .bt-close,
	.newsletter-block-wrapper .bt-close{
		padding-right: 0;
		right: 5%;
	}


	.overlay .brands-price .filters ul li a {
		font-size: 36px;
	}
	.overlay .brands-price .filters ul {
		/*padding-left: 10px;*/
	}
	.overlay .brands-price .selectors>ul{
		/*padding-left: 10px;*/
	
	}
	.overlay i.bt-search{
		margin-right: 4px;
	}

	.overlay.search-form input[type="submit"]{
		margin-top: 0px;
		right: 8%;
	}

	.overlay input[type="text"]{
		float: left;
	    padding: 5px 5px 5px 5px;
	    border-style: none;
	    border-color: transparent;
	    background-color: transparent;
	    font-size:25px;
	    font-weight: 700;
		width: 80%;
	}
	.category-bar .brands,
	.category-bar .price{
		/* yyy */
		/*display: none;*/
	}

	.category-bar.hidden{
		display: block !important;
		visibility: visible !important;
		opacity: 1;
		-webkit-transition: 2s;
		-moz-transition: 2s;
	    transition: 2s;
	}
	/**********    scoll    *********/

	.nav-dropdown-menu.scrolled-down{
		top: 80px;
		/*
		-webkit-transition: 0.4s;
	    transition: 0.4s;*/
	}
	/*
	.nav-menu.scrolled-down {
		margin-top: 0px;
		font-weight: 600;
		height: 80px;
		-webkit-transition: .4s;
	    transition: .4s;
	}
	header .nav-menu.scrolled-down .wrapper {
		padding-top: 8px;
		-webkit-transition: .4s;
	    transition: .4s;
	}
	header .nav-menu.scrolled-down .logo-img {
		height: 60px;
		-webkit-transition: .4s;
	    transition: .4s;
	}*/

	.nav-dropdown-menu .menu-item-has-children.hover>a>i{
		/*background: url('images/sprite.png') -1234px -219px no-repeat;*/
		background: url('images/sprite.png') -1292px -220px no-repeat;
	}
	/*	.nav-dropdown-menu .menu-item-has-children.active>a>i{
		background: url('images/sprite.png') -1203px -24px no-repeat;
	}*/
	.nav-dropdown-menu .menu-item-has-children.active.hover>a>i{
		background: url('images/sprite.png') -1271px -220px no-repeat;
	}

	.nav-dropdown-menu .menu-item-has-children>a>i{
		background: url('images/sprite.png') -1292px -169px no-repeat;
	}
	.nav-dropdown-menu .menu-item-has-children.active>a>i{
		background: url('images/sprite.png') -1271px -169px no-repeat;
	}
	.nav-menu {
		margin-top: 0px;
		font-weight: 600;
		height: 80px;
		-webkit-transition: .4s;
		-moz-transition: .4s;
	    transition: .4s;
	}
	header .nav-menu .wrapper {
		padding-top: 8px;
		-webkit-transition: .4s;
		-moz-transition: .4s;
	    transition: .4s;
	}
	header .nav-menu .logo-img {
		height: 60px;
		-webkit-transition: .4s;
		-moz-transition: .4s;
	    transition: .4s;
	}
	.menu-header-fixed.white .logo:after{
		-ms-transform: scale(.80);
		-webkit-transform: scale(.80);
		-moz-transform: scale(.80);
  		transform: scale(.80);
	}
	.menu-header-fixed .logo:after{
		-ms-transform: scale(.80);
		-webkit-transform: scale(.80);
		-moz-transform: scale(.80);
  		transform: scale(.80);
	}

	/************ CATEGORY MENU ************/
	/*
	Old version: V3;

	.categories-menu.without-img .woocommerce-breadcrumb{
		display: none;
	}
	.categories-menu.without-img .category-bar .categories li,
	.categories-menu.without-img .category-bar .categories li:first-child {
  		font-size: 17px;
		white-space: nowrap;  		
	} 
	.categories-menu.without-img .category-bar .categories li a{
  		font-size: 17px;
	} 
	.categories-menu.without-img .category-bar .categories li a{
		border-bottom: none !important;
  		
	}
	.categories-menu.without-img .category-bar .categories li a:before{
		content: "|";
		padding-right: 5px;
	}
	.categories-menu.without-img .category-bar .categories li:first-child a:before{
		content: "";
	}
	.categories-menu.without-img{
		padding: 4px 0; 
	}*/


	.categories-menu.without-img{
		min-height: 123px;
	}


	.categories-menu.without-img .category-bar .categories li:first-child {
  		font-size: 24px;
		white-space: nowrap;  	
		/*float: none;	
		margin-top: 15px;*/


		float: left;
		margin: 0px 10px 0px 0px;
	} 
	.categories-menu.without-img .category-bar .categories li {
  		font-size: 24px;
		white-space: nowrap;  
	} 
	.categories-menu.without-img .category-bar .woocommerce-breadcrumb,
	.categories-menu.without-img .category-bar .woocommerce-breadcrumb a{
	  font-size: 14px;
	  font-weight: 500;
	}
	.categories-menu.without-img .category-bar .categories li a{
  		font-size: 24px;
	} 

	.category-bar .categories li:first-child,
	.category-bar .categories li a{
		font-size: 32px;
		font-size: 24px;
	}
	.categories-menu.layerslider{
		/* yyy
		margin-top: 30px;
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;*/


		margin-top: 145px;
		margin-top: 0px;
		width: 88%;
		margin-right: 6%;
		margin-left: 6%;
	} 

	.categories-menu.layerslider .category-bar{
		/* yyy */
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 0;
		padding-right: 0;

  		margin-top: 65px;
		
	}
	.categories-menu.layerslider .category-bar>p{
		position: absolute;
		top: 346px;

	}


	.categories-menu.without-img .category-bar .categories li a{
		/*border-bottom: none !important;*/
  		
	}
	.categories-menu.without-img .category-bar .categories li a:before{
		/*content: "|";
		padding-right: 5px;*/
	}
	.categories-menu.without-img .category-bar .categories li:first-child a:before{
		/*content: "";*/
	}


	.categories-menu.without-img{
		padding: 32px 0; 
	}
	.category-bar{
		position: static;/*yyy*/
	}
	.category-bar .categories li{
		float: none;/*yyy*/
	}
	.categories-menu.without-img .category-bar .categories li{

		float: left;/*yyy*/
	}
	.without-img .category-bar{
		margin-left: 7.5%;
	}

	/************ SORT BY ************/

	.sort-by .sort-by-slider>a{
		width: 8%;
	}
	.sort-by .sort-by-slider>ul{
  		width: 84%;
	}

	/************ OVERLAY ************/


	.overlay input[type="search"]{
		font-size: 24px;
	}

	.newsletter-block p{
		margin: 0 auto 10px;/* por error */
		max-width: 500px;
	}

	.newsletter-block.container-fluid{
		padding-left: 5% !important;
		padding-right: 5% !important;
	}



	.social-block{

		background-color: ;/*config_var:color_2*/

	}

	body>.newsletter-block-wrapper{
		background-color: #ccc;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 120%;
		left: 0;
		z-index: 1000000;
		display: block;
		-webkit-transition: .4s;
		-moz-transition: .4s;
	    transition: .4s;
	}
	body>.newsletter-block-wrapper.visible{
		background-color: ;/*config_var:color_1*/
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000000;
		display: block;
		-webkit-transition: .8s;
		-moz-transition: .8s;
	    transition: .8s;
	}
	body>.social-block-wrapper{
		background-color: ;/*config_var:color_1*/
		width: 100%;
		height: 100%;
		position: fixed;
		top: 120%;
		left: 0;
		z-index: 1000000;
		display: block;
		-webkit-transition: .8s;
		-moz-transition: .8s;
	    transition: .8s;
	}
	body>.social-block-wrapper.visible{
		background-color: #ccc;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000000;
		display: block;
		-webkit-transition: .8s;
		-moz-transition: .8s;
	    transition: .8s;
	}
	body>.social-block-wrapper .social-block{
		width: 100%;
		height: 100%;
	}
	body>.newsletter-block-wrapper .newsletter-block{
		width: 100%;
		height: 100%;
	}


	.terms-cond span.only-mobile,{
		display: inline  !important;
	}
	
	.add-favorite-product.only-mobile{
		display: inline-block !important;
	}
	.terms-cond{
		text-align: left;
		margin: 0px 0;
	}

	.terms-cond a {
		color: initial;
	}


	footer {
		min-width: 320px;
		border-bottom: none;
		background-color: #fff;
		color: #342c3e;
		height: 200px;
	}


	footer a{
		color: #342c3e;
	}
	footer .bottom-bar {
		height: auto;
		background-color: transparent;
		z-index: inherit;
	}
	footer .bottom-bar ul {
		width: 100%;
		margin: 0;
	}
	footer .bottom-bar ul li {
		width: 100%;
		border-top: 1px #e5e5e5 solid;
	}
	footer .bottom-bar ul li:last-child{
		border-bottom: 1px #e5e5e5 solid;
	}
	footer .bottom-bar ul li a{
		color: #342c3e;
  		padding: 19px 5% 18px 5%;
	}
	footer .bottom-bar ul li a i.tick{
		float: right;
		background: url('images/sprite.png') -1032px -320px no-repeat;
	}
	footer .bottom-bar ul li a i.env{
		display: none;
	}
	footer .bottom-bar .legal.only-mobile{
		font-weight: 500;
		font-size: 8pt;
		padding: 20px;
		text-align: center;
		color: #342c3e;
		display: inline-block !important;
		float: none;
		width: 100%;
		border-bottom: 12px #342c3e solid;
		background-color: #fff;
	}
	footer .bottom-bar .copyright {
		font-weight: 700;
		font-size: 10pt;
		color: #342c3e;
	}
	footer .bottom-bar .legal a {
		color: #342c3e;
	}
	footer .bottom-bar .legal a:hover{
		opacity: 0.3;
		color: #000;
	}


	.social-block {
		padding-top: 90px;

	}


	.newsletter-block{
		padding: 80px 20px;
	}

	.newsletter-block form {
		margin: 70px auto 0px auto
	}
	.newsletter-block form input[type="submit"] {
		border-style: solid;
		border-width: 1px;
		border-color: ;/*config_var:color_2*/
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 16px 20px;
		text-align: center;
		color: ;/*config_var:color_2*/
		margin: 100px auto 0 auto;
		display: block;
		width: 100%;
	}
	.newsletter-block form {
		width: 100%;
	}


	/*  NEWS  */


	.post-block {
		max-width: 80%;
	}

	.full-with-block{
		font-size: 20pt;
		position: relative;
	}
	.full-with-block h3{
		margin: 100px 10px; 
		font-size: 26pt;
	}
	.post .author:before{
		content: none;
	}
	.post .author{
		display: block;
	}
	.post p{
		font-size: 14pt;
	}
	.post-meta{
		font-size: 12pt;
		margin: 43px 0;
	}
	.post .entry p{
		font-size: 13pt;
	}
	.post .read-more a {
		padding: 15px 21px;
	}

	.nav-posts div a {
		font-size: 13pt;
	}

	.comments img.avatar {
		height: 30px;
		width: 30px;
	}
	.comments .comment-content {
		margin-left: 45px;
	}
	.comments .comment-meta {
		font-size: 10pt;
	}
	.comments .comment-author {
		margin-bottom: 5px;
	}


	/*  CART  */
 

	.woocommerce-cart .cart_totals{
		width: 100%;
	}
	.woocommerce-cart .shop_table{
		margin-bottom: 0;
	}
	.woocommerce-cart .shop_table tr:last-child td{
		padding-bottom: 22px;
	}
	.woocommerce-cart .shop_table .total-price .amount{
		float: right;
		padding: 10px;
	}

	.woocommerce-tabs .panel tbody{
		font-size: 14px;
	}

	.woocommerce-cart .shop_table .total-price span{
		float: left;
		padding-top: 27px;

	}
	.woocommerce-cart .shipping_calculator button[type="submit"]{
		margin-bottom: 20px;
	}

	.woocommerce-cart .shipping_calculator h2{
		margin-bottom: 30px;
	}

	.woocommerce-cart .cart_totals h2{
		margin-top: 20px;
		margin-bottom: 20px;

	}

	.woocommerce-cart article{
		text-align: center;
	}

	.woocommerce-cart input[type="submit"].update-cart,
	.woocommerce-cart input[type="submit"].checkout-button{
		width: 100%;
		margin-bottom: 10px;
	}
	.woocommerce-cart input[type="submit"].coupon_code{
		width: 100%;
		margin-left: 0;
	}
	.woocommerce-cart input[type="text"]#coupon_code{
		margin-bottom: 10px;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.cart_totals  .styled-select.flat_rate .icon{
		top: 17px;
	}
	.woocommerce-cart .shop_table .coupon{
		width: 100%;
	}
	.woocommerce-cart .shop_table .total-price {
		width: 100%;
		margin-top: 18px;
	}
	.woocommerce-cart .total-price strong span{
		font-size: 32px;
	}
	/*.woocommerce-cart input[type="submit"], */
	.woocommerce-cart .refresh, .woocommerce-cart .continue-shopping{
		width: 100%;
		margin: 5px 0;
		border: 1px #7a7a7a solid;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.woocommerce-cart .shipping_calculator,
	.woocommerce-cart .cart_totals.calculated_shipping{
		width: 100%;
	}

	.woocommerce-cart .continue-shopping{
		padding: 15px 20px;
	}
	.woocommerce-cart h3 {
		margin: 67px 0;
	}

	.woocommerce-cart .product p {
		width: 100%;
		padding-left: 0px;
	}


	.woocommerce-tabs ul.tabs li:last-child{
		text-align: center;
		
	}

	.woocommerce-tabs ul.tabs li:first-child{
		text-align: center;
		
	}

	.woocommerce-tabs{
		max-width: none;
	}
	.owl-dots{
		/*display: none !important;*/
	}




	.woocommerce-tabs.overlaid ul.tabs {
		margin: 15% 0 0px 0;
	}
	.content-slide{
		overflow: auto;
		height: 83%;
		margin: 0 auto;
		max-width: 435px;
		text-align: center;
	}
	.my-account p.form-row{
	  margin: 0 auto;
	}
	

	.my-account .woocommerce-tabs ul.tabs li a{
		font-size: 18px;
	}

	.my-account a.edit{
		width: 100%;
	}
	/*  CHECKOUT  */


	.woocommerce-checkout input[type="submit"]{
		letter-spacing: 0;
	}
	.woocommerce-checkout input[type="submit"].coupon_code{
		width: 100%;
		margin-left: 0;
	}
	.woocommerce-checkout input[type="text"]#coupon_code{
		width: 100%;
		margin-bottom: 10px;
	}
	.woocommerce-checkout .shop_table .coupon{
		width: 45%;
	}


	/*----------------------------------------------------------*\
	    CONTACT US
	\*----------------------------------------------------------*/
	div.wpcf7{
		margin: 0 3%;
	}
	.contact .info h2{
		font-weight: 600;
		margin: 60px 0 0 0;
		font-size: 27px;
	}
	.contact .info h3{
		margin: 0 0 0 0;
		font-size: 27px;
	}
	.contact .full-with-block h2, 
	.contact .full-with-block h3 {
		font-size: 15pt;
  		letter-spacing: 6px;
	}

	.contact-area .entry.contacts input#email{
		width: 100%;
	}
	.contact-area .entry.contacts input#phone{
		width: 100%;
	}

	.contact ul li, .contact ul li:last-child {
		display: block;
		text-align: center;

	}
	.contact ul li:last-child {
		margin-top: 47px;
	}
	.contact-area .entry.contacts textarea{
		height: 130px;
	}
	

	/*  SING UP  */

	.sing-up .terms-cond {
		/*text-align: left;*/
		/*margin: 15px 0;*/
	}
	.sing-up input[type="submit"]{
		width: 100%;
	}
	/*
	.zoom-full-screen{
		min-height: 100%;
		width: auto !important;
	}*/



	/*------------------------------------*\
	    MY RECENT VIEWS
	\*------------------------------------*/ 

	#recent>.container,
	#recent>.container-fluid{
		padding-left: 0 !important;
		padding-right: 0 !important; 
	}

	/*------------------------------------*\
	    PORDUCT DETAIL
	\*------------------------------------*/ 
	.more-info-product{
		margin: 20px;
	}
	.more-info-product a i{
		background: url(images/sprite.png) -799px -13px no-repeat;
		height: 27px;
		width: 27px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 7px;
	}
	.more-info-product a span{
		font-size: 11px;
	}






	/*------------------------------------*\
	    SINGLE PORDUCT 
	\*------------------------------------*/ 


	.cart.variations_form{
		width: 94%;
		margin-left: 3%;
		margin-right: 3%; 
	}

	.cart.variations_form .variations{
		width: 100% !important;
	}
	.cart.variations_form .variations td{
		margin-bottom: 15px;
		display: inline-block;
		width: 100% !important;
	}
	.cart.variations_form .variations .styled-select{
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}
	.single-product #content .variations tr{
		float: none;
	}
	.single-product input[type="submit"]{
		width: 100%;
	}
	.single-product #content button.single_add_to_cart_button{
		text-align: center;
		width: 100%;
		margin-top: 15px;
	}

	.single-product #content .variations_form{
		margin-bottom: 0;
	}

	.variations_form + .add-favorite-product{
		margin-top: 10px !important;
	}

	.single-product #content .variations_button button.single_add_to_cart_button{
		margin-top: 0;
	}
	.single-product #content .variations, .single-product #content .single_variation_wrap{
		width: 100%;
	}

	
	.ls-l.ls-video-layer.ls-videohack video {
		display: none;
	}

	.ls-l.ls-video-layer .ls-slide img{
		display: none !important;
	}


	
	/*------------------------------------*\
	    SINGLE PORDUCT CAROUSEL
	\*------------------------------------*/ 



	#product-galery #carousel-product .owl-nav {
		display: none;
	}
	#product-galery #carousel-product .owl-nav .owl-prev,
	#product-galery #carousel-product .owl-nav .owl-next{
	  width: 30px;
	  height: 40px;
	  text-indent: 100000px;
	  position: absolute;
	} 
	#product-galery #carousel-product .owl-next{
		right: 0;
	}
	#product-galery #carousel-product .owl-prev{
		left: 0;
	}

	#product-galery #carousel-product .owl-nav {
	  position: relative;
	  margin-top: -54px;
	}

	#product-galery .owl-theme .owl-controls{
	  position: absolute;
	  top: 50%;
	  top: 75%;
	  top: 95%;
	  width: 100%;
	}
	/*

	#recent .owl-theme .owl-controls{
		display: none;
	}*/

	#product-galery #carousel-product .owl-prev:hover{
		background: url(images/sprite.png) -203px -159px no-repeat;
	}
	#product-galery #carousel-product .owl-next{
		background: url(images/sprite.png) -153px -159px no-repeat;
	}
	#product-galery #carousel-product .owl-next:hover{
		background: url(images/sprite.png) -153px -159px no-repeat;
	}

	.woocommerce-tabs ul.tabs li a{
		font-size: 18px;
	}



	/*------------------------------------*\
	    HIDE LAYERSLIDER ON MOBILE
	\*------------------------------------*/ 


	/*
	.ls-wp-fullwidth-container{
		background-position: center center;
		background-size: cover;
		height: 565px;
		min-height: 565px;
		
	}

	.ls-wp-fullwidth-container .ls-wp-fullwidth-helper{
		display: none;
	}*/



	/*------------------------------------*\
	    SHOP v5
	\*------------------------------------*/ 

	.prom-block.single{
		width: 100% !important;
	}
	.prom-block.half{
		width: 100% !important;
	}
	.prom-block.quarter{
		width: 100% !important;
	}
	.prom-block-extra-wrap{
		width: 100% !important;
	}
	.shop-v5 .prom-block .title-left{
		padding-left: 5%;
	}
	.shop-v5 .prom-block span{
		/*font-size: 0.8em;*/
		color: inherit;
	}
	.shop-v5 .prom-block a span{
		/*font-size: 0.8em;*/
		color: inherit;
	}
	/*.shop-v5 .prom-block-extra-wrap .prom-block.quarter{
		width: 100%;
		height: 40% !important;
	}
	.shop-v5 .prom-block-extra-wrap .prom-block.single{
		width: 100%;
		height: 40% !important;
	}
	.shop-v5 .prom-block:not(.half){
		width: 100%;
		height: 40% !important;
	}
	.shop-v5 .prom-block-extra-wrap{
		height: 80% !important;
	}*/


	.shop-v5 .prom-block .title.left,
	.shop-v5 .prom-block .subtitle.left,
	.shop-v5 .prom-block .button.left{
		left: 8%;
	}
	.shop-v5 .prom-block .title.right,
	.shop-v5 .prom-block .subtitle.right,
	.shop-v5 .prom-block .button.right{
		right: 8%;
	}

	.shop-v5 .prom-block .line_2 {
		padding-top: 0px !important;
	}

	.shop-v5 .prom-block.single .title.left{
		left: 4%;
	}
	.shop-v5 .prom-block.single .title.right{
		right: 4%;
	}


	/*------------------------------------*\
	    About Us
	\*------------------------------------*/


	.about-us .main-content h3{
		margin: 22px auto;
		font-size: 62px;
	}
	.about-us .main-content {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.about-us .main-content p{
	    /*-webkit-column-count: 1; 
	    -moz-column-count: 1; 
	    column-count: 1;
	    -webkit-column-width: 100%; 
	    column-width: 100%;*/
		font-size: 18px;
		line-height: 1.8;
	}


	/*------------------------------------*\
	    Layerslider mobile
	\*------------------------------------*/


	.page-template-shop-v2 .ls-slide img,
	.page-template-shop-v2 .ls-slide video {
		display: none !important;
		visibility: hidden !important;
	}

}
@media only screen and (max-width:480px) {
	.woocommerce-tabs ul.tabs li a{
		font-size: 16px;
	}
	.my-account .woocommerce-tabs ul.tabs li a{
		font-size: 16px;
	}
	.single-product #content .summary .price{
		margin: 25px 0 15px 0

	}

	.shop-v5 .prom-block a span{
		/*font-size: 0.7em;*/
		color: inherit;
	}
	.shop-v5 .prom-block span{
		/*font-size: 0.7em;*/
		color: inherit;
	}


	.recent-views .product-item .price del span {
	    font-size: inherit;
	}
	.recent-views .product-item .price del>span{
		vertical-align: inherit;
	}
	#carousel-editor-choice .owl-stage{
		min-height: inherit !important;
	}
	/*------------------------------------*\
	    About Us
	\*------------------------------------*/


	.about-us .main-content h3{
		margin: 38px auto;
		font-size: 37px;
	}
	.about-us .main-content {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.about-us .main-content p{
	   /* -webkit-column-count: 1; 
	    -moz-column-count: 1; 
	    column-count: 1;
	    -webkit-column-width: 100%; 
	    column-width: 100%;*/
		font-size: 18px;
		line-height: 1.8;
	}
}
@media only screen and (max-width:320px) {
	.woocommerce-tabs ul.tabs li a{
		font-size: 14px;
	}
}
/*@media only screen and (-webkit-max-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:;/*config_var:color_2*/
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:;/*config_var:color_2*/
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:;/*config_var:color_2*/
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		/*text-decoration:underline;*/
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


@media only screen and (max-width:1250px) {
	.nav-posts{
		display: none !important;
	}
}

.woocommerce .comment-form p.stars a{
  /*width: 18px;*/
}
.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce p.stars, .woocommerce-page p.stars {
  position: relative;
  font-size: 1em;
}

.woocommerce p.stars a, .woocommerce-page p.stars a {
  display: inline-block;
  font-weight: 700;
  color: transparent;
  position: relative;
  font-weight: 100;
}
.woocommerce p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
  /*content: "\f006";*/
  content: "\f004";
  color: #342c3e;
}
.woocommerce p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
  /*content: "\f006";*/
  content: "\f004";
  color: #342c3e;
}

.woocommerce p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after {
  /*content: "\f006";*/
  content: "\f004";
  color: #342c3e;
}
.woocommerce p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after {
  /*content: "\f006";*/
  content: "\f004";
  color: #342c3e;
}
.woocommerce p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after {
  /*content: "\f006";*/
  content: "\f004";
  color: #342c3e;
}
.woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after {
  /*content: "\f006";*/
  content: "\f004";
  color: #342c3e;
}
.woocommerce p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
  /*content: "\f006";*/
  content: "\f004";
  color: #342c3e;
}

.woocommerce p.stars a.star-1:hover:after, .woocommerce-page p.stars a.star-1:hover:after {
  /*content: "\f005";*/
  content: "\f004";
}
.woocommerce p.stars a.star-2:hover:after, .woocommerce-page p.stars a.star-2:hover:after {
  /*content: "\f005";*/
  content: "\f004";
}
.woocommerce p.stars a.star-3:hover:after, .woocommerce-page p.stars a.star-3:hover:after {
  /*content: "\f005";*/
  content: "\f004";
}
.woocommerce p.stars a.star-4:hover:after, .woocommerce-page p.stars a.star-4:hover:after {
  /*content: "\f005";*/
  content: "\f004";
}
.woocommerce p.stars a.star-5:hover:after, .woocommerce-page p.stars a.star-5:hover:after {
  /*content: "\f005";*/
  content: "\f004";
}
.woocommerce p.stars a.active-color:after{
  /*color: #E37D23;*/
  color: ;/*config_var:color_2*/
  /*content: "\f005";*/
  content: "\f004";
}
.woocommerce p.stars a.like-active:after{
  color: #E37D23;
  /*content: "\f005";*/
  content: "\f004";
}

.woocommerce p.stars{
  display: inline;
}
.woocommerce p.stars label{
	float: left;
}
.woocommerce p.stars span{
	float: right;
}
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
  font-family: FontAwesome;
  text-indent: 0;
}
.FontAwesome p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
  font-family: FontAwesome;
  text-indent: 0;
}

/*        review form        */
#review_form input[type="submit"] {
/*  border: 1px #7a7a7a solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 0px;
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
  display: inline-block;
  background-color: #fff;
  margin-left: 0%;
  font-weight: 600;
  float: left;
  width: 100%;*/

    border-bottom: none;
    color: #342c3e;
    font-family: "Gotham SSm A","Gotham SSm B", Gotham HTF, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13pt;
    margin-top: 7px;
    text-transform: uppercase;
    letter-spacing: 0em;
}

#review_form input {
  padding: 10px 0;
  border-style: none;
  border-color: transparent;
  background-color: transparent;
  color: #342c3e;
  font-family: "Gotham SSm A","Gotham SSm B", Gotham HTF, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  background: none;
  border: none;
  width: 100%;
  border-bottom: 1px #b2b2b2 solid;
  margin-bottom: 35px;
  letter-spacing: .1em;
}









