/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



/* -- elementor sticky header -- */
.pilo-site-header{}
.elementor-sticky--effects{height: 96px !important;}
.elementor-sticky--effects .discount-title{display: none;}
.elementor-sticky--effects .header-logo img{max-width: 50% !important;}

/*selector{
   transition: background-color 4s ease !important;
}

selector.elementor-sticky--effects >.elementor-container{
   min-height: 80px;
}

selector > .elementor-container{
   transition: min-height 1s ease !important;
}﻿

*/



/* top banner */
.cheapest{background-color: #fff; padding: 3px 63px; color: #cc0613 !important;}

@media(min-width: 500px){
	.elementor-slide-button{padding: 11px 80px !important;}
}

@media (max-width: 768px){
	.cheapest{padding: 3px 35px;}
}
    





/*-- prevent from clicking the product link to access the woo single page --  */
.woo-entry-inner .image-wrap a{pointer-events: none;}
.woo-entry-inner li.title a{pointer-events: none;}

body.archive ul.products .woo-entry-image a{pointer-events: none;}