/* Login */
.c-loginSocials {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-loginSocials.hide {
    display: none;
}

.c-loginSocials > p {
    display: inline-block;
    width: 100%;
}

.c-loginSocials > div {
    width: 49%;
}

.c-loginSocials > div.hide {
    display: none;
}

.c-loginSocials__google a {
    display: flex;
    width: 100%;
    background-color: #4285F4;
    border: 1px solid #4285F4;
    color: #fff;
    align-items: center;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
    overflow: hidden;
}

.c-loginSocials__google span {
    display: flex;
    width: 40px;
    height: 38px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.c-loginSocials__google img {
    width: 25px;
}

.c-loginSocials__facebook a {
    display: flex;
    width: 100%;
    background-color: #1773EA;
    border: 1px solid #1773EA;
    color: #fff;
    align-items: center;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
    overflow: hidden;
}

.c-loginSocials__facebook span {
    display: flex;
    width: 40px;
    height: 38px;
    border-right: 1px solid rgba(255, 255, 255, .44);
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.c-loginSocials__facebook img {
    width: 25px;
}

@media all and (max-width: 767px) {
    .c-loginSocials {
        flex-direction: column;
        align-items: center;
    }

    .c-loginSocials > div {
        width: 250px;
        margin-bottom: 10px;
    }

    .c-loginSocials > div:last-child {
        margin-bottom: 0;
    }

    .c-loginSocials #spinner {
        width: 100% !important;
    }

    .c-loginSocials__facebook a,
    .c-loginSocials__google a {
        font-size: 16px;
    }
}
.product_meta--custom {
    display: flex;
    flex-direction: column;
    text-align: left !important;
}

.product_meta--custom > span {
    margin: 7px;
    line-height: 1.8;
    display: inline-block;
    font-weight: bold;
}

.product_meta--custom > span a,
.product_meta--custom > span span {
    font-weight: normal;
}

.product_meta--custom > span:not(.sku_wrapper, .posted_in) span {
    display: inline-block;
    width: 100%;
    color: #A3A3A3;
}

.product_meta--custom span.bold {
    color: #DC9814 !important;
    font-size: 20px;
}

.product_meta--custom + .price {
    display: none;
}

.product_meta--custom > span.posted_in a {
    display: inline-block;
    margin: 0 7px;
}

.product_meta--custom > span.our {
    line-height: 1.5;
}

.product_meta--custom > span.our bdi,
.product_meta--custom > span.market bdi {
    display: flex;
}

.product_meta--custom > span.our bdi span,
.product_meta--custom > span.market bdi span {
    width: auto;
}

.product_meta--custom > span.market del > span {
    text-decoration: line-through;
}

.product_meta--custom > span.our bdi span,
.product_meta--custom > span.our bdi {
    font-weight: bold;
    color: #dc9814;
}

#nm-quickview span.sku_wrapper,
#nm-quickview span.posted_in,
#nm-quickview span.ship,
#nm-quickview span.delivery {
    display: none;
}

#nm-quickview .entry-content,
#nm-quickview .product_meta--custom {
    margin: 0;
    padding: 0;
}

#nm-quickview .product_meta--custom > span.market,
#nm-quickview .product_meta--custom > span.our {
    margin-left: 0;
    margin-right: 0;
}

.c-cusWish {
    position: relative;
}

.c-cusWish .c-num {
    position: absolute;
    top: 10px;
    right: 6px;
    color: #DC9814;
    font-size: 14px;
}

@media all and (max-width: 767px) {
    .c-cusWish .c-num {
        top: -2px;
        right: -9px;
    }
}

.c-lstWish__wrap img {
    width: 120px;
}

.c-lstWish {
    border-radius: 5px;
    position: absolute;
    top: 110%;
    right: 0;
    background-color: #fff;
    padding: 10px 10px 15px;
    width: 375px;
    visibility: hidden;
    opacity: 0;
    z-index: -9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(27, 53, 63, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(27, 53, 63, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(27, 53, 63, 0.25);
}

.c-lstWish.active {
    top: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 999999999999999;
}

@media all and (max-width: 767px) {
    .c-lstWish {
        width: 100%;
    }

    .c-lstWish.active {
        position: relative;
    }
}

.c-lstWish > span {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.c-lstWish__wrap {
    max-height: 400px;
    overflow-y: scroll;
    margin-top: 10px;
}

.c-lstWish__item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(229, 231, 235);
    margin-top: 5px;
    border-radius: 5px;
}

.c-lstWish__wrap .c-lstWish__item:first-child {
    margin-top: 0;
}

.c-lstWish__img {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.c-lstWish__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.c-lstWish__img a {
    padding: 0 !important;
}

.c-lstWish__title {
    width: calc(100% - 140px);
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}

.c-lstWish__title h3 {
    margin-bottom: 3px !important;
}

.c-lstWish__title > div {
    color: #000;
    display: flex;
    align-items: center;
}

.c-lstWish__title small {
    font-size: 100%;
}

.c-lstWish__title a {
    font-size: 15px !important;
}

.c-lstWish__more {
    width: 100px;
    text-align: center;
}

.c-lstWish__more .dqpf_tiered_range_replaced {
    bottom: 0 !important;
}

.c-lstWish__title .nm-wishlist-remove {
    cursor: pointer;
    display: inline-block;
    background: rgba(243, 244, 246);
    width: 44px;
    border-radius: 10px;
    line-height: 0;
    margin-left: 4px;
    height: 24px;
    position: relative;
}

.c-lstWish__title .nm-wishlist-remove:hover {
    background-color: rgba(239, 68, 68);
}

.c-lstWish__title .nm-wishlist-remove img {
    max-width: 100%;
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-lstWish__title .nm-wishlist-remove img.hover {
    opacity: 0;
}

.c-lstWish__title .nm-wishlist-remove:hover img.active {
    opacity: 0;
}

.c-lstWish__title .nm-wishlist-remove:hover img.hover {
    opacity: 1;
}

.c-lstWish__title .woocommerce-loop-product__title,
.c-lstWish__title .woocommerce-loop-product__title a {
    padding: 0;
}

.c-lstWish__more a {
    padding: 0 !important;
    background-color: transparent;
    font-size: 13px !important;
    color: rgba(99, 102, 241) !important;
    display: inline-block;
    margin-top: 5px;
}

@media all and (max-width: 767px) {
    .c-lstWish__more a {
        line-height: normal !important;
        margin-top: 0;
    }

    .c-lstWish__more .nm-product-buttons {
        line-height: normal;
    }
}

.c-lstWish__event {
    background-color: rgba(99, 102, 241);
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 13px 10px;
    cursor: pointer;
    border-radius: 5px;
    width: 318px;
    margin: 10px auto;
}

.c-lstWish__event:hover {
    background-color: rgba(79, 70, 229);
}

.wc-social-login-profile {
    margin-top: 15px;
}

.wc-social-login-profile .c-loginSocials {
    margin-top: 10px;
}

.c-tblAccount {
    display: flex;
    flex-direction: column;
}

.c-tblAccount__head {
    background: #e2e2e2;
    color: #575757;
    padding: 5px 10px;
}

.c-tblAccount__item {
    display: flex;
    align-items: baseline;
    margin-top: 5px;
}

.c-loginSocials__google.small {
    display: flex;
    width: 142px;
    background-color: #1773EA;
    border: 1px solid #1773EA;
    color: #fff;
    align-items: center;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px 0 0;
}

.c-loginSocials__google.small span {
    margin-right: 10px;
}

.c-loginSocials__facebook.small {
    display: flex;
    width: 142px;
    background-color: #1773EA;
    border: 1px solid #1773EA;
    color: #fff;
    align-items: center;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px 0 0;
}

.c-loginSocials__facebook.small span {
    margin-right: 10px;
}

.c-tblAccount__item span {
    display: inline-block;
    padding: 3px 10px;

}

.c-tblAccount__item .email {
    padding-left: 0;
}

.c-tblAccount__item .unlink {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #282828;
    padding: 5px 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.c-tblAccount__item .unlink:hover {
    opacity: 0.8;
}

.c-tblAccount__col {
    display: flex;
    flex-direction: column;
}

.c-tblAccount__provider {
    display: inline-block;
    width: 165px;
}

.c-tblAccount__col > span:first-child {
    background: #e2e2e2;
    color: #575757;
    text-align: center;
    line-height: 2;
    width: 100%;
}

.c-tblAccount__col > span:nth-child(2) {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-tblAccount__col > span.unlink {
    height: auto !important;
}

.c-tblAccount__item + .c-tblAccount__item .c-tblAccount__col > span:first-child {
    display: none;
}

.c-tblAccount__email {
    width: 475px;
}

.c-tblAccount__last {
    width: 190px;
}

.c-tblAccount__unlink {
    width: 70px;
}

.dqpf_tiered_active_price {
    display: none !important;
}

/* Edit v2 */
.mn-parent {
    position: relative;
}

.mn-child {
    position: absolute;
    top: 110%;
    right: 0;
    width: 192px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(209, 209, 209, 0.65);
    -moz-box-shadow: -1px 1px 5px 0px rgba(209, 209, 209, 0.65);
    box-shadow: -1px 1px 5px 0px rgba(209, 209, 209, 0.65);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mn-child a {
    padding: 10px !important;
}

.mn-parent:hover .mn-child {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media all and (max-width: 767px) {
    .header-mobile-default .nm-menu-cart.no-icon .nm-menu-cart-title {
        display: inline-block;
    }
}

.c-group-overlay {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99999999;
    overflow: hidden;
    position: fixed;
    background: #111;
    -webkit-transition: opacity 0.18s ease-out;
    transition: opacity 0.18s ease-out;
}

.c-group-overlay.active {
    opacity: .73;
    z-index: 99999999;
}

.c-groupWishlist {
    position: fixed;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    z-index: -99999;
    padding: 20px 30px;
    color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}

.c-groupWishlist.active {
    z-index: 99999999;
    visibility: visible;
    opacity: 1;
}

.c-groupWishlist .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.c-groupWishlist__content h4 {
    font-size: 20px;
}

.c-groupWishlist__wrap .c-groupWishlist__item:first-child {
    border-top: 0;
}

.c-groupWishlist__wrap {
    max-height: 250px;
    overflow-y: scroll;
    margin: 15px 0;
}

.c-groupWishlist__item p {
    margin: 0;
}

.c-groupWishlist__item {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    padding: 5px 0;
    justify-content: space-between;
    color: rgb(55, 65, 81);
}

.c-groupWishlist__event p {
    margin: 0;
}

.c-groupWishlist button {
    background-color: transparent;
    border: 1px solid #6B6EF2;
    border-radius: 5px;
    padding: 0 16px;
    color: #6B6EF2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.c-groupWishlist button:hover {
    background-color: rgb(238, 242, 255);
}

.c-groupWishlist button i {
    font-size: 16px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.c-groupWishlist__event .create {
    color: rgb(55, 65, 81);
}

.c-groupWishlist__event label {
    font-size: 14px;
}

.c-groupWishlist__event .create__event {
    display: flex;
}

.c-groupWishlist__event input {
    padding-left: 10px;
    border: 1px solid rgb(107, 114, 128);
    width: 220px;
    height: 34px;
    border-radius: 5px;
    margin-right: 10px;
}

.c-groupWishlist button.remove-wish {
    background-color: rgb(99, 102, 241);
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-groupWishlist button.remove-wish:hover {
    background-color: rgb(79, 70, 229);
}

@media all and (max-width: 1024px) {
    .c-groupWishlist {
        width: 90%;
    }
}

@media all and (max-width: 767px) {
    .c-groupWishlist__event .create__event {
        display: flex;
        flex-direction: column;
    }

    .c-groupWishlist__event input {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

.c-lstWish__group .head {
    display: flex;
    margin-bottom: 10px;
}

.c-lstWish__group .del {
    width: 13px;
    margin-right: 5px;
    cursor: pointer;
}

.c-lstWish__group .del img {
    max-width: 100%;
}

.c-lstWish__group .arrow {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    border-radius: 50%;
}

.c-lstWish__group .arrow i {
    font-size: 12px;
    color: #000;
}

.c-lstWish__group .content {
    width: calc(100% - 47px);
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.c-lstWish__group .count {
    font-size: 13px;
    margin-top: 3px;
}

.c-lstWish__wrap .c-lstWish__group {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.c-lstWish__wrap .c-lstWish__group:first-child {
    border-top: 0;
    padding-top: 0;
}

.c-lstWish__group .wrap {
    padding: 0 10px;
}

.c-lstWish__event.hide,
.c-lstWish__group .wrap.hide {
    display: none;
}

.c-cusLogin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999999;
    max-width: inherit;
}

.c-cusLogin .type-page {
    display: flex;
    height: 100%;
    overflow-y: scroll;
}

.c-cusLogin .type-page > div {
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-cusLogin > div {
    float: none;
    height: 100%;
}

.c-txtRight {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0 40px;
}

.c-txtRight h2 {
    color: #fff;
    font-weight: bold;
}

@media all and (max-width: 1024px) {
    .c-cusLogin {
        overflow-y: scroll;
    }

    .c-cusLogin .type-page {
        display: flex;
        flex-wrap: wrap;
    }

    .c-cusLogin > div {
        padding: 0;
    }

    .c-cusLogin .type-page > div {
        width: 100%;
        padding: 0 15px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .c-cusLogin .type-page > div.c-txtRight {
        padding: 30px;
    }
}

.c-loginSocials--register p {
    text-align: left;
}

.nm-shop-notice.woocommerce-error {
    margin-top: 30px !important;
    border: 1px solid #ec8d80;
    padding: 10px !important;
    border-radius: 5px;
    text-align: left;
}

.c-loginSocials--register .text {
    margin-bottom: 0;
}

.c-loginSocials--register .c-loginSocials__facebook a {
    background-color: transparent;
}

.c-loginSocials--register .c-loginSocials__facebook span {
    border: 0;
    width: 100%;
    margin-right: 0;
}

.c-loginSocials--register .c-loginSocials__google a {
    background-color: transparent;
}

.c-loginSocials--register .c-loginSocials__google span {
    border: 0;
    width: 100%;
    margin-right: 0;
}

.register .form-actions {
    padding-top: 0;
}

.my-register .c-text {
    text-align: center;
    color: rgb(107,114,128);
}

.my-register .c-text a {
    color: rgb(248,113,113);
}

.c-txtBold {
    font-weight: bold;
}

.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}

.price-current {
    display: none;
}

.nm-shop-loop-title-price .price {
    display: flex;
    flex-direction: column;
    font-weight: 700;
}

.price .price-wrap {
    display: flex;
    justify-content: space-between;
    font-weight: normal;
}

.price-wrap.our-price {
    font-weight: bold;
}

.price-wrap.market-price {
    color: #777;
}

.no-touch .products li:hover .price {
    display: none;
}
.product .summary .price {
    font-weight: 700;
}