.break { 
flex-basis: 100%;
  height: 0;
}

header#site-header #site-header-cart .cart-link .count {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #e2e2e2;
    border-radius: 50%;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    line-height: 19px;
}


.site-header-cart .empty i.fa-bags-shopping {
    font-size: 33px;
    font-style: normal;
    color:#525252;
}
.site-header-cart  .empty p.empty-text { font-size: 15px; margin-top: 8px; margin-bottom: 8px;}
.site-header-cart .empty p.login {
    font-size: 12px;
    color: #848484;
    line-height: 16px;
}
.site-header-cart .empty p.login a {
    color: #4e4e4e;
}

.site-header-cart .type-fixed .empty i.fa-bags-shopping {
    font-size: 45px;
}
.site-header-cart .cart-dropdown.type-fixed li.empty {
    padding: 15px 0 17px;
    text-align: center;
}
.site-header-cart .type-fixed .empty p.empty-text {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 11px;
}
.site-header-cart .type-fixed .empty p.login {
    font-size: 15px;    
    line-height: 18px;
}


.woocommerce-order-received .page-base .wrapper {
    width: 980px;
}