/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus {
    background-color: transparent;
    text-decoration: none;
    outline: none;
    border-radius: 0;
}

.sky_section,.intro_sec{ display:none; }

/* Order Thank You Page Css Start Here */

.woocommerce-order{
    font-family: "Noto Sans", Sans-serif;
}
.woocommerce-order h2.woocommerce-order-details__title, h2.woocommerce-column__title{
	color: #64B6E1;
    font-family: "Noto Sans", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 53px;
}

.woocommerce-order tr.woocommerce-table__line-item.order_item {
    border-bottom: 1px solid #64B6E1 !important;
}
.woocommerce-order section.woocommerce-order-details{
    border-top: 1px solid #64B6E1 !important;
	    padding: 20px 0 0 0;
}
.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    font-size: 14px;
}

.woocommerce-order address {
    color: #000;
}
.woocommerce .shop_table tfoot th{
	font-size: 16px;
}
.woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details > thead th {
    font-size: 20px;
}
.woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child{
	   border-top: 1px solid #64B6E1 !important;
}
.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    margin: 0 0 50px 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    justify-content: center;
    display: flex;
}
.iti--allow-dropdown .error{
    border: 1px solid red !important;
}
/* Start Information Box single product  */
.ins_box_row{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}
.ins_box_row .ins_box_col{
    width: calc(33.33% - 20px);
}
.ins_box_row .image_item,
.ins_box_row .video_item{
    height:320px;
    width: 100%;
}
.ins_box_row .image_item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ins_box_row .ins_box_col iframe{
    width: 100%;
    height:100%;
}
.ins_box_row .ins_title{
    background-color: #a3cae7;
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px 10px;
}
.ins_box_row .ins_title h3{ margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
 }


 /* Product Single Page */
 .repeater-item h2 { color: #FFFFFF; font-family: "Noto Sans TC", Sans-serif; font-size: 20px; font-weight: 500; line-height: 33px; margin:  30px 0px 10px 0px;}
 .repeater-item p { font-family: "Noto Sans TC", Sans-serif; font-size: 16px; font-weight: 400; line-height: 23px; color: #fff; margin: 0px 0px 30px 0px; }
 .product-main-content { display: flex; flex-direction: column; gap: 30px;}
 .repeater-item { border-bottom: 1px solid #fff;}
 .repeater-item-sky h2 { color: #3A5DB2; font-size: 20px; font-weight: 500; line-height: 33px; margin: 0 0 10px 0;}
 .repeater-item-sky p { font-family: "Noto Sans SC", Sans-serif; font-size: 18px; font-weight: 400; line-height: 24px; color: #333333; margin: 0; }


/* End Information Box single product  */

.post_row{ display: flex; flex-wrap: wrap; column-gap: 30px; row-gap: 50px; }
.post_row .post_col{ width: calc(50% - 15px); }



.main_product_content ,
.sky_main_content,
.main_Instructions  { display: none; }

.elementor-editor-active .main_product_content,
.elementor-editor-active .sky_main_content,
.elementor-editor-active .main_Instructions{
    display: block;
}
.woocommerce-form-row.required label{
    color:#e30d0d!important;
}
.woocommerce-form-row.required a{
    color:#e30d0d!important;
}
.ourpoints_customer {
    display: flex;
     background: #64B6E1;
    color: #fff !important;
    margin: 0 !important;
    padding: 17px 30px;
    align-items: center;
    gap: 5px;
}

.ourpoints_customer p{
    margin: 0;
}
.ourpoints_customer img.ls-is-cached.lazyloaded {
    filter: invert(1);
}
form.woocommerce-ResetPassword p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last{ width: 100%!important;}
form.woocommerce-ResetPassword p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first{ max-width: inherit!important;}

form.woocommerce-ResetPassword p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first span.password-input,
form.woocommerce-ResetPassword p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last span.password-input{
  width: 100%!important;
}
form.woocommerce-ResetPassword p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first span.password-input input,
form.woocommerce-ResetPassword p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last span.password-input input{
  margin-bottom: 10px!important;
}
form.woocommerce-ResetPassword p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last label.password_2{ min-width: inherit; display: block!important;}

.ywpar_myaccount_entry_info span.ywpar_to_redeem_title{ display: none;}
.ywpar_myaccount_entry_info .ywpar_rank_badges{ display: none;}

.woocommerce-variation .woocommerce-variation-price .woocommerce-Price-amount{ font-family: "Noto Sans", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    color: #333333; display: block; margin-top: 20px;}
.woocommerce-shop .products li .product-short-description{ display: none; }
.icon_title{ text-align: center; }
.icon_title h2{ color: #64B6E1; }
.wpml-ls-statics-footer,.otgs-development-site-front-end{ display: none; }
.leg_main .wpml-ls-statics-footer{ display: block; }
.validate-required .woocommerce-Select{ border:1px solid red!important; }
ul.loop-tag{ padding: 0; margin-bottom: 5px; }
ul.loop-tag li{
    display: inline-block;
    margin-right:10px;
    color: #7DB8F8;
    font-size: 10px;
    border: 1px solid #7DB8F8 !important;
    padding: 2px 4px;
    min-width: 52px;
    text-align: center;
    
}
ul.loop-tag li:last-child{
	border: 1px solid #7DB8F8 !important;
}
.product__list ul .price{
    color: #333333!important;
}
ul.products li.product .price ins,
.product__list ul .price ins{
    color: #ff0000;
}
.product__list ul .price del
{
    color: #333333!important;
}
.product_tag_line{ display: block; }
.woocommerce ul.products li.product a.added_to_cart.wc-forward{ display: none; }
.checkout.woocommerce-checkout .select2-selection{
    height: 65px!important;
}
.checkout.woocommerce-checkout .select2-selection .select2-selection__rendered{
    line-height: 65px!important;
}
.checkout.woocommerce-checkout  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 65px;
}
form.woocommerce-form p.woocommerce-form-row.form-row-wide.select_form_area{ background-color: #fff; padding-right: 12px; border: 1px solid #EDEDED; display: block; margin-bottom: 10px!important; }
.select_form_area select{ border: none!important; margin-bottom: 0px !important; }
.woocommerce-EditAccountForm.edit-account h2{ display: block; width: 100%; }
.woocommerce-EditAccountForm.edit-account .email_user{ display: block; width: 100%; }
.woocommerce-account .mobile_search_area{ display:none }
.account_main  .e-my-account-tab__.message__col .woocommerce .woocommerce-message{ font-size: 24px !important; max-width: 290px; }
.ywpar_myaccount_entry_info > div{ background-color: #fff; max-width: 346px; width: 100%; }
.ywpar_myaccount_entry_info .points_collected{ color: #3A5DB2; font-weight: 700; }
.ywpar_myaccount_entry_info span.ywpar_entry_info_title{ color: #64B6E1; font-weight: 700; font-size: 20px;  }
.ywpar_myaccount_entry_info span.ywpar_total_collected_title{ font-size: 16px; color: #000; font-weight: 600; }

.woocommerce-form-register .select_form_area select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 48px;
    
}
form.woocommerce-form.woocommerce-form-register p.woocommerce-form-row.select_form_area{
    position: relative;
    padding: 0;
}
.woocommerce-form-register .select_form_area::before{
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='6.586' viewBox='0 0 12 6.586'%3e%3cdefs%3e%3cclipPath id='clip-path'%3e%3crect id='Rectangle_4542' data-name='Rectangle 4542' width='12' height='6.586' fill='none'/%3e%3c/clipPath%3e%3c/defs%3e%3cg id='Group_11447' data-name='Group 11447' clip-path='url(%23clip-path)'%3e%3cpath id='Path_11188' data-name='Path 11188' d='M6.53,4.73c.155-.149.161-.172.225-.234L10.995.31A.566.566,0,0,1,11.79.232c.507.415-.027.8-.314,1.123-.255.285-4.054,4.012-4.991,4.938-.4.393-.655.391-1.046-.006L.241,1.009C-.034.73-.075.444.123.2A.517.517,0,0,1,.85.109c.087.065,4.531,4.6,4.594,4.65.686.686.355.7,1.086-.029' transform='translate(0 0)' fill='%230c2c67'/%3e%3c/g%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 12px;
    height: 6.59px;
    position: absolute;
    right: 16.3px;
    top:21px;
}


.container_main{
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
  }
  
  .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* overflow: hidden; */
}
.container_main .swiper-wrapper{ overflow: visible!important; }
form.woocommerce-form-register.register .woocommerce-form-row.form-row-wide.bt-5{ margin-bottom: 10px!important; }


.iti.iti--allow-dropdown{ width: 100%; }
.woocommerce-form-register #phone{ padding-left: 46px!important; }
.woocommerce-validated #aggree_contain{ color:#cc1818; }
.woocommerce-validated #aggree_contain input[type="checkbox"]::before{ border-color:#cc1818; }
.woocommerce-validated #aggree_contain.fill{ color:#69727d; }
.woocommerce-validated #aggree_contain.fill input[type="checkbox"]::before{ border-color:#69727d; }
.elementor-15 .elementor-element.elementor-element-d334812 input#createaccount::before{ left:0; }
.woocommerce-order-details .woocommerce-table--order-details .order-again a.button{ color: #f3faff!important;  }
.without_login a:hover{
    background-color: #62A5B2;
    color: #fff;
}
.woocommerce form #customer_details p.form-row.woocommerce-invalid .input-text{
    border-color: #a00  !important;
}

@media (max-width: 768px) {
    .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details > thead th {
        font-size: 18px;
    }
    .woocommerce-order ul.order_details li strong{
        font-size: 16px;
    }
    .woocommerce ul.order_details li{
        padding:0;
        margin:0;
    }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        width: 50%;
        border-right:0;
        padding:0 0 20px 0;
    }
    .woocommerce ul.order_details{
                padding-inline-start: 0;
        }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        flex-wrap: wrap;
    }
    li.woocommerce-order-overview__payment-method.method {
        width: 100% !important;
    }
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        width: 100%;
        padding:0 0 15px 0;
    }
    .ins_box_row .ins_box_col{
        width: 100%;
    }
    .ins_box_row{
        column-gap: 0;
    }
    .product-main-content { gap: 10px;}
    .repeater-item h2{ margin: 20px 0px 10px 0px; font-size: 20px;}
    .repeater-item-sky h2 { margin: 20px 0px 10px 0px; font-size: 20px;}
    .repeater-item-sky p{font-size: 14px; margin: 0px 0px 20px 0px;}
    .repeater-item p{font-size: 14px; margin: 0px 0px 20px 0px;}
    .repeater-item-sky p { margin: 0px;}
}
.review_product a.review_popup{
    background-color: #89C1CC;
    color: #fff!important;
    padding: 7px 25px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 14px;
    width: fit-content;

}
.profile_area p#wpua-thumbnail-existing {
    display: none;
}
.profile_area p#wpua-preview-existing img {
    width: 160px;
    max-height: 160px;
    border-radius: 50%;
    border: 7px solid #fff;
}
.profile_area button#wpua-add-existing {
    background: #89C1CC;
    color: #fff;
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 0;
}
.profile_area p.submit input#submit,button#wpua-undo-existing{
        background: #89C1CC;
    color: #fff;
    font-size: 16px;
    padding: 15px 40px;
    border-radius: 0;
    margin-top: 5px;
}
.profile_area span.description {
    color: #354E57;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.profile_area p#wpua-preview-existing{
    position: relative;
}
.profile_area p#wpua-preview-existing:before{
    content: '';
    height: 18px;
    width: 24px;
    background-image: url('img/pro-icon.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 15px;
    right: 23px;
    z-index: 1;
}
.profile_area p#wpua-preview-existing:after{
    content: '';
    height: 49px;
    width: 49px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 10px;
    background-color: #fff;
    border-radius: 50%;
}
.my_swiper_review  .swiper-slide .elementor-flip-box__image img{
    object-position: top;
}
.woocommerce-edit-address #billing_phone{
    padding-left: 60px !important;
}
.loop-tag.product-tags{ min-height: 25px; }
.elementor-16 .elementor-element.elementor-element-a76c2db form.woocommerce-form.woocommerce-form-register.register input[type="checkbox"]{
    padding: 0 !important;
}


/* .wpua-edit{ display: none!important; } */
/* .profile_area .success{ display: none; } */

/* @media (max-width: 1200px) {
    .elementor-488 .elementor-element.elementor-element-1e50805 .elementor-flip-box{ height: 700px; }
}
@media (max-width: 1030px) {
    .elementor-488 .elementor-element.elementor-element-1e50805 .elementor-flip-box{ height: 660px; }
}
@media (max-width: 880px) {
    .elementor-488 .elementor-element.elementor-element-1e50805 .elementor-flip-box{ height: 600px; }
}

@media (max-width: 768px) and (min-width: 590px) {
    .elementor-488 .elementor-element.elementor-element-1e50805 .elementor-flip-box{ height: 850px; }
}

@media (max-width: 1024px) {
    .ins_box_row .ins_box_col{
        width: calc(50% - 20px);
    }
	.woocommerce-checkout .mobile_search_area{ display:none }
}

@media (max-width: 768px) {
    .elementor-488 .elementor-element.elementor-element-1e50805 .elementor-flip-box__front .elementor-flip-box__layer__overlay{
        justify-content: center;
    }
} */
@media (min-width: 1900px){
    .elementor-488 .elementor-element.elementor-element-1e50805 .elementor-flip-box{
        height: 580px;
    }
}
@media (max-width: 1900px) and (min-width:1500px) {
    .elementor-488 .elementor-element.elementor-element-1e50805 .elementor-flip-box{
        max-width: 322px;
        margin: 0 AUTO;
    }
    
}
@media (max-width: 1500px) and (min-width:1024px) {
    .elementor-488 .elementor-element.elementor-element-1e50805 .elementor-flip-box{
        max-width: 322px;
        margin: 0 AUTO;
    }
}
@media (max-width: 1024px) and (min-width:767px) {
    .elementor-488 .elementor-element.elementor-element-1e50805 .elementor-flip-box{
        max-width: 322px;
        margin: 0 AUTO;
    }
}

@media only screen and (min-width: 767px) {
	.mob_popup_menus{
		display:none!important;
	}
    
}
@media (max-width: 767px) {
    .post_row{ display: flex; flex-wrap: wrap; column-gap: 20px; row-gap: 20px; }
    .post_row .post_col{ width: calc(100% - 15px); }
    .elementor-16 .elementor-element.elementor-element-146d4186:after{
        height: 0;
    }
    .elementor-488 .elementor-element.elementor-element-1e50805 .elementor-flip-box{
        max-width: 322px;
        margin: 0 AUTO;
        
    }
    .my_swiper_review {
        margin-left: 5px;
    }
    .checkout.woocommerce-checkout .select2-selection .select2-selection__rendered {
        line-height: 51px !important;
    }
    .elementor-15 .elementor-element.elementor-element-d334812 span.select2-selection__arrow:before{
        top:55%;
    }
}
@media (max-width: 380px) {
    .elementor-488 .elementor-element.elementor-element-1e50805 .elementor-flip-box{
        height: 500px;
    }
}

.elementor-16 .elementor-element.elementor-element-a76c2db form.woocommerce-EditAccountForm.edit-account input.validation-error {
    border: 1px solid red !important;
}


/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}

form.woocommerce-form-register select.error{
	   border: 1px solid red !important;
}
.phone-error-message {
    color: red;
    font-size: 14px;
    display: none; /* Hidden by default */
    margin-top: 5px;
}

.phone-error-input {
    border: 1px solid red !important;
}

.e-coupon-anchor-description{
	display:none;
}
button.e-apply-coupon{
    background-color: #89c1cc !important;
    border: none !important;
    color: white !important;
    font-family: 'Noto Sans SC' !important;
    font-weight: normal !important;
    border-radius: 0 !important;
}
input#coupon_code{
	height: 47px;
}

input#billing_phone{
	padding-left: 50px !important;
}

input#username.woocommerce-Input.woocommerce-Input--text.input-text{
	height: 48px !important;
}

input#reg_email.woocommerce-Input.woocommerce-Input--text.input-text{
	height: 48px !important;
}

/* hide my coupon sorting filter */
div.wt_sc_available_coupon_sort_by{
	display:none !important;
}