
@media only screen and (min-width: 768px) {
.homee {
    max-width:100%;
    background: url() no-repeat;
    
    background-size:1000px auto;
    background-position: top;
   
    
}
}
@media only screen and (max-width: 440px) {
  .homee {
    background:none;
  }
  .bannerhome {
    background:none;
  }
}
body {
    height:unset;
}
.container .padd-0 {
max-width:2000px;
}
.bar-btn {
background-color:unset !important;
border:none !important;
color:unset !important;
width:250px!important;
/*text-align:left!important;*/
}
.banner-home .menu-2 div.right-menu {
    flex-basis: 700px;
    max-width: 700px;
    padding-top: 5px;
}
.banner-home .menu-2 div.right-menu .quick-menu {
    background-color: transparent;
    color: #000;
    width: unset !important;
    height: auto;
    padding: 5px;
    border: none !important;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
}
/** {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size:14px;
}*/
.quick-menu a {
color:#000;
}
.quick-menu:hover {
text-decoration: underline;
}
.drop-mini-cart:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 42px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent white transparent;
    z-index: 9998;
    display: none;
}
.drop-mini-cart:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 42px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent white transparent;
    z-index: 9998;
    display: none;
}