/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.appHeader{
  margin-top: 0px;
  padding: 16px 0;
}
.headerH{
  height: 40px;
  line-height: 1;
}
.appTopLogo{
  display: inline-block;
  width: auto;
  height: 40px;
  margin-top: 3px;
}
.appAfterBanner{
  background: #e4e8eb;
  padding: 6px 0px;
  line-height: 1;
  display: block;
}
.appSearch{

}
.appSearch input{
  width: 100%;
  border-radius: 32px;
  border: solid 1px #d6d6d6;
  padding: 10px 15px;
  padding-left: 42px;
  font-size: 12px;
  line-height: 1;
  height: 40px;
}.appSearch .searchIcon{
  position: absolute;
  top: 13px;
  left: 30px;
  color: #333;
  font-size: 14px;
}
.appHeaderIcons{
  text-align: right;
}
.appNavIcon{
  display: inline-block;
  font-size: 13px;
  text-align: center;
  padding: 1px 1px;
  margin: 0px 10px;
  height: 40px;
  line-height: 1;
}
.appNavIcon a{
  display: block;
  line-height: 1;
  position: relative;
}
.appNavIcon i{
  font-size: 18px;
}
.appNavIcon .iconLabel{
  display: block;
  line-height: 1;
  margin-top: 2px;
}
.appMobileMenu{
  position: relative;
}

#menu-icon{
  display: none;
  line-height: 40px;
  height: 40px;
  position: relative;
  width: 40px;
  font-size: 18px;
  text-align: center;
}

.appNavIcon .item_count{
  position: absolute;
  background: #ff7d00;
  color: #fff;
  width: 15px;
  height: 15px;
  display: block;
  font-size: 10px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  right: -3px;
  top: -1px;
  font-weight: bold;
}


.col-appLogo:after, .col-appSearch:after, .col-appIcons:after{
  display: block;
  content: "";
  clear: both;
}
.col-appLogo, .col-appSearch, .col-appIcons{
  padding-right: 15px;
  padding-left: 15px;
}
.col-appLogo{
  float: left;
  width: 33.33333%
}
.col-appSearch{
  float: left;
  width: 33.33333%
}
.col-appIcons{
  float: left;
  width: 33.33333%
}

@media (min-width: 1029px){
  .col-appLogo{
    width: 30%
  }
  .col-appSearch{
    width: 30%
  }
  .col-appIcons{
    width: 40%
  }
}
@media (min-width: 992px) and (max-width: 1028px){
  .col-appLogo{
    width: 30%
  }
  .col-appSearch{
    width: 30%
  }
  .col-appIcons{
    width: 40%
  }
  .appNavIcon {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 6px;
    height: 40px;
    line-height: 1;
    width: auto;
    padding-top: 1px;
  }
  .appNavIcon i {
    font-size: 18px;
  }
}
@media (max-width: 991px){
  .col-appLogo{
    width: 52%
  }
  .col-appSearch{
    display: none;
  }
  .col-appIcons{
    width: 48%
  }
  .appNavIcon .iconLabel{
    display: none;
  }
}
@media (max-width: 600px){
  .col-appIcons ._history{
    display: none;
  }
}



@media (max-width: 991px){
  #header {
    background: #fff;
  }
  .appTopLogo{
    max-width: initial;
    width: auto;
    height: 18px;
    margin: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  .appHeader {
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 14px;
    padding-top: 0;
  }
  .header-nav{
    display: none;
  }
  .appNavIcon a {
    display: block;
    line-height: 40px;
  }
  .appNavIcon i {
    font-size: 15px;
  }
  .logo-link{
    margin-left: 28px;
    display: block;
    line-height: 1;
    padding-top: 10px;
  }
  .appNavIcon {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px;
    height: 40px;
    line-height: 1;
    width: 30px;
    padding-top: 1px;
  }
  #menu-icon{
    display: block;
    position: absolute;
    left: -11px;
    top: 0px;
  }
}
