/* ============ cart  ============ */

.table-header,
.table-sum {
    background-color: #f9f9f9;
}

.table-sum {
    padding: 15px 0;
}

.table-header div {
    border: 1px solid #e9ecef;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.table-row {
    border-bottom: 1px solid #e9ecef;
    padding: 5px 0;
}

#cart-container {
    /* -webkit-box-shadow: 0px 0px 9.4px 2px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 0px 9.4px 2px rgba(0, 0, 0, 0.58); */
    margin: 40px 80px;
    padding: 45px 25px;
    background-color: #fff;
}

@media only screen and (max-width: 1199px) {
    #cart-container {
        margin: 10px;
    }
}

#cart-container .btn {
    padding: .2rem .75rem;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 767px) {
    #cart-container .btn {
        margin-bottom: 15px;
    }
}

#cart-container .btn-item-refresh {
    border-radius: 0;
    padding: .4rem .75rem;
}

.cart-btn-container {
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 0;
    margin-top: 30px;
}

#cart-container .btn-delete {
    background-color: transparent;
    color: #db3545;
}

.cart-fresh-btn {
    background: #3c3c3b;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;

}

.cart-delete-btn {
    background: #db3545;
    color: #fff;
}

#cart-container .btn-add-to-cart {
    background: #ef7d00;
    color: white;
}

#cart-container .cart-qty {
    border: 2px solid #06274b;
    border-radius: 5px;
    //margin-right: 15px;
}

#cart-container .input-group {
    width: 70%;
}

#cart-container .bootstrap-touchspin .bootstrap-touchspin-postfix {
    margin-left: -58px;
    //margin-top: 9px;
    border: 0;
}

#cart-container .bootstrap-touchspin .input-group-btn-vertical {
    width: 13px;
}

#cart-container .bootstrap-touchspin .input-group-btn-vertical>.btn {
    margin-left: -8px;
}

.cart-total {
    font-size: 16px;
}

.cart-total strong {
    font-size: 26px;
}

@media (max-width: 575px) {
    .cart-total strong {
        font-size: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-btn-container {
        display: block;
    }

    /*#cart-container .btn-add-to-cart{
      margin-top: 20px;
    }*/
}


#add-to-cart-modal-piece {
    position: absolute;
    right: 10px;
    top: 7px;
    height: 100%;
}

#add-to-cart-container {
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#add-to-cart-piece-container {
    position: relative;
}

#add-to-cart-piece {
    position: absolute;
    right: 10px;
    top: -9px;
    height: 100%;
}

.add-to-cart-qty-container {
    position: relative;
}

.add-to-cart-piece {
    position: absolute;
    right: 10px;
    top: 8px;
    height: 100%;
}


.old-price {
    text-decoration: line-through;
}

.product-link {
    font-weight: bold;
    color: black;
}

.product-link:hover {
    color: #ef7d00;
    text-decoration: none;
}

/* ============ cart  .end// ============ */

/* ----------------------------------------------------------------
	Process Steps
-----------------------------------------------------------------*/

.process-steps {
    list-style: none;
    font-size: 34px;
    line-height: 37px;
    list-style: none;
    padding-left: 0;
}

.process-steps li {
    float: left;
    position: relative;
    width: 25%;
    //text-align: center;
    overflow: hidden;
}

.process-steps li:nth-child(2) {
    text-align: center;
}

.process-steps li:nth-child(3) {
    text-align: right;
}

.process-steps li a {
    text-align: center;
}

.process-steps li:first-child a {
    margin-left: 25px;
}

.process-steps li:nth-child(3) a {
    margin-right: 35px;
}

@media only screen and (max-width:575px) {
    .process-steps li:first-child a {
        margin-left: 0;
    }

    .process-steps li:nth-child(3) a {
        margin-right: 0;
    }
}

.process-steps.process-2 li {
    width: 50%;
}

.process-steps.process-3 li {
    width: 33.33%;
}

.process-steps.process-5 li {
    width: 20%;
}

.process-steps li .i-circled {
    margin-bottom: 0 !important;
}

.process-steps li .i-bordered {
    border: 1px solid #555;
    line-height: 55px !important;
    background-color: #fff !important;
    color: #444;
    text-shadow: none;
    width: 58px !important;
    height: 58px !important;
    border-radius: 50%;
    text-decoration: none;
}

.process-steps li .i-bordered:hover,
.process-steps li .i-bordered.active {
    background-color: #06274b !important;
    color: #FFF;
    border-color: #06274b;
}

.process-steps li h5 {
    margin: 15px 0 0 0;
    font-size: 16px;
    font-weight: 300;
}

.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
    font-weight: 600;
    color: #555;
}

.process-steps li.active a,
.process-steps li.ui-tabs-active a {
    background-color: #555 !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #555 !important;
}

.process-steps li:before,
.process-steps li:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -29px;
    width: 50%;
    border-top: 1px dashed #DDD;
}

.process-steps li:after {
    left: auto;
    right: 0;
    margin: 0 -29px 0 0;
}

.process-steps li:first-child:before,
.process-steps li:last-child:after {
    display: none;
}

.process-steps li:first-child:after {
    width: 85%;
}

.process-steps li:nth-child(3):before {
    width: 82%;
}

@media only screen and (max-width:575px) {
    .process-steps li:first-child:after {
        width: 80%;
    }

    .process-steps li:nth-child(3):before {
        width: 80%;
    }
}