@charset "UTF-8";
/* CSS Document */


@media(max-width:1200px) {
	#qodef-page-outer {
  padding-top: 0px !important;
  padding-bottom: 60px !important;
}
	
	#qodef-woo-page.qodef--single .qodef-woo-single-inner, #yith-quick-view-content.single-product .qodef-woo-single-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,calc(50% - 8px)) minmax(0,calc(50% - 47px))!important;
  gap: 55px;
}
	
	
	body.qodef-header--fixed-display .qodef-header-logo-image {
		transform: none!important;
		transform-origin: unset!important;
	}
	
	#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
		max-height: 70%
	}
	
	h5.qodef-woo-product-title {
		font-size: 18px;
	}
	
	.add_to_cart_button svg {
		display: none
	}
}


@media(max-width:1024px) {
	
	#qodef-page-footer-top-area, .qodef-widget-title {
		text-align: center!important;
		justify-content: center
	}
	
	#qodef-page-footer-top-area .widget_greenpath_core_svg_icon	.qodef-m-holder {
		justify-content: center
	}
	
	#qodef-page-footer-top-area-inner {
  padding-top: 40px;
  padding-bottom: 30px;
}
	
}



@media(max-width:880px) { 
	
.qodef-woo-product-list .qodef-woo-product-title { 
min-height: 42px
}

	 #qodef-woo-page.qodef--single .qodef-woo-single-inner {
    grid-template-columns: 1fr !important;
  }
	
	
	.qodef-woo-single-image {
		margin-bottom: -60px
	}
	.qodef-woo-single-image img {
		max-width: 150px
	}
	
	.qodef-product-list-result-count {
		display: none
	}
	
	.qodef-product-list-filter-holder  {
		display: none
	}
	
	
}


@media only screen and (max-width: 680px) {
  .qodef-woo-product-list .qodef-woo-product-title {
    font-size:18px;
  }
	.qodef-grid > .qodef-grid-inner {
		column-gap: 10px
	}

	
}
@media only screen and (max-width: 480px) {
  .qodef-woo-product-list .qodef-woo-product-title {
    font-size:14px;
	  line-height: 20px
  }
	.qodef-woo-shortcode .price {
		font-size: 18px
	}
	
	

	
}

@media only screen and (max-width: 360px) {
	.yith-wcwl-wishlistexistsbrowse, .add_to_wishlist {
		display: none!important
	}
	
	.qodef-woo-shortcode .button.add_to_cart_button:first-child:nth-last-child(3)
{width: 100%!important}
	

	
	
}