/*
Theme Name: Chromium Theme Child
Theme URI: http://chromium.themes.zone
Author: Themes Zone
Author URI: http://themes.zone
Description: Multi purpose Theme.
Version: 1.0 (see readme.txt for detailed changelog)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, fixed-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
Text Domain: plumtree
Template: chromium
*/
html,body{
	font-family:"kanit" !important;
}

.site-main-banner{
	width:100%;
}

/* ============================================================
 * Header
 * ============================================================ */ 

header{
	width:100%;
	
}
header > div:has(#header-container){
	max-width:100% !important;	
	background-color:#FFF;
	
}
#header-container{
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
}

/* ============================================================
 * Footer
 * ============================================================ */ 
.site-footer{
	padding:0;
}
.footer-widgets{
	padding : 0 1em;
}
#menu-footer-col2,#menu-footer-col3 {
	padding-left:0;
}
#menu-footer-col2 li:before,#menu-footer-col3 li:before{
	display:none;
}
.widget_tz_contacts ul li{
	color:#000;
}
.widget_tz_contacts ul li:before{
	color:#DB2243 !important;
}
.widget_tz_contacts ul li.a-email a{
	color:#000;
	font-weight: 400;
}
.site-info{
	text-align:center;
	background-color:#F6F6F6;
	max-width: 100% !important;
    padding-bottom: .5rem !important;
	color:#777777;
	font-weight:600;
	font-size:14px;
}
.widget-area{
	padding-bottom:0;
}
.widget-title{
	font-weight:600;
}
.social-icons {
    display: inline-flex;
    gap: .75rem;
 
}

.social-icons a {
   color:#DB2243 !important;
    font-size: 1.125rem;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    opacity: .8;
	
}
.widget-area .mailpoet_form{
	padding:0 !important;
}
.widget-area .mailpoet_form_paragraph{
	color:#000;
}
.widget-area .mailpoet_form_columns{
	    display: grid;
        grid-template-columns: auto 3rem;
}
.widget-area .mailpoet_text::placeholder{
	
	font-size:14px;
}
.widget-area .mailpoet_submit,
input[type="submit"].mailpoet_submit {
     display:none !important;
}
.csf-subscribe-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #D9001B;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

.csf-subscribe-btn:hover {
    background: #b8001a;
}
/* ============================================================
 * Homepage
 * ============================================================ */ 
.site-main-banner{
	padding:0;
	max-width:100% !important;
	
}
.shop-banner-swiper .swiper-slide img{
	width:100%;
	max-width:100%;
}
 .shop-sidebar {
	height:100%;
	
    
}
@media (max-width: 900px) {
    .shop-sidebar {
        order: 1 !important;
    }
}

/* ============================================================
 * Sidebar Filter Form
 * ============================================================ */ 
.aj-tractor-filter-form .filter-input-group{
	position:relative;
}
.aj-tractor-filter-form .filter-input-group i{
	position:absolute;
	top:.75rem;
	left: .5rem;
}
.aj-tractor-filter-form input[type="text"] {
    width: 100%;
    padding: 6px 8px;
	background-color:#F2F2F2;
	padding-left:2rem
}
.aj-tractor-filter-form input[type="text"]::placeholder {
    color:#777777;
	font-size:15px;
	font-weight:400;
	font-family:'kanit'
}

.aj-tractor-filter-form .aj-filter-group {
    margin-bottom: 20px;
}

.aj-tractor-filter-form .aj-filter-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.aj-tractor-filter-form .aj-filter-checkbox {
    display: block;
    margin-bottom: 6px;
}

.aj-tractor-filter-form .aj-filter-scroll {
    max-height: 180px;
    overflow-y: auto;
}

.aj-tractor-filter-form .aj-filter-range {
    display: flex;
    align-items: center;
    gap: 8px;
}

.aj-tractor-filter-form .aj-filter-range input {
    width: 70px;
	flex-grow: 1;
}
.aj-tractor-filter-form hr{
	margin-bottom:1rem;
	margin-top:0;
}
.aj-tractor-filter-form select {
    width: 100%;
}

.aj-tractor-filter-form .aj-filter-submit {
    width: 100%;
    margin-top: 8px;
	background-color:#9E161D;
	font-weight:600;
	font-family:'kanit'
}

.aj-tractor-filter-form .aj-filter-reset {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
}

/* ============================================================
 * Pagination
 * ============================================================ */ 

nav.woocommerce-pagination ul li a:focus, nav.woocommerce-pagination ul li a:hover, nav.woocommerce-pagination ul li a:active, nav.woocommerce-pagination ul.page-numbers li span{
	background-color:#9E161D;
	border-color:#9E161D;
}

/* ============================================================
 * Widget
 * ============================================================ */ 
.elementor-post__read-more {
    display: inline-block;
    padding: 7px 24px;
    background-color: #D0021B;
    color: #ffffff !important;
    font-weight: 600;
	font-size:16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.elementor-post__read-more:hover {
    background-color: #A50015;
    color: #ffffff !important;
}

.widget ul li, .widget ol li{
	margin-bottom:0;
}

/* ============================================================
 * Blog
 * ============================================================ */ 

.blog .page-title{
	display : none !important;
}
/* ============================================================
 * About us
 * ============================================================ */ 

.e-loop-item.promotion .e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget{
	height:100%;
}
.e-loop-item.promotion .e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget a{
	display:block;
}
.breadcrumbs{
	font-weight:500;
	color:#777777;
	width:100%;
	max-width:calc(1140px + 2em);
	padding-left:1rem;
	margin-top:1rem;
	font-size:14px;
	margin-bottom:1.5rem;
}
.breadcrumbs span, .breadcrumbs a{
	font-weight:500;
	color:#777777;
}
.breadcrumbs strong{
	font-weight:500;
	
}

/* ============================================================
 * Contact us
 * ============================================================ */ 
.wpforms-field-label{
	margin-bottom:.5rem !important;
}
.wpforms-submit{
	font-size: 14px !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.wpforms-field-large{
	height:45px !important;
}



/* ============================================================
 * Responsive
 * ============================================================ */ 



@media only screen and (min-width: 768px) {
   
}
@media only screen and (min-width:1200px){
	/* เพิ่มขอบแดงให้กับทุกหน้า */
	body{
		border-top : 1.875rem solid #9E161D;
	}
	.site-boxed .site-content {
        max-width: calc(1140px + 2em);
    }
	#promotion-container{
		padding:25px;
	}
	
}


