body {
    margin: 0;
    line-height: 1.4;
}

.mobile{
    background: transparent !important;
    box-shadow:  0 0 !important;
}

.window {
    display: block;
    overflow: hidden;
    border-radius: 3px;
}
.window .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 68px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 2px 2px rgba(0,0,0,.2);
    overflow: hidden;
    z-index: 1;
}
.window .header .burger-container {
        float: right;
    position: relative;
    display: inline-block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.window .header .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}
.window .header .burger-container #burger .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #1772fa;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.window .header .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}
.window .header .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}
.icon {
    /* position: absolute; */
    height: 100%;
    /* line-height: 50px; */
    width: 50px;
    height: 50px;
    /* text-align: center; */
    color: #9d9d9d;
    font-size: 22px;
    margin: 8px 0;
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
}
.window .header .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}
.window .header .menu {
    display: block;
    padding: 24px 0;
    overflow: scroll;
    touch-action: auto;
    -ms-touch-action: auto;
    float: left;
    padding-bottom: 200px !important;
    list-style: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: auto;
}
.window .header .menu li.menu-item {
    border-bottom:1px solid #e0e0e0;
    padding: 16px 0;
    opacity: 0;
    position: relative;

}
.children li {
    border: 0 !important;
}


.window .header .menu li.menu-item a {
    display: block;
    position: relative;
    font-weight: 100;
    text-decoration: none;
    line-height: 2.35;
    font-weight: 600;
    width: 100%;
}
.window .header.menu-opened {
    height: 100%;
    background-color: #fff;
}
.window .header.menu-opened .burger-container {
}
.window .header.menu-opened .burger-container #burger .bar {

}
.window .header.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}
.window .header.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}
.window .header.menu-opened .menu li.menu-item {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
}

.window .header.menu-opened .icon.icon-bag {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.window .content {
    padding: 67px 4% 0;
    text-align: justify;
    overflow: scroll;
    max-height: 100%;
}
.window .content::-webkit-scrollbar {
    display: none;
}
.window .content h2 {
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.window .content img {
    width: 95%;
    position: relative;
    display: block;
    margin: 75px auto 75px;
}
.window .content img:nth-of-type(2) {
    margin: 75px auto;
}
@media (max-width: 1000000px) {
    .window {
        width: 100%;
        margin: 0;
        border-radius: 0px;
    }
    .window .header {
        position: fixed;
    }
}

.mobile {
    position: initial !important;
    display: inherit;
    float: left;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    width: 100%;
    background: #fff;
    z-index: 1;
    clear: right;
    padding-bottom: 10px;
}

.header {
    background: white !important;
}

.resume-shortcut{
    color: #a8a5a5;
    margin: 10px 0px;
    float: right;
    text-decoration: none;
    display: inline-block;
    display: none;
}




.shortcut-cart-total{
    float: right;
    padding: 4px 0;
}



.search-container-header .back{float: left;width: 18%;max-width: 70px;}

.search-container-header .search-box{float: left;box-sizing: border-box;width: 75%;border: 1px solid white;}

.search-container-header .search-loader{float: left;margin: 1px;height: 34px !important;width: 6%;display: none;}

.search-box:focus {
    border-top: 1px solid white !important;
    border-left: 1px solid white !important;
    border-radius: 0;
    border-right: 1px solid white !important;
}


.typeahead.dropdown-menu {
    width: 100%;
    display: inherit;
}

.typeahead li {
    padding: 10px 0 !important;
    border-bottom: 1px solid #efefef;
}

.typeahead li:active, .typeahead li:hover {
    color: #2c60b0 !important;
    cursor: pointer;
}
.store-product {
    border: 1px solid #ececec;
    display: inline-block;
    text-align: center;
    padding: 20px 10px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.04);
    margin: 4% 2%;
    height: 265px;
    border-radius: 6px;
    float: left;
    max-width: 200px;
}
.store-product .title {

    font-weight: bold;
    text-transform: initial;
}

.store-product .points, .points-ui{
        border: 1px solid #d0d0d0;
    display: inline-block;
    padding: 2px 16px;
    border-radius: 18px;
    margin: 7px 0;
    font-size: 10px;
}
