/*
	font example:
	font-family: 'Raleway', sans-serif;
	font-family: 'Playfair Display', serif;
*/

/* 
	http://meyerweb.com/eric/tools/css/reset/ 
   	v2.0 | 20110126
   	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}

/* 
	HTML5 display-role reset for older browsers 
*/

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

a { text-decoration: none; color: #367060; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
	typography settings
*/

body {
	font: normal 100%/1.619 'Raleway', Helvetica, Arial, sans-serif;
	/*background: #414042;*/
	color: black;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display';
	line-height: 1.5;
	margin: 0 0 1em;
}

h1 { font-size: 2.000em; }
h2 { font-size: 1.778em; }
h3 { font-size: 1.580em; }
h4 { font-size: 1.424em; }
h5 { font-size: 1.266em; }
h6 { font-size: 1.125em; }

p, a, span, blockquote, ul, 
label, table { 
	font-size: 1em;
}

ul a, ul span, ul p,
ul h1, ul h2, ul h3, ul h4, ul h5, ul h6,
p a, p span, p blockquote,
a span, span span, blockquote p, blockquote a, 
blockquote span, table p, table a, table span {
	font-size: 100%;
}

p, ul, table, blockquote { margin: 1em 0; }

p a:hover {text-decoration: underline;}

li {
	list-style-type: none;
}

strong, strong span { 
	font-weight: bold;
}

blockquote {
	font-style: normal;
	color: inherit;
	background: none;
	border: none;
	text-align: center;
}

small { font-size: 90%; }

label { 
	display: inline-block;
	margin: 1em 0;
}

img {
	max-width: 100%;
	height: auto;
}

a { color: black; }

@media screen and (min-width: 48.000em) {
	/* tablet and larger */
	a:hover { 
		color: black;
		text-decoration: underline;
	}
	footer a:hover{
	    color:#fff;
	}
}

/*
	forms
*/

input[type="text"], input[type="email"],
input[type="password"], input[type="search"],
input[type="tel"], input[type="url"],
input[type="number"], input[type="date"],
input[type="time"], input[type="datetime"],
input[type="datetime-local"], input[type="week"],
input[type="month"], textarea, select {
	font: normal 1em/1.4 'Raleway', Helvetica, Arial, sans-serif;
	color: #58595b;
	background: white;
	min-width: 200px;
	padding: .7em .75em;
	position: relative;
	border-style: none;
	border: 1px solid black;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color .15s;
	-o-transition: border-color .15s;
	transition: border-color .15s;
}

input[type]:focus, textarea:focus {
	border-color: black;
}

textarea {
	min-width: 15em;
	min-height: 10em;
	resize: vertical;
}

/*
	buttons
*/

input[type="submit"], button, .btn {
	position: relative;
	cursor: pointer;
	font: 400 1em/1.4 'Playfair Display', Helvetica, Arial, sans-serif;
	display: inline-block;
	border-style: none;
	border: none;
	background: black;
	color: white;
	padding: .7em 1.4em;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: capitalize;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

button i, .btn i {
	margin-left: .35em;
}

input[type="submit"]:hover, button:hover, 
.btn:hover, input[type="submit"]:focus, button:focus, 
.btn:focus {
	background-color: black;
	color: white;
	text-decoration: none;
}

.btn.animated {
	position: relative;
	background: black;
	-webkit-transition: all 1s cubic-bezier(.03,.69,.86,.94);		
	-o-transition: all 1s cubic-bezier(.03,.69,.86,.94);		
	transition: all 1s cubic-bezier(.03,.69,.86,.94);
	overflow: hidden;
}

.btn.animated:before,
.btn.animated:after {
	position: absolute;
	content: '';
	display: inline-block;
	background: black;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	z-index: 2;
	-webkit-transition: opacity .12s;
	-o-transition: opacity .12s;
	transition: opacity .12s;
}

.btn.animated:before {
	top: -8px;
    left: -37px;
    width: 80px;
    height: 20px;
    background: url(img/svg/btn-before.svg) no-repeat center;
    background-size: 80px 20px;
    display: none;
}

.btn.animated:after {
	right: -13px;
	top: 3px;
	width: 24px;
	height: 24px;
	background: url(img/svg/btn-after.svg) no-repeat center;
	background-size: 24px 24px;
	display: none;
}

.btn.animated span {
	position: relative;
	z-index: 2;
}

.btn.animated i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/jpg/btn-back.png) no-repeat center;
	background-size: cover;
	z-index: 1;
	margin: 0;
	-webkit-transition: all .75s;
	-o-transition: all .75s;
	transition: all .75s;
	-webkit-clip-path: circle(0% at 50% 50%);
	clip-path: circle(0% at 50% 50%);
}

@supports (-ms-ime-align:auto) {
    .btn.animated:before,
	.btn.animated:after,
	.btn.animated i {
		display: none;
	}
}

.link span {
	display: none;
}

.link i {
	font-style: normal;
}

.link, .link.underline {
	text-transform: uppercase;
	font-size: 90%;
}

.link:hover, .link.underline:hover {
	text-decoration: underline;
}

.link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 31.286px;
	height: 9.228px;
	background: url(img/svg/arrow-right.svg) no-repeat center;
	background-size: 31.286px 9.228px;
	margin-top: -.2em;
	margin-left: .75em;
}

.link.underline {
	text-decoration: underline;
}

.link.underline:after {
	display: none;
}

hr {
	border-style: none;
	height: 1px;
	background: black;
	margin: 0;
}

/*
	default classes
*/

.white {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: white;
}

.gray {
	background-color: rgba(0,0,0,.4);
}

.show {
	display: block !important;
}

.hide {
	display: none;
}

.table {
	display: table;
	height: 100%;
	width: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.clear:before, .clear:after {
	content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.clear:after {
	clear: both;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.flex.one,
.flex.two,
.flex.three,
.flex.four {
	width: auto;
}

.flex.one .col,
.flex.two .col,
.flex.three .col,
.flex.four .col {
	-webkit-flex: 0 100%;
	-moz-flex: 0 100%;
	-ms-flex: 0 100%;
	-o-flex: 0 100%;
	flex: 0 100%;
	width: 100%;
}

.flex.one,
.flex.two,
.flex.three,
.flex.four {
	margin-left: -1em;
}

.flex.one .col,
.flex.two .col,
.flex.three .col,
.flex.four .col {
	padding-left: 1em;
	position: relative;
}

.container {
	max-width: 75.000em;
	margin: 0 auto;
	padding: 1px 1em;
}

.slider-container {
	padding: 1px 0;
}

.slider-container .row {
	margin: .5em 0 0;
}

.left { float: left; }
.right { float: right; }

.center { text-align: center; }

.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	width: 2em;
	height: 2em;
	background: transparent;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.burger {
	display: block;
	width: 2em;
}

.burger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #414042;
	margin-top: 8px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.burger span:last-child {
	width: 80%;
}

.burger span:first-child {
	margin-top: 0;
}

.row {
	margin: 1.5em 0;
}

.title {
	text-align: center;
	position: relative;
}

.title hr {
	width: 100%;
	position: absolute;
	top: 60%;
	left: 0;
	z-index: 0;
}

.title h2 {
	display: inline-block;
	position: relative;
	background: white;
	line-height: 1.2;
	z-index: 1;
	margin: 0;
	padding: 0 1em;
	text-transform: capitalize;
}

.title h2:before, .title h2:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background: black;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}

.title h2:before {
	left: -.5em;
}

.title h2:after {
	right: -.5em;
}

.title.alt h2 {
	background: transparent;
}

.title.alt {
	position: relative;
	overflow: hidden;
}

.title.alt h2 i {
	width: 5000px;
	height: 1px;
	background: black;
	position: absolute;
	top: 60%;
}

.title.alt .lt {
	left: 110%;
}

.title.alt .rt {
	right: 110%;
}

.title.to-left {
	text-align: left;
}

.title.to-left h2 {
	padding-left: 0;
}

.title.to-left h2:before {
	display: none;
}

.row .flex .col {
	margin-top: 1.5em;
}

.row .flex {
	margin-top: -1.5em;
}

/* 
	GO
*/

/*header modules*/

.logo {
	margin: .75em 0 0;
	font-size: 1em;
	max-width: 10em;
	position: relative;
	left: 50%;
    margin-left: -4.6em;
}

.logo a {
	display: block;
}

.search {
	display: block;
	width: 1.5em;
}

header .absolute {
	position: absolute;
	top: 1.25em;
}

header .absolute.search {
	right: 1em;
}

header .absolute.burger {
	left: 1em;
}

header nav {
	text-align: center;
	display: none;
}

header nav ul {
	margin: 1.5em 0;
}

header nav li {
	display: inline-block;
	margin: 0 1%;
}

header nav a {
	font-size: 95%;
	text-transform: uppercase;
	letter-spacing: .25em;
}

header.scroll,
.inner-fixed.scroll {
	padding: .75em 0;
    position: fixed;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #e6e6e6;
}

.inner-fixed.scroll {
	top: 0;
}

header.scroll h1 img,
.inner-fixed.scroll h1 img {
	display: none;
}

header.scroll h1 a,
.inner-fixed.scroll h1 a {
	width: 3em;
	height: 3em;
	background: url(img/svg/logo-scroll.svg) no-repeat center;
	background-size: 3em 3em;
}

header.scroll .logo,
.inner-fixed.scroll .logo {
	width: 3em;
	height: 3em;
	margin: 0;
	max-width: 3em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

header.scroll .absolute,
.inner-fixed.scroll .absolute {
	top: .75em;
	z-index: 1;
}

header.scroll nav ul,
.inner-fixed.scroll nav ul {
	margin: 0;
}

header.scroll nav,
.inner-fixed.scroll nav {
	padding: .75em 0;
}

/*footer modules*/

footer {
	background: #000;
}

footer li {
	display: inline-block;
}

footer a, footer p {
	font-size: 95%;
}

footer, footer a {
	color: white;
	text-transform: capitalize;
}

footer nav li {
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid white;
	line-height: 1;
}

footer nav li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

footer .social li {
	margin: 0 .5em;
}

footer .social a {
	display: inline-block;
	width: 2em;
	height: 2em;
	background: white;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

footer .social i {
	color: black;
	line-height: 1.6em;
	font-size: 1.3em;
}

/*sticky social module*/

.social-sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #efeeea;
	text-align: center;
	margin: 0;
	padding: .75em 0;
	z-index: 4;
	display: none;
}

.social-sticky li {
	display: inline-block;
	margin: 0 .5em;
}

.social-sticky a {
	display: inline-block;
	width: 2em;
	height: 2em;
	/*background: url(img/svg/facebook.svg) no-repeat center;
	background-size: 2em 2em;*/
	border-radius: 50%;
	background: url(img/jpg/pattern.jpg);
	background-position: -200px 30px;
	line-height: 2em;
	text-align: center;
	color: #fff;
}

.social-sticky a .fa {
	font-size: 25px;
	line-height: 1.64em;
}

.social-sticky .twitter {
	/*background-image: url(img/svg/twitter.svg);*/
	border-radius: 50%;
	background: url(img/jpg/pattern.jpg);
	background-position: -200px 0;
}

.social-sticky .pinterest {
	/*background-image: url(img/svg/instagram.svg);*/
	border-radius: 50%;
	background: url(img/jpg/pattern.jpg);
	background-position: -200px 90px;
}

.social-sticky .snapchat {
	/*background-image: url(img/svg/snapchat.svg);*/
	border-radius: 50%;
	background: url(img/jpg/pattern.jpg);
	background-position: -200px -40px;
}

/*article box module*/

.article-box h2, .article-box h3 {
	line-height: 1.2;
	margin-bottom: .5em;
}

.article-box h2 a, .article-box h3 a {
	text-decoration: none;
}

.article-box img {
	display: block;
	width: 100%;
}

.article-box .img-desktop {
	display: none;
}

.article-box .image-link {
	display: block;
	overflow: hidden;
	position: relative;
	right: -1em;
	margin-left: -2em;
}

.article-box.in-slider .image-link {
	right: 0;
	margin-left: 0;
}

.article-box .image-link img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.article-box .image-link span {
	display: none;
}

.article-box .image-link.with-video span,
.product-img-big.with-video span,
.article .with-video span {
	display: block;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	border: 2px solid white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2.5em;
	margin-left: -2.5em;
}

.article-box .image-link span i,
.product-img-big.with-video span i,
.article .with-video span i {
	width: 1.8em;
	height: 1.8em;
	background: url(img/svg/play.svg) no-repeat center;
	background-size: 1.8em 1.8em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.9em;
	margin-left: -.78em;
}

.slider-container .article-box article {
	margin: -3em 1em 0;
}

.article-box article {
	margin: -3em 0 0;
	padding: 1.5em;
	background: white;
	position: relative;
	z-index: 2;
}

.related-articles .article-box article {
	border-bottom: 1px solid black;
}

.article-box .actions {
	font-size: 85%;
}

.article-box .actions .link {
	float: left;
	text-decoration: none;
}

.article-box .actions .share {
	float: right;
	width: 5em;
	text-align: center;
	height: 1.5em;
	overflow: hidden;
	margin-top: -.1em;
}

.article-box .actions .share .link {
	float: none;
	text-decoration: none;
}

.article-box .actions .share ul {
	margin: 0 auto;
}

.article-box .actions .share li {
	display: inline-block;
	margin: 0 0 0 .5em;
}

.article-box .actions .share li:first-child {
	margin: 0;
}

.article-box .actions .share .above,
.article-box .actions .share .below {
	-webkit-transform: translate(0, -1.5em);
	-ms-transform: translate(0, -1.5em);
	-o-transform: translate(0, -1.5em);
	transform: translate(0, -1.5em);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/*shop my styles*/

.item-used .pic {
	display: block;
}

.item-used .used {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.item-used .used a {
	position: absolute;
	bottom: 0;
	width: 50%;
	background: white;
	padding: .5em;
}

.item-used .used a:first-child {
	left: 0;
}

.item-used .used a:first-child + a {
	right: 0;
}

.item-used .used a img {
	max-width: 70%;
	display: inline;
}

.item-used .used a span {
	display: none;
}

.relative .owl-controls {
	position: absolute;
	bottom: -3em;
	height: 9.22px;
	left: 1em;
	width: calc(100% - 2em);
}

.relative .owl-prev,
.relative .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -4.5px;
	left: 0;
	width: 31.286px;
	height: 9.228px;
	background: url(img/svg/arrow-left.svg) no-repeat center;
    background-size: 31.286px 9.228px;
}

.relative .owl-next {
	left: inherit;
	right: 0;
	background-image: url(img/svg/arrow-right.svg);
}

.relative .owl-dots {
	height: 1px;
    width: calc(100% - 160px);
    background: rgba(0,0,0,.1);
    margin: 0 80px;
    top: 50%;
    position: relative;
    overflow: hidden;
}

.relative .owl-dot {
	float: left;
	width: 25%;
    height: 1px;
    background: rgba(0,0,0,.4);
}

.relative .owl-dot.active {
	background: black;
}

.owl-loaded.relative {
    margin-bottom: 6em;
}

/*trending ad box*/

.flowers {
	background: url(img/jpg/background.jpg) no-repeat center;
	background-size: cover;
}

.ad-box {
	background: gray;
	height: 25em;
	padding: 2em;
	text-align: center;
}

.ad-box .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 1em 3.5em;
}

.ad-box h4,
.ad-box p {
	font-family: 'Raleway';
}

.ad-box h4 {
	text-transform: uppercase;
	font-size: 300%;
	line-height: 1.2;
	margin-bottom: .5em;
}

.ad-box p {
	font-size: 120%;
	line-height: 1.4;
}

.trending .flex {
	margin-top: -1.5em;
	padding-bottom: 2em;
}

.trending .col {
	margin-top: 1.5em;
}

.trending .col:first-child .table-cell {
	text-align: right;
}

.trending .col:first-child + .col h4,
.trending .col:first-child + .col p {
	color: white;
}

.trending .col:first-child h4 {
	margin-bottom: 0;
}

.trending .col:first-child p {
	color: #da3e80;
	margin: 0;
	padding-right: 8px;
	font-size: 180%;
}

.trending .col:first-child + .col p {
	border-top: 1px solid;
	padding-top: .75em;
	margin-right: 1em;
	margin-left: 1em;
}

.trending .col:first-child .ad-box {
	background: white url(img/jpg/trending-poco.jpg) no-repeat center;
	background-size: contain;
}

.trending .col:first-child + .col .ad-box {
	background: url(img/jpg/trending-london.jpg) no-repeat center;
	background-size: cover;
}

/*collection item box*/

.item-box .item-link {
	display: block;
	margin-bottom: 2em;
	padding-top: 15px;
}

.item-box h3 {
	line-height: 1.25;
}

/*instagram box*/

.instagram .grid-item,
.instagram .grid-sizer {
	width: 20%;
}

.instagram .grid-item {
	float: left;
}

.instagram .grid-item.big {
	width: 40%;
}

.instagram .grid-item a,
.instagram .grid-item img {
	display: block;
}

.instagram-parent {
	background: #f8f8f8;
	padding-bottom: 2em;
}

/*category page*/

.header-divider {
	padding: 0 0 .75em;
    background: white;
    border-bottom: 1px solid #939598;
}

.other-categories {
	background: black;
	text-align: center;
	padding: 1px 2em;
}

.other-categories * {
	color: white;
}

.other-categories li {
	padding: .5em 0;
	border-top: 1px solid;
}

.other-categories li:first-child {
	border-top: 0;
	padding-top: 0;
}

.other-categories a {
	text-transform: uppercase;
	font-size: 140%;
}

.product ul h2 {
	font-size: 1.778em;
}

.only-tablet {
	display: none;
}

.product img {
	padding: .5em;
	border: 1px solid rgba(0,0,0,.1);
}

.product input[type='text'] {
	border: 0;
	padding: 0;
}

.product .btn {
	font-size: 120%;
	text-align: center;
	display: block;
}

.product-colors li,
.product-tiny-images li {
	float: left;
	width: 25%;
	padding-left: .5em;
}

.product-tiny-images li {
	width: 33.33%;
}

.product-tiny-images,
.product-colors ul {
	margin-left: -.5em;
}

.product-img-big.relative {
	position: relative;
}

.product .flex .col:first-child {
	-webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    -o-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
}

.product .flex .col:first-child + .col {
	display: none;
}

.product-price li {
	float: left;
	width: 50%;
}

.product-price h2 {
	margin: 0;
}

.product-price .relative {
	position: relative;
	float: right;
}

.product-price div {
	width: 4.5em;
	height: 2.5em;
	border: 1px solid black;
}

.product-price a {
	display: block;
	width: 2em;
	height: calc(50% - .25em);
	position: absolute;
	top: .25em;
	background: url(img/svg/caret-up.svg) no-repeat center;
	background-size: .5em .5em;
	z-index: 2;
}

.product-price a:first-child + a {
	top: inherit;
	bottom: .25em;
	background: url(img/svg/caret-down.svg) no-repeat center;
	background-size: .5em .5em;
}

.product-price input[type='text'] {
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-width: 100%;
	padding-left: 2.5em;
}

.product-action {
	margin: -1px 0 0;
	border-bottom: 1px solid rgba(0,0,0,.3);
}

.product-action li {
	width: 50%;
	float: left;
	border-left: 1px solid rgba(0,0,0,.3);
}

.product-action li:first-child {
	border-left: 0;
}

.product-action a {
	display: block;
	padding: 1em;
	text-align: center;
}

.product-action a i {
	display: inline-block;
	width: 2em;
	height: 2em;
	vertical-align: middle;
	background: url(img/svg/user.svg) no-repeat center;
	background-size: 2em 2em;
	margin-right: .5em;
	text-align: center;
}

.product-action li:first-child + li a i {
	background: url(img/svg/cart.svg) no-repeat center;
	background-size: 2em 2em;
}

.product-action .relative {
	position: relative;
}

.product-action i {
	padding-top: .35em;
}

.product-action span {
	display: none;
}

.product .maximize {
	display: block;
	width: 2.5em;
	height: 2.5em;
	background: url(img/svg/plus.svg) no-repeat center;
	background-size: 2.5em 2.5em;
	position: absolute;
	bottom: 0;
	right: 0;
}

.product .link-parent {
	text-align: center;
}

.product .product-text ul li {
	list-style-type: disc;
	list-style-position: inside;
}

/*blog article*/

.article blockquote p {
	font-size: 150%;
	font-family: 'Playfair Display';
	line-height: 1.35;
	color: black;
}

.article .to-left {
	-webkit-opacity: .3;
	-moz-opacity: .3;
	-ms-opacity: .3;
	-o-opacity: .3;
	opacity: .3;
}

.article h2 {
	line-height: 1.35;
}

.article p {
	line-height: 1.8;
}

.article .article-box p {
	line-height: inherit;
}

.article .relative {
	position: relative;
}

.article .corner-stick {
	position: relative;
	right: -1em;
    margin-left: -2em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.article .see-also {
	position: relative;
	background: rgba(0,0,0,.02);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 2em 0 1em;
}

.article .see-also h3 {
	font-size: 120%;
	margin: 0;
	padding: 1em;
	text-transform: uppercase;
}

.article .see-also span {
	position: absolute;
	background: black;
	color: white;
	text-transform: uppercase;
	font-family: 'Playfair Display';
	top: -1.2em;
	left: 1em;
	font-size: 90%;
	letter-spacing: 0.1em;
	padding: .3em .8em;
}

.article .related-articles .title,
.article-collection-wrap .title {
	position: relative;
	text-align: left;
	margin: 2em 0 1em;
}

.article .related-articles h4,
.article-collection-wrap h4 {
	display: inline-block;
	background: black;
	color: white;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding: .3em .8em;
	margin: 0;
	position: relative;
	z-index: 1;
}

.article .related-articles .title span,
.article-collection-wrap .title span {
	display: block;
	width: 100%;
	height: 1px;
	background: black;
	position: absolute;
	top: 50%;
	z-index: 0;
}

.article-nav {
	margin: 2em 0 4em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: 'Playfair Display';
}

.article-nav a {
	float: right;
	position: relative;
	font-size: 80%;
}

.article-nav a:first-child {
	float: left;
}

.article-nav i {
	display: inline-block;
	width: 50px;
    height: 14.74px;
    background: url(img/svg/arrow-left.svg) no-repeat center;
    background-size: 50px 14.74px;
}

.article-nav a:first-child + a {
	text-align: right;
}

.article-nav a:first-child + a i {
	background: url(img/svg/arrow-right.svg) no-repeat center;
    background-size: 50px 14.74px;
}

.article-nav a span {
	display: block;
	margin-top: .5em;
}

.three-images {
	margin-top: 3em !important;
    margin-bottom: 2em !important;
}

.three-images ul {
	overflow: hidden;
}

.three-images li {
	float: left;
	width: 33.33%;
}

.article-collection-wrap .title {
	display: none;
}

.single-post .see-also-wrap .see-also {
	display: none;
}

.single-post .see-also-wrap .see-also:first-child {
	display: block;
}

/*		
    collection
*/	

.slider-vertical-controls {		
	font-size: 130%;		
	position: absolute;		
	top: 50%;		
	right: 0;		
	margin-top: calc((-1.2em * 5) / 2);		
	z-index: 2;		
}		
.slider-vertical-controls {		
	width: 4em;		
	height: calc(1.2em * 5);		
}		
.slider-vertical-controls ul {		
	margin: 0;		
}		
.slider-vertical-controls li {		
	height: 1.2em;		
}		
.slider-vertical-controls a {		
	position: relative;		
	width: 1.5em;		
	display: inline-block;		
	color: white;		
	text-decoration: none;		
}		
.slider-vertical-controls a:after,		
.slider-vertical-controls a:before {		
	content: '';		
	display: inline-block;		
	width: 1em;		
	height: 2px;		
	background: white;		
	vertical-align: middle;		
	position: absolute;		
	top: 50%;		
	margin-top: -1px;		
}		
.slider-vertical-controls a:after {		
	right: -1.5em;		
}		
.slider-vertical-controls a:before {		
	right: -2.5em;		
	display: none;		
}		
.slider-vertical-controls a:hover:before,		
.slider-vertical-controls a.active:before {		
	display: inline-block;		
}		
.collection .hero {		
	position: relative;		
}		
.filter-bar {		
	margin: 1em 0;		
}		
.filter-bar .toggle {		
	overflow: hidden;		
	background: rgba(0,0,0,.2);		
	padding: 1em;		
	-webkit-border-radius: 5px;		
	-moz-border-radius: 5px;		
	-ms-border-radius: 5px;		
	-o-border-radius: 5px;		
	border-radius: 5px;		
}		
.filter-bar .burger {		
	float: right;		
}		
.filter-bar li {		
	padding: .5em 0;		
    border-top: 1px solid;		
}		
.filter-bar li:first-child {		
	border-top: 0;		
    padding-top: 0;		
}		
.filter-bar ul {		
	display: none;		
	text-align: center;		
}		
.filter-bar ul a {		
	text-transform: uppercase;		
    font-size: 140%;		
}		
.collection {		
	padding-bottom: 3em;		
}		
.heading-wrap {		
	text-align: center;		
	overflow: hidden;		
}		
.heading {		
	position: relative;		
	display: inline-block;		
}		
.heading h2 {		
	margin: 0;		
}		
.heading h2:before,		
.heading h2:after {		
	content: '';		
	display: inline-block;		
	vertical-align: middle;		
	height: .15em;		
	width: .15em;		
	background: transparent;		
	-webkit-border-radius: 50%;		
	-moz-border-radius: 50%;		
	-ms-border-radius: 50%;		
	-o-border-radius: 50%;		
	border-radius: 50%;		
	margin-top: -10px;		
	-webkit-transition: all 1s;		
	-o-transition: all 1s;		
	transition: all 1s;		
}		
.heading h2:before {		
	margin-right: 1.35em;		
}		
.heading h2:after {		
	margin-left: 1.35em;		
}		
.heading span {		
	position: absolute;		
	top: 50%;		
	height: 1px;		
	background: transparent;		
	width: 1500px;		
}		
.heading .to-left {		
	left: -1550px;		
}		
.heading .to-right {		
	right: -1550px;		
}		
.heading span i {		
	position: absolute;		
	top: 0;		
	height: 1px;		
	background: black;		
	-webkit-transition: all 3s;		
	-o-transition: all 3s;		
	transition: all 3s;		
	width: 0;		
}		
.heading .to-left i {		
	right: 0;		
}		
.heading .to-right i {		
	left: 0;		
}		
.heading-wrap.makethembig i {		
	width: 1500px;		
}		
.heading-wrap.makethembig h2:before,		
.heading-wrap.makethembig h2:after {		
	background: black;		
}

.related-articles {
	z-index: 4;
	background: #fff;
}

.shop-my-style,
.shop-my-style-widget {
	z-index: 4;
	position: relative;
}

.default-template-content {
	min-height: 400px;
}

.collection-slider img {
	max-height: 282px;
	max-width: 282px;
	display: inline-block !important;
}

.mCSB_draggerRail {
	background: #e5e5e5 !important;
	height: 1px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mCSB_draggerContainer {
	width: calc(100% - 160px) !important;
	margin: 0 80px !important;
}

.mCSB_dragger_bar {
	height: 1px !important;
	background: #000 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mCSB_buttonRight {
	background-image: url(img/svg/arrow-right.svg) !important;
	width: 31.286px !important;
    height: 9.228px !important;
    -webkit-background-size: 31.286px 9.228px !important;
    background-size: 31.286px 9.228px !important;
    background-position: 0 0 !important;
    opacity: 1 !important;
    top: -4px !important;
}

.mCSB_buttonLeft {
	background-image: url(img/svg/arrow-left.svg) !important;
	width: 31.286px !important;
    height: 9.228px !important;
    -webkit-background-size: 31.286px 9.228px !important;
    background-size: 31.286px 9.228px !important;
    background-position: 0 0 !important;
    opacity: 1 !important;
    top: -4px !important;
}

.collection-slider .owl-controls,
.shop-my-style .owl-controls,
.article-slider .owl-controls {
	display: none;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
	padding-bottom: 40px;
}

.collection-slider,
.shop-my-style,
.article-slider {
	margin-bottom: 0 !important;
}

.shop-my-style .mCSB_scrollTools_horizontal {
	left: 1em;
    width: calc(100% - 2em);
}

footer .mobile {
	display: none;
}

header .inner-fixed {
	display: none;
}

.hide-element {
	display: none !important;
}

/* Building blocks */

.building-blocks .block {
	margin-bottom: 40px;
}

.building-blocks .block1 img {
	display: block;
	margin-bottom: 45px;
}

.building-blocks .article-slider .mCSB_horizontal.mCSB_inside > .mCSB_container {
	padding-bottom: 28px;
}

.building-blocks .block3 {
	max-width: 1100px;
    margin: 0 auto 60px auto;
}

.building-blocks .block4 {
	overflow: hidden;
}

.building-blocks .block4 .column {
	width: 41%;
	float: left;
}

.building-blocks .block4 .column:last-child {
	float: right;
	width: 53%;
}

.building-blocks .block4.reversed .column {
	width: 53%;
	float: left;
}

.building-blocks .block4.reversed .column:last-child {
	float: right;
	width: 41%;
}

.building-blocks .block4 .column p:first-child {
	margin-top: 0;
}

.building-blocks .block5 form {
	width: 610px;
	max-width: 100%;
	margin: 0 auto;
}

.building-blocks .block5 form p {
	overflow: hidden;
}

.building-blocks .block5 form p input[type="submit"] {
	float: right;
}

.building-blocks .block5 form p label {
	width: 20%;
	float: left;
}

.building-blocks .block5 form p input[type="text"],
.building-blocks .block5 form p input[type="email"] {
	width: 80%;
	float: left;
}

.building-blocks .block6 .collection .row:last-child {
	margin-bottom: 0;
}

.building-blocks .block6 .collection {
	padding-bottom: 0;
}

.building-blocks .block5 .status {
	display: none;
}

.building-blocks .block5 .status.error {
	color: #ff0000;
}

.related-articles {
	display: none;
}

/* End building-blocks */

/*
	burger menu
*/

.burger-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow-y: auto;
	display: none;
}

.burger-menu .close {
	position: absolute;
	top: .75em;
	right: .75em;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8;
}

.burger-menu-overlay {
	display: block;
	width: 5000px;
	height: 5000px;
	background: white;
	position: fixed;
	bottom: calc(-5000px * 1.5 * 1.414 / 2);
	right: calc(-5000px * .5 * 1.414 / 2);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 9999;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.burger-menu-overlay.animation {
	bottom: calc(-5000px * 1.414 * .5 / 2);
	right: calc(+5000px * .25 * 1.414 / 2);
}

.burger-menu .holder,
.burger-menu .right,
.burger-menu .left {
	height: 100%;
}

.burger-menu .right {
	display: none;
}

.burger-menu .left {
	width: 100%;
	background: white;
	padding: 0 .75em;
}

.burger-menu .left .flex.two {
	margin-left: -1em;
}

.burger-menu .left .col {
	-webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    -o-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
    padding-left: 1em;
}

.burger-menu .left li {
	margin-top: .4em;
	padding-top: .4em;
	border-top: 1px solid #eb78af;
}

.burger-menu .left li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

.burger-menu .left a {
	font-family: 'Playfair Display';
	font-size: 110%;
	line-height: 1.2;
	color: rgba(0,0,0,.8);
}

.burger-menu .left a:hover {
	text-decoration: none;
}

.burger-menu .left a,
.burger-menu .right h3 {
	color: rgba(0,0,0,.7);
}

.burger-menu .right h3 {
	margin-bottom: 0.5em;
}

header nav {
	position: relative;
}

header .header-dropdown {
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
    z-index: 4;
    /*padding-bottom: 1em;*/
    padding-bottom: 0;
    left: 0;
    top: 58px;
    box-shadow: 0 3px 5px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px -2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 5px -2px rgba(0,0,0,0.2);
    padding-left: 1.35em;
    padding-right: 1.35em;
    padding-top: 1.35em;
}

header .header-dropdown ul {
	overflow: hidden;
	margin: 0;
}

header .header-dropdown ul li {
	float: left;
	width: 32%;
	margin-right: 2% !important;
	margin-left: 0 !important;
	text-align: left;
}

header .header-dropdown ul li:last-child {
	margin-right: 0 !important;
}

header .header-dropdown h2 {
	font-size: 24px;
}

header .header-dropdown .read-full {
	text-transform: uppercase;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 90%;
}

header .header-dropdown .read-full:after {
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 31.286px;
    height: 9.228px;
    background: url(img/svg/arrow-right.svg) no-repeat center;
    background-size: 31.286px 9.228px;
    margin-top: -.2em;
    margin-left: .75em;
}

header .header-dropdown .read-full:hover {
	text-decoration: none;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
}

header .header-dropdown .read-full:hover:after {
	-webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

/*.no-touch header li:hover .header-dropdown {
	display: block;
}*/

/*.header-dropdown>.container {
	display: none;
}*/

header .header-dropdown .img a:hover {
	opacity: 1;
}

.inner-fixed .header-dropdown {
	top: 63px;
}

header .inner-fixed {
	height: 76px;
}

.inner-desktop nav>ul>li>a,
.inner-fixed nav>ul>li>a {
	display: inline-block;
	position: relative;
}

.inner-desktop nav>ul>li>a:before,
.inner-fixed nav>ul>li>a:before {
	position: absolute;
    content: "";
    background-color: #000;
    height: 1px;
    width: 0;
    max-width: 98%;
    left: 0;
    bottom: -4px;
    z-index: 1;
    transition: all .6s cubic-bezier(1,0,0,1);
}

.inner-desktop nav>ul>li:hover>a:before,
.inner-fixed nav>ul>li:hover>a:before {
	width: 98%;
}

.interior-filters {
	background: #fafafa;
	margin-bottom: 50px;
}

.interior-filters ul {
	overflow: hidden;
	margin-top: 0;
}

.interior-filters ul li {
	float: left;
	width: 16.6666666667%;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}

.page-id-9499 .interior-filters ul li {
	width: 18%;
}

.page-id-9499 .interior-filters ul .all {
	width: 10%;
}

.interior-filters ul li a {
	display: block;
}

.interior-filters ul li:first-child {
	border-right: 1px solid #efefef;
}

.main-slider .item {
	display: none;
}

.main-slider.owl-loaded .item {
	display: block;
}

.burger-menu .ad-box h4 {
	font-family: 'aurablueboldregular' !important;
}

.contact-page .wpcf7-form div:nth-child(2) {
    width: 48%;
    float: left;
}

.contact-page .wpcf7-form div:nth-child(3) {
    float: right;
    width: 48%;
}

.contact-page .wpcf7-form div {
	margin-bottom: 10px;
}

.contact-page .wpcf7-form div:nth-child(4),
.contact-page .wpcf7-form div:nth-child(5),
.contact-page .wpcf7-form div:nth-child(6),
.contact-page .wpcf7-form div:nth-child(7) {
    width: 100%;
    clear: both;
}

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

.contact-page .wpcf7-form select {
	width: 250px;
	max-width: 100%;
}

.contact-page {
	padding-bottom: 40px;
}

.contact-page .wpcf7-form {
	width: 70%;
	margin: 0 auto;
}

.single-post .bo-con {
	width: 49% !important;
	float: left !important;
	position: static !important;
	margin: 0 !important;
	margin-right: 1% !important;
	margin-bottom: 8px !important;
}

.single-post .bo-con .bo-box {
	width: 100% !important;
	box-sizing: border-box !important;
}

.single-post .bo-con:nth-child(2n+1) {
	clear: both;
}

.single-post .bo-con:nth-child(2n) {
	margin-right: 0 !important;
}

.single-post .bo-con:after,
.single-post .bo-con:before {
	display: none !important;
}

.single-post .bo-garden {
	height: auto !important;
	min-height: 0 !important;
}

.header-search input {
	border-top: none;
	border-left: none;
	border-right: none;
	padding-left: 0;
	padding-right: 0;
}

.header-search {
	position: absolute;
    right: 115px;
    top: 27px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition-timing-function: ease;
    width: 0;
    overflow: hidden;
}

.header-search.show-form {
	width: 200px;
}

.inner-fixed .header-search {
	top: 64px;
	right: 81px;
	z-index: 1;
}

.inner-fixed .header-search input {
	padding-left: 5px;
	padding-right: 5px;
}

body.search {
	width: auto;
}

.search .results-item {
	margin-bottom: 40px;
}

.search .results-item img {
	margin-bottom: 20px;
	display: block;
	width: 600px;
}

.search-results .pagination {
	margin-bottom: 40px;
}

.search-results .pagination a,
.search-results .pagination span {
	font-size: 1.1em;
	margin-right: 10px;
}

.shop-my-style .item img {
	max-height: 380px;
	width: auto;
	display: inline-block;
}

.shop-my-style .item {
	text-align: center;
}

.home .shop-my-style {
	background: #fff;
}

.default-template-content .archives-list {
	padding-bottom: 40px;
}

.default-template-content .archives-list h3 {
	font-size: 1.424em;
}

.filter-preloader {
	text-align: center;
	display: none;
}

.filter-preloader img {
	display: inline-block;
}

.interior-filters .active {
	text-decoration: underline;
}

/*.inner-fixed.scroll nav {
	padding-top: 0;
}*/

.home .grid-item img,
.home .grid-item .img {
	width: 235px;
	height: 218px;
	display: block;
}

.home .grid-item.big img,
.home .grid-item.big .img {
	width: 475px;
	max-width: 100%;
	height: 441px;
	display: block;
}
.home .instagram .grid-item {
	margin-top: 5px;
}

#rs-ltk-widget-2-wrapper #rs-ltk-widget-2-extra-style-wrapper .rs-ltk-content-frame-wrapper .rs-ltk-widget-content-wrapper .rs-ltk-content-wrapper {
	display: block !important;
}

#rs-ltk-widget-2-wrapper #rs-ltk-widget-2-extra-style-wrapper .rs-ltk-content-frame-wrapper .rs-ltk-widget-content-wrapper .rs-ltk-content-wrapper .rs-ltk-wrapper {
	width: 100% !important;
	height: auto !important;
}

.burger-menu .right .bordered .table-cell {
	position: relative;
}

.burger-menu .right .bordered .close {
	right: 20px;
    left: auto;
    top: 20px;
}

.burger-menu>.close {
	display: none;
}

.single-post .editable-area p a {
	color: #ec7baf;
}

.single-post .editable-area .article-title {
	margin-bottom: 10px;
}

.single-post .editable-area .post-date {
	text-transform: uppercase;
    font-size: 17px;
}

/*
	RESPONSIVE
*/


/* 480px and above */
@media screen and (min-width: 30.000em) {
	.article-box .actions .share li {
		margin: 0 0 0 .75em;
	}
}

/* 640px and above */
@media screen and (min-width: 40.000em) {
	.social-sticky {
		display: none;
	}
	.slider-container {
		padding: 1px 1em;
	}
	.flex.two .col,
	.flex.four .col {
		-webkit-flex: 0 50%;
		-moz-flex: 0 50%;
		-ms-flex: 0 50%;
		-o-flex: 0 50%;
		flex: 0 50%;
		width: 50%;
	}
	.logo {
		max-width: 15em; 
		margin-left: -7.5em;
	}
	header .absolute {
		top: 1.65em;
	}
	.in-slider.article-box .img-desktop {
		display: block;
	}
	.in-slider.article-box .img-mobile {
		display: none;
	}
	.article-box .image-link {
		right: 0;
		margin-left: 0;
	}
	.article-box article {
		margin: -4em 1em 0;
		padding: 1.25em;
	}
	.single-post .article-box article {
		padding-left: 0.7em;
		padding-right: 0.7em;
		padding-top: 1em;
	}
	.article-box h2, .article-box h3 {
		line-height: 1.2;
    	/*height: 1.25em;*/
    	/*overflow: hidden;*/
	}
	.other-categories {
		display: none;
	}
	.product-action span {
		display: inline-block;
	}
	.article-nav a {
		font-size: 90%;
	}
	.filter-bar .toggle {		
		display: none;		
	}		
	.filter-bar ul {		
		display: block !important;		
		text-align: center;		
		overflow: hidden;		
		background: rgba(0,0,0,.05);		
	}		
	.filter-bar li {		
		padding: 0;		
	    border-top: 0;		
	    display: block;		
	    float: left;		
	    width: 20%;		
	}		
	.filter-bar li:first-child {		
		border-top: 0;		
	    padding-top: 0;		
	}		
	.filter-bar li:first-child a {		
		font-weight: 600;		
	}		
	.filter-bar ul a {		
		text-transform: uppercase;		
		font-size: 100%;		
		line-height: 4;		
	}
}

/* 768px and above */
@media screen and (min-width: 48.000em) {
	.flex.three .col {
		-webkit-flex: 0 33.33%;
		-moz-flex: 0 33.33%;
		-ms-flex: 0 33.33%;
		-o-flex: 0 33.33%;
		flex: 0 33.33%;
		width: 33.33%;
	}
	.title h2 {
		padding: 0 2em;
	}
	.title h2:before {
		left: -1.5em;
	}
	.title h2:after {
		right: -1.5em;
	}
	.row {
		margin: 2em 0;
	}
	header nav {
		display: block;
	}
	header nav ul {
		margin: 2em 0 0 0;
	}
	footer nav a:hover {
		text-decoration: none;
		color: white;
	}
	.slider-container .row {
		margin: 0;
	}
	.article-box.in-slider {
		position: relative;
	}
	.article-box.in-slider article {
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		width: 70%;
	}
	/*.article-box article {
		border: 0;
	}*/
	.link i {
		display: none;
	}
	.ad-box p {
		font-size: 150%;
	}
	.trending .flex {
		padding-bottom: 3em;
	}
	.instagram-parent {
		padding-bottom: 3em;
	}
	.header-divider {
		padding: 0;
	}
	.only-mobile {
		display: none;
	}
	.only-tablet {
		display: block;
	}
	.product .btn {
		font-family: 'Raleway';
		text-transform: uppercase;
		font-size: 150%;
	}
	.product .flex .col:first-child {
		padding-right: 1em;
	}
	.product .flex .col:first-child + .col {
		padding-left: 1em;
		display: block;
	}
	.product .flex .col:first-child,
	.product .flex .col:first-child + .col {
		-webkit-flex: 0 50%;
	    -moz-flex: 0 50%;
	    -ms-flex: 0 50%;
	    -o-flex: 0 50%;
	    flex: 0 50%;
	    width: 50%;
	}
	.product-img-big.owl-loaded.relative {
		margin-bottom: 0;
	}
	.product-img-big .owl-controls {
		display: none;
	}
	.article blockquote p {
		font-size: 180%;
		font-family: 'Playfair Display';
		line-height: 1.4;
	}
	.article p {
		font-size: 120%;
		line-height: 1.65;
		color: rgba(0,0,0,.75);
	}
	.article-box article p {
		font-size: 100%;
	}
	.article-title {
		font-size: 250%;
	}
	.article .see-also {
		margin: 3em 0 2em;
	}
	.article .corner-stick {
		right: 0;
		margin-left: 0;
	}
	.article-nav a {
		font-size: 100%;
	}
	.related-articles {
		overflow: hidden;
	}
	.related-articles .title {
		clear: both;
	}
	.related-articles .article-box {
		float: left;
		width: 33.33%;
		padding-left: 1em;
	}
	.related-articles .article-box.first {
		padding-left: 0;
	}
	.slider-vertical-controls a {		
		font-weight: 600;		
	}		
	.slider-vertical-controls li {		
		height: 1.7em;		
	}		
	.slider-vertical-controls {		
		height: calc(1.7em * 5);		
	}		
	.slider-vertical-controls {		
		margin-top: calc((-1.7em * 5) / 2);		
	}
	/*
		burger menu
	*/
	.burger-menu .close {
		top: 3em;
		left: 2em;
		right: inherit;
	}
	.burger-menu .left {
		padding: 0 2em;
	}
	.burger-menu .left .flex.two {
		margin-left: -2em;
	}
	.burger-menu .left .col {
	    padding-left: 2em;
	}
	.burger-menu .left, .burger-menu .right {
		width: 50%;
	}
	.burger-menu .right {
		display: block;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 2em;
		padding-right: 2em;
		padding-bottom: 2em;
	}
	.burger-menu .right .table {
		padding-left: 3em;
	}
	.burger-menu .right .bordered {
		height: 100%;
		border-top: 3px solid white;
		border-right: 3px solid white;
		border-bottom: 3px solid white;
	}
	.burger-menu .ad-box {
		background: gray;
		/*padding: 1.125em 2em 1.125em 1.125em;*/
		padding: 1.125em 0 0 1.125em;
		text-align: center;
		/*width: 17.625em;*/
		width: 15.620em;
		height: 16em;
		position: relative;
		/*background: white url(img/jpg/trending-poco.jpg) no-repeat center;*/
		background: white url(img/jpg/poco-image.jpg) no-repeat center;
		background-size: contain;
		background-position: 0 center;
	}
	.burger-menu .ad-box .btn {
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 0.41em 2.25em;
	}
	.burger-menu .ad-box .btn span {
		font-size: 70%;
    	letter-spacing: 0.5px;
	}
	.burger-menu .ad-box h4,
	.burger-menu .ad-box p {
		font-family: 'Raleway';
	}
	.burger-menu .ad-box h4 {
		text-transform: uppercase;
		font-size: 300%;
		line-height: 1.2;
		margin-bottom: .5em;
	}
	.burger-menu .ad-box p {
		font-size: 120%;
		line-height: 1.4;
	}
	.burger-menu .ad-box .table-cell {
		text-align: right;
	}
	.burger-menu .ad-box h4 {
		margin-bottom: 0;
		position: relative;
		left: -11px;
		top: -19px;
	}
	.burger-menu .ad-box p {
		color: #da3e80;
		margin: 0;
		text-transform: uppercase;
		padding-right: 5px;
		position: relative;
    	top: -8px;
	}
	.burger-menu .right ul {
		overflow: hidden;
		margin-bottom: 3em;
	}
	.burger-menu .right li {
		float: left;
		margin-left: .5em;
	}
	.burger-menu .right li:first-child {
		margin-left: 0;
	}
	.burger-menu .right ul a {
		display: inline-block;
		width: 2.5em;
		height: 2.5em;
		background: #eb78af;
		display: table;
		text-align: center;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius: 50px;
	}
	.burger-menu .right ul a:hover {
		text-decoration: none;
	}
	.burger-menu .right ul a i {
		display: table-cell;
		vertical-align: middle;
		color: white;
		font-size: 135%;
	}
}

/* 960px and above */
@media screen and (min-width: 60.000em) {
	.flex.four .col {
		-webkit-flex: 0 25%;
		-moz-flex: 0 25%;
		-ms-flex: 0 25%;
		-o-flex: 0 25%;
		flex: 0 25%;
		width: 25%;
	}
	.logo {
		margin: 1.5em;
		max-width: 18em;
		margin-left: -9em;
	}
	.btn.animated:hover {		
		/*transform: scale(1.1);*/		
	}
	.product-add .btn.animated:before {
	    top: -18px;
	    left: -67px;
	    width: 160px;
	    height: 40px;
	    background-size: 160px 40px;
	}
	.product-add .btn.animated:after {
		right: -24px;
	    top: 3px;
	    width: 48px;
	    height: 48px;
	    background-size: 48px 48px;
	}
	.btn.animated:hover:before,
	.btn.animated:hover:after {
		-webkit-transition-delay: .35s;
		transition-delay: .35s;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}

	.btn.animated:hover i {
		-webkit-clip-path: circle(75% at 50% 50%);
		clip-path: circle(75% at 50% 50%);
		background-position: 100% 100%;
		transform: scale(1.2);
	}
	header .container {
		position: relative;
	}
	header .absolute {
		top: 3em;
	}
	header .absolute.search {
		right: 6em;
	}
	header .absolute.burger {
		left: inherit;
		right: 1em;
	}
	header .burger:hover span:last-child {
		width: 100%;
	}
	header nav a {
		font-size: 100%;
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	}
	header nav a:hover {
		text-decoration: none;
		-webkit-opacity: .3;
		-moz-opacity: .3;
		-ms-opacity: .3;
		-o-opacity: .3;
		opacity: .3;
	}
	header nav li {
		margin: 0 2.5%;
		padding-bottom: 2em;
	}
	header nav>ul>li {
		margin: 0;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	header.scroll nav li,
	.inner-fixed.scroll nav li {
		margin: 0 2%;
	}
	.inner-fixed.scroll nav li {
		margin: 0;
	}
	footer {
		padding: 1em 0;
	}
	footer .social {
		display: none;
	}
	footer nav a {
		-webkit-transition: all .1s;
		-o-transition: all .1s;
		transition: all .1s;
	}
	footer nav a:hover {
		/*color: rgba(255,255,255,.2);*/
		color: #ec7baf;
	}
	.article-box.in-slider article {
		width: 60%;
	}
	.article-box article {
		margin: -4em .6em 0;
	}
	.article-box .actions {
		font-size: 100%;
	}
	.article-box .actions .share .above {
		-webkit-transform: translate(0, 0em);
		-ms-transform: translate(0, 0em);
		-o-transform: translate(0, 0em);
		transform: translate(0, 0em);
	}
	.article-box .actions .share .below {
		-webkit-transform: translate(0, 1.5em);
		-ms-transform: translate(0, 1.5em);
		-o-transform: translate(0, 1.5em);
		transform: translate(0, 1.5em);
	}
	.article-box .actions .share:hover .above {
		-webkit-transform: translate(0, -1.5em);
		-ms-transform: translate(0, -1.5em);
		-o-transform: translate(0, -1.5em);
		transform: translate(0, -1.5em);
	}
	.article-box .actions .share:hover .below {
		-webkit-transform: translate(0, -1.5em);
		-ms-transform: translate(0, -1.5em);
		-o-transform: translate(0, -1.5em);
		transform: translate(0, -1.5em);
	}
	.article-box .actions .share {
		width: 7em;
	}
	.article-box .actions .share li {
		margin: 0 0 0 1em;
	}
	.article-box h2 a, .article-box h3 a,
	.article-box .actions .link,
	.article-box .share ul a,
	.item-link img {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.article-box h2 a:hover, .article-box h3 a:hover,
	.article-box .actions .link:hover {
		text-decoration: none;
		-webkit-opacity: 0.6;
		-moz-opacity: 0.6;
		-ms-opacity: 0.6;
		-o-opacity: 0.6;
		opacity: 0.6;
	}
	.article-box .share ul li:first-child a:hover {
		color: #3b5998;
	}
	.article-box .share ul li:first-child+li a:hover {
		color: #55acee;
	}
	.article-box .share ul li:first-child+li+li a:hover {
		color: #cb2027;
	}
	.article-box .image-link:hover img,
	.item-link:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	.link span {
		display: inline;
	}
	.item-used .used a span {
		display: inline-block;
	}
	.item-used .used {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
	}
	.item-used:hover .used {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
	.trending .flex {
		padding-bottom: 4em;
	}
	.instagram-parent {
		padding-bottom: 4em;
	}
	.product .flex .col:first-child {
		-webkit-flex: 0 58%;
	    -moz-flex: 0 58%;
	    -ms-flex: 0 58%;
	    -o-flex: 0 58%;
	    flex: 0 58%;
	    width: 58%;
	}
	.product .flex .col:first-child + .col {
		-webkit-flex: 0 42%;
		-moz-flex: 0 42%;
		-ms-flex: 0 42%;
		-o-flex: 0 42%;
		flex: 0 42%;
		width: 42%;
	}
	.article .align-left {
		float: left;
	    max-width: 35%;
	    margin-right: 2em;
	    margin-bottom: .5em;
	}
	.tight {		
		padding: 0 5%;		
	}
	.burger-menu .close {
		left: 5%;
	}
	.burger-menu .left {
		padding: 0 5%;
	}
	.burger-menu .left a {
		font-size: 130%;
		line-height: 1.4;
	}
	.burger-menu .left .flex.two {
		margin-left: -4em;
	}
	.burger-menu .left .col {
	    padding-left: 4em;
	}
	.burger-menu .right .table {
		padding-left: 20%;
	}
}

/* 1200px and above */
@media screen and (min-width: 75.000em) {
	.social-sticky {
		display: none;
	}
	.container, .slider-container {
		padding: 1px 0;
	}
	.row {
		margin: 3em 0;
	}
	.single-post .title.to-left {
		margin-top: 2.1875em;
	}
	header .absolute.search {
		right: 5em;
	}
	header .absolute.burger {
		left: inherit;
		right: 0em;
	}
	.link i {
		display: inline-block;
	}
	/*.article-box .image-link {
		height: 29em;
	}*/
	.article-box.in-slider .image-link {
		height: 36em;
	}
	.article-box.in-slider h2 {
		font-size: 2em;
	}
	.article-box article {
		margin: -4em 1.5em 0;
	}
	.article-box article .author {
		position: absolute;
	    top: 1.6em;
	    right: 1em;
	}
	.article-box .img-desktop {
		display: block;
	}
	.article-box .img-mobile {
		display: none;
	}
	.featured .col:first-child {
		-webkit-flex: 0.33.33%;
		-moz-flex: 0.33.33%;
		-ms-flex: 0.33.33%;
		-o-flex: 0.33.33%;
		flex: 0.33.33%;
	}
	.featured .col:first-child + .col {
		-webkit-flex: 0.66.66%;
		-moz-flex: 0.66.66%;
		-ms-flex: 0.66.66%;
		-o-flex: 0.66.66%;
		flex: 0.66.66%;
	}
	.relative .owl-controls,
	.shop-my-style .mCSB_scrollTools_horizontal {
		width: calc(1200px - 2em);
		left: 50%;
		margin-left: calc((-1200px + 2em) / 2);
	}
	.trending .col:first-child {
		-webkit-flex: 0.33.33%;
	    -moz-flex: 0.33.33%;
	    -ms-flex: 0.33.33%;
	    -o-flex: 0.33.33%;
	    flex: 0.33.33%;
	}
	.trending .col:first-child + .col {
		-webkit-flex: 0.66.66%;
	    -moz-flex: 0.66.66%;
	    -ms-flex: 0.66.66%;
	    -o-flex: 0.66.66%;
	    flex: 0.66.66%;
	}
	.instagram {
		/*left: 5px;*/
		margin-top: -10px;
	}
	.instagram .grid-item {
		margin-top: 10px;
	}
	.d-border-big {
		padding-bottom: 2em;
	}
	.product-title.only-tablet h2,
	.product-price ul h2 {
		font-size: 2em;
	}
	.product .flex .col:first-child + .col .row {
		margin: 2em 0;
	}
	.article-collection-wrap {
		width: 25%;
		position: absolute !important;
		top: 2.6875em;
		right: 0;
	}
	.article-collection-wrap .item-link {
		margin-top: 1em;
	}
	.article-collection-wrap .item-link img {
		max-width: 50%;
	}
	.article-collection-wrap .title {
		display: block;
		margin-top: 0;
	}
	.article-collection-wrap .item-box {
		padding-bottom: 2em;
		margin-bottom: 2em;
		border-bottom: 1px solid black;
	}
	.article-collection-wrap .item-box h3 {
		font-size: 120%;
		font-family: 'Raleway';
	}
	.article-collection-wrap .item-box p {
		display: none;
	}
	.article .to-left,
	.article .editable-area {
		width: 70%;
		margin-right: 5%;
	}
	.article .relative .owl-controls {
	    width: calc(600px - 2em);
	    left: 50%;
	    margin-left: calc((-600px + 2em) / 2);
	}
	.related-articles .article-box .image-link {
		height: 18em;
	}
	.related-articles .article-box article {
		margin-right: 1em;
		margin-left: 1em;
	}
	.related-articles .article-box .link i,
	.related-articles .article-box .link span,
	.related-articles .article-box p {
		display: none;
	}
	.related-articles .article-box h3 {
		margin-bottom: 1em;
	}

	.home .flex.two.featured .col:nth-child(2) img {
		height: 355px;
	}
	/*.home .flex.two.featured .col:first-child h3,
	.home .flex.two.featured .col:nth-child(2) h3 {
		height: 33px;
		overflow: hidden;
	}
	.home .flex.two.featured .col:first-child p,
	.home .flex.two.featured .col:nth-child(2) p {
		height: 50px;
		overflow: hidden;
	}
	.flex.three h3 {
		height: 33px;
		overflow: hidden;
	}
	.flex.three p {
		height: 75px;
		overflow: hidden;
	}*/
	/*
		burger menu
	*/
	.burger-menu .left a {
		font-size: 150%;
		line-height: 1.6;
	}
	.page-template .row-heading,
	.page-template-default .row-heading,
	.search .row-heading,
	.archive .row-heading {
		margin-bottom: 2em;
		margin-top: 2em;
		max-width: 960px;
    	margin-left: auto;
    	margin-right: auto;
	}
	.page-template .row-content,
	.archive .row-content {
		margin-top: 0;
	}
	.flex.two.featured h3 {
		min-height: 60px;
	}
}

/* 1300px and above */
@media screen and (min-width: 84.375em) {
	.social-sticky {
		display: none;
		background: transparent;
		bottom: inherit;
		top: 187px;
		width: 3em;
		margin: 0;
		padding: 0;
		margin-top: -1em;
	}
	.single-post .social-sticky {
		top: 231px;
	}
	.page-template .social-sticky,
	.page-template-default .social-sticky,
	.search .social-sticky,
	.archive .social-sticky {
		top: 297px;
	}
	.home .social-sticky {
		top: 187px;
	}
	.social-sticky li {
		display: block;
		margin: 1em 0;
	}
	/*.social-sticky li:last-of-type {
		display: none;
	}*/
	.social-sticky a {
		width: 2.5em;
		height: 2.5em;
	}
}

/* 1400px and above */

@media screen and (min-width: 87.500em) {
	.article .to-left, 
	.article .editable-area	{
		padding-left: 15%;
	}
	.related-articles {
		width: 16em;
		position: absolute;
		/*top: 60%;*/
		bottom: 0;
		left: -7em;
	}
	.related-articles .article-box {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 80px;
	}
}

/* 1600px and above */

@media screen and (min-width: 100.000em) {
	.related-articles {
		left: -8em;
	}
}

.main-slider .article-box .image-link:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 1350px) {
	.social-sticky {
		display: none !important;
	}
}

@media (max-width: 1220px) {
	.home .grid-item .img,
	.home .grid-item.big .img {
		max-width: 100%;
		height: 0;
		padding-top: 66.64%;
	}
	.home .instagram .grid-item {
	    margin-top: 0;
	}
}

@media (max-width: 1200px) {
	.building-blocks .block1 img {
		height: auto !important;
	}
}

@media (max-width: 1070px) {
	.interior-filters ul li {
		width: 33%;
	}

	.page-id-9499 .interior-filters ul li {
		width: 33%;
	}

	.page-id-9499 .interior-filters ul .all {
		width: 33%;
	}
}

@media (max-width: 767px) {
	.mCSB_container {
		padding-bottom: 10px !important;
	}
	.row.center .btn {
		left: 1em;
    	width: calc(100% - 2em);
    	display: block;
    	padding-top: 1em;
    	padding-bottom: 1em;
	}
	.collection .row.center .btn,
	.instagram-parent .row.center .btn,
	.row.center .btn.flex-three-more,
	#fashion-load-more {
		left: 0;
		width: 100%;
	}
	footer p {
		display: none;
	}
	footer .mobile {
		display: block;
	}
	footer .social {
		margin: 1.5em 0;
	}
	footer nav li {
		margin-bottom: 0.75em;
	}
	.building-blocks .block4 .column {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.building-blocks .block4 .column:last-child {
		margin-bottom: 0;
		width: 100%;
	}
	.page-template-multi-functional-template .heading h2:before {
		display: none;
	}
	.page-template-multi-functional-template .heading h2:after {
		display: none;
	}
	.page-template-multi-functional-template .heading span {
		display: none;
	}
	.page-template-multi-functional-template .heading h2 {
		width: 100%;
		text-align: center;
	}
	.home .flex.three .col {
		display: none;
	}
	.home .flex.three .appended {
		display: block;
	}
	.contact-page .wpcf7-form,
	.contact-page .wpcf7-form select {
		width: 100%;
	}

	.header-search {
		right: 0;
    	top: 69px;
    	z-index: 9999;
	}

	.header-search input {
		padding-left: 5px;
		border-left: 1px solid #000;
		border-top: 1px solid #000;
	}

	header.white {
		position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 5;
	    width: 100%;
	}
	body {
		padding-top: 72px;
	}
	.burger-menu .right .bordered .close {
		display: none;
	}

	.burger-menu>.close {
		display: block;
	}

	.interior-filters ul li a {
		font-size: 14px;
	}

}

@media (max-width: 640px) {
	header.white {
		position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 5;
	    width: 100%;
	}
	body {
		padding-top: 56px;
	}
	.interior-filters ul li {
		width: 100%;
	}

	.page-id-9499 .interior-filters ul li {
		width: 100%;
	}

	.page-id-9499 .interior-filters ul .all {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.contact-page .wpcf7-form div:nth-child(2),
	.contact-page .wpcf7-form div:nth-child(3) {
		width: 100%;
		float: none;
	}
	.single-post .bo-con {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 360px) {
	.heading-wrap.makethembig h2:before, 
	.heading-wrap.makethembig h2:after {
		display: none;
	}
}