﻿.hs-mega-menu {
    margin-top: -10px !important;
}




/*LOGIN*/

.separator{
    font-size:0.7em;
    
}

.ActiveCat{
    font-weight:bold;
}

.hidden{
    display:none !important;
}


.topnavbar {
    background-color: #ffffff !important;
    border-bottom: 1px solid #cecece !important;
}
    .topnavbar .navbar-nav > .nav-item > .nav-link, .topnavbar .navbar-nav > .nav-item.show > .nav-link {
        color: #337eff;
    }
div.range-date-picker {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 350px;
}
i.caret-down-icon {
    padding-left: 10px;
    float: right;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 351px !important;
}


.dropdown-menu.show {
    max-height: 250px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
}

.dropdown-item{
    cursor:pointer !important;
}




.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-upload {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.product-image-wrapper {
    list-style: none;
    float: left;
    border: 1px solid grey;
    width: 100px;
    height: 100px;
    margin: 10px;
    position: relative;
}

.product-options-hover {
    /*display: none;
    width: 100px;
    height: 100px;
    float: left;
    background-color: blue;
    position: relative;*/
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.product-image {
    opacity: 1;
    display: block;
    object-fit: fill;
    height: 100px;
    float: left;
    transition: .5s ease;
    backface-visibility: hidden;
}

    .product-image:hover + .product-options-hover {
        display: block;
    }


.product-image-wrapper:hover .product-image {
    opacity: 0.3;
}

.product-image-wrapper:hover .product-options-hover {
    opacity: 1;
}

.product-image-delete {
    position: absolute;
    top: -6px;
    left: -6px;
    border: 1px solid #323232;
    border-radius: 50%;
    font-size: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    box-sizing: border-box;
    /*background: url(https://ir.ebaystatic.com/rs/c/ebayui-uploader_preview-grid-lib-thumbnails-images-close-175fd07b.png) 50% 50% no-repeat #fff;*/
    background: url('../Images/product-close-icon.png') 50% 50% no-repeat #fff;
    background-size: 10px;
    z-index: 9;
}
@media (max-width: 767.98px) {
    .sidebar-toggle > em {
        color: black !important;
    }
}
.cGold {
    color: #ffd700;
}

.cblack {
    color: #201e1f;
}

.cPlatinum {
    color: #e7e4e4;
}

.cOrange {
    color: #f15025;
}

.cChesnut {
    color: #937b63;
}

.bGold {
    background-color: #ffd700 !important;
}

.bblack {
    background-color: #201e1f;
}

.bPlatinum {
    background-color: #e7e4e4;
}

.bOrange {
    background-color: #f15025;
}

.bChesnut {
    background-color: #937b63;
}

/* reset everything to the default box model */



/* set a border-box model only to elements that need it */


    



    /* CSS HEX */
    /*--gold-web-golden: #ffd700ff;
    --eerie-black: #201e1fff;
    --platinum: #e7e4e4ff;
    --red-orange-color-wheel: #f15025ff;
    --liver-chestnut: #937b63ff;*/
    /* CSS HSL */
    /*--gold-web-golden: hsla(51, 100%, 50%, 1);
    --eerie-black: hsla(330, 3%, 12%, 1);
    --platinum: hsla(0, 6%, 90%, 1);
    --red-orange-color-wheel: hsla(13, 88%, 55%, 1);
    --liver-chestnut: hsla(30, 20%, 48%, 1);*/
    /* SCSS HEX */
    /*$gold-web-golden: #ffd700ff;
    $eerie-black: #201e1fff;
    $platinum: #e7e4e4ff;
    $red-orange-color-wheel: #f15025ff;
    $liver-chestnut: #937b63ff;*/
    /* SCSS HSL */
    /*$gold-web-golden: hsla(51, 100%, 50%, 1);
    $eerie-black: hsla(330, 3%, 12%, 1);
    $platinum: hsla(0, 6%, 90%, 1);
    $red-orange-color-wheel: hsla(13, 88%, 55%, 1);
    $liver-chestnut: hsla(30, 20%, 48%, 1);*/
    /* SCSS RGB */
    /*$gold-web-golden: rgba(255, 215, 0, 1);
    $eerie-black: rgba(32, 30, 31, 1);
    $platinum: rgba(231, 228, 228, 1);
    $red-orange-color-wheel: rgba(241, 80, 37, 1);
    $liver-chestnut: rgba(147, 123, 99, 1);*/
    /* SCSS Gradient */
    /*$gradient-top: linear-gradient(0deg, #ffd700ff, #201e1fff, #e7e4e4ff, #f15025ff, #937b63ff);
    $gradient-right: linear-gradient(90deg, #ffd700ff, #201e1fff, #e7e4e4ff, #f15025ff, #937b63ff);
    $gradient-bottom: linear-gradient(180deg, #ffd700ff, #201e1fff, #e7e4e4ff, #f15025ff, #937b63ff);
    $gradient-left: linear-gradient(270deg, #ffd700ff, #201e1fff, #e7e4e4ff, #f15025ff, #937b63ff);
    $gradient-top-right: linear-gradient(45deg, #ffd700ff, #201e1fff, #e7e4e4ff, #f15025ff, #937b63ff);
    $gradient-bottom-right: linear-gradient(135deg, #ffd700ff, #201e1fff, #e7e4e4ff, #f15025ff, #937b63ff);
    $gradient-top-left: linear-gradient(225deg, #ffd700ff, #201e1fff, #e7e4e4ff, #f15025ff, #937b63ff);
    $gradient-bottom-left: linear-gradient(315deg, #ffd700ff, #201e1fff, #e7e4e4ff, #f15025ff, #937b63ff);
    $gradient-radial: radial-gradient(#ffd700ff, #201e1fff, #e7e4e4ff, #f15025ff, #937b63ff);*/




    /*HOME PAGE*/

/*


.category {
    position: relative;
    font-size: 1rem
}

    .category img {
        display: block;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        border-radius: .3rem
    }

    .category .category-name {
        margin-bottom: .3rem;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.2;
        color: inherit;
        text-transform: capitalize
    }

        .category .category-name a {
            color: inherit
        }

    .category .category-count {
        font-size: 1.2rem;
        line-height: 1.2
    }

.category-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: background .3s
}

.category-absolute .category-content {
    cursor: pointer;
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    height: 5.2rem;
    border-radius: .3rem;
    overflow: hidden
}

.category-absolute .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform .3s, opacity .3s;
    line-height: 1
}

.category-absolute .category-content:hover .btn {
    transform: translateY(0);
    opacity: 1
}

.category-default .category-content {
    background-color: #fff
}

.category-default .category-name, .category-light .category-name {
    margin-bottom: 0;
    color: #222;
    letter-spacing: -.025em
}

.category-default1 .category-content {
    background-color: #fff;
    color: #222
}

.category-default1 .category-name {
    margin: 0
}

.category-default1:hover .category-content {
    background-color: #0063d1;
    color: #fff
}

.category-light .category-name {
    padding: 1.8rem 3.9rem;
    background-color: #fff;
    border-radius: .3rem;
    transition: background-color .3s, padding .3s
}

    .category-light .category-name a {
        position: relative;
        transition: padding .3s
    }

        .category-light .category-name a::after {
            content: '\e97f';
            display: inline-block;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            font-family: "riode";
            font-size: 1.6rem;
            font-weight: 400;
            opacity: 0;
            transition: opacity .3s
        }

.category-light:hover .category-name {
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    background-color: none !important;
    color: #fff
}

    .category-light:hover .category-name a {
        padding-right: 2.3rem
    }

        .category-light:hover .category-name a::after {
            opacity: 1
        }

.category-icon {
    padding: 2.6rem .5rem;
    border: 1px solid #e1e1e1;
    color: #222;
    text-align: center;
    transition: border .3s;
    border-radius: .3rem
}

    .category-icon i {
        margin-bottom: 1.3rem;
        font-size: 4.2rem;
        color: #666;
        transition: transform .3s
    }

    .category-icon .category-name {
        margin: 0;
        color: #222
    }

    .category-icon:hover i {
        transform: translateY(-4px)
    }

    .category-icon:hover .category-content {
        background: transparent
    }

.category-icon-inline {
    display: inline-flex;
    align-items: center;

}

    .category-icon-inline .category-media {
        font-size: 3.2rem;
        line-height: 1;
        color: #444;
        transition: color .3s
    }

        .category-icon-inline .category-media i {
            margin-right: .8rem
        }

        .category-icon-inline .category-media svg {
            display: block;
            margin-right: 1rem;
            width: 3.5rem;
            height: 3.9rem;
            stroke: #444;
            fill: #444;
            transition: stroke .3s
        }

    .category-icon-inline .category-name {
        margin: 0;
        text-transform: none;
        text-align: left;
        font-size: 1.3rem;
        font-weight: inherit;
        font-family: inherit;
        line-height: 1.08;
        color: inherit;
        transition: color .3s
    }

    .category-icon-inline:hover .category-media, .category-icon-inline:hover .category-name {
        color: #0063d1
    }

    .category-icon-inline:hover svg {
        stroke: #0063d1;
        fill: #0063d1
    }

    .category-icon-inline:hover i, .category-icon-inline:hover svg {
        animation: slideUpShorter .6s
    }


.custom-menu .inner-wrap {
    display: flex;
    align-items: center
}
*/




/*CART Y CHECKOUT*/

.cart.main {
    border-top: 1px solid #e1e1e1
}

.cart .accordion {
    border-bottom: 1px solid #e1e1e1
}

.cart .card-header {
    font-size: 1.4rem
}

    .cart .card-header > a {
        padding-left: 2px
    }

.cart .card-body {
    margin-bottom: 2.4rem;
    padding: 0
}

.cart .form-control {
    font-family: Poppins,sans-serif
}

.cart .remove {
    margin-right: 0;
    width: 2rem;
    text-align: center
}

.cart .summary {
    line-height: 2.15
}

    .cart .summary .title {
        margin-bottom: 1rem;
        padding-bottom: 1.8rem;
        border-bottom: 1px solid #e1e1e1
    }

.cart .btn-checkout {
    display: block;
    padding-top: 1.06em;
    padding-bottom: 1.06em;
    border-color: #333;
    background-color: #333
}

.cart .product-thumbnail figure {
    position: relative;
    display: inline-block
}

.cart .shop-table th {
    padding: 0.2rem 0 1.8rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #999;
    line-height: 1;
    letter-spacing: -.025em
}

.cart .shop-table td {
    padding: 1.6rem 2rem 1.6rem 0
}

    .cart .shop-table td:last-child {
        padding-right: 0
    }

    .cart .shop-table td:first-child {
        padding: 2rem 2rem 1.5rem 0
    }

.cart .shop-table .quantity.form-control {
    font-weight: 700
}

.cart .product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
    width: 2.3rem;
    height: 2.3rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    color: #222
}

.cart .shipping {
    margin-bottom: .3rem
}

.cart .btn {
    border-width: 1px
}

.cart .shipping-row-last .summary-subtitle {
    padding: 2.4rem 0 1.9rem
}

.cart .shipping-row-last li {
    padding-bottom: .3rem
}

.step-by {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: .9rem 0
}

    .step-by .title.title-step {
        margin: 0 3.4rem 0 1rem;
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 700;
        color: #666;
        letter-spacing: -0.5px;
        padding: .4rem 0
    }

        .step-by .title.title-step:not(:last-child)::after {
            content: '\f054';
            display: inline-block;
            position: absolute;
            right: -3rem;
            top: 52%;
            line-height: 0;
            vertical-align: middle;
            font-family: 'Font Awesome 5 Free';
            font-weight: 700;
            font-size: 1.7rem;
            background-color: #fff;
            color: #ccc
        }

        .step-by .title.title-step.visited {
            color: #222
        }

            .step-by .title.title-step.visited ~ .active::before {
                color: #222
            }

        .step-by .title.title-step.active {
            color: #26c
        }

        .step-by .title.title-step:first-child {
            margin-left: 0
        }

            .step-by .title.title-step:first-child::before {
                display: none
            }

        .step-by .title.title-step:last-child {
            margin-right: 0
        }

.summary {
    padding: 2.4rem 3rem 3rem;
    border: 1px solid #e1e1e1;
    border-radius: 2px
}

    .summary td:last-child, .summary th:last-child {
        text-align: right
    }

    .summary th {
        text-align: left
    }

    .summary .form-control {
        width: 100%;
        max-width: 100%
    }

.summary-title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 1.9rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1
}

.summary-subtotal {
    border-bottom: 1px solid #e1e1e1
}

.summary-subtitle {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #222;
    margin-bottom: 0;
    padding: 2rem 0
}

.summary-subtotal-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
    font-family: Poppins,sans-serif
}

.summary-total-price {
    font-size: 2rem;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #222;
    text-align: right;
    margin-bottom: 0;
    font-family: Poppins,sans-serif
}

.total .summary-subtitle {
    padding: 2.4rem 0 2.3rem
}

@media (max-width: 767px) {
    .summary {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .cart .shop-table td {
        padding: 0
    }

        .cart .shop-table td.product-price {
            display: block;
            width: 100%;
            text-align: center
        }

    .cart .shop-table tr {
        padding: 2rem 0 3rem
    }

    .cart .shop-table .product-subtotal, .cart .shop-table .product-thumbnail, .cart .shop-table .product-quantity {
        margin-bottom: .5rem
    }
}

.shipping-address {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #e1e1e1
}

    .shipping-address label {
        display: block;
        margin-bottom: 1.4rem;
        font-size: 1.5rem
    }

    .shipping-address .form-control {
        margin-bottom: 1.5rem;
        padding: 1rem 1.4rem;
        font-size: 1.3rem;
        border-color: #e1e1e1;
        color: #999;
        min-height: 4.1rem
    }

    .shipping-address .btn {
        padding: 0.9em 1.7em
    }

    .shipping-address input.form-control, .shipping-address .select-box, .checkout input.form-control, .checkout .select-box {
        background: #fff
    }

        .shipping-address input.form-control .form-control, .shipping-address .select-box .form-control, .checkout input.form-control .form-control, .checkout .select-box .form-control {
            padding: 1rem 1.4rem .8rem;
            font-size: 1.4rem;
            color: #666
        }

        .shipping-address input.form-control::before, .shipping-address .select-box::before, .checkout input.form-control::before, .checkout .select-box::before {
            font-family: 'riode';
            content: '\e953';
            right: 1.5rem;
            font-size: 1.1rem;
            z-index: 2
        }

.cart-total {
    text-align: right
}

    .cart-total .btn-calc {
        margin-bottom: 1.8rem
    }

    .cart-total td, .cart-total th {
        border-top: 1px solid #e1e1e1
    }

.cart-subtotal th {
    font-weight: 400
}

.cart-subtotal td, .cart-subtotal th {
    padding: 1.5rem 0
}

.order-total {
    font-size: 1.6rem;
    font-weight: 600;
    color: #26c
}

    .order-total td, .order-total th {
        padding-top: 1.9rem
    }

.cart-table .product-name {
    font-weight: 600;
    color: #222;
    line-height: 1.86
}

.cart-table .product-price {
    width: 100px
}

.cart-table .product-quantity {
    width: 135px
}

.cart-table .product-subtotal {
    width: 85px;
    color: #222
}

.cart-table .input-group button, .cart-table .input-group input {
    border-color: #eee
}

.cart-table .input-group .quantity-minus {
    border-radius: .3rem 0 0 .3rem
}

.cart-table .input-group .quantity-plus {
    border-radius: 0 .3rem .3rem 0
}

.cart-actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

    .cart-actions .btn-icon-left {
        padding: 1.06em 2.2em
    }

        .cart-actions .btn-icon-left i {
            margin-right: .8rem;
            font-size: 2rem
        }

    .cart-actions button {
        padding: 1.07em 2.23em
    }

        .cart-actions button.btn-disabled {
            border-color: #222 !important;
            background-color: transparent !important;
            border-width: 1px;
            color: #222 !important;
            opacity: .4;
            cursor: default
        }

.cart-coupon-box .coupon-title {
    margin-bottom: 2.3rem;
    padding-top: .8rem;
    font-size: 1.8rem
}

#coupon_code {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.3rem;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    transition: border-color .3s;
    border-radius: 0
}

@media (min-width: 992px) {
    .cart.main .product-thumbnail {
        width: 12rem
    }

    .cart.main .product-price {
        width: 11rem
    }

    .cart.main .product-quantity {
        width: 17.7rem
    }

    .cart.main .product-subtotal {
        width: 13.2rem
    }

    .cart.main .product-close {
        width: 2.3rem
    }
}

.checkout {
    line-height: 1.54
}

    .checkout.main {
        border-top: 1px solid #e1e1e1
    }

    .checkout .alert.card-header {
        padding-top: 1.2rem;
        padding-bottom: 1.3rem;
        background-color: #fff;
        border: 1px dashed #cacbcc;
        text-transform: none
    }

        .checkout .alert.card-header > a {
            display: inline-block;
            padding: 0
        }

            .checkout .alert.card-header > a::after, .checkout .alert.card-header > a::before {
                content: none
            }

    .checkout .alert-icon > i {
        margin-right: .8rem
    }

    .checkout .alert-body {
        transition: display .3s
    }

        .checkout .alert-body p {
            font-size: 1.3rem
        }

        .checkout .alert-body.expanding {
            display: none
        }

        .checkout .alert-body.collapsing {
            display: block
        }

        .checkout .alert-body .form-control {
            margin: 0
        }

    .checkout .checkbox {
        margin: .6rem 0 1.6rem .2rem
    }

    .checkout .link-group .btn {
        padding: 1em 2.5em
    }

    .checkout .link-group span {
        margin: 0 1.1rem;
        font-size: 1.4rem
    }

    .checkout .lost-link {
        font-size: 1.3rem;
        color: #000
    }

    .checkout .social-link {
        border-radius: .3rem;
        color: #fff
    }

        .checkout .social-link.social-google {
            background-color: #dd4b39;
            border-color: #dd4b39
        }

        .checkout .social-link.social-facebook {
            background-color: #3b5998;
            border-color: #3b5998
        }

        .checkout .social-link.social-twitter {
            background-color: #1da1f2;
            border-color: #1da1f2
        }

    .checkout .check-coupon-box .form-control {
        max-width: 42.5rem
    }

    .checkout .check-coupon-box .btn {
        padding: 1.04em 2.05em;
        border-width: 1px
    }

    .checkout label {
        display: block;
        padding-left: .2rem;
        margin-bottom: 1rem;
        font-size: 1.4rem;
        line-height: .9
    }

    .checkout .form .title.title-simple {
        margin-top: .3rem;
        font-size: 1.8rem
    }

    .checkout .select-box select {
        max-width: 100%;
        width: 100%
    }

    .checkout .form-control {
        margin-bottom: 2.1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 1.3rem;
        font-family: Poppins,sans-serif;
        transition: background-color .3s, border-color .3s;
        color: #999;
        min-height: 4.1rem;
        border-radius: .3rem
    }

        .checkout .form-control:not(:focus) {
            background-color: #fff
        }

        .checkout .form-control:not(select):focus {
            border-color: #000
        }

    .checkout textarea.form-control {
        padding-top: 1.5rem
    }

    .checkout .form-checkbox {
        padding-top: .7rem;
        margin-bottom: 2.8rem
    }

    .checkout .form-control-label {
        padding-left: 2.6rem;
        margin-bottom: 0;
        font-size: 1.4rem;
        line-height: 2.58
    }

    .checkout .product-name {
        font-size: 1.4rem;
        letter-spacing: 0;
        white-space: normal
    }

    .checkout .btn-order {
        width: 100%;
        border-color: #333;
        background-color: #333;
        transition: opacity .3s
    }

        .checkout .btn-order:hover {
            opacity: .9
        }

    .checkout .card {
        background: transparent
    }

    .checkout .card-header {
        font-size: 1.4rem;
        line-height: 3rem;
        text-transform: capitalize;
        font-weight: 300
    }

        .checkout .card-header a {
            padding: 0 0 0 2.5rem
        }

            .checkout .card-header a::before, .checkout .card-header a::after {
                position: absolute;
                content: '';
                display: inline-block;
                border-radius: 50%;
                top: 50%;
                transform: translateY(-50%)
            }

            .checkout .card-header a::before {
                left: 0;
                width: 1.8rem;
                height: 1.8rem;
                background: #fff;
                border: 1px solid #cdcdcd
            }

            .checkout .card-header a.collapse::after {
                width: .8rem;
                height: .8rem;
                left: .5rem;
                background: #666
            }

    .checkout .card-body {
        padding: 0.2rem 0 1.1rem 2.9rem;
        line-height: 1.4
    }

    .checkout .payment.accordion {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 2rem
    }

        .checkout .payment.accordion .summary-subtitle {
            font-size: 1.5rem
        }

    .checkout .checkout-info {
        padding: 1.5rem 0;
        margin: 0;
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: .01em;
        font-family: Poppins,sans-serif
    }

    .checkout .product-quantity {
        margin-left: .4rem
    }

    .checkout .title.title-simple {
        font-weight: 700
    }

    .checkout .summary .form-control-label {
        line-height: 1.4
    }

        .checkout .summary .form-control-label::before {
            top: 0;
            transform: none
        }

        .checkout .summary .form-control-label a {
            color: #000
        }

            .checkout .summary .form-control-label a:hover {
                color: #26c
            }


.summary .title {
    margin-bottom: 1.9rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid #e1e1e1
}

.order-table {
    color: #222
}

    .order-table th {
        padding: 0 0 .7rem 0;
        font-size: 1.6rem;
        font-weight: 600
    }

    .order-table td {
        padding-bottom: 0.6rem;
        line-height: 2.2
    }

    .order-table .order-total td {
        border-bottom: none;
        padding: 1.2rem 0 0
    }

    .order-table .shipping-row label {
        margin-bottom: 1.5rem
    }

    .order-table .shipping-row-last {
        border-bottom: 1px solid #e1e1e1
    }

        .order-table .shipping-row-last label {
            margin-bottom: 2.1rem;
            color: #666
        }

    .order-table .summary-subtotal {
        border-top: 1px solid #e1e1e1
    }

        .order-table .summary-subtotal td:first-child {
            padding: .4rem 0 .3rem
        }

    .order-table .summary-subtotal-price {
        padding-top: 1rem
    }

    .order-table tbody > tr:nth-child(2) td {
        padding-bottom: 1.6rem
    }

.sumnary-shipping ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.sumnary-shipping .summary-subtitle {
    padding-bottom: 2.2rem;
    text-align: left
}

.summary-total {
    border-bottom: 1px solid #e1e1e1
}

    .summary-total .summary-subtitle {
        padding: 2.3rem 0 2.1rem
    }

@media (max-width: 479px) {
    .order-table tbody .product-name, .order-table tbody .product-total {
        padding-bottom: 2rem;
        line-height: 1.2
    }

    .order-table tbody > tr:nth-child(2) td {
        padding-bottom: 2rem
    }
}

.order .title {
    font-size: 2rem
}

.order .order-message {
    max-width: 34rem;
    padding: 3rem;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
    border-radius: 1rem
}

    .order .order-message .icon-box-icon {
        margin-right: 3.2rem
    }

    .order .order-message svg {
        width: 5rem;
        height: 5rem;
        stroke: #26c
    }

    .order .order-message .icon-box-title {
        font-size: 1.8rem
    }

.order .order-results {
    display: flex;
    flex-wrap: wrap;
    margin: 4.8rem 0 1.9rem
}

.order .overview-item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 3rem
}

    .order .overview-item:not(:last-child) {
        margin-right: 3rem;
        padding-right: 3.1rem
    }

        .order .overview-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            display: block;
            transform: translateY(-50%);
            width: 1px;
            height: 42px;
            background: #e1e1e1
        }

    .order .overview-item span {
        text-transform: uppercase
    }

    .order .overview-item strong {
        color: #222;
        font-weight: 600;
        font-size: 2rem
    }

.order .btn.btn-back {
    font-size: 1.3rem
}

.order .summary-subtotal:last-child {
    border-bottom: none
}

.order .address-info {
    border-bottom: 1px solid #e1e1e1
}

    .order .address-info p {
        color: #666;
        font-family: Poppins,sans-serif;
        line-height: 2.15
    }

.order-details {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: .4rem 3rem
}

.order-details-table .product-name {
    padding: 1.6rem 0 1.8rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42;
    color: #000;
    white-space: inherit
}

    .order-details-table .product-name i {
        font-size: 1rem
    }

    .order-details-table .product-name span {
        font-weight: 700;
        color: #222
    }

.order-details-table th > .summary-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left
}

.order-details-table .product-price {
    display: block
}

.order-details-table .summary-subtotal-price, .order-details-table .product-price {
    text-align: right
}

.order-details-table .summary-subtotal-price {
    font-weight: 600;
    color: #666
}

.order-details-table .product-price {
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
    padding-top: 1.2rem
}

.order-details-table thead {
    border-bottom: 1px solid #e1e1e1
}

    .order-details-table thead .summary-subtitle {
        font-size: 1.8rem
    }

.order-details-table tbody tr:first-child td {
    padding-top: 3.2rem
}

    .order-details-table tbody tr:first-child td.product-price {
        padding-top: 2.8rem
    }

@media (max-width: 767px) {
    .order .order-message {
        font-size: 2rem
    }

    .order .overview-item {
        flex-direction: row;
        width: 100%;
        align-items: center
    }

        .order .overview-item:not(:last-child)::after {
            content: none
        }

        .order .overview-item span {
            margin-right: 2rem
        }
}

@media (max-width: 575px) {
    .order .order-details {
        padding: 0 2rem
    }

    .order .order-message {
        font-size: 1.8rem
    }

    .order .overview-item {
        font-size: 1.6rem
    }
}

@media (max-width: 479px) {
    .order .order-details {
        padding: 0 1.5rem
    }

    .order .order-message {
        font-size: 1.6rem
    }

    .order .overview-item {
        font-size: 1.4rem
    }

    .step-by .title.title-step {
        font-size: 1.8rem
    }

        .step-by .title.title-step::after {
            font-size: 1.4rem;
            top: 50%
        }
}


.shop-table {
    text-align: left
}

    .shop-table tbody {
        border-bottom: 1px solid #e1e1e1
    }

    .shop-table td {
        padding: 1.5rem 1rem 1.5rem 0;
        border-top: 1px solid #e1e1e1;
        font-size: 1.4rem
    }

    .shop-table th {
        padding: .3rem 0 .3rem;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.875;
        text-transform: uppercase;
        color: #222
    }

    .shop-table img {
        display: block;
        max-width: 100px
    }

    .shop-table .product-thumbnail a {
        display: block;
        width: 100px
    }

    .shop-table .remove {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.3rem;
        height: 2.3rem;
        font-size: 1.2rem;
        color: #222;
        border: 1px solid #ccc;
        border-radius: 50%
    }

    .shop-table .product-name {
        white-space: normal;
        color: #000
    }

    .shop-table td.product-remove {
        padding-right: 0;
        width: 23px
    }

    .shop-table .product-price {
        display: table-cell
    }

.share-on > * {
    margin-right: 2.8rem
}

.share-on .social-link {
    border: none;
    width: auto;
    height: auto
}

    .share-on .social-link.social-facebook {
        color: #3b5998
    }

    .share-on .social-link.social-twitter {
        color: #1da1f2
    }

    .share-on .social-link.social-pinterest {
        color: #bd081c
    }

    .share-on .social-link.social-email {
        color: #dd4b39
    }

    .share-on .social-link.social-whatsapp {
        color: #3c8a38
    }

    .share-on .social-link.social-icon:hover {
        background-color: transparent;
        color: #26c
    }

@media (min-width: 768px) {
    .wishlist-table td.product-price {
        width: 130px
    }

    .wishlist-table td.product-stock-status {
        width: 130px
    }
}

@media (min-width: 992px) {
    .wishlist-table td.product-price {
        width: 107px
    }

    .wishlist-table td.product-stock-status {
        width: 201px
    }

    .wishlist-table td.product-add-to-cart {
        width: 235px
    }
}

@media (max-width: 767px) {
    .shop-table {
        text-align: center
    }

        .shop-table thead {
            display: none
        }

        .shop-table tbody, .shop-table tr, .shop-table td {
            display: block
        }

        .shop-table tbody {
            border: 1px solid #e1e1e1
        }

        .shop-table tr {
            position: relative;
            padding: 4rem 1rem 4rem
        }

            .shop-table tr + tr {
                border-top: 1px solid #e1e1e1
            }

        .shop-table td {
            padding: 0;
            border: none
        }

        .shop-table .product-thumbnail {
            margin-bottom: 1rem
        }

            .shop-table .product-thumbnail a, .shop-table .btn-product, .shop-table td {
                margin-left: auto;
                margin-right: auto
            }

        .shop-table .product-stock-status {
            margin-bottom: 1rem
        }

        .shop-table .btn-product {
            max-width: 220px
        }

        .shop-table .product-remove {
            position: absolute;
            right: 2rem;
            top: 2rem;
            padding: .5rem;
            width: auto
        }

        .shop-table .product-quantity {
            margin-bottom: 1rem
        }

    .wishlist-table td.product-price {
        display: block;
        width: 100%
    }
}

.wishlist-table th.product-name {
    padding-left: 2px;
    width: 120px
}

.wishlist-table .wishlist-out-stock {
    color: #d26e4b
}

.wishlist-table .wishlist-in-stock {
    color: #26c
}

.wishlist-table .btn-product {
    padding: 1.4rem;
    white-space: nowrap;
    width: 13rem;
    margin: 0 auto;
    font-size: 1.2rem;
    transition: color .3s, background-color .3s
}

    .wishlist-table .btn-product:hover {
        color: #fff;
        background-color: #26c
    }

    .wishlist-table .btn-product.btn-disabled {
        border-color: #f2f3f5 !important;
        background-color: #f2f3f5 !important
    }


