/*
Theme Name: Lucky to you
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Freshdigital
Author URI: https://freshdigital.co.th/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1778463592
Updated: 2026-05-11 01:39:52

*/

/***
* class: .sticky-header
*/
:root {
    --header-height: 246px;
    --transition: all 0.2s ease-out;
}

@media only screen and (max-width: 767px) {
    :root {
        --header-height: 70px;
    }

    header.sticky-header.elementor-sticky--effects .logo img {
        max-width: 60px;
    }
}

.elementor-sticky__spacer {
    height: var(--header-height) !important;
}

header.sticky-header {
    background-color: transparent;
    z-index: 999;
    min-height: var(--header-height);
    transition: background-color var(--transition), backdrop-filter var(--transition), box-shadow var(--transition), min-height var(--transition);
}

header.sticky-header.elementor-sticky--effects {
    background: linear-gradient(to bottom, #fff9db 0%, #fffbf5 100%);
    min-height: auto !important;
}

body.home header.sticky-header::before {
    background-image: unset !important;
}

header.sticky-header .account-list .elementor-icon-list-text {
    transition: all 0.2s ease-out !important;
}

header.sticky-header.elementor-sticky--effects .account-list .elementor-icon-list-text {
    font-size: 16px !important;
}

header.sticky-header.elementor-sticky--effects .elementor-widget-social-icons{
    --icon-size: 20px !important;
}

header.sticky-header.elementor-sticky--effects .main-header > .e-con-inner {
    padding-top: 10px !important;
}

header.sticky-header.elementor-sticky--effects .sub-header > .e-con-inner {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
}

header.sticky-header.elementor-sticky--effects .sub-header {
    background-color: #f7e9c7;
    border-top: solid 2px #E8C467;
    border-bottom: solid 2px #E8C467;
}

header.sticky-header.elementor-sticky--effects .sub-header > .e-con-inner .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-size: 25px;
}

header.sticky-header.elementor-sticky--effects .logo img {
    max-height: 70px;
}

header.sticky-header > .e-con-inner {
    min-height: var(--header-height);
    transition: min-height var(--transition);
}

header.sticky-header .main-header > .e-con-inner {
    transition: var(--transition);
}

header.sticky-header .sub-header > .e-con-inner {
    transition: var(--transition);
}

header.sticky-header.elementor-sticky--effects > .e-con-inner {
    min-height: auto !important;
}

header.sticky-header .logo img {
    transition: var(--transition);
}

header.sticky-header.elementor-sticky--effects .logo img {
    transform: scale(.8);
}

/* Golbal Style */
html, body{
    overflow-x: hidden;
}

body {
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.home {
    background: linear-gradient(to bottom, #fff7ea 0%, #fbe7c1 100%) !important;
}

.elementor-widget-social-icons .elementor-social-icon.elementor-social-icon-instagram {
    background: linear-gradient(45deg, #feda77 0%, #f58529 25%, #dd2a7b 50%, #8134af 76%, #515bd4 100%);
}

.elementor-widget-icon .elementor-icon-wrapper .elementor-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-widget-breadcrumbs #breadcrumbs a{
    text-decoration: underline;
}

.elementor-widget-wc-categories .product-category .woocommerce-loop-category__title .count{
    display: none !important;
}

.price {
    font-family: var(--e-global-typography-581bc01-font-family) !important;
}

/* Class: .event-image */
.event-image {
    position: relative;
}

.event-image::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: solid 2px #61553c;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.event-image .elementor-widget-image {
    position: relative;
    display: block;
}

.event-image .elementor-widget-image::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background-color: transparent;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 5;
}

.event-image:hover .elementor-widget-image::before {
    background-color: rgba(255, 255, 225, 0.3);
}

.event-image .elementor-widget-button {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99 !important;
}

.event-image:hover .elementor-widget-button {
    opacity: 1;
    visibility: visible;
}

/* Class: .custom-category-list, .custom-archive-list */
.custom-category-list, .custom-archive-list{
    padding-left: 25px !important;
}

.custom-category-list li::marker,
.custom-archive-list li::marker {
    color: #C7A448;
}

.custom-category-list li,
.custom-archive-list li {
    margin-bottom: 10px;
}

.custom-category-list li:last-child,
.custom-archive-list li:last-child {
    margin-bottom: 0;
}

/* Class: .custom-woo-category-list */
.custom-woo-category-list {
    padding-left: 0;
    margin: 0;
}

.custom-woo-category-list li {
    list-style-position: inside;
    border-bottom: 1px dotted #e1e1e2;
    padding: 10px 3px;
}

.custom-woo-category-list li::marker {
    color: #C7A448;
}
.custom-woo-category-list li a {
    margin-left: -5px;
    display: inline-block;
}

/* Start My Account */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0 !important;
    border-top: 1px solid #ffffff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px !important;
    display: block !important;
    text-decoration: none !important;
    color: var(--e-global-color-secondary) !important;
}

.woocommerce-info::before {
    color: var(--e-global-color-secondary) !important;
}

.woocommerce-info {
    border-top-color: var(--e-global-color-secondary) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
    background-color: #ffffff40 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #ffffff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 20px !important;
    display: inline-block !important;
    width: 1.5em !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'dashicons' !important;
    content: "\f226";
    font-size: 16px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'dashicons' !important;
    content: "\f174";
    font-size: 16px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'dashicons' !important;
    content: "\f316";
    font-size: 16px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'dashicons' !important;
    content: "\f102";
    font-size: 16px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'dashicons' !important;
    content: "\f153";
    font-size: 16px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'dashicons' !important;
    content: "\f110";
    font-size: 16px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'dashicons' !important;
    content: "\f14a";
    font-size: 16px !important;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 25px !important;
    text-align: center !important;
    font-weight: 600 !important;
}

.woocommerce-account p.order-again {
    text-align: right !important;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px !important;
    float: right !important;
}

.woocommerce-MyAccount-content a:is(:hover, :focus, :active),
.woocommerce-page #content a:is(:hover, :focus, :active) {
    color: #CAA663 !important;
}

.woocommerce-account #content .page-content {
    padding: 70px 10px !important;
}

@media(max-width: 768px) {

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 40px !important;
    }
}

/* End My Account */

/* Woocommerce Categories Style */
.woocommerce ul.products li.product-category .count {
    display: none !important;
}

.woocommerce ul.products li.product-category a {
display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product-category img {
    padding: 0px 20px;
    margin: 0 auto !important;
    display: block !important;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
		background-color: #fffcf2;
    border-top: 1px solid #eaeaea;
    padding: 5px !important;
    margin: 0;
    text-align: center;
		flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 60px;

}

.woocommerce ul.products li.product-category a:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title::after {
		content: "(เรียงราคา)";
    margin-left: 5px;
}

.custom-woo-category-list li a::after {
    content: " (เรียงราคา)";
}

/* Woocommerce Product Style */
.woocommerce ul.products li.product.type-product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product.type-product img {
    padding: 20px;
    margin: 0 auto !important;
    display: block !important;
}

.woocommerce ul.products li.product.type-product .woocommerce-loop-product__title {
    background-color: #fffcf2;
    border-top: 1px solid #eaeaea;
    padding: 10px 10px 15px 10px;
    margin: 0;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: 0.3s;
}

.woocommerce ul.products li.product.type-product .woocommerce-loop-product__title:is(:hover, :focus, :active) {
    color: #cc9a4c !important;
}

.woocommerce ul.products li.product.type-product .price {
    background-color: #fffcf2;
    padding: 0px 10px 15px 10px;
    margin: 0;
    text-align: center;
    display: block;
}

.woocommerce ul.products li.product.type-product .woocommerce-loop-product__title::after {
    content: "(คลิ๊ก)";
    margin-left: 5px;
}

.woocommerce ul.products li.product.type-product a.woocommerce-LoopProduct-link:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
}

.woocommerce ul.products li.product img.hover-product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    padding: 20px;
    box-sizing: border-box;
}

.woocommerce ul.products li.product a:hover img.hover-product-image {
    opacity: 1;
}

.woocommerce ul.products li.product a:hover img.attachment-woocommerce_thumbnail:not(.hover-product-image) {
    opacity: 0;
}

.woocommerce ul.products li.product img,
.woocommerce ul.products li.product-category img {
    aspect-ratio: 1 / 1;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto !important;
    display: block !important;
}

.woocommerce ul.products li.product img.hover-product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    opacity: 0;
    padding: 20px;
    box-sizing: border-box;
}

.woo-cat-title {
    text-align: center !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #202020 !important;
    margin-bottom: 20px !important;
}

.CategoryDescriptionDiv hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    margin: 15px 0 21px;
}

.button.bt-toggle_content {
    background-color: #4c412e !important;
    color: #fff !important;
    border-radius: 50px !important;
    box-shadow: 5px 5px 8px #bbb !important;
    width: auto !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
    margin: 10px 0px 15px !important;
    letter-spacing: 0.2px !important;
    font-size: 16px !important;
    border: 0px !important;
    cursor: pointer !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.button.bt-toggle_content:hover {
    background-color: #cc9a4c !important;
}

.toggle_content {
    width: 100%;
}

.toggle_inner {
    padding-top: 0.1px;
    padding-bottom: 0.1px;
}

.CategoryDescriptionDiv p, 
.CategoryDescriptionDiv li {
    color: #624e3a;
}

.CategoryDescriptionDiv ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.woocommerce div.product.elementor ul.tabs li a {
    padding-left: 2.8em;
    padding-right: 2.8em;
}

/* Product tab style */
.woocommerce-tabs ul.tabs {
    padding: 5px 0 0 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #CACACA !important;
    display: flex !important;
    overflow: visible !important;
    background: transparent !important;
    list-style: none !important;
}

.woocommerce-tabs ul.tabs li {
    background: #f9f9f9 !important;
    border: 1px solid #CACACA !important;
    border-bottom: none !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: relative;
    bottom: -1px;
    float: none !important;
}

.woocommerce-tabs ul.tabs li.active {
    background: #fff !important;
    border-top: 3px solid #e3c06b !important; 
    border-left: 1px solid #CACACA !important;
    border-right: 1px solid #CACACA !important;
    z-index: 2 !important;
}

.woocommerce-tabs ul.tabs li.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    z-index: 3;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    border: 1px solid #CACACA !important;
    border-top: none !important;
    padding: 30px !important;
    margin: 0 !important;
    background: #fff !important;
    clear: both;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none !important;
}

/* Single product gallery */
.woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 10px -4px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    width: 16.66% !important; 
    padding: 4px !important;
    box-sizing: border-box !important;
    float: none !important;
}

@media (max-width: 1024px) {
    .woocommerce-product-gallery .flex-control-thumbs li {
        width: 25% !important; 
    }
}

@media (max-width: 768px) {
    .woocommerce-product-gallery .flex-control-thumbs li {
        width: 33.33% !important; 
    }
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    border: 1px solid #CACACA !important;
    opacity: 1 !important;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100% !important;
    
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    background-color: #ffffff !important;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs li img:hover {
    border: 1px solid #e3c06b !important;
}

.woocommerce-product-gallery__trigger {
    display: block !important;
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    z-index: 99 !important;
}

/* Single product details */
.custom-product-info {
    font-size: 16px;
    line-height: 1.8;
    color: #484545;
    margin-bottom: 20px;
}

.custom-product-info .info-title {
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 12px;
    font-size: 17px;
}

.custom-product-info .info-row {
    margin-bottom: 5px;
}

.custom-product-info .info-row strong {
    font-weight: 600 !important;
}

.custom-product-info .info-row-flex {
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
}

.custom-product-info .info-label-nowrap {
    white-space: nowrap;
}

/* Badge on sale */
span.onsale {
    background-color: #cc0000 !important;
    color: #ffffff !important;
    
    min-width: 55px !important;
    height: 55px !important;
    line-height: 55px !important;
    
    font-size: 14px !important;
    font-weight: 400 !important;
    
    padding: 0 !important;
    text-align: center !important;
    border-radius: 50% !important;
    display: inline-block !important;
}