html {
	font-size: 100%;
	overflow-x: hidden;
}

html,
body {
	background: #FFF;
	color: #707071;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

* {
	outline: none !important;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.container {
	max-width: 1200px;
}

.no-fat {
	padding: 0;
}


h1,
h2,
h3 {
	color: #313131;
	font-weight: 500;
}

.page .entry h3 {
	font-size: 18px;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	position: relative;
}

.page .entry h3:after {
	background: #000;
	bottom: 0;
	content: '';
	height: 3px;
	left: 0;
	opacity: 0.25;
	position: absolute;
	width: 150px;
}

.entry a {
	color: #ab0351;
	font-weight: 500;
}

.entry p {
	padding: 0 0 1em 0;
}

strong,
b {
	font-weight: 500 !important;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.alignright {
	float: left;
	margin: 0 0 1em 1em;
}

.entry p {
	font-weight: 400;
	line-height: 22px;
	text-align: justify;
}

/*----- header -----*/

#site-header {
	background: #fef4f7;
	padding: 0 0 1em;
}

#header1 {
	background: #fec9dd;
	padding: 10px 0 5px;
	text-align: center;
}

.user-menu li,
.social-search li {
	font-size: 1.25rem;
	padding: 0 10px;
}

.user-menu a,
.social-search li a {
	color: #313131;
	font-size: 28px;
}

.social-search .user-menu {
	display: none;
}

#user-top li a {
	color: #000;
	text-transform: uppercase;
}

.cart-contents {
	font-size: 20px;
	margin: 0;
	position: relative;
}

.cart-contents-count {
	background: #a70e61;
	border: 2px solid #fef4f7;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 23px;
	position: absolute;
	right: -15px;
	top: -15px;
	text-align: center;
	width: 30px;
}

#header2 {
	padding: 15px 0;
}

#site-header ul {
	margin: 0;
	padding: 0;
}

#site-header li {
	list-style: none;
}

#site-logo {
	opacity: 0.8;
	transition: all 0.5s;
}

#site-header:hover #site-logo {
	opacity: 1;
}

#site-logo > div {
	height: 100%;
}

.menu-trigger,
.search-trigger {
	color: #000 !important;
	cursor: pointer;
	font-size: 32px;
}

#top-contact {
	padding: 10px 0;
}

#top-lang {
	padding: 0 0 0 15px !important;
}

#top-lang .current-lang {
	display: none;
}

#top-lang li a {
	opacity: 0.75;
	transition: all 0.5s;
}

#top-lang li a:hover {
	opacity: 1;
}

.top-contact {
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px 0;
	text-transform: uppercase;
}

.top-contact [class^="icon-"] {
	color: #666;
	font-size: 14px;
	padding: 0 5px 0;
}

.top-contact a {
	transition: all 0.5s;
}

.top-contact a:hover {
	color: #fff;
}

.menu-trigger.closer {
	
}
#trigger-menu {
		display: block;
		height: 24px;
		padding: 5px 0 0;
		position: relative;
		width: 36px;
		z-index: 9988;
	}
	
	#trigger-menu > span{
		background: #313131;
		border-radius: 2px;
		display: block;
		height: 3px;
		margin: 0 0 7px;
		transition: all 0.5s;
		width: 100%;
	}
	
	a.closer {
		top: 60px !important;
	}

	a.closer span.menu-line:nth-of-type(3) {
		display: none !important;
	}
	
	a.closer span.menu-line:nth-of-type(1) {
		background: #313131 !important;
		left: 0;
		position: absolute;
		top:-7px;
		transform: rotate(45deg);
	}
	
	a.closer span.menu-line:nth-of-type(2) {
		background: #313131 !important;
		position: absolute;
		right: 0;
		top:-7px;
		transform: rotate(-45deg);
	}

/*#main-menu {
	background: rgba(0,0,0,0.95);
	height: 0;
	overflow: hidden;
	transition: height 0.5s;
}*/

#main-menu {
	border-bottom: 1px solid #fec9dd;
	border-top: 1px solid #fec9dd;

}

#main-menu  {
	background: #fec9dd;
}

#main-menu ul {
	margin: 0 auto;
	padding: 0;
}

#main-menu li {
	list-style: none;
}

#main-menu > ul > li {
	box-sizing: border-box;
	display: block;
	list-style: none;
	padding: 0 0.75em;
	position: relative;
}

#main-menu  ul > li a {
	box-sizing: border-box;
	color: #313131;
	display: block;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	padding: 15px;
	position: relative;
	transition: all 0.5s;
}

#main-menu > ul > li:hover > a,
#main-menu > ul > li > a:hover {
	background: #a70e61;
	color: #fff
}

#main-menu div ul li li a {
	color: #c1c1c1;
}

#main-menu > ul > li:hover ul {
	display: block;
}

#main-menu h3 {
	box-sizing: border-box;
	color: #fff;
	font-size: 32px;
	padding: 15px 0 0 10px;
}

.nav-menu li {
	padding: 0;
}

.sub-menu {
	background: #a70e61;
	display: none;
	left: 10px;
	margin: 0 0 !important;
	min-width: 150px;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 9900;
}

.sub-menu ul {
	background: #b10f67;
	left: 0;
}

.sub-menu::before {
	background: #a70e61;
	content:'';
	height: 9px;
	left: 6px;
	position: absolute;
	top: -3px;
	transform: rotate(45deg);
	width: 9px;
}

.sub-menu ul::before {
	display: none;
}

.sub-menu a {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
	color: #fff !important;
	font-size: 14px !important;
	line-height: initial !important;
	min-width: 200px;
	padding: 10px !important;
}

.sub-menu a:hover {
	color: #feafce !important;
}

.sub-menu a:hover::after,
.sub-menu a:hover::before {
	display: none !important;
}

#search-toggle {
	cursor: pointer;
	font-size: 24px;
	transition: all 0.5s;
}

#search-toggle:hover {
	color: #666;
}

#search-toggle span {
	margin: auto;
}

#search-form {
	background: rgba(0,0,0,0.9);
	display: none;
}

#search-form form {
	border-bottom: 2px solid rgba(255,255,255,0.2);
	margin: auto;
	max-width: 80%;
	min-width: 400px;
	position: relative;
}

#search-form form input,
#search-form form button {
	background: none;
	border: 0;
	color: rgba(255,255,255,0.5);
	padding: 5px;
}

#search-form form label {
	left: 0;
	position: absolute;
	top: 10px;
	transition: all 0.5s;
}

#search-form form label,
#search-form form button {
	font-size: 20px;
}

#search-form form input {
	width: calc(100% - 40px);
}

#search-form form:hover button {
	color: #666;
}

#search-form form:hover label {
	font-size: 12px;
	top: -30px;
}

#search-toggle.closer {
	position: absolute;
	top: 1em;
	right: 0;
	z-index: 9990;
}

#search-toggle .icon-close {
	display: none;
}

#search-toggle.closer .icon-search {
	display: none;
}

#search-toggle.closer .icon-close {
	display: block;
	font-size: 40px;
	transform: rotate(45deg);
}

.show-search
{
	display: flex !important;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9989;
}

.search-closer {
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	position: absolute;
	right: 15px;
	top: 15px;
	transform: rotate(45deg);
}

body.search {
	background: #fff;
}


.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 0 !important;
	color: #666 !important;
	font-size: 20px;
	text-decoration: none !important;
	padding: 5px 7px !important;
	margin: 2px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #000 !important;
}

.wp-pagenavi span.current {
	font-weight: bold !important;
}


/*----- hero -----*/

#site-hero{
	margin: 0 auto;
	padding: 0;
}

.slide {
	position: relative;
}

.slide-pic img {
	height: auto;
	width: 100%;
}

.slide-content {
	left: 50%;
	position: absolute;
	top: 30%;
	width: 40%;
}

.slide-content h3 {
	color: #a70e61;
	font-family: 'Caveat', cursive;
	font-size: 40px;
}

.slide-content h5 {
	color: #313131;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0;
}

.slide-content a {
	background-color: #ab0351 !important;
    border-radius: 0;
    color: #fff !important;
    font-family: 'Caveat', cursive;
    font-size: 24px;
    font-weight: 500;
	padding: 5px 20px;
    transition: all 0.5s;
}

#site-hero .owl-next {
	position: absolute;
	right: 0;
	top: 0;
}

#site-hero .owl-item {
  filter: grayscale(100%);
	opacity: 0.5;
}

#site-hero .owl-item.center {
  filter: grayscale(0);
	opacity: 1;
}

#testimonials {
	background: #fef4f7;
	padding: 30px 0;
}

#testimonials h2 {
	 font-family: 'Caveat', cursive;
}

#site-hero .owl-item .promo-prod  {
	height: 640px;
}
.promo-prod .prod-content a,
.promo-prod .prod-content {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.promo-prod .prod-content  a > span {
	background: rgba(0,0,0,0.75);
	bottom: -80px;
	box-sizing: border-box;
	display: block;
	height: 80px;
	left: 0;
	padding: 10px;
	position: absolute;
	transition: all 0.5s;
	width: 100%;
}

.prod-content span.prod-title {
	color: #fff;
	display: block;
	font-size: 17px;
	padding: 0 0 0.5em 0;
	width: 100%;
}

.prod-content span.prod-price {
	color: #fff;
	display: block;
	width: 100%;
}

.summary span.price ins,
.prod-content span.prod-price ins {
	font-size: 20px;
	order: 1;
	-webkit-order: 1;
	padding: 0 0.5em 0 0;
	text-decoration: none;
}

.summary span.price del,
.prod-content span.prod-price del {
	order: 2;
	-webkit-order: 2;
}

.promo-prod .prod-content  a:hover > span{
	bottom: 0;
}

.category .product h2,
.related.products .product h2,
.new-prod h3 {
	color: #313131;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0 5px;
}

.prod-price {
	font-size: 18px;
	padding: 0 0 10px 0;
}

form.cart + .price {
	display: none !important;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	font-weight: 500 !important;
}


.new-prod .prod-price ins{
	color: #a70e61;
	font-weight: 500;
	order: -1;
	-webkit-order: -1;
	padding: 0 5px 0 0;
	text-decoration: none;
}

.category .price {
	display: flex;
	padding: 0 0 10px 0;
}

.category .price ins {
	color: #a70e61;
	font-weight: 500;
	order: 1;
	-webkit-order: 1;
	padding: 0 5px 0 0;
	text-decoration: none;
}

.category .price del {
	order: 2
}

.new-prod img {
	height: auto;
	width: 100%;
}

.category .product a.button,
.related.products .product .button,
.new-prod a {
	color: #d6158a;
	font-family: 'Raleway', sans-serif;
	font-size: 12px !important;
	font-weight: 500;
	padding: 0;
	text-transform: uppercase;
	transition: all 0.5s;
}

.category .product a.button:hover,
.related.products .product .button:hover,
.new-prod a:hover {
	letter-spacing: 1px;
}

.owl-nav {
	top: calc(50% - 20px);
	position: absolute;
	width: 100%;
}

#testimonials .section-title  {
	margin: 0 0 45px 0;
	text-align: center;
}

#testimonials .section-title h2 {
	display: inline-block;
	font-size: 40px;
}

#testimonials > .container {
	margin: 45px auto;
}

#testimonials .owl-carousel {
	margin: 30px auto 0;
	max-width: 800px;
	
}

#testimonials .owl-nav {
	left: calc(50% - 50px);
	top: -100px;
	width: 100px;
}

.owl-nav > div {
	background: rgba(171,3,81,0.5);
	border-radius: 50%;
	color: #fff;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	margin: 0 0 1px 0;
	text-align: center;
	width: 60px;
}

#testimonials .owl-nav > div {
	padding: 10px 0;
}

.owl-nav > div.disabled {
	opacity: 0.5;
}

#testimonials  .owl-prev {
	background: none;
	color: #000;
	font-size: 32px;
	left: 0;
	position: absolute;
	top: 0;
}

#testimonials  .owl-next {
	background: none;
	color: #000;
	font-size: 32px;
	position: absolute;
	right: 0;
	top: 0;

}

/*----- sections -----*/

.main-section {
	padding: 60px 0;
}

.related.products > h2,
.section-title h2 {
	font-weight: 500;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	position: relative;
	text-align: center;
}

.related.products > h2::after,
.section-title h2::after {
	background: #ab0351;
	bottom: 0;
	content:'';
	height: 3px;
	position: absolute;
	left: calc(50% - 50px);
	width: 100px;
}

/*----- about main ----*/

.about-main {
	background: #fff;
}

#about-pic img{
	height: auto;
	width: 100%;
}

.about-main .entry,
.about-main .entry p {
	text-align: right;
}

.about-main h2 {
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	position: relative;
	text-transform: uppercase;
}

.about-main h2::after {
	background: #666;
	bottom: 0;
	content:'';
	height: 3px;
	position: absolute;
	right: 0;
	width: 100px;
}

/*----- product listing -----*/

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000 !important;
}

.category div.product {
	margin-bottom: 30px !important;
}

.related.products .price {
	display: flex;
	display: -webkit-flex;
	margin: 5px 0 10px 0;
}

.related.products .price {
	color: #a70e61;
	font-weight: 400;
}

.related.products ins {
	color: #ab0351 !important;
	font-size: 18px;
	font-weight: 500 !important;
}

.woocommerce div.product .price ins,
.woocommerce div.product .price ins {
	text-decoration: none;
}

#products-main {
	padding: 60px 0;
}

#products-main .section-title h2 {
	font-family: 'Caveat', cursive;
	font-size: 48px;
	text-transform: none;
}

#products-main .section-title {
	padding: 0 0 45px 0;
}

.products .product .product-pic img {
	height: auto;
	transition: all 0.5s;
	width: 100%;
}

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

.products .product-actions a.button {
	background: none;
	border-radius: 0;
	color: #000;
	font-family: 'Caveat', cursive;
	font-size: 22px;
	letter-spacing: 1px;
	padding: 0;
	transition: all 0.5s;
}

.products .product-actions a.button:hover {
	background: none;
	color: 0;
	letter-spacing: 2px;
}

.woocommerce span.onsale {
	background: #ab0351 !important;
	display: block;
	height: 40px;
	font-size: 18px !important;
	left: 0 !important;
	line-height: 40px !important;
	min-height: 40px !important;
	min-width: 40px !important;
	top: -5px !important;
	padding: 0 !important;
	width: 40px;
}

/*----- single product -----*/

body.single-product {
	background: #fff;
}

section.single-product {
	padding: 45px 0;
}

.woocommerce div.product .product_title {
	border-bottom: 2px solid #fec9dd;
	font-family: 'Caveat', cursive;
	font-size: 36px;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
}

#prod-files h2,
#prod-desc h2,
.single-page h1,
.single-post h1,
.single-product h1,
.product-listing h2,
.listing-post h2,
.search h1 {
	font-size: 32px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	position: relative;
}


.single-page h1::after,
.single-post h1::after,
#prod-files h2::after,
#prod-desc h2::after,
.single-product h1::after,
.product-listing h2::after,
.listing-post h2::after,
.listing-product h2::after
 {
	bottom: 0;
	content:'';
	left: 0;
	position: absolute;
}

.product-listing h2 a {
	display: block;
	position: relative;
}

.product-listing h2 a::after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	bottom: 0;
	content:'';
	display: block;
	height: 24px;
	position: absolute;
	right: 0;
	width: 25px;
}
.summary .price {
	display: flex;
}

.summary .price del {

	font-size: 24px;
	order: 2;
}

.summary .price ins {
	color: #a70e61;
	font-size: 32px;
	order: 1;
	padding: 0 .5em 0 0;
}

.summary .woocommerce div.product div.price,
.related.products span.price {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	font-size: 2.5em !important;
}

.woocommerce div.product div.price {
	color: #ab0351;
	font-size: 1.5em;
	font-weight: 600;
	padding: 0 0 1.5em;
}

.related.products .price .amount,
.related.products .price ins {
	color: #a70e61;
	font-size: 20px;
	order: 1;
	-webkit-order: 1;
	
}

.related.products .price del {
	font-size: .75em !important;
	order: 2;
	-webkit-order: 2;
	padding: 0 0 0 10px;
}

.listing-post small {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.25px;
}


.prod-pic img {
	height: auto;
	width: 100%;
}

.prod-pic img.wp-post-image {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.prod-pic ul {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}


.prod-pic ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#prod-sku {
	font-size: 16px;
	font-weight: 500;
	margin: 5px 0 15px;
	text-transform: uppercase;
}

#prod-sku::before {
	content:'ID: '
}

.prod-lnk {
	border: 2px solid #000;
    border-radius: 30px;
	color: #000;
	display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin:0 0 10px 0;
    padding: 10px 30px;
    transition: all 0.5s;
}

.prod-lnk:hover {
	background: #000;
	color: #666;
}

.details-lnk,
#quote-lnk,
.content-but {
	background: #a70e61;
	border: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0 30px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.content-but {
	border-radius: 30px;
	color: #666 !important;
	transition: all 0.5s;
}

.details-lnk:hover,
#quote-lnk:hover,
.content-but:hover {
	background: #666;
	border-color: #666;
	color: #000 !important;
}

#short-desc,
#short-desc p {
	font-size: 16px;
	font-weight: 400;
}

#prod-desc {
	background: #f2f2f2;
	margin: 45px 0 0;
	padding: 45px 0;
}

#prod-desc h2{
	margin: 0 0 45px 0;
}

#prod-desc h3 {
	font-size: 19px;
}

#prod-desc p {
	line-height: 24px;
	font-weight: 400;
	padding: 0 0 15px 0;
}

#prod-features {
	background: url(images/features-bg.jpg) no-repeat center top /cover #313131;
	background-attachment: fixed;
	padding: 30px 0;
}

#prod-features ul {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	width: 100%;
	
}

#prod-features ul li {
	box-sizing: border-box;
	color: #fff;
	flex-basis: calc(50% - 15px);
	font-size: 21px;
	-webkit-flex-basis: calc(50% - 15px);
	list-style-position: inside;
	padding: 15px;
}

#prod-files h2 {
	margin: 0 0 45px 0;
}

#prod-files {
	padding: 45px 0;
}

#prod-files a {
	text-align: center;
}

#prod-files a span[class^="icon"] {
	color: #666;
	display: block;
	font-size: 60px;
	padding: 0 0 10px 0;
	transition: all 0.5s;
}

#prod-files a:hover span[class^="icon"] {
	color: #666;
}

#prod-files a span + span {
	color: #000;
	display: block;
	font-size: 19px;
	font-weight: 500;
}

.lead {
	font-size: 16px;
}

/*----- product listing ------*/

.page .product-listing,
#blog {
	background: #fff;
}

#blog {
	padding: 45px 0;
}

.listing-post,
.listing-product {
	padding-bottom: 30px;
}

.prod-pic img {
	height: auto;
	width: 100%;
}

.search h1,
.single-post h1,
.page h1 {
	border-bottom: 3px solid #fec9dd;
	font-size: 21px;
	text-align: center;
}

.search h1 {
	margin: 0 0 45px 0;
}

.page h1::after {
	display: none;
}

.listing-post h2,
.product-listing h2 {
	font-size: 20px;
	text-transform: uppercase;
}

.product-listing h2 a:hover {
	color: #313131;
}

.product-listing .details-lnk {
	padding: 10px 30px;
	width: auto !important;
}

div#order-product {
	display: none;
	padding: 45px 30px 0;
}

/*----- page -----*/

.single-page {
	background: #fff;
	padding: 45px 0;
}

.single-pic {
	height: 400px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.single-pic img {
	height: auto;
	width: 100%;
}

#subpages {
	padding-left: 0;
	padding-right: 0;
}


.sub-page {
	height: 320px;
	overflow: hidden;
	position: relative;
	transition: transform .2s; /* Animation */
}

.sub-page::after {
	background: rgba(0,0,0,0.5);
	content:'';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s;
	width: 100%;
}

.sub-page h3 {
	display: block;
	height: 100%;
	margin: auto;
	width: 100%;
	z-index: 9000;
}

.sub-page h3 a {
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
	font-size: 19px;
	margin: auto;
	height: 100%;
	padding: 15px;
	text-transform: uppercase;
	transition: all 0.5s;
	width: 100%;
}

.sub-page:hover h3 a {
	color: #fff;
	letter-spacing: 0.5px;
	text-decoration: underline;
	text-decoration-color: #666;
}

.sub-page:hover::after {
	background: rgba(0,0,0,0.75);
}

.sub-page h3 span {
	margin: auto;
}



/*----- forms -----*/

.cf7form {
	margin: 0;
	padding: 0;
}

.cf7form li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

.cf7form span span {
	display: block;
}

.cf7form h4 {
	color: #707071;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.cf7form input {
	border: 1px solid #cdcccc;
	box-sizing: border-box;
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 10px;
}

.cf7form textarea {
	border: 1px solid #cdcccc;
	box-sizing: border-box;
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: 150px;
	padding: 10px;
	width: 100%;
}

.cf7form input {
	transition: all 0.5s;
}

.cf7form input[type="text"],
.cf7form input[type="email"],
.cf7form input[type="tel"] {
	width: 100%;
}

.cf7form li .order-quiz label{
	display: flex;
	-webkit-display: flex;
}

.cf7form li .order-quiz label span {
	background: #cdcccc;
	box-sizing: border-box;
	padding: 12px 15px 10px;
}

.cf7form .wpcf7-list-item {
	margin: 0;
	padding: 0;
}

.wpcf7-acceptance label {
	display: flex;
	-webkit-display: flex;
}

.wpcf7-acceptance label input {
	margin: 0 10px 0 0;
}


.cf7form input[type="submit"] {
	background: 0;
	border: 0;
	color: #000;
	font-family: 'Caveat', cursive;
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0 30px;
    padding: 5px 0;
	text-align: left;
    width: 100%;
}

#site-footer .cf7form input[type="submit"] {
	color: #a70e61;
	font-size: 24px;
}

.cf7form input:focus::-webkit-input-placeholder { color:transparent; }
.cf7form input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.cf7form input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.cf7form input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.cf7form input:focus {
	border-color: #666;
}

.cf7form select {
	border: 1px solid #cdcccc;
	width: 100%;
}

.cf7form select option {
	color: #707071;
	font-size: 13px;
	padding: 5px 0;
	text-align: center;
}

span.wpcf7-not-valid-tip {
	background: #f80000;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px;
	padding: 2px 4px;
}

.order-quiz span.wpcf7-not-valid-tip {
	margin-top: -7px;
}

/*----- footer -----*/

#clients {
	background: #FFF;
}

.main-testimonial p {
	line-height: 22px;
	margin: 0 0 15px 0;	
	padding: 0 5px 15px 5px;
	position: relative;
}

.main-testimonial p::after {
	background: #000;
	bottom: 0;
	content:'';
	height: 1px;
	left: 0;
	position: absolute;
	width: 75%;
}

#site-footer {
	background: #fec9dd;
	padding: 45px 0;
}

#site-footer .widget {
	font-size: 15px;
	line-height: 22px;
}

#site-footer .widget h3 {
	color: #313131;
	font-family: 'Caveat', cursive;
	font-size: 32px;
	font-weight: 500;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	position: relative;
}

#site-footer .widget h3::after {
	background: #a70e61;
	bottom: 0;
	content:'';
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.5s;
	width: 115px;
}

#site-footer .widget:hover h3::after {

	width: 150px;
}

#site-footer .widget ul,
#site-footer .widget ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-footer .widget ul li a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: block;
	padding: 10px 0;
	text-decoration: none;
	transition: border 0.5s, color 0.3s;
}

#site-footer .widget ul li:first-child a {
	padding-top: 0;
}

#site-footer .widget ul li:last-child a {
	border: none;
}

#site-footer .widget ul li a:hover {
	border-color: rgba(255,255,255,0.5);
	color: #fff;
}

#site-footer .widget [class^="icon-"] {
	color: #666;
	padding: 0 5px 0 0;
}

#site-footer .widget a {
	transition: color 0.5s;
}

#site-footer .widget a:hover {
	color: #fff;
}

#site-footer .widget p {
	padding: 0;
}

#site-footer .widget br {
	display: none;
}

#site-footer .widget .contact-info {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
}

#site-footer .textwidget {
	color: #666;
	font-weight: 400;
}

#site-footer input[type="text"],
#site-footer input[type="email"],
#site-footer input[type="password"] {
	background: rgba(0,0,0,0.1);
	border:0;
	color: #000;
}

.fancybox-image-wrap {
	background: #fff !important;
}

.page-contact img {
	height: auto;
	width: 100%;
}

div.page-contact {
	color: #313131;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 30px ;
	}

div.page-contact span {
	color: #666;
	font-size: 24px;
	font-weight: 400;
	margin: 0 10px 0 0;
	}

#contact-map {
	background: #313131;
	position: relative;
}


#contact-map span {
	background: rgba(0,0,0,0.75);
	border-radius: 50%;
	display: block;
	left: calc(50% - 25px);
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 40%;
	transition: all 0.5s;
	width: 50px;
	z-index: 9900;
}

#contact-map:hover span {
	transform:scale(1.5);
}

#contact-map img {
	opacity: 0.75;
}

.contact-title {
	border-bottom: 3px solid #666;
	color: #313131;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    font-weight: 500;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

body.page-template-page-soon section.single-page  {
	min-height: 100vh;
}

.page-id-290 h1,
.error404 h1 {
	font-size: 120px;
	text-align: center;
}


.page-id-290 h1::after,
.error404 h1::after {
	left: calc(50% - 57.5px);
	}


.page-id-290 h2,
.error404 h2 {
	opacity: 0.7;
	text-align: center;
}

.search .product-listing {
	padding: 2em 0
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } 
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; } 

.quick-sale ul {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width:  100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	flex-basis: calc(25% - 1em);
	-webkit-flex-basis: calc(25% - 1em);
	margin: 0 !important;
	padding: 0 !important;
}
.options-list .choice input,
.variations div input{
	display: none;
}

.variations {
	margin: 0 !important;
	position: relative;
}

.variations > div {
	margin: 0 0 1px 0;
}


/*.options-list .choice,
.variations div {
	display: inline-block;
}*/

.variations div.choice-title {
	box-sizing: border-box;
	color: #666;
	font-family: 'Caveat', cursive;
	font-size: 24px;
	padding: 0 !important;
	text-align: left;
	width: 100%;
}

.variations div.choice-title label {
	background: none;
	min-width: 75px;
	padding: 0 0 10px 0;
}

.woocommerce div.product form.cart .variations .choice-title label {
	color: #313131;
	font-size: 32px;
	margin: 0 !important;
	text-align: center;
}

.woocommerce div.product form.cart .variations .value label {
	border: 1px solid #fff;
	color: #4a4a4a;
	display: block;
	font-size: 14px;
	margin: 0 !important;
	text-align: center;
	transition: all 0.5s;
}

.woocommerce div.product form.cart .variations .value label:hover {
	background: #ab0351;
	color: #fff !important;
}


.woocommerce div.product form.cart .variations div, 
.woocommerce div.product form.cart .variations div {
	font-weight: 400 !important;
	vertical-align: middle !important;
}


.options-list .choice,
.variations div label {
	background: #fef4f7;
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
	font-weight: 500 !important;
	padding: 7px 10px;
}

.options-list .choice input[type=radio]:checked + label,
.variations div input[type=radio]:checked + label {
	background:#fec9dd;
	color: #000 !important;
}



div.option-custom {
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
	order: 7;
	-webkit-order: 7;
}

[class*="-34"] {
	order: 1;
	-webkit-order: 1;
}

[class*="-36"] {
	order: 2;
	-webkit-order: 2;
}

[class*="-38"] {
	order: 3;
	-webkit-order: 3;
}

[class*="-40"] {
	order: 4;
	-webkit-order: 4;
}

[class*="-42"] {
	order: 5;
	-webkit-order: 5;
}

[class*="-44"] {
	order: 6;
	-webkit-order: 6;
}
.reset_variations {
	background: #313131;
	color: #fff !important;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}

.reset_variations:before {
	content:'Sterge optiunile';
	padding: .5rem;
}

.single-product-action {
	margin: 0;
	padding: 30px 0 0;
}

.btn {
	border-radius: 0;
}

#m2m {
	margin:0;
	padding: 0;
}

#m2m h5 {
	color: #000;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	margin: 1.5em 0 0.5em 0;
}

#m2m a.btn {
	background: #fef4f7;
	color: #313131;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 15px 0;
	padding: 15px 30px;
	transition: all 0.5s;
}

#m2m a:hover {
	background: #ab0351;
	color: #fff;
}

[class^="thwepo-"]{
	display: none;
}

[class^="thwepo-"] textarea {
border: 2px solid #f2f2f2;
height: 75px !important;
width: 100%;
}

[class^="thwepo-"] label {
	font-family: 'Caveat', cursive;
	font-size: 24px;
}

.show-custom {
	display: block !important;
	width: 100%;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #ab0351 !important;
	border-radius: 0;
	color: #fff !important;
	font-family: 'Caveat', cursive;
	font-size: 24px;
	font-weight: 500;
	transition: all 0.5s;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover { 
	background-color: #dd1974!important;
}

.woocommerce div.product form.cart div.quantity {
	height: 53.65px;
	margin: 0 !important;
}

.woocommerce div.product form.cart div.quantity input {
	background: #f2f2f2;
	border: 0;
	height: 100%;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #fef4f7 !important;
	border: 2px solid #fef4f7 !important;
	border-bottom: 0 !Important;
	border-radius: 0 !important;

	margin: 0 1px 0 0 !important;
	padding: 0.75em 1em !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400 !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 2px solid #fef4f7 !important;
}

.woocommerce div.product form.cart {
	margin-bottom: 15px 0;
}

.product_meta {
	border-top: 2px solid #f2f2f2;
padding: 15px 0;
}

.product_meta > span {
	display: block;
	margin: 10px 0;
}

.related.products {
	padding: 2em 0;
}

.related.products > h2 {
	font-family: 'Caveat', cursive;
	font-size: 3em;
	margin-bottom: 45px;
}

.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button {
	background: none !important;
	font-family: 'Caveat', cursive;
	font-size: 24px !important;
}

.woocommerce table.shop_table,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
address{
	border-radius: 0 !important;
}

address {
	border-bottom-width: 1px !important;
    border-right-width: 1px !important;
}

#customer_details .form-row {
	display: block;
	padding: 0 0 10px 0;
}

.coupon {
	align-items: center;
	display: flex;
	display: -webkit-flex;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	margin-top: 10px;
	min-width: 200px;
	padding: 0.5em 0 !important;
}

.woocommerce form .form-row input.input-text {
	border: 1px solid #c7c5c5;
	box-sizing: border-box;
	height: 40px;
	padding: 5px;
}

.woocommerce form .form-row textarea {
	border: 1px solid #c7c5c5;
	box-sizing: border-box;
	height: 100px;
	padding: 5px;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
	background: #f2f2f2;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #fec9dd;
}



.select2-container--default .select2-selection--single {
	border: 1px solid #c7c5c5 !important;
	border-radius: 0 !important;
	height: 40px !important;
	padding: 5px !important;
}

#customer_details .form-row label {
	color: #313131;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_boxx {
	border: 0 !important;
}

.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce h3 {
	color: #a70e61;
}

.woocommerce h3 label {
	margin: 0;
	padding: 0;
}

.page .entry h3:after {
	background: #fec9dd;
	opacity: 1;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #ebebeb !important;
}

.woocommerce ul.order_details {
	margin: 0 !important;
	padding: 15px 0;
}

.woocommerce ul.order_details + p,
p.woocommerce-notice {
	padding: 15px 0;
	text-align: center !important;
}

.woocommerce ul.order_details li strong {
	color: #313131;
	font-size: 12px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
}

.woocommerce-order h2,
.woocommerce-order h3 {
	font-size: 18px;
}

#main-menu li span.expander {
	display: none;
}

#cookie-law-info-bar {
	font-weight: 400 !important;
}

.cookielnk {
	color: #a70e61;
	display: inline-block;
	font-weight: 500 !important;
	padding: 5px;
}

@media screen and (min-width: 1200px) {
	#site-hero .owl-nav {
		left: calc(50% - 600px);
		width: 1200px;
	}
}


@media screen and (max-width: 1920px) {
.product-listing h2 {
	font-size: 20px;
}

}


@media screen and (max-width: 1450px) {
.product-listing h2 {
	font-size: 16px;
}

}

@media screen and (max-width:800px) {

	.social-search .user-menu {
	display: inline-block !important;
}

	#site-header {
		padding: 0;
	}

	.user-lg	{
		display: none !important;
	}
	
	#header2 .no-fat .col-xs-12 {
		padding: 0;
	}

	#site-logo {
		opacity: 1;
		padding: 10px 0 0 10px;
		transition: all 0.5s;
	}
	
	#site-logo img {
		height: 96px;
		width: auto;
	}

	.single-page {
		padding: 5px 0;
	}
	
	.caption-text {
		margin: auto !important;
		padding: 0;
	}
	
	.caption-text h2 {
		font-size: 24px !important;
	}
	
	.caption-text h3 {
		font-size: 16px !important;
		max-width: 90%;
	}

	.slide .slide-link {
		margin: 0 auto 15px;
		max-width: 85%;
	}
	
	.main-section {
		padding: 30px 0;
	}
	

	
	#top-contact {
		order: 1;
		-webkit-order: 1;
	}
	
	#top-contact > div {
		justify-content: flex-start !important;
		-webkit-justify-content: flex-start !important;
	}
	/*.cart-lg {
		position: absolute;
		right: 25px;
		top: 45px;
	}*/
	
	#trigger-menu {
		display: block;
		font-size: 24px;
		position: absolute;
		right: 75px;
		top: 45px;
		width: 30px;
	}	

	#main-menu {
		background: #fec9dd;
		height: 100vh;
		left: -300px;
		margin: 0;		
		padding: 0;
		position: fixed;
		top: 48px;
		transition: all 0.5s;
		width: 300px;
		z-index: 9990;
	}

	#main-menu ul,
	#main-menu li,
	#main-menu > ul > li {
		list-style: none;
		margin: 0 !important;
		padding: 0 !important;
	}

	#main-menu .sub-menu {
		background: none;
		display: block;
		left: auto;	
		height: 0px;
		overflow: hidden;
		position: relative;
		top: auto;
	}
	
	#main-menu li.expanded .sub-menu {
		height: auto !important;
		overflow: visible;
	}
	
	li.menu-item-has-children > .expander {
		background: rgba(255,255,255,0.1);
		display: block !important;
		cursor:pointer;
		font-size: 32px;
		height: 38px;
		line-height: 39px;
		padding: 0 10px;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.show-menu  > ul > li {
		flex-basis: 100%;
	}
	
	.show-menu li ul::before {
		display: none;
	}

	#main-menu li a,
#main-menu li a:hover	{
		background: none !important;
		border-bottom: 1px solid rgba(255,255,255,0.25);
		box-sizing: border-box;
		color: #313131 !important;
		font-size: 15px !important;
		display: block;
		line-height: initial !important;
		padding: 10px !important;
	}

	#main-menu li li a {
		background: rgba(255,255,255,0.2) !important;
		font-size: 15px !important;
		font-weight: 500 !important;
		padding: 10px 10px 10px  15px !important;
	}

	.show-menu {
		left: 0 !important;
		overflow: initial;
	}

	
	
	#close-menu > span{
		background: #313131;
		border-radius: 2px;
		display: block;
		height: 3px;
		margin: 0 0 7px;
		transition: all 0.5s;
		width: 100%;
	}
	
	.show-menu #close-menu {
		background: #fec9dd;
		display: block;
		height: 40px;
		right: -40px;
		position: absolute;
		top: 0;
		width: 40px;
	}
	
	#close-menu span.menu-line:first-child {
		background: #313131 !important;
		left: 0;
		position: absolute;
		top: 17px;
		transform: rotate(45deg);
	}
	
	#close-menu span.menu-line:last-child {
		background: #313131 !important;
		left: 0;
		position: absolute;
		top: 17px;
		transform: rotate(-45deg);
	}
	
	#close-menu.vanish {
		display: none;
	}
	
	.my-account {
		color: #313131;
		font-size: 24px;
		}
	
	.cart-contents {
		color: #313131;
		font-size: 32px;
		
	}
	
	.social-search li a {
		font-size: 24px;
	}

	.caption-text h2 {
		font-size: 32px;
	}

	.caption-text h3 {
		font-size: 24px;
	}

	.slide-link {
		display: block;
	}

	.about-main .entry,
	.about-main .entry p {
		text-align: center;
	}

	.about-main h2::after {
		left: calc(50% - 50px);
		right: auto;
	}

	.about-main #about-pic {
		display: none;
	}

	.main-client {
		padding: 0 0 30px 0;
	}

	.widget {
		padding: 0 0 30px 0;
	}
	
	.sub-page {
		height: 250px;
	}
	
	.single-pic {
		height: auto;
	}
	
	#all-products {
		padding: 0;
	}

	#prod-features ul li {
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}
	
	.prod-pic img.wp-post-image {
		width: 100%;
	}

	.product-listing h2 {
		font-size: 16px;
		text-align: center;
	}

	.product-listing h2::after {
		width: 100%;
	}

	.listing-product #short-desc {
		display: none;
	}

	.listing-product .prod-lnk {
		font-size: 12px;
	}

	.listing-product #prod-sku {
		font-size: 12px;
		text-align: center;
	}
	
	#clients {
	padding: 30px 0 0;
	}
	

	#clients .owl-carousel {
		margin: 0 0 0 2px;
		
	}
	
	#search-toggle {
		cursor: pointer;
		display: block;
		height: 36px;
		position: absolute;
		right: 90px;
		top: 12px;
		width: 36px;
		z-index: 9990;
	}
	
	#search-form form {
		box-sizing: border-box;
		min-width: 0;
		max-width: none;
		width: 80%;
	}
	
	#search-toggle.closer  {
		color: rgba(255,255,255,0.6);
		right: 2em;
	}
	
	.prod-pic {
		padding: 0 0 30px 0;
	}
	
	.product-listing .details-lnk {
		padding: 10px 20px;
		width: auto !important;
	}
	
	.prod-entry {
		text-align: center;
	}
	.slide-content {
		top: 20%;
	}
	.slide-content h3{
		color: #313131;
		font-size: 28px;
		padding: 0 0 10px 0;
	}
	.slide-content h5 {
		display: none;
	}
	.woocommerce img, .woocommerce-page img {
    height: auto;
    width: 100%;
}

	.woocommerce div.product {
		padding: 0;
	}
	
	.single-page .row {
		margin: 0;
	}
	
	#header2 > .row {
		margin: 0;
	}
	
	.social-search {
		background: #fec9dd;
		margin-top: -15px !important;
		padding: 10px 0 !important;
	}
	
	#testimonials,
	#products-main {
		padding: 15px 0;
	}
	#testimonials .section-title,
	#products-main .section-title {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	
	#testimonials > .container {
		margin: 15px 0;
	}
	
	.new-prod {
		padding-bottom: 30px;
	}
	
}

