/* Custom code goes here - paste your css code below in line 3 */


body #_desktop_top_menu{
background-color:#fff600;

}
body #_desktop_top_menu > ul > li > a {
    color: #000;
}


body#index #parallax_baner {
      background-size: 100%;
}

.small-padding {
  padding-top:10px;
  padding-bottom:10px;
  clear: both;
}

div.table_header {
  margin-right:-15px;
  margin-left:-15px;
    padding-top:10px;
  padding-bottom:10px;
}

div.table_header:after {
  content: "";
  display: table;
  clear: both;
}

.modal-body .contact-form h3 {
  display: none;
}

.modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index:10;
}


/*#home_categories .sub_categories {
  display: none;
}*/

#block-reassurance {
  margin-bottom:20px;
}

#pdinvoicebillpro {
    margin-bottom: 15px;
    border: 1px solid red;
    padding: 16px;
}

#top-menu {
  position: relative;
}
#top-menu 
li#manufacturers {
    position: initial !important;
}

#top-menu 
li#manufacturers li.manufacturer {
    width: 25%;
    float: left;
}
li#manufacturers li.manufacturer a{
  height: 100%;
    vertical-align: middle;
}

#top-menu  #manufacturers .sub-menu {
      width: 100% !important;
}
    #top-menu #manufacturers .sub-menu .top-menu.container {
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
      
    }



@media (min-width: 768px) {
    #top-menu  #manufacturers .sub-menu,
    #top-menu #manufacturers .sub-menu .top-menu.container {
        width:780px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
   #top-menu  #manufacturers .sub-menu,
    #top-menu #manufacturers .sub-menu .top-menu.container {
        width:1020px;
        max-width: 100%
    }
}
@media (min-width: 1200px) {
   #top-menu  #manufacturers .sub-menu,
   #top-menu #manufacturers .sub-menu .top-menu.container {
        width:1200px;

    }
}

.text-center {
  text-align: center;
}

button.btn.btn-primary.btn-lg.ctn-btn {
    font-size: large;
    padding-left: 70px;
    line-height:50px;
    background-color: #43b754;
    background-image: url(../img/contact.png);
    background-size:50px;
    background-position:10px 50%;
    background-repeat:no-repeat;
}

.vat_number_wrap,
.company_wrap {
  display:block!important;
}


#product-details:before {
  content: "";
  display: table;
  clear:both;
}

p.wishlist-product-availability {
    clear: both;
    position: relative;
    margin-top: 20px;
}
p.wishlist-product-availability:before {
  content: "";
  display:table;
  clear: both;
}
.product-quantities {
  padding:10px 0;
}
.product-quantities span, .product-quantities label {
  font-weight: bold;
}
