/*
Theme Name:  Wowmall Child
Theme URI:   http://wowmall.tonytemplates.com/
Description: Child theme for Wowmall
Author:      Etheme
Author URI:  https://themeforest.net/user/etheme/portfolio
Template:    wowmall
Version:     1.0
*/

/* Header */

#header {
    background-color: #000;
}

#header #primary-menu > li {
    padding: 0 15px 0 0;
}

nav.main-menu {
    justify-content: center;
}

.header-sticky-wrapper .logo-img {
    max-width: 110px;
}
.header-sticky-wrapper #primary-menu > li {
    border-right: 1px solid rgba(0,0,0,0.2);
    padding-left: 7px!important;
    padding-right: 7px!important;
}
.header-sticky-wrapper #primary-menu > li a {
    font-size: 14px;
}

.header-text-wrapper.tld-header-menu {
    font-weight: 600;
    justify-content: end;
    text-transform: uppercase;
}

body .header-layout-mobile #mobile-menu-open{
    color: #fff;
}

.col-sm-6.col-md-8.col-lg-7.wowmall-main-menu-wrapper {
    flex: 0 0 80%;
    max-width: 80%;
}

.col-sm-6.col-lg-6.col-xl.header-tools-wrapper {
    display: none;
}

.top-panel-inner-wrapper {
    position: relative;
    padding: 0 60px;
}

.wowmall-main-navigation-wrapper > .row > .col-sm-9.col-md-11 {
    max-width: 100%;
    flex: 0 0 100%;
}

.wowmall-top-search-wrapper .wowmall-top-search.expanded form {
    padding: 0 10px;
}

.search-submit .myfont-search-circled::before {
    color: #888;
}

.mapsvg.mapsvg-responsive {
    width: 100%;
    height: auto !important;
}

.tld-distri-map {
    max-width: 1100px;
    margin: 50px auto;
}

#primary-menu > li > a{
    color: #fff !important;
}

/* Footer */

.menu-footer-menu-container {
  padding: 10px 0;
  align-self: flex-end;
  width: 60%;
  text-align: right;
}
#menu-footer-menu {
  margin: 0;
}

.product_type_simple.add_to_cart_button.ajax_add_to_cart.btn.btn-inline {
    display: none;
}