.auto_loadform {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 20px;
    padding: 30px;
}
.template_title {
    /*text-shadow: 1px 1px #040404;*/
    /*background-color: #7cb4ec8f;*/
    color: #757575;
    font-weight: bold;
    font-size: 30px;
    width: 55%;
    margin-left: 20px;
    /*position: absolute;*/
}
.template_grid1 {
    width: 60%;
    float: left;
}
.text_bold {
    font-weight: bold;
    font-size: 20px;
}
.template_grid2 {
    width: 40%;
    float: left;
    padding: 0px 0px 0px 40px;
}
.template_image {
    padding-bottom: 15px;
}
.grid_align {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px; /* ตัวอย่าง: กำหนดขนาด 20px */
}
.auto_align {
    width: 47%;
    float: right;
    margin-right: 3%;
}
.auto_align a input {
    font-size: 14px;
    padding: 10px;
}
.load_price {
    margin-left: 2%;
    float: left;
    width: 48%;
    font-size: 14px;
    font-weight: bold;
}
.auto_button {
    width: 100%;
    height: 70px;
    color: aliceblue;
    background-color: #f9ac40 !important;
    padding: 10px 21px;
    border-radius: 4px 4px 4px 4px;
    font-weight: bold;
    text-decoration: none;
    font-size: 30px;
    line-height: normal;
}
.load-item {
    background-color: #fff !important;
    padding: 10px;
    font-size: 12px;
    text-align: left;
    box-shadow: 0 7px 22px -5px rgba(25,25,25,0.2);
    min-height: 375px;
    transition: all .2s;
}
.load-item:hover {
    box-shadow: none;
}
.load-item img {
    width: 300px;
    height: 250px;
    object-fit: cover;
    border: 1px solid #e2dfdf;
    padding: 2px;
}
.load_title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    /*background-color: #748198;*/
    padding: 5px;
    border-radius: 6px 6px 0 0;
}
.load_content {
    height: 110px;
    overflow: hidden;
    margin-bottom: 25px;
    text-align: justify;
}
.load_image {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 250px;
}
.hover14 .load_image {
    position: relative;
}
.hover14 .load_image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14 .load_image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
*,
*:before,
*:after {
}
.container {
    margin: 0 auto;
}
.template_grid1 div img {
    width: 100%;
}
#sidebar {
    float: left;
    will-change: min-height;
}
#sidebar .sidebar__inner {
    margin-top: 3%;
    top: 0px;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.template_price_button {
    display: none;
    width: 100%;
    position: absolute;
    margin-top: -48px;
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.mobile_view {
    display: none;
}
@media screen {
    @media (min-width: 100px ) and (max-width: 534px ) {
        .load_content {
            display: none;
        }
        .mobile_view {
            display: block;
        }
        .template_grid1 {
            width: 100%;
        }
        .template_grid2 {
            width: 100%;
            padding: 0px;
        }
        #sidebar {
            float: none;
        }
        /*.template_title{*/
        /*width:90%;*/
        /*}*/
        .load-item img {
            width: 100%;
        }
        .template_hide {
            display: none;
        }
        .template_price_button {
            display: block;
        }
        .load_price {
            color: white;
            text-shadow: 1px 1px #040404;
        }
        .template_grid2 {
            display: none;
        }
        .load-item {
            min-height: 0px;
            padding: 0px;
        }
        .auto_loadform {
            padding: 0px;
        }
    }
    @media (min-width: 534px ) and (max-width: 595px ) {
        .load-item {
            min-height: 0px;
            padding: 0px;
        }
        .load_content {
            display: none;
        }
        .load_price {
            color: white;
            text-shadow: 1px 1px #040404;
        }
        .load-item img {
            width: 100%;
        }
        /*.template_hide{*/
        /*display: none;*/
        /*}*/
        /*.template_price_button {*/
        /*display: block;*/
        /*}*/
        .auto_loadform {
            padding: 0px;
        }
    }
}
/*--- โค้ดที่แก้ไขเพื่อแก้ปัญหา Font Size ---*/
.grid_align .auto_button {
    width: 100%;
    height: 70px;
    color: aliceblue;
    background-color: #f9ac40 !important;
    padding: 10px 21px;
    border-radius: 4px 4px 4px 4px;
    font-weight: bold;
    text-decoration: none;
    font-size: 30px !important; /* เพิ่ม !important เพื่อให้มีผลลัพธ์ */
    line-height: normal;
}


.auto_button_relate {
    width: 100%;
	height: 20px;
    color: green;
    background-color: #f9ac40 !important;
    padding: 10px 21px;
    border-radius: 4px 4px 4px 4px;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
}



