.price{
    font-size: 18px;
    font-weight: 600;
}

.cart{
    margin-bottom: 50px;
    box-shadow: 0 0 30px 0 #e5e0e0; 
}

.register-cart .radio-box{
    font-size: 16px;
}

.register-cart .cart-register{
    box-shadow: none !important;
}

.c-breadcrumb-container > .page-header{
    padding: 0.5rem 1.25rem ;
    border-radius: 1px;
    background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85));
}

.summary-quantity{
    font-size: 14px;
    font-weight: bold;
}

.coupon-form .error{
    font-weight: bold;
    font-size: 16px;
}


.skin-light .card{
    border:  none;
    font-weight: 300;
}

.skin-light .card-custom{
    border: none;
}

.skin-light .card-custom .card-header{
    background: #6730e3;
    border: 2px solid #6730e3;
    /* background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85)); */
}

.skin-light .card-custom .card-body{
    border: 1px solid rgba(0,0,0,.125);
}

.skin-light .card .card-body h1, .skin-light .card .card-body h2, .skin-light .card .card-body h3, .skin-light .card .card-body h4, .skin-light .card .card-body h5, .skin-light .card .card-body h6 {
    font-weight: 500;
}

.skin-light .number-input {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.skin-light .number-input input{
    max-width: 3rem;
    padding: .5rem;
    border: 1px solid #ced4da;
    border-width: 0 1px;
    font-size: 1rem;
    height: 2rem;
    color: #495057;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.skin-light .number-input a.minus,.skin-light .number-input a.plus{
    max-width: 2.5rem;
    padding: .5rem;
    font-size: 1rem;
    height: 2rem;
    color: #797c7e;
    text-align: center;
    cursor: pointer;
    color: #6c757d;
}

.skin-light a.card-link-secondary {
    color: #6c757d;
}

.skin-light .small{
    font-size: 80%;
    font-weight: 400;
}

.sidebar-cart{
    /* background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85)); */
    padding-left: 15px;
    padding-right: 15px;
    /* box-shadow: 1px 1px 5px 2px #e5e0e0; */
    min-height: 600px;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,.1);
}

.sidebar-cart .text-white{
    color: #ffffff;
    opacity: 0.8;
}

/* .sidebar-cart hr{
    border-top: 1px solid rgba(255,255,255,.4);
} */
/* 
.white-btn:hover {
    background-color: white;
    color: #6730e3;
}

.white-color-hover:hover{
    color: white !important;
    border-color: white;
} */

.coupon-form .form-control{
    border-width: 2px;
    border-right-width: 1px;
}

/** The Spacing **/

.c-breadcrumb-container ul{
    padding: 10px 15px;
}

.c-breadcrumb-container .cart-stages {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

.c-breadcrumb-container .cart-stages .active {
    color: #6730e3;
}

.c-breadcrumb-container .cart-stages li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

.c-breadcrumb-container .cart-stages li i {
    width: 45px;
    height: 45px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 5px auto;    
}

.c-breadcrumb-container .cart-stages li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

.c-breadcrumb-container .cart-stages li.active i,
.c-breadcrumb-container .cart-stages li.active::after{
    /* background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85)); */
    background: #6730e3;
    border: 2px solid #6730e3;
}


/* Productd Details Page */

.download-img{
    min-height: 350px;
}

.skin-light.product-detail .number-input{
    width: 11.5rem;
}
.skin-light.product-detail .number-input input{
    height: 3rem;
    max-width: 5rem;
}

.skin-light.product-detail .number-input a.minus, .skin-light.product-detail .number-input a.plus{
    padding: 1rem;
}

.price-section strong{
    color: #6730e3;
    font-size: 40px;    
    font-weight: bold;
}
.fw-500{
    font-weight: 500;
}