/* body {
    font-family: "Jost", sans-serif !important;
    font-weight: normal;
    font-style: normal !important;
    font-size: 16px;
} */

.loginSingUpTextDesign {
    font-family: "Jost", sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    color: #7b7a7a;
}

.loginSingUpTextDesign:hover {
    font-family: "Jost", sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    color: #b2189c;
}

.headerLogoDesign {
    width: 55px;
    height: auto;
}

.navbarTextDesign {
    font-weight: 500;
    font-size: 17px;
}

.navbarTextDesign a{
    color: #000;
}

.navbarTextDesign a:hover{
    color: #b2189c;
}

.height-100px {
    height: 100px;
}


.serviceTitleDesign {
    font-size: 20px;
    color: #485f6a;
    font-weight: bold;
    text-align: left;
}

.servicecodedesign {
    margin: -7px 0 7px 0;
    font-size: 14px;
    font-weight: 500;
    color: #9f9c9cba;
    text-align: left;
    letter-spacing: 1px;
}

.serviceimageDesign {
    width: 100%;
    height: 350px;
}

.d-flow-root {
    display: flow-root;
}


.d-inline-block {
    display: inline-block;
}

.errorBorderDesign {
    border: 1px solid #dc3545 !important;
}


.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.pricetextDesign {
    font-size: 25px;
    color: #A50B8F;
    font-weight: bold;
    margin: 15px 0 0 0;
}

.addtocartDesign {
    font-size: 25px;
    color: #775194;
    margin: 15px 0 0 0;
}

.buynowbtnDesign {
    background: #B2189C;
    font-size: 17px;
    padding: 10px;
    border-radius: 40px;
    border-color: #B2189C;
}

.productdetailsimgdesign {
    border: 7px solid #ffe4e078;
    padding: 4px;
    border-radius: 10px;
}

.addtionalproductdetailsimgdesign {
    border: 3px solid #eee;
    padding: 3px;
    border-radius: 7px;
}

.productdetailstitle {
    font-size: 25px;
    font-weight: 500;
}

.text-11 {
    font-size: 11px !important;
}

.prod_details_code_design {
    color: #8b8484;
    font-size: 13px;
    font-weight: 500;
}

.pro_details_pricetextDesign {
    font-size: 34px;
    color: #A50B8F;
    font-weight: bold;
}


.bg-pink {
    background-color: #b2189c;
}

.produ_details_buynow_btn_design {
    background: #b2189c;
    border-color: #b2189c;
    padding: 10px 10px 13px 10px;
}

.produ_details_addtocart_btn_design {
    background: #607D8B;
    border-color: #607D8B;
    padding: 10px 10px 13px 10px;
}


.overlayDesign {
    background: rgba(0, 0, 0, 0.5); /* dark transparent overlay */
    border-radius: 5px;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.hoverdiv:hover .overlayDesign {
    opacity: 1;
}

.overlay-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.overlay-code {
    font-size: 0.9rem;
}


.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #343a407d;
    cursor: pointer;
}

.hoverdiv {
    position:relative;
}

.overbuttonaligndesign {
    display: flex;
    /* align-content: space-around; */
    align-items: center;
}

.viewdetails {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    border: 2px solid;
    padding: 4px 10px 2px 10px;
    font-weight: bold;
    text-decoration: none;
}

.pointerNone {
    pointer-events: none;
    opacity: 0.5;
}


.errorBorderDesign {
    border: 1px solid red;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.text-12 {
    font-size: 12px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-15 {
    font-size: 15px !important;
}

.text-17 {
    font-size: 17px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-19 {
    font-size: 19px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-21 {
    font-size: 21px !important;
}

.text-22 {
    font-size: 22px !important;
}

.text-23 {
    font-size: 23px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-25 {
    font-size: 25px !important;
}


.homepageServicetiledesign {
    color: #b8464f;
    font-weight: bold;
    font-size: 29px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.hserviceTitleDesign {
    font-size: 20px;
    color: #BA4049;
    font-weight: 500;
    text-align: left;
}

.aboutBannerImgDesign {
    width: 100%;
    height: 500px;
}


.homepageshowmorebtndesign {
    text-decoration: none;
    background: #4593af;
    color: #fff;
    padding: 0 10px 4px 10px !important;
}

.homepageshowmorebtndesign:hover {
    text-decoration: none;
    background: #fff;
    color: #4593af;
    padding: 0 10px 4px 10px !important;
    border: 1px solid #4593af;
}

.row {
    margin-right: 0 !important;
}


.addToCartIconDesign {
    font-size: 20px;
    margin: 7px 0px 0 15px;
    color: #d18ce4;
}

.addToCartCountIconDesign {
    font-size: 13px !important;
    padding: 3px 7px 6px 7px !important;
    margin: 0 0 0 -6px !important;
    border-radius: 50px !important;
    color: #fff !important;
    height: 22px;
}

.cartTitlePageDesign {
    color: #b32b35;
    font-size: 23px;
    border-radius: 10px;
    text-transform: capitalize;
    font-family: inherit;
}

.cartDetailsInfoDesign {
    margin: -6px 0 40px 0;
    font-size: 14px;
    color: #4d4d4d;
}

.cartMinisBtnDesign {
    font-size: 10px;
    padding: 10px 7px 10px 7px;
    cursor: pointer;
}


.cartInputDesign {
    padding: 4px 5px 4px 5px;
}


.border-color-white {
    border-color: #fff;
}


.border_1px_design {
    border-bottom: 1px solid #eee;
}

.cartImgDesign {
    width: 100%;
    height: 100px;
    border: 0 solid #eee;
    border-radius: 5px;
    padding: 0;
}

.cartTitleNameDesign {
    text-align: left;
    margin: 0 10px 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.cartQtyTextDesign {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #5f5f5f;
}


.cartCodeDesign {
    font-size: 14px;
    font-weight: 500;
    color: #999797;
    text-align: left;
    margin: 0 0 0 9px;
}


.placeholderBtnDesign {
    background: #775194;
    border-color: #775194;
    font-size: 17px;
    padding: 6px 5px 8px 5px;
}

.pricedetailsboxDesign {
    padding: 6px 10px 9px 10px;
    background: #775194;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.continueshopbtndesign {
    text-align: center;
    /* margin: 0 auto; */
    /* float: none; */
    display: block;
    margin: 15px 0 5px 0;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: #166080;
    letter-spacing: 1px;
}

.continueshopbtndesign:hover {
    border: 1px solid #eee;
    padding: 5px 0 6px 0;
    border-radius: 10px;
    border-color: #775194;
}


.cartPriceDesign {
    float: right;
    font-size: 20px;
    font-weight: 500;
    color: #775194;
}


.pricetextdesign {
    font-weight: 500;
    color: #5f5f5f;
}


.emptycartimgdesign {
    width: 30%;
    margin: 0 auto;
    float: none;
    display: block;
}


.cartisemptydesign {
    text-align: center;
    font-size: 25px;
    margin: 20px 0 5px 0;
    color: #df2629;
    font-weight: bold;
}


.cartcontinueshopbtndesign {
    text-align: center;
    /* margin: 0 auto; */
    /* float: none; */
    display: block;
    margin: 15px 0 5px 0;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: #166080;
    letter-spacing: 1px;
}


.profileTitleDesign {
    color: #a00789;
    font-size: 20px;
    font-weight: bold;
}

.profileTextDesign {
    color: #00000082;
    font-size: 18px;
    font-weight: 500;
}


.personalInfoTitleTextDesign {
    color: #a00789;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.profileSubInfoSectionDesign {
    color: #3a3a3ab3;
    font-weight: bold;
}

.userInfoEditBtnDesign {
    background: #fff;
    font-size: 17px !important;
    font-weight: bold;
    color: #775194;
    letter-spacing: 1px;
    padding: 4px 15px 5px 15px;
    border: 1px solid #775194;
}

.userInfoEditBtnDesign:hover {
    background: #775194;
    font-size: 17px !important;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    padding: 4px 15px 5px 15px;
    border: 1px solid #fff;
}

.userInfoViewSecDesign {
    background: #775194;
    color: #fff;
    font-weight: bold;
}

a.nav-link.active.profileSidebar.cursor_pointer {
    color: #fd6819;
    font-weight: 500;
}

.profileSidebar:hover {
    color: #fd6819;
    font-weight: 500;
}

.modalHeadingDesign {
    background: #775194;
    padding: 6px 15px 7px 15px;
    color: #fff;
}

.checkoutUserInfoEditBtnDesign {
    padding: 0 32px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #775194;
    color: #775194 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #fff !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

.checkoutUserInfoEditBtnDesign:hover {
    padding: 0 32px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #775194 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}


.border-bottom-1px {
    border-bottom: 1px solid #eee;
}

.aboutSectionDesign {
    background: #f4f4f475;
    padding: 30px 20px 10px 20px;
}

.display-flex {
    display: flex !important;
}

.homeAboutTextDesign {
    font-size: 20px !important;
    font-weight: 500;
}

/* Checkout Page Design Start */
.checkoutHeaderDesign {
    background: transparent;
    padding: 15px 20px 15px 20px;
    display: flex;
    align-items: center;
    border-bottom-color:#d6d4d4a1 ;
}

.checkoutHeaderTextDesign {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d465e;
    padding: 0 15px 0 15px;
}

.checkoutHeaderNumberDesign {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #0a4db8;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.checkoutPageCardDesign {
    border-radius: 20px;
    border-color: transparent;
    box-shadow: 0 0 14px 1px #eee;
    /* padding-bottom: 10px; */
}

.orderItemSummaryDesign {
    position: sticky;
    top: 50px; /* distance from top while scrolling */
    z-index: 10;
}


.orderItemSummaryHeaderDesign {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 15px 20px 15px 20px;
    border-bottom-color:#d6d4d4a1 ;
}

.checkoutSummaryHeaderTextDesign {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2d465e;
    /* padding: 0 15px 0 15px; */
}

.payment-method-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.payment-method-options .payment-method-option {
    flex: 1;
    min-width: 120px;
    position: relative;
}

.payment-method-options .payment-method-option input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment-method-options .payment-method-option input[type=radio]:checked+label {
    border-color: #607D8B;
    background-color: color-mix(in srgb, #0a4db8, transparent 95%);
}

.payment-method-options .payment-method-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: 2px solid  color-mix(in srgb, #212529, transparent 85%);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
    height: 100%;
}


.payment-method-options .payment-method-option input[type=radio]:checked+label .payment-icon {
    color: #0a4db8;
}
.payment-method-options .payment-method-option.active label .payment-icon {
    color: #0a4db8;
}
.payment-method-options .payment-method-option label .payment-icon {
    font-size: 1.8rem;
    margin-bottom: 8px;
    color:
 color-mix(in srgb, #212529, transparent 30%);
    transition: color 0.25s
ease;
}

.payment-method-options .payment-method-option label .payment-label {
    font-size: 0.9rem;
    font-weight: 500;
}

.termsConditionTextDesign {
    text-decoration: unset;
    font-weight: 500;
    color: #006ebf;
}

.termsCheckboxDesign {
    margin-top: 4px;
    cursor: pointer;
}

.confirm-place-order-container .confirm-place-order-btn-design {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 21px;
    border: none;
    box-shadow: 0 4px 12px rgba(54, 144, 231, 0.2);
    transition: all 0.3s ease;
}

.customerInfoSubTextDesign {
    color: #425a69;
    font-weight: 600;
}

.orderSummaryImgDesign {
    /* width: 100px;
    height: 100px; */
    border: 0 solid #eee;
    border-radius: 5px;
    padding: 0;
}

.product_code_design {
    color: #436575;
    font-weight: bold;
    margin: 0;
    font-size: 14px;
}

.orderSummaryItemCountDesign {
    text-align: right;
    position: absolute;
    right: 20px;
}

.totalPayableDesign {
    border-top: 1px dashed #cccccc78;
    border-bottom: 1px dashed #cccccc78;
    padding: 11px;
}

.addAddressBtnDesign {
    background: transparent;
    color: #3F51B5;
    font-weight: 500;
    padding: 15px;
    border: 2px dashed #607D8B;
    text-transform: capitalize;
    font-size: 18px;
}

.addAddressBtnDesign:hover {
    background: #eee;
    color: #3F51B5;
    font-weight: 500;
    padding: 15px;
    border: 2px dashed #9E9E9E;
    text-transform: capitalize;
    font-size: 18px;
}

.list-style-none {
    list-style: none;
}

.addressListDesign {
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    padding: 11px 20px 0px 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.addressListDesign:hover {
    border: 1px solid #607D8B;
    border-radius: 12px;
    padding: 11px 20px 0px 20px;
    cursor: pointer;
    background: #eeeeee45;
}

.addressListDesign.active {
    border: 2px solid #0e600e;
    border-radius: 12px;
    padding: 11px 20px 0px 20px;
    cursor: pointer;
    background: #eeeeee45;
}

.selectedAddressBtnDesign {
    font-size: 24px;
    float: right;
}

.cursor_pointer {
    cursor: pointer;
}

.footerListDesign {
    margin: 0 !important;
    float: left;
    padding: 0;
    text-align: left;
    list-style: none;
}

.footerListItemDesign {
    color: #b7b7b7;
    text-decoration: unset;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    /* margin: 0 20px 0 0; */
}

.footerListItemDesign:hover {
    color: var(--bs-info-border-subtle);
    text-decoration: unset;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.footerPaymentIconDesign {
    font-size: 21px;
    color: var(--bs-primary-border-subtle);
    margin-top: 10px;
}


.footerAboutTextDesign {
    font-size: 15px !important;
    font-weight: 500;
    text-align: left;
    color: #b7b7b7;
}

.footerpageshowmorebtndesign {
    text-decoration: none;
    /* background: #4593af; */
    color: #fff;
    padding: 2px 8px 2px 8px !important;
    font-size: 15px;
    /* border: 1px solid #eee; */
}

.footerpageshowmorebtndesign:hover {
    color: var(--bs-primary-border-subtle);
    padding: 0 8px 0 8px !important;
    text-decoration: underline;
}

.copyrightsSectiondesign {
    border-top: 2px solid #545454;
    padding-top: 21px;
}

.addToCartDesignInUser {
    color: #2196f3;
    font-weight: 500;
    cursor: pointer;
}

.addToCartDesignInUser:hover {
    color: #2196f3;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}


.offcerPricestrightoutDesign {
    text-decoration: line-through;
    font-size: 19px;
    color: #cf6060;
    font-weight: 500;
    /* margin: -30px 0 0 0; */
    display: inline-block;
}

.discountApplyBtnDesign {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 4px 10px 8px 11px;
}

.couponcodeinputdesign {
    padding: 3px 10px 6px 10px;
}


.couponcode_invalid_message_design {
    font-size: 14px;
    margin: 1px 4px 13px 7px;
    font-weight: 500;
    letter-spacing: 0px;
}

.orderPageCardDesign {
    border-radius: 20px;
    border-color: transparent;
    box-shadow: 0 0 13px 0px #eee;
    /* padding-bottom: 10px; */
}

.orderviewTitlePageDesign {
    color: #b32b35;
    font-size: 23px;
    border-radius: 10px;
    text-transform: capitalize;
    font-family: inherit;
    margin: 30px 10px 0 24px;
}

.orderInfoVarientDesign {
    font-size: 13px;
    font-weight: 500;
    color: #4b4b4b;
}

.viewOrderInfoDetailsdesign {
    border-radius: 20px;
    font-size: 14px;
}

.width-40 {
    width: 40%;
}

.no_orders_text_design {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
}

.orders_shopping_btn {
    display: flex;
    justify-content: center;
}

.ordersPageShoppingBtnDesign {
    padding: 5px 15px 7px 15px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
}
/* Checkout Page Design End */
