@font-face {
    font-family: 'NotoSansThai-Bold';
    src: url('/wp-content/themes/flatsome-child/assets/fonts/NotoSansThai-Bold.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/assets/fonts/NotoSansThai-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansThai-Medium';
    src: url('/wp-content/themes/flatsome-child/assets/fonts/NotoSansThai-Medium.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/assets/fonts/NotoSansThai-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}








.mainmenurow{
    display: flex;
}

.mainmenunew ul{
    display: flex;
    list-style: none;
    gap: 30px;
}

.mainmenunew ul li{
    margin-bottom: 0;
    text-transform: uppercase;
    a{
        color: #000;
        font-size: 16px;
    }
}

.mainmenucol {
    padding-bottom: 0!important;
}

.mainmenucol .searchmenunew form{
    margin-bottom: 0;
}

.header-nav.header-nav-main.nav.nav-right{
    gap: 10px;
}

.header-search-form.search-form.html.relative.has-icon{
    width: 50%;
    input{
        border-radius: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #000;
        background: #ffffff00;
        padding-left: 15px;
    }
    button{
        padding-left: 0;
        i{
            color: #000;
        }
    }
}

.locationicon img{
    width: 30px;
    margin-bottom: 0!important;
}

.header-nav .header-wishlist-icon{
    a{
        background: url(/wp-content/uploads/2026/07/Group-6.png);
        background-size: 28px;
        background-position: center;
        background-repeat: no-repeat;
    }
    i{
        color: #ffffff00;
    }
}

.header-nav .cart-item.has-icon{
    a{
        background: url(/wp-content/uploads/2026/07/Group-7.png);
        background-size: 28px;
        background-position: center;
        background-repeat: no-repeat;
    }
    i{
        color: #ffffff00;
    }
}

.header-nav>.account-item.has-icon>a{
        background: url(/wp-content/uploads/2026/07/Group-8.png);
        background-size: 28px;
        background-position: center;
        background-repeat: no-repeat;
}

.header-nav>.account-item.has-icon i{
        color: #ffffff00;
    }










.footer-wrapper{
    border-top: 14px solid #000;
}

.footer-2>.row>.col{
    padding-left: 0;
    padding-right: 0;
}

.footer-2 .footersectionnew{
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
}

.footersocialicon{
    p{
        display: flex;
        gap: 15px; 
    }
    img{
        width: 90%;
    }
}

.footerpaymenticon{
    p{
        display: flex;
        gap: 30px; 
    }
    img{
        height: 20px;
    }
}

.footercol2 , .footercol3 , .footercol4 , .footercol5{
    padding-bottom: 0!important;
}

.footertitle h4{
    font-family: "NotoSansThai-Bold";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.footertext p{
    font-family: "NotoSansThai-Medium";
    font-size: 14px;
}

.menufooter li{
    font-family: "NotoSansThai-Medium";
    list-style: none;
    margin-left: 0 !important;
    margin-bottom: 15px;
    font-size: 14px;
}

.menufooter li a{
    color: #000;
    transition: 0.4s;
}

.menufooter li a:hover{
    color: #d1bb8b;
}

.copyrightfooter p{
    font-size: 14px;
}

.copyrightcol{
    padding-bottom: 0!important;
}










@media screen and (max-width: 1200px) {
.footer-wrapper{
    padding-left: 20px;
    padding-right: 20px;
}
.footersocialicon{
    p{
        gap: 5px; 
    }
}
.footerpaymenticon{
    p{
        gap: 20px; 
    }
    img{
        height: 15px;
    }
} 
}


/*=============================================
=            Desktop Devices          =
=============================================*/
@media screen and (min-width: 821px) {


}




/*=============================================
=            Tablet Devices            =
=============================================*/
@media screen and (width: 820px) {


}




/*=============================================
=            Mobile Devices            =
=============================================*/
@media screen and (max-width: 820px) {

.footersocialicon{
    p{
        gap: 15px; 

    }
    img{
        width: 30px;
    }
}
.footerpaymenticon{
    p{
        gap: 20px; 
    }
    img{
        height: 25px;
    }
} 
}