.bg-secondary {
    background-color: #F5F5F5 !important;
}

main {
    min-height: calc(100vh - 300px);
}

.fs-15 {
    font-size: 15px !important;
}

.topbarMenu01 {
    background-color: #fff;
}

.LoginSection {
    padding: 3rem 0rem !important;
}

.brand-logo {
    width: 180px;
    display: block;
}

.brand-logo img {
    width: 100%;
}

a:focus-visible {
    outline-offset: 0px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-10 {
    padding: 10px !important;
}

.text-green {
    color: #059605 !important;
}

.header-search-container {
    border: 1px solid #ced4da;
    position: relative;
    border-radius: .2rem;
    width: calc(100vw - 60vw);
}

.header-search-container .search-field {
    border: none;
    border-radius: .375rem;
}

.header-search-container .search-field:focus {
    border: none !important;
}

.search-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 6px 10px;
    background-color: #fff;

}

.search-btn:hover {
    background-color: #3d2d6b;
    color: #fff;
}

.dropdown-panel-list a {
    color: #333;
}

.nav-link {
    cursor: pointer;
}

.Categories_dropdown {
    box-shadow: 0px 4px 6px rgb(60 46 107 / 17%);
    border-radius: 0px 0px 5px 5px;
    /* display: block; */
    max-width: 40rem;
}

.Categories_dropdown ul {
    list-style: none;
    margin: 0px;
}

.Categories_dropdown ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.Categories_dropdown .subCategoryHead_img img {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}

.dropdown-panel-list {
    padding: 20px;
}

.dropdown-panel-list li {
    padding: 0px 0px;
}

.dropdown-panel-list ul {
    padding: 0px 5px;
}

.dropdown-panel-list ul li {
    padding: 5px;
}

.dropdown-panel-list ul ul li {
    padding: 5px 10px;
}

.dropdown-panel-list .menu-title {
    padding: 5px;
    font-weight: 800;
}

.dropdown-panel-list ul a {
    display: block;
    padding: 3px 0px;
}

.dropdown-panel-list ul li a:hover {
    font-weight: 500;
}

/* banner */
.grid-wrapper {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, minmax(234px, 1fr));
    grid-auto-rows: 320px;
    grid-auto-flow: dense;
}

@media (max-width: 1440px) {
    .grid-wrapper {
        grid-auto-rows: 200px;
    }
}

.grid-wrapper .bannerCard01 {}


.shine {
    position: relative;
    overflow: hidden;
}

.shine::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
    -webkit-animation: shine 0.85s;
    animation: shine 0.85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.grid-wrapper img {
    border-radius: 6px;
}

.price-slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.price-slider .price-progress {
    height: 100%;
    /* left: 25%;
    right: 25%; */
    position: absolute;
    border-radius: 5px;
    background: #3d2d6b;
}

.price-range-input {
    position: relative;
}

.price-range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}



input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #b29dff;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #b29dff;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.product-item_inner {
    width: 100%;
    padding: 15px;
}

.product_name {
    border-width: 0px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-wrap: normal;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 15px;
    color: #3D464D;
    font-weight: 400;
}

.product-item {
    border-radius: 6px;
}

.product-item h5 {
    font-size: 16px;
    color: #3d2d6b;
}

.product-item del {
    color: #666666 !important;
    font-size: 14px;
}

.product-img {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    padding-top: 120%;
}

.product-img img {
    /* min-height: 100%; */
    /* max-width: 100%; */
    /* max-height: 100%; */
    width: 100% !important;
    display: initial !important;
}

.product-img a {
    display: block;
    height: 100%;
}

.product-img .showcase-banner {
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    align-items: start;
    justify-content: center;
    background-color: #eee;
    position: absolute;
    top: 0px;
}

.product-box {
    width: 100%;
}

.prductNotAvailable {
    background-color: #fff;
    text-align: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no_product_img {
    max-height: 100%;
}

.product-box .title {
    /* position: absolute; */
    font-size: 22px;
    /* top: 3px; */
    /* left: 15px; */
    text-transform: capitalize;
}

.search-product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_listSortFilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    position: absolute;
    top: 6px;
    right: 8px;
    z-index: 10;
}

.product_listSortFilter .Filter_btn {
    display: none;
}

.search-product-header h2 {
    margin: 0px;
}



.filter-header {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 0px;
}

.filter-clear {
    font-size: 14px;
    font-weight: 400;
    color: #b29dff;
}

.filter-body {
    padding: 15px;
}

.filter-footer {
    padding: 0px 15px 15px;
    display: none;
    text-align: center;
}

.filter-subtitle {
    font-size: 15px;
    font-weight: 600;
}

.filter-rowCard {
    border-top: 1px dashed #ddd;
}

.filter-row {
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-box {
    border: 1px solid #dcdcdc;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.filter-box:hover {
    background-color: #b29dff;
    border-color: #b29dff;
}

.filter-box.selected {
    background-color: #3d2d6b;
    border-color: #3d2d6b;
    color: #fff;
}

.price-input {
    gap: 10px;
}

.carousel-inner {
    border-radius: 6px;
}

.carousel-item {
    padding: 12px;
}

.carousel-item img {
    border-radius: 8px;
}

.prev-price {
    color: #b7b6b6;
    font-weight: 400 !important;
}

.product_viewTitle {
    color: #212121;
    font-size: 24px;
    /* font-weight: 400 !important; */
    display: contents;

    padding: 0;
    line-height: 1.4;
    display: inline-block;
}

.special-price {
    display: flex;
}

.product-rating {
    /* background-color: #f3f3f3; */
    display: flex;
    /* padding: 3px 10px; */
    border-radius: 5px;
    align-items: center;
}

.special-price h5 {
    font-weight: 500;
    text-align: left;
    color: #388e3c;
    font-size: 14px;
}

.sold_by_product {
    font-weight: 500;
    text-align: left;
    color: #dd2a2a;
    font-size: 14px;
}

.total-review-title {
    padding-left: 8px;
    font-weight: 500;
}

.product-sub-title {
    color: #212121;
    font-weight: 500;
}

.ProductView_Colorbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ProductView_Colorbox_single {
    padding: 5px;
    width: 54px;
    height: 54px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    cursor: pointer;
    opacity: .5;
}

.ProductView_Colorbox_single:hover {
    opacity: .8;
}

.ProductView_Colorbox_single:hover label {
    cursor: pointer;
}

.ProductView_Colorbox_single label {
    margin: 0px;
    border-radius: 4px;
    height: 100%;
    overflow: hidden;

}

.ProductView_Colorbox_single img {

    max-width: 100%;
    min-height: 100%;
}

.ProductView_Colorbox_single input {
    display: none;
}

.ProductView_Colorbox_single.selected {
    opacity: 1;
    border-color: #3d2d6b;
}

.ProductView_Sizebox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.ProductView_Sizebox input {
    display: none;
}

.size-button {
    border-radius: 4px;
    overflow: hidden;
}

.size-button label {
    min-width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px;
    padding: 10px;
}

.size-button:hover label {
    border-color: #3d2d6b;
    /* border-width: 2px; */
}

/* .size-button label {
    margin: 0px;
} */

.size-button.selected label {
    border-color: #3d2d6b;
    color: #3d2d6b;
    font-weight: 600;
}


.Material-button {
    border-radius: 4px;
    overflow: hidden;
}

.Material-button label {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Material-button:hover label {
    border-color: #3d2d6b;
    background-color: rgb(60 46 107 / 20%);
}

.Material-button label {
    margin: 0px;
}

.Material-button.selected {
    border-color: #3d2d6b;
    background-color: #3d2d6b;
    color: #fff;
}

.quantityClickProduct {
    overflow: hidden;
    margin: auto;
    display: flex;
    gap: 2px;
    align-items: center;
}

.append_cart_error {
    font-size: 20px;
}

.append_cart_error p {
    margin: 0px;
}

.product-carousel {
    position: sticky;
    top: 0px;
}

.productCardList {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.productCardList:last-child {
    border-bottom: none;
}

.quantityClickProductCart {
    overflow: hidden;
    margin: auto;
    display: flex;
    gap: 2px;
    align-items: center;
}

.quantityClickProduct .form-control,
.quantityClickProductCart .form-control {
    font-size: 13px;
    padding: 4px;
    background: #f3f3f3;
}

.quantityClickProduct .btn-quantity,
.quantityClickProductCart .btn-quantity {
    width: 24px;
    height: 24px;
    background: linear-gradient(#fff, #f9f9f9);
    display: inline-block;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    border-radius: 50%;
    color: #c2c2c2;
    cursor: pointer;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantityClickProduct .btn-quantity i,
.quantityClickProductCart .btn-quantity i {
    line-height: 0px;
}

.quantityClickProduct .btn-quantity:hover,
.quantityClickProductCart .btn-quantity:hover {
    background: #3d2d6b;
    color: #fff;
    border-color: #3d2d6b;
}

.quantityClickProduct .qty-input,
.quantityClickProductCart .qty-input {
    display: flex;
    justify-content: center;
    padding: 3px 6px;
    width: calc(100% - 60px);
    height: 100%;
    width: 46px;
    height: 28px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    margin: 0 5px;
}

.cart_ListImg {
    width: 90px;
    border-radius: 4px;
    overflow: hidden;
    height: 80px;
}

.cart_ListImg img {
    max-width: 100%;
    min-height: 100%;

}



.cart_ListBox {
    display: flex;
    align-items: start;
    gap: 15px;
}

.cart_List_details01 {
    width: 80%;
    text-align: left;
}

.cart_List_details01 a {
    color: #212121;
    text-decoration: none;
    text-align: left;
}

.cart_ListName {
    /* font-weight: 600; */
    color: #212121;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow-wrap: break-word;
    width: calc(100vw - 70vw);
    overflow: hidden;
    text-overflow: ellipsis;

}

.cart_List_details01 a:hover {
    color: #3d2d6b;
}

.checkout-item-Type {
    font-size: 13px;
}

.cart_items01 {
    padding: 3px 0px;
}

.cart_items01 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.cart_items01 ul li:first-child {
    min-width: 40px;
    color: #b9b8b8;
}

.cart_items01 ul li:last-child {
    color: #212121;
    font-weight: 500;
}

.text-save-later,
.text-remove {
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    color: #212121;
    border-radius: 4px;
}

.text-remove:hover,
.text-save-later:hover {
    color: #5b3bc6;
}

.cart_items001 {
    padding-bottom: 5px;
}

.cart_items001 ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.cart_items001 ul li {
    color: #878787;
    font-weight: 500;
}

.cart_items001 ul li span {
    color: #bdb3b3
}

.cart_items001 ul li span:last-child {
    display: none;
}

.cartPrice_box {
    padding-bottom: 10px;
}

.assured-label {
    letter-spacing: .5px;
    background: #3d2d6b;
    color: #fff;
}

.order-summary {
    padding: 25px;

}

.order-summary ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.order-summary ul.order-summary-list-header {
    border-bottom: 1px solid #ddd;
}

.order-summary ul.order-summary-list-header li {
    padding: 10px;
}

.order-summary ul.order-summary-list-header b {
    font-weight: 700;
}


.order-summary ul.order-summary-list-item {
    border-bottom: 1px solid #ddd;
}

.order-summary ul.order-summary-list-item li {
    padding: 10px;
}

.order-summary ul.order-summary-list-item ul li {
    padding: 0px;
}

.subtotal-price02 {
    text-align: right;
}

.checkout-item-price {
    font-weight: 600;
    white-space: nowrap;
    color: #212121;
    font-size: 16px;

}

.card_btn_view ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    font-size: 12px;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

.card_btn_view ul li a {
    color: #7255d2;
}

.modal_min {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    padding: 3px 6px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    cursor: pointer;
    z-index: 111;
}

.cart_listBtn_01 {
    display: flex;
    gap: 10px;
}

.cart_listBtn {
    width: 125px;
    vertical-align: middle !important;
}

.cart_listBtn_01 .btn-sm {
    font-size: 12px;
    /* width: 100%; */
    border: 1px solid #ddd;
}

.cart_listBtn .btn-sm {
    font-size: 12px;
    width: 100%;
    border: 1px solid #ddd;
}

.cart_listBtn_01 .btn-sm.btn-outline-danger,
.cart_listBtn .btn-sm.btn-outline-danger {
    border-color: #dc3545;
}

.cart_listBtn_01 .btn-sm.btn-outline-warning,
.cart_listBtn .btn-sm.btn-outline-warning {
    border-color: #ffc107;
}

.cart_listBtn .remove {
    margin-bottom: 5px;
}

.product-item_cartAdd {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #ddd;
    margin-top: -4px;
}

.product-item_cartAdd .PC_Btn_cart {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.product-item_cartAdd .PC_Btn_cart .fa-solid {
    display: none;
}


/* .product-item_cartAdd .remove {
    background-color: #dc3545;
    color: #fff;
} */
.btn01 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .275rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn01.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.header-user-actions {
    gap: 15px;
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: end;
}

.header-user-actions a {
    color: #212121;
}

.notificationBox {
    position: relative;
    display: block;
    padding: 5px 10px;
}

.notificationBox:hover {
    background-color: #eee;
}

.notificationBox .count {
    background-color: #dc3545;
    color: #fff;
    position: absolute;
    top: -4px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -3px;
}

/* Profile  */
.profile-pic-sidebar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.edit-link {
    color: #f66667;
    font-size: 14px;
    text-decoration: underline;
}

.fs-12 {
    font-size: 12px;
}

.hello-text {
    font-size: 14px;
    font-weight: 400;
    color: #5f5e5e;
}

.hello-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* login  */
.login-container {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-overlay {
    background: -webkit-linear-gradient(to right, #3d2d6b, #5539a5);
    background: linear-gradient(to right, #3d2d6b, #5539a5);
    height: 100%;
    border-radius: 10px 0px 0px 10px !important;
}

.vendor_login .login-overlay {
    border-radius: 0px 10px 10px 0px !important;
}

.reg_button,
.button-login {
    background: -webkit-linear-gradient(to right, #3d2d6b, #3d2d6b);
    background: linear-gradient(to right, #3d2d6b, #3d2d6b);
    color: #fff;
    min-width: 50%;
    padding: 10px 20px;
    border-radius: 50px;
}

.reg_button:hover,
.button-login:hover {
    color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
}

.ResentOpt_button {
    background: -webkit-linear-gradient(to right, #ffc107, #ffc107);
    background: linear-gradient(to right, #ffc107, #ffc107);
    color: #000;
    min-width: 50%;
    padding: 10px 20px;
    border-radius: 50px;
}

.ResentOpt_button:hover {
    color: #000;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.24);
}

.login_boxcard {
    padding: 40px 25px;
}

.form-control:focus {
    border: 1px solid #ced4da;

}

.login_boxcard .form-wrapper .form-control {
    padding: 20px;
    /* border-radius: 30px; */
}

.formpasswordCard {
    overflow: hidden;
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 0.275rem;
}


.formpasswordCard .form-control:focus,
.formpasswordCard .form-control {
    border: none !important;
}

.reg_FormBox .form-wrapper .form-control {
    padding: 20px;
}

.Seller_WizardBox_Add .form-control {
    padding: 20px;
}

.reg_FormBox .form-wrapper .form-select,
.Seller_WizardBox_Add .form-select {
    height: calc(2em + 0.75rem + 2px);
}

.reg_nameFlex {
    display: flex;
    gap: 4px;
}

.reg_FormBox .text-warn {
    color: #dc3545 !important;
    font-size: 13px;
}

.reg-checkbox label {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    accent-color: #4f3f87;
}

.vendor_login .form-control {
    padding: 20px;
}

.otp-container input::-webkit-outer-spin-button,
.otp-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-container input[type=number] {
    -moz-appearance: textfield;
}

/* order summary  */

.Order_ConfirmedPage {
    padding: 30px 0px;
}

.Order_Confirmed_card {
    min-height: 500px;
    /* box-shadow: 0px 0px 19px 0px #cecece; */
    background-color: #fff;
    padding: 40px;
    border-radius: 0.75rem;
}

.order_summarybox_head {
    padding: 10px 0px 15px;
}

.order_summarybox {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
}

.order_summarybox h5 {
    font-size: 24px;
}

.confirmed_box {
    font-size: 14px;
}

.Thank_box {
    margin-bottom: 50px;
}

.Thank_box h5 {
    font-size: 44px;
    margin-bottom: 15px;
    color: #212121;
}

.Thank_box p {
    padding: 10px 0px 5px;
    color: #373737;
}

.order_summarybox_body .checkout_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 6px;
}

.order_summarybox_body .checkout_img img {
    width: 100%;
    min-height: 100%;

}

.order_summarybox_body .table {
    width: 100%;
}

.order_summarybox_body .table tr td hr {
    border: 1px solid #e6e6e6;
}

.order_summarybox_body .table tr td {
    padding: .3rem;
    vertical-align: top;
}

.check_productDetail {
    border-width: 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-wrap: break-word;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    font-weight: 600;
    padding: 2px 0px;
    color: #212121;
}

.checkout_pro_type {
    color: #888;
    font-size: 13px;
    padding: 3px 0px;
}

.chek_pro_Qty {
    color: #888;
    font-size: 13px;
    padding: 3px 0px;
}

.Checkout_prize {
    font-weight: 600;
    padding: 2px 0px;
    color: #212121;
}

.Check_prizetotal_box {
    font-size: 14px;
    color: #888;
    padding: 3px 0px;
}

.Check_prizetotal_box td {
    padding: .5rem .3rem;
}

.border-top td {
    border-top: 1px solid #ddd;
}

.Check_totalPrice_box {
    font-weight: 600;
    color: #212121;
}

.order-details {
    padding: 15px 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 2px dashed #e6e6e6;
    position: relative;
}

.order-details::before {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: -22px;
    left: -46px;
}

.order-details::after {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: -22px;
    right: -46px;
}

.order-details ul {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #888;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.order-details ul li {
    padding: 10px;
    width: 100%;
}

.order-details ul li h6 {
    font-size: 13px;
    color: #161616;
    padding: 5px 0px 0px;
    font-weight: 600 !important;
}

.OrderConfirmed_prize {
    padding: 15px 0px;
}

.OrderConfirmed_prize table tr td {
    border: none;
}

.OrderConfirmed_prize .checkoutDt_01 {
    max-width: 300px;
}


.confirmed_box_logo {
    height: 32px;
    margin-bottom: 20px;
}

.confirmed_box_logo img {
    height: 100%;
}

.Billing_addressBox {
    padding: 3px 0px;
}

.Billing_addressBox h5 {
    font-size: 20px;
    padding: 24px 0px;
    color: #212121;
}

.Billing_addressBox ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.Billing_addressBox ul li {
    width: 100%;
    padding: 6px 0px;
}

.Billing_addressBox ul li:first-child {
    font-weight: 600;
    color: #212121;
}

.Billing_addressBox ul li:last-child {
    color: #373737;
}


.billing_AddressBox label {
    background: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0px;
    border: 1px solid #eee;
    position: relative;
}

.billing_AddressBox input {
    display: none;
}

.tick-mark {
    position: absolute;
    top: 7px;
    right: 10px;
    border: 1px solid #ddd;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    /* padding: 10px; */
    font-size: 10px;
    opacity: 0;
}

.billing_AddressBox input[type="radio"]:checked+label {
    color: #3d2d6b;
    border-color: #3d2d6b;
    font-weight: 600;
}

.billing_AddressBox input[type="radio"]:checked+label .tick-mark {
    opacity: 1;
    color: #3d2d6b;
}

.payment_typesbox_card {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    flex-direction: column;
}

.payment_typesbox {
    position: relative;
}

.payment_typesbox label {
    border: 1px solid #eee;
    padding: 6px 14px;
    border-radius: 5px;
    margin: 0px;
    cursor: pointer;
    width: 100%;
}

.payment_typesbox label:hover {
    color: #3d2d6b;
    border-color: #3d2d6b;
    font-weight: 600;
}

.payment_typesbox input {
    position: absolute;
    top: 15px;
    left: 12px;
    display: none;
}

.payment_typesbox input[type="radio"]:checked+label {
    color: #3d2d6b;
    border-color: #3d2d6b;
    font-weight: 600;

}

.payment_typesbox input[type="radio"]:checked {
    color: #3d2d6b;
}

.total-label {
    font-weight: 600;
    color: #212121;
    background-color: #f0f0f0;
}

.coupon {
    margin-bottom: 10px;
}

.couponGemsValue_box {
    display: flex;
    gap: 10px;
}

.couponGemsValue_bsingle {
    position: relative;
}

.couponGemsValue_bsingle label {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    padding-left: 30px;
    margin: 0px;
}

.couponGemsValue_bsingle input {
    position: absolute;
    top: 15px;
    left: 12px;
}

.couponGemsValue_bsingle input[type="radio"]:checked+label {
    background-color: #e1deeb;
    color: #3d2d6b;
    border-color: #3d2d6b;
}

.couponGemsValue_bsingle input[type="radio"]:checked {
    color: #3d2d6b;
}

.couponSectionDiv {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    width: 100%;
    position: relative;
}

.couponSectionDiv .coupon-input {
    padding: 18px;
    margin-right: 6px;
}

.couponSectionDiv span {
    position: absolute;
    bottom: -40px;
}

.couponSectionDiv .coupon-btn {
    background-color: #000;
    color: #fff;
    font-size: 14px;

}

.coupon-input {
    width: 50%;
}

.pro_horiImag {
    width: 150px;
    height: 160px;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}

.pro_horiImag img {
    max-width: 100%;
    /* min-height: 100%; */
}

.cat-item {
    overflow: hidden;
}

.Deal_container {
    background-color: #f6f6f6;
    background-image: url(../images/app-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.Deal_container img {
    width: 100%;
}

.Deal_container .Deal_DayOffcard {
    /* background-color: #f6f6f6; */
    border-radius: 5px;
    border-color: #f6f6f6;
    padding: 20px;
}



.Deal_container .col-md-6:first-child .card {
    background-image: linear-gradient(90deg, #f0a304 0%, #fdc71a 100%);
}

.Deal_container .col-md-6:last-child .card {
    background-image: linear-gradient(91.2deg, rgba(136, 80, 226, 1) 4%, rgba(16, 13, 91, 1) 96.5%);
}

.Deal_container .showcase-banner {
    border-radius: 5px;
    overflow: hidden;
}

.countdown-desc {
    color: #212121;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.countdown {
    display: flex;
    gap: 20px;
}

.countdown-content {
    padding: 8px 16px;
    text-align: center;
    background-color: rgb(60 46 106 / 6%);
    border-radius: 4px;
}

.display-number {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    min-width: 40px;
    margin-bottom: 0px;
}

.display-text {
    font-size: 12px;
    margin-bottom: 0px;
}

.Exclusive_card {
    /* background-image: url(../images/exc.png); */
    /* background-color:#3c2e6b */
    background: linear-gradient(to right,
            #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%,
            #dabd6b 35%, #dabd6b 40%, #dabd6b 50%, #d3b15f 58%,
            #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%,
            #e1b453 93%, #a4692a 100%);

    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}



.Exclusive_card .section-title {
    color: #fff;
}

.Exclusive_card .show_all_featured a {
    background: #fff;
    color: #3c2e6b;
}



.Exclusive_card .owl-carousel.owl-drag .owl-item {
    padding: 10px;
}

/* .Exclusive_card .product-item { */
.Exclusive_card .product-item:hover {
    box-shadow: 2px 2px 10px #a66e2d;
}

.Exclusive_card .product-item .product_name {
    color: #fff;
}

.Exclusive_card .product-item_inner h5 {
    color: #3c2e6b;
    font-size: 15px;
}

.Exclusive_card .product-item_inner .text-warning {
    color: #3c2e6b !important;
}

.Exclusive_card .Exclusive-carousel .product-img a {
    position: absolute;
    top: 0px;
}

.Exclusive_head::before {
    content: '';
    background-color: #fbc317;
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    left: 10px;
}


.Exclusive_icon {
    width: 60px;
    position: absolute;
    top: 25px;
    z-index: 15;
    left: 18px;
    transform: rotate(-30deg);
}

.Exclusive_icon img {
    width: 100%;
}

.Exclusive_head {
    padding-left: 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.Exclusive_head span,
.Exclusive_head h4 {
    margin: 0px;
    position: relative;
}

.show_all_featured a {
    background-color: #3c2e6b;
    color: #fff;
    padding: 8px 12px;
    width: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    height: 25px;
}

.show_all_featured a:hover {
    width: auto;
}

.show_all_featured a:hover span {
    display: block;
    margin-right: 8px;
}

.show_all_featured a span {
    display: none;
}

.newArrivalCardHead {
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px 10px;
}

.NewArrivalsHead,
.TopRatedCardHead,
.TrendingCardhead,
.NewProductCardHead,
.FeaturedCardHead {
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px 10px;
}

.Exclusive_card,
.TopRatedCard,
.TrendingCard,
.FeaturedCard,
.NewProductCard,
.NewArrivalscard,
.NewProductCard {
    padding: 15px;
}

.SingleProductContainer {
    padding: 15px;

}

.NewProductCard .product-item {
    background-color: #f9f9f9;
    padding: 10px;
    height: auto;
    position: sticky;
    top: 10px;
}



.SingleAdsBanner img {
    width: 100%;
}

.SingleAdsBanner_in {
    background-color: #f9f9f9;
    border-radius: 6px;
    overflow: hidden;
}

.secondAdsBanner {
    position: relative;
}

.secondAdsBanner .owl-dots {
    text-align: center;
}

.secondAdsBanner .owl-dots .active {
    box-shadow: none;
}

.secondAdsBanner .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    border: 0;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

.secondAdsBanner .card a,
.secondAdsBanner .card img {
    height: 100%;
}

.secondAdsBanner .owl-item {
    opacity: 0.5;
    transition: all 0.3s;
    height: 380px;
}

.secondAdsBanner .center {
    opacity: 1;
}

.secondAdsBanner .owl-carousel .owl-stage {
    padding: 0px;
}


.findaddress {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 20px;
}

.FindIcon {
    border: 1px solid #d0d0d0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 4px;
}

.findaddress p {
    font-size: 13px;
    font-weight: 400;
}

.findaddress h6 {
    font-size: 15px;
    font-weight: 600 !important;
}

.mapCard {
    overflow: hidden;
    border-radius: 6px;
    height: 300px;
}

.mapCard iframe {
    width: 100%;
    height: 300px;
}

.getInTouchCard input.form-control {
    height: calc(1.5em + 0.75rem + 10px);
}

.getInTouchCard textarea.form-control {}

.autocomplete-suggestion {
    position: absolute;
    top: 36px;
    left: 0px;
    right: 0px;
    background: #fff;
    z-index: 111;
    box-shadow: 0px 3px 5px 2px #f3f3f3;
    border-radius: 4px;
    max-height: 332px;
    overflow: auto;
    display: none;
}

.userCouponCode {
    display: flex;
    gap: 10px;
}

.userCouponCode span {
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    line-height: 2px;
    font-size: 14px;
    color: #ffc107;
}

.userCouponCode span:hover {
    background-color: #3c2e6b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    line-height: 2px;
    font-size: 12px;
}

.autoCompleteSearchResult {
    border-bottom: 1px solid #f5f5f5;
}

.autoCompleteSearchResult a {
    display: block;
    padding: 6px 12px;
    color: #3d2d6b;
}

.autoCompleteSearchResult a:hover {
    background-color: #3d2d6b;
    color: #fff;
}

.purchase-items_img {
    border-radius: 5px;
    overflow: hidden;
}

.purchase-items_img img {
    width: 100%;
}

.purchase-items_prizein {
    display: flex;
    align-items: center;

}

.Shipping_adHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Shipping_adbody {}


.Shipping_adbody ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.Shipping_adbody ul li {
    position: relative;
    padding: 6px;
    padding-left: 30px;
}

.Shipping_adbody ul li i {
    position: absolute;
    top: 10px;
    left: 7px;
    color: #3d2d6b;
}

.cartNotFound .card {
    padding: 40px;
}

.New_profileChangePass {
    display: flex;
    align-items: center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.275rem;
    position: relative;
    padding-left: 24px;
}

.New_profileChangePass .form-control {
    border: none;
}

.New_profileChangePass .eye {
    padding: 7px 10px;
}

.New_profileChangePass .fa-key {
    position: absolute;
    left: 10px;
}

.profile-image {
    width: 190px;
    margin: 0px auto 10px;
}

.profile-image img {
    width: 100%;
}

.Email_SendLink {
    display: flex;
    align-items: center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.275rem;
    padding: 3px;
}

.Email_SendLink .form-control {
    border: none;
}

.Email_SendLink .btn {
    padding: 10px 22px;
}

.copy-text {
    display: flex;
    align-items: center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.275rem;
    padding: 3px;
}

.copy-text .form-control {
    border: none;
    background-color: #fff;
}

.Email_SendLink .btn {
    padding: 10px 22px;
}

.ShareLinks_inner {
    display: flex;
    justify-content: center;
    font-size: 24px;
    gap: 15px;
}

.ShareLinks_inner_item a {
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.ShareLinks_inner_item.facebook a {
    background-color: #316ff6;
}

.ShareLinks_inner_item.instagram a {
    background-color: #E4405F;
}

.ShareLinks_inner_item.twitter a {
    background-color: #1DA1F2;
}

.ShareLinks_inner_item.whatsapp a {
    background-color: #25D366;
}

.ShareLinks_inner_item.envelope a {
    background-color: #1DA1F2;
}












.otp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 5px;
}

.otp-container .form-control {
    text-align: center;
}

.Profile_show_address_inner {
    padding: 10px;
    border: 1px solid #f3f3f3;
    border-radius: 0.275rem;
    margin-bottom: 10px;
    position: relative;
}

.Profile_show_address_inner .primary-label {
    font-size: 10px;
    background-color: #ffc107;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.Pro_address_btn {
    padding: 10px 0px;
    display: flex;
    justify-items: left;
    gap: 15px;
}

.Pro_address_btn input {
    display: none;
}

.Pro_address_btn label {
    /* background-color: #ddd; */
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #ddd;
}

.Pro_address_btn span {
    /* background-color: #ddd; */
    padding: 5px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 13px;
    display: block;
    border: 1px solid #ddd;
}

.Pro_address_btn span:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.Pro_address_btn input[type="radio"]:checked+label {
    background-color: #3d2d6b;
    border-color: #3d2d6b;
    color: #fff;
}

.Pro_address_btn .primary-label {
    display: none;
}

.Pro_address_btn input[type="radio"]:checked+label+span+.primary-label {
    display: block;
}


.card-address {
    max-height: calc(100vh - 150px);
    overflow: auto;
}


.ProductView_Sliderbox {
    /* display: flex;
    gap: 15px; */
    /* max-height: calc(100vh - 150px); */
    margin-bottom: 10px;
}

.ProductView_SliderboxRow {
    position: sticky;
    top: 10px;
}

.ProductViewSingleSlider {}

.ProductViewSingleSlider .swiper-slide {
    height: 550px !important;
    display: flex;
    justify-content: center;
    background-color: #f2f2f2;
}

.ProductViewSingleSlider .swiper-slide img {
    width: auto !important;
    height: 100%;
}

.ProductViewSliderthumbnail {}

.ProductViewSliderthumbnail .swiper-wrapper {
    flex-direction: column;
    max-height: 550px;
}

.ProductViewSliderthumbnail .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 130px !important;
    margin-bottom: 10px !important;
    opacity: 0.5;
    overflow: hidden;
    cursor: pointer;
}



.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide {
    border-radius: 0.575rem;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    min-height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.Spinner_box {
    display: block;
    height: 500px;
    position: relative;
    letter-spacing: 0.5px;
}

.spinner::after {
    content: '';
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50%;
}

.spinner.material::after {
    border-top: 4px solid #3d2d6b;
    border-left: 4px solid #3d2d6b;
    border-bottom: 4px solid #3d2d6b;
    border-right: 4px solid rgba(255, 255, 255, 0.0);
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.Profile_dtCard {
    overflow: hidden;
    position: sticky !important;
    top: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.25rem !important;
    border: none;
}



.Profile_dtCard .card-header {
    border-bottom: none;
    background-color: #fff;
}

.Profile_dtCard .card-title {
    color: #212121;
    font-size: .95rem;
    font-weight: 500;
}

.About_ul li {
    position: relative;
    padding-left: 30px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.addressBox {
    display: block;
}

.About_ul li:hover {
    background-color: #f7f7f7;
    border-radius: 6px;
}



.About_ul li span {
    position: absolute;
    left: 6px;
    top: 10px;
    font-size: 12px;
}

.About_ul li span svg {
    width: 14px;
    margin-top: -5px;
}

.Pro_4colCard {
    display: flex;
    align-items: baseline;
    min-height: 30px;
}

.Referral_card .progress {
    height: 8px;
    border-radius: 4px;
}

.Earnedpoints_card {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to right, #3d2d6b, #3d2d6b);
}

.cashBack_yearCard {
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offerSoonCard {
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pro_orderFilter {
    display: flex;
    align-items: center;
}

.Pro_orderFilter_inner {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.Pro_orderFilter_inner label {
    padding: 6px 12px;
    margin: 0px;
    border-left: 1px solid #ddd;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
    display: block;
}

.Pro_orderFilter_inner .Pro_order_tab:first-child label {
    border-left: none;
}

.Pro_orderFilter_inner .Pro_order_tab {
    position: relative;

}

.Pro_orderFilter_inner .Pro_order_tab input {
    display: none;
}

.Pro_orderFilter_inner .Pro_order_tab input[type="radio"]:checked+label {
    background-color: #3e306e;
    color: #fff;
    border-color: #3f3170;
}


.orderHistory_card {
    /* padding: 20px; */
}

.orderHistory_list {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.orderHistory_list ul.header-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}

.orderHistory_list ul.header-list li {
    padding: 10px;
}

.orderHistory_list ul.orderHistory_list_item {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}

.orderHistory_list ul.orderHistory_list_item:last-child {
    border-bottom: none;
}

.orderHistory_list ul.orderHistory_list_item li {
    padding: 10px;
}

.orderHistory_list ul.header-list b {
    font-weight: 700;
}

.orderHistory_list ul.orderHistory_list_item li.statusorder03 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderHistory_list ul.orderHistory_list_item li.SubtotalOrder03 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.orderHistory_product_img {
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderHistory_product_img a {
    display: flex;
    justify-content: center;
    height: 100%;
}

.cart_ListImg.orderHistory_product_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bottomManu {
    display: none;
}

.navsectionbar {
    margin-bottom: 0px;
}

.form-wrapper {
    position: relative;
}

.EyeBtn {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    width: 42px;
    background: #fff;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
}

.EyeBtn_01 {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    width: 42px;
    background: #fff;
    /* height: 39px; */
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
}

.error_msg {
    font-size: 13px;
}

.VendorLogin_card,
.reg_FormBox {
    padding: 40px 25px;
}

.VendorLogin_card #forgot-password {
    display: block;
}

.OTPCardBox {

    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border: none;
}

.OTPCardBox_body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
}



.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.otp-input:focus {
    border-color: #007bff;
    outline: none;
}

#submit-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

#submit-btn:disabled {
    background-color: #ccc;
}

.otp-heading {
    font-size: 22px;
}

.ProductDescription_Card {
    padding: 30px;
    border: 1px solid #F1F0FF;
    border-radius: 4px;
}

.cartquantity_save_removebtn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 10px;
    justify-content: space-between;
}

.cart_quantityBox {
    width: 110px;
}

.cart_quantityBox_view01 {
    width: 130px;
}

.productCardListBox {
    display: flex;
    align-items: start;
    gap: 15px;
}

.productCardListBoxImg {
    height: 112px;
    width: 112px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background-color: #f1f1f1;
}

.productCardListBoxImg img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
}

.productCardListBox01 {
    width: 80%;
    text-align: left;
    padding-right: 70px;
}

.productCard_ListName {
    /* font-weight: 600; */
    color: #212121;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
}

.productCard_items001 {
    padding-bottom: 5px;
}

.productCard_items001 ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.productCard_items001 ul li span:last-child {
    display: none;
}

.productCartPrice_box {
    padding-bottom: 10px;
}

.productCart_checkoutprice {
    font-weight: 600;
    white-space: nowrap;
    color: #212121;
    position: absolute;
    top: 36px;
    right: 10px;
    font-size: 16px;
}

.savelatterDiv_head {
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px 10px;
}

.billing-details {
    margin-bottom: 15px;
}

.shippingAddressBtn {
    text-align: right;
}

.shippingAddressBackBtn,
.shippingAddressNextBtn {
    /* display: none; */
}

.shippingAddressBtnDiv {
    display: none;
}


.btn_continueShop {
    padding: 12px;
    width: 100%;
    font-weight: 600;
}

.btn_PlaceOrder {
    padding: 12px;
    width: 100%;
    font-weight: 600;
}

.payment-summary {
    padding: 30px;
}

.nowrap {
    white-space: nowrap;
}

.gem_walletCheckBox {
    position: relative;
    padding-left: 25px;
}

.gem_walletCheckBox .coinUpdateCheckout {
    position: absolute;
    top: 4px;
    left: 4px;
}

.orderHistory_list {
    padding: 16px;
    border-radius: 4px;
}

.ProductPrice_col {
    position: sticky;
    top: 10px;
}

.SellerSectionBox.LoginSection {
    padding-top: 0px !important;
}

.Seller_WizardBox {
    padding: 10px 0px;
}

.Seller_WizardBox ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    justify-content: center;
}

.Seller_WizardBox ul li {
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 40px;
}


.Seller_WizardBox ul li span {
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 13px;
    margin-right: 10px;
}

.Seller_WizardBox ul li::after {
    content: '';
    position: absolute;
    top: 23px;
    right: 0px;
    width: 26px;
    height: 2px;
    background: #ddd;
}

.Seller_WizardBox ul li:last-child::after {
    display: none;
}

.Seller_WizardBox ul li.active {
    color: #3d2d6b;
    font-weight: 500;
}

.Seller_WizardBox ul li.active span {
    border-color: #3d2d6b;
    border-width: 2px;
}

.Seller_WizardBox ul li.done {
    color: #028430;
    font-weight: 500;
}

.Seller_WizardBox ul li.done span {
    border-color: #028430;
    border-width: 2px;
}

.Seller_WizardBox ul li.done::after {
    background: #3d2d6b;

}

.Seller_WizardBox_Add {
    min-height: 300px;
    align-items: center;
    padding: 30px 0px;
}

.customer_logout {
    display: none;
}

.UploadAddress_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.UploadAddress_box .form-control-file {
    width: 210px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

.order-status-update-tab {
    display: flex;
    gap: 10px;

}

.order-status-update-tab .btn {
    padding: 12px 20px;
    width: 100%;
}

.Profile_dtCardBody_img {
    position: relative;
    display: flex;
    justify-content: center;
    height: 230px;
}

.Profile_dtCardBody_imgIn {
    padding: 8px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    position: absolute;
    top: -19px;
    height: 240px;
    padding-top: 102px;
}

.bronze .Profile_dtCardBody_imgIn {
    background: linear-gradient(180deg, rgba(104, 65, 58, 1) 0%, rgba(237, 190, 172, 1) 44%, rgba(111, 66, 60, 1) 100%);
}

.silver .Profile_dtCardBody_imgIn {
    background: linear-gradient(180deg, rgba(120, 118, 117, 1) 0%, rgba(214, 214, 214, 1) 44%, rgba(146, 146, 146, 1) 100%);
}

.gold .Profile_dtCardBody_imgIn {
    background: linear-gradient(180deg, rgba(187, 122, 56, 1) 0%, rgba(249, 231, 195, 1) 44%, rgba(220, 142, 60, 1) 100%);
}

.platinum .Profile_dtCardBody_imgIn {
    background: linear-gradient(180deg, rgba(100, 52, 102, 1) 0%, rgba(248, 179, 234, 1) 44%, rgba(134, 74, 134, 1) 100%);
}

.Profile_dtCardBody_imgIn img {
    border-radius: 50%;
}

.Profile_versionbox {
    font-size: 18px;
    position: absolute;
    top: 24px;
    z-index: 10;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins';
    opacity: .3;
    transform: rotate(-35deg);
}

.HomeContainerRow {
    display: grid;
    grid-template-columns: repeat(5, minmax(150px, 1fr));
}

.SaveLater_product_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
}

.NewProductCardrow {
    display: grid;
    grid-template-columns: minmax(40%, 200px) 1fr;
}

.NewProductCardrow02 {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
}

.NewProductCardrow02 .product-img {
    padding-top: 120%;
}

.single_ProdutItem {
    height: 100%;
}

.single_ProdutItem .product-img {
    padding-top: 100%;
}

/* Menu  */
.tabmenu_view {
    display: block;
}

.Mobile_view {
    display: none;
}

.orderHistory_list_item .cart_items01 ul li {
    position: relative;
    padding: 5px 0px;
}

.orderHistory_list_item .cart_items01 ul li {
    padding: 0px 6px;
    color: inherit;
    font-weight: inherit;
    position: relative;
}

.orderHistory_list_item .cart_items01 ul li:first-child {
    padding-left: 0px;
}

.orderHistory_list_item .cart_items01 ul li::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -5px;
    width: 1.5px;
    height: 100%;
    background-color: #b8a6f1;
}

.orderHistory_list_item .cart_items01 ul li:first-child::before {
    display: none;
}

.orderHistory_list_item .cart_items01 ul li b {
    font-weight: 600;
    margin-left: 5px;
}

.couponListCard {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}

.couponListCard label {
    font-weight: 600;
    margin-bottom: 0px;
}

@media (max-width: 1024px) {

    .secondAdsBanner .owl-item {
        height: auto;
    }

    .single_ProdutItem {
        height: auto;
        position: sticky;
        top: 10px;
    }

    .Order_Confirmed_card {
        padding: 40px 0px;
    }

    .OrderConfirmed_prize .checkoutDt_01 {
        max-width: 250px;
    }
}

@media (max-width: 768px) {

    .product_listSortFilter .Filter_btn {
        display: block;
    }

    .filter-body {
        height: calc(100vh - 90px);
        overflow: auto;
    }

    .filter-footer {
        display: block;
    }

    .tabmenu_view {
        display: none;
    }

    .Mobile_view {
        display: none;
        position: fixed;
        top: 64px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: #fff;
        z-index: 9998;
        margin-bottom: 0px;
    }

    .Mobile_view_inner {
        position: relative;
        overflow: auto;
        padding: 10px 15px;

        height: calc(100vh - 125px);
    }

    .Mobile_view_inner_ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 90px;
        border-right: 1px solid #ddd;

    }

    .Mobile_view_inner_ul li {
        border-bottom: 1px solid #ddd;
    }

    .Mobile_view_inner_link {
        padding: 10px;
        display: block;
        text-align: center;
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Mobile_view_inner_link.active {
        background-color: #3d2d6b;
        color: #fff;
    }

    .Mobile_view_inner .Categories_dropdown {
        box-shadow: none;
    }

    .dropdown-panel-list ul {
        padding: 0px;
    }

    .dropdown-panel-list ul li {
        padding: 10px;
    }

    .dropdown-panel-list ul li img {
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
        display: block;
    }

    .main_categoriesCardhead ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }


    .main_categoriesCardhead .main_categoriesCardhead_title {
        position: relative;

    }

    .main_categoriesCardhead ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .main_categoriesCardhead .main_categoriesCardhead_title {
        display: flex;
    }

    .main_categoriesCardhead .main_categoriesCardhead_title::before {
        content: '';
        position: absolute;
        top: 13px;
        left: 0px;
        width: 100%;
        border-bottom: 1px dashed #ddd;
    }

    .main_categoriesCardhead .main_categoriesCardhead_title a {
        background-color: #fff;
        position: relative;
        z-index: 10;
        padding-right: 8px;
    }

    .dropdown-panel-list {
        padding: 10px;
    }

    .HomeContainerRow {
        grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    }

    .NewProductCardrow {
        grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    }

    .NewProductCard_frist {
        display: none;
    }

    .back-to-top {
        display: none !important;
    }

    .product_name {
        font-size: 14px;
    }

    main {
        padding: 0px;
    }

    .navsectionbar {
        margin-bottom: 10px;
    }

    .bottomManu {
        display: block;
        position: fixed;
        bottom: 5px;
        left: 5px;
        right: 5px;
        background-color: #3d2d6b;
        z-index: 9999;
        /* border-top: 2px solid #ddd; */
        border-radius: 50px;
    }

    .bottomManu ul.bottomManu_ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .bottomManu ul.bottomManu_ul li {
        padding: 6px;
    }

    .bottomManu ul.bottomManu_ul li a {
        color: #fff;
        font-size: 16px;
        width: 40px;
        display: flex;
        height: 40px;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        position: relative;
    }

    .cartCountUpdate {
        position: absolute;
        top: 0px;
        right: -5px;
        background-color: #e4a607;
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottomManu ul.bottomManu_ul li:hover a {
        background: rgb(255 255 255 / 12%);

    }

    .bottomManu ul.bottomManu_ul li .btn {
        color: #fff;
    }

    .bottomManu ul.bottomManu_ul li .btn-secondary {
        background-color: transparent;
        border: none;
    }

    .bottomManu .navbar-collapse {
        position: fixed;
        top: 0px;
        background-color: rgb(0 0 0 / 85%);
        width: 100%;
        left: -15rem;
        bottom: 0px;
    }

    .navbar-collapse_in {
        background-color: #3d2d6b;
        width: 90%;
        height: 100%;
    }

    .bottomManu .navbar-collapse.show {
        left: 0rem;
    }

    .bottomManu .navbar-collapse .navbar-nav .nav-link {
        padding: 10px;
        color: #fff;
        border-bottom: 1px solid #4c3b7e;
    }

    .bottomManu .navbar-nav .dropdown-menu {
        position: relative !important;
        transform: none !important;
        min-width: 100%;
    }

    .bottomManu .navbar-collapse .navbar-nav .nav-link:hover {
        color: #fff;
        background-color: #4a3d75;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .topbarMenu01 {
        background: #fff;
        box-shadow: 0px 1px 1px #d7d7d7;
        position: sticky;
        top: 0px;
        z-index: 9999;
        margin-bottom: 10px;
    }



    .filter-sidebarbox {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: #fff;
        z-index: 99999;
        margin-bottom: 0px;
        display: none;
    }

    .filter-sidebarbox.show {
        display: block;
    }

    .Billing_addressBox {
        width: 100%;
    }

    .modal {
        z-index: 9999;
    }

    .LoginSection {
        padding: 1.5rem 0rem !important;
    }

    .Profile_dtCardBody {
        display: flex;
    }

    .swiper-slide {
        height: 230px;
    }

    .swiper-slide img {
        width: 100%;
    }

    .productCart_prizeFotter {
        display: flex;
        align-items: center;
        gap: 15px;

    }

    .productCart_prizeFotter a {
        width: 100%;
        display: block;
    }


    .ProductViewSliderthumbnail .swiper-wrapper {
        flex-direction: row;
    }

    .ProductViewSliderthumbnail .swiper-wrapper .swiper-slide {
        width: 112px !important;
        height: 120px !important;
        margin-bottom: 0px !important;
    }

    .ProductViewSliderthumbnail {
        padding: 10px 0px !important;
    }

    .ProductViewSliderthumbnail .swiper-wrapper {
        height: 100%;
    }

    .ProductViewSingleSlider .swiper-slide {
        height: 400px !important;
    }

    .close_navbar {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #fff;
        padding: 10px 20px;
    }

    .SaveLater_product_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }

    .payment-summary {
        display: none;
    }

    .order-summary_col {
        display: none;
    }

    .shippingAddressBtn {
        display: flex;
        justify-content: space-between;
    }

    .shippingAddressBackBtn {
        display: none;
    }

    .shippingAddressBtnDiv {
        display: block;
        text-align: right;
    }

    .payment_typesbox_card {
        padding-bottom: 15px;
    }

    .Categories_dropdown {
        max-width: 100%;
        width: 100%;
    }

    .Categories_dropdown_row {
        max-width: 100%;
    }


}

@media (max-width: 575px) {
    body {
        font-size: 12px;
        margin-bottom: 50px;
    }

    .Mobile_view {
        top: 100px;
    }


    .shippingAddressBtn {
        flex-direction: column;
        gap: 5px;
    }

    .shippingAddressBtn a {
        width: 100% !important;
    }

    .shippingAddressBtnDiv .btn {
        width: 100%;
    }

    .Categories_dropdown {
        min-width: 100%;
    }

    .HomeContainerRow {
        display: grid;
        /* grid-template-columns: repeat(5, 200px); */
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .NewProductCardrow02 {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .customer_logout {
        display: block;
    }

    .topbarMenu01 {
        box-shadow: none;
        position: sticky;
        top: 0px;
        z-index: 9999;
        background: #fff;
        height: 105px;
        margin-bottom: 0px;
    }

    .brand-logo {
        width: 120px;
    }

    .header-search-container {
        width: auto;
        position: absolute;
        top: 56px;
        left: 16px;
        right: 16px;
    }

    .offerSoonCard,
    .cashBack_yearCard {
        min-height: 180px;
    }

    .header-user-actions .btn-group {
        display: none;
    }

    .grid-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0px !important;
    }

    .LoginSection {
        padding: .5rem 0rem !important;
        display: flex;
        align-items: center;
        height: calc(100vh - 155px);
        overflow: auto;
    }

    .LoginSection.RG-LoginSection {
        align-items: start;
    }

    .SellerSectionBox.LoginSection {
        align-items: start;
    }

    .LoginSection::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0px;
        background: aliceblue;
        background-image: url(../images/doodle-dress.webp);
        background-position: center;
        background-size: cover;
        opacity: .05;
        z-index: -1;
    }

    .LoginSection .login-container {
        box-shadow: none !important;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .LoginSection .login_boxcard {
        padding: 25px 10px;
    }

    .LoginSection .clientLog01,
    .LoginSection .welcome-1 {
        display: none;
    }

    .vendor_login .login-overlay,
    .login-overlay {
        border-radius: 10px !important;
    }

    .welcome-1 {
        order: 1;
    }

    .Form-1 {
        order: 2;
    }

    .reg_FormBox {
        padding: 20px 10px;
    }



    .VendorLogin_card .EyeBtn {
        top: 8.5px;
    }

    .VendorLogin_card #forgot-password {
        margin-top: 10px;
    }

    .OTPCardBox_body {
        padding: 25px;
        display: block;
    }

    .otp-container {}

    .otp-input {
        font-size: 18px;
        width: 40px;
        height: 40px;
    }

    .Profile_dtCardBody {
        display: block;
    }

    .swiper-container.slider {
        height: auto;
    }

    .swiper-container.slider-thumbnail {
        height: 24vh;
    }

    .ProductDescription_Card {
        padding: 10px;
    }

    .cart_List_details01 {
        padding-right: 0px;
    }

    .checkout-item-price {
        position: relative;
        top: 0px;
        right: 0px;
    }

    .cart_ListName {
        font-size: 15px;
    }


    .productCardList {
        padding: 10px 0px;
    }

    .cart_ListBox {
        gap: 10px;
    }

    .cart_List_details01 {}

    .cart_ListName {
        width: calc(100vw - 55vw);
    }

    .order-summary {
        padding: 15px;
        margin-top: 20px;
    }

    .order-summary ul.order-summary-list-item li {
        padding: 5px 0px;
    }

    .productCardListBox {
        display: block;
        position: relative;
        padding-left: 130px;
    }

    .productCardListBoxImg {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .productCardListBox01 {
        width: 100%;
        padding-right: 0px;
    }

    .btn_PlaceOrder,
    .btn_continueShop {
        padding: 10px;
    }

    .Cart_totalBox {
        padding: 10px 15px;
        position: sticky;
        bottom: 58px;
        z-index: 999;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #ddd;
    }

    .ProductPrice_col,
    .productCartSection {
        box-shadow: none;
    }

    .Cart_totalBox h5 {
        margin: 0px;
    }

    .billing-details {
        padding: 20px;
    }

    .Billing_addressBox {
        padding: 4px;
    }

    .billing_AddressBox label {
        padding: 6px 12px;
    }

    .tick-mark {
        top: 6px;
    }

    .payment-summary {
        padding: 20px;
    }

    .order-summary table.orderProductList021 tr.Yourorder_thead {
        display: none;
    }

    .order-summary table.orderProductList021 tr {
        display: flex;
        flex-direction: column;
    }

    .order-summary table.orderProductList021 tr .checkout-item-price {
        margin-bottom: 0px;
    }

    .couponSectionDiv {
        width: 100%;
    }

    .couponSectionDiv .coupon-input {
        padding: 12px;
    }

    .couponSectionDiv .couponCodeCheck {
        font-size: 14px;
    }

    .Order_ConfirmedPage {
        padding-top: 0px;
    }

    .Order_Confirmed_card {
        padding: 0px 0px;
    }

    .check_productDetail {
        width: calc(100vw - 62vw);
    }

    .orderHistory_card {
        padding: 0px;
    }

    .orderHistory_list table tr.product {
        display: flex;
        flex-direction: column;
    }

    .orderHistory_list table thead {
        display: none;
    }

    .orderHistory_list table tbody td {
        padding: 0px;
    }

    .orderHistory_list table tbody td:first-child {
        padding: 10px 0px 0px;
    }

    .orderHistory_list table tbody td:last-child {
        padding-bottom: 10px;
    }

    .orderHistory_list table tbody td .badge {
        margin-left: -45px;
    }

    .orderHistory_list .cart_List_details01 {
        width: 100%;
    }

    .orderHistory_list .cart_List_details01 .cart_ListName {}

    .orderHistory_list table tbody td h6 {
        margin-bottom: 0px;
    }

    .order-status-update-tab {
        flex-direction: column;
    }

    .order-status-update-tab .btn {
        padding: 12px 20px;
        width: 100%;
    }

    .secondAdsBanner .owl-item {
        height: auto;
    }

    .Exclusive_card,
    .TopRatedCard,
    .TrendingCard,
    .FeaturedCard,
    .NewProductCard,
    .NewArrivalscard,
    .NewProductCard {
        padding: 15px 10px;
    }



    .SingleProductContainer {
        padding: 15px 10px;
    }


    .p-10 {
        padding: 5px !important;
    }

    .Exclusive-carousel {
        margin-top: 10px;
    }

    .Exclusive_card .owl-carousel.owl-drag .owl-item {
        padding: 5px !important;
    }

    .ProductViewSliderthumbnail .swiper-wrapper .swiper-slide {
        width: 126.667px !important;
        height: 136px !important;
        margin-bottom: 0px !important;
    }

    .product-item_inner {
        padding: 10px 5px;
    }

    .product_name {
        font-size: 12px;
    }

    .product-item h5 {
        font-size: 14px;
    }

    .countdown {
        gap: 10px;
    }

    .form-select,
    .form-control {
        font-size: 12px !important;
    }

    .header-user-actions {
        gap: 5px;
    }

    .btn {
        font-size: 12px !important;
    }

    .show_all_featured a {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .product_viewTitle {
        font-size: 16px;
    }

    .product_ShowDetails .price h5,
    .product_ShowDetails .price h3 {
        font-size: 16px;
    }

    .Footer_Section {
        display: none;
    }

    .Copyright_section {
        display: none;
    }

    .p_sm-0 {
        padding: 0px !important;
    }

    .orderHistory_list ul.header-list {
        display: none;
    }

    .orderHistory_list ul.orderHistory_list_item {
        position: relative;
        padding-left: 110px;
    }

    .orderHistory_list ul.orderHistory_list_item li {
        padding: 5px 0px;
        position: static;
    }

    .orderHistory_list ul.orderHistory_list_item li {}

    .orderHistory_list ul.orderHistory_list_item li.statusorder03 {
        justify-content: start;
    }

    .orderHistory_list ul.orderHistory_list_item li.SubtotalOrder03 {
        justify-content: start;
    }

    .orderHistory_list ul.orderHistory_list_item .orderHistory_product_img {
        position: absolute;
        left: 0px;
        top: 10px;
        width: 100px;
        height: 100px;
    }

    .product-item_cartAdd .PC_Btn_cart .fa-solid {
        display: block;
    }

    .product-item_cartAdd .PC_Btn_cart.removeSaveLater {
        width: 50px;
    }

    .product-item_cartAdd .PC_Btn_cart span {
        display: none;
    }

    .order_summarybox h5 {
        font-size: 20px;
    }

    .order-details {
        padding: 10px 0px;
    }

    .order-details ul {
        display: block;
    }

    .order-details ul li {
        padding: 5px 0px;
    }

    .order-details ul li h6 {
        margin-bottom: 0px;
    }

    .OrderConfirmed_prize {
        padding-top: 25px;
    }

    .order-summary ul.order-summary-list-header {
        display: none;
    }

    .orderHistory_list_item .cart_items01 {
        padding: 0px;

    }

    .orderHistory_list_item .cart_items01 ul {
        flex-direction: column;
        align-items: start;
        gap: 0px;
    }

    .orderHistory_list_item .cart_items01 ul li {
        padding: 0px 0px 5px;
        color: inherit;
        font-weight: inherit;
    }

    .orderHistory_list_item .cart_items01 ul li b {
        font-weight: 600;
        margin-left: 5px;
    }

    .orderHistory_list_item .cart_items01 ul li::before {
        display: none;
    }
}

@media (max-width: 376px) {
    .Goto_login {
        display: flex;
        flex-direction: column;
    }

    .Order_Confirmed_card {
        padding: 0px;
    }
}

.vendorRg_card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}

.vendorRg_card .VendorPasswordAdd {
    border: 1px solid #ced4da;
    border-radius: 0.275rem;
    position: relative;
    overflow: hidden;
}

.vendorRg_card .VendorPasswordAdd span {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 7px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    background-color: #fff;
}

.vendorRg_card .VendorPasswordAdd span:hover {
    background-color: #eee;
}

.vendorRg_card .VendorPasswordAdd input.form-control {
    border: none;
}

.vendorRg_cardStep {
    padding: 15px 0px;
}

.vendorRg_cardStep ul.breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;

}

.vendorRg_cardStep ul li {
    display: flex;
    align-items: center;
    padding: 12px 6px;
    font-weight: 500;
    color: #3d2d6b;
}

.vendorRg_cardStep ul li.active {
    font-weight: 500;
    color: #3d2d6b;
}

.vendorRg_cardStep ul li.active~li {
    font-weight: 300;
}

.vendorRg_cardStep ul li.active~li span {
    background-color: transparent;
    color: #464a4e;
    border-color: #ddd;
}

.vendorRg_cardStep .breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.vendorRg_cardStep ul span {
    border: 1px solid #3c2e6b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 5px;
    line-height: 1px;
    background-color: #3c2e6b;
    color: #fff;
}

@media (max-width: 575px) {
    .vendorRg_cardStep ul li {
        display: none !important;
    }

    .vendorRg_cardStep ul li.active {
        display: flex !important;
        font-size: 16px !important;
    }

    .vendorRg_cardStep {
        padding: 15px 0px 0px;
    }

    .vendorRg_cardStep ul li {
        padding: 6px 6px;
    }

    .vendorRg_card {
        border: none;
        padding: 0px;
        padding-left: 26px;
    }

    .vendorRg_card .RegHead_title {
        display: none;
    }

    .reg_nameFlex {
        display: block;
    }
}

.Shipping_addressBox {
    box-shadow: 0px 0px 7px #F1F0FF;
    border-radius: 6px;
    overflow: hidden;
    padding: 15px;
}

.SingleOrderDtCard {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.SingleOrderDtCard h5 {
    font-weight: 700 !important;
}

.SingleOrderDtCard a {
    display: block;
}

.Order_viewBox .Order_infoCard .Order_infoCardHead {
    padding: 15px;
}

.Order_infoCardHead01 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Order_viewBox .Order_infoCardBody {
    padding: 0px 15px 15px;
}

.Order_viewBox .Order_infoCardBody .product .product_img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.Order_viewBox .Order_infoCardBody .product .product_img img {
    width: 100%;
}

.Order_viewBox .Order_infoCardBody .product .product_dt .checkout-item-name {
    font-size: 16px;
    font-weight: 500;
}

.Order_viewBox .Order_infoCardBody .product .product_dt .offer-price span {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}

.OrderSummaryCard .OrderSummaryCardHead {
    padding: 15px;
}

.OrderSummaryCard .OrderSummaryCardHeadIn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.OrderSummaryCard .OrderSummaryCardbody {
    padding: 0px 10px 15px;
}

.OrderSummaryCard .OrderSummaryCardbody ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    margin: 0px;
    list-style: none;
}

.OrderSummaryCard .OrderSummaryCardbody ul li {
    padding: 5px 0px;
}

.OrderSummaryCard .OrderSummaryCardbody ul.totalprize {
    font-size: 16px;
    font-weight: 700;
    border-top: 1px dotted #eee;
    margin-top: 8px;
}

.Reasoncard .Reasoncard_head {
    padding: 15px;
}

.OrderSummaryCard,
.Order_infoCard,
.Reasoncard,
.User_dtCard,
.Shipping_addressBox02 {
    box-shadow: 0px 0px 7px #F1F0FF;
    border-radius: 6px;
    border: none;
    overflow: hidden;
}

.Shipping_addressBox02 .Shipping_adHead {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Shipping_addressBox02 .Shipping_adbody {
    padding: 0px 15px 15px;
}

.Shipping_addressBox02 .Shipping_adbody ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.Shipping_addressBox02 .Shipping_adbody ul li {
    padding: 5px 10px;
    position: relative;
    color: #5a6066;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.Shipping_addressBox02 .Shipping_adbody ul li p:first-child {
    width: 80px;
}

.Shipping_addressBox02 .Shipping_adbody ul li p {
    text-transform: uppercase;
    margin: 0px;
}

.Shipping_addressBox02 .Shipping_adbody_card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.Shipping_addressBox02 .Shipping_adbodyImg {
    width: 74px;
    height: 74px;
    overflow: hidden;
    border-radius: 50%;
}

.Shipping_addressBox02 .Shipping_adbodyImg img {
    width: 100%;
}

.User_dtCardHead {
    padding: 15px;
}

.User_dtCardBody {
    padding: 0px 15px 15px;
}

.User_dtCardBody ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.User_dtCardBody ul li {
    padding: 5px 10px;
    position: relative;
    color: #5a6066;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.User_dtCardBody ul li p {
    margin: 0px;
}

.fw-600 {
    font-weight: 600;
}

.OrderSummaryCard .OrderSummaryCardHead h5,
.Shipping_addressBox02 .Shipping_adHead h5,
.Reasoncard .Reasoncard_head h5,
.Order_viewBox .Order_infoCard h5 {
    font-size: 15px;
    font-weight: 600 !important;
}

.Shipping_adbodyImgDt h5 {
    font-size: 16px;
}

.page_content_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 30px;
}

.page_content_headIn_02 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.page_content_head .page-title {
    /* font-size: 16px; */
    font-weight: 700 !important;
    color: #0a3a5c;
}

.MView {
    display: none;
}



.cart_List_details01 a.ViewOrderDetails_btn {
    color: #876ee2;
}

.cart_List_details01 a.ViewOrderDetails_btn:hover {
    color: #3d2d6b;
}

@media (max-width: 575px) {
    .page_content_head {
        display: block;
    }

    .page_content_headIn_02 {
        padding-bottom: 0px;

        &:last-child {
            padding-top: 10px;
        }
    }

    .product_dt {
        margin-top: 10px;
    }

    .text-save-later,
    .text-remove {
        font-size: 12px;
    }

    .product-item_cartAdd .PC_Btn_cart {
        padding: 10px 5px;
    }

    .Thank_box {
        margin-bottom: 15px
    }

    .Thank_box h5 {
        font-size: 26px;
        font-weight: 700 !important;
    }

    .mmenu_collapse {
        position: fixed;
        top: 100px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        max-width: calc(100vh - 100px);
        background-color: #f1f1f1;
        z-index: 599;
        display: none;
    }

    .SaveLater_product_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }

    .DView {
        display: none;
    }

    .MView {
        display: block;
    }

    .main_categoriesCardhead ul {
        display: block;
        margin-top: 5px;
    }

    .main_categoriesCardhead ul li {
        padding: 4px;
    }

    .main_categoriesCardhead ul li a {
        justify-content: start;
        flex-direction: row;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #3d2d6b;
}

.DeliveringTO-buttons {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}

.checkPincodeBtn {
    padding: 5px 15px;
}

button:focus {
    outline: none;
}

@media screen and (max-width: 575px) {
    .DeliveringTO-buttons {
        width: 100%;
    }
}

@media screen and (max-width: 326px) {
    .AddCard_btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .BuyNow_btn {
        width: 100%;
    }

    .cartquantity_save_removebtn {
        gap: 12px;
        justify-content: start;
    }

    .cart_listBtn_01 {
        flex-direction: column;
    }
}