/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*use custom font*/
@font-face {
	font-family: "SuisseIntl";
	src: url("fonts/SuisseIntl-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "SuisseIntl";
	src: url("fonts/SuisseIntl-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
	font-display: swap;
}
body.home .wvs_ajax_add_to_cart.added{
    display: none !important;
}
.nav > li > a {font-family:  "SuisseIntl"; text-transform: uppercase;}
body {font-family:  "SuisseIntl"; text-transform: uppercase;}
h1,h2,h3,h4,h5,h6, .heading-font {font-family: "SuisseIntl"; text-transform: uppercase;}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{
	font-family: "SuisseIntl"; text-transform: uppercase;
}
.woocommerce-ordering select{
	font-family: "SuisseIntl"; text-transform: uppercase !important;
}
#customer_details .woocommerce-input-wrapper{
	text-transform: initial;
}

#main > div.my-account-header.page-title.normal-title > div > div > small { 
visibility: hidden; 
}

/* приховуємо лейбл рекапчі */
body > div > .grecaptcha-badge { 
visibility: hidden !important; 
}
.woocommerce-cart-form__cart-item.cart_item.is_gift .ux-quantity{
    display: none !important;
}

.product-videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-video {
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 20px;
}
.mrkv-mini-cross-sale-line-block{
    display: flex;
    display: -webkit-box;   
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    gap: 10px;
    flex-wrap: nowrap !important;
}
.mrkv-mini-cross-sale-col a{
    font-size: 13px;
    line-height: 1;
}
.mrkv-mini-cross-sale-line-block .button{
    white-space: nowrap;
}
.mrkv-mini-cross-sale-line-block .product-title{
    line-height: 1;
}

.product-video video {
    display: block;
    width: 100%;
}
body.home .mrkv-hidden-cart{
    width: 100%;
}
body.home .product-small .ajax_add_to_cart,
body.home .product-small .button.product_type_variable{
    width: 100%;
    margin: 0;
}
body.home .product-small .ajax_add_to_cart{

}
body.home .product-small .home-prod-add{
    padding: 0 !important;
}
body.home .product-small .button.product_type_variable{
    color: #777;
    border: unset;
    padding: 10px 0;
    line-height: 1.7;
    font-weight: 500;
    font-size: 14px;
    background: #a5b5cdc7;
}

/*центрування ux меню*/
.header-inner .menu-item > .sub-menu > .row{
  margin-left: auto !important;
  margin-right: auto !important;
}

.filter-ordering-btns .woocommerce-ordering{
	display: none !important;
}
.product-small.product-type-variable .ux-swatches {
    display: none; /* Hide the default swatches */
}

.product-small.product-type-variable .ux-swatches-dropdown {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
}
.crawl-line > .text {
    display: none;
}

.crawl-line > .text.active {
    display: block;
}
.home-products-tabs h4{
    font-size: 24px;
    letter-spacing: .33px;
    text-transform: initial;
}
.home-products-tabs .nav > li > a{
    border-radius: 5px;
    background: #e2e1e1;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: .33px;
    color: #616161;
    font-weight: 400;
    line-height: 1;
    padding: 5px 8px;
}
.home-products-tabs .nav > li.active > a{
	background: var(--fs-color-primary);
}
.home-products-tabs .nav{
	gap: 10px;
}
.home-products-tabs .product-small.box{
    box-shadow: 0 2px 2px #0003;
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid #ccc;
}
.home-products-tabs .box-text.box-text-products{
	padding: 16px;
}
.home-products-tabs .woocommerce-loop-product__link{
    font-weight: 400;
    color: #616161;
    font-size: 14px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.home-prod-line .price,
.home-prod-add .star-rating,
.home-prod-add  .review-count{
	display: none;
}
.home-prod-line{
    display: flex;
    align-items: baseline;
    gap: 0px;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-bottom: 10px;
}
.home-prod-line .title-wrapper{
    width: 100%;
    text-align: left;
}
.home-prod-line .price-wrapper{
	min-width: auto;
}
.home-prod-add{
	background: #a5b5cdc7;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 7px 12px;
    border-radius: 3px;
    cursor: pointer;
}
.home-prod-add .add-to-cart-button{
	width: fit-content;
}
.home-prod-add .price-wrapper{
	width: fit-content;
}
.home-prod-add .add-to-cart-button a{
    margin: 0;
    padding: 0;
    border: unset;
    color: #616161;
    line-height: 33px;
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
}
.home-prod-add .add-to-cart-button a:hover{
	color: #616161;
}
span.amount, label{
	color: #616161;
}
.home-prod-add:hover{
	background: var(--fs-color-primary);
}
.home-products-tabs .badge-container{
	margin-top: 16px;
	margin-left: 16px;
}
.home-products-tabs .badge-inner{
	background-color: #fff;
	background: #fff !important;
    border-radius: 0 !important;
    color: #666 !important;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    opacity: 1;
    padding: 3px .5rem;
    text-transform: uppercase;
    min-height: auto;
    height: auto;
    line-height: 1;
    display: block;
}
.home-products-tabs .image-tools.top.right{
	opacity: 1 !important;
}
.home-products-tabs .image-tools.top.right .button.icon.circle{
    border: unset;
    background: transparent !important;
}
.home-products-tabs .image-tools.top.right .wishlist-popup.dark{
	display: none !important;
}
.home-products-tabs .image-tools.top.right i{
	color: var(--fs-color-primary);
}
.home-products-tabs .dot{
	height: 2px !important;
}
.home-products-tabs .flickity-button{
	opacity: 1 !important;
}
.home-products-tabs .flickity-button-icon{
	width: 30px;
}
.home-products-tabs .box-image{
	border-radius: 4px;
}

.products > .product-small > .col-inner, .products > .product-small > .col-inner .product-small{
		height: 100%;
	}
	.products > .product-small > .col-inner .product-small{
		display: flex;
		flex-direction: column;
	}
	.products > .product-small > .col-inner .product-small > .box-text{
		flex: auto;
		display: flex;
		flex-direction: column;
	}
	.products > .product-small .title-wrapper{
		margin-bottom: auto;
	}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
p{
	font-size: 14px;
}
	.home-prod-add .add-to-cart-button a{
		font-size: 12px;
	}
	.home-prod-add .price, .home-prod-add .price span, .home-prod-add .price bdi, .home-prod-add .price del{
		font-size: 12px;
	}
	.woocommerce-result-count + .woocommerce-ordering{
		display: none !important;
	}
	.filter-ordering-btns .woocommerce-ordering{
		display: block !important;
		width: calc(67% - 5px);
	}
	.filter-ordering-btns > .category-filtering{
		width: calc(33% - 5px);
	}
	.filter-ordering-btns{
    	display: flex;
    	align-items: center;
    	gap: 10px;
	}
	.filter-ordering-btns .woocommerce-ordering select{
		font-size: 12px;
	}
	.product-template-default .product-page-image{
		padding-bottom: 0 !important;
	}
	.reset_variations{
		display: none !important;
	}
	.home-products-tabs .flickity-slider > .product-small.col{
		width: 80vw;
		padding-right: 5px;
	}
	.home-products-tabs .flickity-button{
		top: calc(100% + 16px);
    	height: max-content;
	}
	.home-products-tabs .flickity-prev-next-button.previous{
		left: 10%;
	}
	.home-products-tabs .flickity-prev-next-button.next{
		right: 10%;
	}
	.home-products-tabs .woocommerce-loop-product__link{
		font-size: 12px;
	}
	.home-products-tabs .star-rating span:before,
	.home-products-tabs .star-rating:before{
		font-size: 12px;
	}
	.home-products-tabs .star-rating{
		width: 60px;
	}
	.home-prod-line .price-wrapper{
		min-width: 60px;
	}
	.nav-vertical li li{
		font-size: 13px;
		color: #616161;
        opacity: 1;
	}
}

.icon-search:before {
	content: url('/wp-content/themes/flatsome-child/assets/imgs/search-sm.svg') !important;
}
.icon-user:before {
	content: url('/wp-content/themes/flatsome-child/assets/imgs/user-01.svg') !important;
}
.icon-shopping-cart:before, .icon-shopping-basket:before {
	content: url('/wp-content/themes/flatsome-child/assets/imgs/shopping-bag-02.svg') !important;
}

.product-tabs-right .icon-angle-down:before{
	content: '';
}
.product-tabs-right .accordion-title{
		display: flex;
		justify-content: space-between;
		padding: 12px;
		font-size: 16px;
}
.product-tabs-right .accordion-title:after{
	content: '+';
	transform: scale(1.5);
}
.product-tabs-right .accordion-title.active:after{
	content: '-';
}
.product-tabs-right .accordion .accordion-item:first-of-type .accordion-title{
	border-top: unset !important;
}
.product-tabs-right .accordion-inner{
	font-size: 16px;
}
.accordion-inner.active-custom{
	display: block !important;
}
.accordion-title.active-custom{
	border-color: #616161;
	color: #616161;
	font-weight: 400;
	background-color: rgba(0,0,0,.03);
}
.product-page-accordian .accordion-item:last-child{
  display: none;
}
span.amount, .box-image .out-of-stock-label{
	font-weight: 400;
}

span[data-name="hidden_checkbox"]{ 
	display:none !important; 
}

body:not(.home) .product-small .price-wrapper{
    display: flex;
    align-items: center;
}
body:not(.home) .product-small .price-wrapper > .price{
	order: -1;
	margin-right: auto;
}
.rating-home{
    display: flex;
    align-items: center;
    gap: 5px;
}
.rating-home .review-count{
	padding-top: 3px;
}
.added_to_cart{
	display: none;
}
.product-template-default .product.product-type-variable .product-page-price{
	display: none;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-minus:before {
    content: "\f068";
}
.fa-plus:before {
    content: "\f067";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-telegram-plane:before {
    content: "\f3fe";
}
.fa-phone:before {
    content: "\f095";
}
.fa-viber:before {
    content: "\f409";
}
.fa-whatsapp:before {
    content: "\f232";
}
@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/font-awesome/webfonts/fa-light-300.eot);
    src: url(fonts/font-awesome/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(fonts/font-awesome/webfonts/fa-light-300.woff2) format("woff2"), url(fonts/font-awesome/webfonts/fa-light-300.woff) format("woff"), url(fonts/font-awesome/webfonts/fa-light-300.ttf) format("truetype"),
        url(fonts/font-awesome/webfonts/fa-light-300.svg#fontawesome) format("svg");
}
.fal {
    font-weight: 300;
}
@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/font-awesome/webfonts/fa-regular-400.eot);
    src: url(fonts/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(fonts/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(fonts/font-awesome/webfonts/fa-regular-400.woff) format("woff"),
        url(fonts/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(fonts/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}
.far {
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(fonts/font-awesome/webfonts/fa-solid-900.eot);
    src: url(fonts/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fonts/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(fonts/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(fonts/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),
        url(fonts/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(fonts/font-awesome/webfonts/fa-brands-400.eot);
    src: url(fonts/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(fonts/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(fonts/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(fonts/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),
        url(fonts/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(fonts/font-awesome/webfonts/fa-duotone-900.eot);
    src: url(fonts/font-awesome/webfonts/fa-duotone-900.eot?#iefix) format("embedded-opentype"), url(fonts/font-awesome/webfonts/fa-duotone-900.woff2) format("woff2"), url(fonts/font-awesome/webfonts/fa-duotone-900.woff) format("woff"),
        url(fonts/font-awesome/webfonts/fa-duotone-900.ttf) format("truetype"), url(fonts/font-awesome/webfonts/fa-duotone-900.svg#fontawesome) format("svg");
}
.fad {
    position: relative;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
}
.fad:before {
    position: absolute;
    color: var(--fa-primary-color, inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}
.fad:after {
    color: var(--fa-secondary-color, inherit);
}
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before,
.fad:after {
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}
.fad.fa-inverse {
    color: #fff;
}
.fad.fa-stack-1x,
.fad.fa-stack-2x {
    position: absolute;
}
.fad.fa-fw:before,
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu2-open:checked + .menu2-open-button .hamburger-1 {
	-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
	transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu2-open:checked + .menu2-open-button .hamburger-2 {
	-webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
	transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu2-open:checked + .menu2-open-button .hamburger-3 {
	-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
	transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu2 {
	position: fixed;
	right: -82px;
	bottom: 0;
	width: 150px;
	height: 200px;
	box-sizing: border-box;
	font-size: 38px;
	text-align: left;
	z-index: 99999999999999;
}

.menu2-item:hover {
	/*opacity: 0.8;*/
	/*background: white;*/
	color: #fff;
}
.menu2-item:nth-child(3) {
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}
.menu2-item:nth-child(4) {
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}
.menu2-item:nth-child(5) {
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}
.menu2-item:nth-child(6) {
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms;
}

.menu2-open-button {
	z-index: 2;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
	transform: scale(1.1, 1.1) translate3d(0, 0, 0);
	cursor: pointer;
}

.menu2-open-button:hover {
	-webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
	transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu2-open:checked + .menu2-open-button {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
	transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu2-open:checked ~ .menu2-item {
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu2-open:checked ~ .menu2-item:nth-child(3) {
	-webkit-transition-duration: 190ms;
	transition-duration: 190ms;
	/*-webkit-transform: translate3d(0, -96px, 0);*/
	/*transform: translate3d(0, -96px, 0);*/

	-webkit-transform: translate3d(0, -62px, 0);
	transform: translate3d(0, -62px, 0);
}
.menu2-open:checked ~ .menu2-item:nth-child(4) {
	-webkit-transition-duration: 290ms;
	transition-duration: 290ms;
	-webkit-transform: translate3d(0, -125px, 0);
	transform: translate3d(0, -125px, 0);
	background-color: #869FDB;
}
.menu2-open:checked ~ .menu2-item:nth-child(5) {
	-webkit-transition-duration: 390ms;
	transition-duration: 390ms;
	-webkit-transform: translate3d(0, -188px, 0);
	transform: translate3d(0, -188px, 0);
	background-color: #7360F2;
}
.menu2-open:checked ~ .menu2-item:nth-child(6) {
	-webkit-transition-duration: 490ms;
	transition-duration: 490ms;
	-webkit-transform: translate3d(0, -251px, 0);
	transform: translate3d(0, -251px, 0);
	background-color: #54bca6;
}
.menu2 {
	-webkit-filter: url("#shadowed-goo");
	filter: url("#shadowed-goo");
}

.menu2-item, .menu2-open-button {
	background: #616161;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	font-size: 22px;
	position: absolute;
	bottom: 50px;
	padding-top: 0px;
	color: #fff;
	text-align: center;
	line-height: 54px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform ease-out .2s;
	transition: -webkit-transform ease-out .2s;
	transition: transform ease-out .2s;
	transition: transform ease-out .2s,-webkit-transform ease-out .2s;
}
.menu2-item {
	background-color: #1E96C8;
	border-radius: 100%;
	overflow: hidden;
	/*width: 70px;*/
	/*height: 70px;*/
	/*line-height: 68px;*/
	/*margin-left: -35px;*/
	margin-bottom: 10px;
}
.menu2-open {
	display: none !important;
}
.menu-item-123133529 a{
    color: #B59DFA !important;
    font-weight: bold !important;
}
.cart-container .woocommerce-cart-form > .cart-wrapper{
    display: flex;
    flex-direction: column;
}
.cart-container .woocommerce-cart-form > .cart-wrapper .cross-sells{
    order: 10;
}
.cart-container .woocommerce-cart-form > .cart-wrapper .cross-sells h2{
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-top: 20px;
}