/* == Header == */
#header-my-account-link {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    color: #000;
}

/* Popup Login Form*/
#popup-login-btn,
#popup-login-btn:hover {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    border: 0;
    outline: none;
    color: #000;
    background-color: transparent;
}
#popup-login-modal {
	opacity: 0;
	z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}
#popup-login-modal.show{
	opacity: 1;
	z-index: 99999;
}
#popup-login-modal .modal-content {
    margin: auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    position: relative;
    border-radius: 10px;
}
#popup-login-modal .modal-content:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
#popup-login-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    line-height: 1;
    cursor: pointer;
}

#popup-login-modal h3 {
    margin-top: 0;
}

#popup-login-modal p:empty {
    display: none;
}

#popup-login-modal .modal-msg.error{
    color: red;
}

#popup-login-modal .modal-msg.success{
    color: green;
}

#popup-login-modal input {
    margin-bottom: 10px;
}

#popup-login-submit {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #0275F6;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 48px 48px 48px 48px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
}

/* category sidebar and product grid */
.sidebar-category-list .woocommerce  ul.products li.product a img,
.sidebar-category-list .woocommerce-loop-category__title mark {
    display: none;
}
.sidebar-category-list li.product:not(:last-child) {
    border-bottom: 1px solid #00000026;
}
.sidebar-category-list .woocommerce ul.products li.product:not(;last-child) .woocommerce-loop-category__title{
    padding-bottom: 15px;
}
.new-pdt-grid a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    text-align: center;
}
.new-pdt-grid select.orderby{
    border-color: #0275F6;
    color: #0275F6;
    background-color:#0275F61a;
    outline: none;
    border-radius: 40px;
}
.new-pdt-grid option {
    color: #0275F6;
}

/* Newsletter */
#bl-rad-wrap{
    background: radial-gradient(48.03% 48.35% at 53.79% 46.76%, rgba(103, 184, 255, 0.69) 0%, #0275F6 100%)
}
.new-newsletter form {
    position: relative;
    width: 100%;
}
.new-newsletter .tnp-subscription-minimal input.tnp-email {
    font-family: "Plus Jakarta Sans", Sans-serif;
    border-radius: 48px;
    outline: none;
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    width: 100%;
    max-width: 400px;
}
.new-newsletter .tnp-subscription-minimal input.tnp-email::placeholder{
    color: #0000004d;
}

.new-newsletter .tnp-subscription-minimal input.tnp-submit {
    font-family: "Plus Jakarta Sans", Sans-serif;
    margin-left: -132px;
    width: 120px;
    border-radius: 48px;
    padding: 14px;
    background-color: #0275F6;
    outline: none;
}

/* Custom Cat inclusive Search */
.cat_inc_search{
    position: relative;
}
.cat_inc_search input[type="text"] {
    border-radius: 64px;
    border-color: #00000026;
    padding-left: 40px;
    outline: none;
}
.cat_inc_search input[type="text"]::placeholder {
    color: #00000026;
}
.cat_inc_search svg {
    position: absolute;
    left: 15px;
    top: 11px;
}
.cat_inc_search select{
    position: absolute;
    top: 1px;
    right: 0;
    max-width: 155px;
    border-radius: 0 64px 64px 0;
    background-color: #0275F6;
    color: #fff;
    border-color: #0275F6;
    outline: none;
    border-bottom-width: 2px;
}
#cat-search-modal {
    opacity: 0;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    transition: all ease-in-out 0.3s;
}
#cat-search-modal.show{
    opacity: 1;
    z-index: 99999;
}
#cat-search-modal .modal-content {
    padding: 20px;
    position: relative;
    z-index: 2;
}
#cat-search-modal .modal-header {
    text-align: right;
    margin-bottom: 20px;
}
#cat-search-modal .modal-close svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}
#cat-search-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.40;
}
#cat-search-modal .cat_inc_search select {
    top: 0;
}

/* Category search result */
.cat_search_result-wrap .woocommerce  ul.products {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.cat_search_result-wrap.new-pdt-grid .woocommerce ul.products li.product {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 16px;
    padding: 20px 20px 20px 20px;
    border-color: #00000026;
}
.cat_search_result-wrap .woocommerce ul.products li.product .woocommerce-loop-product__title, .cat_search_result-wrap .woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.cat_search_result-wrap .woocommerce ul.products li.product .price {
    color: #0275F6;
}
.cat_search_result-wrap .woocommerce ul.products li.product .button {
    color: #FFFFFF;
    background-color: #0275F6;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-style: solid;
    border-radius: 48px 48px 48px 48px;
    padding: 10px 15px 10px 15px;
}
.new-pdt-grid a.page-numbers {
    color: #0275F6;
}
.new-pdt-grid .woocommerce ul li.product a.add_to_cart_button {
    display: flex;
    justify-content: center;
}
.new-pdt-grid a.add_to_cart_button span {
    align-self: center;
    padding-left: 10px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after{
    align-self: center;
}

a.woocommerce-button.button.pay.order-actions-button {
    display: none;
}

div#wcf_custom_coupon_field {
    margin-top: 0;
}

div#order_review {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
    #header-my-account-link {
        font-size: 10px;
    }
    .new-newsletter .tnp-subscription-minimal input.tnp-email {
        padding: 10px 20px;;
    }
    .new-newsletter .tnp-subscription-minimal input.tnp-submit {
        position: absolute;
        width: 100px;
        padding: 9px;
        right: 2px;
        top: 2px;
    }

    .cat_search_result-wrap .woocommerce ul.products li.product .woocommerce-loop-product__title, .cat_search_result-wrap .woocommerce ul.products li.product .woocommerce-loop-category__title {
        font-size: 14px;
    }
    .cat_search_result-wrap .woocommerce ul.products li.product .button {
        font-size: 12px;
    }
}