/*Checkout live user*/
.wc_user_count {
    color: #383d41;
    line-height: 1.625;
    padding: 15px;
    margin-bottom: 10px;
}
.wc_user_count .woocommerce-info-user-count {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.wc_user_count .live-customer-count-pill {
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    box-sizing: border-box;
}

.wc_user_count .live-customer-count-pill:before {
    content: '';
    position: relative;
    display: block;
    width: 150%;
    height: 150%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 45px;
    background-color: #000;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}  
.wc_user_count .live-customer-count-pill:after {
    content: '';
    position: absolute;
    left: 0; 
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}


@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}

/** E-transfer Thank you page layout */
.woocommerce-order-received div#order_review .emt-payment-infomation, .woocommerce-order-received div#order_review section.cfw-order-status, .woocommerce-order-received div#order_review section.cfw-order-updates, .woocommerce-order-received div#order_review section.cfw-customer-information {
    box-shadow: 0px 0px 15px 0px #f1f1f1;
    border-radius: 20px;
    border: none;
}
.woocommerce-order-received div#order_review .emt-payment-infomation{
    margin-bottom: 1em;
}
.woocommerce-order-received div#order_review .emt-payment-infomation .customer-ins{
    font-weight: 600;
    font-size: 21px;
    padding: 2em 2em 0;
}
.woocommerce-order-received div#order_review .emt-payment-infomation .instructions{
    padding: 0 5em;
}
.woocommerce-order-received div#order_review .emt-payment-infomation .notice{
    padding: 1.5em 0;
}
.woocommerce-order-received div#order_review section.cfw-order-status {
    padding: 0 0px 0 !important;
    overflow: hidden;
}
.woocommerce-order-received div#order_review .aw-referrals-share-widget.aw-referrals-well h3, .woocommerce-order-received div#order_review .inner h3 {
    font-size: 38px;
    font-weight: 500;
}
.woocommerce-order-received div#order_review .aw-referrals-share-widget.aw-referrals-well p {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
}
.woocommerce-order-received div#order_review .emt-payment-infomation .aw-referrals-share-widget.aw-referrals-well {
    margin: 4em 2em 2em;
}
.woocommerce-order-received div#order_review .inner h3 {
    font-size: 32px;
    font-weight: 500;
}
.woocommerce-order-received div#order_review .inner p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.woocommerce-order-received div#order_review .inner h6 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 0 0 !important;
}
.woocommerce-order-received div#order_review .inner .col-lg-6 {
    margin-bottom: 18px;
}
.woocommerce-order-received div#order_review .inner address {
    padding: 6px 0 0;
    line-height: 24px;
    font-size: 16px;
}
.woocommerce-order-received div#order_review section.cfw-order-updates h3 {
    margin: 0 0 6px;
}
.woocommerce-order-received div#order_review .aw-referrals-share-widget.aw-referrals-well {
    padding: 20px;
    box-shadow: 0px 0px 15px 0px #f1f1f1;
    border-radius: 20px;
    border: none;
}
.woocommerce-order-received div#order_review section.cfw-order-status .inner.status-row {
    display: none !important;
}
.woocommerce-order-received div#order_review {
    display: flex;
    flex-direction: column;
}
.woocommerce-order-received div#order_review .title {
    order: -1;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: fit-content;
    align-items: center;
}
.woocommerce-order-received div#order_review .title svg.cfw-checkmark {
    margin: 0 0 12px !important;
}
.woocommerce-order-received div#order_review .title svg.cfw-checkmark {
    margin: 0 0 12px !important;
    stroke: #0ab90a !important;
}
#cfw.context-thank-you .title h4 {
    font-size: 28px;
    font-weight: 700;
}

.woocommerce-order-received div#order_review .emt-payment-infomation p {
    margin: 10px 0 !important;
    line-height: 30px;
    color: #333;
    font-size: 22px;
    font-weight: 700;
}
.woocommerce-order-received div#order_review > img, .woocommerce-order-received div#order_review .emt-payment-infomation > img {
    display: none;
}

#cfw-billing-methods .payment_method_wc_payerurl_gateway span.payment_method_icons img {
    border: 1px solid #d9d9d9 !important;
    border-radius: 5px;
}
.single-product .wc-points-rewards-product-message, .single-product p.points.hide-on-price-available {
    background: #f5f5f5;
    display: table;
    clear: both;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 10px 0 10px;
}

.single-product p.points.hide-on-price-available, .single-product .woocommerce-variation-price br{
    display: none !important;
}


/**Start: Category page design**/
.tax-product_cat div#primary {
    border-top: 1px solid #CCC;
    padding-top: 12px;
}
.tax-product_cat .site-main, body:not([class*=elementor-page-]) .site-main {
    max-width: 1294px;
    padding-left: 30px;
    padding-right: 30px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 1.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 23.05%;
    margin-left: 0;
}
.tax-product_cat .site-main ul.products li.product a.woocommerce-LoopProduct-link img {
     background-color: #F3F3F3; 
    border-radius: 25px 25px 25px 25px;
}
.tax-product_cat .site-main ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -.025em;
    color: #13193D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tax-product_cat .site-main ul.products li.product .wrap-cat-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tax-product_cat .site-main ul.products li.product .wrap-cat-rating a.woocommerce-LoopProduct-link ul.entry-meta {
    margin: 0;
    background-color: #000;
    padding: 8px 10px 8px 10px;
    border-radius: 5px 5px 5px 5px;
    font-family: "Inter", Sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -.025em;
    color: #FFF;
    text-align: center;
    margin-right: 8px;
}
.tax-product_cat .site-main ul.products li.product .wrap-cat-rating a.wooc-product-rating span.star {
    font-size: 14px;
    line-height: 1.2em;
    display: inline-block;
    color: #4A5467A6;
    border: 1px solid #4A5467A6;
    padding: 1px 8px 3px 8px;
    border-radius: 4px;
    text-align: center;
}
.tax-product_cat .site-main ul.products li.product .wrap-cat-rating a.wooc-product-rating span.star i {
    position: relative;
    top: 2px;
}
.tax-product_cat .site-main ul.products li.product a.button.wc-forward {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.025em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 7px 7px 7px 7px;
    padding: 12px 5px 12px 5px;
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
    transition: all 0.2s;
    width: 100%;
    text-align: center;
}
.tax-product_cat .site-main ul.products li.product a.button.wc-forward:hover {
    color: #FFFFFF;
    background-color: #DE422C;
    border-color: #DE422C;
}
.tax-product_cat .delics-product-image-wrap {
    background-color: #F3F3F3;
    border-radius: 25px 25px 25px 25px;
}
.tax-product_cat .delics-product-image-wrap img {
    mix-blend-mode: multiply;
}
.tax-product_cat ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.tax-product_cat ul.products.columns-4 li.product {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin: 0 0 25px;
}
.tax-product_cat header.woocommerce-products-header{
    text-align: center;
    padding: 20px 0;
}
.tax-product_cat header.woocommerce-products-header h1.woocommerce-products-header__title.page-title{
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #13193D;
}
/**End: Category page design**/

.payment_method_plisio .payment_method_icons img{
    border: 1px solid #ddd;
    border-radius: 5px;
}



@media screen and (max-width: 1024px) {
    .tax-product_cat ul.products.columns-4 li.product {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-order-received div#order_review .emt-payment-infomation p {
        font-size: 18px;
    }
    .woocommerce-order-received div#order_review .aw-referrals-share-widget.aw-referrals-well h3, .woocommerce-order-received div#order_review .inner h3 {
        font-size: 22px;
    }
    .woocommerce-order-received div#order_review .aw-referrals-share-widget.aw-referrals-well p {
        font-size: 18px;
    }
    .woocommerce-order-received div#order_review .emt-payment-infomation .instructions{
        padding: 0 1em;
    }
    .woocommerce-order-received div#order_review .emt-payment-infomation .customer-ins {
        padding: 2em 1em 0;
    }
    .woocommerce-order-received div#order_review .emt-payment-infomation .aw-referrals-share-widget.aw-referrals-well{
        margin: 3em 1em 2em;
    }

    /**Start: Category page design**/
    .tax-product_cat .site-main ul.products li.product .wrap-cat-rating a.woocommerce-LoopProduct-link ul.entry-meta {
        display: none;
    }
    .tax-product_cat .site-main ul.products li.product .wrap-cat-rating {
        justify-content: center;
    }
    .tax-product_cat .site-main ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
        text-align: center;
        font-size: 15px;
    }
    .tax-product_cat .site-main, body:not([class*=elementor-page-]) .site-main {
        padding-left: 30px;
        padding-right: 30px;
    }
    .tax-product_cat ul.products.columns-4 li.product {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .woocommerce .woocommerce-ordering {
        float: left;
    }
    .woocommerce .woocommerce-result-count {
        padding-right: 12px;
    }
    /**End: Category page design**/
}