

/* user-info-style.css you can make edits into this file if required (Manvendra) */

/* Manvendra Css */
* {
    font-family: 'Poppins';
}

.line_below_heading {
    width: min(93%, 950px);
}

h5.side_nav_headings.font-weight-bold {
    color: #333333;
    font-family: 'Poppins';
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 30px;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0px;
}

span.aiz-side-nav-text {
    color: #333333;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
}

a.aiz-side-nav-link.active,
a.aiz-side-nav-link.hover {
    background-color: rgb(1 101 182 / 0%) !important;
}

.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link {
    color: #63666b00;
}

.aiz-side-nav-list .aiz-side-nav-link:hover,
.aiz-side-nav-list .aiz-side-nav-link.level-2-active,
.aiz-side-nav-list .aiz-side-nav-link.level-3-active,
.aiz-side-nav-list .aiz-side-nav-link.active {

    background-color: #01234000;
}

/* a.aiz-side-nav-link.active span.aiz-side-nav-text {
    color: var(--primary);
} */

.aiz-user-sidenav .active .aiz-side-nav-icon:active,
.aiz-user-sidenav .active .aiz-side-nav-icon:hover {
    color: var(--primary);
}

.mb-4.border-bottom.text-white.position-relative {
    /* display: flex; */
    align-items: center;
    background-color: #F4F4F4;
    /* width: 230px; */
    /* height: 99px; */
}

.profile-avatar {
    /* margin-top: 15px;
    margin-right: 15px;
    margin-left: 25px; */
    text-align: center;
}

.profile-name {
    font-weight: 600;
    color: #333333;
    font-family: 'Poppins';
}

.profile-address {
    font-weight: 400;
    color: #333333;
    font-family: 'Poppins';
}

.aiz-user-sidenav-wrap {
    max-width: none;
    box-shadow: 0px 20px 20px rgba(140, 152, 164, 0.2) !important;
    border: none;
}

h1.h3.profile-heading {
    color: #333333;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 20px;
}

a.btn.edit-profile {
    background-color: #222222;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
}

.edit-button {
    text-align: end;
}

.col-md-6.name-column,
.col-md-6.phone-column {
    padding: unset;
}

.profile-image-upload {
    display: flex;
    flex-direction: column;
}

input.form-control.profile-info-form-input {
    width: 100%;
    height: 40px;
    font-size: 14px;
}

label.form-label.profile-info-label {
    font-size: 14px;
}

.verify-email {
    display: flex;
    flex-direction: column;
}

.user-gender-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.user-gender {
    font-size: 14px;
}

input.form-control {
    height: 40px;
}

/* wishlist page css */
.product-image {
    border: 1px solid #0000001A;
    border-radius: 5px;
    width: 150px;
    height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center the image */
}

.wishlist-items {
    padding: 15px 30px !important;
    border-radius: 5px !important;
}

.wishlist-adddate,
.wishlist-buttons {
    display: flex;

    align-items: center;
}

button.wishlist-buy-now {
    margin-left: 12px;
}

.wishlist-remove {
    font-size: 12px;
    font-weight: 500;
    color: #0058B3;
    margin-bottom: 12px;
}

.wishlist-add-cart,
.wishlist-buy-now {
    padding: 0.416rem 0.5rem;
    width: 110px;
    height: 34px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .product-desc {
        margin-top: 10px;
        /* Add some space between product description and buttons on smaller screens */
    }

    .wishlist-adddate,
    .wishlist-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .wishlist-remove {
        margin-bottom: 5px;
        /* Reduce margin on smaller screens */
    }
}

.product-image {
    border: 1px solid #0000001A;
    border-radius: 5px;
    width: 140px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.wishlist-adddate {
    display: flex;
    justify-content: space-between;
    line-height: 32px;
}

.wishlist-remove {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #0058B3;
    margin-bottom: 12px;
}

.wishlist-add-cart {
    padding: 0.416rem 0rem;
    width: 110px;
    height: 34px;
    background-color: #0058B3;
}

.wishlist-buy-now {
    padding: 0.416rem 0rem;
    width: 110px;
    height: 34px;
    background-color: #222222;
}

.card .card-body .wishlist-items {
    padding: 15px 30px;
    border-radius: 4px;
}

.h-sm-110px,
.size-sm-110px,
.h-md-110px {
    height: 110px;
}

.wishlist-added-list {
    display: flex;
    flex-wrap: inherit;
}

.buttons-wishlist {
    padding-left: 6.5rem;
}

@media (max-width: 1668px) {
    .buttons-wishlist {
        padding-left: 14.5rem;
    }
}

@media (max-width: 1468px) {
    .buttons-wishlist {
        padding-left: 6.5rem;
    }
}

.product-desc {
    padding: 15px 25px 0px 0px !important;
}

.wishlist-heading {
    /* padding: inherit; */
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 30px;
    color: #333333;
}

/* coupon */

.coupon-popup {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 5px;
    border: 0.5px rgba(0, 0, 0, 0.1) solid;
    font-family: 'Poppins', sans-serif;
}

.popup-header {
    color: #222222;
    font-size: 30px;
    font-weight: 600;
    word-wrap: break-word;
}

.popup-content {
    color: black;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
}

.popup-footer {
    width: 100%;
    background: white;
    border-radius: 5px;
    border: 0.5px rgba(0, 0, 0, 0.1) solid;
}

.link {
    color: #0058B3;
    text-decoration: underline;
}

.popup-button {
    width: 100%;
    background: #222222;
    border-radius: 5px;
    border: 0.5px solid;
}

button {
    width: 100%;
    color: #333;       
    font-size: 16px;
    font-weight: 600;
    word-wrap: break-word;
    border: none;
    background: none;
    padding: 10px;
    cursor: pointer;
}

/* header nav bar css */
.category-nav-element {
    text-align: left;
}

.card-columns .card {
    margin-bottom: 0rem;
}

.sub-main-menu {
    background: #f3f3f3;
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.banner1 {

    margin-bottom: -60px;
}

.upcomming1 {
    display: grid;
    justify-content: start;
    padding-left: 3px;
}

.bymin-text-primary {
    color: #0058B3 !important;
}


@media only screen and (max-width:575px) {
    h1.h3.profile-heading {
        font-size: 13px;
    }
    a.btn.edit-profile {
        font-weight: 500;
        font-size: 10px;
    }
    label.form-label.profile-info-label {
        font-size: 12px;
    }
    input.form-control.profile-info-form-input {
        width: 100%;
        height: 30px;
        font-size: 11px;
    }
    .user-gender {
        font-size: 11px;
    }
    .gender-radio-height {
        height: 12px !important;
    }
    .p-575-3px {
        padding: 3px !important;
    }
    .form-group {
        margin-bottom: 0rem;
    }
    .fs-575-12 {
        font-size: 12px;
    }
    input.form-control {
        height: 30px;
    }
    .fs-575-11 {
        font-size: 11px;
    }
    .px-575-10px {
        padding-left: 10px;
        padding-right: 10px;
    }
    .py-575-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width : 425px) {
    .px-425-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}