﻿.section-order-history.section-base {
    padding: .5rem 0 0;
    
}

.section-order-history .order-history-tablet {
    width: 100%;
}

.section-order-history .order-history-tablet > .tablet-titles {
display: none;
align-items: center;
justify-content: flex-start;
background-color: #f7f7f7;
border-radius: 8px;
padding: 0 1.5rem;
margin-bottom: 1.6rem;
}

.ex-order-date{
    display:block;
    margin-top:5px;
}

.section-order-history .order-history-tablet > .tablet-titles > .title-info-tablet {
width: 100%;
}

.section-order-history .order-history-tablet > .tablet-titles > .title-info-tablet > div {
    margin: 0 .4rem;
}

    .section-order-history .order-history-tablet > .tablet-titles > .title-info-tablet > div h6 {
        font-size: 16px;
        margin-bottom:0px;
    }

.section-order-history .order-history-tablet > .tablet-titles > .title-info-tablet .title {
    max-width: 14rem;
    width: 100%;

}

.section-order-history .order-history-tablet > .tablet-titles > .title-info-tablet .title:after {
    display: none;
}

.section-order-history .order-history-tablet > .tablet-titles > .title-info-tablet .number {
    max-width: 14rem;
    width: 100%;
}

.section-order-history .order-history-tablet > .tablet-titles > .title-info-tablet .date {
    max-width: 13.5rem;
    width: 100%;
}

.section-order-history .order-history-tablet > .tablet-titles > .title-info-tablet .recipient {
    max-width: 14rem;
    width: 100%;
}

.section-order-history .order-history-tablet > .tablet-titles h6 {
font-size: 1.6rem;
font-weight: 500;
line-height: 1.2;
color: #676767;
margin-bottom: 0;
}

.section-order-history .order-tablet-item {
    border: 1px solid #d5d8de;
    border-radius: 8px;
    padding: .5rem;
    margin-bottom: 1.6rem;
}

    .section-order-history .order-tablet-item.shipped .title:after {
        background-color: #388b1b;
    }

    
    .section-order-history .order-tablet-item.processing .title:after {
        background-color: #e89806;
    }

    
    .section-order-history .order-tablet-item.canceled .title:after {
        background-color: #be3f22;
    }

    .section-order-history .order-tablet-item.shipped h4 {
        color: #388b1b;
    }


    .section-order-history .order-tablet-item.processing h4 {
        color: #e89806;
    }


    .section-order-history .order-tablet-item.canceled h4 {
        color: #be3f22;
    }


    
    .section-order-history .order-tablet-item .number h6,
    .section-order-history .order-tablet-item .order-total h6 {
        color: #000;
    }

    .section-order-history .order-tablet-item .order-history-active.active .number h6 {
        font-weight: 400;
    }

    

    .section-order-history .order-tablet-item .order-history-active.active .btn-order-wrap .card span:before {
        transform: translate(-50%, -50%) rotate(180deg);
    }

.section-order-history .order-history-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .section-order-history .order-history-title.header-tablet > .btn-order-wrap {
        z-index: -1;
        opacity: 0;
    }

    .section-order-history .order-history-title.header-tablet > .title {
        padding: .3rem 0 .3rem 2rem;
    }

    .section-order-history .order-history-title > .title {
        position: relative;
        max-width: 14.4rem;
        width: 100%;
        padding: 0px 0 0px 15px;
        
        
    }

        .section-order-history .order-history-title > .title span {
            font-size: 14px;
            color: #676767;
            display: block;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .section-order-history .order-history-title > .title h6 {
            font-size: 16px;
            line-height: 16px;
            margin-bottom:0px;
        }

        .section-order-history .order-history-title > .title:after {
            position: absolute;
            content: "";
            width: .4rem;
            left: 0;
            top: 0;
            bottom: 0;
            height: 100%;
            border-radius: 4px;
            background-color: #000;
        }

        .section-order-history .order-history-title > .title h5 {
            margin-bottom: 0;
        }

    .section-order-history .order-history-title .btn-order-wrap .card {
        position: relative;
        display: block;
        max-width: 4rem;
        min-height: 4rem;
        width: 100%;
        border: 1px solid #d5d8de;
        border-radius: 4px;
        background-color: #fff;
        padding: 1.9rem;
    }

        .section-order-history .order-history-title .btn-order-wrap .card:focus,
        .section-order-history .order-history-title .btn-order-wrap .card:hover {
            border-color: #1f72cd;
        }

            .section-order-history .order-history-title .btn-order-wrap .card:focus span:before,
            .section-order-history .order-history-title .btn-order-wrap .card:hover span:before {
                color: #1f72cd;
            }

        .section-order-history .order-history-title .btn-order-wrap .card span {
            position: absolute;
            top: 50%;
            left: 50%;
            max-width: 1.6rem;
            width: 100%;
            min-height: 1.6rem;
            transform: translate(-50%, -50%);
        }

.section-order-history .order-history-title .btn-order-wrap .card span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    font-size: 1.6rem;
    color: #000;
}

.section-order-history .title-info {
    display: none;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0 .1rem;
}

    .section-order-history .title-info > div {
        width: 100%;
        margin: 0 .1rem;
    }

.section-order-history .title-info > div h6 {
    font-size: 16px;
    color: #676767;
    margin-bottom:0px;
}

.section-order-history .title-info > div span {
    font-size: 14px;
    color: #676767;
    display:block;
    margin-bottom:5px;
    text-transform:uppercase;
}

    .section-order-history .title-info .number {
        max-width: 15rem;
        color: #000;
    }

    .section-order-history .title-info .date {
        max-width: 14.43rem;
    }

    .section-order-history .title-info .recipient,
    .section-order-history .title-info .shipping-method {
        max-width: 14.48rem;
    }

    .section-order-history .title-info .order-total {
        max-width: 14.48rem;
        color: #000;
        text-align:right;
    }

    .section-order-history .title-info .btn-order-wrap {
        max-width: 50px;
        color: #000;
    }

    .section-order-history .title-info .btn-order-wrap a {
        display:block;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        transition: 0.4s all;

    }

.section-order-history .order-history-active .title-info .btn-order-wrap a i {
    transition: 0.4s all;
}


.section-order-history .order-history-active.hide-order .title-info .btn-order-wrap a i {
    transform: rotate(-180deg);
    transition: 0.4s all;
}


.section-order-history .title-info .btn-wrap {
    width: 100%;
}

        .section-order-history .title-info .btn-wrap .btn {
            font-size: 1.4rem;
            text-align: center;
            padding: .7rem 1.5rem;
        }

    .section-order-history .title-info .fw-normal h6 {
        font-weight: 400;
    }

.section-order-history .products-info-wrap {
    position: relative;
    margin-top: 1.6rem;
    padding-top: 1.6rem;
}

    .section-order-history .products-info-wrap:after {
        position: absolute;
        display: none;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
    }

    .section-order-history .products-info-wrap .products-col {
        position: relative;
    }

        .section-order-history .products-info-wrap .products-col:after {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            bottom: 1px;
            width: 100%;
            height: 1px;
            background-color: #eaeaea;
        }

        .section-order-history .products-info-wrap .products-col:first-child:before {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            top: -2px;
            width: 100%;
            height: 1px;
            background-color: #eaeaea;
        }

.section-order-history .checkout-step-table.order-history-tablet {
    border-radius: 8px;
    border-top: none;
    padding: 0;
    overflow: hidden;
}

    .section-order-history .checkout-step-table.order-history-tablet tbody:nth-child(odd) td,
    .section-order-history .checkout-step-table.order-history-tablet th {
        background-color: #fff;
    }

    .section-order-history .checkout-step-table.order-history-tablet tr td:first-child {
        text-align: left;
    }

    .section-order-history .checkout-step-table.order-history-tablet tr td:last-child {
        text-align: left;
    }

    .section-order-history .checkout-step-table.order-history-tablet tr td p {
        font-size: 1.4rem;
    }

.section-order-history .btn-print-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom:10px;
    
}

    .section-order-history .btn-print-wrap > .btn-icon {
        display: none;
    }

        .section-order-history .btn-print-wrap > .btn-icon [class*=" icon-"]:before,
        .section-order-history .btn-print-wrap > .btn-icon [class^=icon-]:before {
            color: #000;
            font-size: 1.6rem;
        }

        .section-order-history .btn-print-wrap > .btn-icon.btn-icon [class*=" icon-"],
        .section-order-history .btn-print-wrap > .btn-icon.btn-icon [class^=icon-] {
            left: 2rem;
        }

    .section-order-history .btn-print-wrap h4 {
        margin-bottom: 0px;
    }

.section-order-history .order-card-slide .product-item.checkout-product-item .heading-wrap {
    justify-content: flex-start;
}

.section-order-history .order-card-slide .product-item.checkout-product-item .heading {
    margin-right: auto;
}




.section-order-history .order-card-slide .order-card-slide-track {
    width: 100%;
}

.section-order-history .order-card-slide > .btn-icon, .section-order-history .order-card-slide > .btn-track {
    display: block;
    width: 100%;
}


    .section-order-history .order-card-slide > .btn-icon span {
        position: relative;
        display: inline-block;
        left: inherit;
        top: inherit;
        transform: inherit;
        max-width: 1.6rem;
        min-height: 1.6rem;
        width: 100%;
        margin-right: 1rem;
    }

        .section-order-history .order-card-slide > .btn-icon span:before {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 1.6rem;
            color: #000;
        }

.section-order-history .info-order {
    padding-top: 1.2rem;
}

    .section-order-history .info-order .btn-wrap {
        padding-top: 1.2rem;
        width: 100%;
    }

        .section-order-history .info-order .btn-wrap .btn {
            width: 100%;
        }

    .section-order-history .info-order span {
        font-weight: 500;
        color: #676767;
    }

    .section-order-history .info-order span,
    .section-order-history .info-order strong {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1.2;
        max-width: 15.4rem;
        width: 100%;
    }

    .section-order-history .info-order strong {
        font-weight: 700;
        color: #000;
    }

.section-order-history .returned-info {
    font-size: 1.2rem;
    color: #676767;
}

.section-order-history .address-check-box-wrap {
    margin-bottom: 0;
}

.section-order-history h5 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000;
}


.products-wrap {
    display: block;
}

.products-wrap .actions{
    padding:10px;
    width:100%;
}

.products-wrap .actions a {
        margin-bottom:10px;
        width:100%;
}


.section-order-history .order-history-active{
    cursor:pointer;
}

.section-order-history .order-history-active .order-card-slide {
    display: block;
    transition: 0.4s all;
}


.section-order-history .order-history-active.hide-order .order-card-slide {
    display: block;
    transition: 0.4s all;
}

.order-card-slide .cart-summary table td.cart-p-title a{
    font-size:15px;
}

.selorder-holder{
    display:block;
    padding-left:10px;
}

.selorder {
    visibility: visible;
}


@media (min-width: 1024px) {
    
    .section-order-history .order-history-active.hide-order .order-card-slide {
        display: none;
        transition: 0.4s all;
    }


        .products-wrap {
        display: grid;
        gap:30px;
        grid-template-columns: 300px 1fr;
    
    }

    .section-order-history.section-base {
        padding: 0 0 0;
    }

    .section-order-history .order-tablet-item {
        padding: 1.1rem;
    }

    .section-order-history .order-history-title {
        justify-content: space-around;
    }

.section-order-history .order-history-title > .title {
    padding: 0px 0 0px 15px;
    
}

.section-order-history .order-history-title > .title h6 {
    font-size:16px;
    margin-bottom:0px;
}

    .section-order-history .title-info {
        display: flex;
    }

        .section-order-history .title-info .btn-wrap {
            max-width: 11.1rem;
        }

    .section-order-history .products-info-wrap:after {
        display: block;
    }

    .section-order-history .checkout-step-table.order-history-tablet tr td:first-child {
        width: 22rem;
    }

    .section-order-history .checkout-step-table.order-history-tablet tr td:last-child {
        text-align: left;
        width: auto;
    }

    .section-order-history .checkout-step-table.order-history-tablet tr td p {
        font-size: 1.6rem;
    }

    .section-order-history .info-order {
        display: none;
        margin-bottom: 1.2rem;
        padding-top: 0;
    }

    .section-order-history .returned-info {
        max-width: 20rem;
    }

    .section-order-history h5 {
        font-size: 1.6rem;
    }

    .ex-order-date {
        display: none !important;
    }
}



.cart-p-title .backorder, .cart-p-title .canceled {
    color: #be3f22;
    font-weight: bold;
    font-size: 18px;
}

.cart-p-title .processing {
    color: #e89806;
    font-weight: bold;
    font-size: 18px;
}

.cart-p-title .shipped {
    color: #388b1b;
    font-weight: bold;
    font-size: 18px;
}



.cart-p-title .info{
    margin-top:3px !important;
}

    .cart-p-title .info a {
        margin-top: 3px !important;
        text-decoration:underline !important;
        font-size:15px;
    }

.cart-p-image {
    width: 85px !important;
}

.cart-p-image img{
    width:70px;
}

.category-page-nav a:disabled, .category-page-nav a[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.order-history-tablet .cart-p-title{
    padding-left:5px;
}

.order-history-tablet .cart-summary table td.cart-p-price{
    font-size:15px !important;
    font-weight:normal;
}

.cart-summary-sub td:first-child{
    padding-right:10px;
}