[class^="section-order-"] {
    padding: 80px 0;
}

@media (max-width: 767px) {
    [class^="section-order-"] {
        padding: 40px 0;
    }
}

.breadcrumb-shop {
    background: transparent;
    border: none;
    position: absolute;
    bottom: 20px;
    width: 100%;
}


.section-breadcrumb {
    position: relative;
    background-image: url(//cdn.hstatic.net/themes/200000914837/1001395797/14/banner_header_order.jpg?v=9);
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}

.section-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.section-breadcrumb .breadcrumb-content {
    position: relative;
    color: #fff;
}

.section-breadcrumb .breadcrumb-content h1 {
    font-size: 70px;
    letter-spacing: 5px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section-breadcrumb {
        padding: 80px 0;
    }

    .section-breadcrumb .breadcrumb-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .section-breadcrumb {
        padding: 60px 0;
    }

    .section-breadcrumb .breadcrumb-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .section-breadcrumb .breadcrumb-content h1 {
        font-size: 28px;
    }
}

.section-order-menu {
    padding: 40px 0;
    background: #f5f5f5;
}

.section-order-menu .row {
    margin: 0;
}

.section-order-menu .order-group .aside-groupNav,
.section-order-menu .order-group .section-item,
.section-order-menu .order-group .aside-checkout {
    background: #fff;
    box-shadow: 3px 3px 6px 0 #e5e5e5;
}

.section-order-menu .order-sidebar {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    padding-right: 10px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.section-order-menu .order-col {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0 10px;
}

.section-order-menu .order-checkout {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 10px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.section-order-menu .order-search {
    margin-bottom: 20px;
    position: relative;
}

.section-order-menu .order-search .search-product {
    position: relative;
}

.section-order-menu .order-search .search-product input {
    width: 100%;
    border: 0 none;
    padding: 0 10px 0 40px;
    line-height: 40px;
    background: #fff;
    color: #333;
    border: 1px solid #7f7f7f;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    outline: none;
}

.section-order-menu .order-search .search-product label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-order-menu .order-search .search-product label svg {
    stroke: #666;
    fill: #666;
}

.section-order-menu .order-search .ajaxSearchOrderResults {
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 400px;
    overflow-y: scroll;
    z-index: 9999;
    background: #fff;
    box-shadow: 3px 3px 6px 0 #e5e5e5;
}

.section-order-menu .order-search .ajaxSearchOrderResults::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

.section-order-menu .order-search .ajaxSearchOrderResults::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.section-order-menu .order-search .ajaxSearchOrderResults .product-loop.product-loop-order {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

.section-order-menu .order-search .ajaxSearchOrderResults .product-loop.product-loop-order:last-child {
    border: none;
}

.section-order-menu .order-search .ajaxSearchOrderResults .dataEmpty {
    text-align: center;
    margin: 0;
    padding: 15px;
}

.section-order-menu .aside-groupNav {
    padding: 20px;
}

.section-order-menu cnt-cart-sidebar.order-cart-inline {
    display: block;
}

.section-order-menu .aside-groupNav .menuScroll-link {
    margin: 0;
    counter-reset: dots;
}

.section-order-menu .aside-groupNav .menuScroll-link li a {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #959595;
    color: #999;
    font-size: 14px;
    padding: 10px 0 15px;
    display: block;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4 ease-out;
    /*&:before{
					counter-increment: dots;
					content: counter(dots) ".";
					padding-right: 8px;
				}*/
}

.section-order-menu .aside-groupNav .menuScroll-link li a:hover {
    color: #333;
}

.section-order-menu .aside-groupNav .menuScroll-link li:last-child a {
    border: none;
}

.section-order-menu .aside-groupNav .menuScroll-link li.active a {
    color: var(--shop-color-main);
    font-weight: 700;
    border-color: var(--shop-color-main);
}

.section-order-menu .aside-checkout .btn-checkout {
    padding: 15px 25px;
}

.section-order-menu .aside-checkout .btn-checkout .btn-order-checkout {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    font-weight: 600;
    padding: 12px 20px;
    display: block;
}

.section-order-menu .aside-checkout .btn-checkout .btn-order-checkout.disabled {
    opacity: 0.7;
    pointer-events: none;
}

.section-order-menu .aside-checkout .btn-time {
    background: none;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    outline: none;
}

.section-order-menu .aside-checkout .btn-time .time-icon i {
    transition: all 0.3s;
    font-size: 18px;
    margin-left: 5px;
}

.section-order-menu .aside-checkout .btn-time[aria-expanded="true"] .time-icon i {
    transform: rotate(180deg);
}

.section-order-menu .aside-checkout .card {
    border: none;
    padding: 10px 15px;
    border-radius: 0;
}

.section-order-menu .aside-checkout .summary-time__row {
    padding: 10px 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-title {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-right: 10px;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-title .txt-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-title .txt-time {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-title .txt-time i {
    color: var(--shop-color-main);
    margin-right: 2px;
    font-size: 15px;
    vertical-align: middle;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-radio {
    max-width: 50%;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-radio .radio-item {
    position: relative;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-radio .radio-item+.radio-item {
    margin-top: 5px;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-radio input[type='radio'] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: #fff;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-radio input[type='radio']+label {
    position: relative;
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-radio input[type='radio']:before {
    content: '\2714\fe0e';
    font-size: 11px;
    height: 13px;
    width: 13px;
    line-height: 13px;
    opacity: 0;
    position: absolute;
    display: block;
    text-align: center;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-radio input[type='radio']:checked {
    background: var(--shop-color-hover);
    border-color: var(--shop-color-hover);
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-radio input[type='radio']:checked:before {
    opacity: 1;
    color: #ffffff;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-choose {
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: flex;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-choose .select-box {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-choose .select-box .select-option {
    position: relative;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-choose .select-box .select-option:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    border: solid #666666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-choose .select-box label {
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-choose .select-box select {
    padding: 0px 8px;
    padding-right: 20px;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    height: 34px;
    line-height: 32px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-choose .select-box select:-ms-expand {
    display: none;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-choose .select-box select:invalid {
    color: #ededed;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-choose .select-box select [disabled] {
    color: #ededed;
    font-weight: 300;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-choose .select-box select option {
    color: #000;
    font-weight: 500;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-button .btn-accepttime {
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
    color: var(--shop-color-main);
    background: #ffffff;
    border: 2px solid var(--shop-color-main);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.section-order-menu .aside-checkout .summary-time__row .boxtime-select .select-button .btn-accepttime.disabled {
    opacity: 0.8;
}

.section-order-menu .aside-checkout .summary-time__row.picktime_selecter {
    display: none;
    border-top: 1px solid #efefef;
}

.section-order-menu .aside-checkout .summary-time+.summary-total {
    border-top: 0;
}

.section-order-menu .aside-checkout .sitenav-inner .sitenav-content {
    max-height: 400px;
    border-top: 1px solid #e5e5e5;
}

.section-order-menu .aside-checkout .sitenav-inner .sitenav-content .mini-cart__empty {
    text-align: center;
}

.section-order-menu .aside-checkout .sitenav-inner .sitenav-content .mini-cart__empty p {
    margin: 0;
}

.section-order-menu .aside-checkout .sitenav-inner .sitenav-footer {
    display: block;
}

.section-order-menu .aside-checkout .order-cart-preview {
    display: block;
    position: relative;
    background: transparent;
    width: 100%;
    height: auto;
    overflow: visible;
}

.section-order-menu .aside-checkout .order-cart-preview .sidebar-overlay {
    display: none;
}

.section-order-menu .aside-checkout .order-cart-preview .sitenav-inner {
    position: relative;
    width: 100%;
    transform: none;
    box-shadow: none;
}

.section-order-menu .section-item {
    margin-bottom: 20px;
}

.section-order-menu .groupTitle-feature {
    background: #3f393a;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid var(--shop-color-main);
}

.section-order-menu .groupTitle-feature h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.section-order-menu .groupContent-product .collection-alert-no {
    padding: 15px 0;
}

.section-order-menu .groupContent-product .collection-alert-no p {
    margin: 0;
}

.section-order-menu .groupContent-product .product-loop-order {
    margin: 0;
}

.section-order-menu .groupContent-product .product-loop-order:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}

@media (max-width: 991px) {
    .section-order-menu .order-sidebar {
        position: fixed;
        top: 90px;
        width: 100%;
        margin: 0;
        left: 0;
        box-shadow: none;
        border-top: 1px solid #e5e5e5;
        overflow-x: auto;
        z-index: 9;
        padding: 0;
        -webkit-transition: top 300ms ease;
        -moz-transition: top 300ms ease;
        transition: top 300ms ease;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.header-scrolled .section-order-menu .order-sidebar {
        top: 55px;
    }

    .section-order-menu .aside-groupNav {
        padding: 10px;
    }

    .section-order-menu .aside-groupNav .menuScroll-link {
        white-space: nowrap;
        margin: 0;
        transition: all 0.3s ease;
        transform: translateX(0);
    }

    .section-order-menu .aside-groupNav .menuScroll-link .scroll-link {
        display: inline-block;
    }

    .section-order-menu .aside-groupNav .menuScroll-link .scroll-link a {
        margin: 0;
        padding: 5px 10px;
        border: none;
        font-size: 12px;
        font-weight: 600;
    }

    .section-order-menu .order-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .section-order-menu .order-checkout {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        top: auto;
        padding: 0;
        z-index: 999999;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 40px;
        transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .section-order-menu .order-checkout .cart-mobile {
        background: var(--shop-color-main);
        color: #fff;
        padding: 10px 20px;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        width: 100%;
        z-index: 100;
    }

    .section-order-menu .order-checkout .cart-mobile .row {
        margin: 0;
    }

    .section-order-menu .order-checkout .cart-mobile .fixed-item {
        width: calc(100% / 3);
    }

    .section-order-menu .order-checkout .cart-mobile .item-title {
        text-align: center;
    }

    .section-order-menu .order-checkout .cart-mobile .item-price {
        text-align: right;
    }

    .section-order-menu .aside-checkout {
        background: #fff;
    }

    .section-order-menu .aside-checkout .btn-checkout,
    .section-order-menu .aside-checkout .order-cart-preview {
        display: none;
    }

    .section-order-menu .order-checkout.show-checkout {
        top: auto;
        bottom: 0;
        height: 60dvh;
        transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .section-order-menu .order-checkout.show-checkout .aside-checkout {
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .section-order-menu .order-checkout.show-checkout .cart-mobile {
        flex-shrink: 0;
    }

    .section-order-menu .order-checkout.show-checkout .aside-checkout .btn-checkout {
        display: block;
        padding: 15px 20px;
        flex-shrink: 0;
    }

    .section-order-menu .order-checkout.show-checkout .aside-checkout .order-cart-preview {
        display: flex;
        flex-direction: column;
        flex: 1;
        overflow: hidden;
        position: relative;
    }

    .section-order-menu .order-checkout.show-checkout .aside-checkout .order-cart-preview .sitenav-inner {
        position: relative;
        width: 100%;
        height: 100%;
        transform: none;
        box-shadow: none;
        display: flex;
        flex-direction: column;
    }

    .section-order-menu .order-checkout.show-checkout .aside-checkout .sitenav-inner .sitenav-content {
        flex: 1;
        overflow-y: auto;
        padding: 10px;
        border-top: 1px solid #e5e5e5;
    }

    .section-order-menu .order-checkout.show-checkout .aside-checkout .sitenav-inner .sitenav-footer {
        flex-shrink: 0;
        background: #fff;
        border-top: 1px solid #e5e5e5;
        padding: 10px 15px;
    }

    .overlay-order {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .overlay-order.show {
        opacity: 1;
        visibility: visible;
    }
}

/*Product loop order*/
.product-loop.product-loop-order {
    padding: 15px;
}

.product-loop.product-loop-order .product-inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    border: none;
    box-shadow: none;
}

.product-loop.product-loop-order .product-inner:before {
    content: none;
}

.product-loop.product-loop-order .product-inner:hover .proloop-image .icon-quickview {
    opacity: 0;
}

.product-loop.product-loop-order .product-inner:hover .proloop-image .product--image {
    opacity: 1;
}

.product-loop.product-loop-order .product-inner .proloop-image {
    flex: 0 0 110px;
    position: unset;
}

.product-loop.product-loop-order .product-inner .proloop-image .icon-quickview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: none;
    opacity: 0;
}

.product-loop.product-loop-order .product-inner .proloop-detail {
    padding: 0 30px 0 0;
    flex: auto;
    display: block;
}

.product-loop.product-loop-order .product-inner .proloop-detail h3 {
    font-weight: 600;
    margin: 0 0 10px;
}

.product-loop.product-loop-order .product-inner .proloop-detail .proloop-desc {
    font-size: 13px;
    margin: 0 0 10px;
}

.product-loop.product-loop-order .product-inner .proloop-detail .wrapper-action-loop {
    -ms-flex-align: start;
    align-items: start;
}

.product-loop.product-loop-order .product-inner .proloop-action {
    flex: 0 0 70px;
    text-align: right;
}

.product-loop.product-loop-order .product-inner .proloop-action .action-soldout {
    background: #e7e7e7;
    color: gray;
    padding: 8px;
    border-radius: 4px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
}

.product-loop.product-loop-order .product-inner .proloop-action .btn-action {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.product-loop.product-loop-order .product-inner .proloop-action .btn-action svg {
    stroke: var(--shop-color-main);
    fill: var(--shop-color-main);
}

.product-loop.product-loop-order .product-inner .quickview-product .icon-quickview {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

@media (max-width: 991px) {
    .product-loop.product-loop-order .product-inner .proloop-image {
        flex: 0 0 80px;
    }

    .product-loop.product-loop-order .product-inner .proloop-image .icon-quickview {
        display: block;
    }

    .product-loop.product-loop-order .product-inner .proloop-detail {
        padding-right: 10px;
    }

    .product-loop.product-loop-order .product-inner .proloop-detail h3 {
        margin: 0px 0 5px;
    }

    .product-loop.product-loop-order .product-inner .proloop-detail .proloop-desc {
        font-size: 11px;
        margin: 0 0 5px;
    }
}

@media (max-width: 991px) {
    .overlay-order {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
        z-index: 99999;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .overlay-order.show {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .modal-product-quickview {
        z-index: 99999999;
    }

    .mainHeader--height.fixed-header {
        z-index: 99999 !important;
    }

    .layoutProduct_scroll.scroll-up .mainHeader--height.fixed-header {
        position: relative;
    }

    .layoutProduct_scroll.scroll-up .order-sidebar {
        top: 0;
    }

    .layoutPage-order {
        padding-top: 60px;
    }

    body.header-scrolled .layoutPage-order {
        padding-top: 46px;
    }

    .actionToolbar_mobile {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 9999999;
    }

    .actionToolbar_mobile.is-hide {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .sitenav-cart .cart-view-scroll .mini-cart__item {
        padding: 5px 0;
    }

    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-title {
        font-size: 12px;
    }

    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-variant {
        font-size: 11px;
        margin-bottom: 0;
    }

    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-note {
        font-size: 11px;
    }

    .mainFooter {
        padding-bottom: 80px;
    }
}