/*
Theme Name: twinplus
Theme URI:  https://www.wpserveur.net
Author:     Talha Tonmoy
Author URI: https://www.linkedin.com/in/talha-tonmoy/
Template:   storefront
Version:    1.0
License:    GNU General Public License v2 or later
*/


.sticky-header-wrap{
   height: 190px !important; 
   transition: all .3s !important;
}

/* Mobile: set height to 100px */
@media (max-width: 767px) {
  .sticky-header-wrap{
    height: 100px !important;
  }
}


.sticky-header-wrap.custom-sticky-active{
    height: 90px !important;
	/*width:100vw !important;*/

}

.1elementor-sticky--active{
	min-height:90px !important;
}