.c-progress-steps {
    margin: 0;
    list-style-type: none;
    font-family: "IBM Plex Sans", sans-serif; }
.c-progress-steps li {
    position: relative;
    /* font-size: 13px; */
    color: #d1d3e0;
    padding: 16px 0 0 36px; }
.c-progress-steps li a {
    color: inherit; }
.c-progress-steps li.done {
    color: #ff9fb1; }
.c-progress-steps li.done span {
    background-color: rgba(99, 79, 210, 0.09); }
.c-progress-steps li.done:before {
    color: #ff9fb1;
    font-family: FontAwesome;
    content: "\f058";
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ff9fb1; }
.c-progress-steps li.current {
    color: #777;
    font-weight: 500; }
.c-progress-steps li.current:before {
    color: #777;
    font-family: FontAwesome;
    content: "\f192";
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #777; }
.c-progress-steps li:before {
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 600;
    /* font-size: 18px; */
    background-color: #ffffff;
    content: "\f111";
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #e4e6ef; }
@media all and (max-width: 600px) {
    .c-progress-steps li:before {
        top: calc(50% - 8px);
        font-size: 16px; } }
@media all and (min-width: 600px) {
    .c-progress-steps {
        display: table;
        list-style-type: none;
        margin: 20px auto;
        padding: 0;
        table-layout: fixed;
        width: 100%; }
    .c-progress-steps li {
        display: table-cell;
        text-align: center;
        padding: 0;
        padding-bottom: 34px;
        white-space: nowrap;
        position: relative;
        border-left-width: 0;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #e4e6ef; }
    .c-progress-steps li.done {
        border-bottom-color: #ff9fb1; }
    .c-progress-steps li.current {
        color: #999;
        border-bottom-color: #999; }
    .c-progress-steps li.current span {
        background-color: rgba(76, 149, 221, 0.15);
        box-shadow: 0px 0px 0px 0.25px #999; }
    .c-progress-steps li.current:before {
        color: #777;
        content: "\f192"; }
    .c-progress-steps li:before {
        bottom: -15px;
        left: 50%;
        margin-left: -16px; }
    .c-progress-steps li span {
        background-color: #e4effa;
        border-radius: 3px;
        padding: 6px;
        box-shadow: 0px 0px 5px 0.25px #f7f8fa; } }
th, td {
    border: none !important;
}
.card-details {
    margin-top: 50px;
    /* font-size: 12px;
    font-weight: 700; */
    background: #ece1da;
    padding: 40px 0;
}

/* @media screen and (min-width: 480px) {
    .submenu-profile{
        transform: translate(-126px,28px);
        width: 180px!important;
        padding: 10px 0!important;
    }
}

@media screen and (min-width: 505px) {
    .submenu-profile{
        transform: translate(-126px,29px);
        width: 180px!important;
        padding: 10px 0!important;
    }
}
@media screen and (min-width: 575px) {
    .submenu-profile{
        transform: translate(-126px,26px);
        width: 180px!important;
        padding: 10px 0!important;
    }
 @media screen and (min-width: 595px) {
    .submenu-profile{
        transform: translate(-126px,27px);
        width: 180px!important;
        padding: 10px 0!important;
    }
}
@media screen and (min-width: 768px) {
    .order-online-detail-view__totals {
        flex-direction: row-reverse;
    }
    .submenu-profile{
        transform: translate(-127px,45px);
        width: 180px !important;
        padding: 10px 0 !important;
    }
}
@media screen and (min-width: 1200px) {
    .submenu-profile{
        transform: translate(-126px,50px);
        width: 180px!important;
        padding: 10px 0!important;
    }
}
@media  screen and  (max-width: 599px) {
    ol, ul{
        margin: 0 !important;
        padding: 0 !important;
    }
} */


.sidebar-profile-modal {
    background-color: #fff;
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    position: fixed;
    top: 0;
    width: 420px;
    padding: 100px 50px 50px;
    min-height: 100vh;
    bottom: 0;
    z-index: 9999;
    right: 0;
    opacity: 0;
    -webkit-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    -webkit-transform: translate(200px, 0);
            transform: translate(200px, 0);
    visibility: hidden;
  }
  @media only screen and (max-width: 575px) {
    .sidebar-profile-modal {
      padding: 100px 20px 40px;
      width: 310px;
    }
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .profile-close {
    color: #444;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    line-height: 36px;
    top: 50px;
    right: 50px;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .profile-close:hover {
    color: #ff9fb1;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile-title {
    color: #393939;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 40px;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .product-profile {
    margin: 0 -30px 0 0;
    padding: 0 30px 0 0;
    max-height: 310px;
    max-height: calc(100vh - 430px);
    overflow: auto;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .product-profile .product-profile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .product-profile .product-profile-item .product-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .product-profile .product-profile-item .product-img img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .product-profile .product-profile-item .product-info {
    margin-left: 20px;
    margin-top: 3px;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .product-profile .product-profile-item .product-info .title {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .product-profile .product-profile-item .product-info .title a {
    color: #333;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .product-profile .product-profile-item .product-info .info {
    font-size: 14px;
    color: #262626;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .product-profile .product-profile-item .product-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100;
        -ms-flex-positive: 100;
            flex-grow: 100;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .product-profile .product-profile-item .product-delete a {
    line-height: 1;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .product-profile .product-profile-item:last-child {
    margin-bottom: 0;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile -profile-total {
    display: block;
    width: 100%;
    margin: 24px 0 21px;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile -profile-total h4 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile -profile-total h4 .money {
    font-size: 16px;
    color: #2F2F2F;
    float: right;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .shipping-info {
    display: block;
    margin-bottom: 10px;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .shipping-info .loading-bar {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #ff7433;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .shipping-info .loading-bar .load-percent {
    display: block;
    height: 100%;
    position: absolute;
    width: calc(100% - 50%);
    color: #fff;
    line-height: 30px;
    max-width: 100%;
    background: #3c3;
    z-index: -1;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .shipping-info .loading-bar .label-free-shipping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .shipping-info .loading-bar .label-free-shipping span {
    color: #fff;
    fill: #fff;
    display: inline-block;
    height: 21px;
    margin-right: 5px;
    margin-left: 10px;
    width: 21px;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .shipping-info .loading-bar .label-free-shipping p {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  @media only screen and (max-width: 575px) {
    .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile .shipping-info .loading-bar .label-free-shipping p {
      font-size: 12px;
    }
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile -profile-checkout-btn {
    display: block;
    width: 100%;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile -profile-checkout-btn .btn-theme {
    width: 100%;
    display: block;
    margin: 10px 0 0;
    text-align: center;
    line-height: 20px;
    padding: 17px 20px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile -profile-checkout-btn .btn-theme:first-child {
    margin-top: 0;
  }
  .sidebar-profile-modal .sidebar-profile-inner .sidebar-profile-content .sidebar-profile -profile-checkout-btn .btn-theme:hover {
    background-color: #ff9fb1;
  }
  .sidebar-profile-modal.sidebar-profile-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }

  .sidebar-profile-overlay {
    position: fixed;
    background: #232324;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .sidebar-profile-overlay.show {
    visibility: inherit;
    opacity: 0.7;
  }

  .product-profile .product-profile-item .product-info .title-custome a:hover
  {
    color: #ff9fb1 !important;
  }

.checkout-table tr{
    border-bottom: 0.5px solid #e9ecef;
}

.pay-button {
    border-color: #ffa6b7;
    color: #ffa6b7;
}

.pay-button:hover {
    background-color: #ffa6b7;
    color: white;
}
.img-400{
    height: 400px !important;
    object-fit: contain;
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.btn-black.disabled,
.btn-theme.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
    opacity: 0.65 !important;
    cursor: not-allowed;
}

.product-size{
    font-size: 10px;
    color: #ff9fb1;
    font-weight: 800;
}

.p-l-r-10{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pay-button:hover a {
    color: white;
}
.light-gray{
    color: #999 !important;
}
.light-btn{
    background: #f5ebe6 !important;
    color: #333 !important;
    border-radius: 0 !important;
}
.dark-btn{
    background: #333 !important;
    color: #f5ebe6 !important;
    border-radius: 0 !important;

}
.font-weight-600{
    font-weight: 600 !important;
}

.w100{
    width: 100% !important;
}

/*body {*/
/*    background-color: #f7f6f6*/
/*}*/

.sidebar-area form .widget-search-box .form-input-item button {
    border: none;
    background-color: transparent;
    display: block;
    color: inherit;
    position: absolute;
    padding-right: 16px;
    right: 0;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-area form .widget-search-box form .form-input-item button i {
    font-size: 16px;
}
.card {
    border: none;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    border-radius: 4px
}

.dots {
    height: 4px;
    width: 4px;
    margin-bottom: 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block
}

.badge {
    padding: 7px;
    padding-right: 9px;
    padding-left: 16px;
    box-shadow: 5px 6px 6px 2px #e9ecef
}

.user-img {
    margin-top: 4px
}

.check-icon {
    font-size: 17px;
    color: #c3bfbf;
    top: 1px;
    position: relative;
    margin-left: 3px
}

.form-check-input {
    margin-top: 6px;
    margin-left: -24px !important;
    cursor: pointer
}

.form-check-input:focus {
    box-shadow: none
}

.icons i {
    margin-left: 8px
}

.reply {
    margin-left: 12px
}

.reply small {
    color: #b7b4b4
}

.reply small:hover {
    color: green;
    cursor: pointer
}


.coco-alert{
    color: #664d03;
    background-color: #e6e6e6;
    border-color: #d5d3d2;
    font-size: 12px !important;
    padding: 10px !important;
}
.action-price{
    background: #ffd36a;
    font-weight: 600;
    padding: 0 5px;
    color: #3c3936 !important;
}

.btn-theme-dark{
    border-radius: 0 !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 25px  !important;
    padding: 14px !important;
    position: relative !important;
    transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    margin-top: 0 !important;
}


.modal-content .modal-body .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #fb8691;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.modal-content .modal-body .icon span {
    color: #fb8691;
}

#closeCommentModal {
    border: none;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    color: #000;
    background-color: white;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

#largeModalLabel {
    font-family: "Poppins", Arial, sans-serif;
}
