/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/
.header-main {
	background: #ffffff54 !important;
}
.header-mobile{
	background: #ffffff54 !important;
}
.vc_row.vc_column-gap-20>.vc_column_container {
	padding: 0px !important;
}
.entry-header .entry-title{
	font-size: 50px !important;
}

.product-compare-button-wrapper{
	display: none;
}

.menu-item .menu-item-icon {
    order: 2; /* Move icon to the right */
    margin-left: 5px; /* Add space between text and icon */
}

.menu-item-icon > a {
    display: flex;
    align-items: center;
}

.variations{
	margin-bottom: 0px !important;
}
.woocommerce div.product.layout-v6 .woocommerce-tabs {
	margin-top: 0px !important;
}
.woocommerce-Tabs-panel--description p{
	margin-bottom:0px !important;
}
.single-product .site-content{
	padding-bottom: 20px !important;
}
.footer-extra{
	padding-top: 0px !important;
}

.woocommerce .wcboost-variation-swatches__wrapper, .wcboost-variation-swatches__wrapper{
	flex-wrap: nowrap !important;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .panel{
	line-height: 1.3 !important;
}
.product_meta{
	font-size: 10px;
	color:#4e4e4e;
}
#tab-title-additional_information{
	display: none;
}
/* .tab-sale{
	display: none;
} */
.social-media-logos{
	display: flex;
	justify-content: center;
	gap: 20px; 
	margin-top: 20px;
}

.products-filter__filters .products_group{
	display:none;
}

.products-tabs .tab-best_sellers, .products-tabs .tab-sale  {
	display:none !important;
}
.categories-card-name{
	text-align: center;
}

.product_meta .tagged_as{
	display:none !important;
}

.slider-card-row {
    display: flex;
    overflow: hidden;
    position: relative !important;
}

.slider-card-row > .vc_column_container {
    min-width: 100%;
    transition: transform 0.5s ease;
}

.slider-card-row .vc_column_container>.vc_column-inner{
	padding-left: 30px !important;
    padding-right: 30px !important;
}

.arrow {
	position: absolute;
    font-size: 10px;
    bottom: 55%;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    background: white;
    padding: 0px 10px;
    line-height: 30px;
    color: black;
}
.left-arrow{
	left:0;
}

.right-arrow{
	right:0;
}

.woocommerce .quantity .qty {
	pointer-events: none !important;
}

.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
	background-color: white;
    border-radius: 50%;
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
}

.woo-multi-currency.wmc-price-switcher {
	display: none !important;
}

.reset_variations{
	display: none !important;
}

.pswp__item {
background: white !important;
}

.woocommerce-info {
	display:none !important;
}

.site-content {
	padding-top: 25px !important;
}

.vc_custom_1732250402656 {
    margin-bottom: 20px !important;
}

.shipping-information{
	text-transform: none;
}

@media (max-width: 768px) {
	.shop-slider {
        margin-bottom: 30px;
    }
	.site-content{
		padding-bottom: 0px !important;
	}
	.woocommerce .wcboost-variation-swatches__wrapper, .wcboost-variation-swatches__wrapper{
		flex-wrap: wrap !important;
	}
	table.wishlist_table .product-date, table.wishlist_table .product-quantity {
		display: none !important;
	}
	.page .page .entry-title {
		font-size: 40px !important;
	}
}

@media (max-width: 991px) {
    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
	.woocommerce div.product .variations_button{
		display: unset !important;
	}
	.woocommerce div.product .quantity{
		display: inline-block !important;
	}
}

#content {
	min-height: calc(100vh - 250px);
}

.pum-theme-3377, .pum-theme-default-theme {
	background-color: rgb(79 79 79 / 53%);
}

div.summary.entry-summary > div:nth-child(4) {
	display: none;
}

@media only screen and (max-width: 620px) {
	#popmake-3386 {
	top: 25% !important;
	left: 2.5% !important;
}
}