@charset "UTF-8";

.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 9;
    padding: 0;
    box-shadow: 1px 1px 1px 1px #f2f2f5;
}

.header__top-bar {
    width: 100%;
    background-color: #f2f2f5;
    text-align: center;
}

.header__top-bar.left_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__top-bar-text {
    margin: 0;
    font-size: 10px;
    padding: 5px 20px;
}

.header__main {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    height: 60px;
    padding: 0 10px;
}

.header__main[data-uppercase='true'] {
    text-transform: uppercase !important;
}

.header__main[data-uppercase='true'] #cartOpen {
    text-transform: uppercase !important;
}

.mobile-menu[data-uppercase='true'] {
    text-transform: uppercase !important;
}

.mobile__drawer-container[data-uppercase='true'] {
    text-transform: uppercase !important;
}

.header__main.opacity a:hover,
.header__main.opacity svg:hover {
    opacity: 0.75;
    transition: ease-in-out 0.2s;
}

.header__main.underline a:hover,
.header__main.underline svg:hover {
    text-decoration: underline;
    transition: ease-in-out 0.2s;
}

.header__main.darken a:hover,
.header__main.darken svg:hover {
    color: black;
    transition: ease-in-out 0.2s;
}

@media screen and (min-width:1024px){
    .header__main {
        height: 65px;
        padding: 0 40px;
    }
    .header__main.left .header-logo__container {
        order: -1;
        justify-content: flex-start;
    }
    
    .header__main.right .header-logo__container{
        order: 2;
        justify-content: flex-end;
    }
    
    .header__main.right .header-right {
        order: -1;
        justify-content: flex-start;
    }    
}

@media screen and (max-width:1024px){
    .header__main.menu_right .header-right {
        order: -1;
        justify-content: flex-start;
    }
    .header__main.menu_right .header__menu-linklist {
        order: 2;
        justify-content: flex-end;
    }
}

.header-menu-button__container {
  //  flex: 0 30%;
    display: block;
}
@media screen and (min-width:1024px){
    .header-menu-button__container {
        display: none;
    }
}

.header-logo__img {
    width: auto;
    max-height: 45px;
}

@media screen and (min-width:1024px){
    .header-logo__img {
        max-height: 50px;
    }
}

.header-menu__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.header__menu-linklist {
    width: 100%;
    flex: 0 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.header-right {
    flex: 0 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
@media screen and (max-width:1024px){
    .linklist-right {
        opacity: 0;
    }
    .header-right, #cartOpen {
        font-size: 12px;
    }
    .header-menu__container
    .header-right,
    .header-menu__container
    .header__menu-linklist,
    .header-menu__container
    .header-logo__container {
        flex: 0 33.333%;
    }
}

.header-right a {
    position: relative;
}

@media screen and (min-width:1024px){
    .header-right,
    .header__menu-linklist {
        flex: 0 33%;
    }
}

.header-logo__container {
    flex: 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

@media screen and (min-width:1024px){
    .header-logo__container {
        flex: 0 33%;
    }
}

.header__menu-ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.header__menu-li {
    list-style-type: none;
    position: relative;
    margin: 2.5px;
    cursor: pointer;
}

.header__menu-child-li {
    margin: 2.5px;
}
.header__menu-child-li .header__menu-child-a {
    font-size: 16px !important;
}

@media screen and (min-width:1024px){
    .header__menu-li {
        margin: 0;
    }
    .header__menu-child-li {
        margin: 2.5px;
    }
    .header__menu-child-li .header__menu-child-a {
        font-size: 16px;
    }
}

.header__menu-a {
    text-decoration: none;
    font-size: 20px;
}

@media screen and (min-width:1024px){
    .header__menu-a {
        font-size: 12px;
    }
}

.header-logo__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
}

#CartCount {
    top: 4px;
    right: 4px;
}

@media screen and (min-width:1024px){
    #CartCount {
        top: 6px;
        right: 6px;
    }
}

.mobile-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 10px 20px;
    position: absolute;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px #f2f2f5;
    padding: 10px 5px;
}

#mobile__drawer .mobile-menu {
    width: auto;
}

#MainContent{
    min-height: 600px;
    padding-top: 0;
  }

  .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}

.search-icon,
.account-icon {
    padding: 10px;
    cursor: pointer;
}

.account-icon {
    padding-right: 10px;
    display: none;
}

@media screen and (min-width:769px){
    .account-icon {
        display: inline-block;
    }
}

.mobile-account {
    display: inline-block;
}

@media screen and (min-width:769px){
    .mobile-account {
        display: none;
    }
}

.search-results__container {
    padding: 10px 20px;
    padding-top: 0;
    max-height: 500px;
    overflow-y: scroll;
    margin-top: 60px;
    background: #fff;
    z-index: 99;
}

@media screen and (min-width:1024px){
    .search-results__container {
        margin-top: 0;
        max-height: 550px;
        overflow-y: scroll;
    }
}

.search-results__container h3,
.search-results__container h4 {
    text-align: center;
    margin-bottom: 10px;
}

.search-results__container h3 {
    margin-top: 10px;
}

.search-products__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

@media screen and (min-width:1024px){
    .search-products__container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.header__menu-child-ul {
    display: none;
    position: absolute;
    padding: 20px;
    padding-left: 40px;
    min-width: 300px;
    top: 40px;
    left: -20px;
    background-color: #fff;
    z-index: 9999;
    transition: ease-in-out 0.2s;
}

.header__menu-parent {
    z-index: 999;
}

@media screen and (min-width:1024px){
    .header__menu-parent {
        padding: 20px 0;
        }
}

.header__menu-parent:hover + .header__menu-child-ul,
.header__menu-child-ul:hover {
    display: block;
}

.mobile-menu .header__menu-li {
    width: 100%;
}

.header-menu__plus {
    padding: 0 40px;
    font-size: 25px;
    vertical-align: baseline;
    float: right;
    display: none;
}

.header-menu__minus {
    padding: 0 40px;
    font-size: 25px;
    vertical-align: baseline;
    float: right;
    display: none;
}


.mobile-menu__plus {
    padding-left: 10px;
    font-size: 25px;
    vertical-align: baseline;
}

.mobile-menu__minus {
    padding-left: 10px;
    font-size: 25px;
    vertical-align: baseline;
}

#cart__drawer-close, #mobile__drawer-close {
    margin-top: 20px;
    margin-left: 20px;
    border: none;
    background-color: #fff;
}

#cart__drawer-close:focus,
#cart__drawer-close:hover,
#mobile__drawer-close:focus,
#mobile__drawer-close:hover {
    opacity: 0.5;
}

#mobile__drawer-close {
    float: right;
    margin-right: 20px;
    margin-left: 0;
    background: transparent;
}

#cart__drawer {
    right: -500px;
    position: fixed;
    max-width: 450px;
    width: 95%;
    z-index: 99;
    background-color: #fff;
    height: 200vh;
    transition: ease-in-out 0.5s;
}

#mobile__drawer {
    left: -500px;
    position: fixed;
    max-width: 450px;
    width: 95%;
    z-index: 99;
    background-color: #fff;
    height: 200vh;
    transition: ease-in-out 0.5s;
}

#cart__drawer .cart-container__mid:first-of-type {
    padding: 10px !important;
}

@media screen and (min-width:1024px){
    #cart__drawer {
        width: 450px;
    }
}

.cart__btn {
    position: relative;
    border: none;
    background-color: #fff;
    padding: 10px;
}

#app {
    position: relative;
    overflow-x: hidden;
}

#cart__drawer #cart__container {
    padding-top: 0;
}

.mobile-menu.left li {
    text-align: left;
}
.mobile-menu.center li {
    text-align: center;
}
.mobile-menu.right li {
    text-align: right;
}
.mobile__menu-child-ul {
    margin: 0 10px;
}

.mobile-drawer__container {
    padding: 20px;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1024px){
   #mobile__drawer .mobile-menu.true {
        width: 90%;
        padding-top: 0;
    }
    #mobile__drawer .mobile-menu.true .header__menu-li {
        padding: 10px;
        border-top: 2px solid #000;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    #mobile__drawer .mobile-menu.true .header__menu-li .header-menu-li__inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }
    #mobile__drawer .mobile-menu.true .header__menu-li:last-child{
        border-bottom: 2px solid #000;
    }
    #mobile__drawer .mobile-menu.true .header__menu-li .mobile__menu-child-ul {
        display: flex;
        flex-direction: column;
    }

    #mobile__drawer .mobile-menu.true .header__menu-li .header-menu-li__inner  .mobile-menu__minus,
    #mobile__drawer .mobile-menu.true .header__menu-li .header-menu-li__inner .mobile-menu__plus {
        margin-top: -7px;
    }
}

.mobile-logo__container {
    margin-bottom: 20px;
}