body {
	margin-top: 70px;
}

.container-fluid {
	max-width: 1360px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

* {
	font-family: 'neutratextbook';
	font-size: 16px;
}

.nopl {
	padding-left: 0px;
}

.nopr {
	padding-right: 0px;
}

.no-cursor {
	cursor: auto;
}

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

.blue {
	color: #bbbad0;
}

#home #block_5 {
	display: none;
}

table,
table tr,
table td {
	border: none !important;
}

/*
 * HEADER #bbbad0
 */
#header {
	/*background: #ffffff none repeat scroll 0 0;*/
	background: #bbbad0;
	height: 70px;
	left: 0;
	line-height: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0 3px 4px 0 rgba(50, 50, 50, 0.2);
}

#header .menu li {
	display: inline-block;
}

#header .menu li span {
	font-family: 'quicksandregular';
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
}

#header .menu li.active span {
	text-decoration: underline;
}

#header-left li {
	margin-right: 20px;
}

#header-center ul {
	text-align: center;
}

#header-center li {
	margin-right: 30px;
}

#header-center li:last-child {
	margin-right: 0px;
}

#header-right {
	text-align: right;
}

#header-right li {
	margin-right: 10px;
}

#header-right .users,
#header-right .cart,
#header-right .link {
	float: right;
	position: relative;
}

#header-right .link a:hover {
	text-decoration: underline;
}

#header-right .link a,
#header-right .link span {
	color: #ffffff;
}

#header-right .cart a {
	display: block;
	margin-top: 18px;
}

#header-right .cart a .ico-cart {
	background: url(../img/cart.png) no-repeat;
	width: 31px;
	height: 31px;
	display: block;
}

#header-right .cart a .cart_counter {
	background: #C0272D;
	border-radius: 25px;
	bottom: -5px;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	line-height: 12px;
	padding-left: 1px;
	padding-top: 3px;
	position: absolute;
	right: -5px;
	text-align: center;
	width: 20px;
	z-index: 1;
}

#header-right .users,
#header-right .cart {
	margin-right: 20px;
}

#header-right .users a {
	color: #ffffff;
}

#header-right .users a:hover {
	text-decoration: underline;
}

@media all and (max-width: 960px) {
	#header {}

	#header>a {
		background-image: url("../img/menu.png");
		height: 44px;
		position: absolute;
		top: 15px;
		width: 41px;
	}

	#header>div {
		background-color: #bbbad0;
		height: calc(100% - 70px);
		left: -100%;
		position: fixed;
		top: 70px;
		width: 280px;
		transition: left 0.5s ease 0s;
	}

	#header.active>div {
		left: 0px;
	}

	#header>div>div {
		height: 100%;
	}

	#header #block_2 li {
		clear: both;
		float: left;
		line-height: 20px;
		margin: 0;
	}

	#header #header-right {
		position: fixed;
		right: 0;
		top: 0;
	}

	#header #header-left {
		bottom: 15px;
		position: absolute;
	}
}

/*
 * FULL IMAGE BLUR
 */
#featured {
	position: relative;
	text-align: center;
}

#featured .image:first-child img {
	width: auto;
}

#block_4 {
	/*position: absolute;*/
	z-index: 0;
	top: 0px;
	left: 0;
	width: 100%;
	text-align: center;
}

#block_5 {
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}

/*
 * HOME
 */
.home {
	/*margin-top: 70px;*/
}

.home .container-fluid {
	/*padding-top: 210px;*/
}

.home2 {
	background: #bbbad0;
	margin-top: 15px;
}

.home2 .container-fluid {
	/*border: 20px solid #bbbad0;*/
	padding: 0;
}

.home2 .products {
	padding: 20px 0;
}

.home3 {
	background: #FFFFFF;
}

.home3 .container-fluid {
	/*border: 20px solid #FFFFFF;*/
	padding: 0;
}

.home>.container-fluid>div {
	/*border: 20px solid #FFFFFF;*/
	padding: 0;
}

.blog_home {
	position: relative;
}

.blog_home .image {
	position: relative;
	height: 600px;
}

.blog_home .image .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.blog_home .image .mask {
	background: url(../img/O_B_50.png) repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.blog_home .image .mask-blue {
	background: url(../img/opac_blue.png) repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: none;
}

.blog_home .info {
	left: 20%;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 2;
	display: none;
	margin-top: 20px;
}

.blog_home .info .date {
	background: #ffffff none repeat scroll 0 0;
	color: #bbbad0;
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin: 0 auto;
	padding: 10px;
	width: 250px;
}

.blog_home .info .name {
	color: #ffffff;
	display: block;
	font-size: 45px;
	line-height: 45px;
	margin-top: 10px;
}

.blog_home .info .description {
	color: #ffffff;
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin-top: 10px;
}

.blog_home .info .see {
	border: 2px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	display: block;
	font-size: 20px;
	line-height: 20px;
	margin: 20px auto 0;
	padding: 10px;
	width: 110px;
}

.blog_home .row {
	margin-top: 30px;
}

.blogs-list .list-blog:nth-child(1) {
	padding-left: 0px;
}

.blogs-list .list-blog:nth-child(4) {
	padding-right: 0px;
}

.blogs-list .list-blog .image {
	width: 100%;
	height: 280px;
}

.blogs-list .list-blog .image a {
	width: 100%;
	height: 100%;
	display: block;
}

.blogs-list .list-blog .image .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.blogs-list .list-blog .name {
	font-size: 25px;
	line-height: 25px;
	color: #666666;
	font-family: 'neutratextdemi';
	margin-top: 10px;
}

.blogs-list .list-blog .name * {
	color: #666666;
	font-size: 25px;
	line-height: 25px;
	font-family: 'neutratextdemi';
}

.blogs-list .list-blog .name a:hover {
	color: #bbbad0;
}

.blogs-list .list-blog .date {
	color: #666666;
}

.blogs-list .list-blog .description {
	font-size: 16px;
	margin-top: 10px;
}

.home .text,
.home .blogs {
	margin-top: 30px;
}

.home #block_33.text {
	margin-top: 10px;
}

.brands {
	margin-top: 30px;
	text-align: center;
}

.brands img {
	margin: 0px 10px;
	width: 60px;
	height: 60px;
}

@media all and (max-width: 960px) {
	.home .home_shop {
		margin-bottom: 30px;
	}

	.blog_home {
		padding: 0 15px;
	}

	.blogs-list .list-blog {
		padding: 0 15px !important;
		margin-top: 30px;
	}
}

/*
 * FOOTER
 */
#footer1 {
	background: #bbbad0;
	margin-top: 30px;
	text-align: center;
}

#footer1 li {
	display: inline-block;
	margin: 0 40px;
	padding: 20px 0px;
}

#footer2 {
	background: #FFFFFF;
	padding: 20px 0px;
	text-align: center;
}

/*
 * CONTENT
 */
#content {
	margin: 40px 0px;
}

.text.title {
	color: #e8d8bf;
	font-size: 35px;
	line-height: 35px;
	border-bottom: 2px solid #e8d8bf;
	line-height: 25px;
}

.text.title * {
	color: #e8d8bf;
	font-size: 35px;
	line-height: 35px;
}

.text.title-blue {
	color: #bbbad0;
	font-size: 45px;
	line-height: 45px;
	border-bottom: 2px solid #bbbad0;
	line-height: 32px;
}

.text.title-blue * {
	color: #bbbad0;
	font-size: 45px;
	line-height: 45px;
}

#home .text.title-blue,
#shop_content .text.title-blue {
	border: none;
	text-align: center;
}

#shop_content .text.title-blue {
	margin-top: 40px;
	margin-bottom: 20px;
}

/*
 * BLOG CONTENT
 */
#blog_content .objects .object {
	margin-bottom: 20px;
}

#blog_content .objects .object .name,
#blog_content .objects .object .name a {
	color: #bbbad0;
	font-size: 45px;
}

#blog_content .objects .object .date {
	color: #999999;
	text-transform: lowercase;
	font-size: 20px;
}

#blog_content .objects .object .description,
#blog_content .objects .object .description a {
	margin-top: 10px;
	color: #666666;
	font-size: 20px;
}

#blog_content .objects .object .body {
	margin-top: 10px;
}

#blog_content .objects .object .body,
#blog_content .objects .object .body * {
	color: #666666;
	font-size: 20px;
}

#blog_content .objects .object .image {
	margin-top: 10px;
}

#blog_content .objects .object .image a {
	max-width: 100%;
	display: inline-block;
}

#blog_content .objects .object .image img {
	max-width: 100%;
}

#blog_content .objects .object .attachments {
	margin-top: 10px;
}

#blog_content .objects .object .more {
	width: 100%;
	text-align: right;
}

#blog_content .objects .object .more a {
	background: #bbbad0;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	display: inline-block;
	width: 140px;
	margin-top: 10px;
}

#blog_content .objects .object .more a:hover {
	text-decoration: underline;
}

#blog_content .social-actions {
	margin-top: 20px;
}

#blog_content .social-actions>div {
	float: left;
	margin-right: 10px;
}

#blog_content .attachments {}

#blog_content .attachments img {
	max-width: 100%;
	border-radius: 6px;
}

#blog_content .objects .by-user {
	color: #999999;
	font-size: 20px;
}

#blog_content_left {
	padding-left: 0px;
	margin-top: 40px;
}

#blog_content_right {
	padding-right: 0px;
	margin-top: 40px;
}

.comments form,
.next {
	margin-top: 20px;
}

.comments-count {
	margin-top: 40px;
	color: #e8d8bf;
	font-size: 20px;
	border-bottom: 2px solid #e8d8bf;
}

.comments-count span {
	color: #e8d8bf;
	font-size: 20px;
}

.comments-list {
	margin-top: 20px;
}

.comments-list .comment {
	margin-bottom: 10px;
}

.comments-list .comment .name {
	color: #bbbad0;
	font-size: 18px;
	font-family: 'neutratextdemi';
}

.comments-list .comment .message {
	font-size: 15px;
}

.next .image {
	position: relative;
	width: 100%;
	height: 179px;
}

/*.next .image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}*/
.next .image .image-css {
	background-position: center 40% !important;
	width: 100%;
	height: 100%;
}

.next .image .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #bbbad0;
	opacity: 0.8;
}

.next .name {
	position: absolute;
	z-index: 10;
	text-align: center;
	width: 100%;
	left: 0;
	top: 100px;
	font-size: 20px;
	color: #FFFFFF;
}

.next a.next {
	position: absolute;
	z-index: 11;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 25px;
}

.next a.next span {
	background: url(../img/arrow_right.png);
	width: 36px;
	height: 29px;
	display: block;
	margin: 0 auto;
}

@media all and (max-width: 960px) {
	#blog_content .objects {}

	#blog_content .objects table {
		width: 100%;
	}

	#blog_content .objects img {
		width: 100%;
		height: auto;
	}

	#blog_content .objects .object .attachments iframe {
		height: 200px !important;
	}

	#blog_content_left {
		padding: 0;
	}

	#blog_content_right {
		padding: 0;
		margin: 30px 0;
	}
}

/*
 * BLOG SIDEBAR
 */
#blog_sidebar>div:nth-child(2n+2) {
	margin-bottom: 40px;
}

#blog_sidebar .objects .object {
	margin: 10px 0px;
	display: block;
}

#blog_sidebar .objects .object .image img {
	width: 100%;
	border-radius: 10px;
}

#blog_sidebar .objects .object .date {
	color: #999999;
	text-transform: lowercase;
	font-size: 14px;
	margin-top: 10px;
}

#blog_sidebar .objects .object .name,
#blog_sidebar .objects .object .name a {
	color: #bbbad0;
	font-size: 15px;
}

#blog_sidebar .archive>ul {
	margin-top: 10px;
	padding-left: 15px;
}

#blog_sidebar .archive ul>li>a {
	color: #bbbad0;
	font-size: 18px;
	font-family: 'neutratextdemi';
	cursor: pointer;
	background: url(../img/arrow_down.png) no-repeat;
	padding-right: 18px;
	background-position: right;
}

#blog_sidebar .archive ul>li>a.active {
	background: url(../img/arrow_up.png) no-repeat;
	padding-right: 18px;
	background-position: right;
}

#blog_sidebar .archive a.month-active {
	color: #bbbad0;
}

#blog_sidebar .archive ul>li>ul {
	display: none;
	margin-left: 20px;
}

#blog_sidebar .archive ul>li>ul a {
	color: #666666;
	font-size: 15px;
	cursor: pointer;
	padding: 0;
	background: transparent;
}

#blog_sidebar .archive ul>li>ul a:hover {
	text-decoration: underline;
}

#blog_sidebar .menu>ul {
	margin-top: 10px;
	padding-left: 15px;
}

#blog_sidebar .menu ul li a {
	color: #666666;
	font-size: 18px;
	font-family: 'neutratextdemi';
	cursor: pointer;
}

#blog_sidebar #block_38.menu ul li a {
	font-family: 'Lobster Two';
	color: #bbbad0;
	font-size: 20px;
}

#blog_sidebar #block_66.menu ul {
	text-align: left;
}

#blog_sidebar #block_66.menu ul li {
	display: inline-block;
	margin: 0 10px;
	margin-top: 5px;
	text-align: center;
}

#blog_sidebar .menu ul li a:hover {
	color: #bbbad0;
}

#blog_sidebar .about .image {
	position: relative;
	max-height: 300px;
	margin-top: 10px;
}

#blog_sidebar .about .image-css {
	background-position: center 40% !important;
	height: 300px;
	max-height: 300px;
	width: 100%;
}

#blog_sidebar .about .mask-blue {
	background: url(../img/opac_blue.png) repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: none;
}

#blog_sidebar .extra-text {
	color: #666666;
	font-family: "neutratextdemi";
	font-size: 18px;
	margin-top: 5px;
	text-align: center;
}

@media all and (max-width: 960px) {
	#blog_sidebar #block_66.menu ul li {
		margin: 0 0px;
	}
}

/*
 * FORM
 */
input[type=text],
input[type=textbox],
input[type=email],
input[type=password],
input[type=tel],
input[type=date],
select {
	border: 1px solid #b4b4b4;
	border-radius: 0;
	color: #b4b4b4;
	font-size: 20px;
	height: 40px;
	line-height: 20px;
	padding: 10px;
	width: 100%;
}

select {
	padding: 0px 10px;
}

input.error,
select.error {
	border: 1px solid red;
}

.checkbox-inline.error {
	color: red;
}

.form-success {
	color: green;
	display: none;
}

.form-error {
	color: red;
	display: none;
}

a.submit,
.btn {
	background: #bbbad0;
	padding: 10px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-size: 20px;
}

a.submit span {
	color: #FFFFFF;
	font-size: 20px;
}

.btn {
	padding: 10px 20px;
}

.checkbox {
	padding-left: 20px;
}

.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}

.checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}

.checkbox input[type="checkbox"]:indeterminate+label::after {
	display: block;
	content: "";
	width: 10px;
	height: 3px;
	background-color: #555555;
	border-radius: 2px;
	margin-left: -16.5px;
	margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox input[type="radio"]:disabled+label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
	background-color: #bbbad0;
	border-color: #bbbad0;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
	color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate+label::before {
	background-color: #bbbad0;
	border-color: #bbbad0;
}

.checkbox-primary input[type="checkbox"]:indeterminate+label::after {
	background-color: #fff;
}

input[type="checkbox"].styled:checked+label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
}

input[type="checkbox"] .styled:checked+label::before {
	color: #fff;
}

input[type="checkbox"] .styled:checked+label::after {
	color: #fff;
}

.square {
	position: relative;
}

.square [type="radio"] {
	cursor: pointer;
	left: 5px;
	margin: 13px 11px;
	opacity: 0;
	position: relative;
	z-index: 1;
}

.square [type="radio"]+span {
	display: block;
	height: 15px;
	left: 15px;
	position: absolute;
	top: 12px;
	width: 15px;
	border: 1px solid #889399;
	background-color: white;
}

.square [type="radio"]:checked+span {
	background-color: #D7DE21;
}

/*
 * PRODUCTS
 */
.products-filter {
	margin-top: 36px;
}

.products-filter-title {
	font-size: 35px;
	color: #e8d8bf;
	border-bottom: 2px solid #e8d8bf;
	margin-bottom: 40px;
}

.products-filter-list .filter {
	margin-top: 20px;
}

.filter-name {
	color: #bbbad0;
	font-size: 18px;
}

.filter .search {
	width: 100%;
}

.filter-prices>div:first-child {
	position: relative;
	height: 20px;
}

.filter-prices .min {
	position: absolute;
	left: 0;
	top: 0;
}

.filter-prices .max {
	position: absolute;
	right: 0;
	top: 0;
}

.products-filter .filter span {
	margin-left: 10px;
}

.products-filter .filter span::before {
	content: "(";
}

.products-filter .filter span::after {
	content: ")";
}

.products-filter .filter [count="0"]+label {
	opacity: 0.5;
}

.products-title {
	font-size: 45px;
	color: #bbbad0;
	text-align: center;
	margin-bottom: 20px;
}

.products-list .list-product {
	margin-bottom: 20px;
	height: 440px;
}

.products-list .list-product a {
	display: block;
}

box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);

#home .products-list .list-product {
	margin-bottom: 0px;
}

.products-list .list-product:nth-child(1 + 4n) {
	padding-left: 0px;
}

.products-list .list-product:nth-child(4 + 4n) {
	padding-right: 0px;
}

.products-list .list-product .image {
	width: 100%;
	height: 280px;
	background-size: cover;
	background-position: center center;
}

.products-list .list-product .image a {
	width: 100%;
	height: 100%;
	display: block;
}

.products-list .list-product .image .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.products-list .list-product .name {
	font-size: 25px;
	line-height: 25px;
	color: #666666;
	font-family: 'neutratextdemi';
	margin-top: 10px;
}

.home .products-list .list-product .name {
	color: #FFFFFF;
}

.products-list .list-product .name * {
	color: #666666;
	font-size: 25px;
	line-height: 25px;
	font-family: 'neutratextdemi';
}

.products-list .list-product .name a:hover {
	color: #bbbad0;
}

.home .products-list .list-product .name a:hover {
	color: #FFFFFF;
}

.home .products-list .list-product .name * {
	color: #FFFFFF;
}

.products-list .list-product .brand {
	font-size: 16px;
	line-height: 16px;
	color: #bbbad0;
	margin-bottom: 8px;
}

.home .products-list .list-product .brand {
	color: #666666;
}

.products-list .list-product .description {
	font-size: 16px;
	height: 70px;
	overflow: hidden;
	color: #333;
}

.home .products-list .list-product .description {
	color: #FFFFFF;
}

.products-list .list-product .price {
	font-size: 32px;
	font-family: 'neutratextbold';
	color: #FFFFFF;
	background: #bbbad0;
	width: 100%;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
}

.products-list .list-product .price_sales {
	font-size: 32px;
	font-family: 'neutratextbold';
	color: #FFFFFF;
	background: #bbbad0;
	width: 100%;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
}

.home .products-list .list-product .price {
	background: #FFFFFF;
	color: #bbbad0;
}

.price::before,
.price_sales::before {
	content: "€";
}

.products-actions {
	margin-top: 20px;
}

.products-count {
	color: #bbbad0;
	font-size: 16px;
}

.products-list .list-product .on_sales .price {
	background: transparent !important;
	font-size: 18px;
	color: #bbbad0;
	text-decoration: line-through;
	padding: 0;
}

@media all and (max-width: 960px) {
	.products-list {
		padding: 0 15px;
	}

	.products-list .list-product {
		padding: 0 15px;
	}

	.nopr,
	.nopl {
		padding: 0;
	}
}


/*
 * PRODUCT
 */
.product .back {
	background: rgba(0, 0, 0, 0) url("../img/voltar_loja.png") no-repeat scroll 0 12px;
	border-bottom: 2px solid #e8d8bf;
	color: #e8d8bf;
	display: block;
	font-size: 35px;
	padding-left: 45px;
}

.product .name {
	color: #bbbad0;
	font-size: 45px;
	line-height: 45px;
	text-align: left;
	margin-bottom: 10px;
}

.product .brand {
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	margin-bottom: 20px;
}

.product .description {
	font-size: 16px;
	margin-top: 20px;
}

.product .body {
	font-size: 16px;
}

.product .row_stocks {
	margin-top: 20px;
}

.product .sizes {}

.product .sizes label {
	font-weight: normal;
}

.product .sizes .form-group {
	margin-bottom: 0;
}

.product .price,
.product .price_sales {
	text-align: right;
	color: #bbbad0;
	font-size: 40px;
	font-family: 'neutratextbold';
	padding-top: 18px;
}

.product .price_sales {
	padding-top: 0px;
}

.product .price.old {
	text-decoration: line-through;
	font-size: 32px;
}

.product .add-cart {
	background: #bbbad0;
	display: block;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 20px;
	line-height: 20px;
	padding: 10px;
}

.product .buy-now {
	background: #bbbad0;
	display: block;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 20px;
	line-height: 20px;
	padding: 10px;
}

/*
 * LOGIN/REGISTO
 */
#login_registo .text {
	text-align: center;
}

#login_registo .login,
#login_registo .register {
	width: 80%;
	margin: 40px auto 0;
	text-align: center;
}

#login_registo .login .btn,
#login_registo .register .btn {
	margin: 0 auto;
}

#login_registo .login_facebook {
	text-align: center;
	margin-bottom: 40px;
}

#login_registo .alternativesSeparator {
	overflow: hidden;
	text-align: center;
	color: #b4b4b4;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 40px;
}

#login_registo .alternativesSeparator::after {
	background: #b4b4b4;
	content: '';
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 37%;
	margin-left: 10px;
}

#login_registo .alternativesSeparator::before {
	background: #b4b4b4;
	content: '';
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 37%;
	margin-right: 10px;
}

#form_recovery_password {
	margin-top: 10px;
}

/*
 * ADDRESS/CART-LIST/PANELS
 */
.address,
.cart.list {
	margin-top: 29px;
}

.panel {
	border: unset;
	box-shadow: unset;
	border-radius: 0px;
	margin: 0;
}

.panel-heading {
	padding: 10px;
}

.panel>.panel-heading {
	background: #f1f1f1;
	border: unset;
	border-radius: 0px;
	border-top: 2px solid #efd9bf;
}

.panel>.panel-collapse {
	border-top: 2px solid #efd9bf;
}

.panel>.panel-collapse>.panel-body {
	padding: 10px;
}

.panel.active>.panel-heading {
	background: #bbbad0;
}

.panel.panel-last>.panel-heading {
	border-bottom: 2px solid #efd9bf;
}

.panel>.panel-heading .panel-title a {
	color: #bbbad0;
	font-size: 20px;
	line-height: 20px;
}

.panel.active>.panel-heading .panel-title,
.panel.active>.panel-heading .panel-title a {
	color: #FFFFFF;
}

.panel.panel-last>.panel-heading .panel-title a {
	color: #989898;
	font-size: 15px;
	line-height: 15px;
}

.panel-title .square {
	float: right;
	margin-top: -10px;
}

.panel-body {
	padding: 0px;
	padding-top: 15px;
	padding: 15px 0;
}

#headingNew {
	background: #e8d8bf !important;
}

#headingNew a {
	color: #666666 !important;
}

.compress-body {
	width: 100%;
}

/*
 * NEWSLETTER
 */
.newsletter {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 80;
	margin-top: 0;
	display: none;
	background: url(../img/1px_blue.png) repeat;
}

.newsletter form {
	width: 485px;
	background: #FFFFFF;
	position: absolute;
	/*height: 285px;*/
}

.newsletter form>div {
	padding: 40px;
}

.newsletter h2 {
	margin-top: 0px;
	color: #bbbad0;
	font-size: 45px;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: center;
}

.newsletter input {
	text-align: center;
}

.newsletter .submit,
.newsletter .no-submit {
	margin-top: 20px;
	display: block;
	cursor: pointer;
}

.newsletter .no-submit {
	color: #666666;
}

.newsletter .required.error input[type=text] {
	border: 1px solid red;
}

.newsletter .required.error label {
	color: red;
}

@media all and (max-width: 460px) {
	.newsletter {
		display: none !important
	}
}

/*
 * NEWSLETTER
 */
.popup-portes {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 80;
	margin-top: 0;
	display: none;
	background: url(../img/1px_blue.png) repeat;
}

.popup-portes>div {
	width: 485px;
	background: #FFFFFF;
	position: absolute;
	height: 224px;
}

.popup-portes>div>div {
	padding: 40px;
}

.popup-portes h2 {
	margin-top: 0px;
	color: #bbbad0;
	font-size: 45px;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: center;
}

.popup-portes label {
	text-align: center;
	color: #b4b4b4;
	font-size: 20px;
}

.popup-portes .no-submit {
	margin-top: 20px;
	display: block;
	cursor: pointer;
	color: #666666;
	text-align: center;
	color: #bbbad0;
}

@media all and (max-width: 460px) {
	.popup-portes {
		display: none !important
	}
}

/*
 * ACCOUNT
 */
#user_left .text.title {
	margin-top: 30px;
}

#user_left .menu>ul {
	margin-top: 10px;
	padding-left: 15px;
}

#user_left .menu ul li a {
	color: #666666;
	font-size: 18px;
	font-family: 'neutratextdemi';
	cursor: pointer;
}

#user_left .menu ul li a:hover,
#user_left .menu ul li.active a {
	color: #bbbad0;
}

#user_right .users a,
#user_right .text.title-blue {
	color: #bbbad0;
	font-size: 45px;
	line-height: 45px;
	border: none;
}

#block_50 {
	margin-top: 29px;
}

/*
 * PAGINATION
 */
.pagination {
	display: block;
	margin-top: 50px;
	padding: 0;
	text-align: right;
}

.pagination a {
	border: 2px solid #bbbad0;
	padding: 10px;
	text-align: center;
	color: #bbbad0;
	margin: 0 2px;
	display: inline-block;
}

.pagination a.active {
	background: #e8d8bf;
}

.pagination.page_start .first,
.pagination.page_start .prev {
	display: none;
}

.pagination.page_end .last,
.pagination.page_end .next {
	display: none;
}

/*
 * CART
 */
.cart.list .object {
	border-top: 2px solid #e8d8bf;
	padding: 20px 0px;
}

.cart.list .object>.col-md-8 {
	position: relative;
	height: 200px;
}

.cart.list .object:last-child {
	border-bottom: 2px solid #e8d8bf;
}

.cart.list .object .image {
	background-color: #87857d;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
}

.cart.list .object .name {
	color: #bbbad0;
	font-family: "neutratextdemi";
	font-size: 25px;
	line-height: 25px;
	margin-top: 10px;
}

.cart.list .object .brand {
	color: #666666;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
}

.cart.list .object .size {
	color: #666666;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
}

.cart.list .object .actions {
	position: absolute;
	bottom: 0px;
	left: 15px;
	width: 95%;
}

.quantity-cart-product {
	border: 1px solid #b4b4b4;
	border-radius: 0;
	color: #b4b4b4;
	font-size: 20px;
	height: 50px;
	line-height: 25px;
	padding: 10px;
	width: 100%;
}

.remove-cart-product {
	border: 1px solid #b4b4b4;
	border-radius: 0;
	color: #b4b4b4;
	font-size: 20px;
	height: 50px;
	line-height: 25px;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
}

.remove-cart-product:hover {
	text-decoration: underline;
}

.cart.list .object .price {
	color: #bbbad0;
	font-family: "neutratextbold";
	font-size: 32px;
	line-height: 32px;
}

.cart.list .prices {
	text-align: right;
}

.cart.list .prices .row {
	margin: 10px 0px;
}

.cart.list .prices span {
	color: #bbbad0;
	font-family: "neutratextbold";
	font-size: 32px;
	line-height: 32px;
	display: block;
	margin-top: -5px;
}

.cart.list .prices .total label {
	color: #666666;
}

.cart.list .btn {
	margin-top: 20px;
}

/*
 * CHECKOUT
 */
.checkout .btn {
	margin-top: 20px;
}

.checkout h2 {
	color: #666666;
	font-size: 20px;
	line-height: 20px;
	font-family: 'neutratextbold';
}

/*
 * ORDERS
 */
.orders {
	margin-top: 29px;
}

.orders .row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.orders>div.row:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}


/*.checkout_payment_types > div:last-child {display: none;}*/

.error h2 {
	color: red;
}

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

#imageShow {
	max-width: 100%;
	margin: 5px;
}

#imageShow+ul {}

#imageShow+ul li {
	float: left;
	height: 150px;
	width: 150px;
	margin: 5px;
	background-size: cover;
}

#block_71 {}

#block_71 iframe {
	width: 100%;
	height: 595px;
}

.comment .btn-response {
	cursor: pointer;
	margin-top: 5px;
	display: block;
}

.comment .response {
	margin: 5px 0;
	display: none;
}

.comment .response input {
	display: inline-block;
	width: calc(100% - 100px);
	margin-right: 11px;
}

.comment .response a {
	background: #bbbad0;
	padding: 9px 5px;
	text-align: center;
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	width: 85px;
	vertical-align: top;
	cursor: pointer;
}

.comment .responses {
	border-top: 1px solid #ddd;
	padding: 10px;
	margin: 10px 40px;
}

.comment .responses>div {
	margin-bottom: 10px;
}

.comment .date {
	color: #bbbad0;
	font-size: 14px;
}

#pot {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}