.dropdown-cart .dc-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

.dropdown-cart .dc-header .heading {
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    padding: 0;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    line-height: 1.46;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

.dropdown-cart-items {
    max-height: 195px;
    overflow-y: auto;
    margin-right: 2px;
}

.dropdown-cart .dc-item {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-cart .dc-item:before, .dropdown-cart .dc-item:after {
    content: '';
    display: table;
}

.dropdown-cart .dc-image {
    display: inline-block;
    float: left;
    width: 70px;
}

.dropdown-cart .dc-content {
    display: inline-block;
    float: right;
    width: calc(100% - 70px);
    padding-left: 1.5rem;
}

.dc-content .dc-product-name {
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

.dropdown-cart .dc-quantity, .dropdown-cart .dc-price {
    display: inline-block;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
    padding-right: 0.5rem;
}

.dropdown-cart .dc-actions {
    text-align: right;
}

.dropdown-cart .dc-actions button {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 0.5rem;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.dropdown-cart .dc-item {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-cart .dc-item:before, .dropdown-cart .dc-item:after {
    content: '';
    display: table;
}

.dc-item .subtotal-text {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
}

.dc-item .subtotal-amount {
    display: inline-block;
    float: right;
    color: rgba(0, 0, 0, 0.5);
}

ul.inline-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 1;
}

.dc-content .dc-product-name a {
    padding:0 !important;
}

.acc_container ul {
    padding-left: 0;
}
.acc_container ul li {
    padding: 19px 19px 19px 0px;
    color: #299EF4;
}

.dropdown-cart {
    min-width: 360px;
    padding: 0 1rem;
}

.thank-you-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 118%;
    color: #171F25;
}

.thank-you-subtitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #465D6E;
}

.product-name-order {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #2E3E49;
}

.product-name-order-price {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    text-align: right;
    color: #2E3E49;
}

.amount-to-pay-o {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #2E3E49;
}

.amount-to-pay-o-price {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
    color: #2E3E49;
}

.c-preloader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #fff;
    z-index: 9999;
}

.c-preloader i.fa{
    position: absolute;
    top: 50%;
    left: 50%;
}

.process-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.process-steps li + li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: calc(100% - 30px);
    background: #3949DB;
    top: 14px;
    z-index: 0;
    right: calc(50% + 15px);
}

.process-steps li.active .icon {
    color: #ffffff;
    background: #3949DB;
}

.process-steps li .icon {
    height: 30px;
    width: 30px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #3949DB;
    position: relative;
}

.process-steps li.active .title {
    color: #3949DB;
}