/* Menu */
.main-header-menu a {color: black !important;}
.main-header-menu .menu-item  {font-size: 14px !important; font-weight: bold !important;}
.ast-custom-button  {font-size: 14px !important; font-weight: bold !important;}
/* Menu */



/* lang-switch */
.lang-switch a{
    position: relative !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    color: #666 !important;
    padding: 10px 2px !important; 
    margin:0 8px !important;
}

.lang-switch { padding: 5px 20px; }

.flag {height: 16px !important;}


/* เส้น underline */
.lang-switch a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #0A66C2;
    transition: width 0.3s ease;
}

/* hover effect */
.lang-switch a:hover::after{
    width: 100%;
}

/* active state */
.lang-switch a.active{
    color: #0A66C2;
}

/* active underline */
.lang-switch a.active::after{
    width: 100%;
}
/* lang-switch */



/* Product image wrapper */
.single-product .product .woocommerce-product-gallery{
    position: relative;
}

/* Breadcrumb */

.single-product .woocommerce-breadcrumb{
  

    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    padding: 10px 16px;
    border-radius: 999px;

    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 2px 2px rgba(0,0,0,0.08);

    font-size: 13px;
    line-height: 1.2;
    
    width: fit-content;
}

/* สี */
.single-product .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb a{
    color:#1a1a1a;
    text-decoration:none;
}


/* Breadcrumb End*/




/* Products Page */
.jet-woo-product-title {font-size: 15px !important; font-weight:bold !important; line-height:22px !important; padding-top: 24px!important; }
.jet-woo-product-button {padding: 6px 20px !important; font-size: 12px !important;}
.jet-woo-products__item {margin-top: 30px !important;} 

 .jet-woo-product-button .button  {background-color: #134875 !important;}
/* Products Page */
 
 
/* Site Footer */
.site-footer-primary-section-1 .textwidget {text-align: left;}
.site-footer-primary-section-2 .widget-title {text-align: left;}
.site-footer-primary-section-2 .menu-item {text-align: left;}
.site-footer-primary-section-3 .widget-title {text-align: left;}
.site-footer-primary-section-3 .menu-item {text-align: left;}
.site-footer-primary-section-4 .widget-title {text-align: left;}
.site-footer-primary-section-4 .menu-item {text-align: left;}
.site-footer-section-1 a {color: #D94948 !important;}
/* Site Footer */


/* Copyright ล่างสุด */
.site-below-footer-inner-wrap {line-height: 20px; padding: 20px 0 60px 0;}
/* Copyright ล่างสุด */


/* Contact Us Form */
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea {width: 80% !important ; padding: 5px !important;}
.wpcf7 textarea {height: 150px !important;}
.wpcf7 label {font-size: 14px !important; font-weight: bold !important;}
/* Contact Us Form */


/* max-width */
@media (max-width: 544px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding: 80px 0 50px 0;
    }
}
/* max-width*/

