
.checkout-steps {
    margin-bottom: 40px;
    /*width:50%;*/
    text-align: center;
}

.checkout-steps::after {
    display: block;
    clear: both;
    content: '';
}

.checkout-steps > a {
    display: block;
    position: relative;
    width: 25%;
    height: 55px;
    float: right;
    transition: color .3s;
    border-top: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    background-color: #ffffff;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    line-height: 53px;
    text-decoration: none;
    text-align: center;
}

.checkout-steps > a > .angle {
    display: block;
    position: absolute;
    top: 0;
    right: -13px;
    width: 27px;
    height: 53px;
    background-color: #ffffff;
}

.checkout-steps > a > .angle::before, .checkout-steps > a > .angle::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.checkout-steps > a > .angle::after {
    border-width: 26px;
    border-color: transparent;
    border-left-color: #ffffff;
}

.checkout-steps > a > .angle::before {
    margin-top: -1px;
    border-width: 27px;
    border-color: transparent;
    border-left-color: #d8e0e6;
}


.checkout-steps > a.completed > .step-indicator {
    display: inline-block;
    margin-top: -5px;
    margin-right: 7px;
    border-radius: 50%;
    color: #43d9a3;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

.checkout-steps > a.completed:hover {
    color: #606975;
}

.checkout-steps > a:first-child {
    border-right: 1px solid #e1e7ec;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.checkout-steps > a:last-child {
    border-left: 1px solid #e1e7ec;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

@media (max-width: 576px) {
    .checkout-steps > a {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        border: 1px solid #e1e7ec;
        border-radius: 7px;
    }
    .checkout-steps > a > .angle {
        display: none;
    }
}

.checkout-footer {
    display: table;
    width: 100%;
    margin-top: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    table-layout: fixed;
}

.checkout-footer > .column {
    display: table-cell;
    padding: 10px 15px;
    vertical-align: middle;
}

.checkout-footer > .column:last-child {
    text-align: right;
}

.checkout-footer > .column:first-child {
    text-align: left;
}

.checkout-footer .btn {
    margin: 0;
}



.shopping-cart,
.wishlist-table,
.order-table {
    margin-bottom: 20px;
}

.shopping-cart .table,
.wishlist-table .table,
.order-table .table {
    margin-bottom: 0;
}

.shopping-cart .btn,
.wishlist-table .btn,
.order-table .btn {
    margin: 0;
}

.shopping-cart > table > thead > tr > th,
.shopping-cart > table > thead > tr > td,
.shopping-cart > table > tbody > tr > th,
.shopping-cart > table > tbody > tr > td,
.wishlist-table > table > thead > tr > th,
.wishlist-table > table > thead > tr > td,
.wishlist-table > table > tbody > tr > th,
.wishlist-table > table > tbody > tr > td,
.order-table > table > thead > tr > th,
.order-table > table > thead > tr > td,
.order-table > table > tbody > tr > th,
.order-table > table > tbody > tr > td {
    vertical-align: middle !important;
}

.shopping-cart > table thead th,
.wishlist-table > table thead th,
.order-table > table thead th {
    padding-top: 17px;
    padding-bottom: 17px;
    border-width: 1px;
}

.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart,
.order-table .remove-from-cart {
    display: inline-block;
    color: #bf5ea2;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}

.shopping-cart .count-input,
.wishlist-table .count-input,
.order-table .count-input {
    display: inline-block;
    width: 100%;
    width: 86px;
}

.shopping-cart .product-item,
.wishlist-table .product-item,
.order-table .product-item {
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
    display: table-cell;
    vertical-align: top;
}

.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
    width: 130px;
    padding-right: 20px;
}

.shopping-cart .product-item .product-thumb > img,
.wishlist-table .product-item .product-thumb > img,
.order-table .product-item .product-thumb > img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 860px) {
    .shopping-cart .product-item .product-thumb,
    .wishlist-table .product-item .product-thumb,
    .order-table .product-item .product-thumb {
        display: none;
    }
}

.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span,
.order-table .product-item .product-info span {
    display: block;
    font-size: 13px;
}

.shopping-cart .product-item .product-info span > em,
.wishlist-table .product-item .product-info span > em,
.order-table .product-item .product-info span > em {
    font-weight: 500;
    font-style: normal;
}

.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title,
.order-table .product-item .product-title {
    margin-bottom: 6px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

.shopping-cart .product-item .product-title > a,
.wishlist-table .product-item .product-title > a,
.order-table .product-item .product-title > a {
    transition: color .3s;
    color: #374250;
    line-height: 1.5;
    text-decoration: none;
}

.shopping-cart .product-item .product-title > a:hover,
.wishlist-table .product-item .product-title > a:hover,
.order-table .product-item .product-title > a:hover {
    color: #bf5ea2;
}

.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small,
.order-table .product-item .product-title small {
    display: inline;
    margin-left: 6px;
    font-weight: 500;
}

.wishlist-table .product-item .product-thumb {
    display: table-cell !important;
}

@media screen and (max-width: 576px) {
    .wishlist-table .product-item .product-thumb {
        display: none !important;
    }
}

.shopping-cart-footer {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e1e7ec;
}

.shopping-cart-footer > .column {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle;
}

.shopping-cart-footer > .column:last-child {
    text-align: right;
}

.shopping-cart-footer > .column:last-child .btn {
    margin-right: 0;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .shopping-cart-footer > .column {
        display: block;
        width: 100%;
    }
    .shopping-cart-footer > .column:last-child {
        text-align: center;
    }
    .shopping-cart-footer > .column .btn {
        width: 100%;
        margin: 12px 0 !important;
    }
}

.checkout-steps {
    margin-bottom: 40px;
    /*width:50%;*/
    text-align: center;
}

.checkout-steps::after {
    display: block;
    clear: both;
    content: '';
}

.checkout-steps > a {
    display: block;
    position: relative;
    width: 25%;
    height: 55px;
    float: right;
    transition: color .3s;
    border-top: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    background-color: #ffffff;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    line-height: 53px;
    text-decoration: none;
    text-align: center;
}

.checkout-steps > a > .angle {
    display: block;
    position: absolute;
    top: 0;
    right: -13px;
    width: 27px;
    height: 53px;
    background-color: #ffffff;
}

.checkout-steps > a > .angle::before, .checkout-steps > a > .angle::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.checkout-steps > a > .angle::after {
    border-width: 26px;
    border-color: transparent;
    border-left-color: #ffffff;
}

.checkout-steps > a > .angle::before {
    margin-top: -1px;
    border-width: 27px;
    border-color: transparent;
    border-left-color: #d8e0e6;
}

.checkout-steps > a:hover {
    color: #28a745;
}

.checkout-steps > a.active {
    background-color: #28a745;
    color: #ffffff;
    cursor: default;
    pointer-events: none;
}

.checkout-steps > a.active > .angle::after {
    border-left-color: #28a745;
}

.checkout-steps > a.active + a > .angle {
    background-color: #28a745;
}

.checkout-steps > a.completed > .step-indicator {
    display: inline-block;
    margin-top: -5px;
    margin-right: 7px;
    border-radius: 50%;
    color: #43d9a3;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

.checkout-steps > a.completed:hover {
    color: #606975;
}

.checkout-steps > a:first-child {
    border-right: 1px solid #e1e7ec;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.checkout-steps > a:last-child {
    border-left: 1px solid #e1e7ec;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

@media (max-width: 576px) {
    .checkout-steps > a {
        width: 30%;
        /*margin-bottom: 10px;*/
        /*float: none;*/
        /*border: 1px solid #e1e7ec;*/
        /*border-radius: 7px;*/
    }
    .checkout-steps > a > .angle {
        /*display: none;*/
    }
}

.checkout-footer {
    display: table;
    width: 100%;
    margin-top: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    table-layout: fixed;
}

.checkout-footer > .column {
    display: table-cell;
    padding: 10px 15px;
    vertical-align: middle;
}

.checkout-footer > .column:last-child {
    text-align: right;
}

.checkout-footer > .column:first-child {
    text-align: left;
}

.checkout-footer .btn {
    margin: 0;
}

.show-in-small-mob{
    display: none !important;
}
@media (max-width: 326px) {
    .product-title{
        width: 145px;
        height:auto;
        overflow-y: hidden;
        display: block;
    }
    .small-mob{
        display: none !important;
    }

    .show-in-small-mob{
        display: block !important;
    }

}

#basket-form , #basket-form a{
    font-family:tahoma !important;
    font-size: 12px;
}