/*
Theme Name: WPS Theme
Description: Design and development of beautiful, functional websites.
Author: wpSolution
Author URI: https://wps.dir.md
Template: flatsome
Version: 3.20.4
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.dgwt-wcas-sf-wrapp {
	padding: 0 !important;
	border: 0;
	background: none !important;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
	right: auto;
    margin: 0;
    left: 4%;
	justify-content: left;
	max-width: 18px;
}
.dgwt-wcas-sf-wrapp input[id*="dgwt-wcas-search-input"] {
	padding: 10px 30px !important;
	text-align: center;
}
.dgwt-wcas-has-submit input[id*="dgwt-wcas-search-input"],
.dgwt-wcas-search-focused input[id*="dgwt-wcas-search-input"],
.dgwt-wcas-search-filled input[id*="dgwt-wcas-search-input"] {
	text-align: left;
}
.dgwt-wcas-search-focused input[id*="dgwt-wcas-search-input"]::placeholder {
  color: transparent !important;
  opacity: 0 !important;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	transform: translate(0, -50%);
    top: 50% !important;
    left: 4% !important;
}
.dgwt-wcas-search-focused button.dgwt-wcas-search-submit {
	display: none !important;
}
.dgwt-wcas-has-submit button.dgwt-wcas-search-submit,
.dgwt-wcas-search-filled button.dgwt-wcas-search-submit {
	display: flex !important;
	left: auto !important;
    right: 4% !important;
}
.dgwt-wcas-search-filled button.dgwt-wcas-search-submit::hover {
	background: #d473d4;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path {
	fill: #4a4a4a !important;
}

a.dgwt-wcas-suggestion {
	padding: 10px !important;
}
a.dgwt-wcas-suggestion .dgwt-wcas-content-wrapp {
	display: block;
}
a.dgwt-wcas-suggestion .dgwt-wcas-st *,
a.dgwt-wcas-suggestion .dgwt-wcas-meta * {
	display: inline;
	padding: 0;
}

#logo {
	position: relative;
	white-space: nowrap;
}
#logo p {
	position: absolute;
    bottom: 0;
    left: 36%;
}
.stuck #logo p {
	display: none;
}
#masthead ul.nav-left {
	justify-content: center;
}
#header-contact {
	font-size: 20px;
}

a.header-language-dropdown__link {
	font-size: 0 !important;
}
a.header-language-dropdown__link img {
	display: block;
    padding: 4px;
}

.header-bottom > div {
	position: relative;	
}
.header-bottom ul.nav {
	position: static;
}
li.header-vertical-menu{
	position: static;
}
li.header-vertical-menu span.header-vertical-menu__title {
	font-weight: normal;
    font-size: 120%;
}
li.header-vertical-menu div.header-vertical-menu__fly-out{
	width: 100%;
	left: 0;
}
li.header-vertical-menu ul[id*="menu-vertical-menu"] {
    flex-wrap: wrap;
    flex-direction: row;
}
ul[id*="menu-vertical-menu"] li {
	width: 33.333%;
}

/* PRODUCT CATEGORY */
.products .variations th {
	display: none;
}
.products .reset_variations {
	display: none !important;
}
.products .price-wrapper {
	display: none;
}
.products .woocommerce-variation {
	display: none !important;
}
.products .variations_form {
	gap: unset;
}
.products .woocommerce-variation-add-to-cart {
	justify-content: center;
}

/* PRODUCT */
.product-info .ux-product-brands a {
	border: none;
}
.product-info .price-wrapper {
	/*
	position: relative;
	top: 32px;
	text-align: right;
    font-size: 92%;
	*/
	display: none;
}
.product-info .variations th {
	display: none;
}
.product-info .variations tr {
	display: flex;
    flex-direction: column;
}
.product-info .reset_variations {
	display: none !important;
}
.product-info .woocommerce-variation-add-to-cart {
	flex-direction: row-reverse;
}
.product-info .woocommerce-variation-price {
	text-align: right;
	font-size: 120%;
    padding: 8px;
}
.product-info .yith-wcwl-add-to-wishlist {
	position: relative;
	display: inline-block;
    top: -68px;
    margin: 0;
	text-align: center;
}
.product-info .yith-wcwl-add-to-wishlist * {
	vertical-align: middle;
}

/* FAVORITES */
.woocommerce-wishlist .wishlist-title-container,
.woocommerce-wishlist .wishlist_table thead {
	display: none;
}

/* CART */
.woocommerce-cart-form .shop_table .product-price,
.woocommerce-cart-form .shop_table .product-quantity {
	display: none;
}
.woocommerce-cart-form .shop_table .product-subtotal {
	white-space: nowrap;
}

.woocommerce-cart-form .wpcuv-editor .wpcuv-info {
	padding: 14px;
}
.woocommerce-cart-form .wpcuv-editor h4 {
	text-align: left;
}
.woocommerce-cart-form .wpcuv-editor .reset_variations {
	display: none;
}
.woocommerce-cart-form .wpcuv-editor .variations {
	max-width: 100%;
    margin: 0;
}
.woocommerce-cart-form .wpcuv-editor .variations td {
	display: block;
}

.cart-sidebar .woocommerce-shipping-destination,
.cart-sidebar .shop_table .order-total {
	display: none;
}

aside span.amount {
	font-size: 80%;
}

@media screen and (max-width: 960px) {
	#logo p {
		font-size: 70%;
        left: 24%;
	}
    #logo img {
        max-width: 150px;
		margin: 0;
	}
	.nav>li.header-contact-wrapper {
		display: none;
	}
}

@media screen and (max-width: 849px) {
	
	.nav>li.header-contact-wrapper {
		display: inline-block;
	}
	.header-contact-wrapper .icon-envelop:before {
		content: "";
	}
	
	.product-info .ux-product-brands {
		float: right;
		max-width: 120px;
		padding: 4px 0 4px 4px;
	}
	
	#customMobileMenu {
		background: white;
		position: relative;
		top: 20px;
	}
	#customMobileMenu .dgwt-wcas-search-wrapp {
		padding: 12px;
	}
	#customMobileMenu .lang-switcher {
		float: right;
        padding: 8px;
        width: 84px;
		margin-right: 8px;
	}
	#customMobileMenu .lang-switcher.ro {
		text-align: right;
	}
	#customMobileMenu .lang-switcher a {
        display: inline-block;
        background: #e8e9e8;
        border: 1px solid silver;
        border-radius: 24px;
        width: 48px;
		padding: 0 8px;
		text-align: left;
		line-height: 24px;
		color: grey;
	}
	#customMobileMenu .lang-switcher a:last-child {
		text-align: right;
	}
	#customMobileMenu .lang-switcher a.active {
		position: relative;
        border: 1px solid grey;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        margin: 0 -16px;
		pointer-events: none;
		background: #f8f8f8;
		padding: 0;
		filter: drop-shadow(0 0 2px grey);
	}
	
	#customMobileMenu .follow-icons {
		padding: 6px;
		margin-left: 8px;
	}
	#customMobileMenu .follow-icons a {
		margin: 2px;
	}
	#customMobileMenu ul.nav > li {
		background: #f8f8f8;
		border-bottom: 1px solid #ececec;
	}
	#customMobileMenu ul.nav > li:hover {
		background-color: rgba(0, 0, 0, .05);
	}