/*
Theme Name: Amfissa Child
Theme URI: https://amfissa.qodeinteractive.com
Description: A child theme of Amfissa
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: amfissa
Template: amfissa
*/

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image, #yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
    width: 70% !important;
}


/*--------------------Header-------------------*/

#qodef-page-header .qodef-header-navigation>ul{
	gap: 42px;
}

#qodef-page-header .qodef-header-navigation>ul li a{
	font-size: 16px ;
}
#qodef-page-header .qodef-header-line{
	display: none;
}


#qodef-page-header #qodef-page-header-inner .qodef-header-navigation>ul li.wpml-ls-item-it, #qodef-page-header #qodef-page-header-inner .qodef-header-navigation>ul li.wpml-ls-item-en {
	display: none;
}
#qodef-page-header .wpml-ls-sidebars-qodef-header-widget-area-one>ul{
	display: flex;
	gap: 12px;
}

#qodef-page-header #qodef-page-header-inner .qodef-widget-holder {
    margin-left: 20px;
}
#qodef-page-header #qodef-page-header-inner .qodef-header-logo{
	margin-right: 20px;
}


@media screen and (max-width: 1600px){
	#qodef-page-header .qodef-header-navigation>ul{
		gap: 32px;
	}
	#qodef-page-header .qodef-header-navigation>ul li a{
		font-size: 15px ;
	}
	#qodef-page-header #qodef-page-header-inner .qodef-header-navigation>ul {
    	padding: 0 20px;
	}
	#qodef-page-header #qodef-page-header-inner .qodef-header-logo{
		height: 48px;
	}
}

@media screen and (max-width: 1440px){
	#qodef-page-header #qodef-page-header-inner .qodef-header-navigation>ul {
    	padding: 0px;
	}
	#qodef-page-header .qodef-header-navigation>ul li a{
		font-size: 14px;
	}
	#qodef-page-header #qodef-page-header-inner {
		padding-left: 28px;
		padding-right: 28px;
	}
	#qodef-page-header .qodef-header-navigation>ul{
		gap: 26px;
	}
}

@media screen and (max-width: 1200px){
	#qodef-page-header{
		display: none !important;
	}
	
	#qodef-page-mobile-header{
		display: block !important;
	}
}


/*-------------Sticky-Header------------*/
#qodef-page-header .qodef-header-sticky .qodef-header-navigation>ul li.wpml-ls-item-it span, #qodef-page-header .qodef-header-sticky .qodef-header-navigation>ul li.wpml-ls-item-en span{
	display: flex;
}
#qodef-page-header .qodef-header-sticky .qodef-header-navigation>ul li.wpml-ls-item-it{
	margin-left: 24px;
}
#qodef-page-header .qodef-header-sticky .qodef-header-navigation>ul li.wpml-ls-item-en{
	margin-left: -20px;
}
#qodef-page-header .qodef-header-sticky .qodef-header-sticky-inner {
	justify-content: center;
	
}
#qodef-page-header .qodef-header-sticky .qodef-header-sticky-inner .qodef-header-logo-link{
	margin-right: 64px;
}

@media screen and (max-width: 1660px){
	#qodef-page-header .qodef-header-sticky .qodef-header-sticky-inner .qodef-header-logo-link{
		height: 48px;
	}
}

@media screen and (max-width: 1440px){
	#qodef-page-header .qodef-header-sticky .qodef-header-sticky-inner {
		padding-left: 28px;
		padding-right: 28px;
	}
	
}



/*-------------Mobile-Header------------*/
@media screen and (max-width: 1200px){
	#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
		font-size: 18px;
	}

	#qodef-page-mobile-header{
		height: 80px !important;
	}

	#qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{
		height: 64px !important;
		margin-top: -4px;
	}
}

@media screen and (max-width: 768px){
	#qodef-page-mobile-header{
		height: 72px !important;
	}

	#qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{
		height: 58px !important;
	}
}


/*-------------Footer------------*/
#qodef-back-to-top{
	right: 14px;
    bottom: 80px;
}


/*-------------Shop------------*/
#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-image img, .qodef-woo-product-list .qodef-woo-product-image img{
	height: 280px;
	object-fit: contain;
}
#qodef-woo-page .qodef-woo-product-list, .qodef-woo-product-list{
	margin-top: 4rem;
}
.post-type-archive-product .qodef-page-sidebar-section .widget_product_categories .product-categories li{
	text-transform: capitalize;
    list-style: inside;
}