@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prata&display=swap');


@font-face {
	font-family: star;
	src: url(../webfonts/star.eot);
	src: url(../webfonts/star.eot?#iefix) format("embedded-opentype"), url(../webfonts/star.woff) format("woff"), url(../webfonts/star.ttf) format("truetype"), url(../webfonts/star.svg#star) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: WooCommerce;
	src: url(../webfonts/WooCommerce.eot);
	src: url(../webfonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../webfonts/WooCommerce.woff) format("woff"), url(../webfonts/WooCommerce.ttf) format("truetype"), url(../webfonts/WooCommerce.svg#WooCommerce) format("svg");
	font-weight: 400;
	font-style: normal;
}


/**************************************
*
*         GLOBAL   
*
***************************************/

:root {
	--color-light-gray: #f8f8f8;
	--color-white: #ffffff;
	--color-dark: #222222;
	--color-purple: #9B59B6;
	--color-lavender: #D2B4DE;
	--color-gray: #B5AFB8;
	--color-light-lavender: #fcf4ff;
}

::selection {
	background-color: var(--color-purple);
	color: var(--color-white);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-gray);
}

img {
	display: block;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Prata", serif;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 30px;
	line-height: 1.2;
	color: var(--color-dark);
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

@keyframes menu {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.btn,
.single_add_to_cart_button,
.wc-proceed-to-checkout a,
.return-to-shop a,
.checkout-content-order .button[type="submit"],
#account-content button[type="submit"],
#customer_login .btn,
.sidebar-shop .button,
#searchsubmit,
.woocommerce-tabs.wc-tabs-wrapper .submit {
	display: inline-block;
	background-color: var(--color-purple);
	color: var(--color-white);
	padding: 20px 45px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 40px;
	letter-spacing: 2px;
	cursor: pointer;
}

.btn:hover,
.single_add_to_cart_button:hover,
.wc-proceed-to-checkout a:hover,
.return-to-shop a:hover,
.checkout-content-order .button[type="submit"]:hover,
#account-content button[type="submit"]:hover,
#customer_login .btn:hover,
.sidebar-shop .button:hover,
#searchsubmit:hover,
.woocommerce-tabs.wc-tabs-wrapper .submit:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.add_to_cart_button {
	color: var(--color-purple);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.add_to_cart_button:hover {
	color: var(--color-lavender);
}

.single_add_to_cart_button {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size: 14px;
	border: none;
	cursor: pointer;
}

.wc-proceed-to-checkout a,
.checkout-content-order .button[type="submit"],
#account-content button[type="submit"] {
	font-size: 14px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
}

#openfilter {
	font-size: 20px;
	color: var(--color-purple);
	margin-bottom: 20px;
	display: none;
	margin-right: 20px;
}

#closefilter {
	font-size: 20px;
	color: var(--color-purple);
	float: right;
	display: none;
	margin-bottom: 20px;
}

#openfilter:hover,
#closefilter:hover {
	color: var(--color-lavender);
}

.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	color: var(--color-purple);
}

.woocommerce p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "\e021";
	text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
	content: "\e021"
}

.woocommerce p.stars:hover a::before {
	content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
	content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
	content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
	content: "\e020"
}

.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 14px;
	width: 5.4em;
	font-family: star;
}

.woocommerce .star-rating::before {
	content: "sssss";
	color: var(--color-purple);
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.woocommerce .star-rating span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--color-purple);
}

.woocommerce .woocommerce-product-rating {
	line-height: 2;
	display: block;
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-product-rating::after {
	clear: both;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}

.woocommerce .products .star-rating {
	display: block;
	margin: 0 0 .5em;
	float: none;
}

.woocommerce .hreview-aggregate .star-rating {
	margin: 10px 0 0;
}

.products .product .star-rating,
.products .wc-block-grid__product .star-rating,
.wc-block-grid__products .product .star-rating,
.wc-block-grid__products .wc-block-grid__product .star-rating {
	margin: 0 auto .5407911001em;
}

select {
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/arrow-down.png');
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: 95% 55%;
	border: none;
	border: 1px solid var(--color-lavender);
}

.wrapper-product-info {
	margin-bottom: 20px;
}

.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.suptitle {
	display: inline-block;
	color: var(--color-purple);
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}

.suptitle:before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: var(--color-purple);
	position: absolute;
	top: 50%;
	right: -60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#openmenu,
#closemenu {
	font-size: 20px;
	color: var(--color-white);
	display: none;
}

#openmenu:hover,
#closemenu:hover {
	color: var(--color-purple);
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px 18px;
	border-radius: 50%;
}

#mobile-nav {
	position: fixed;
	top: 0;
	left: -320px;
	bottom: 0;
	width: 320px;
	background-color: var(--color-purple);
	z-index: 10000;
	padding: 20px;
	overflow: auto;
}

.mobile-menu {
	clear: both;
}

.mobile-menu li {
	padding: 10px;
}

.mobile-menu li a {
	text-decoration: none;
	color: var(--color-white);
	font-size: 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.mobile-menu li a:hover {
	color: var(--color-lavender);
}

.mobile-menu .sub-menu li a {
	padding: 5px;
	font-size: 16px;
}

.mobile-menu>li.menu-item-has-children>a {
	display: block;
}

.mobile-menu>li.menu-item-has-children>a i {
	font-size: 12px;
	margin-left: 5px;
	float: right;
	margin-top: 4px;
}

.mobile-menu .sub-menu>li.menu-item-has-children>a {
	display: block;
}

.mobile-menu .sub-menu>li.menu-item-has-children>a i {
	font-size: 12px;
	margin-left: 5px;
	float: right;
	margin-top: 4px;
}

.mobile-menu .sub-menu li.menu-item-has-children {
	padding-right: 0px;
}

.mobile-menu .sub-menu {
	display: none;
	margin-top: 20px;
}

@keyframes load {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--color-purple);
	z-index: 100000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 32px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.align-center {
	text-align: center;
}


/**************************************
*
*         HEADER  
*
***************************************/


#header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.wrapper-header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.wrapper-nav-cart {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-menu>li {
	float: left;
	margin: 0px 20px;
}

.header-menu>li a {
	color: var(--color-white);
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-menu>li a:hover {
	color: var(--color-purple);
}

.header-menu>.menu-item-has-children {
	position: relative;
}

.header-menu>.menu-item-has-children>.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background-color: var(--color-purple);
	z-index: 100000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-menu>.menu-item-has-children>.sub-menu>li {
	margin-left: 0px;
	white-space: nowrap;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
}

.header-menu>.menu-item-has-children>.sub-menu>li a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	display: block;
	padding: 0px 20px;
}

.header-menu>.menu-item-has-children .sub-menu li a {
	color: var(--color-white);
}

.header-menu>.menu-item-has-children .sub-menu li a:hover {
	color: var(--color-lavender);
}

.header-menu>.menu-item-has-children:hover>.sub-menu {
	display: block;
	-webkit-animation-name: menu;
	animation-name: menu;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children {
	position: relative;
}

.header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
	position: absolute;
	padding-top: 15px;
	padding-bottom: 15px;
	top: -15px;
	left: 100%;
	display: none;
	z-index: 10000;
	background-color: var(--color-purple);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children:hover>.sub-menu {
	display: block;
	-webkit-animation-name: menu;
	animation-name: menu;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu li {
	margin-left: 0px;
	width: 100%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.header-menu li {
	white-space: nowrap;
}

.wrapper-cart-account {
	margin-left: 50px;
}

.wrapper-cart-account a {
	color: var(--color-white);
	font-size: 20px;
	margin-left: 20px;
}

.wrapper-cart-account a:hover {
	color: var(--color-purple);
}

.wrapper-cart-account .link-cart {
	position: relative;
	margin-right: 20px;
}

.wrapper-cart-account .link-cart span {
	font-size: 14px;
	position: absolute;
	right: -22px;
	top: -5px;
	width: 20px;
}

.header-top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: var(--color-white);
}

.header-top p i {
	color: var(--color-white);
	margin-right: 10px;
}

.header-top .social-link li {
	float: left;
	margin-left: 20px;
}

.header-top .social-link li a {
	color: var(--color-white);
}

.header-top .social-link li a:hover {
	color: var(--color-purple);
}

/**************************************
*
*         HEADER CONTENT
*
***************************************/

.wrapper-header-content {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 900px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-header-content h1 {
	color: var(--color-white);
	font-size: 80px;
}

.wrapper-header-content .suptitle {
	color: var(--color-white);
}

.wrapper-header-content .suptitle:before {
	background-color: var(--color-white);
}


.wrapper-header-content.pages {
	min-height: 400px;
	height: auto;
	padding-top: 100px;
	padding-bottom: 50px;
}

.wrapper-header-content.pages h1 {
	font-size: 40px;
	margin-bottom: 10px;
}

.breadcrumbs-content {
	color: var(--color-white);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumbs-content>div {
	margin-right: 10px;
}

.breadcrumbs-content a {
	color: var(--color-white);
}

.breadcrumbs-content a:hover {
	color: var(--color-purple);
}


/**************************************
*
*        ABOUT US
*
***************************************/


#aboutus {
	background-color: var(--color-light-lavender);
}

.wrapper-aboutus {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1200px;
}

.aboutus-img {
	width: calc(45% - 50px);
	box-shadow: -30px -30px 0px -10px var(--color-lavender);
}

.aboutus-img img {
	width: 100%;
}

.aboutus-content {
	width: 55%;
	padding-left: 50px;
}

.aboutus-content p {
	margin-bottom: 20px;
}

.wrapper-signature {
	margin-top: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.wrapper-signature img {
	max-width: 180px;
	margin-right: 10px;
}

.wrapper-signature h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.wrapper-signature p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	color: var(--color-purple);
}


/**************************************
*
*        SERVICES
*
***************************************/


.wrapper-services article {
	width: calc(33.333333% - 20px);
	margin: 10px;
	padding: 40px 20px;
	background-color: transparent;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-services article:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wrapper-services article a {
	display: block;
	color: var(--color-gray);
}

.wrapper-services article a:hover,
.wrapper-services article a:hover h3 {
	color: var(--color-purple);
}

.wrapper-services article img {
	max-width: 64px;
	margin: 0 auto 20px auto;
}

.wrapper-services article h3 {
	margin-bottom: 20px;
	font-size: 22px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}


/**************************************
*
*        BANNER
*
***************************************/


.wrapper-discount {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper-discount h2 {
	color: var(--color-white);
	font-size: 60px;
}

.wrapper-discount .suptitle {
	color: var(--color-white);
}

.wrapper-discount .suptitle:before {
	background-color: var(--color-white);
}


/**************************************
*
*         PRODUCT
*
***************************************/


.products .product img {
	width: 100%;
}

.products .product {
	margin: 10px;
	padding: 10px 10px 30px 10px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: relative;
}


.columns-5 .product {
	width: calc(20% - 20px);
}

.columns-4 .product {
	width: calc(25% - 20px);
}

.columns-3 .product {
	width: calc(33.333333% - 20px);
}

.columns-2 .product {
	width: calc(50% - 20px);
}

.woocommerce-LoopProduct-link img {
	margin-bottom: 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.woocommerce-LoopProduct-link:hover img {
	-webkit-filter: opacity(85%);
	filter: opacity(85%);
}

.woocommerce-LoopProduct-link h3 {
	color: var(--color-dark);
	font-size: 18px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-bottom: 10px;
}

.woocommerce-LoopProduct-link:hover h3 {
	color: var(--color-purple);
}

.price {
	font-size: 18px;
	color: var(--color-dark);
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 0;
}

.wrapp-img-prod {
	background-color: transparent;
}

.woocommerce-Price-amount {
	border: none;
	text-decoration: none;
	outline: none;
	color: var(--color-dark);
}

span.price {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

span.price,
.price ins {
	text-decoration: none;
	color: var(--color-dark);
}

span.price del {
	color: var(--color-dark);
}

p.price,
.price ins {
	text-decoration: none;
}

p.price del {
	color: var(--color-dark);
}

.added_to_cart.wc-forward {
	display: block;
	color: var(--color-dark);
	font-size: 14px;
	margin-top: 10px;
}

.added_to_cart.wc-forward:hover {
	color: var(--color-lavender);
}

.products .product .onsale {
	position: absolute;
	top: 25px;
	left: 20px;
	color: var(--color-white);
	text-transform: uppercase;
	background-color: var(--color-purple);
	padding: 5px 10px;
	z-index: 100;
	font-size: 12px;
}


/**************************************
*
*        TESTIMONIALS
*
***************************************/


#testimonials {
	background-color: var(--color-light-lavender);
}

.wrapper-testimonials {
	max-width: 1000px;
	margin-top: 50px;
}

.single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.single-testimonials p {
	margin-bottom: 20px;
}

.wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 20px;
}


.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 50px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 3px;
	margin: 5px 7px;
	background: var(--color-lavender);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color-purple);
}


/**************************************
*
*         CONTACTS
*
***************************************/


footer {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.wrapper-contact {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-contact>div {
	width: 25%;
	padding: 20px;
	color: var(--color-white);
}

.wrapper-contact>div p {
	margin-bottom: 10px;
}

.wrapper-contact>div h3 {
	font-size: 20px;
	color: var(--color-white);
}

.wrapper-contact>div a {
	color: var(--color-white);
}

.wrapper-contact>div a:hover {
	color: var(--color-lavender);
}

.copyright {
	padding: 30px 15px;
	text-align: center;
	font-size: 14px;
	color: var(--color-white);
}

#contacts .social-link {
	margin-top: 30px;
}

#contacts .social-link li {
	margin-right: 20px;
}

.social-link li a {
	color: var(--color-white);
}

.social-link li a:hover {
	color: var(--color-lavender);
}


/**************************************
*
*         PAGES
*
***************************************/


.content p {
	margin-bottom: 30px;
}

.content img {
	max-width: 100%;
	margin-bottom: 30px;
	width: auto;
}

.content ul,
.content ol {
	margin: 30px;
}

.content ul li {
	list-style: disc;
}

.content ol li {
	list-style: decimal;
}

.content strong {
	font-weight: 400;
}

.content .alignleft {
	float: left;
	max-width: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
}

.content .alignright {
	float: right;
	max-width: 100%;
	margin-left: 30px;
	margin-bottom: 30px;
}

.content .aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.content h1 {
	font-size: 50px;
	color: var(--color-dark);
}

.content h2 {
	font-size: 45px;
}

.content h3 {
	font-size: 35px;
}

.content h4 {
	font-size: 30px;
}

.content h5 {
	font-size: 25px;
}

.content h6 {
	font-size: 20px;
}

.content em {
	font-style: italic;
}

.content blockquote {
	margin-bottom: 30px;
}

.content blockquote:before {
	content: "“";
}

.content blockquote:after {
	content: "“";
}


.tags-links {
	margin-bottom: 30px;
	display: block;
}

.tags-links a {
	display: inline-block;
	color: var(--color-purple);
	font-size: 14px;
	text-transform: uppercase;
	margin: 20px 10px;
}

.tags-links a:hover {
	color: var(--color-lavender);
}


/**************************************
*
*         BLOG
*
***************************************/


.wrapper-blog {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper-blog .w-70 {
	width: 70%;
}

.single-blog {
	width: calc(50% - 20px);
	margin: 10px;
}

.blog-article-img {
	display: block;
	position: relative;
	color: var(--color-dark);
	overflow: hidden;
}

.blog-article-img img {
	width: 100%;
}

.blog-article-content {
	padding: 40px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.blog-article-content a {
	color: var(--color-dark);
}

.blog-article-content a:hover {
	color: var(--color-purple);
}

.blog-article-content a h3 {
	font-size: 18px;
	margin-bottom: 0px;
	transition: all;
	transition-duration: 0.5s;
}

.blog-article-content a:hover h3 {
	color: var(--color-purple);
}

.wrapper-date {
	margin: 15px 0px;
	text-transform: uppercase;
}

.wrapper-date p {
	letter-spacing: 3px;
	font-size: 12px;
}

.wrapper-date i {
	margin-right: 10px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(155, 89, 182, 0.5);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.overlay i {
	color: var(--color-white);
}

.blog-article-img:hover .overlay {
	opacity: 1;
}

.navigation.pagination {
	padding: 30px 10px 30px 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

}

.navigation.pagination .nav-links {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navigation.pagination .nav-links span.current {
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: var(--color-purple);
	margin: 0px 5px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
}

.navigation.pagination .nav-links a {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	text-decoration: none;
	color: var(--color-dark);
	margin: 0px 5px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.navigation.pagination .nav-links span.current:hover,
.navigation.pagination .nav-links a:hover {
	color: var(--color-purple);
}

/**************************************
*
*        SIDEBAR
*
***************************************/

.wrapper-blog .w-30,
.wrapper-shop .w-30 {
	width: calc(30% - 10px);
	margin-left: 10px;
}

.sidebar,
.sidebar-shop {
	padding: 40px 20px;
}


/**************************************
*
*         SHOP
*
***************************************/


.wrapper-shop {
	align-items: flex-start;
}

.wrapper-shop .products {
	width: 70%;
}


.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
}

.page-numbers .page-numbers.current {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	text-decoration: none;
	color: var(--color-purple);
	margin: 0px 5px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
}

.page-numbers li a {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	text-decoration: none;
	color: var(--color-dark);
	margin: 0px 5px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.page-numbers li a:hover {
	color: var(--color-lavender);
}

.woocommerce-message {
	padding: 10px 20px;
	background-color: var(--color-light-gray);
	margin-bottom: 20px;
	color: var(--color-dark);
}

.woocommerce-message>.button,
.woocommerce-message>a {
	color: var(--color-dark);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}

.woocommerce-message>.button:hover,
.woocommerce-message>a:hover {
	color: var(--color-purple);
}


/**************************************
*
*         FORM
*
***************************************/


.wrapper-contact-form {
	max-width: 1000px;
	margin: 0 auto;
}

input {
	background-color: transparent;
	outline: none;
	border: none;
	display: block;
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: var(--color-dark);
	background-color: var(--color-light-gray);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size: 16px;
}

.wrapper-input {
	justify-content: space-between;
}

.wrapper-input p {
	width: calc(50% - 10px);
}

textarea {
	background-color: transparent;
	outline: none;
	border: none;
	display: block;
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 250px;
	color: var(--color-dark);
	background-color: var(--color-light-gray);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size: 16px;
}

input.btn[type="submit"] {
	outline: none;
	border: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
	display: block;
	margin-top: 30px;
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	background-color: var(--color-purple);
	color: var(--color-white);
	padding: 20px 45px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 40px;
	letter-spacing: 2px;
}

input.btn[type="submit"]:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

input::placeholder,
textarea::placeholder {
	color: var(--color-dark);
	font-family: "Poppins", sans-serif;
}

.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent !important;
	text-align: center;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
	text-align: center;
}


/**************************************
*
*         WIDGETS
*
***************************************/


.single-widget {
	margin-bottom: 50px;
	clear: both;
}

.single-widget h3 {
	margin-bottom: 20px;
	color: var(--color-dark);
	font-size: 22px;
}

.single-widget ul li {
	margin-bottom: 10px;
}

.single-widget ul li a {
	color: var(--color-dark);
	font-size: 16px;
	text-transform: uppercase;
}

.single-widget ul li a:hover {
	color: var(--color-purple);
}

.rpwwt-widget ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rpwwt-widget ul li {
	overflow: hidden;
	margin: 0 0 5px !important;
}

.single-widget .tagcloud a {
	display: inline-block;
	color: var(--color-dark);
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px;
}

.single-widget .tagcloud a:hover {
	color: var(--color-purple);
}

#rpwwt-recent-posts-widget-with-thumbnails-2 img {
	width: 75px;
	height: auto !important;
}

.ui-widget-content {
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	background: var(--color-purple);
	border: 0;
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.price_slider {
	margin-bottom: 1em;
}

.ui-slider .ui-slider-range {
	background-color: var(--color-purple);
}

.ui-slider-range {
	top: 0;
	height: 5px;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: var(--color-purple);
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-range,
.ui-slider .ui-slider-handle {
	background-color: var(--color-purple);
}

.ui-slider .ui-slider-handle {
	position: absolute;
	top: auto;
	z-index: 2;
	width: 1em;
	height: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	cursor: ew-resize;
	background: var(--color-purple);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -.25em;
	margin-left: auto;
	opacity: 1;
	border: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
	background-color: var(--color-purple);
}

.ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.ui-slider-range {
	background-color: var(--color-purple);
}

.ui-slider .ui-slider-handle {
	position: absolute;
	top: auto;
	z-index: 2;
	width: 1em;
	height: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	cursor: ew-resize;
	background: var(--color-purple);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -6px;
	margin-left: auto;
	opacity: 1;
	border: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-widget-content {
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	background-color: var(--color-purple);
	border: 0;
	height: 5px;
}

.sidebar-shop .price_label {
	padding-top: 5px;
}

.sidebar-shop .button {
	border: none;
	font-size: 12px;
	padding: 10px 20px;
	float: left;
	margin-right: 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}


/**************************************
*
*         PRODUCT
*
***************************************/


.wrapper-single-product {
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.single-product-img {
	width: 40%;
	position: relative;
}

.single-product-content {
	width: 60%;
	padding-left: 50px;
}

.single-product-img a {
	display: block;
	width: 100%;
}

.single-product-img img {
	width: 100%;
	display: block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-product-img img:hover {
	-webkit-filter: opacity(70%);
	filter: opacity(70%);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	visibility: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	visibility: visible;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	visibility: visible;
}

.flex-control-thumbs {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-control-thumbs li {
	width: 100px;
	height: auto;
	margin: 10px;
	cursor: pointer;
	border: 1px solid var(--color-lavender);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	overflow: hidden;
}

.flex-control-thumbs li:hover {
	border: 1px solid var(--color-lavender);
}

.flex-control-thumbs li img {
	display: block;
	width: 100%;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.flex-control-thumbs li img:hover {
	-webkit-filter: opacity(70%);
	filter: opacity(70%);
}

.single-product-content h1 {
	font-size: 30px;
	margin-bottom: 20px;
	color: var(--color-dark);
}

.woocommerce-review-link {
	color: var(--color-purple);
	margin-bottom: 10px;
}

.woocommerce-review-link:hover {
	color: var(--color-lavender);
}

.single-product-content .price {
	font-size: 20px;
}

.single-product-content .variations tr {
	width: 100%;
}

.single-product-content .variations .label {
	font-weight: 400;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	color: var(--color-dark);
}

.single-product-content .variations select {
	margin-bottom: 10px;
	width: 200px;
	display: block;
	border: 1px solid var(--color-lavender);
}

.single-product-content .woocommerce-product-details__short-description {
	margin-bottom: 20px;
}

.single-product-content input[type="number"] {
	width: 100px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 15px;
}

.single-product-content .quantity {
	float: left;
}

.product_meta {
	clear: both;
	padding-top: 20px;
	color: var(--color-dark);
}

.product_meta>span {
	display: block;
}

.product_meta>span a {
	color: var(--color-purple);
}

.product_meta>span a:hover {
	color: var(--color-lavender);
}

.single-product-content .reset_variations {
	margin-bottom: 20px;
	color: var(--color-purple);
	display: inline-block;
}

.single-product-content .reset_variations:hover {
	color: var(--color-lavender);
}

.single-product-img .onsale {
	position: absolute;
	top: 25px;
	left: 20px;
	color: var(--color-white);
	text-transform: uppercase;
	background-color: var(--color-purple);
	padding: 5px 10px;
	z-index: 100;
	font-size: 14px;
}

.woocommerce-tabs {
	padding-top: 50px;
	padding-bottom: 50px;
}

.tabs.wc-tabs {
	background-color: var(--color-light-gray);
}


.wc-tabs li {
	padding: 20px;
}

.wc-tabs li a {
	color: var(--color-purple);
	text-transform: uppercase;
	font-size: 14px;
}

.wc-tabs li a:hover {
	color: var(--color-lavender);
}

.wc-tabs li.active a {
	color: var(--color-purple);
}

.woocommerce-Tabs-panel {
	padding: 20px;
}

.woocommerce-Tabs-panel h2 {
	font-size: 20px;
}

.woocommerce-Tabs-panel p {
	margin-bottom: 20px;
}

.woocommerce-product-attributes {
	width: 100%;
}

.woocommerce-product-attributes th {
	text-align: left;
}

.woocommerce-product-attributes tr td,
.woocommerce-product-attributes th {
	border: 1px solid var(--color-lavender);
	padding: 10px;
}

.comment_container {
	margin-bottom: 40px;
}

.comment_container img {
	width: 60px !important;
	height: 60px !important;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 5px;
}

.woocommerce-review__author,
.woocommerce-review__dash,
.woocommerce-review__published-date {
	font-weight: 400;
	color: var(--color-dark);
	text-transform: uppercase;
	font-size: 12px;
}

.woocommerce-product-attributes p {
	margin-bottom: 0px;
}

.commentlist p.meta {
	margin-bottom: 20px;
	font-size: 10px;
	margin-top: 10px;
}

.comment_container {
	margin-bottom: 40px;
}

.comment-reply-title {
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
}

.comment-form-rating {
	margin-bottom: 20px;
}

label[for="comment"],
.comment-form-author label,
.comment-form-email label {
	margin-bottom: 20px;
	display: block;
}

.comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#wp-comment-cookies-consent {
	width: 50px;
	margin-bottom: 0px;
}

.comment-form-cookies-consent {
	width: 100%;
	padding: 20px 0px;
}

.upsells.products h2 {
	font-size: 30px;
}

.up-sells.upsells.products {
	padding-bottom: 50px;
}


/**************************************
*
*       CART / CHEKOUT
*
***************************************/


table {
	width: 100%;
}

.shop_table thead {
	width: 100%;
}

.title-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	color: var(--color-dark);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: left;
}

.title-table .product-remove {
	width: 5%;
}

.title-table .product-thumbnail {
	width: 15%;
}

.title-table .product-name {
	width: 40%;
}

.title-table .product-price {
	width: 10%;
}

.title-table .product-quantity {
	width: 20%;
}

.title-table .product-subtotal {
	width: 10%;
}

.woocommerce-cart-form__cart-item.cart_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--color-lavender);
}

.woocommerce-cart-form__cart-item.cart_item>td,
.title-table>th {
	padding: 10px;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove {
	width: 5%;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove a {
	color: var(--color-purple);
}

.woocommerce-cart-form__cart-item.cart_item .product-remove a:hover {
	color: var(--color-lavender);
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
	width: 15%;
}

.woocommerce-cart-form__cart-item.cart_item .product-name {
	width: 40%;
}

.woocommerce-cart-form__cart-item.cart_item .product-name a {
	color: var(--color-purple);
}

.woocommerce-cart-form__cart-item.cart_item .product-name a:hover {
	color: var(--color-lavender);
}

.woocommerce-cart-form__cart-item.cart_item .product-price {
	width: 10%;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity {
	width: 20%;
}

.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
	width: 10%;
	font-weight: 400;
}

.woocommerce-cart-form__cart-item.cart_item .product-name>.variation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name>.variation>dt {
	margin-right: 5px;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img,
.woocommerce-cart-form__cart-item.cart_item .product-quantity input {
	margin-bottom: 0px;
}

.wrapper-coupons-update-btn {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-coupons,
.wrapper-update-btn {
	width: 50%;
	padding: 20px;
}

.wrapper-update-btn button.btn {
	float: right;
	border: none;
	font-size: 14px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
}

.wrapper-update-btn button.btn:disabled {
	background-color: transparent;
	border: 1px solid var(--color-lavender);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--color-dark);
	font-size: 14px;
	cursor: not-allowed;
}

.wrapper-coupons button.btn {
	border: none;
	width: 100%;
	font-size: 14px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-weight: 400;
	cursor: pointer;
}

.variation p {
	margin-bottom: 0px;
}

.wrapper-cart-content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper-cart-form.w-70 {
	width: 70%;
}

.wrapper-cart-total-info.w-30 {
	width: calc(30% - 30px);
	padding: 30px;
	margin-left: 30px;
	border: 1px solid var(--color-lavender);
}

.wrapper-cart-total-info .btn {
	width: 100%;
	text-align: center;
}

.cart_totals h3 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

ul.woocommerce-shipping-methods {
	margin: 0px;
}

.cart_totals .shop_table {
	width: 100%;
}

.cart_totals .shop_table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--color-lavender);
	padding-bottom: 10px;
}

.cart_totals .shop_table .order-total {
	margin-bottom: 0px;
	border: none;
	padding-bottom: 0px;
}

.wc-proceed-to-checkout {
	margin-top: 30px;
}

.cart_totals .shop_table tr th {
	text-align: left;
	width: 30%;
}

.cart_totals .shop_table tr td {
	text-align: right;
	width: 70%;
}

.cart-subtotal th,
.order-total th {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	color: var(--color-dark);
}

.cart-subtotal>td,
.order-total>td {
	font-weight: 400;
}

.cart-discount .woocommerce-remove-coupon {
	color: var(--color-dark);
}

.cart-discount .woocommerce-remove-coupon:hover {
	color: var(--color-purple);
}

#shipping_method.woocommerce-shipping-methods {
	list-style: none;
}

#shipping_method.woocommerce-shipping-methods input[type="radio"] {
	width: auto;
	display: inline;
	margin: 0px;
	margin-right: 10px;
}

#shipping_method.woocommerce-shipping-methods li {
	margin-bottom: 10px;
	list-style: none;
}

.wrapper-checkout-order {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.checkout-content-form {
	width: 60%;
	padding-right: 50px;
}

.checkout-content-order {
	width: 40%;
	padding: 30px;
	border: 1px solid var(--color-lavender);
	color: var(--color-dark);
}

.checkout-content-order .product-name>.variation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}

.checkout-content-order .product-name>.variation td {
	margin-right: 5px;
}

.checkout-content-form h3,
.checkout-content-order h3 {
	font-size: 20px;
	text-transform: capitalize;
}

.checkout-content-form p {
	margin-bottom: 0px;
}

.checkout-content-form label {
	margin-bottom: 10px;
	display: inline-block;
}

.wrapper-checkout-order label.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-checkout-order label.checkbox>input {
	margin-bottom: 0px;
	margin-right: 10px;
	display: inline-block;
	width: auto;
}

.select2-container--default .select2-selection--single {
	border: none;
}

.form-row .select2-container--default .select2-selection--single {
	min-height: 55px;
}

.form-row .select2-container--default .select2-selection--single {
	background-color: transparent;
	border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 55px;
	background-color: transparent;
	border: 1px solid var(--color-lavender);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 16px;
	right: 1px;
	width: 20px;
}

.select2-container {
	margin-bottom: 20px;
}

.checkout-content-order .woocommerce-checkout-review-order-table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.checkout-content-order .woocommerce-checkout-review-order-table thead tr {
	border-bottom: 1px solid var(--color-lavender);
}

.checkout-content-order .woocommerce-checkout-review-order-table th.product-name,
.checkout-content-order .woocommerce-checkout-review-order-table th.product-total {
	width: 50%;
	text-transform: uppercase;
	color: var(--color-dark);
	font-weight: 400;
}

.checkout-content-order .woocommerce-checkout-review-order-table th.product-name {
	text-align: left;
}

.checkout-content-order .woocommerce-checkout-review-order-table th.product-total {
	text-align: right;
}

.checkout-content-order .woocommerce-checkout-review-order-table .cart-subtotal {
	padding-top: 10px;
	border-top: 1px solid var(--color-lavender);
	border-bottom: 1px solid var(--color-lavender);
	font-weight: 400;
	text-transform: uppercase;
}

.checkout-content-order .woocommerce-checkout-review-order-table .order-total {
	padding-top: 10px;
	border-top: 1px solid var(--color-lavender);
	border-bottom: 1px solid var(--color-lavender);
	font-weight: 400;
	text-transform: uppercase;
}

.checkout-content-order .wc_payment_methods.payment_methods.methods {
	list-style: none;
}

.checkout-content-order .wc_payment_methods.payment_methods.methods li {
	margin-bottom: 10px;
	list-style: none;
}

.checkout-content-order .wc_payment_methods.payment_methods.methods li>div {
	padding-top: 10px;
}

.checkout-content-order .wc_payment_methods.payment_methods.methods input[type="radio"] {
	width: auto;
	display: inline;
	margin: 0px;
	margin-right: 10px;
}

.checkout-content-order .wc_payment_methods.payment_methods.methods li label {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}

.checkout-content-order .woocommerce-privacy-policy-text {
	border: 1px solid var(--color-lavender);
	padding: 20px;
}

.checkout-content-order .woocommerce-privacy-policy-text p {
	margin-bottom: 0px;
}

.checkout-content-order .woocommerce-privacy-policy-text a {
	color: var(--color-purple);
}

.checkout-content-order .woocommerce-privacy-policy-text a:hover {
	color: var(--color-lavender);
}

.checkout-content-order .button[type="submit"] {
	width: 100%;
	text-align: center;
	border: none;
	cursor: pointer;
	margin-top: 30px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.woocommerce-error {
	padding: 30px;
	background-color: var(--color-light-gray);
	color: var(--color-dark);
	list-style: none;
	margin: 30px 0px;
}

.woocommerce-error li {
	list-style: none;
	margin-bottom: 5px;
}

.woocommerce-error li a {
	color: var(--color-purple);
}

.woocommerce-error li a:hover {
	color: var(--color-lavender);
}

#order-checkout-thankyou .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: capitalize;
	line-height: 1.3;
	font-size: 24px;
	text-align: center;
}

#order-checkout-thankyou .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
#order-checkout-thankyou .wc-bacs-bank-details.order_details.bacs_details {
	margin-left: 0px;
}

#order-checkout-thankyou .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li,
#order-checkout-thankyou .wc-bacs-bank-details.order_details.bacs_details li {
	margin-bottom: 10px;
	list-style: none;
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	margin-bottom: 50px;
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td,
#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
	border: 1px solid var(--color-lavender);
	padding: 10px;
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details a {
	color: var(--color-purple);
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details a:hover {
	color: var(--color-lavender);
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta {
	list-style: none;
	margin: 0px;
	margin-top: 10px;
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 5px;
	font-size: 12px;
}

#order-checkout-thankyou .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li p {
	margin-bottom: 0px;
	padding-left: 5px;
}

#customer_login {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#customer_login .u-column1.col-1 h3,
#customer_login .u-column2.col-2 h3 {
	font-size: 20px;
	text-transform: capitalize;
}

#customer_login .u-column1.col-1 {
	width: 50%;
	padding-right: 25px;
}

#customer_login .u-column2.col-2 {
	width: 50%;
	padding-left: 25px;
}

#customer_login label {
	margin-bottom: 10px;
	display: inline-block;
}

#customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}

#customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
	width: auto;
	margin-right: 10px;
	margin-bottom: 0px;
}

#customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
	display: inline-block;
	padding-top: 3px;
}

#customer_login .btn {
	display: block;
	border: none;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

#customer_login .woocommerce-LostPassword.lost_password a {
	color: var(--color-purple);
}

#customer_login .woocommerce-LostPassword.lost_password a:hover {
	color: var(--color-lavender);
}

#customer_login .woocommerce-privacy-policy-link {
	color: var(--color-purple);
}

#customer_login .woocommerce-privacy-policy-link:hover {
	color: var(--color-lavender);
}

.wrapper-lost-pass {
	width: 70%;
	margin: 0 auto;
}

.wrapper-lost-pass label {
	margin-bottom: 10px;
	display: inline-block;
}

.wrapper-lost-pass .btn {
	display: block;
	border: none;
	width: 100%;
}

#wrapper-account {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#account-navigation {
	width: 30%;
	padding-right: 50px;
}

#account-navigation ul {
	margin: 0px;
}

#account-navigation ul li {
	list-style: none;
	margin-bottom: 10px;
}

#account-navigation ul li a {
	color: var(--color-dark);
	font-size: 16px;
	text-transform: uppercase;
}

#account-navigation ul li a:hover {
	color: var(--color-purple);
}

#account-content {
	width: 70%;
	color: var(--color-dark);
}

#account-content h2 {
	font-size: 25px;
}

#account-content a {
	color: var(--color-purple);
}

#account-content a:hover {
	color: var(--color-lavender);
}

#account-content a.button.view {
	padding: 0px;
	border-radius: 0px;
	background-color: transparent;
	color: var(--color-purple);
}

#account-content a.button.view:hover {
	color: var(--color-lavender);
}

#account-content table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-lavender);
}

#account-content .wc-item-meta {
	margin: 0px;
	margin-top: 10px;
	font-size: 14px;
}

#account-content .wc-item-meta li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#account-content .wc-item-meta li p {
	margin-bottom: 0px;
	margin-left: 5px;
}

#account-content .woocommerce-Address {
	float: left;
	padding: 20px;
	width: 50%;
}

#account-content label {
	margin-bottom: 10px;
	display: inline-block;
}

#account-content legend {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#account-content button[type="submit"] {
	border: none;
	outline: none;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0px;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.woocommerce-error {
	padding: 30px;
	background-color: var(--color-light-gray);
	color: var(--color-dark);
	list-style: none;
	margin: 30px 0px;
}

.show-password-input {
	display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--color-dark);
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 55px;
}

.woocommerce-order {
	color: var(--color-dark);
}

.woocommerce-order h2 {
	font-size: 25px;
}