/* prevent main slider round coner style confliction */
.entry-content ul {
	margin: 0;
}

/* prevent main slider link button style confliction */
.ast-single-post .entry-content a {
	text-decoration: none;
}

.btn_st1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 13px 35px;
    border: 1px solid #fff;
    width: fit-content;
    border-radius: 30px;
}
.btn_st1:hover, .btn_st1:focus {
    color: #fff;
}

#ast-scroll-top{
    display: none !important;
}


.circle-bg {
    fill: rgba(255, 255, 255, 0);
    stroke: #BAB6B8;
    stroke-width: 7;
    stroke-linecap: butt;
}

.circle-go {
    fill: rgba(255, 255, 255, 0);
    stroke: #fff;
    stroke-width: 7;
    stroke-linecap: round;
}

.progress-round-wrap {
    width: 48px;
    height: 48px;
    position: absolute;
    right: -52px;
    text-align: center;
    animation: 0;
}
.progress-bar-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    z-index: 9;
    background-color: rgba(255,255,255,.5);
}

.progress-bar-fill {
    width: 0%;
    height: 100%;
    background-color: #007484;
    transition: width 0.03s linear;
}
.progress-round-wrap button {
    background-color: transparent;
    padding: 0;
    position: absolute;
    width: max-content;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
}

.progress-round-wrap button img {
    filter: invert(1);
    width: 10px;
}

.progress-round-wrap button.slide-start {
    display: none;
}

.mainBannerSwiper .swiper-slide .bg_wrap {
    position: relative;
    width: 100%;
    height:500px;
}

.mainBannerSwiper .swiper-slide .bg_wrap:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /*background: #000;*/
    width: 100%;
    height: 100%;
    opacity: .5;
}

.mainBannerSwiper .swiper-slide .bg_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    width: 612px;
    height: 100%;
    object-fit: cover;
}

.mainBannerSwiper .swiper-slide .text_wrap {
    position: absolute;
    background: #00AAB7;
    top: 0;
    left:0;
    width:588px;
    height: 100%;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}
.mainBannerSwiper .swiper-slide .text_wrap p.tag {
    font-size: 20px;
    font-weight: 700;
    line-height: 124%;
    color:#fff;
    margin-bottom: 12px!important;
}
.mainBannerSwiper .swiper-slide .text_wrap .title {
    font-size: 42px;
    line-height: 120%;
    font-weight: bold;
    color: #fff!important;
    margin-bottom: 24px!important;
}
.mainBannerSwiper .swiper-slide .text_wrap .subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #ffffffd9;
    margin: 20px 0 30px;
    -webkit-text-stroke: 1px grey;
}
.mainBannerSwiper .swiper-slide .text_wrap .arrow {
    font-size: 16px; 
    font-weight: 500;
    line-height: 24px;
    color:#fff;
}

.main_prd_wrap .prd_img_wrap {
    position: relative;
    height: 0;
    padding-bottom: 100%;
}

.main_prd_wrap .prd_img_wrap .elementor-widget-image {
    position: relative;
    height: 0;
    padding: 0 !important;
    padding-bottom: 100% !important;
}

.main_prd_wrap .prd_img_wrap .e-con-inner {
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.main_prd_wrap .prd_img_wrap .e-con-inner div {
    width: 100%;
    height: 100%;
}
.main_prd_wrap .prd_img_wrap .e-con-inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 
#main_blog .ls:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 999999999999px;
    background-color: var(--e-global-color-7b790fb);
}

#main_blog .rs:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 999999999999px;
    background-color: #F8F8F8;
} */

.swiper-slide > h3 > a {
    color: #000;
}

.swiper-slide > div.description.ellipsis-2 > a {
    color: #000;
}

.main_blog_tag {
    display: block;   /* Remove bullet points; allow greater control of positioning */
    padding: 0;       /* Override defaults for lists */
    margin: 0;        /* Override defaults for lists */
    width: 100%;      /* Get the row full width */
    line-height: 3em; /* line hegiht */
}

.main_blog_tag li {
    display: inline-block; /* Get all images to show in a row */
    margin-left: 10px;
    /* width: 25%; */  /* Show 4 logos per row */
    text-align: center;    /* Centre align the images */
}

.main_blog_tag a {
    font-size: 16px;
    padding: 6px 17px;
    background: #FFFFFFF2;
    border-radius: 30px;
    color: #000;
    font-weight: 600;
} 

#post_topic_description > div > ul {
    list-style-type : circle;
}

#post_topic_description > div > ul li {
    font-size:15px;
}

/* Show 2 logos per row on medium devices (tablets, phones in landscape) */
/* 
@media (max-width: 960px) and (min-width: 501px) {
    .main_blog_tag li { width: 25%; } 
} */

@media (max-width: 500px) {
    #main_catalog_title > div > div {
        font-size: 22px;
    }
    .main_blog_tag {
        line-height: 3em; /* line hegiht */
    }
    .main_blog_tag a {
        font-size: 15px;
        padding: 6px 17px;
        background: #FFFFFFF2;
        border-radius: 30px;
        color: #000;
        font-weight: 600;
    }
}

.blogCategorySwiper {
    min-height: 250px;
    position: relative;
}
.fw-blog-category {
    display: flex;gap:24px;
    margin-bottom: 36px;
}
.fw-blog-category:last-child{
    margin-bottom: 160px;
}
.fw-blog-category .category-tabs {
    flex:1; 
}
.fw-blog-category .category-content{
    flex:2;
    position: relative;
    width: 792px;
}
.fw-blog-category dotlottie-player {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fw-blog-category .category-tabs-wrap {
    display: flex;
    gap: 15px;
    margin: 0;
}

.fw-blog-category .category-tabs button {
    font-size: 36px;
    color:#00AAB7;
    font-weight: 700;
    line-height: 48px;
    padding:0;
    background: transparent;
    box-shadow: none;
    transition: all .2s ease;
    padding-right: 220px;
    text-align: left;
    word-break: keep-all;
}

.fw-blog-category .category-tabs button:hover,
.fw-blog-category .category-tabs button.active {
    color: #00AAB7;
}
.fw-blog-category .swiper-wrapper {display: grid; gap:24px; grid-template-columns:1fr 1fr; padding:0;margin:0!important;}
.fw-blog-category .swiper-wrapper .swiper-slide {margin:0!important; flex:1; width:100%!important}
.fw-blog-category .subcategory .thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fw-blog-category .subcategory .thumbnail a {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    display: block;
}
.fw-blog-category .subcategory .text-wrap {
    padding: 18px 0 0;
}
.fw-blog-category .subcategory .text-wrap h3 a {
    font-size: 20px;
    font-weight: bold;
    color: #002C3A;
}
.sec-label {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 24px;
    color: #002C3A;
}
.related-product .productSwiper .thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 75%;
    object-fit: contain;
}
.related-product .productSwiper .thumbnail {
    position: relative;
    padding-bottom: 100%;
    /* height: 0;
    background: #F7F7F7;
    border-radius: 10px; */
}
.related-product .productSwiper .title {
    font-size: 18px;
    color: #000;
    padding: 10px;
}
.related-product{
    margin-top: 40px;
}
.related-product .productSwiper {
    margin-top: 30px;
}
.elementor-widget-theme-post-content figure {
    margin: 2rem 0;
}
.elementor-widget-theme-post-content h2 {
    font-size: 24px;
    color:#002C3A;
    font-weight: 700;
    margin: 3rem 0 2rem!important
}
.elementor-widget-theme-post-content h3 {
    font-size: 22px;
    color:#007484;
    font-weight: 500;
    margin: 2rem 0 1rem!important
}
.elementor-widget-theme-post-content a {
    color:#00AAB7;
}
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
    padding-left: 1.5rem;
    margin: 2rem 0;
}
.elementor-widget-theme-post-content h2 strong {
    font-weight: 700;
}
.elementor-widget-theme-post-content h2:first-child {
    margin-top: 0!important;
}
.ast-separate-container #primary {margin:0;}
.ast-separate-container .comment-respond {
    padding: 0!important
}
.ast-separate-container .comment-form-legend {float: none;}
.ast-separate-container .comment-form-textarea {width:100%;}
.ast-separate-container .comments-area textarea#comment {width: 100%;}
.ast-separate-container #comments a {
    color:#00AAB7;
}
.ast-separate-container #comments .submit {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 3px;
    color: #5D696B;
    background: #E5F6F8;
    border: 1px solid #C7E3E6;
}

.selected-material ul {
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.sv-custom-block {
    margin: 40px 0;
}

#x2board-qna-list.latest-qna-list .x2board-search{
    padding: 0;
}
#x2board-qna-list.latest-qna-list .x2board-search form {
    justify-content: flex-end;
    margin-top: -70px;
}

#x2board-qna-list.latest-qna-list .accordion-item {
    background: #E5F7F8;
    border: 0;
    margin-bottom: 12px;
}
#x2board-qna-list.latest-qna-list .accordion-item .accordion-button {
    background: transparent;
    padding: 32px 48px;
}
#x2board-qna-list.latest-qna-list .accordion-item .accordion-body {
    background: transparent;
}

#x2board-qna-list .accordion-item .accordion-button:hover,
#x2board-qna-list .accordion-item .accordion-button:focus {
    background: transparent;
    color: inherit;
}
#x2board-qna-list .accordion-item h2{
    margin: 0;
}
#x2board-qna-list .accordion-item button {
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color:#007484;
}
#x2board-qna-list .accordion-item button .q {
    font-weight: 900;
    margin-right: 6px;
}
#x2board-qna-list .accordion-item .accordion-body {
    background: #E5F7F8;
    font-size: 16px;
    color:#5D696B;
    padding:0 48px 32px;
}
#x2board-qna-list .accordion-item .accordion-body a {
    color:#00AAB7;
    text-decoration: underline;
    font-weight: 700;
}
.procedure ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.procedure ul li {
    position: relative;
    background: #f9f9f9;
    margin: 30px 0;
    border-radius: 20px;
    padding: 20px 40px;
    font-size: 18px;
    min-height: 200px;
}

.procedure ul li .text-wrap {
    padding-right: 270px;
}
.procedure ul li .cnt {
    position: absolute;
    left: -10px;
    top: -12px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: var(--e-global-color-7b790fb);
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.procedure ul li .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.procedure ul li .thumbnail {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 40px;
    width: 320px;
    height: 100%;
    max-height: 200px;
}

.procedure ul li .text-wrap p {
    margin: 0;
    line-height: 1.5em;
}
.procedure ul li .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.procedure ul li .description {
    font-size: 16px;
}

#prod_detail p {
    margin: 0;
    font-size: 16px;
    margin-bottom: 12px;
    color: #002C3A;
}
#prod_detail .tit {
    width: 100px;
    display: inline-block;
}
#prod_detail .price {
    font-size: 16px;
    color: #002C3A;
}
#prod_detail.on-sale .price .description {
    text-decoration: line-through;
}
#prod_detail .sale-price {
    font-size: 18px;
    font-weight: bold;
    color: var(--e-global-color-accent);
}
#prod_link a {
    background: #4d4d4d;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}
#prod_link {
    margin: 25px 0;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

#sv_prod_content.short:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 40%;
}
#sv_prod_content.short {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}

.related-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.related-posts >.item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 24px;
}
.related-posts >.item * {
    min-width: 0;
}

.related-posts >.item .thumbnail {
    aspect-ratio: 3 / 2;
}
.related-posts >.item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-posts >.item .text-wrap {
    margin-left: -6px;
}
.related-posts >.item .text-wrap .tag {
    font-size: 13px;
    font-weight: 400;
    color: #007484;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.related-posts >.item .text-wrap a p.title{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color:#00AAB7;
    margin: 6px 0 12px;
}
.related-posts >.item .text-wrap .description {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color:#5D696B;
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-form-wrap, .cr-ajax-reviews-review-form .cr-review-form-wrap, .cr-reviews-grid.cr-reviews-grid-new-review .cr-review-form-wrap {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(0,0,0,10%);
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap, .cr-reviews-grid .cr-summaryBox-wrap,.cr-all-reviews-shortcode .cr-ajax-search,
.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort, .cr-all-reviews-shortcode .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
    display: none !important;
}
button.cr-all-reviews-add-review {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 3px;
    color:#5D696B;
    background: #E5F6F8;
    border: 1px solid #C7E3E6;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit, .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit, .cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit {
    display: flex;
    background-color: var(--e-global-color-accent);
    color: #ffffff;
    border: 0;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    width: 50%;
    padding: 0 10px;
    margin: 0;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel, .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel, .cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel {
    display: none !important;
}
.cr-all-reviews-shortcode .cr-review-form-buttons, .cr-ajax-reviews-review-form .cr-review-form-buttons, .cr-reviews-grid .cr-review-form-buttons {
    justify-content: center;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left {
    display: none !important;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav {
    height: auto;
    border: 0;
    justify-content: flex-end;
}
.cr-all-reviews-shortcode .cr-review-form-item, .cr-ajax-reviews-review-form .cr-review-form-item, .cr-reviews-grid .cr-review-form-item {
    padding: 0px 0 30px;
}
.cr-all-reviews-shortcode .cr-review-form-rating-overall .cr-review-form-rating-label, .cr-ajax-reviews-review-form .cr-review-form-rating-overall .cr-review-form-rating-label, .cr-reviews-grid .cr-review-form-rating-overall .cr-review-form-rating-label {
    font-size: 18px;
    font-weight: bold;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue, .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue, .cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue, .cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue, .cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue, .cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue {
    background-color: var(--e-global-color-accent);
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover, .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover, .cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue:hover, .cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue:hover, .cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover, .cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue:hover {
    background-color: var(--e-global-color-accent);
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__verified, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__verified{
    display: none !important;
}
.cr-all-reviews-shortcode .crstar-rating, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating, #reviews #comments .cr-summaryBox-wrap .crstar-rating {
    overflow: hidden;
    position: relative;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    width: 5.4em;
    font-family: crstar;
    color: #E53B3B;
    margin: 4px 0;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text p, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
    margin: .5em 0;
    text-align: left;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
    height: 30px;
    padding: 0 3px;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg {
    height: 31px;
    width: 25px;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg.cr-rating-act * {
    fill: #E53B3B;
}

.woocommerce .woocommerce-ordering {margin-bottom: 1rem;}

#product_list ul.products .astra-shop-thumbnail-wrap > a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    margin: 0;
}
#product_list ul.products .astra-shop-thumbnail-wrap > a {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    /* background: #F7F7F7; */
}
#product_list ul.products .astra-shop-thumbnail-wrap .ast-on-card-button.ast-onsale-card {
    display: none;
}
#product_list ul.products a.ast-on-card-button {
    display: none;
}
#product_list ul.products .astra-shop-summary-wrap {
    padding: 20px;
}
/* hide star rating on the catalog */
/* #product_list ul.products .astra-shop-summary-wrap .star-rating {
    display: none !important;
} */
/* hide add to cart button on the catalog */
/* #product_list ul.products .astra-shop-summary-wrap a.button.product_type_simple.add_to_cart_button {
    display: none !important;
} */


@media screen and (max-width:768px) {

    .btn_st1 {
        font-size: 14px;
        padding: 6px 20px;
        border: 1px solid #fff;
    }
    .fw-blog-category .category-tabs {
        overflow: scroll;
        margin: 20px 0 30px;
    }
    .fw-blog-category .category-tabs-wrap {
        width: max-content;
        margin: 0;
    }
    .fw-blog-category .category-tabs button {
        font-size: 20px;
    }

    .selected-material ul {
        list-style: none;
        grid-template-columns: repeat(2, 1fr);
    }
    button.close-popup{
        font-size: 17px;
    }
    button.close-popup svg {
        width: 14px;
    }

    /* #product_list .products {  // force to display single product per row on mobile
        grid-template-columns: 100%;
    } */

    .related-posts {
        grid-template-columns: 100%;
        gap: 25px;
    }
    .related-posts >.item {
        grid-template-columns: 35% calc(65% - 17px);
        gap: 16px;
    }
    .cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-form-wrap, .cr-ajax-reviews-review-form .cr-review-form-wrap, .cr-reviews-grid.cr-reviews-grid-new-review .cr-review-form-wrap {
        width: 90%;
        padding: 30px 20px;
    }

    .procedure ul li .thumbnail {
        position: relative;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .procedure ul li .cnt {
        font-size: 17px;
        width: 33px;
        height: 33px;
    }
    .procedure ul li .text-wrap {
        padding-right: 0px;
    }
    .procedure ul li {
        margin: 30px 0;
        border-radius: 10px;
        padding: 20px 20px;
        font-size: 15px;
    }
    .procedure ul li .title {
        font-size: 18px;
    }
    .procedure ul li .description {
        font-size: 15px;
    }
}

