    .logo {
        margin-left: auto;
        margin-right: auto;
    }

.site-header .container {
    width: 100%;
    max-width: 1360px;
    padding: 0 .8%
}

.site-header {
    width: 100%;
    height: 74px;
    background-color: #2196F3; /*#0071ce;*/
    display: flex;
    z-index: 5;
    position: fixed;
    padding-bottom: 40px;
    /*margin-top: 30px;*/
    margin-top: 0
}



.xcart-supermarket-width {
   display: flex;
    flex: 1 1 0

}

.xcart-supermarket-width {    
        flex: unset;
        width: unset;
        min-width: unset        
}

.site-header .container {
    padding: 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center
}

.site-header .right-content {
    display: flex;
    height: 74px;
    margin-left: auto;
    padding-left: 1%
}

@media only screen and (max-width: 720px) {
    .site-header .container {
        position:relative
    }
}

@media only screen and (max-width: 1000px) {
    .site-header .right-content {
        padding-left:0
    }
}

@media only screen and (min-width: 1361px) {
    .top-menu {
        display:block
    }
}

.xsite-header .logo img {
    width: 152px;
    height: 50px
}

.site-header.compact {
    height: 58px
}

.xsite-header.compact .logo img {
    width: 152px;
    height: 35px;
    margin-top: 11px;
    margin-left: 50px; 
    /*-10px;*/
    

    
}

/*  margin-left: auto;
  margin-right: auto;    

  */
  
  
.xsite-header.compact .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}  
  
  
.site-header.compact .user-name {
    margin-left: auto;
    text-transform: uppercase;
    color: #fff
}

.cart-container {
    height: 58px;
    width: 100px;
    background-color: #06568f;
}

.menu-icon-container {
    left: 250px;
    height: 44px;
    min-width: 140px;
    background-color: #041e42;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 3px
}

.menu-icon {
    cursor: pointer;
    font-size: 25px;
    margin-left: 13px;
    margin-top: 9px;
    margin-right: 10px
}

.show-category {
    padding-top: 11px
}

.mobile-search-container {
    color: #000;
    margin-top: 58px;
    background-color: #fff;
    position: fixed;
    z-index: 5;
    height: 30px;
    width: 100%
}

.mobile-search-container input {
    font-size: 16px;
    border-radius: 0;
    height: 60px
}

.mobile-search-icon-container {
    margin-left: auto;
    margin-right: 17px
}

.mobile-search-icon {
    font-size: 26px;
    color: #fff;
    padding-top: 15px;
    cursor: pointer
}

.cart-image-holder {
    display: inline-block;
    height: 58px;
    width: 42px
}

.cart-image {
    margin-left: 10px;
    height: 58px;
    width: 42px
}

.cart-image img {
    height: 10px;
    width: 11px
}

.cart-quantity {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #ffc220;
    cursor: pointer;
    margin-left: 10px
}

.quantity-number {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #06568f
}

.shopping-cart-images {
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 10px
}

.header-info {
    color: #fff;
    background-color: #041e42;
    position: fixed;
    z-index: 5;
    height: 30px;
    width: 100%;
    display: flex
}

.header-info span {
    padding: 0 10px;
    font-size: 12px
}

.header-info-expanded {
    justify-content: space-between;
    align-items: center
}

.header-wrapper {
    max-width: 1440px;
    margin: auto;
    display: flex;
    width: 100%;    
}

.go-to-supermarket-link {
    width: 144px;
    height: 42px;
    border-radius: 3px;
    background-color: #5fb446;
    text-align: center;
    margin-left: 10px;
    padding-top: 9px;
    margin-top: 8px
}

.go-to-supermarket-link a {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #fff
}

.info-message-background {
    border-radius: 4px;
    margin: 5px;
    padding: 0 6px
}

.info-message-normal-text {
    font-size: 16px;
    font-weight: 700;
    color: #3e3e3e;
    line-height: 18px!important
}

@media(max-width: 1050px) {
    .go-to-supermarket-link {
        display:none
    }

    .xcart-supermarket-width {
        min-width: 110px
    }
}

@media(max-width: 910px) {
    .header-info {
        display:none
    }

    .site-header {
        margin-top: 0
    }
}

@media(min-width: 768.5px) {
    .xcart-container {
        height:44px;
        margin-top: 7px;
        margin-bottom: 7px;
        border-radius: 3px;
        background-color: #c0c0c0;
    }

    .xshopping-cart-images {
        padding-top: 8px
    }
}

@media(max-width: 768px) {
    .shopping-cart-images {
        padding-top:15px;
        padding-left: 15px;
        padding-right: 10px
    }

    .xcart-supermarket-width {
        flex: unset;
        width: unset;
        min-width: unset
    }

    .show-category {
        display: none
    }

    .menu-icon-container {
        position: absolute;
        background-color: #0071ce;
        left: 5px!important;
        min-width: 20px
    }

    .xlogo {
        margin-left: auto;
        margin-right: auto;
    }

    .site-header {
        margin-top: 0
    }
}

@media(max-width: 360px) {
    .xsite-header.compact .logo img {
        width:115px;
        height: 26px;
        margin-top: 15px;
        margin-left: -9px;
        margin-right: -15px
    }
}

.cyber-countdown {
    display: none
}

.search-results-list {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    border: solid 1px #c7c7c7
}

.search-suggestion__text {
    color: #888;
    font-size: 14px
}

.search-suggestion__text--md {
    font-size: 16px
}

.search-suggestion__link {
    color: #303030
}

.search-word__text {
    padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #0071ce
}

.search-word__icon {
    font-size: 16px
}

.second-level-mobile-header-container {
    display: flex;
    justify-content: space-between
}

.second-level-mobile-header-container>div:first-child>div:last-child {
    margin-right: 0
}

.second-level-mobile-header-container>div:last-child {
    line-height: 2;
    padding: .6rem .2rem 0 0
}

.second-level-mobile-header-container>div:last-child a {
    width: auto;
    font-size: 14px;
    padding: 0 .4rem;
    display: none
}

@media(min-width: 375px) {
    .second-level-mobile-header-container>div:last-child {
        line-height:2;
        padding: .6rem 1rem 0 0
    }

    .second-level-mobile-header-container>div:last-child a {
        width: auto;
        font-size: 14px;
        padding: 0 1rem
    }
}

.ReactModal__Overlay {
    transition: all 500ms ease-in-out
}

.ReactModal__Overlay--before-close {
    opacity: 0
}

.shopping-cart__info-message-limit-to-pay-cart {
    font-size: 14px;
    font-weight: 700;
    text-align: justify
}

.shopping-cart__info-message-limit-to-pay-cart span {
    font-weight: 400
}

.shopping-cart__info-message-normal-text-bundle {
    font-size: 14px;
    font-weight: 700
}

.shopping-cart__info-message-normal-text-go-to-pay {
    font-weight: 700;
    color: #3e3e3e
}

.shopping-cart__info-message-timeout-alert {
    background: #e3f2ff;
    padding-left: 10px;
    padding-right: 10px
}

.shopping-cart__info-message-timeout-alert-div {
    font-size: 14px;
    font-weight: 700;
    text-align: left
}

.shopping-cart__font-weight-normal {
    font-weight: 400
}

.shopping-cart__error_message {
    background: #ffdedf;
    padding-left: 10px;
    padding-right: 10px
}

.shopping-cart__font-size-20 {
    font-size: 20px
}

.shopping-cart__render-bottom-info-message-color {
    color: #fa6400
}

.shopping-cart__render-stock-alert-message-bg {
    background: #fdf1d6
}

.shopping-cart__pb-15 {
    padding-bottom: 15px
}

.shopping-cart__pt-9 {
    padding-bottom: 9px
}

.shopping-cart__min-width-70 {
    min-width: 70px
}

.shopping-cart__scrollbars_div {
    width: 80px;
    text-align: center;
    margin-top: 15px
}

.shopping-cart__text-decoration-underline {
    text-decoration: underline
}

.shopping-cart__handle-quantity-product-cart {
    margin-top: -3px;
    height: 19px;
    width: 19px;
    position: absolute;
    left: 70px
}

.shopping-cart__image-container--default {
    width: 63px;
    height: 63px
}

.shopping-cart__image-container--grayscale {
    width: 63px;
    height: 63px;
    opacity: .4;
    filter: grayscale(100%)
}

.inventory-tag {
    width: auto;
    height: 16px;
    flex-grow: 0;
    font-family: Bogle;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: grey;
    border-radius: 8px;
    padding: 1px 5px
}

.inventory-tag--default {
    color: #041e42;
    background: #e5f0fa
}

.inventory-tag--danger {
    color: #fff;
    background: #de1c24
}

.product-quantity-tag {
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 1px;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    position: absolute;
    background-color: #0071ce;
    left: 70px
}

.product-quantity-tag--default {
    background-color: #0071ce
}

.product-quantity-tag--danger {
    background-color: #de1c24;
    z-index: 1
}

.product-quantity-tag--warning {
    background-color: #ffc220
}

.product-quantity-tag--warning img {
    margin-top: -4px
}




.prehome-content .txt-hashtag {
    font-size: 1.2rem!important;
    text-align: center;
    color: white;
    background-color: #2196F3;
    border-radius: .5rem;
    padding: .4rem;
    position: relative;
    margin-top: 0;
}


.prehome-content .txt-hashtag .blue-heart, .prehome-content .txt-hashtag .red-heart {
    width: 1em;
    height: 1em;
    display: inline-block;
    /*background: url(../img/heart-blue.4e25a306.png);*/
    background: url(../wrc/impreza_big.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    top: .3rem;
    margin-left: 2px
}

.prehome-content .txt-hashtag .red-heart {
    background: url(../img/chile.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

@media only screen and (min-width: 501px){
.prehome-content {
    width: 400px;
    margin: 0 auto;
}
}