body{
   font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0;
    min-width: 320px;
    color: #444;
    background-color: #f1f1f1;
};

a{
    font-size: 14px;
    color: #444;
    background-color: transparent;
    
}
.nounderline {
  text-decoration: none !important
}
li {
    list-style: none;
    
};

.pad-0{
    padding:0px ; 
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bg-white{
    background:#fff;
}
.p20{
    padding-top:20px;
}
a.colors-a{
    color:#33813e;
    text-transform: uppercase;
}

/********NAGŁÓWEK*********/
.first_row{
    background:#33813e;
    
}
.main_nav {

    display: block; 
    float: left;

}
.main_nav li {
    margin-right: 6px;
    float: left;
    background-color: transparent;
    color: #fff;
    text-align: center;
      
}

.main_nav li.active, .main_nav li:hover, .main_nav li:focus {

    background-color: #fff;
    color:#5e5e5e;
  

}
.main_nav a {

    color: inherit;
    display: inline-block;
    padding: 11px 23px 10px 22px;
  

}

.main_nav2{
    display: block; 
    float: right;
}
.main_nav2 li {

    margin-right: 6px;
    float: right;
    background-color: transparent;
    color: #fff;
    text-align: center;

}
.main_nav2 a {

    color: inherit;
    display: inline-block;
    padding: 11px 10px 10px 10px;
      font-size:13px;

}

.logo_container{
 background-color: #fff;
 padding:0px
    
}
.search_input{
    font-size:1rem;
    border-radius: .25rem  0 0 .25rem;   
}
.search_input:focus{
  
    border-color: #FF4D4D;;
    box-shadow: 0 0 5px #FF4D4D;;
    
}
.search_button{
    border-radius:   0 .25rem .25rem 0 ;
    font-size:1rem;
    padding: 0.75rem 1rem;
}
#cart_ico{
    float:right;
    position:relative  
}
#cart_ico_quantity{
        position: absolute;
    border-radius: 50%;
    background: red;
    color: #fff;
    top: 0px;
    left: 20px;
    padding: 0px 5px 0 4px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.card-body {
    padding: 1.1rem;
}
#cart_text{
    float:right;
    padding:0 0px
}
#cart_text_price{
    font-size: 22px;
    color: #33813e;
    font-weight: 900;    
}
.category_nav{
    display: block;
    float: left;
}
.top-contener{    
    background:#33813e;
}
.main-menu{
	background:#33813e;
    /* background:#a7a7a7; /*
   /* margin-top: 10px; */
}
.pos-relative{
    position:relative;   
}
.category_nav li{
    margin-right: 0;
    float: left;
    background-color: transparent;
    color: #5e5e5e;
    text-align: center;
}

.category_nav a {
    color:#fff;
    display: inline-block;
    padding: 20px 13px 20px 13px;
    font-weight: 600;
    font-size: 13px;
  
}
.category_nav a.dropdown-item{
    
    padding: 5px 5px 5px 20px;
}
.category_nav li.active, .category_nav li:hover, .category_nav li:focus {
    background-color: #ffc23a;
	color: #33813e;
}

.category_nav li:first-child {
    border-left: 1px solid #8D8A88
}

.category_nav li {
    border-right: 1px solid #8D8A88
}

.category_nav li a {
  text-decoration: none;  
}


.content{
    background:#fff;
    margin:0;
}

.slider_content{
    margin-top:15px; 
}
.menu_slider ul{
    height: auto;
    width: 100%;
    padding:0px 36px 0px 0px;
}

.menu_slider ul li{
    text-align:left;
    border-bottom:1px solid #c8c8c8;
}
.menu_slider ul li a{
display: block;

padding: 15px 5px 15px 5px;

font-size: 14px;

color: inherit;

color: inherit;

text-decoration: none;
text-transform: capitalize;


}
.dropdown-toggle::after{
    
    display:none;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,.navbar-expand-lg .navbar-nav .nav-link:focus {
    color:#6f6b6b;
}
      
      
      .navbar{
          padding:0px;
          
      }  
      /* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#FFF;
}
.dropdown-menu {
    border-radius: 0px .25rem .25rem .25rem;
}
.category_nav a.new_menu_second{   
    color:#5e5e5e;
}
.category_nav a.new_menu_second:hover{   
    color:#33813e;
    text-decoration:underline;
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:relative;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:45px;
}
 
/* makes the dropdown full width  */
.navbar .dropdown2 {position:relative;}

.navbar .dropdown-menu2 {
  width:100% !important;
  left:0;
  right:0;
/*  height of nav-item  */
  top:45px;
}

  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
  .navbar .dropdown-menu {
    border-left: 1px solid rgba(0,0,0,.15);
    
    background-color: #fff;
  }

}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#FFF !important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:0;
  margin:0;
}

/* makes the dropdown full width  */
/*.navbar .dropdown {position:static;}*/

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:56px;
}
.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 11px;
    padding-left: 11px;;
}
}
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
  .navbar .dropdown-menu {
    
    background-color: #fff;
  }
  .menu-first{
      
      font-weight:normal;
  }

  .menu-first:after {
    font-family: 'Glyphicons Halflings';
    content: ">";
    float:right;
}

  .sbmenu a,a.menu-first,a.no-menu{
      color:#444;
      
  }
  .sbmenu a{
      
      padding:0px;
      background: none;
      
  }
  .sbmenu a:hover{
      color:#33813e;
      background: none;
      font-weight: bold;
  }
  .dropdown-menu{
      width:700px !important;
  } 
  .pos-relative{
      position:relative;
  }
  .f-normal{
      font-weight:normal;
  }
.menu_slider ul li a:hover{
color:#33813e;
}

.margin-row{
    
    margin-top:30px;
}
.vcenter {
   display: flex;
    align-items: center;
}
.bx-slider-1{
    
    position:relative
}

.bx-slider-1 .bx-wrapper{
    
   margin-bottom: 0px;
}
.bx-slider-1 .bx-wrapper .bx-pager
{
   position: absolute;
top: -66px;
right: 0; 
width:125px;
height:60px;
    
}
.bx-slider-1 .box-name{
    margin-left:10px;
    margin-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #5e5e5e;
    
}
.bx-slider-1 .product-slider-img{
    padding:4px;
  
    text-align:center;
    
}
.bx-slider-1 .product-slider-img img{
margin: 0 auto;

}
.bx-slider-1 .product-slider-text{
    padding:10px;
    text-align:center;
    height: 100px;
    font-size:13px
}
.bx-slider-1 .product-slider-add_cart {
    margin-left:10px;
    margin-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}
 .product-slider-add_cart-price{
    padding:0px;
    text-align:right;
    font-size:20px;
    font-weight:700;
    color:#33813e
}

.bx-slider-1 .product-slider-add_cart-ico{
    padding:0px;
    text-align:left
    
}

.bx-slider-2 .product-slider-text{
    padding:5px;
    text-align:left;
    height: 6em;
    font-size: 13px;
}
    .ui-menu-item .container,.ui-menu-item div:hover,.ui-menu-item div:focus, .ui-menu-item li:hover, .ui-menu-item a:hover, .ui-menu-item li:focus, .ui-menu-item a:focus{
          font-weight: normal !important;
          
      }
      .autocomplite-li{
          font-size:15px;
      }
       .autocomplite-price{
          color:#33813e;
      }
.autocomplite-button{
    text-align:right;
    margin:10px;
      font-size:15px;

}
.autocomplite-button:hover{
    
    margin:10px;
    border:0;
   
}
.full-service{
    text-align:right;
    font-size:12px;
    font-weight:700;
    padding:10px;
    overflow:hidden;
}
.full-service-category{
    float:left;
    text-align:left;
    font-size:12px;
    font-weight:700;
}

.full-service-category span{
 color:#33813e
}
.full-service-link{
    float:right;
    text-align:right;
    font-size:12px;
    font-weight:700;
}

/* footer */
.footer-paragraf{
    font-size:12px;
    text-align: center;
    margin-top:20px;
    line-height:22px;
}
.footer-link{
    font-size:14px;
    text-align: center;
    margin-top:20px;
}
.footer-link ul{
    text-align:center;
    margin:0;
    padding:0
}

.footer-link ul li{
    font-size:12px;
    color:#33813e
}
.footer-baner{
    margin-top:20px;
    text-align:center
}
.menu-footer_link{
    text-align:center;
    
}
.menu-footer_link li a{
    color:#33813e;
    font-size:14px;
    
}
/*produkt*/
.product-info-price{
    
    font-size: 30px;
    color: #33813e;
    font-weight: bold;
}

/*zgody formularz (agreement))*/
.agreement-input{
    width: auto;
    margin-left:10px;
    margin-right:10px; 
}

/*strona kategorii*/
.selected-category{
    color:#33813e;
}
.no-selected-category{
    color:#444;
}
 .selected-category:hover{
    color:#33813e;
}
.no-selected-category:hover{
    color:#33813e;
}
.category_product:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.category_product_name:hover{
    color:#33813e;
}
.category_product_name{
    color:#444;
}
.pageLinks,.pageLinksActive{       
    padding: 5px;
    margin-bottom: 5px;
    color:#444;
    font-size:20px;
}
.pageLinksActive{
    color:#DA0404;
} 
.pageLinks:hover,.pageLinksActive:hover{
    color:#DA0404;
}
.category-li{
    font-size: 15px;
}
.subcategory-li{
    font-size: 14px;
    padding-left:15px;
}
.sub-subcategory-li{
    font-size: 14px;
    padding-left:30px;
}
.product-col{
    margin-bottom:20px;
    background:#fff
}
.category_product{
    margin-left:5px;
    margin-top:5px;
    margin-right:5px;
    overflow:hidden;
    text-align:center;
    padding-bottom:10px;
}
.product-category-img{
    height:260px;
    margin-top:10px;
    margin-left:5px;
    margin-right:5px;
}
.product-category-text{
    padding:10px
}
.product-category-text-link{
    height:100px;
}
.product-category-add_cart-price{
    float:left;
    line-height:40px
}
.product-category-add_cart-ico{
    float:right;
}
.category_button{
    background:none;
    border:0;
    cursor:pointer;
}
.category_button img{
    width:50px
}
.paginator{
    margin:10px;
    font-size:20px
}
.showmessagediv{
    color:#33813e;
    padding:5px;
    border:1px solid #33813e   
}
.margin-div{
    text-align: center; 
    margin-top: 3px;
}
.cart_heder_row{
    padding:10px;
    font-weight:bold;   
}
.cart_product_row{
    padding:10px 4px 10px 4px;
}
.color_link{
    color:#444;
}
.amountEdit{
    text-align:right;
    width:100px
}
.no-session-message{
    text-align:center;
    font-size:26px
}
.clear{ 
    clear:both;
    margin:20px
}
.navbar .right_direction {
    left: auto;
    right: -1px;
}
.mobile-top{
    display:none;
}


.mobile-cart{
  position:absolute;
  right:20px     
}

.register1{
   text-align: right; 
}

.login1{
   text-align: right; 
}
.search1{
   text-align: right; 
}
.cart-info-cost{
   text-align: right; 
}
.cart-currency{
    display:none;
}
.transport-element{
    border:1px solid #CED4DA;
    border-radius:5px;
    height:80px;
    margin-top:20px;
    margin-bottom:20px;
    line-height:60px
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center-block label{
  width:100%;
  height:100%  
}
.transport-element-radio{
    display:inline-block;
    padding-right:30px;
}
.transport-element-name{
    display:inline-block;
}
.transport-element-cost{
    display:inline-block;
    float: right
}
.transport-element-cost span{
    color:#33813e
}
.transport-cost-show-all-text{
    font-size:20px;
    font-weight:bold;
    color:#33813e;
}
.mobile-header-top{
    display:none;
}
.menu-mobile-o{
    color:#33813e;
    text-decoration:underline
    
}

.menu-mobile-o:hover{
    color:#fff;
    
}

.checkout-area-row{
	font-size:small;
}

.checkout-area-row a{
	color:#5e5e5e;
}

.checkout-area-add-cart{
	text-align:center
}

.checkout-area-btn{
	margin-top:10px;
	margin-bottom:10px
}

/* STRONA - WSZYSTKIE KATEGORIE */
.caregory-all-div{
	clear:both;
	padding:10px;
}


.category-main-div{
	margin-bottom:5px;
	color:#33813e;
}
.category-main-div a{
	margin-bottom:5px;
	color:#33813e;
}
.category-second-div{
	font-size:14px;
}

.category-second-div a{
	color:#444;
}
.caregory-all-close-div{
	border-bottom:1px solid #f1f1f1;
	margin:10px
}

.ui-dialog-titlebar{
	background-color: #DC3545 !important;
	color: #fff !important;
}

/* RESPONSYWNOŚĆ */


@media screen and (max-width: 1220px) {
 
.navbar-expand-lg .navbar-nav .nav-link {
   padding-right: 8px;
    padding-left: 8px;

    width: 100%;

}

.slider_content {

    max-width: 1000px;
}
}


@media screen and (max-width: 1020px) {
 
.main-menu,.no-mobile,.recommend-element img {
   display:none;
}
.mobile-top{
    display:block;
}
.mobile-header-top{
    display:block;
}
.mobile-category{
    flex:auto;
    max-width:100%;
}
.category_product{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product-category-img{
    height:200px;
}
}

/*responsive nav style*/

header { width: 100%; }
.nav-bar { display: none; }

header nav {
  background: #fff;
  z-index: 1000;
  width: 100%;
  margin: auto;
  border:1px solid #33813e
     
}

header nav ul { list-style: none;padding-left:20px }

header nav ul li {
  float: left;
  position: relative;
}

header nav:after {
  content: "";
  display: block;
  clear: both;
}

header nav ul li a {
  color: #5e5e5e;
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 16px;

}

header nav ul li:hover { background: #33813e;color:#fff }
header nav ul li a:hover { color:#fff }
header nav ul li:hover i { color: #fff; }

header nav ul li i { margin-right: 10px; }

header nav ul li:hover .children { display: block; }

header nav ul li .children {
  display: none;
  background: #fff;
  position: absolute;
  width: 150%;
  z-index: 1000;
}

header nav ul li .children span { display: none; }

header nav ul li .children li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}



header nav ul li .fa-angle-down {
  position: relative;
  top: 1px;
}


.onas td, .onas th{border-top:0px}


.home-text h2{
	text-align:center;
	font-size: 1.6em;
	font-weight: bold;
}
.home-text h3{
	padding-left: 1em;
	font-size: 1.4em;
	font-weight: bold;
}
.home-text li{
	list-style: disc;
}

.home-text a{
	color: #33813e;
}

.bx-slider-1 .product-slider-img {
	max-height: 162px;
}

@media all and (max-width: 1020px) {

.bg-white{
    padding-left:30px;
    padding-right:30px
}

.nav-bar {
  display: block;
  width: 85%;
  position:absolute;
  top: 88px;
  background: #a7a7a7;
}

.nav-bar span {
  float: left;
  font-size: 20px;
  padding: 10px 20px;
  color: #fff;
}

.nav-bar .fa-bars {
  display: block;
  padding: 20px;
  color: #fff;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  float: right;
}

header nav {
  width: 80%;
  height: auto;
  position: absolute;;
  right: 100%;
  top : 148px;
  overflow: auto;
  height: 100%;
}

header nav ul li {
  display: block;
  border-bottom: 1px solid #dadada;
  width: 100%;
}

header ul li a { display: block; }

header nav ul li .children {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}

header nav ul li:hover .children { display: none; }

header nav ul li ul li:first-child { border-top: 1px solid #ffffff99; }

header nav ul li .children span {
  display: inline-block;
  margin-right: 10px;
}

header nav ul li .children a {
  margin-left: 10px;
  padding: 5px 0;
}

header nav ul li .fa-angle-down {
  position: relative;
  top: 1px;
}

}
@media screen and (max-width: 960px) {
    .cart-info-cost{
       text-align:left; 
    }
    .mobile-add-cart-price,.mobile-add-cart-ico{
        flex: auto;
        display: block;
        max-width: 100%;
        text-align: center;
          float:none;
    }
    .product-category-add_cart-price{
      
    }
    .mobile-add-cart-ico img{
        height:50px;
        margin:auto;
    }
.full-service {
    text-align: center;
    font-size: 20px;
}
.amountEdit{
    text-align:left;
}
.product-slider-text{
    text-align: center !important;
}
.bx-slider-1 .product-slider-text {

    /*height: 140px; */
    
}
.mobile-box-name{
    font-size:12px;
    
}
}

@media screen and (max-width: 767px) {
 
    .register1,.login1,.search1{
       text-align: left; 
       padding:5px;
    }
    .mobile-b{
        margin:20px;
    }
    .cart_heder_row{
        display:none;
    }
    .cart-price{
        display:none;
    }
    .cart-suma{
        font-size: 20px;
        font-weight: bold;
        text-align: right;
        float: right;
        display: block;
        padding:0px;
    }
    .cart-title{
        font-weight:bold;
    }
    .cart-amount{
        text-align:right;
        display: block;
    }
    .cart-currency{
        display:inline;
    }
    .transport-element {
     line-height:unset;
     height: 95px;
    }
    .payment-element{
        line-height:55px;
    }
    .transport-element-cost {
        display: block;
        float: none;
    }
	.bx-slider-1 .product-slider-img{
		max-height: 82px;
	}
	.bx-slider-1 .product-slider-text{
		max-height: 80px !important;
	}
	.product-slider-add_cart-price{
		font-size: 1em;
	}
}
@media screen and (max-width: 576px) {

    .cart-image{
        display:none
    }
    .amountEdit{
        width:40px;
    }

}
@media screen and (max-width: 530px) {
 
.mobile-cart{

  right:10px     
}
.no-mobile-slider{
    display:none;
}
.product-category-img{
    height:180px;
}
.pharmacy-element{
    line-height:normal;
    height: auto;
    padding:10px;
}
.img-autocomplite {
    display:none
}

}
@media screen and (max-width: 450px) {

    
    .product-category-img{
        height:125px;
    }
    .category_product_name{
        font-size: 12px;
    }
    .cart-amount{
        display: flex;
    }

}
 .body-img{
     /* background-image: url('../../images/nutricia-bg/Bebilon_tapeta_1920x1080.jpg'); */
    background-repeat: repeat-y !important;
    background-size: contain;
	background-position: center 222px !important;
    /* background-position: center 190px !important; */
 }


@media all and (min-width: 1920px) and (max-width: 2560px){
    
    .body-img{
        
       /* background-image: url('../../images/nutricia-bg/Bebilon_tapeta_1920x1080.jpg'); */
      
    }
    
}

@media all and (min-width: 1600px) and (max-width: 1919px) {
    
    .body-img{
        
        /* background-image: url('../../images/nutricia-bg/Bebilon_tapeta_1600x601.jpg'); */
      
    }
        
}
@media all and (min-width: 1500px) and (max-width: 1599px) {
    
    
   .body-img{
        
        /* background-image: url('../../images/nutricia-bg/Bebilon_tapeta_1600x601.jpg'); */
      
    }
 
}

@media all and (max-width: 1499px) {
    
    
   .body-img{
        
        background-image: none;
      
    }
 
}

.body-img2{
     background-image: url('../../images/cart-bg/cart-1920.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 190px !important;
 }


@media all and (min-width: 1920px) and (max-width: 2560px){
    
    .body-img2{
        
        background-image: url('../../images/cart-bg/cart-1920.png');
      
    }
    
}

@media all and (min-width: 1600px) and (max-width: 1919px) {
    
    .body-img2{
        
        background-image: url('../../images/cart-bg/cart-1600.png');
      
    }
        
}
@media all and (min-width: 1500px) and (max-width: 1599px) {
    
    
   .body-img2{
        
        background-image: url('../../images/cart-bg/cart-1600.png');
      
    }
 
}

@media all and (max-width: 1499px) {
    
    
   .body-img2{
        
        background-image: none;
      
    }
 
}



.btn-natura{
	background-color: #33813e;
	color: white;
}

.btn-natura:hover{
	background-color: #24582b
}

.text-natura{
	color: #33813e !important;
}

.product-slider-promo{
	background:#fff;
	padding:15px 15px 15px 15px;
}
.product-slider-promo .bx-wrapper {
	
	margin-bottom: 0;
}
.product-slider-promo img{
	
	margin:auto;
}

