/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.eael-woo-product-carousel ul{
    list-style-type: none;
  }

  .headerinfo {
    display: flex; /* Ustawienie kontenera na flexbox */
    align-items: center; /* Wyśrodkowanie elementów w pionie */
    margin: 20px 0px;
  }

  .headerinfo img {
    margin-right: 10px; /* Odstęp między obrazem a tekstem */
  }

  .contact-info a:hover {
    color: #315581; /* Kolor linku po najechaniu myszką */
  }
  .contact-info a {
    color: #111; /* Kolor linku po najechaniu myszką */
  }

  .contact-info {
    display: block;
    font-size:16px;
    font-weight:700;  font-family: 'Montserrat', sans-serif; color:#111;
    
  }
  .headerinfo  #header-allegro{
    margin-left: 50px;
  }

#header-allegro-mobile img{
    width: 80px;
    height: 80px;
    margin:auto;
  }
  #header-allegro-mobile {
    padding: 0;
  }

  .headerinfo  #header-allegro img{
    width: 50px;
    height: 50px;
  }

/*************** STUCK MENU   ***************/
header .stuck .flex-right #headerAddress{
    display: none; /*inline-flex*/
    
}
header .stuck .flex-right #header-allegro{
    display: none; /*inline-flex*/
    
}
div.mobile-sidebar #header-allegro{
    display: none; /*inline-flex*/
    
}

body.home .stuck #mega-menu-wrap-primary > li.mega-menu-item > a.mega-menu-link{
  line-height: 50px;
  height: 50px;
  font-size: 14px;
}

body.home .stuck #wide-nav{
    background-color: #ffffff00;
    height: 60px;
  }
body.home .stuck #mega-menu-wrap-primary{
    top: 0px;
    opacity: 60%;
    /*height: 50px;*/
  }
/*************** MENU   ***************/
  body.home #mega-menu-wrap-primary{
    top: 30px;
  }

  div.mobile-sidebar #mega-menu-wrap-primary{
    top: 0px;
    
}

  body.home #wide-nav{
    background-color: #fff;
    height: 40px;
  }


#bestsellery-section .eael-product-title {

	min-height: 2em;
	max-height:3.5em;
	overflow: hidden;
}

.icon-text img{
    filter: brightness(0) saturate(100%) invert(29%) sepia(67%) saturate(4024%) hue-rotate(347deg) brightness(84%) contrast(103%);
}

.wc_payment_method img {
	height: 22px;
	padding-left: 10px;
}

.dhl-shipping-method-logo{
	height: 16px;
	float: right;
}
/*
.woosb-products .woosb-product .woosb-qty {
    width: 100px;
    flex: 0 0 100px;
}



@media screen and (min-width: 850px) {

 .large-5 {
float:left;
 }
*/




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


.headerinfo {
    margin: 15px auto;
}
}


@media screen and (min-width: 851px) {
    #text-9{
        padding-left: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
    #text-10{
        position: absolute;
        left: 50%;
    }
    
    #text-9{
        padding-left: 70px;
    }
    #text-11{
        display: flex;
        flex-direction: column;
        text-align: center; 
        align-items: center;
    }
  }

  @media screen and (max-width: 767px) {
    #text-10{
        text-align: center; 
    }
    
    #text-9{
        text-align: center; 
    }
    #text-11{
        text-align: center; 
    }
    .is-divider{
        margin-left: auto;
        margin-right: auto;
    }
  }