/*--------------------------------------------------------------
# Header Style 2
--------------------------------------------------------------*/
.site-header.pushdown,
.site-logo-minimal.pushdown,
.menu-box.pushdown,
.menu-box-mob.pushdown,
.mobile-menu.menu-overlay.pushdown{
  top: 30px;
}

.menu-box-mob.pushdown,
.site-logo-mob.pushdown{
  top:45px!important;
}

.site-header{
    width:100%;
    max-height:110px;
    color: #908f8f;
    position: fixed;
    z-index: 10002;
    background: white;
    top: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.site-header.hidden{
  position:fixed;
  top:0;
  background: white;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.header-row{
  width:100%;
  box-sizing: border-box;
}

.header-row.top {
  min-height: 90px;
  max-height:110px;
  margin: auto;
  border-bottom: 1px solid #ececec;
  max-width:1200px;
  padding: 10px 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.header-row.top.thin {
  min-height: 90px;
  max-height:110px;
  margin: auto;
  border-bottom: 1px solid #ececec;
  max-width:1200px;
  padding: 2px 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.header-row.top ul li a {
    color: #a1a1a1;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
}

.header-row.top.trans {
  height:66px;
  background: none;
}


.header-row::after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}

.header-block{
  width: 33.33%;
  width: calc(100% / 3);
  height:auto;
  float:left;
  box-sizing: border-box;
}

.header-block.left{
  width: 30%;
  text-align:left;
}

.header-block.middle{
  text-align:center;
}

.header-block.right{
  width: 70%;
  padding-top: 8px;
  text-align:right;
}

.main-menu{
  float:right;
  line-height: 46px;
  max-width: 80%;
}

.main-menu.standard{
  float: right;
  line-height: 25px;
  padding-top: 11px;
  max-width: 80%;
}

.site-logo-minimal{
    white-space: nowrap;
    -webkit-border-top-left-radius: 0; */
    -webkit-border-top-right-radius: 0; */
    -webkit-border-bottom-right-radius: 0; */
    -webkit-border-bottom-left-radius: 6px; */
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 6px;
    text-align: center;
    height: 66px;
    width: auto;
    padding: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.74);
    top: 0;
    right: 70px;
    z-index: 1000000;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.site-logo-minimal img{
  vertical-align: middle;
}

.site-logo-minimal.hidden{
  white-space: nowrap;
  text-align: center;
  display: none;
  height:66px;
  background:#4f4f4f;
  width:auto;
  padding: 0;
  position:fixed;
  top:-70px;
  right:70px;
  z-index:1000000;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.img-center {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.cart-box{
    float: right;
    padding-left: 9px;
    padding-right: 25px;
    display: inline-block;
    position: relative;
    top: 23px;
    padding-left: 14px;
    padding-right: 22px;
    cursor: pointer;
}

.search-box{
  float: right;
  display: inline-block;
  position: relative;
  top: 23px;
  cursor:pointer;
}

.menu-box{
  background:#303030;
  height: 66px;
  width: 70px;
  position: fixed;
  right: 0;
  cursor:pointer;
  top:0;
  z-index:100002;
  -webkit-transition: all .6s ease;
-moz-transition: all .6s ease;
-ms-transition: all .6s ease;
-o-transition: all .6s ease;
transition: all .6s ease;
}

.menu-box-mob{
  display:none;
  height: 66px;
  width: 70px;
  position: fixed;
  right: 0;
  top:0;
  z-index:100002;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}


.menu-icon{
  width: 16px;
  height: 16px;
  background-image: url(../images/mobile-menu-icon.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  opacity: 1;
  padding: 0 0px;
  cursor: pointer;
  position: relative;
  top: 23px;
  margin-left: 28px;
}

.menu-close-icon{
  width: 16px;
  height: 16px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  display: inline-block;
  opacity: 1;
  padding: 0 0px;
  cursor: pointer;
  position: relative;
  top: 23px;
  margin-left: 28px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.menu-close-icon.hidden{
  width: 16px;
  height: 16px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  display: inline-block;
  opacity: 1;
  padding: 0 0px;
  cursor: pointer;
  position: relative;
  top: -70px;
  margin-left: 28px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.site-header .cart-contents {
    position: relative;
    top: -10px;
    color: #81b135;
}

.site-logo-mob{
  display:none;
  white-space: nowrap;
  text-align: center;
  height:66px;
  width:auto;
  padding: 0;
  position:fixed;
  background: #1f1f1f;
  top:0;
  right:70px;
  z-index:1000000;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.menu-box.hidden{
  background:#303030;
  height: 66px;
  width: 70px;
  position: fixed;
  right: 0;
  top:-70px;
  z-index:100002;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.menu-close-box{
  display:none!important;
  height: 66px;
  width: 70px;
  background: #3c3c3c;
  position: fixed;
  right: 0;
  z-index:10000;
  cursor:pointer;
}
