.cart .cart_btn {
    min-width: 150px;
}

.left {
    float: left;
}

.original-price {
    z-index: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ecom-addtocart {
    color: white !important;
    cursor: pointer;
}

.bred {
    background-color: #cd9967 !important;
    border: none !important;
}

.cred {
    color: #cd9967 !important;
}

/*FA SPIN*/
.partial-loader {
    margin: auto;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #cd9967;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.1s linear infinite; /* Safari */
    animation: partial_spin 1.1s linear infinite;
}

.partial-sm {
    margin: auto;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #cd9967;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1.1s linear infinite; /* Safari */
    animation: partial_spin 1.1s linear infinite;
}

.partial-xs {
    margin: auto;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #cd9967;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1.1s linear infinite; /* Safari */
    animation: partial_spin 1.1s linear infinite;
}


/* Safari */
@-webkit-keyframes partial_spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes partial_spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/********END OF SPIN**********/







/****************CART PARTIAL*************/
.cart-widget-side.cart-widget-opened {
    -webkit-transform: none;
    transform: none;
}

.cart-overlay-side-opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease,visibility 0s ease;
}

.cart-overlay-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 1;
    background-color: rgba(0,0,0,.7);
    transition: opacity .25s ease,visibility 0s ease .25s;
}

.checkout {
    width: 100%;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}

.checkout {
    color: #fff;
    text-decoration: none;
}

    .checkout:hover {
        color: #fff;
        text-decoration: none;
    }

.viewcart {
    width: 100%;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}

    .viewcart:hover {
        color: #3E3E3E;
        text-decoration: none;
    }


.widget-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid;
}

    .widget-heading .widget-title {
        flex: 1 1 auto;
        margin-bottom: 0;
        font-size: 20px;
    }

.cart-widget-side {
    right: -340px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: #FFF;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
}


.cart_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-item {
    border-color: rgba(129,129,129,.2);
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}

.partial-cart-total {
    background: white;
    padding: 10px 15px;
    z-index: 2001;
    bottom: 0 !important;
    position: fixed !important;
    width: 340px;
}


.bbottom {
    border-bottom: 1px solid #bfcce0;
}

.btop {
    border-top: 2px solid #bfcce0;
}

.close-side-widget {
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
	cursor: pointer;
}

    .close-side-widget:hover {
        color: #2d2a2a;
        text-decoration: none;
    }

.side-bar-price {
    position: relative;
    left: 10px;
    z-index: 1000;
}

.cart-item .cart-item-parent {
    border-top: 2px solid #bfcce0;
    padding-bottom: 15px;
}

.cart-item div:first-child {
    border-top: none !important;
}


.side-bar-price .price {
    border-bottom: none !important;
}

.cart-item a:hover {
    text-decoration: none;
}

.checkout:hover {
    background: transparent;
    color: #cd9967;
    border: none !important;
}

.cart-info .quantity {
    padding-left: 5px;
    display: table;
}


    .cart-info .quantity span:first-child {
        color: #333;
    }

.cart-item .remove {
    margin-right: 10px;
    color: #333;
    z-index: 2000;
    position: absolute;
    right: 0px;
}

    .cart-item .remove:hover {
        text-decoration: none;
    }


.price {
    font-size: 15px !important;
}

    .price del {
        color: #BDBDBD;
    }

.cost {
    color: #BDBDBD;
}
/***********END OF CART PARTIAL**************/


/*****************CART SHOP STEPS***********************/
.shop-steps-main {
    width: 100%;
    background-color: black;
}

    .shop-steps-main a:hover {
        text-decoration: none !important;
    }

.shop-steps {
    margin: auto;
    padding: 40px;
    width: 80%;
    text-align: center;
    font-size: 22px;
    color: #FFF;
}

    .shop-steps .inactive a {
        color: #FFF;
        padding-left: 10px;
        text-transform: uppercase;
        opacity: .7;
        font-weight: 600;
    }

    .shop-steps .active a {
        padding-bottom: 3px;
        color: #FFF;
        text-transform: uppercase;
        border-bottom: 1px solid #cd9967;
        font-weight: 600;
    }



/*************END CART SHOP STEPS**************/

/*************SHOPPING CART TABLE**************/
.product-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    padding: 10px !important;
}

.product-row-header {
    font-weight: bold;
}

.product-row div {
    margin: 0px;
}

.product-row .remove {
    order: 1;
    width: 5%;
}

.product-row .image {
    order: 2;
    width: 20%;
}

.product-row .product-info {
    padding-left: 10px;
    order: 3;
    width: 75%;
    display: flex;
    flex-direction: row;
}

    .product-row .product-info .product {
        width: 40%;
    }

    .product-row .product-info .quantity {
        width: 25%;
    }

    .product-row .product-info .product-price {
        width: 20%;
    }

    .product-row .product-info .subtotal {
        width: 15%;
    }

.product-row .image img {
    min-width: 100%;
    max-width: 100%;
}


.cart-update {
    float: right;
    margin-top: 20px;
}

.e-left {
    float: left;
}

.minus, .plus {
    padding: 0 5px;
    min-width: 25px;
    height: 42px;
    border: 2px solid rgba(129,129,129,.2);
    background: 0 0;
    box-shadow: none;
}


.qty {
    width: 35px;
    margin: 0px;
    text-align: center;
    border-right: none;
    border-left: none;
    height: 42px;
    padding: 0px !important;
    border-top: 2px solid rgba(129,129,129,.2);
    border-bottom: 2px solid rgba(129,129,129,.2);
}


@media screen and (max-width: 480px) {
    .e-left {
        float: none;
    }

    .product-row-header {
        display: none;
    }

    .product-row {
        margin: 0px;
        border: 1px solid #dee2e6;
    }

        .product-row .remove {
            order: 5;
            width: 5%;
        }

        .product-row .image {
            order: 1;
            width: 30%;
        }

        .product-row .product {
            order: 2;
        }

        .product-row .quantity {
            order: 3;
        }

        .product-row .product-info .quantity {
            width: 100%;
        }

        .product-row .product-price {
            order: 3;
        }

        .product-row .subtotal {
            order: 3;
        }

        .product-row .product-info {
            width: 65%;
            flex-direction: column;
        }

    .cart-summary {
        clear: both;
        top: 10px;
    }
}

@media screen and (max-width: 900px) {
    .e-left {
        float: none;
    }

    .cart-summary {
        clear: both;
        top: 10px;
    }
}
/*************END OF SHOPPING CART TABLE**************/


/*******************CART SUMMARY**********************/
.cart-summary {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #F8F8F8;
}

.cart-summary-title {
    color: #2d2a2a;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.table-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
    padding: 5px 15px;
    background-color: #FFF;
}

.shop_table {
    width: 100%;
}

    .shop_table .amount {
        color: #777;
        font-weight: 600;
        font-size: 14px !important;
    }

    .shop_table th {
        color: #2d2a2a;
        vertical-align: middle;
        text-align: left;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.2;
    }

    .shop_table tbody td {
        border-bottom: 1px solid #E6E6E6;
    }

    .shop_table tbody tr td:first-child {
        width: 60%;
        font-size: 14px;
    }

    .shop_table td, .shop_table tfoot th {
        padding: 15px 12px;
        border: none;
        text-align: left;
        font-weight: 600;
        color: black;
    }

    .shop_table tfoot th {
        border-top: 1px solid #E6E6E6;
        text-transform: none;
        font-size: 18px;
    }

.checkout_place_order {
    width: 100%;
    margin: auto;
    padding: 10px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

/*******************END CART SUMMARY**********************/
/***********************CHECKOUT**************************/
.checkout-order-review {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #F8F8F8;
    display: inline-block;
}

.table-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
    padding: 5px 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}


.shipping-fields {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid;
    border-color: rgba(129,129,129,.2);
    margin-bottom: 20px;
}

.checkout-header {
    background-color: #cd9967 !important;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

#order_review_heading {
    text-align: center;
    margin-bottom: 20px;
}
/***********************END CHECKOUT************************/

.our-categories {
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    margin: 0;
    margin-right: 30px;
    content: '';
}

.our-categories-active {
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    margin: 0;
    margin-right: 30px;
    margin-right: 30px;
}

    .our-categories-active:after {
        display: block;
        content: '';
/*        border-bottom: solid 3px #c02426;*/
    }

.our-categories:after {
    display: block;
    content: '';
    border-bottom: solid 3px #c02426;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.our-categories:hover:after {
    transform: scaleX(1);
}

.nav-price #nav_quantity {
    top: -5px;
    position: relative;
}