.vessi-top-header-product {
  position: fixed;
  z-index: 114;
  background-color: #000;
  color:#999 !important;
  padding-top:5px;
  padding-bottom:0px;
  width: 100%;
  margin-bottom:20px;
  text-align:center;
  height:40px;
  border:0px;
  margin-top:-50px;
  display:block;
}

.vessi-top-header-product a{
  color:#949494 !important;
      -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vessi-top-header-product a:hover{
  color:#e8e8e8 !important;
}


.vessi-top-header-cart {
  position: fixed;
  z-index: 114;
  background-color: #000;
  color:#999 !important;
  padding-top:5px;
  padding-bottom:0px;
  width: 100%;
  margin-bottom:20px;
  text-align:center;
  height:40px;
  border:0px;
  margin-top:-60px;
  display:block;
}

.vessi-top-header-cart a{
  color:#949494 !important;
      -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vessi-top-header-cart a:hover{
  color:#e8e8e8 !important;
}

.NavFixed-cart {
  display:block;
    position: fixed !important;
  	background-color:#fff;
  	height:63px;
  z-index:90;
    width:100%;
    border-bottom: 1px solid #e8e8e8;
  margin-top:-24px;

}


@media only screen and (max-width:768px) {


.vessi-top-header-product {
 display:none; 
}
  
 .vessi-top-header-cart {
 display:none; 
}

.NavFixed-cart {
  display:none;

}
 
.product-single{
  @include display-flexbox();
	padding-top:0px;
 
  
}