@media only screen and (max-width: 1280px){

html{
    font-size: 14px;
}
h1{
    font-size: 18px;
}
#wrapper {
    overflow: hidden;
    margin-top: 0;
}

#page {
    display: block;
    right: 40px;
    top: 15px;
    position: absolute;
    z-index: 99;
}

nav {
	display:none;
}
#header-inner-nav{
    display:none !important;
}
#header {
    position: relative !important;
    float: none;
    z-index: 1;
}
#header-inner {
    width: auto;
    position: relative;
    margin-top: 0px !important;
    opacity: 1 !important;
}
#header-inner .row {
    padding: 0;
    align-items: center;
}
#header-bg {
    position: relative;
}
#header-inner-logo img {/*อัพเดท*/
    width: auto;
    height: 34px;
    object-fit: contain;
    max-width: 100%;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: -4px;
}
.main-box {
    width: 100%;
    display: inline-block;
    margin: 30px auto;
}
.search-box{
    display: none;
}
.main-content {
    margin-top: 0;
}
.mobile-search {/*อัพเดท*/
    position: relative;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-search img {/*อัพเดท*/
    height: 20px;
    position: relative;
}
.search-inp {
    display: table;
    width: 100%;
}
.search-inp-box,
.search-inp-btn{
    display: table-cell;
    vertical-align: middle;
}
.search-inp-box{
    padding-right: 10px;
}
.search-inp-box input {
    width: 100%;
    border: 0;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
}
.search-inp-btn{
    width: 100px;
}
.search-inp-btn button {
    min-width: auto;
    width: 100%;
    background-color: #FFF;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
}
.search-resualt-his {
    padding: 5px 0 0 0;
}
.search-resualt-his a {
    color: #000;
    margin: 2px 0px;
    padding: 5px 10px;
    display: inline-block;
    background-color: #F5F5F5;
    border-radius: 10px;
}
.clr-his{
    
}
.clr-his img{
    height: 18px;
}
a.clr-his {
    color: #000;
    margin: 0;
    padding: 0;
    position: relative;
    top: -2px;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.header-box-left,
.header-box-right,
.header-box-row nav{
    display: none;
}
.header-box {
    border: 0;
    padding: 10px 0;
}

.header-box-row{
    width: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
}
.brand-box-row {
    width: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
}
.customer-service-row {
    width: 100%;
    padding: 0 5px;
}
.footer-box-row {
    display: block;
    margin: 0 auto;
    width: auto;
    padding: 30px 0;
}
.product-desktop {
    padding: 0 20px;
}

.banner-box {
    display: block;
    margin-top: 0;
    padding: 0;
    z-index: 0;
}

.footer-box-subcol {
    display: block;
    width: 100%;
    flex: none;
    margin-bottom: 10px;
}
.footer-box-subcol:last-child{
    margin-bottom: 0;
}
.search-box {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px auto;
    padding: 10px 10px 10px 10px;
}
.index-new-features {
    padding: 0 10px !important;
}
.index-new-features__tabs {
    margin: 0px auto 20px auto !important;
}
.index-new-features__tab {
    padding-bottom: 10px !important;
    width: auto !important;
    flex: 1;
}
.index-new-features__tab--active {
    color: #dd0a0a;
    border-bottom: 3px solid #dd0a0a;
}
.index-new-features__tab:hover:not(.index-new-features__tab--active) {
    border-bottom: 3px solid #dd0a0a;
}
.product-box-row {
    width: auto;
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.product-box-col {
    width: 20%;
    padding: 0 5px;
    margin: 0 0 20px 0;
}

.product-box-scale {
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0;
    width: 100%;
    height: 100%;
    padding-top: 25%;
}

.product-box-colleft {
    width: 35%;
}

.main-box-left{
    display: none;
}
.main-box-right {
    width: 100%;
    padding-left: 0;
}
.main-box-row {
    width: auto;
    padding: 0;
    display: block;
}
.nav-page {
    padding: 0;
}
.fill-box { /*อัพเดท*/
    display: flex;
    font-weight: normal;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.fill-box a:link, .fill-box a:visited { /*อัพเดท*/
    padding: 5px 10px;
    border: 1px solid #E0E0E0;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 12px;
    height: 40px;
    display: flex;
    box-sizing: border-box;
    line-height: normal;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.fill-box i{
    min-width: auto;
    margin-right: 5px;
}
.icon-prodmenu{
    display: inline-block;
}
.idea-box-row{
    width: 100%;
    margin-top: 20px;
}
.idea-box-colleft {
    width: 35%;
}
.showmore {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    z-index: 1;
    color: #FFF;
}
.product-box-colleft:before,
.idea-box-colleft:before{
    width: 98%;
    height: 99%;
}
.customer-order-box {
    margin-top: 10px;
}

.cd-top.cart {
    bottom: 125px;
}
.cart-sumary-title-txt {
    
    padding: 5px 0 12px 0px;
}
.mobile-sumary-row{
    display: table;
    width: 100%;
}
.mobile-sumary-col{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.cart-box-row {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cart-sumary-title {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #E0E0E0;
    display: inline-block;
    width: 100%;
}

.cart-item .cart-sumary-title, .order-item .cart-sumary-title {
    display: none!important;
}

.cart-item { /*อัพเดท*/
    position: fixed;
    z-index: 100;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    float: none;
    max-width: none;
    box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
}
.cart-item .cart-sumary-row:nth-child(1),
.cart-item .cart-sumary-row:nth-child(2),
.cart-item .cart-sumary-row:nth-child(3){
    display: none;
}

.cart-item .cart-sumary-row:nth-child(5) {
    
    width: auto;
    white-space: nowrap;
    text-align: right;
    margin: 10px 0;
}
.cart-item .cart-sumary-row:nth-child(5) button {
    width: auto;
    margin: 0 0 0 10px;
    display: inline-block;
}

.cart-address .cart-sumary-row:last-child{
    display: none;
}
.order-item { /*อัพเดท*/
    position: fixed;
    z-index: 100;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    float: none;
    max-width: none;
    box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
    border-top: 1px solid #E0E0E0;
}

.order-item .cart-sumary-row:first-of-type{
    
    background-color: #CCC;
}
.order-item .cart-sumary-row:last-of-type {
    
    margin: 10px 0;
}

.cart-sumary .btn-cart:first-child {
    margin: 0;
}
.cart-payment{
    display: none;
}
.cart-sumary-mobile {
    display: block;
    border: 1px solid #E0E0E0;
    padding: 15px 10px;
    
    margin-bottom: 25px;
    border-radius: 5px;
}
.cart-sumary-mobile > div:first-of-type .cart-sumary-title {
    padding-top: 0;
    border-top: 0;
}
.cart-sumary-mobile > div{
    margin-bottom: 40px;
}
.cart-sumary-mobile > div:last-of-type{
    margin-bottom: 0;
}
.account-boxleft{
    display: none;
}
.account-boxright {
    padding: 0px;
    width: 100%;
}
.cart-item .cart-sumary-colprice-total,
.order-item .cart-sumary-colprice-total,
.cart-sumary-mobile .cart-sumary-colprice-total{
    text-align: right;
    color: #000;
    line-height: 1;
    padding-left: 20px;
}

.cart-address .cart-sumary {
    border: 1px solid #E0E0E0;
}
.cart-box {
    flex-direction: column;
    margin: 0;
    justify-content: flex-start;
}
.cart-item .cart-sumary{
    border: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}
.order-item .cart-sumary {
    border: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}
.main-title-txt {/*อัพเดท*/
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
}
.sort-box {/*อัพเดท*/
    width: auto;
    margin: 0;
}
.idea-box {
    display: block;
    margin-bottom: 20px;
}
.main-title {/*อัพเดท*/
    display: flex;
    width: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0;
    margin-bottom: 20px;
}

.payment-box {
    display: table;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    table-layout: fixed;
    margin-top: 20px;
    padding: 0px;
}
.account-box {
    margin: 20px 0;
}

.detail-subtitle,
.product-title-txt{
    font-size: 15px;
}
a.mobile-cart {/*อัพเดท*/
    display: flex;
    margin-right: 30px;
    position: relative;
    align-items: center;
}
a.mobile-cart i {/*อัพเดท*/
    display: flex;
    margin: 0;
    min-height: auto;
    align-items: center;
    justify-content: center;
}

.cart-amount {
    top: -5px;
    right: -15px;
}

.backend-sidemenu,
.backend-navmenu{
    display: none;
}
.backend-maincontent {
    display: block;
    width: auto;
    margin: 0 auto;
    vertical-align: top;
    overflow-x: auto;
}
.backend-maincontent{
    padding: 0px 10px;
}
.backend-main {
    margin-top: 20px;
}
.backend-main-title-txt {
    font-size: 18px;
}
.backend-main-col {
    
    width: 33.3%;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    margin: 0 0 0 20px;
    padding: 20px;
    text-align: center;
    position: relative;
}
.activity-col, .backend-main-col span {
    font-size: 16px;
}
.backend-main-col label {
    float: none;
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
}
.backend-main-col span {
    float: none;
    font-size: 14px;
    margin-top: 0;
}
.activity-col label {
    font-size: 12px;
}
.activity-row {
    display: table;
    width: 100%;
    margin: 10px auto 10px auto;
    table-layout: fixed;
}
.activity-row:last-child {
    margin-bottom: 10px;
}
.backend-title-txt {
    padding: 5px 0 0 0;
}
.backend-active-user,
.backend-online-user{
    padding-top: 5px;
}
.fullbox-colleft{
    padding-top: 5px;
}
.backend-header-row {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0 10px;
}
.backend-logo img{
    height: 20px;
}
.backend-fullbox {
    padding: 10px 20px;
}
.brand-box {
    display: block;
    width: auto;
    padding: 0;
}
.product-list-row {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    table-layout: fixed;
    margin: 0 -5px;
    margin-bottom: 15px;
}
.list-catalog .main-img i:before{
    font-size: 40px;
}
.list-catalog li label {
    display: block;
    padding-bottom: 0;
}
.mobile-img {
    overflow: hidden;
    text-align: center;
    cursor: default;
    margin: 0;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    position: absolute;
    top: 0;
}
ul.list-subhead {
    display: none;
}
.header-box-col {
    padding: 0;
    flex: auto;
}
.copyright-row{
    padding: 0 ;
}
.accordion-section.last-sec {
    width: 400px;
}

.product-list-col {
    width: 20%;
    padding: 10px 5px;
}
.location-box {
    margin-bottom: 30px;
}
.main-box {
    width: auto;
    display: block;
}

.catalog-box .list-catalog ul, .branding-box .list-catalog ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: -10px -5px;
}
.catalog-box .list-catalog li, .branding-box .list-catalog li {
    width: 20%;
    padding: 10px 5px;
}

.sub-catalog {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    top: -1px;
}
.sumary-price {
    padding-bottom: 75px;
}
.user-box-row {
    display: flex;
    width: auto;
    padding: 10px 20px;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.banner-box-scale {/*อัพเดท*/
    padding-top: 42.85%;
}
.header-box.topmenu{
display: none;
}
.sub-cata.slider {
    margin: 5em auto 2em auto;
}
.regular2 {
    width: auto;
    margin: 0 -5px;
}
.regular2 .slick-slide {
    padding: 0 5px;
}
.cart-item .cart-sumary {
    border: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}
#sumary-mobile .cart-sumary-col.desktop {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
.cart-sumary .btn-cart {
    width: 49%;
    display: block;
    margin: 0 0 0 5px;
}
.cart-box-item, .cart-box-sumary {
    display: block;
    vertical-align: top;
}

.cart-box-item, .cart-box-pay {
    width: 100%;
}
.cart-address {
    
    width: 100%;
    max-width: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.cart-sumary-col.desktop {
    display: none;
}
.order-item .cart-sumary-row {
    margin: 0;
    width: auto;
}
.cart-payment {
    display: none;
}
.cart-box-item, .cart-box-pay {
    width: 100%;
}
.product-box-title-txt {
    font-size: 20px;
}
}

@media screen and (max-width:1200px){
.regular.slick-slider {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.sub-cata-box,
.brand-box {
    display: block;
    width: auto;
    padding: 0 20px;
}
.footer-box-row {
    display: block;
    margin: 0 auto;
    width: auto;
    padding: 30px 20px;
}
.main-box-row {
    width: auto;
    padding: 0 20px;
    display: block;
}
.header-box-row {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
}
.copyright-row {
    padding: 0 20px;
}
.cart-item .cart-sumary {
    border: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.order-item .cart-sumary {
    border: 0;
    display: block;
    width: auto;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}
.header-box.logo .row{
    margin: 0;
}
.header-box.logo .row .col3 {/*อัพเดท*/
    padding: 0;
    width: auto;
}

.nav-page {
    padding: 0 20px;
}
.product-promo{ /*อัพเดท*/
    padding: 0 20px;
}
.product-box{/*อัพเดท*/
    padding:  0 20px;
}
.cart-sumary-col {/*อัพเดท*/
    margin: 30px 0 0 0;
}
}

@media only screen and (max-width:1024px){

#page {
    display: block;
    right: 20px;
    top: 15px;
    position: absolute;
    z-index: 99;
}


.sub-cata.slider a {
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
}

.nav-page {
    padding: 0;
}
.nav-page ul {
    width: auto;
    max-width: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    scroll-snap-align: start;
    scroll-snap-type: x mandatory;
    flex-direction: row;
    flex-flow: row nowrap;
    appearance: none;
    -webkit-appearance: none;
    overflow: auto;
}

.main-title-txt{/*อัพเดท*/
    font-size: 20px;
}
.slick-prev {
    left: 5px;
}
.slick-next {
    right: 5px;
}
.sub-cata .slick-prev,.sub-cata .slick-next{
    width: 25px;
    height: 25px;
}
.sub-cata .slick-prev:before,.sub-cata .slick-next:before{
    font-size: 20px;
}

.regular2 .slick-prev {
    left: -10px;
}
.regular2 .slick-next {
    right: -10px;
}

.catalog-box .list-catalog ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.catalog-box .list-catalog li {
    width: 20%;
    padding: 10px 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.catalog-box, .branding-box {
    margin: 0 0 2em 0;
    padding: 0;
    width: 100%;
    display: block;
}
.product-list {
    display: flex;
    margin: 0 0 2em 0;
    width: 100%;
}
.product-list-row {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    table-layout: fixed;
    margin: 0 -5px;
    margin-bottom: 0;
}
.detail-box {
    margin:0;
}

.footer-box-row .accordion {
    display: flex;
    width: auto;
    margin: -10px;
    flex-wrap: wrap;
}

.sub-cata .slick-track {
    margin: 0;
}
.product-recom-row {
    width: auto;
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
}
.product-recom-col {
    padding: 5px;
    margin: 0;
    width: 20%;
}
.sub-cata-box {/*อัพเดท*/
    padding: 1em 0;
}
.sub-cata .slick-list {/*อัพเดท*/
    margin: 0;
    padding: 0 10px;
}
.sub-catalog{/*อัพเดท*/
    padding: 0;
}
.regular2 .slick-prev, .sub-cata.slider .slick-prev {/*อัพเดท*/
    left: 10px;
}
.regular2 .slick-next, .sub-cata.slider .slick-next {/*อัพเดท*/
    right: 10px;
}

.sub-cata-box, .brand-box {
    padding: 0;
}
.regular2.slider{
    padding: 0;
}
.brand-box-row {
    padding: 0 20px;
}
.regular2.slider .slick-list {
    margin: 0;
    padding: 0 20px;
}
}

@media only screen and (max-width: 768px){
.customer-service-col-txt, .customer-service-col-img {
    float: none;
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
}
.customer-service-col-img i{
    height: 50px;
}

.detail-box-colleft, .detail-box-colright {
    display: block;
    vertical-align: top;
    width: auto;
    padding: 0;
}

.other-detail-subcol.title {
    width: 100px;
}

button.tobuy, button.tocart {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
    width: auto;
    min-width: 150px;
    margin-left: 10px;
}
.product-title {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}

.contact-box-col {
    display: block;
    vertical-align: middle;
    width: auto;
    padding: 0;
}
.contact-box-col:first-child {
    width: auto;
    padding: 0;
}

.idea-box-colleft{
    display: none;
}
.product-box-colleft{
    display: block;
    width: auto;
    padding: 0;
}
.product-box-colleft, .product-box-colright {
    display: block;
    vertical-align: middle;
}
.product-box-colleft img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
    top: 0;
}
.product-box-colleft:before, .idea-box-colleft:before {
    width: 99%;
    height: 99%;
}
.product-box-colleft{
    margin-bottom: 20px;
}

.idea-detail-box-colimg, .idea-detail-box-coltxt {
    display: block;
    vertical-align: top;
    position: relative;
    padding: 0;
}
.login-box {
    width: 100%;
    margin: 50px auto;
    border: 1px solid #E0E0E0;
    padding: 20px;
}


.address-box-col.user {
    width: 120px;
}
.user-order-box-col.manage {
    justify-content: flex-end;
}
.user-order-box-col.manage .txt-mobile{
    display: inline-block;
    text-align: right;
}

.backend-fullbox {
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.backend-title {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.activity-row.order {
    display: flex;
    flex-wrap: wrap;
}
.activity-row.order .activity-col{
    width: 33.3%;
    margin-bottom: 20px;
}
.activity-row.order .activity-col:nth-child(3n+1){
    padding-left: 0;
}
.activity-row.order .activity-col:nth-child(3n+3){
    padding-right: 0;
    border-right: 0;
}
.backend-main-title-txt {
    font-size: 16px;
}
.product-mobile {
    margin-bottom: 20px;
}
.slip-box-form, .slip-box-bank {
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 0 auto;
    width: 85%;
}
.search-box {
    width: 100%;
    max-width: none;
    margin: auto;
    padding: 10px 20px;
}

.mobile-img {
    overflow: hidden;
    text-align: center;
    cursor: default;
    margin: 0;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
    position: relative;
    top: 0;
}
.error-box h2 {
    font-size: 30px;
}
p.phone {
    font-size: 14px;
}
p.phone img {
    margin-right: 5px;
    max-height: 25px;
}
.sub-catalog li {
    font-size: 12px;
}
.branding-box .list-catalog ul {
    margin: 20px -5px;
}
.catalog-box .list-catalog li,
.branding-box .list-catalog li {
    width: 33.33%;
    font-size: 14px;
    padding: 10px 5px;
}
.product-list-col {
    width: 33.33%;
}
.contact-box {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.contact-box-row {
    display: block;
    width: auto;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
}
.product-box-row,
.regular2.slider,
.product-recom-row {
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: row;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    display: flex!important;
    flex: none;
    width: auto;
    flex-flow: row nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}
.regular2.slider::-webkit-scrollbar,
.product-box-row::-webkit-scrollbar,
.product-recom-row::-webkit-scrollbar{
display: none;
}
.product-recom-col,
.regular2.slider>div,
.product-box-col {
    display: flex;
    padding: 0 0 0 20px;
    margin: 0 -10px 0 0;
    position: relative;
    scroll-snap-align: start;
    flex: none;
    color: #222;
    align-content: flex-start;
    width: calc((100%) / 3.15) !important;
    text-align: center;
    scroll-snap-stop: always;
}
.product-recom-col:last-child,
.regular2.slider>div:last-child,
.product-box-col:last-child{
    margin-right: 20px;
}

.brand-box {
    display: block;
    width: auto;
    padding: 0;
}
.brand-box-row {
    width: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.regular2 {
    width: auto;
    margin: 0;
}
.regular2 .slick-list {
    padding: 0 10px 0 20px;
    width: auto;
}

.regular2 .slick-track {
margin:0;
padding:0;
}

.regular2 .slick-slide {
margin-right:10px;
padding-left:0;
padding-right:0;
}

.regular2 .slick-slide > div {
width:100%;
}

.regular2 .slick-slide .justforyou {
padding:10px 0;
}

.product-box-title{/*อัพเดท*/
    padding: 0 20px;
    margin: 0 0 10px 0;
}
.btn-allprod {/*อัพเดท*/
    top: 0;
    right: 20px;
}

.footer-box-row .accordion .accordion-section {
    flex: none;
    padding: 0;
    display: block;
    float: none;
    width: 100%;
    position: relative;
}
.accordion .accordion-section.last-sec {
    display: block;
    margin-bottom: 40px;
    border: 0;
    flex: none;
    width: 100%;
    float: none;
    padding: 0;
}
.footer-box-row .accordion .accordion-section .accordion-section-content {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-box-row {
    display: block;
    margin: 0 auto;
    width: auto;
    padding: 20px;
}
.footer-box-row .accordion {
    display: block;
    width: auto;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
}
.footer-box-row .accordion .accordion-section {
    flex: none;
    padding: 0;
    display: block;
    width: auto;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
}
.accordion .accordion-section.last-sec {
    display: block;
    margin-bottom: 20px;
    border: 0;
    width: auto!important;
    position: relative;
}
.footer-box-row .accordion .accordion-section:last-child {
    border-bottom: 0;
}
.footer-box-row .accordion .accordion-section .accordion-section-title {
    display: inline-block;
    width: 100%;
}
.footer-box-row .accordion .accordion-section .accordion-section-title:before {
    content: "\e5cf";
}
.footer-box-row .accordion .accordion-section .accordion-section-content {
    display: none;
    margin-top: 10px;
}
.footer-box-row .accordion .accordion-section .accordion-section-content dt{
    display: none;
}

.footer-box-row .accordion-section p label{
    top: 0px;
}
.regular.slick-slider {
    padding: 0;
}
.footer-box-row .accordion .accordion-section .accordion-section-title:link {
    font-weight: bold;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.footer-box-row .accordion .accordion-section .accordion-section-title:link:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
}
.account-box-row {
    margin: -10px 0;
    flex-wrap: wrap;
}
.account-box-col {
    flex: none;
    width: 100%;
    vertical-align: top;
    padding: 10px;
}
.print-out {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 30px 0;
}
.print-out a {
    margin-left: 20px;
}
.justforyou,
.product-box-colprod-row,
.product-recom-colprod-row {
    width: 100%;
}
.product-promo,
.product-box {/*อัพเดท*/
    padding: 0;
}
.user-order-title-txt {/*อัพเดท*/
    padding: 5px 0;
    display: inline-block;
}
.user-order-box-row {/*อัพเดท*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.user-order-box-col {/*อัพเดท*/
    width: 100px;
    flex: auto;
    padding: 10px;
    margin: 0;
    vertical-align: top;
    position: relative;
}
.user-order-box-row:first-child .user-order-box-col.num, .user-order-box-row:first-child .user-order-box-col.date, .user-order-box-row:first-child .user-order-box-col.total, .user-order-box-row:first-child .user-order-box-col.manage, .user-order-box-row:first-child .user-order-box-col.status {/*อัพเดท*/
    display: none;
}
.user-order-box-row:first-of-type {/*อัพเดท*/
    padding: 0;
}
.user-order-box-col.list {
    width: 100%;
}

.user-order-box-col.num {
    width: 50%;
    text-align: left;
}
.user-order-box-col.num .txt-mobile {
    display: block;
    margin-right: 10px;
    font-weight: bold;
}
.user-order-box-col.date {
    width: 50%;
    justify-content: flex-end;
}
.user-order-box-col.date .txt-mobile{
    display: block;
    margin-right: 10px;
    font-weight: bold;
}
.user-order-box-col.status {
    width: auto;
    text-align: center;
    flex: none;
    justify-content: flex-start;
    align-items: baseline;
}
.user-order-box-col.status .txt-mobile{
    display: block;
    margin-right: 10px;
    font-weight: bold;
}
.status_recive, .status_transpot, .status_pay, .status_cancle {
    text-align: center;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    display: block;
    width: auto;
    min-width: 50px;
}
.user-order-box-row:first-child .user-order-box-col {
    vertical-align: middle;
    background-color: #FFF;
    margin: 0;
    padding: 10px;
    justify-content: flex-start;
}
.detail-box .c-tabs {/*อัพเดท*/
    display: flex;
    flex-direction: row;
    margin: 0;
    flex-wrap: wrap;
}

.detail-box .c-tabs .c-tabs-nav{/*อัพเดท*/
    padding: 0 10px;
}
.detail-box .c-tab.is-active{/*อัพเดท*/
    flex: auto;
}
.detail-box .c-tabs .c-tabs-nav {/*อัพเดท*/
    width: 30%;
    display: flex;
    flex-direction: row;
    flex: none;
    margin: -5px;
    flex-wrap: wrap;
    align-content: flex-start;
}
.detail-box .c-tabs-nav__link {/*อัพเดท*/
    margin: 0;
    padding: 5px;
    color: #000;
    text-align: center;
    width: 50%;
    border: 0;
    flex: none;
    background-color: #0000;
}
}

@media only screen and (max-width:767px) and (orientation:landscape){
.product-box-rowprod {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -5px;
}
.idea-box-colprod, .product-box-colprod {
    padding: 0 5px;
    margin-bottom: 20px;
    width: 50%;
    float: none;
}
.product-list-row {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    table-layout: fixed;
    margin: 0 -10px;
    margin-bottom: 15px;
}
.product-list-col {
    float: none;
    border: 0px solid #E0E0E0;
    padding: 0px 10px 20px 10px;
    width: 50%;
}
.list-catalog li {
    width: 33.33%;
    padding: 10px 5px;
    box-sizing: border-box;
    text-align: center;
}
}

@media only screen and (max-width: 767px) and (orientation:portrait){
.backend-main {
    display: block;
    width: auto;
}
.customer-service-col-img i:before {
    font-size: 26px;
}
i.icon-transpot:before {
    font-family: 'transpot';
    font-size: 36px !important;
    top: -5px;
}
.shiping-box i.icon-transpot:before {/*อัพเดท*/
    font-size: 48px !important;
    top: 0;
}
.customer-service-col-img i {
    height: 40px;
}
.customer-service-col-txt {
    font-size: 10px;
}

.product-box-colleft, .product-box-colright {
    display: block;
    vertical-align: middle;
    width: auto;
    padding: 0;
}
.product-box-colleft{
    margin-bottom: 20px;
}
.idea-box-colprod, .product-box-colprod {
    padding: 0px 0px 20px 0px;
    width: auto;
    float: none;
}
.product-box-colprod:nth-child(3){
    padding-bottom: 20px;
}
.product-box-colprod:nth-child(4){
    padding-bottom: 0px;
}
.product-box-colleft img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    top: 0;
}
.product-box-colprod-row-txt {
    font-size: 12px;
}
.justforyou .product-box-colprod-row-txt {
    text-align: left;
}

.product-box-colprod-row-txt span.colprod-discount {
    line-height: 18px;
}

.order-box {
    display: block;
    width: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.order-box-col {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 20px 0 0 0;
}
.txt-order {
    margin-bottom: 0;
    width: auto;
    display: inline-block;
}

table.customer-order {
    width: 100%;
    float: none;
}

.product-title-txt {
    
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.product-list-col {
    border: 0px solid #E0E0E0;
    width: 100%;
}

span#AdultsCount {
    padding: 0px 5px;
    font-size: 16px;
}

.idea-box-row {
    display: block;
}
.idea-box-colright {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.idea-box-colprod:nth-child(odd){
    padding-left: 0;
    padding-right: 0px;
}
.idea-box-colprod:nth-child(even){
    padding-left: 0px;
}
.idea-box-colprod:nth-child(3){
    padding-bottom: 20px;
}
.product-box-colleft:before, .idea-box-colleft:before {
    width: 99%;
    height: 99%;
}
button.tobuy, button.tocart {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
    width: 49%;
    min-width: auto;
    margin: 0;
}

.cart-item .cart-sumary-row:nth-child(4) {
    width: 100%;
    margin: 10px 0;
}
.cart-item .cart-sumary-row:nth-child(5) {
    
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

.cart-item .cart-sumary-row:nth-child(5) button {
    width: 49%;
    margin-left: 0;
    margin-bottom: 0;
}

.order-item .cart-sumary-row:nth-child(2) {
    width: 100%;
    margin: 10px 0;
}
.order-item .cart-sumary-row:nth-child(3) {
    
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin: 10px 0;
}
.order-item .cart-sumary-row:nth-child(3) button {
    width: 49%;
    margin-left: 0;
    margin-bottom: 0;
}

.cart-box {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cart-box-item-row {
    padding: 20px 10px;
    flex-wrap: wrap;
}
.cart-box-item-row:first-child .cart-box-item-subject {
    padding: 0 10px;
    text-align: left;
    margin-bottom: 0;
}
.cart-box-item-row:first-child .cart-box-item-price,.cart-box-item-row:first-child .cart-box-item-amount{
    display: none;
}
.cart-box-item-list, .cart-box-item-price, .cart-box-item-subject, .cart-box-item-amount {
    display: block;
    vertical-align: top;
}
.cart-box-item-list {
    width: 20px;
    text-align: left;
}
.cart-box-item-subject {
    padding-left: 10px;
    padding-right: 10px;
}
.cart-box-item-subject {/*อัพเดท*/
    padding-left: 0;
    padding-right: 0;
    width: auto;
    float: none;
    max-height: none;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 18px;
    display: flex;
}
.cart-box-item-price {
    text-align: left;
    width: 49%;
    padding: 0 10px 0 0;
}
.cart-box-item-amount {
    width: 49%;
    text-align: right;
    padding: 0 0 0 10px;
    align-items: baseline;
    justify-content: end;
}
a.btn-del:link, a.btn-del:visited {
    text-align: right;
    color: #999;
    display: block;
    margin: 15px auto 0 auto;
}
.cart-box-item,
.cart-box-pay {
    width: 100%;
}
.credit-box, .ibank, .counter {
    width: auto;
    margin: 0 auto;
    padding: 0;
}
.login-box-colleft, .login-box-colright {
    display: block;
    width: auto;
    vertical-align: top;
    padding: 0;
    border-right: 0px solid #E0E0E0;
}
.login-box-colleft{
    margin-bottom: 20px;
}
.btn-login {
    width: 100%;
}
.login-box-row {
    display: block;
    width: 100%;
}
.account-box-row {
    display: block;
    width: auto;
    table-layout: fixed;
    border: 1px solid #E0E0E0;
    margin: 0;
    align-items: baseline;
}
.account-box-col {
    flex: auto;
    vertical-align: top;
    padding: 10px;
}
.user-order-box-row:first-child .user-order-box-col.num,
.user-order-box-row:first-child .user-order-box-col.date,
.user-order-box-row:first-child .user-order-box-col.total,
.user-order-box-row:first-child .user-order-box-col.manage{
    display: none;
}
.user-order-box-col.num {
    width: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.user-order-box-col.date {
    width: 50%;
    text-align: right;
    display: flex;
    flex-direction: column;
}
.user-order-box-col.total {
    float: left;
    width: 49%;
    text-align: left;
    justify-content: flex-start;
}

.txt-mobile {
    display: inline-block;
    margin-right: 5px;
}
.user-box-row {
    padding: 10px;
    margin: 0;
}
.user-box-row:first-child {
    padding-top: 20px;
}
.user-box-col {
    
    width: 100%;
    vertical-align: top;
    padding: 0;
    margin-bottom: 10px;
}

.user-box-col:nth-child(3n+2) {
    padding-left: 0;
    padding-right: 0;
}
.user-box-row:last-child .user-box-col{
    margin-bottom: 0;
}

.address-box-col.user,
.address-box-col.address,
.address-box-col.code,
.address-box-col.phone,
.address-box-col.tax{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.address-box-col.manage{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.hilight-transpot, .hilight-vat {
    display: inline-block;
    margin-bottom: 0;
}

.address-box {
    margin-top: 20px;
}
.select-address li {
    
    width: auto;
    margin-left: 0;
    list-style: none;
    border-left: 1px solid #E0E0E0;
    padding: 0 10px;
}
.select-address li:first-child{
    padding-left: 0;
}
.select-address li:last-child{
    padding-right: 0;
}
.address-box-row {
    padding: 5px 0px;
}
.address-box-col label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    color: #F00;
}
.address-box-col .check {/*อัพเดท*/
    left:0;
    right: auto;
    top: -2px;
}

.status_recive, .status_transpot, .status_pay, .status_cancle {
    text-align: center;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    display: inline-block;
    width: auto;
}
.user-order-box-col.manage:empty{
    display: none;
}

.user-order-box-col.manage span {
    top: 3px;
    position: relative;
}
.btn-addaddress {
    
}
.account-box{
    margin-top: 0px;
}
.user-box{
    margin-top: 0;
}

.idea-detail-box-row {
    display: block;
    width: 100%;
}
.idea-detail-box-colimg, .idea-detail-box-coltxt {
    display: block;
    vertical-align: top;
    position: relative;
    padding: 0;
    width: auto;
}

.payment-box {
    padding: 0;
    margin-bottom: 30px;
}

.contact-box-col p label {
    top: -2px;
}

.forget-box {
    width: auto;
}
.activity-col {
    display: block;
    vertical-align: middle;
    text-align: center;
    border-right: 0px solid #E0E0E0;
    padding: 10px 0;
    border-bottom: 1px solid #E0E0E0;
}
.activity-col:last-child{
    border-bottom: 0;
}
.activity-row.order {
    display: block;
    flex-wrap: wrap;
}
.activity-row.order .activity-col {
    width: auto;
    margin-bottom: 0;
}
.backend-main-row {
    display: block;
}
.backend-main-col {
    float: none;
    width: auto;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    margin: 0 0 10px 0;
    padding: 20px;
    text-align: center;
    position: relative;
    display: block;
}
.backend-title-txt {
    float: none;
    font-weight: bold;
    display: block;
    padding: 0;
    margin-bottom: 10px;
}
.backend-active-user {
    
    margin-left: 0;
}
.backend-active-user, .backend-online-user {
    padding: 5px 0px;
    
    width: 100%;
}
.activity-row {
    display: block;
    width: 100%;
    margin: 0 auto 10px auto;
    table-layout: auto;
}
.fullbox-colleft, .fullbox-colright {
    float: none;
    width: 100%;
    text-align: left;
    display: flex;
    padding: 0;
}

.fullbox-colright{
    padding-top: 10px;
}
.fullbox-colright:empty{
    display: none;
}
a.btn-comm {
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    text-align: center;
    padding: 2px;
    margin-left: 0;
    margin-right: 20px;
}
.fullbox-colright a:link {
    flex: 1;
    margin-right: 5px;
    font-size: 10px;
}
.fullbox-colright a:link:last-child  {
    margin-right: 0px;
}
.backend-table {
    display: inline-block;
    width: 100%;
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    margin-bottom: 20px;
    overflow-x: auto;
}
.backend-table-row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.backend-table-col.username{
    width: 200px;
}
.backend-table-col.firstname,
.backend-table-col.lastname{
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inp-form p {
    padding-left: 10px;
    position: relative;
}
.inp-form p label {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    margin-bottom: 10px;
}
.inp-form p span.txt-red{
    position: absolute;
    top: 0;
    left: 0;
}
.backend-login-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    border: 1px solid #E0E0E0;
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    background-color: #FFF;
}
.backend-table-col.image img {
    height: 50px;
}
.fullbox-colleft span {
    font-size: 14px;
}
.product-box-rowprod {
    display: block;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
}

.slip-box-form, .slip-box-bank {
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 0 auto;
    width: auto;
}
.slip-box-form p {
    padding-left: 0;
}
.slip-box-form p label {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-bottom: 10px;
}

.list-catalog .main-img-scale {
    position: absolute;
}
.list-catalog .main-img-scale a img {
    width: 100%;
    max-height: 100%;
    padding: 0;
}

.list-catalog, .branding-box {
    margin: 2em 0;
}

.product-list-row {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    table-layout: fixed;
    margin: 0 -5px;
}

.list-catalog li {
    width: 50%;
    padding: 10px 5px;
    box-sizing: border-box;
    text-align: center;
}
.regular3 .slick-dots li {
    width: auto;
}
.list-catalog li {
    font-size: 12px;
}
.list-catalog .main-img i:before {
    font-size: 50px;
    font-weight: normal;
}
.list-catalog .main-img i:before{
    font-size: 30px;
}
.mobile-img {
    padding-top: 75%;
}
.banner-box-scale{
    padding-top: 75%;
}

.colprod-subtitle {
    white-space: normal;
    font-size: 12px;
}
.product-box-col .prod-img {
    padding-top: 56.25%;
}
.product-box {
    margin: 2em auto 0 auto;
    display: block;
    width: auto;
    max-width: 1200px;
}
.copyright-row {
    padding: 0 20px;
    display: block;
    width: auto;
}
.copyright .lefttxt, .copyright .righttxt {
    display: block;
    vertical-align: middle;
    text-align: center;
}
.sub-catalog ul {
    margin: 0px auto;
    padding: 0;
    width: auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: nowrap;
}
.sub-catalog li {
    flex: none;
    width: 40%;
    padding: 0 10px;
    margin: 10px 0;
    box-sizing: border-box;
}
.sub-catalog {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    background-color: #FFF;
    padding: 3px 0;
    display: block;
    overflow-x: scroll;
}

.catalog-box .list-catalog li, .branding-box .list-catalog li {
    width: 50%;
    padding: 5px;
}

.nav-page li {
    font-size: 12px;
}
.catalog-box .list-catalog ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.branding-box .list-catalog ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.list-catalog, .branding-box {
    margin: 0;
}
.sumary-price {
    padding-bottom: 140px;
}
.sub-cata .prod-img{
    padding-top: 35%;
    margin-bottom: 10px;
}
.product-recom-col,
.product-box-col,
.regular2.slider>div {
    width: calc((100%) / 1.15)!important;
}

.banner-box {
    display: block;
    margin-top: 0px;
    z-index: 0;
    padding: 0;
}
.cart-item .cart-sumary, .order-item .cart-sumary {
    border: 0;
    display: block;
    justify-content: space-between;
    width: auto;
    padding: 0 20px;
    line-height: normal;
}
.cart-sumary >div:first-of-type {
    display: block;
    justify-content: space-between;
    align-items: center;
}
#sumary-mobile .cart-sumary-col.desktop {
    display: flex;
    margin: 10px 0;
    flex-direction: row-reverse;
}
.cart-box-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
button.btn-pay {
    color: #000;
    text-align: center;
    padding: 5px 20px;
    min-width: 200px;
    width: 100%;
}
.user-order-box-row:first-child {
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
}
.user-order-box-col {
    width: 100px;
    flex: auto;
    padding: 10px;
    margin: 0;
    vertical-align: top;
    position: relative;
}
.user-order-box-col.num .txt-mobile, .user-order-box-col.date .txt-mobile {
    display: block;
    margin: 0;
}
.user-order-box-row:first-of-type .user-order-box-col.status {
    display: none;
}
button.btn-pay {
    color: #000;
    text-align: center;
    padding: 5px 20px;
    min-width: 200px;
    width: 100%;
    margin-bottom: 20px;
}
.main-title-txt {/*อัพเดท*/
    font-size: 20px;
    width: 100%;
}
.select-address li {/*อัพเดท*/
    margin: 5px 0 5px 20px!important;
    padding: 0;
    list-style: disc;
    border-left: 0;
    width: 100%;
}
.select-address li a {
    padding-left: 0;
}
.address-box-row:first-child {
    padding: 0;
}
.address-box-row:first-child .address-box-col.user, .address-box-row:first-child .address-box-col.address, .address-box-row:first-child .address-box-col.code, .address-box-row:first-child .address-box-col.phone, .address-box-row:first-child .address-box-col.manage {
    display: none;
}
.address-box-row {
    padding: 10px 0;
    flex-wrap: wrap;
    align-items: baseline;
}
.address-box-col.user, .address-box-col.address, .address-box-col.code, .address-box-col.phone {
    width: 100%;
    text-align: left;
    padding: 0 10px;
    margin: 5px 0;
}
.address-box-col.tax {
    width: 65%;
    text-align: left;
    padding: 0 10px;
    margin: 5px 0;
}

.address-box-col.manage {
    width: 35%;
    text-align: right;
    padding: 0 10px;
    margin: 5px 0;
}
.other-detail-col {
    width: 100%;
}
.location-box {
    padding-top: 100%;
}
.product-recom{/*อัพเดท14/03/2565*/
    margin: 5px 0 0 0;
}
.copyright{
    margin-top: 30px;
}
.footer-box-row dd {
    padding: 0 20px;
    margin: 5px 0;
    position: relative;
    width: 50%;
}

.txt-mobile {/*อัพเดท*/
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
}
.address-box-col.manage .txt-mobile {/*อัพเดท*/
    display: inline-block;
    color: #F00;
    margin-right: 0;
    font-weight: normal;
}

.detail-box .c-tab.is-active, .detail-box .c-tabs .c-tabs-nav {/*อัพเดท*/
    padding: 0;
    width: 100%;
}
.detail-box .c-tabs .c-tabs-nav {/*อัพเดท*/
    width: auto;
    display: flex;
    flex-direction: row;
    flex: auto;
    margin: 5px -5px;
    flex-wrap: wrap;
    align-content: flex-start;
}
.detail-box .c-tabs-nav__link {/*อัพเดท*/
    margin: 0;
    padding: 5px;
    color: #000;
    text-align: center;
    width: 16.66%;
    border: 0;
    flex: none;
    background-color: #0000;
}
.sub-cata.slider {
    margin: 2em auto 2em auto;
}
.regular.slider .slick-dots {
    position: absolute;
    top: auto;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
}