
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
#wrapper {
    background: #ffffff;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .11);
    padding-top: 1.563rem;
}

#header {
    background: #white
    color: #6a6a6a;
}
.top-menu .sub-menu {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.3);
	background: white;
    border: none;
    margin-left: 15%;
    width: inherit;
    min-width: inherit;
    z-index: 18;
    position: absolute;
    top: 25px !important;
}

}
.top-menu .sub-menu ul[data-depth="1"]&gt;li {
    float: left;
    margin: 0 1.25rem;
    clear: both;
	color: #white
}

#header .header-nav {
    border-bottom: 1px solid #ffffff;
}

@media (min-width: 768px) {
    .col-md-7 {
        float: right;
        width: 58.33333%;
    }
}

#_desktop_user_info {
    padding-left: 10%;
}
.footer-container {
    background: #20547e
 
    
}
.footer-container li a {
    color: #fffff2;
    cursor: pointer;
    font-size: .875rem;
}

#block_myaccount_infos .myaccount-title a {
    color: black;
}
.block-contact {
    color: #ffffff;
}
.dropdown {
    color: #ffffff;
}


#header .header-top {
	padding-top: 50px;
    padding-bottom: 19px;
    background: white;
}
#header .header-top a[data-depth="0"] {
    color: black;
    text-transform: uppercase;
}

#header a {
    color: black;
}


#header .header-nav {
    max-height: 39px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: black ;
}

.page-content.page-cms ul, p {
    font-size: .9375rem;
    color: #000000;
    font-weight: 400;
}

.ets-sc-position-at-displayfooterafter {
    text-align: center;
    padding-top: 30px;
}

#mobile_top_menu_wrapper {
    padding: 15px;
    background: #7b7d8500;
}

@media (max-width: 992px) {
 
  #_desktop_logo {
    float: left;
  }

  .header-nav .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header-nav .col-md-5, .header-nav .col-md-7 {
    width: 100%;
    text-align: center;
  }

  .right-nav {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
 
  #_desktop_logo {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
  }

  .top-logo {
    display: block;
    text-align: center;
  }

  .header-nav {
    display: none;
  }

  .mobile .top-logo {
    padding-top: 20px;
  }

  .search_widget { 
    width: 100%;
    display: block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .search_widget input {
    width: 80%; 
    margin: 0 auto;
  }
}

@media (max-width: 768px) {

  .header-nav {
    display: block !important;
  }

  #_desktop_logo {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
  }

  .top-logo {
    display: block;
    text-align: center;
  }

  .search-bar {
    display: block !important; /
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .mobile {
    display: block;
  }

  .header-top, .header-banner {
    overflow: visible;  /
    padding: 0;
  }

  .header-nav .row, .header-top .row {
    height: auto; /
    padding: 0;
  }

  .header-banner {
    height: auto;
  }
}

@media (max-width: 767px) {
    #header .header-nav .right-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 23%;
    }
}

.block-category {
    min-height: 1.0rem;
    margin-bottom: 1.563rem;
}

.owl-carousel {
    width: 80vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    transform: translateX(calc(50vw - 50%));
}

.ets_multilayerslider {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    transform: translateX(calc(50vw - 50%));
}