/* Custom styles */

body {
	font-family: 'Raleway';
	font-size:16px;
	font-weight:400;
	line-height:1.55;
	color:#000;
}

img {
	max-width:100%;
	height:auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-weight: 700;
	line-height: 1.55;
	font-family: 'Luxia';
	margin-bottom:24px;
}

h2, .h2 {
	font-size:36px;
}

p, 
.entry-content ol, 
.entry-content ul {
	margin-bottom:24px;
}

p:empty, p:last-child {
	margin-bottom:0;
}

a {
	color: #000;
	-moz-transition:0.2s ease-in-out;
	-webkit-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

a:hover {
	color:#861E5D;
}

hr {
	border-top:1px solid #707070;
	opacity:1;
	margin:12px 0;
}

.btn, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
	--bs-btn-padding-x: 16px;
	--bs-btn-padding-y: 9px;
	--bs-btn-font-family: font-family: 'Raleway';
	--bs-btn-font-size: 14px;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.55;
	--bs-btn-box-shadow:none;
	background-image: none;
	border:none;
	border-radius:4px;
	font-weight:500;
	position:relative;
	overflow:hidden;
	font-family:'Raleway';
}

.btn:focus-visible, .wp-block-button .wp-block-button__link:focus-visible {
	background-color: inherit;
	background-image: none;
	border-color: inherit;
}

.btn-primary, .wp-block-button .wp-block-button__link {
	--bs-btn-color: #fff;
	--bs-btn-bg: #000;
	--bs-btn-border-color: #000;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #000;
	--bs-btn-hover-border-color: #861E5D;
	--bs-btn-focus-shadow-rgb: none;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #861E5D;
	--bs-btn-active-border-color: #861E5D;
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #861E5D;
	--bs-btn-disabled-border-color: #861E5D;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	font-size: 14px;
	line-height: 1.55;
	overflow: hidden;
	padding: 9px 16px;
	font-weight: 500;
	color: #fff;
	text-transform:uppercase;
	background-color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	background-color: #861E5D;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding:9px 16px;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color:#fff;
	background-color:#000;
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #861E5D;
	--bs-btn-border-color: #861E5D;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #000;
	--bs-btn-hover-border-color: #000;
	--bs-btn-focus-shadow-rgb: none;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #000;
	--bs-btn-active-border-color: #000;
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #000;
	--bs-btn-disabled-border-color: #000;
}

.btn > span,
.gform_wrapper.gravity-theme .gform_footer button > span {
	position: relative;
	z-index: 2;
}

.btn:after,
.gform_wrapper.gravity-theme .gform_footer button:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	-moz-transition: width 0.5s ease-in-out;
	-webkit-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

.btn:hover:after,
.gform_wrapper.gravity-theme .gform_footer button:hover:after {
	width:100%;
}

.btn-primary:after,
.gform_wrapper.gravity-theme .gform_footer button:after {
	background-color: #861E5D;
}

.btn.no-animation:after {
	display:none;
}

.btn-plum-hover:hover,
.btn-plum-hover:focus,
.btn-plum-hover:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.btn-primary):hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.btn-primary):focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(.btn-primary):active {
	background-color:#861E5D;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt {
	background-color:#000;
	color:#fff;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:active {
	background-color:#861E5D;
	text-transform:uppercase;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	background-color:#fff;
	color:#000;
}

.btn-white:after {
	background-color:#D7D43A
}

.btn-dark-grey-hover:after,
.btn-light-grey-hover:after {
	display:none;
}

.btn-dark-grey-hover:hover,
.btn-dark-grey-hover:focus,
.btn-dark-grey-hover:active {
	background-color:#F5F4F0 !important;
	color:#000 !important;
	border-color:#707070 !important;
}

.btn-light-grey-hover:hover,
.btn-light-grey-hover:focus,
.btn-light-grey-hover:active {
	background-color:#F5F4F0;
	color:#861E5D;
	border-color:#707070;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navbar {
	--bs-navbar-padding-y: 12px;
	--bs-navbar-brand-padding-y:0;
}

.navbar-toggler {
	background:url('images/hamburger-icon-black.png');
	background-size:contain;
	border:none;
	outline:none;
	width:22px;
	height:22px;
	padding:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.navbar-toggler.clicked,
.bg-transparent .navbar-toggler.clicked {
	background-image:url('images/close-icon-black.png');
}

.navbar-toggler:focus {
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bg-transparent .navbar-toggler {
	background-image:url('images/hamburger-icon-white.png');
}

.navbar-brand img {
	height: auto;
}

.nav-link {
	font-size: 16px;
	color:#000;
	line-height:1.55;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
	color:#861E5D;
	text-decoration:underline;
}

.header-left .menu,
.header-right .menu {
	list-style-type:none;
	padding:0;
	margin:0;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
}

.header-left .menu a,
.header-right .menu a {
	color:#000;
	font-weight:500;
	font-size:14px;
}

.header-left .menu a:hover,
.header-right .menu a:hover {
	color:#861E5D;
}

.bg-transparent .nav-link,
.bg-transparent .header-left .menu a,
.bg-transparent .header-right .menu a {
	color:#fff;
}

#main {
	margin-top:0;
}

footer .widget:not(:last-child) {
	margin-bottom:12px;
}

footer a {
	color:#fff;
}

footer a:hover,
footer a:focus,
footer a:active {
	color:#D7D43A;
}

footer ul.menu {
	padding:0;
	margin:0;
	list-style-type:none;
}

footer ul.menu li:not(:last-child) {
	margin-bottom:12px;
}

footer .gform_wrapper.gravity-theme .gform_required_legend,
footer .gform_wrapper.gravity-theme .gfield_label {
	display:none;
}

footer .gform_wrapper.gravity-theme .gform_footer, 
body .gform_wrapper.gravity-theme .gform_page_footer,
.popup-wrapper .gform_wrapper.gravity-theme .gform_footer {
	margin: 12px 0 0;
	padding: 0 0;
}

.footer-bottom ul.menu {
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.footer-bottom ul.menu li {
	margin:0 12px;
	position:relative;
}

.footer-bottom ul.menu li:not(:last-child):after {
	content:'';
	width:1px;
	background-color:#fff;
	height:100%;
	position:absolute;
	right:-12px;
	top:0;
}

.footer-bottom ul.menu li:first-child {
	margin-left:0;
}

.footer-bottom ul.menu li:last-child {
	margin-right:0;
}

.footer-bottom-2 ul.menu {
	-moz-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}

.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea,
.giftcard-tab-item input,
.giftcard-tab-item textarea {
	border:none;
	font-size: 16px !important;
	padding: 8px 12px !important;
	outline:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

input, textarea {
	border:none;
	font-size: 16px;
	padding: 8px 12px;
	outline:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.giftcard-tab-item input,
.giftcard-tab-item textarea,
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="color"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="date"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="datetime-local"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="datetime"],
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="email"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="month"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="number"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="password"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="search"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="tel"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="text"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="time"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="url"], 
.woocommerce-tabs .gform_wrapper.gravity-theme input[type="week"], 
.woocommerce-tabs .gform_wrapper.gravity-theme select, 
.woocommerce-tabs .gform_wrapper.gravity-theme textarea,
input, textarea {
	border:1px solid #707070;
}

.woocommerce-tabs .gform_wrapper.gravity-theme .gform_footer, 
.woocommerce-tabs .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0;
	padding: 0;
}

.page-section .gform_wrapper.gravity-theme .gfield_label {
	font-weight:400;
}

.page-section .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 90px;
	resize:none;
}

.footer-3 .gform_wrapper.gravity-theme .gform_footer button, 
.footer-3 .gform_wrapper.gravity-theme .gform_footer input, 
.footer-3 .gform_wrapper.gravity-theme .gform_page_footer button, 
.footer-3 .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 0 !important;
	padding:9px 32px !important;
	font-size:14px;
	position:relative;
	overflow:hidden;
	font-weight:500;
	text-transform:uppercase;
	background-color:#861E5D;
	color:#fff;
	border:1px solid #861E5D;
	border:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.footer-3 .gform_wrapper.gravity-theme .gform_footer button:hover, 
.footer-3 .gform_wrapper.gravity-theme .gform_footer input:hover,
.footer-3 .gform_wrapper.gravity-theme .gform_page_footer button:hover,
.footer-3 .gform_wrapper.gravity-theme .gform_page_footer input:hover,
.footer-3 .gform_wrapper.gravity-theme .gform_footer button:focus, 
.footer-3 .gform_wrapper.gravity-theme .gform_footer input:focus,
.footer-3 .gform_wrapper.gravity-theme .gform_page_footer button:focus,
.footer-3 .gform_wrapper.gravity-theme .gform_page_footer input:focus,
.footer-3 .gform_wrapper.gravity-theme .gform_footer button:active, 
.footer-3 .gform_wrapper.gravity-theme .gform_footer input:active,
.footer-3 .gform_wrapper.gravity-theme .gform_page_footer button:active,
.footer-3 .gform_wrapper.gravity-theme .gform_page_footer input:active {
	background-color:#861E5D;
	border-color:#861E5D;
}

.footer-3 .gform_wrapper.gravity-theme .gform_footer button:after {
	background-color:#707070;
}

body .gform_wrapper.gravity-theme .gform_footer button, 
body .gform_wrapper.gravity-theme .gform_footer input, 
body .gform_wrapper.gravity-theme .gform_page_footer button, 
body .gform_wrapper.gravity-theme .gform_page_footer input,
button.notifima-button {
	margin-bottom: 0 !important;
	padding:9px 32px !important;
	font-size:14px;
	position:relative;
	overflow:hidden;
	font-weight:500;
	text-transform:uppercase;
	background-color:#000;
	color:#fff;
	border:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.notifima-subscribe-form {
	margin-bottom:24px;
}

button.notifima-button {
	margin:0;
	margin-left:24px;
}

body .gform_wrapper.gravity-theme .gform_footer button:hover, 
body .gform_wrapper.gravity-theme .gform_footer input:hover,
.page-section .gform_wrapper.gravity-theme .gform_page_footer button:hover,
.page-section .gform_wrapper.gravity-theme .gform_page_footer input:hover,
body .gform_wrapper.gravity-theme .gform_footer button:focus, 
body .gform_wrapper.gravity-theme .gform_footer input:focus,
.page-section .gform_wrapper.gravity-theme .gform_page_footer button:focus,
.page-section .gform_wrapper.gravity-theme .gform_page_footer input:focus,
body .gform_wrapper.gravity-theme .gform_footer button:active, 
body .gform_wrapper.gravity-theme .gform_footer input:active,
.page-section .gform_wrapper.gravity-theme .gform_page_footer button:active,
.page-section .gform_wrapper.gravity-theme .gform_page_footer input:active {
	background-color:#000;
	border-color:#000;
}

.popup-wrapper .gform_wrapper.gravity-theme .gfield_label {
	display:none;
}

.popup-wrapper .gform_wrapper.gravity-theme input[type="email"] {
	background-color:#F5F4F0;
}

.popup-wrapper .gform_wrapper.gravity-theme .gform_footer button {
	width:100%;
	margin-bottom:12px;
}

.popup-overlay {
	display:none;
}

.close-icon {
	background:url('images/close-icon.png') no-repeat 50% 50%;
	background-size:contain;
}

.close-icon-black {
	background-image:url('images/close-icon-black.png');
	background-size:contain;
}

.search-icon-black {
	background:url('images/search-icon-black.png') no-repeat 50% 50%;
	background-size:contain;
}

.search-icon-white {
	background:url('images/search-icon-white.png') no-repeat 50% 50%;
	background-size:contain;
}

.heart-icon-black {
	background:url('images/header-icons-black.png') no-repeat 0 50%;
	background-size:113px 27px;
}

.heart-icon-white {
	background:url('images/header-icons-white.png') no-repeat 0 50%;
	background-size:113px 27px;
}

.cart-icon-black {
	background:url('images/header-icons-black.png') no-repeat -42px 50%;
	background-size:113px 27px;
}

.cart-icon-white {
	background:url('images/header-icons-white.png') no-repeat -42px 50%;
	background-size:113px 27px;
}

.user-icon-black {
	background:url('images/header-icons-black.png') no-repeat -83px 50%;
	background-size:113px 27px;
}

.user-icon-white {
	background:url('images/header-icons-white.png') no-repeat -83px 50%;
	background-size:113px 27px;
}

.play-button {
	background:url('images/play-icon.png') no-repeat 50% 50%;
	background-size:contain;
}

.play-button.pause {
	background-image:url('images/play-icon-white.svg');
}

.play-button.no-bg {
	background-image:none;
}

.facebook-icon {
	background:url('images/facebook-icon.png') no-repeat 50% 50%;
	background-size:contain;
}

.instagram-icon {
	background:url('images/instagram-icon.png') no-repeat 50% 50%;
	background-size:contain;
}

.facebook-icon:hover {
	background-image:url('images/facebook-icon-2.png');
}

.instagram-icon:hover {
	background-image:url('images/instagram-icon-2.png');
}

span.adding-to-cart {
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	background:url('images/adding-to-cart.svg') no-repeat 50% 50%;
	background:url('images/loading-icon.svg') no-repeat 50% 50%;
	background-size:contain;
	width:16px;
	height:16px;
}

.ajax-overlay span.adding-to-cart,
.ajax-cart-updating-overlay span.adding-to-cart {
	width:32px;
	height:32px;
}

.hero-carousel .carousel-overlay {
	background: radial-gradient(439.48% 102.62% at 13.2% 100%, #FFDFF2 0%, #861E5D 100%);
}

.hero-carousel .flickity-page-dots {
	bottom:43px;
	z-index:99;
	text-align:left;
	padding:0 12px;
}

.hero-carousel .flickity-page-dots .dot {
	background-color:#fff;
	opacity:0.5;
	margin:0 12px 0 0;
}

.hero-carousel .flickity-page-dots .dot.is-selected {
	opacity:1;
}

.product-category-list a:hover .product-thumbnail img {
	-moz-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}

.product-carousel .flickity-slider,
.testimonial-carousel .flickity-slider {
	margin-left:-12px;
	margin-right:-12px;
	width:auto;
	position:relative;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
}

.product-carousel .flickity-prev-next-button,
.testimonial-carousel .flickity-prev-next-button {
	width: 28px;
	height: 18px;
	background:url('images/slider-1-arrow.png') no-repeat 50% 50%;
	background-size:contain;
	outline:none;
	box-shadow:none;
}

.product-carousel .flickity-prev-next-button.next,
.testimonial-carousel .flickity-prev-next-button.next {
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

.product-carousel .flickity-prev-next-button .flickity-button-icon,
.testimonial-carousel .flickity-prev-next-button .flickity-button-icon {
	display:none;
}

.woocommerce-LoopProduct-link:hover {
	color:#000;
}

.woocommerce-message:focus-visible {
	outline:none;
}

.woocommerce-breadcrumb a,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
	color:#861E5D;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	font-size: 12px;
	color: #000;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-ordering,
.woocommerce div.product form.cart {
	margin: 0;
}

.single-product div.product form.cart {
	margin-bottom:24px;
	margin-top:24px;
}

.woocommerce-ordering {
	position:relative;
}

.woocommerce-ordering:after {
	content:'';
	width:16px;
	height:16px;
	background:url('images/dropdown-icon-grey.png') no-repeat 50% 50%;
	background-size:contain;
	position:absolute;
	top:50%;
	margin-top:-8px;
	right:12px;
	pointer-events:none;
}

.woocommerce .woocommerce-ordering select {
	padding:8px 12px;
	background-color:#F5F4F0;
	color:#000;
	border:none;
	font-size:14px;
	text-transform:uppercase;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #000;
	font-size: 20px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: #09AE00;
	font-size:12px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
	color:#ED0006;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	white-space: nowrap;
	padding: 0;
	border:none;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
	padding: 0;
	margin-right:8px;
	float: none;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	font-size: 12px;
	font-weight: 400;
	padding: 5px 0;
	text-align:center;
	min-width: 0;
	width:24px;
	height:24px;
	background-color:#E8E8E8;
	color:#707070;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-image:none;
	background-color: #D7D43A;
	color: #000;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
}

.toggle-description:after {
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	background:url('images/plus-icon-black.png') no-repeat 50% 50%;
	background-size:contain;
	right:0;
	top:50%;
	margin-top:-9px;
	pointer-events:none;
}

.toggle-description.open:after {
	background-image:url('images/minus-icon-black.png');
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding:0;
	margin:0;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
	margin-right:24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
	background-color:#861E5D;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 24px;
	margin-top:24px;
}

#comments {
	margin-top:0;
}

.woocommerce-tabs .gform_wrapper.gravity-theme .gfield, 
.woocommerce-tabs .gform_wrapper.gravity-theme .gfield:nth-child(4) {
	width: 100%;
}

.woocommerce-tabs form.comment-form {
	margin-left:-12px;
	margin-right:-12px;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.woocommerce-tabs form.comment-form > * {
	margin-bottom:0;
	margin-top:24px;
	padding:0 12px;
	width:100%;
	-moz-flex:0 0 auto;
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
}

.woocommerce #review_form #respond p {
	margin-top:24px;
	margin-bottom:0;
}

.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email {
	width:auto;
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 4px;
	border-color:#707070;
}

.woocommerce .star-rating span:before {
	color: #707070;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
	color: #000;
	font-size: 16px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 16px;
}

.comment-reply-title {
	margin-top:24px;
	margin-bottom:24px;
	font-weight: 700;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	padding: 32px;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
	border: none;
	padding: 0;
	margin: 0;
}

.woocommerce form .form-row {
	margin-bottom:16px;
	padding:0;
}

.woocommerce form .form-row:after, .woocommerce form .form-row:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before {
	display: none;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
	font-family: 'Raleway';
	padding: 8px 12px;
	display: block;
	font-size:16px;
	border:1px solid #707070;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: none;
	margin-right:0;
}

.login-form-container .woocommerce-error {
	background-color:#D97173;
	color:#fff;
	padding:9px 5px;
	padding-left:60px;
	border-top:none;
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.login-form-container .woocommerce-error:before {
	content: "";
	width:16px;
	height:16px;
	background:url('images/error-icon-white.png') no-repeat 50% 50%;
	background-size:contain;
	top:50%;
	margin-top:-8px;
	left:32px;
}

.subscription-selector-container:after {
	content:'';
	width:16px;
	height:16px;
	background:url('images/dropdown-icon-black.png') no-repeat 50% 50%;
	background-size:contain;
	pointer-events:none;
	position:absolute;
	right:24px;
	top:50%;
	margin-top:-8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom:24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding:0;
	list-style-type:none;
	margin:0 -6px;
	margin-top:-24px;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding:0 6px;
	margin-top:24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display:block;
	padding:9px 32px;
	text-transform:uppercase;
	color:#fff;
	background-color:#000;
	font-weight:500;
	font-size:14px;
	text-align:center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:active {
	background-color:#861E5D;
	color:#fff;
}

.woocommerce-MyAccount-content h2 {
	font-size:20px;
}

.woocommerce table.my_account_orders,
.woocommerce table.woocommerce-table--order-details,
.my-account-page .woocommerce table.shop_table {
	font-size: 16px;
	padding:0;
	border:none;
	border-collapse:collapse;
	margin:0;
}

.woocommerce table.my_account_orders tbody th,
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td, 
.woocommerce table.my_account_orders tfoot td, 
.woocommerce table.my_account_orders tfoot th,
.my-account-page .woocommerce table.shop_table tfoot td, 
.my-account-page .woocommerce table.shop_table tfoot th,
.tinv-wishlist table.tinvwl-table-manage-list th,
.tinv-wishlist table.tinvwl-table-manage-list td {
	border-top-color:#707070;
	line-height:1.55;
	padding:12px;
}

.woocommerce table.woocommerce-table--order-details th,
.woocommerce table.woocommerce-table--order-details td {
	padding:12px 0;
}

.woocommerce table.woocommerce-table--order-details thead th,
.woocommerce table.woocommerce-table--order-details tbody th, 
.woocommerce table.woocommerce-table--order-details tfoot td,
.woocommerce table.woocommerce-table--order-details tfoot th {
	border-color: #707070;
}

.woocommerce table.woocommerce-table--order-details tfoot tr:first-child th,
.woocommerce table.woocommerce-table--order-details tfoot tr:first-child td {
	border-top:none;
}

.woocommerce table.woocommerce-table--order-details tbody td,
.woocommerce table.shop_table tbody td {
	border-top-color:#707070;
}

.tinv-wishlist table.tinvwl-table-manage-list thead th {
	border-bottom:1px solid #707070;
}

.woocommerce .woocommerce-customer-details address {
	border:none;
	padding:0;
}

.woocommerce-info,
.woocommerce-message {
	border-top-color: #861E5D;
}

.woocommerce-info:before,
.woocommerce-message:before {
	color: #861E5D;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: auto;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
	margin-top:24px;
	display:block;
	margin-left:auto;
	width:100%;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size:14px;
	text-transform:uppercase;
	padding:9px 16px;
}

/* Woocommerce custom cart */
.woocommerce-cart-modal.active .woocommerce-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 999998;
	opacity: 0.7;
}

.woocommerce-cart-container {
	max-width: 500px;
	right: -500px;
	z-index: 999999;
	width: 90%;
	bottom: 0;
	top: 0;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.woocommerce-cart-modal.active .woocommerce-cart-container {
	right: 0;
}

.woocommerce-cart-container img.attachment-woocommerce_thumbnail {
	height: 60px;
	width: 60px;
}

.woocommerce-cart-container ul.woocommerce-shipping-methods {
	padding:0;
	list-style-type:none;
}

.woocommerce-cart-container .woocommerce-notices-wrapper {
	position: absolute;
	left: 0;
	z-index: 9;
	width: 100%;
	font-size:12px;
}

/* woocommerce checkout page */
.woocommerce-checkout .woocommerce table.shop_table {
	border-collapse: collapse;
}

.woocommerce-message .custom-restore-item {
	color:#861E5D;
}

.woocommerce #order_review table.shop_table th,
.woocommerce #order_review table.shop_table td {
	padding:0 0 24px;
	line-height:1.55;
}

.woocommerce #order_review table.shop_table,
.woocommerce #order_review table.shop_table th,
.woocommerce #order_review table.shop_table td {
	border:none;
}

.woocommerce #order_review table.shop_table th:last-child,
.woocommerce #order_review table.shop_table td:last-child {
	width:176px;
}

.woocommerce #order_review table.shop_table tr.cart-subtotal th,
.woocommerce #order_review table.shop_table tr.woocommerce-shipping-total th,
.woocommerce #order_review table.shop_table tr.order-total th {
	font-weight:400;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #F5F4F0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.tinv-wishlist .product-action {
	width: auto;
}

.tinv-wishlist .social-buttons {
	text-align: left;
}

.tinv-wishlist .social-buttons li a.social > i {
	display:none;
}

.tinv-wishlist .social-buttons li a.social-facebook {
	background:url('images/facebook-icon.png') no-repeat 50% 50%;
	background-size:contain;
}

.tinv-wishlist .social-buttons li a.social-facebook:hover {
	background-image:url('images/facebook-icon-2.png');
}

.tinv-wishlist .social-buttons li a.social-whatsapp {
	background:url('images/whats-up-icon.png') no-repeat 50% 50%;
	background-size:contain;
}

.tinv-wishlist .social-buttons li a.social-whatsapp:hover {
	background-image:url('images/whats-up-icon-2.png');
}

#wc_bis_product_form #wc_bis_send_form {
	width:100%;
	text-transform:uppercase;
}

#wc_bis_product_form input {
	width:100%;
	margin-bottom:24px;
}

.wcsatt-options-product-prompt .wcsatt-options-prompt-text {
	display: none;
}

ul.wcsatt-options-product, .wcsatt-options-product-dropdown {
	margin-bottom:0;
}

.yith-wcan-filters .yith-wcan-filter a.clear-selection {
	font-size: 12px;
	font-weight:700;
	margin-bottom: 12px;
	color:#861E5D;
}

.yith-wcan-filters .yith-wcan-filter .filter-title {
	font-size:12px;
	margin-bottom:12px;
	border-bottom:1px solid #707070;
	font-family:'Raleway';
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, 
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
	color:#222;
	font-size:12px;
}

.yith-wcan-filters .yith-wcan-filter {
	margin-bottom: 24px;
}

.yith-wcan-filters-opener {
	width:146px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:24px;
	text-transform:uppercase;
}

.yith-wcan-filters-opener i.filter-icon {
	background:url('images/filter-icon.png') no-repeat 50% 50%;
	background-size:contain;
}

.yith-wcan-filters.filters-modal.open {
	z-index: 9999;
}

.yith-wcan-filters .apply-filters,
.yith-wcan-reset-filters {
	width: 100%;
}

.yith-wcan-filters .apply-filters + .yith-wcan-reset-filters {
	margin-top:24px;
}

.yith-wcan-filters .apply-filters:after,
.yith-wcan-reset-filters:after {
	display:none;
}

.yith-wcan-filters .apply-filters:hover,
.yith-wcan-filters .apply-filters:focus,
.yith-wcan-filters .apply-filters:active,
.yith-wcan-reset-filters:hover,
.yith-wcan-reset-filters:focus,
.yith-wcan-reset-filters:active {
	background-color:#861E5D;
}

.yith-wcan-filters.filters-modal .main-modal-button {
	background-color: #000;
	border-color: #000;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
	font-family:'Raleway';
}

.yith-wcan-active-filters .reset-filters {
	border: #000;
	color: #fff;
	background-color: #000;
	width:auto;
	font-size:14px;
	padding-left:16px;
	padding-right:16px;
	text-transform:uppercase;
}

.yith-wcan-active-filters .reset-filters:hover,
.yith-wcan-active-filters .reset-filters:focus,
.yith-wcan-active-filters .reset-filters:active {
	background-color: #861E5D;
	border-color:#861E5D;
}

.yith-wcan-active-filters .active-filter .active-filter-label {
	border-color: #861E5D;
	color: #000;
}

.yith-wcan-active-filters .active-filter .active-filter-label:after {
	background-color: #861E5D;
}

.bg-transparent span.cart-items {
	color:#fff;
}

.user-popup:after {
	content:'';
	width:21px;
	height:42px;
	background-color:#F5F4F0;
	position:absolute;
	top:-11px;
	z-index:-1;
	right:12px;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

.mobile-menu {
	opacity:0;
	visibility:hidden;
	z-index:-99999;
	height:0;
	overflow:hidden;
}

.mobile-menu.show {
	opacity:1;
	visibility:visible;
	z-index:9999;
	height:auto;
	position:relative;
}

.mobile-extra-menu-container ul,
.mobile-menu ul.main-mobile-menu,
.mobile-menu ul.main-mobile-menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.mobile-extra-menu-container ul > li:not(:last-child) {
	margin-bottom:24px;
}

.mobile-extra-menu-container ul > li > a,
.mobile-menu ul.main-mobile-menu li a {
	position:relative;
	font-weight:500;
	color:#707070;
	font-size:14px;
}

.mobile-extra-menu-container ul > li > a:before {
	content:'';
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:50% 50%;
	vertical-align:sub;
	display:inline-block;
	margin-right:12px;
}

.mobile-menu ul.main-mobile-menu li a {
	display:block;
	padding:16px 0;
	color:#000;
	position:relative;
	background-color:#fff;
	border-bottom:1px solid #000;
	font-size:14px;
}

.mobile-menu ul.main-mobile-menu ul.sub-menu > li.parent-menu-item > a,
.login-register-popup .parent-menu-item > a {
	padding-left:32px;
	font-size:16px;
	font-weight:700;
	position:relative;
}

.mobile-menu ul.main-mobile-menu li.menu-item-has-children > a:after,
.mobile-menu ul.main-mobile-menu ul.sub-menu > li.parent-menu-item > a:before,
.login-register-popup .parent-menu-item > a:before {
	content:'';
	width:16px;
	height:16px;
	background:url('images/dropdown-icon-mobile.png') no-repeat 50% 50%;
	background-size:contain;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-8px;
	pointer-events:none;
}

.mobile-menu ul.main-mobile-menu ul.sub-menu > li.parent-menu-item > a:before,
.login-register-popup .parent-menu-item > a:before {
	right:auto;
	left:0;
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

.mobile-menu ul.main-mobile-menu ul.sub-menu {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-9999;
	opacity:0;
	visibility:hidden;
	height:100%;
	background-color:#fff;
	padding:32px 24px;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.mobile-menu ul.main-mobile-menu ul.sub-menu.show {
	opacity:1;
	visibility:visible;
	z-index:999;
}

.mobile-menu ul.main-mobile-menu > li > ul.sub-menu.show ul.sub-menu.show {
	z-index:1000;
}

.mobile-extra-menu-container ul > li.exclusive-collections > a:before {
	background-image:url('images/collection-icon.png');
}

.mobile-extra-menu-container ul > li.our-stores > a:before {
	background-image:url('images/store-icon.png');
}

.mobile-extra-menu-container ul > li.specials > a:before {
	background-image:url('images/specials-icon.png');
}

.mobile-extra-menu-container ul > li.gift-ideas > a:before {
	background-image:url('images/gift-icon.png');
}

.mobile-extra-menu-container ul > li.login-register > a:before {
	background-image:url('images/user-icon-grey.png');
}

.search-form .form-control {
	background:url('images/form-search-icon.png') no-repeat 0 50%;
	background-size:contain;
	background-color:#F5F4F0;
	border:1px solid #F5F4F0;
	padding-left:34px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.page-section .gform_wrapper.gravity-theme .gform_fields {
	width:auto;
	margin:0 -12px;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	grid-column-gap: 0;
	grid-row-gap: 0;
}

.page-section .gform_wrapper.gravity-theme .gfield {
	margin-bottom:24px;
	padding:0 12px;
	width:100%;
	-moz-flex:0 0 auto;
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
}
 
.gform_wrapper.gravity-theme .gfield select {
	background-color:#fff;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.ginput_container_select {
	position:relative;
}

.ginput_container_select:after {
	content:'';
	width:16px;
	height:16px;
	position:absolute;
	right:12px;
	top:50%;
	margin-top:-8px;
	pointer-events:none;
	background:url('images/dropdown-icon-black.png') no-repeat 50% 50%;
	background-size:contain;
	z-index:1;
}

.gform_required_legend {
	display:none !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

.divider-1 {
	width:100%;
	height:1px;
	background-color:#F5F4F0;
	margin:24px 0;
}

.toggle-giftcard:after {
	content:'+';
	margin-left:10px;
}

.toggle-giftcard.open:after {
	content:'-';
}

.giftcard-tab-item {
	position:absolute;
	opacity:0;
	visibility:hidden;
	left:-999999px;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.giftcard-tab-item.active {
	position:static;
	opacity:1;
	visibility:visible;
	left:auto;
}

.gift-item-main-image img {
	margin:0 auto;
}

.pswp {
	z-index: 10001;
}

.woocommerce-Price-amount,
.woocommerce-cart-body .product-subtotal,
.woocommerce-cart-footer .subtotal-value {
	font-family:'Luxia';
}


@media (min-width:768px) {
	
	.page-section .gform_wrapper.gravity-theme .gfield:first-child,
	.page-section .gform_wrapper.gravity-theme .gfield:nth-child(2),
	.page-section .gform_wrapper.gravity-theme .gfield:nth-child(3),
	.page-section .gform_wrapper.gravity-theme .gfield:nth-child(4)	{
		width:50%;
	}
	
	.woocommerce-tabs .gform_wrapper.gravity-theme .gfield:first-child, 
	.woocommerce-tabs .gform_wrapper.gravity-theme .gfield:nth-child(2), 
	.woocommerce-tabs .gform_wrapper.gravity-theme .gfield:nth-child(3) {
		width: 33.33%;
	}
	
	.woocommerce-tabs .gform_wrapper.gravity-theme .gfield:nth-child(4) {
		width: 100%;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		padding: 126px;
	}
	
}

@media (min-width:992px) {
	
	.h2, h2 {
		font-size: 40px;
	}
	
	.h5, h5,
	.woocommerce-MyAccount-content h2 {
		font-size: 24px;
	}
	
	.h6, h6 {
		font-size:20px;
	}
	
	.header-left .menu-item:not(:last-child),
	.header-right .menu-item:not(:last-child) {
		margin-right:32px;
	}
	
	.navbar-expand-lg .navbar-nav > .menu-item {
		margin:0 24px;
	}
	
	.navbar-expand-lg .navbar-nav > .menu-item.has-mega-menu > .nav-link {
		position:relative;
		padding-right:24px;
	}
	
	.navbar-expand-lg .navbar-nav > .menu-item.has-mega-menu > .nav-link:after {
		content:'';
		width:16px;
		height:16px;
		background:url('images/dropdown-icon-black.png') no-repeat 50% 50%;
		background-size:contain;
		position:absolute;
		top:50%;
		margin-top:-8px;
		right:0;
		pointer-events:none;
	}
	
	.navbar-expand-lg .navbar-nav > .menu-item.has-mega-menu > .nav-link:hover:after {
		background-image:url('images/dropdown-icon-plum.png');
	}
	
	.navbar-expand-lg.bg-transparent .navbar-nav > .menu-item.has-mega-menu > .nav-link:after {
		background-image:url('images/dropdown-icon-white.png');
	}
	
	.navbar-expand-lg .mega-menu {
		opacity:0;
		visibility:hidden;
		z-index:-999;
	}
	
	.navbar-expand-lg .navbar-nav > .menu-item.has-mega-menu:hover > .mega-menu {
		opacity:1;
		visibility:visible;
		z-index:99;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding:0;
	}
	
	.testimonial-carousel .flickity-prev-next-button.previous {
		left: -6px;
	}

	.testimonial-carousel .flickity-prev-next-button.next {
		right: -6px;
	}
	
	.yith-wcan-filters-opener {
		display:none !important;
	}
	
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price.h5, 
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price.h5 {
		font-size: 24px;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		padding: 90px;
	}
		
}

@media (min-width:1200px) {
	
	.container-fluid,
	.hero-carousel .flickity-page-dots {
		padding-left: 84px;
		padding-right: 84px;
	}
	
	.product-carousel .product-details,
	.product .product-details {
		opacity:0.7;
		opacity:1;
	}

	.product-carousel .product-details:hover,
	.product .product-details:hover {
		opacity:1;
	}
	
}

@media (min-width:1400px) {
	
	.user-popup:after {
		right: 45px;
		right:15px;
	}
	
}

@media (min-width:1900px) {
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		-moz-flex:1;
		-webkit-flex:1;
		flex:1;
	}
		
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		padding-left:0;
		padding-right:0;
	}
	
}

@media (max-width:1500px) {
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		margin-top: 24px;
	}
		
}

@media (max-width:1399px) {
	
	.flickity-prev-next-button.previous {
		left:-14px;
	}
	
	.flickity-prev-next-button.next {
		right: -14px;
	}
	
}

@media (max-width:1199px) {
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		margin-top:24px;
	}
		
}

@media (max-width:991px) {
	
	.footer-1 .widget-title,
	.footer-2 .widget-title {
		position:relative;
	}
	
	.footer-1 .widget-title:after,
	.footer-2 .widget-title:after {
		content:'';
		width:22px;
		height:22px;
		background:url('images/dropdown-icon-white.png') no-repeat 50% 50%;
		background-size:contain;
		pointer-events:none;
		position:absolute;
		right:0;
		top:50%;
		margin-top:-11px;
		pointer-events:none;
	}
	
	.footer-1 .widget-title + *,
	.footer-2 .widget-title + * {
		display:none;
	}
	
	.footer-2 ul.menu {
		margin-bottom:16px;
	}
	
	footer .footer-bottom ul.menu li:not(:last-child) {
		margin-bottom: 0;
	}
	
	.woocommerce div.product form.cart div.quantity {
		padding:0 16px;
	}
	
	.woocommerce nav.woocommerce-pagination ul {
		-moz-justify-content:center;
		-webkit-justify-content:center;
		justify-content:center;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		width:33.33%;
		margin-top:24px;
	}
	
	.woocommerce #order_review table.shop_table th:last-child,
	.woocommerce #order_review table.shop_table td:last-child {
		width:200px;
	}
	
	.yith-wcan-filters.filters-modal h3 {
		background: #F5F4F0;
		font-size: 16px;
		height: 48px;
		line-height:48px;
		font-weight:400;
		font-family:'Raleway';
	}
	
	.yith-wcan-filters.filters-modal .close-button {
		color: #000;
		top: 9px;
	}
	
	.yith-wcan-filters.filters-modal .yith-wcan-filter {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}
	
	.woocommerce #review_form #respond p.comment-form-author, 
	.woocommerce #review_form #respond p.comment-form-email {
		width: 50%;
	}
}

@media (max-width:767px) {
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.product-carousel .flickity-prev-next-button,
	.testimonial-carousel .flickity-prev-next-button {
		display:none !important;
	}
	
	.footer-bottom-2 ul.menu {
		-moz-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 16px;
	}
	
	.woocommerce #review_form #respond p.comment-form-author, 
	.woocommerce #review_form #respond p.comment-form-email,
	.woocommerce #review_form #respond p.comment-form-author input, 
	.woocommerce #review_form #respond p.comment-form-email input {
		width: 100%;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		width:50%;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		padding-left:0;
		padding-right:0;
	}
	
	.ddwcopb-order-statuses {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	.ddwcopb-order-statuses li {
		border-bottom: none;
		text-align:left;
		padding-left:24px;
	}
	
	.ddwcopb-ltr.ddwcopb-order-statuses li:before {
		left:0;
		bottom:auto;
		top: 5px;
	}
	
	.ddwcopb-ltr.ddwcopb-order-statuses .ddwcopb-order-status:after {
		content:'';
		position:absolute;
		height: 27px;
		width: 2px;
		background-color: #707070;
		bottom: -9px;
		left: 7px;
	}
	
	.ddwcopb-ltr.ddwcopb-order-statuses .ddwcopb-order-status:last-child:after,
	.ddwcopb-ltr.ddwcopb-order-statuses .ddwcopb-order-status-confirmed:last-child:after {
		display:none;
	}
	
	.ddwcopb-ltr.ddwcopb-order-statuses.ddwcopb-success-order .ddwcopb-order-status-confirmed:after {
		border-bottom:none;
		left: 7px;
		background-color:#861E5D;
	}
	
	.woocommerce table.woocommerce-table--order-details thead th, 
	.woocommerce table.woocommerce-table--order-details tbody th, 
	.woocommerce table.woocommerce-table--order-details tfoot td, 
	.woocommerce table.woocommerce-table--order-details tfoot th {
		width: 50%;
	}
	
	.woocommerce .woocommerce-table--order-details th:last-child, 
	.woocommerce .woocommerce-table--order-details td:last-child {
		padding-left:12px;
	}
	
	.woocommerce #order_review table.shop_table th:last-child,
	.woocommerce #order_review table.shop_table td:last-child {
		width:50%;
	}
	
	.woocommerce #order_review table.shop_table th, 
	.woocommerce #order_review table.shop_table td {
		padding-bottom:12px;
	}
	
	button.notifima-button {
		margin-left:0;
		margin-top:12px;
	}
	
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .product-details button.button,
	.product-details .btn {
		padding-left:0;
		padding-right:0;
		text-align:center;
		width:100%;
	}
	
}