
.margin_top_n100 {
    margin-top: -30px !important;
}


.box_style_1 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ededed;
    margin-bottom: 30px;
}

.overview {
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.overview .logo {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position:relative;
    top: -40px;
    border: 1px solid #ccc;
    border-radius:5px;
    background: #FFF;
}
.overview .details {
    padding: 0 .3rem;
    margin: 0;
    position: relative;
    top: -20px;
    color: #666;
}
.overview .details .name{
    color: #555;
}
.overview .details p {
    margin-bottom: 0.5rem;
}
.overview .details p a{
    color: #666;
}
.overview .details p i{
    color: #125fca;
}
.overview .details .text-theme i{
    color: #f36e01;
}
.overview .details p.promotion-label i.text-theme {
    color: #f36e01;
}
.overview .note {
    font-size: .85rem;
    display: flex;
}
.overview .note i {
    font-size: 1rem;
    color: #125FCA;
}
.overview .note i.direction {
    font-size: 1.3rem;
    margin-left: auto;
}
.overview .promotion-label span {
    display: inline-block;
}

.tab_links {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    margin: 1rem 0;
    background: #FFF;
    border-radius: 50rem;
}
.tab_links a {
    text-align: center;
    align-items: center;
    width: 50%;
    display: block;
    color: #999;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.4;
    font-family: Ubuntu, Arial, sans-serif;
    padding: .8rem 0;
}
.tab_links a.active span {
    padding: .8rem .8rem;
    border-bottom: 3px solid #f36e01;
}


.shipmentSwitch {
    background-color: #efedea;
    border-radius: 28px;
    display: flex;
    height: 50px;
    justify-content: space-around;
    margin: 1.2rem 0 .8rem 0;
    padding: 3px;
}

.shipmentSwitchItem {
    align-items: center;
    color: #333;
    display: flex;
    font-size: .85714rem;
    line-height: 1.33;
    justify-content: center;
    transition-property: font-size, padding, width, background-color, border-radius;
    transition-duration: 75ms;
    width: 50%;
    margin-bottom: 0px;
    cursor: pointer;
}

.shipmentSwitchItem-active {
    background-color: #fff;
    border-radius: 24px;
    font-size: 1rem;
    line-height: 1.29;
    width: 60%;
    font-size: 1rem;
    line-height: 1.29;
}

.shipmentSwitchItem .s-icon {
    margin-right: 4px;
    width: 16px;
}

.shipmentSwitchItem-active .s-icon {
    width: 24px;
}
.shipmentSwitchItem-active .s-icon-bike {
    width: 28px;
}

.s-icon-blue * {
    fill: #125FCA;
}
.s-icon-theme * {
    fill: #f36e01;
}
.s-icon-white * {
    fill: #FFF;
}
.s-icon-dark * {
    fill: #333;
}

.shipmentSwitch-eta-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 2px;
}

.shipmentSwitch-eta-wrapper span {
    font-weight: bold;
}

.shipmentSwitch-eta-wrapper span.shipmentSwitch-eta {
    font-size: .8rem;
    font-weight: normal;
    line-height: 1.33;
}

.product-plus {
    z-index: 1000;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.product-detail {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 16px 16px;
    background-color: #FFF;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #EEECEC;
    cursor: pointer;
}
.product-detail-1 {
    background:url(../images/ribbon_hot.png) #FFF no-repeat 0 0;
}
.product-detail-2 {
    background:url(../images/ribbon_new.png) #FFF no-repeat 0 0;
}
.product-detail-4 {
    background:url(../images/ribbon_pro.png) #FFF no-repeat 100% 0;
}

.product-detail .badge {
    background-color: #f36e01;
    border-radius: 50%;
    color: #FFF;
    margin-right: .3rem;
}

.product-name {
    font-weight: normal;
    cursor: pointer;
    width: calc(100% - 36px);
}
.product-name h5 {
    font-size: 1.2em;
    padding: 5px 0;
    margin: 0;
    color: #333;
    font-family: Ubuntu, Arial, sans-serif;
    font-weight: 300;
}
.product-name p {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 0;
}
.product-name img {
    max-width: 100%;
}
#productImage img{
    max-width: 100%;
    margin-bottom: .5rem;
}
.product-name p img {
    height: 0.9em;
}

.product-name p span {
    display: inline-block;
}


.product-option {
    max-width: 30%;
    text-align: right;
}
.product-option img {
    max-width: 100%;
}

.product-price {
    font-size: 1em;
    font-weight: 500;
    display: inline-block;
    color: #333;
    margin-top: 0.5rem;
}

.cate_menus .nav-brief {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
}


#subProducts .sub-product-group, #subProductsUpdate .sub-product-group {
    border: 1px solid #ededed;
    margin-bottom: 1rem;
}

#subProducts label, #subProductsUpdate label {
    display: inline-block;
    color: #555;
    width: 100%;
    text-align: left;
    font-size: 17px;
    font-weight: normal;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #ededed;
}

.productNum {
    text-align: center;
    align-items: center;
    color: #666;
}
.productPrice {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
#productNumber, #productNumberUpdate {
    font-size: 3rem;
    font-weight: 300;
    padding: 10px 20px;
}
.productNum .cart-btn {
    font-size: 40px;
    background: none;
    border: none;
    color: #f36e01;
    padding: 0 2rem;
}
.productNum .indicator {
    color: #f36e01;
}


.cart-list {
    margin-top: 10px;
}


#allergy {
    display: block;
    color: #333;
    line-height: 2rem;
    border-radius: 3px;
    font-size: 0.9rem;
    cursor: pointer;
}

#allergy i {
    margin: 0;
}

#allergy span {
    text-decoration: underline;
}

#modalDelivery table, #modalPromotion table {
    background: #F8F8F8;
    border-radius: .25rem;
}
#modalDelivery th, #modalDelivery td , #modalPromotion th, #modalPromotion td {
    border-bottom: 4px solid #FFF;
    width: 50%;
    padding: 10px;
}

.unstyled {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.unstyled>li {
    margin-bottom: 0;
}

.cart-row-container {
    padding: 16px 0;
    border-bottom: 1px solid #c5ccd3;
}

.cart-row-container .cart-row {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.cart-details {
    flex-grow: 1;
    width: 100%;
    cursor: pointer;
}

.cart-btnText {
    background: #FFF;
    border: 0;
    font-family: Hind Vadodara,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.29;
    padding: 0;
    width: 100%;
}
.cart-inline {
    display: flex;
    align-items: center;
}

.cart-row-meta-item {
    width: 100%;
    margin-top: 3px;
    font-size: .9rem;
    font-style: italic;
}

.cart-row-quantity {
    align-items: center;
    background-color: #efedea;
    border-radius: 50%;
    color: #333;
    display: flex;
    height: 1.5rem;
    justify-content: center;
    margin-right: .7rem;
    width: 1.5rem;
    font-weight: 700;
    font-size: 0.9em;
}

.cart-row-name {
    text-align: left;
}

.cart-row-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 32px;
    text-align: left;
}

.cart-row-remove {
    background-color: transparent;
    border: 0;
    flex-shrink: 0;
    padding: 4px;
}

.cart-row-amount {
    display: inline-block;
    text-align: right;
    width: 3.5em;
    font-size: 0.9em;
}

.item-trash {
    cursor: pointer;
}
.item-trash .fa {
    color: #d52525;
    font-size: 16px;
}

#cart_box a.active {
    background-color: #f36e01;
}

.featurette .active {
    color: #f36e01;
}

.overview .s-icon {
    width: 1.1rem;
    height: 1.1rem;
}
.index-mobile-fixed .s-icon {
    width: 1rem;
    height: 1rem;
}
#cart_box p .s-icon {
    height: 1.2rem;
}
.delivery-info {
    font-size: .9rem;
    margin-bottom: 0 !important;
    cursor: pointer;
    margin-top: .75rem;
}
.delivery-info span {
    line-height: 1.1rem;
}
.delivery-info b {
    line-height: 1rem;
}
.delivery-info .fa-info-circle {
    font-size: 1rem;
}
.note-content {
    display: inline-block;
    padding-right: .25rem;
    cursor: pointer;
}

.note-close {
    height: 1.2rem;
    overflow: hidden;
}

.note-open {
    height: auto;
    overflow: auto;
}

