@charset "utf-8";
/* CSS Document */

/* Header - Main Navigation */
.header-bar {
	background: #f0efeb;
	border-bottom: 1px solid #e2e2e2;

	position: absolute;
	width: 100%;
	height: 60px;

	z-index: 60;
}
	.header-bar ul {
		list-style: none;
	}
	.header-bar li {
		list-style: none;

		text-align: center;

		display: inline-block;
	}
	.header-bar li a {
		font-size: 14px;
		color: #333333 !important;
		font-weight: 700;

		text-decoration: none;

		width: 100%;
		height: 60px;

		padding: 18px 20px 0 20px;

		display: inline-block;

		transition: 0.2s;
	}
		.header-bar a:hover {
			background: #f9f9f9;

			text-decoration: none;

			box-shadow: inset 0 -3px 0 #dc475b;
		}

.header-bar__sm {
	padding: 80px 0 20px 0;
}

.header-bar__white {
	background: #fff;

	padding: 50px 0 30px 0;
}
	.header-bar__white h1 {
		font-family: 'Playfair Display', sans-serif !important;
		font-size: 24px;
		font-weight: 500;
	}

.header-img {
	text-align: center;
}
	.header-img img {
		object-fit: cover;

		width: 100%;
	}
	.header-img__search {
		background: #fff;
	    border-radius: 2px;

		width: 800px;

		padding: 30px 20px 50px 20px;
		margin: auto;

		position: absolute;
		top: 22%;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.header-img__search h1 {
		font-family: 'Playfair Display', sans-serif !important;
		font-size: 34px;

		margin-bottom: 40px;
	}
	.header-img__search h4 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 18px;
		font-weight: 500;

		margin-bottom: 20px;
	}
		.header-img__search img {
			width: 50px;

			position: absolute;
		    top: 10px;
		    right: 15px;
		}

.store-header-img {
	background: #fff;
	text-align: center;
}
	.store-header-img img {
		object-fit: contain;

		width: 100%;
		height: 288px;

		margin-top: 28px;
	}
	.store-header-img__search {
		background: #fff;
		border-radius: 2px;

		width: 800px;

		padding: 20px 20px 30px 20px;
		margin: auto;

		position: absolute;
		top: 115px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.store-header-img__search h1 {
		font-family: 'Playfair Display', sans-serif !important;
		font-size: 26px;
		font-weight: 500;

		margin-bottom: 20px;
	}
		.store-header-img__search img {
			width: 28px !important;
			height: 28px !important;

			position: absolute;
		    top: 10px;
		    right: 15px;
		}

	.store-header-img__shop {
		background: #fff;

		width: 800px;

		padding: 20px 20px 20px 20px;
		margin: auto;

		position: absolute;
		top: 160px;
		left: 50%;
		transform: translate(-50%, 0%);

		opacity: 0.8;
	}
	.store-header-img__shop h1 {
		font-family: 'Playfair Display', sans-serif !important;
		font-size: 26px;
		font-weight: 500;
	}

.body-stripe {

}
	.body-stripe__content {
		background: #fff;

		height: 340px;

		margin-top: 70px;
		margin-bottom: 70px;
	}

	.body-stripe__content-sm {
		background: #fff;

		padding-bottom: 60px;
		margin-top: 70px;
		margin-bottom: 50px;
	}

	.body-stripe__content .article-main__shadow {
		position: relative;
		top: -40px;
	}

.box-modal__basic {
	text-align: center;

	padding: 20px 30px 30px 30px;
}
	.box-modal__basic h4 {
		font-family: 'Playfair Display', sans-serif !important;
		font-size: 38px;
		font-weight: 500;
	}
	.box-modal__basic h5 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 15px;
		font-weight: 500;
	}

.box-modal__content {
	text-align: center;

	padding: 0 30px 20px 30px;
}
	.box-modal__content h5 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 17px;
		font-weight: bold;
	}
	.box-modal__content img {
		width: 40px;
	}
	.modal-content__content {
		top: 22px;
		right: -22px;
	}

.box-white__shadow {
	background: #fff;
	box-shadow: 0 0 8px #eaeaea;

	width: 500px;

	padding: 40px;
	margin: 30px auto 50px auto;

	text-align: center;
}
	.box-white__shadow h4 {
		font-family: 'Playfair Display', sans-serif !important;
		font-size: 38px;
		font-weight: 500;
	}
	.box-white__shadow h5 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 15px;
		font-weight: 500;
	}

.box-white__shadow-md {
	background: #f6f6f4;
	border: 1px solid #f0efeb;

	padding: 15px 10px;
	margin: 0 0 10px 0;

	font-size: 14px;
	font-weight: bold;
}

.box-white {
	background: #fff;

	padding: 12px;
	margin: 10px 0;
}
	.white-box__underline {
		width: 100%;

		margin-bottom: 20px;
		padding-bottom: 10px;

		border-bottom: 1px solid #e8e8e8;
	}
		.white-box__underline h2 {
			font-family: 'PT Sans', sans-serif !important;
			font-size: 19px;
			font-weight: 700;

			margin-bottom: 0px !important;
			padding-bottom: 0px !important;

	    	border-bottom: none !important;
		}

	.box-white h1 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 17px;
		font-weight: 700;

		margin-bottom: 0;
	}
	.box-white h2 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 19px;
		font-weight: 700;

		margin-bottom: 20px;
    	padding-bottom: 10px;
    	border-bottom: 1px solid #e8e8e8;
	}
	.box-white h3 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 18px;
		font-weight: bold;

		margin: 10px 0 0 0;
	}
	.box-white h4 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 12px;
	}
	.box-white h5 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 14px;
		font-weight: 700;

		margin-bottom: 0;

		float: right;
	}
	.box-white h6 {
		font-family: 'Playfair Display', sans-serif !important;
		font-size: 20px;

		margin-bottom: 0;
		padding: 10px 0;
	}

	.box-white table {
		width: 100%;

		border: 1px solid #E8E8E8;
	}
	.box-white td:first-child {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 14px;
		color: #a5a5a5;

		text-align: left;

		padding: 15px 15px 15px 20px;

		width: 1%;
    	white-space: nowrap;
	}
	.box-white td {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 14px;

		text-align: left;

		padding: 15px;
	}

.arrow-up__grey {
	width: 0;
	height: 0;

	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f6f6f4;

    margin-left: 20px;
}

.box-grey__information {
	background: #f6f6f4;
	border-radius: 4px;

	font-size: 11px;
	color: #848484;

	padding: 6px 10px;
}

.box-green__ship {
	background: #f0efeb;
	border-radius: 4px;

	font-size: 11px;
	color: #333;

	padding: 4px 10px;
}

.box-grey__options {
	background: #f0efeb;
	border-radius: 4px;

	font-size: 11px;
	color: #333;

	padding: 4px 10px;
	margin-right: 5px;
}

.box-alert {
	background: #E85E6C;
	border-radius: 4px;

	font-size: 14px;
	color: #fff;

	padding: 6px 20px;
}

.box-pink__light {
	background: #f0efeb;
	border-radius: 4px;

	font-size: 14px;

	padding: 12px;
	margin: 10px 0 0 0;
}

.box-border {
	background: #fff;
	border: 1px solid #ececec;

	padding: 10px 5px;
	margin: 10px 0;
}
.box-grey-border {
	background: #fff;
	border: 1px solid #eaeaea;

	padding: 30px 10px;
}

.box-green {
	background: #47C9A2;

	color: #fff;

	padding: 12px 6px;
	margin: 10px 0;
}
	.box-green h2 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 19px;
		font-weight: 700;

		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e8e8e8;
	}

.box-red {
	background: #E85E6C;

	color: #fff;

	padding: 12px;
	margin: 10px 0;
}
	.box-red h2 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 19px;
		font-weight: 700;

		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e8e8e8;
	}

.box-grey {
	background: #ebeae6;

	color: #333333;

	padding: 12px;
	margin: 10px 0;
}
	.box-grey h2 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 19px;
		font-weight: 700;

		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e8e8e8;
	}

.box-white__basic {
	background: #fff;

	padding: 12px;
	margin-bottom: 20px;

	transition: 0.3s;
}
	.box-white__basic:hover {
		cursor: pointer;

		transition: 0.3s;

		opacity: 0.8;
	}
	.box-white__basic:after {
		display: block;

		clear: both;
		content: '';
	}
	.box-white__basic h3 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 14px;
		font-weight: 700;

		margin: 10px 0 0 0;

		min-height: 35px;
	}
	.box-white__basic h4 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 12px;
	}
	.box-white__basic h5 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 14px;
		font-weight: 700;

		margin-bottom: 0;
		margin-top: 6px;

		float: right;
	}
	.box-white__basic img {
		width: 100%;
		height: 220px; /* remove this - set height when creating img in database */

		object-fit: cover;
	}

.box-grey__basic {
	background: #f6f6f4;

	padding: 12px;
	margin-bottom: 20px;
}
	.box-grey__basic:hover {
		cursor: pointer;

		box-shadow: inset 0 -3px 0 #dc475b;

		transition: 0.1s;

		opacity: 0.9;
	}
	.box-grey__basic:after {
		display: block;

		clear: both;
		content: '';
	}
	.box-grey__basic h3 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 14px;
		font-weight: 700;

		margin: 10px 0 0 0;
	}
	.box-grey__basic h4 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 12px;
	}
	.box-grey__basic h5 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 14px;
		font-weight: 700;

		margin-bottom: 0;
		margin-top: 6px;

		float: right;
	}
	.box-grey__basic img {
		width: 100%;
		height: 220px; /* remove this - set height when creating img in database */

		object-fit: cover;
	}

.box-grey__underline {
	width: 100%;

	padding: 15px 0 5px 0;
	margin-bottom: 20px;

	border-bottom: 1px solid #e8e8e8;
}
	.box-grey__underline h4 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 19px;

		margin-bottom: 8px;
	}
	.box-grey__underline h3 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 15px;

		margin-bottom: 0px;
	}
.box-grey__solid {
	text-align: right;

	padding: 10px;
	margin: 0 0 10px 0;
}
	.box-grey__solid a {
		font-size: 14px;
	}

.box-grey__light {
	background: #f0efeb;

	text-align: center;

	padding: 10px;
	margin: 0 0 10px 0;
}
.box-grey__note {
	background: #fff;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;

	font-size: 13px;
	color: #a5a5a5 !important;

	text-align: center;

	width: 100%;

	padding: 6px 10px;
}

/* FAQ Backgrounds */
.faq-background-main {
	background: #fff;
	box-shadow: 0 0 8px #eaeaea;

	width: 700px;

	padding: 40px;
	margin: 60px auto 20px auto;

	text-align: center;
}
	.faq-background-main table {
		width: 100%;

		border: 1px solid #E8E8E8;
	}
	.faq-background-main td:first-child {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 14px;
		color: #a5a5a5;

		text-align: left;

		padding: 15px 15px 15px 20px;

		width: 1%;
		white-space: nowrap;
	}
	.faq-background-main td {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 14px;

		text-align: left;

		padding: 15px;
	}
	.faq-background-main h6 {
		font-family: 'Playfair Display', sans-serif !important;
		font-size: 18px;

		margin-top: 10px;
	}

/* Seller Backgrounds */
.sell-background-main {
	background: #fff;
	box-shadow: 0 0 8px #eaeaea;

	width: 350px;

	padding: 40px;
	margin: 60px auto 20px auto;

	text-align: center;
}
.sell-background {
	background: #fff;
	box-shadow: 0 0 8px #eaeaea;

	width: 100%;

	padding: 20px;

	text-align: center;
}
	.sell-background__main {
		width: 400px !important;
	}
	.sell-background h3 {
		font-family: 'Playfair Display', sans-serif !important;
		font-size: 18px;
		font-weight: 500;

		margin-bottom: 0;
		margin-top: 30px;
	}
	.sell-background h4 {
		font-family: 'Playfair Display', sans-serif !important;
		font-size: 20px;
		font-weight: 500;
	}
	.sell-background h5 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 15px;
		font-weight: 500;

		padding-bottom: 10px;

		border-bottom: 1px solid #ececec !important;
	}
	.sell-background table {
		width: 100%;
	}
	.sell-background td {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 14px;

		padding: 12px 12px;
	}
	.sell-background p {
		padding: 20px 20px 0 20px;
		margin: 0;
	}
	.sell-background ul {
		list-style: none;

		margin: 10px 0;
	}

/* Product Images */
.product-image__main {
	width: 100%;
}
.product-image__modal {
	width: 100%;
	height: 300px;

    object-fit: cover;
}
.product-image__thumb-background {
	background: #fff;

	padding: 0 0 10px 10px;
	margin-top: 20px;
}
.product-image__thumb {
	width: 90px !important;
	height: 90px !important;

	margin: 10px 10px 0 0;

	object-fit: cover;
}
.product-image__basket {
	width: 128px !important;
	height: 128px !important;

	margin: 10px 10px 0 0;

	object-fit: cover;
}
.product-list {
	border-bottom: 1px solid #f1f1f1;

	padding: 8px 0;

}
	.product-list:last-child {
		border-bottom: 0px;
	}
	.product-list h1 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 16px;
		font-weight: bold;

		margin-top: 6px;
	}
	.product-list img {
		width: 80px;
		height: 80px;

		border-radius: 4px;

		object-fit: cover;
	}
	.product-list__sold {
		color: #b5b5b5;
	}
		.product-list__size {
			color: #b5b5b5;
		}
	.product-list__disabled {
		opacity: 0.4;
	}

.product-list_full {
	border-bottom: 1px solid #f1f1f1;

	padding: 8px 0;

}
	.product-list_full:nth-last-child(2) {
		border-bottom: 0px;

		padding-bottom: 0;
	}
	.product-list_full h1 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 16px;
		font-weight: bold;

		margin-top: 6px;
	}
	.product-list_full img {
		width: 80px;
		height: 80px;

		object-fit: cover;
	}
	.product-list_full__sold {
		color: #b5b5b5;
	}
		.product-list_full__size {
			color: #b5b5b5;
		}
	.product-list_full__disabled {
		opacity: 0.4;
	}

/* Profile Stuff */
.profile_img {
	width: 100px;
	height: 100px;

	border-radius: 50%;

	object-fit: cover;
}
.profile_img-sm {
	width: 80px;
	height: 80px;

	border-radius: 50%;

	object-fit: cover;
}
.profile_img-xs {
	width: 30px;
	height: 30px;

	border-radius: 50%;

	object-fit: cover;
}
.shop_img {
	width: 100%;
	height: 150px;

	object-fit: contain;
}

/* Wishlist Classes */
.wish-delete {
	width: 35px !important;
	height: 35px !important;

	position: absolute;
	top: 5px;
}
	.wish-delete img {
		width: 35px !important;
		height: 35px !important;
	}

.wish-2 {
	width: 35px !important;
	height: 35px !important;

	position: absolute;
	top: 5px;

	visibility: hidden;
}
	.wish-2 img {
		width: 35px !important;
		height: 35px !important;
	}

.wish-1:hover + .wish-2 {
	visibility: visible;
}
.wish-2:hover {
	visibility: visible;
}
.wish-active {
	width: 35px !important;
	height: 35px !important;

	position: absolute;
	top: 5px;

	visibility: visible !important;
}
	.wish-active img {
		width: 35px !important;
		height: 35px !important;
	}

.wish-content {
	visibility: visible !important;

    background: #fff;

    border-radius: 0 8px 8px 0;

    padding: 0 20px 0 20px;
}

/* Delete Image Classes */
.delete-2 {
	background: #fff;

	border-radius: 50%;

	padding: 6px;

	position: relative;
	right: 20px;
    top: -45px;
}
.basket-delete {
	background: #fff;

	border-radius: 50%;

	padding: 6px;

	position: relative;
	right: 26px;
    top: -58px;
}

.shop-img-delete {
	background: #fff;

	border-radius: 50%;

	padding: 6px;

	position: relative;
	right: 16px;
    top: -145px;
}

/* Article Classes */
.article-main__shadow {
	background: #fff;
	box-shadow: 0 0 8px #eaeaea;

	width: 100%;

	padding: 20px;
	margin: 10px auto 10px auto;
}
	.article-main__shadow h1 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 16px !important;
		font-weight: bold;
	}

.article__list {
	border-bottom: 1px solid #f1f1f1;

	padding: 20px 0;
}
	.article__list:last-child {
		border-bottom: 0px;
	}
	.article__list h1 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 16px;
		font-weight: bold;

		margin-top: 6px;
	}

.article__list_full {
	border-bottom: 1px solid #f1f1f1;

	padding: 20px 0;
}
	.article__list_full:nth-last-child(2) {
		border-bottom: 0px;

		padding-bottom: 0;
	}
	.article__list_full h1 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 16px;
		font-weight: bold;

		margin-top: 6px;
	}

.article-post__img {
	width: 60px;
    height: 60px;

    border-radius: 50%;

    position: absolute;
    top: -32px;
	margin-left: auto;
	margin-right: auto;

	left: 0;
	right: 0;
	text-align: center;

	z-index: 10;
}
.article-post__img-sm {
	width: 40px;
    height: 40px;

    border-radius: 50%;
}
.article-post__content {
	padding: 20px 20px 40px 20px;

	width: 100%;

	display: inline-block
}
	.article-post__content:before {
		content: '"';

		font-size: 56px;

		position: absolute;
		left: 0px;
    	top: 25px;
	}
	.article-post__content img {
		width: 100% !important;
	}
	.article-post__content a {
		color: #dc475b !important;

	    transition: 0.5s;
	}
		.article-post__content a:hover {
			color: #333333;
		}

.article-post__shop {
	display: inline;
}
	.article-post__shop h3 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 14px !important;
		color: #333333 !important;
	}

.article-dropdown {

}
	.article-dropdown a {
		font-size: 14px;
		color: #333333 !important;

		text-decoration: none;

		padding: 6px 0 12px 0;

		height: auto !important;

		display: inline-block;

		transition: 0.1s;
	}
		.article-dropdown a:hover {
			background: #f6f6f4 !important;

			text-decoration: none;

			box-shadow: none !important;
		}

.article-dropdown > .dropdown-menu {
	top: 30px !important;
	left: -15px !important;

	width: 400px !important;

	border: none !important;
	box-shadow: 0 0 8px #eaeaea;
}

.article-info {
	border-radius: 4px;

	font-size: 14px;
	font-weight: bold;
	color: #fff;

	padding: 5px 10px;
	margin-right: 6px;

	display: inline;
}
	.article-info__green {
		background: #47C9A2;
	}
	.article-info__yellow {
		background: #EEB711;
	}
	.article-info__purple {
		background: #779DCA;
	}
	.article-info__blue {
		background: #8ACDF8;
	}
	.article-info__red {
		background: #E85E6C;
	}
	.article-info__pink {
		background: #dc475b;
	}
	.article-info__admin {
		background: #FF8E9E;
	}
	.article-info__grey {
		background: #ebeae6;

		color: #333333 !important;
	}

.note-dropdown {

}
	.note-dropdown a {
		font-size: 14px;
		color: #333333 !important;

		text-decoration: none;

		padding: 0 !important;

		height: auto !important;

		display: inline-block;

		transition: 0.1s;
	}
		.note-dropdown a:hover {
			text-decoration: none;

			box-shadow: none !important;
		}

.note-dropdown > .dropdown-menu {
	top: -100px !important;
	left: 0 !important;

	width: 400px !important;

	border: none !important;
	box-shadow: 0 0 8px #eaeaea;
}

.border-box {
	border-right: 1px solid #e8e8e8;
}
