/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2023 | 07:38:30 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* ipad Mini */
/* ipad Mini Portrait Portrait iPad mini 1, iPad 1 and iPad 2 */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 
  and (orientation: portrait){
#product_collumn .psac-post-slides {
    display: flex;
    flex-direction: row-reverse !important;
}
#product_collumn .psac-post-slider.psac-design-2 .psac-post-right{
		  padding:0px !important;
	  }
#product_collumn .psac-slider-and-carousel .owl-nav {
    margin-left: -56px !important;
    margin-top: -50px !important;
    position: relative;
}
}

/* ipad Mini Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 
  and (orientation: landscape) {
#product_collumn .psac-post-slides {
    display: flex;
    flex-direction: row-reverse;
}
}
/*  */
@media screen and (max-width:1024px){
	.elementor-10 .elementor-element.elementor-element-586ed24 > .elementor-widget-container{
		    padding: 0px 0px 0px 7px !important;
	}
}
/* Portrait and landscape iPad Pro */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
	and (-webkit-min-device-pixel-ratio: 2){
/* 	menu	 */
/* 		.hamberger_col{
		order:3 !important;	
	} */
		.surface_menu_icon .elementor-icon-list-icon{
		display:none !important;
	}
}
/* @media (max-width: 1024px) and (min-width: 768px){
		.hamberger_col{
		order:3 !important;	
	}
		.surface_menu_icon .elementor-icon-list-icon{
		display:none !important;
	}
} */
/* Portrait iPad Pr0 */
	@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
	and (orientation: portrait){
		
}
/* Landscape iPad Pro	 */
	@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
		and (orientation: landscape){
	
}