.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000000;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.current-menu-item a {
    color: #6322F6;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation>ul>li>a>i {
    color: #000;
}
.woocommerce-MyAccount-navigation ul li.current-menu-item a>i,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul > li.current-menu-item > a > i,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul > li.current-menu-item > a > i.fa {
    color: #6322F6;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation>ul>li>a>i.fa {
    color: #000;
    font-size: 13px;
}
.round-icon .title-style-1 h5 {
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #000;
}
.woocommerce-MyAccount-content .mlduo-welcome-message h1 {
    font-size: 36px;
    line-height: 49px;
    font-weight: 900;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    margin: 0 0 50px;
}
.listing-favourites h1,
.listing-offers h1,
.listing-merchants h1,
.customer-reviews h1 {
    font-size: 36px;
    line-height: 49px;
    font-weight: 900;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    margin: 0 0 50px;
}
.listing-offers .list-coupons {
    max-width: 1272px;
    margin: 0 auto;
}
.listing-merchants .profile-name {
    min-height: 80px;
    display: flex;
    align-items: center;
    padding-left: 90px;
    position: relative;
    justify-content: flex-start;
}
.listing-merchants .profile-avatar {
    top: 0;
    left: 0;
    position: absolute;
    width: 80px;
    height: 80px;
    background: #dde5e6 50% no-repeat;
    background-size: cover;
    display: inline-block;
    transition: all .15s ease-in-out;
    border-radius: 100%;
}
.listing-merchants .profile-name h2 {
    margin: 0;
}
.recently-viewed h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    margin: 0 0 30px;
}
.recently-viewed .viewed-items .block-content ul li,
.listing-favourites .items .block-content ul li {
    min-height: 223px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.recently-viewed .viewed-items .block-content ul li .item-bg,
.listing-favourites .items .block-content ul li .item-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .5s ease all;
    width: 100%;
    object-fit:cover;
    height: 223px;
}
.recently-viewed .viewed-items .block-content ul li .info,
.listing-favourites .items .block-content ul li .info {
    position: relative;
    z-index: 2;
    text-align: center;
}
.recently-viewed .viewed-items .block-content ul li:hover img,
.listing-favourites .items .block-content ul li:hover img {
    transform: scale(1.1);
}
.recently-viewed .viewed-items .block-content ul li .listing-name,
.listing-favourites .items .block-content ul li .listing-name {
    display: block;
    color: #fff;
    font-size: 52px;
    line-height: 71px;
    margin: 0;
    font-weight: 900;
}
h2.category-name{
  font-size: 24px;
  margin-top: 40px;
}
.customer-reviews .block .list-reviews {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 17px;
}
@media only screen and (max-width: 600px) {
    .customer-reviews .block .list-reviews {
        display: block;
    }
    .customer-reviews .list-reviews .review-item {
        padding: 20px;
    }
}
.customer-reviews .block .list-reviews.no-reviews {
    display: block;
}
.customer-reviews .review-item {
    padding: 20px 40px;
    background: #fff;
    border-radius: 5px;
}
.customer-reviews .review-item .top-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}
.customer-reviews .review-item .top-info .listing-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.customer-reviews .review-item .top-info .listing-info .listing-logo {
    max-width: 76px;
    border-radius: 50%;
}

.customer-reviews .review-item .top-info .listing-info .listing-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
}
.customer-reviews .review-item .top-info .edit-action {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
}
.customer-reviews .review-item .review-info .rating-date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0;
}
.customer-reviews .review-item .review-info .rating-date .comment-date {
    margin: 0;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #6E7072;
}
.customer-reviews .review-item .review-info .rating-date .review-rating i {
    font-size: 12px;
    width: 22px;
    height: 22px;
    background: #6322F6;
    margin: 0 5px 0 0;
    display: inline-flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.customer-reviews .review-item .review-info .rating-date .review-rating i.no-star {
    background: #DCDCDF;
}
.customer-reviews .review-item .review-info .rating-date .review-rating i.star-half {
    background: #DCDCDF;
    position: relative;
}
.customer-reviews .review-item .review-info .review-details {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.customer-reviews .review-item .review-info .count-image {
    font-size: 14px;
    line-height: 19px;
    font-weight: 900;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    align-items: center;
    margin: 0 0 18px;
}
.customer-reviews .review-item .review-info .count-image i {
    color: #000;
    margin-right: 5px;
    font-size: 18px;
}
.customer-reviews .review-item .review-info .count-image i:before {
    display: block;
    margin-top: -2px;
}
.customer-reviews .review-galleries:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.customer-reviews .review-galleries .gallery {
    white-space: nowrap;
    overflow-x: auto;
}
.customer-reviews .review-galleries .gallery::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #ccc;
}

.customer-reviews .review-galleries .gallery::-webkit-scrollbar {
    border-radius: 4px;
    background-color: #ccc;
    opacity: 0.8;
    height: 2px;
}

.customer-reviews .review-galleries .gallery::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #242424;
}
.customer-reviews .review-galleries .gallery-item {
    display: inline-block;
    width: 33.33%;
    padding: 0 15px 15px 0
}
.customer-reviews .review-item .review-actions{
    display: flex;
    gap: 10px;
}
.customer-reviews .review-item .review-actions a{
    border: 1px solid #EAEAEB;
    border-radius: 5px;
    background: transparent;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 0;
    font-weight: bold;
    padding: 5px 10px;
    color: #000;
    transition: .2s ease;
}
.customer-reviews .review-item .review-actions a:hover{
    background: var(--accent);
    color: #fff;
}
.customer-reviews .review-galleries .gallery-item img {
}
.menu-item.current-menu-item .material-icons.bookmark_border:before,
.menu-item.current-menu-item .mi.bookmark_border:before {
    content: "\e866";
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
form.sign-in-form .form-group label {
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
}
form.sign-in-form .form-group {
    border-bottom: 1.5px solid rgba(0,0,0,.2);
    margin-bottom: 30px;
}
form.sign-in-form .form-group input {
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    border: none;
}
form.sign-in-form .form-group .group-address-fields {
    display: flex;
    align-items: center;
    gap: 10px;
}
form.sign-in-form .form-group .group-address-fields .address-item {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 10px;
}
form.sign-in-form .form-group .group-address-fields .address-item .select2-selection {
    padding-right: 20px;
}
form.sign-in-form .form-group.form-group-latest-news input[type="checkbox"] {
    position: absolute;
    left: -999999em;
}
form.sign-in-form .form-group.form-group-latest-news input + label {
    position: relative;
    padding-right: 40px;
    width: 100%;
    pointer-events: all;
    cursor: pointer;
    overflow: visible;
    height: 30px;
    line-height: 30px;
}

form.sign-in-form .form-group.form-group-latest-news input + label:before {
    content: "";
    background: rgba(204, 204, 204, 0.25);
    border-radius: 15px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
form.sign-in-form .form-group.form-group-latest-news input + label:after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    right: 4px;
    background: transparent;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 15px;
}
form.sign-in-form .form-group.form-group-latest-news input + label span:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #aaa;
    border-radius: 15px;
}
form.sign-in-form .form-group.form-group-latest-news input:checked + label:before {
    content: "";
    background: rgba(99, 34, 246, 0.25);
    border-radius: 15px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
form.sign-in-form .form-group.form-group-latest-news input:checked + label:after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    right: 4px;
    background: transparent;
    border: 1px solid rgba(99, 34, 246, 1);
    border-radius: 15px;
}

form.sign-in-form .form-group.form-group-latest-news input:checked + label span:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(99, 34, 246, 1);
    border-radius: 15px;
}
form.sign-in-form.woocommerce-EditAccountForm legend {
    font-size: 14px;
    line-height: 19px;
    font-weight: 900;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
}
form.sign-in-form button[type=submit] {
    font-size: 14px;
    font-weight: 800;
}
.edit-account .delete-action{
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
}
.edit-account .disable-action{
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
}
.customer-dashboard .dashboard-item-link {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.customer-dashboard .dashboard-item-link i {
    font-size: 42px;
}
.customer-dashboard .dashboard-item-link span {
    font-size: 22px;
    line-height: 30px;
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000000;
    margin: 10px 0 0;
}
.customer-point h1,
.customer-offers h1 {
    font-size: 36px;
    line-height: 49px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000000;
    margin: 0 0 30px;
}
.woocommerce table.shop_table.customer-point-table tr,
.woocommerce table.shop_table.customer-offers-table tr {
    border: none;
    padding: 0;
}
.woocommerce table.shop_table.my_account_orders.customer-point-table td:first-child,
.woocommerce table.shop_table.my_account_orders.customer-offers-table td:first-child,
.woocommerce table.shop_table.my_account_orders.customer-offers-table th:first-child,
.woocommerce table.shop_table.my_account_orders.customer-point-table th:first-child,
.woocommerce table.shop_table.customer-offers-table tr td,
.woocommerce table.shop_table.customer-point-table tr td {
    padding: 10px;
}
.woocommerce table.my_account_orders.customer-point-table thead th,
.woocommerce table.my_account_orders.customer-offers-table thead th {
    padding: 14px 10px;
}
.woocommerce table.shop_table.customer-offers-table tr.even td,
.woocommerce table.shop_table.customer-point-table tr.even td{
    background: #f0f0f0;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before,
.woocommerce table.shop_table.my_account_orders.customer-point-table thead th strong,
.woocommerce table.shop_table.my_account_orders.customer-offers-table thead th strong {
    font-weight: 700;
    color: #000;
}
.modal-popup {
    position: relative;
    z-index: 1000;
}
.modal-popup .modals-overlay {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.modal-popup .modal-inner-wrap{
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 1002;
}
.modal-popup .modal-content {
    position: absolute;
    margin-left: -400px;
    width: 800px;
    left: 50%;
    z-index: 1002;
    background: #fff;
    pointer-events: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 30px;
}
.modal-popup .modal-header {
    text-align: center;
    padding: 0 0 20px;
    position: relative;
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e6e9;
}
.modal-popup .modal-header .modal-title {
    font-size: 30px;
    line-height: 41px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    margin: 0;
    color: #000;
}
.modal-popup .modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    color: #000;
    opacity: 1;
    float: none;
    line-height: 15px;
}
.modal-popup .modal-content #modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
    padding-right: 10px;
}
.modal-popup .modal-content #modal-body label strong {
    font-weight: 700;
    color: #000;
}
.deduct-point-submit {
    display: block;
    text-align: center;
    margin: 15px 0 0;
}

.deduct-point-popup .error-message{
    color: red;
    text-align: center;
}

.deduct-point-popup .deduct-point-field{
    margin-bottom: 14px;
}

@media (max-width: 1920px) {
    .listing-merchants .profile-name h2 {
        font-size: 21px;
        font-weight: 700;
        line-height: 30px;
    }
    .listing-merchants .profile-name {
        min-height: 50px;
        padding-left: 60px;
    }
    .listing-merchants .profile-avatar {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 600px) {
    form.sign-in-form .form-group .group-address-fields {
        display: block;
    }
}
@media (max-width: 767px) {
    .recently-viewed .viewed-items .block-content ul li .info,
    .listing-favourites .items .block-content ul li .info {
        display: block;
    }
    .recently-viewed .viewed-items .block-content ul li .listing-name,
    .listing-favourites .items .block-content ul li .listing-name {
        font-size: 35px;
        line-height: 45px;
    }
    form.sign-in-form .form-group input[name='password_current'],
    form.sign-in-form .form-group input[name='password_1'] {
        line-height: 40px;
    }
    .customer-reviews .block.list-reviews {
        display: block;
    }
    .customer-reviews .list-reviews .review-item  {
        padding: 20px;
        margin-bottom: 15px;
    }
    .woocommerce-account .woocommerce .i-section>.container.section-body {
        padding-right: 15px;
        padding-left: 15px;
    }
    .modal-popup .modal-content {
        width: 90%;
        left: 5%;
        margin-left: 0;
        max-width: 600px;
        padding: 15px;
        max-height: 500px;
        overflow-y: auto;
    }
    .modal-popup .modal-header .modal-title {
        font-size: 25px;
        line-height: 30px;
    }
    .woocommerce table.shop_table.customer-point-table tr td.deduct-point:before {
        line-height: 44px;
    }
    .customer-point.point-history h1 {
        font-size: 25px;
        line-height: 32px;
    }
}
