.catalog-product-view .breadcrumbs .items .item:nth-child(2) {
    padding: 0 0 0 20px;
}
.catalog-product-view .breadcrumbs .items .item:nth-child(2) a {
    white-space: pre-line;
    height: 25px;
    line-height: 0.55;
    overflow: hidden;
    width: auto;
}

.product.info.detailed .product table {
  width: 100%;
}

.product.info.detailed .product table td, .product.info.detailed .product table th {
  border: 1px solid #ddd;
  padding: 8px;
}



.product.info.detailed .product table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}




/* header */
.cms-home .block-static-block.widget {
    margin: 0;
}
.header-content .right-content .call,
.header-content .right-content .additional span {
    display: none;
}
.header-banner .top-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
        padding: 20px 0;
}
.header-banner .top-banner .image {
    margin: 0 0 10px;
}
.header-banner .top-banner .text {
    line-height: 1;
}
.header-banner .top-banner .text h1 {
    font-size: 2rem;
    color: #10B0E6;
        margin: 0;
}

.header-banner .top-banner .text p {
    font-size: 1.2rem;
    color: #58595B;
    font-family: 'Prompt', sans-serif;
    font-weight: 800;
        margin: 0;
}
.main-header .header-content .middle-content {
    margin: 15px 0 0;
}

.ammenu-nav-sections.-sidebar .ammenu-text {
    color: #212121;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.6rem;
}
a.ammenu-link.-mobile.-current span.ammenu-text {
    color: #FFC20E;
}
.footer-link .f-contact .social img {
    width: 35px;
}
.footer-link .f-contact .social a {
    margin: 0 15px 0 0;
}
.footer-link .f-contact .social {
    margin: 0 0 40px;
}



/* home hit */
.home-hit {
    padding: 60px 0;
}
.home-hit .banner {
    display: flex;
    flex-direction: column;
}
.home-hit .banner .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 0 0 20px;
}
.home-hit .banner img {
    border-radius: 20px;
}
.home-hit .title h3 {
    font-size: 3.5rem;
    color: #FFC20E;
    font-weight: 700;
}
.home-hit .banner .item{
    position: relative;
}
.home-hit .banner .item a.view-more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 40px;
    border-radius: 15px;
    background: #FFC20E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Prompt', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    margin: 40px;
    color: #000;
}
.home-hit .banner .item a.view-more:hover{
    background: #212121;
    color: #fff;
}


/* banner cate */
.home-banner-cat .categories {
    padding: 70px 0;
}
.home-banner-cat .title {
    margin: 0 0 25px;
}

.home-banner-cat .title h3 {
    color: #FFC20E;
    font-size: 3.5rem;
}

.home-banner-cat .item a {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    background: #FFF;
}
.home-banner-cat .item a:first-child {
    margin: 0 0 20px;
}
.home-banner-cat .item a img {
    width: 100%;
    max-width: 30%;
    flex-basis: 30%;
}

.home-banner-cat .item a p {
    max-width: 70%;
    flex-basis: 70%;
    font-size: 1.6rem;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    margin: 0 0 0 15px;
}



/* home product */
.block.widget .products-grid .product-item {
    width: 100%;
}
.home-product .products-grid .product-item .product-item-info {
    border: 1px solid transparent;
    border-radius: 15px;
}
.home-product .products-grid .product-item .product-item-info:hover {
    border: 1px solid #DEDEDE;
}
.home-product .title {
    margin: 0 0 20px;
}
.home-product .title h3 {
    font-size: 3.5rem;
    color: #FFC20E;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Prompt', sans-serif;
    margin: 0;
}
.home-product .title .cat-menu {
    display: flex;
    align-items: center;
    overflow: auto;
    padding: 0 0 10px;
}
.home-product .title .cat-menu a {
    white-space: pre;
    font-size: 1.2rem;
    font-family: 'Prompt', sans-serif;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 15px;
    background: #F1F2F2;
    padding: 10px 20px;
    margin: 0 20px 0 0;
}
.home-product .title .cat-menu a:hover{
    background: #FFC20E;
    color: #000;
}

.home-product .title .cat-menu a:last-child{
    margin: 0;
}
.home-product .title a.view-all {
    font-size: 1.5rem;
    color: #000;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
}
.home-product .title a.view-all:hover{
    color: #FFC20E;
}
.home-product .product-column .image {
    margin: 0 0 25px;
}
.home-product .product-column .image img {
    border-radius: 20px;
    width: 100%;
}
.home-product .product-column .owl-dots {
    bottom: -15px !important;
}
.home-product .product-column .p-column .title {
    text-align: center;
}
.home-product .product-item-info .product-item-name a {
    margin: 0 0 5px;
}


/* home blog */
.home-blog {
    padding: 20px 0 60px;
}
.home-blog .post-list-wrapper .post-header,
.home-blog .post-list .post-description .text {
    display: none;
}
.home-blog .post-list-wrapper li.post-holder {
    width: 100% !important;
    margin: 0 !important;
}
.home-blog .post-content .post-description .post-ftimg-hld{
    margin: 0;
}
.home-blog .title h3 {
    font-size: 3.5rem;
    color: #FFC20E;
    margin: 0;
}
.home-blog .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-blog .title a.view-all {
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: #000;
}
.home-blog .title a.view-all:hover{
    color: #FFC20E;
}
.home-blog .owl-carousel.owl-theme .owl-dots {
    bottom: 0;
}
.home-blog .owl-carousel.owl-theme .owl-nav div{
    background-color: #000000a8;
}
.home-blog .post-content .post-description .post-ftimg-hld a{
    position: relative;
}
.home-blog .post-content .post-description .post-ftimg-hld a:before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(../images/icon/icon-video.svg) no-repeat center center / 80px auto;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.home-blog .post-content .post-description .post-ftimg-hld a:hover {
    opacity: 0.85;
}


/* footer */
.footer-link {
    padding: 60px 0;
}
.footer-link .f-memu ul li a {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Sarabun', sans-serif;
}
.footer-link h4 {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 15px;
}

.footer-link .f-memu {
    margin: 0 0 30px;
}
.footer-link .f-memu.about ul:first-child {
    margin: 0 0 25px;
}
.footer-link .f-contact {
    margin: 0;
}
.footer-link .f-memu ul li {
    margin: 0 0 10px;
    color: #fff;
}
.footer-link .f-memu ul li:last-child {
    margin: 0;
}
.newsletter .form.subscribe {
    display: flex !important;
}
.footer-link .f-contact .newsletter input#newsletter {
    margin: 0;
    width: 230px;
    padding: 0;
    height: 40px;
    border: 0;
}
.block.newsletter .action.subscribe {
    height: 40px;
}
.footer-link .f-contact .logo {
    display: flex;
    align-items: center;
}
.footer-link .f-contact .logo img:first-child{
    margin: 0 30px 0 0;
}

.footer-link .f-contact .newsletter input#newsletter::placeholder{
    color: transparent;
}
.block.newsletter .field .control:before{
    display: none;
}
.footer-link .f-contact .social a:hover img {
    opacity: 0.9;
}
.footer-link .f-memu ul li a:hover {
    color: #FFC20E;
}




/* home slide */
.wrapper-slider {
    position: relative;
}
.wrapper-slider a.button {
    border-radius: 15px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Prompt', sans-serif;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: 10%;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
}
.wrapper-slider a.button:hover{
    background: #333;
}
.slidershow-home.owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: rgb(255 255 255 / 50%);
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0 !important;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0 !important;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav div,
.slidershow-home.owl-carousel.owl-theme .owl-nav div:hover {
    background-color: transparent;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-prev:before {
    content: '';
    background: url(../images/icon/icon-arrow-left-white.svg) no-repeat center center/20px auto;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-prev:hover:before {
    opacity: 1;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next:before {
    content: '';
    background: url(../images/icon/icon-arrow-right-white.svg) no-repeat center center/20px auto;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next:hover:before {
    opacity: 0.5;
}
.slidershow {
    position: relative;
}
.slidershow .button {
    position: absolute;
    bottom: 5%;
    transform: translateX(-50%);
    left: 50%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.slidershow .button a {
    display: block;
    background-color: #fff;
    font-family: 'Roboto','Prompt',sans-serif;
    min-width: 150px;
    text-align: center;
    padding: 8px 0;
    font-size: 1.6rem;
}
.slidershow .button a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.slidershow-home .shopnow {
    font-family: 'Roboto','Prompt',sans-serif;
    color: #fff;
    background: #F77B55;
    display: inline-block;
    border-radius: 30px;
    padding: 15px 70px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%,-10%);
    width: max-content;
}
.slidershow-home .shopnow:hover {
    background: #ADC3EC;
}
.slidershow-home .s-all {
    position: absolute;
    background-color: #FFC20E;
    padding: 15px 20px;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%,-15%);
}
.slidershow-home .s-all:hover {
    background-color: #FFE8E8;
}
.slidershow-home.owl-carousel .owl-item .s-all img {
    width: 20px;
}

/* 
home product flash */
.home-product-flash {
    padding: 0 0 20px;
}
.home-product-flash .product-column li.product-item {
    width: 100% !important;
}
.home-product-flash .product-column li.product-item .product-item-info {
    border-radius: 15px;
    border: 1px solid #DEDEDE;
}

.home-product-flash .product-column li.product-item .product-item-info .product-item-details {
    background: #F9F9FB;
    padding: 0 0 15px;
}
.home-product-flash .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 35px;
}
.home-product-flash .title .image {
    margin: 0 0 20px;
}
.home-product-flash .owl-stage {
    display: flex;
}
.products-grid .product-item-inner .actions-primary {
    position: absolute;
    margin: -65px 10px 0 0;
}
.home-product-flash .products-grid .product-item-inner .actions-primary{
    margin: -35px 10px 0 0;
}
.products-grid .product-item-inner {
    background-color: transparent;
}
.home-product-flash .products-grid .product-item-actions button.tocart span:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/icon/cart-grey.svg) no-repeat center center/25px auto;
    display: block;
}





/* new cms */
.about-content .about .item{
    background-color: #212121;
    padding: 25px;
    margin: 0 0 20px;
    color: #fff;
    border-left: 15px solid #ffc20d;
}
.about-content .about .item ul li {
    list-style: disc;
    margin: 0 0 0 20px;
}

.cms-page.about-page .about-content .vdo iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.cms-page a:hover, .confirm-page .form-content .row.form-footer a:hover, .cms-page .web:hover, .cms-page .color-text:hover {
    color: #000;
}
.cms-title h3 {
    border: solid;
    background: transparent;
    border-image: linear-gradient(45deg, rgb(146 146 146 / 10%), #929292 , rgb(146 146 146 / 10%)) 1;
    border-width: 1px 0;
    border-radius: 5px;
    color: #000;
    text-align: center;
    padding: 15px 0;
    font-size: 2rem;
    margin: 0 0 20px;
    font-weight: 400;
}
.cms-page a:hover {
    color:  #FFC20E;
}
.cms-page .underline {
    text-decoration: underline;
}
.cms-page .red,
.cms-page .red-text {
    color: #FF0000;
}
.cms-page .web,
.cms-page .color-text {
    color:  #FFC20E;
}
.cms-page .left-menu {
    margin: auto;
}
.cms-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
.cms-page .cms-menu li {
    list-style: none;
    margin: 0;
}

.cms-menu span {
    display: none;
    font-family: 'Prompt',sans-serif;
    color: #525252;
}
.cms-menu a {
    display: flex;
    align-items: center;
    margin: 0 5px;
}
.howto-page .cms-menu .how-to-order .image, 
.shipping-page .cms-menu .shipping .image, 
.confirm-page .cms-menu .confirm-payment .image, 
.policy-page .cms-menu .privacy-policy .image {
    background-color:  #FFC20E;
}
.howto-page .cms-menu .how-to-order img, 
.shipping-page .cms-menu .shipping img, 
.confirm-page .cms-menu .confirm-payment img, 
.policy-page .cms-menu .privacy-policy img {
    filter: brightness(0);
}
.cms-page.about-page .bg-image img {
    border-radius: 20px 20px 0 0;
    margin: 0;
}
.about-page .content .text {
    font-family: 'Roboto','Noto Sans Thai',sans-serif;
    color: #212121;
    padding: 30px;
}
.about-page .content .text h2 {
    color: #212121;
}
.about-page .content .image {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.about-page .content .image img:first-child {
    border-radius: 0 0 0 20px;
}
.about-page .content .image img:last-child {
    border-radius: 0 0 20px 0;
}
.about-page .content {
    position: relative;
    border-radius: 0 0 20px 20px;
    background-color: #f7f7f7;
}
.about-page .content .image img {
    width: 100%;
}
.about-page .logo-content {
    max-width: 200px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    box-shadow: 0px 2.89562px 2.89562px rgba(0, 0, 0, 0.25);
}
.about-page .pc-img {
    display: none;
}
.cms-page .payment-content ul {
    margin: 0;
    font-size: 1.3rem;
    font-family: 'Roboto','Kanit',sans-serif;
    display: flex;
    align-items: center;
    height: 100%;
}
.cms-page .payment-content li {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.howto-page .bank {
    margin: 0 0 30px;
}
.payment-content .bank-data {
    display: flex;
    align-items: center;
    border-radius: 20px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.payment-content .bank-detail  {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.payment-content .scb .bank-detail li:first-child {
    background-color: rgb(78 45 128 / 10%);
}
.payment-content .ktb .bank-detail li:first-child {
    background-color: rgb(45 173 244 / 10%);
}
.payment-content .bbl .bank-detail li:first-child {
    background-color: rgb(37 66 146 / 10%);
}
.payment-content .bay .bank-detail li:first-child {
    background-color: rgb(253 217 0 / 10%);
}
.payment-content .kbank .bank-detail li:first-child {
    background-color: rgb(2 169 87 / 10%);
}
.payment-content .bualuang .bank-detail li:first-child {
    background-color: rgb(37 66 146 / 10%);
}
.payment-content .bank-data img {
    border-radius: 20px 0 0 20px;
    width: 70px;
}
.payment-content li:first-child {
    min-width: 130px;
    text-align: right;
}
.cms-page .payment-content .bank-detail ul:first-child li {
    padding: 10px 10px 0;
}
.cms-page .payment-content .bank-detail ul:last-child li {
    padding: 0 10px 10px;
}
.payment-content li.number {
    color:  #5D7CD5;
}
.payment-content li.type {
    color: #868686;
}
.shipping-content h4 {
    text-align: center;
    color: #000;
    width: auto;
    margin: 0 10px;
    font-weight: 400;
}
.shipping-by .shipping-logo li {
    margin: 15px 0 0;
    list-style: none;
}
.shipping-by .shipping-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px;
}
.shipping-by .shipping-logo img {
    width: 80px;
    margin: 0 10px;
    border-radius: 10px;
}
.shipping-content .ems img,
.shipping-content .ninja img,
.shipping-content .jt img {
    border: 1px solid #F37021;
}
.shipping-content > div {
    border-bottom: 1px solid  #FFC20E;
    text-align: center;
}
.shipping-page .shipping-content .row {
    margin: 20px 0 15px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.shipping-content .row img {
    width: 25px;
}
.shipping-content p {
    color: #5B5B5B;
    font-family: 'Roboto','Kanit',sans-serif;
    text-align: center;
    font-size: 1.5rem;
}
.shipping-tracking .color-span {
    background-color: #D8FFD8;
    color: #039B00;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 1.6rem;
    display: inline-block;
    font-family: 'Roboto','Kanit',sans-serif;
    margin: 0 0 20px;
}
.shipping-tracking .tracking-list li {
    list-style: none;
    margin: 10px 0 0;
    display: inline-flex;
    align-items: center;
    min-width: 250px;
}
.shipping-tracking .tracking-list img {
    width: 50px;
    border-radius: 10px;
    margin: 0 15px 0 0;
}
.shipping-tracking .tracking-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 20px;
}
.tracking-list a {
    color: #4B4B4B;
    text-decoration: underline;
}
.confirm-page .cms-title h3 {
    border-width: 1px 0 0 0;
    margin: 0;
}
.confirm-page .form-content > h4 {
    color: #000;
    background-color: #FFC20E;
    padding: 10px 30px;
    font-size: 1.6rem;
    border-radius: 20px 20px 0 0;
    font-weight: 400;
}
.confirm-page .confirm-form {
    border: 1px solid #D0D0D0;
    border-radius: 20px;
}
.confirm-page .confirm-form #seed-confirm-form {
    padding: 20px;
}
.confirm-page .seed-confirm-form .input-text {
    background-color: #FAFAFA;
    border: 1px solid #B6B6B6;
}
.confirm-page .seed-confirm-form .seed-confirm-slip .input-text {
    background-color: transparent;
    border: none;
    padding: 5px 0;
}
.seed-confirm-form label {
    color: #505050;
    font-size: 1rem !important;
}
.confirm-page .form-content .row.form-footer {
    margin: 0;
    background-color: #F9F9F9;
    padding: 20px 0;
    border-radius: 0 0 20px 20px;
    font-family: 'Roboto','Kanit',sans-serif;
    border-top: 1px solid #D0D0D0;
}
.confirm-page .row.form-footer p {
    margin: 0;
}
.confirm-page .form-footer .block:first-child {
    border-bottom: 1px solid #D0D0D0;
    margin: 0 0 20px;
    padding: 0 30px 20px 30px;
}
.confirm-page .form-footer .block {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.confirm-page .form-footer img {
    width: 70px;
    margin: 0 20px 0 0;
}
.confirm-page .form-content .row.form-footer a {
    color: #FFC20E;
}
.confirm-page .amform-form {
    padding: 20px 20px 10px 20px;
}
.box-contact .box-content .data * {
    margin: 0 0 0 30px;
    font-weight: 400;
}
.amform-form .field input,
.amform-form .field select {
    background-color: #FAFAFA;
    border-radius: 6px;
    border: 1px solid #B6B6B6;
    height: 42px;
    width: 100%;
    padding: 0 10px;
}
.amform-form .field textarea {
    background-color: #FAFAFA;
    border-radius: 6px;
    border: 1px solid #B6B6B6;
    width: 100%;
    padding: 0 10px;
    min-height: 120px;
}
.amform-form .field.fb-date .control {
    display: flex;
    align-items: center;
}
.amform-form .field.fb-date .control button {
    margin: 0;
}
.amform-form .field.fb-file input {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.amform-form .fb-number {
    max-width: 100%;
}
.form-footer .block h4 {
    color: #000;
    font-size: 1.6rem;
    margin: 0;
    font-weight: 400;
}
.confirm-text h4 {
    text-align: center;
    color: #000;
    margin: 30px 0 10px;
    font-weight: 400;
}
.confirm-text {
    font-family: 'Roboto','Kanit',sans-serif;
    color: #606060;
    text-align: center;
}
.confirm-page .confirm-text a {
    color:  #FFC20E;
}
.confirm-page .confirm-text a:hover{
    color: #000;
}
.contact-page .cms-title h3 {
    border-bottom: none;
}
.cms-page.contact-page .cms-content {
    max-width: 100%;
    width: 100%;
}
.form-contact .form-bg {
    border: solid 1px  #5D7CD5;
    border-radius: 12px;
    padding-bottom: 0;
    height: 100%;
}
.contact-page .row > div {
    margin: 0 0 30px;
}
.contact-page .form-title, .contact-page .box-title {
    background-color:  #5D7CD5;
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0 0 12px 12px;
    margin: 0 0 30px 15px;
}
.contact-page .box-text {
    padding: 0;
}
.contact-page .box-text h4, 
.contact-page .box-text span {
    margin: 0 0 0 10px;
    color: #fff;
    font-family: 'Roboto','Kanit', sans-serif;
    font-weight: 500;
}
.contact-page .box-bg {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 0 15px 30px !Important;
    height: 100%;
}
.contact-page .box-contact .box-content ul {
    list-style: none;
    padding: 0 30px;
}
.contact-page .box-contact .box-content ul li {
    display: flex;
    margin: 0 0 30px 0;
}
.contact-page .box-contact .box-content ul img {
    width: 50px;
}
.contact-page .box-content a,
.contact-page .box-content p {
    color: #000;
}
.contact-page .wpforms-container {
    margin: 0 0 30px;
}
.map iframe {
    width: 100%;
    border-radius: 12px;
}
.howto-page .order-section .cms-title h3 {
    border-bottom: none;
    margin: 0;
}
.howto-page .order-content .how-col.addtocart {
    background: linear-gradient(180deg, #F3F3F3 0%, #FFFFFF 100%);
    border-radius: 20px 20px 0 0;
    align-items: flex-start;
}
.howto-page .order-content .how-col.checkout,
.howto-page .order-content .how-col.confirm-payment {
    align-items: flex-start;
}
.howto-page .order-content .how-col {
    padding: 20px;
}
.howto-page .order-content .how-img {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0 0 20px -20px;
}
.howto-page .how-col .step {
    font-family: 'Roboto',sans-serif !important;
    font-size: 2.4rem;
    box-shadow: 0px 0px 7.14876px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    text-align: center;
    border-radius: 32px 0 0 32px;
    padding: 10px 10px 10px 15px;
    margin: auto 0;
    width: auto;
    font-weight: 400;
}
.howto-page .how-col p {
    margin: 0;
}
.howto-page .how-text h4 {
    color: #000;
    text-align: center;
    font-weight: 400;
}
.howto-page .how-text {
    padding: 0;
    color: #5C5C5C;
    flex: auto;
}
.howto-page .confirm-payment .color-text {
    text-decoration: underline;
}
.howto-page .how-col .how-text img {
    margin: 30px 0 0 0;
}
.cms-menu .how-to-order img {
    width: 35px;
}
.cms-menu .shipping img {
    width: 40px;
}
.cms-menu .confirm-payment img {
    width: 37px;
}
.cms-menu .privacy-policy img {
    width: 38px;
}
.howto-page .scb .bank-logo {
    background-color: #4e2d7f;
}
.howto-page .bualuang .bank-logo {
    background-color: #254292;
}
.howto-page .ktb .bank-logo {
    background-color: #37a1e4;
}
.howto-page .kbank .bank-logo {
    background-color: #02a957;
}
.howto-page .bank-logo {
    border-radius: 20px 0 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.howto-page .cms-content {
    margin: auto;
}
.policy-page .cms-content ul {
    list-style: disc;
    margin: 1em 0 1.5em 3em;
}
.policy-page .cms-content li {
    margin-bottom: 1rem;
}
.cms-page.contact-page {
    font-family: 'Sarabun',sans-serif;
}
.contact-page .contact-info {
    text-align: center;
}

.contact-page .contact-info ul li p {
    color: #909090;
}
.contact-page .contact-info ul li.map a {
    color: #717171;
}
.contact-page .contact-info ul li:not(li:first-child) {
    text-align: start;
}
.contact-page .contact-info ul li.map img {
    width: 24px;
    height: auto;
    margin: 0;
}
.contact-page .contact-social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-page .contact-social div a img {
    width: 45px;
    margin: 0 10px;
}
.contact-page .contact-social div a span {
    font-size: 1.5rem;
}
.contact-page .contact-bottom .contact-tel ul {
    background-color: #F8F8F8;
    padding: 60px 30px;
    border-radius: 30px;
    margin: 0 0 20px 0;
}
.contact-page .contact-bottom .contact-tel ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.5rem;
}
.contact-page .contact-bottom .contact-tel ul li span {
    text-align: right;
    margin: 0 20px 0 0;
    color: #6A6A6A;
}
.contact-page .contact-bottom .contact-tel ul li a {
    color: #939393;
}
.contact-page .contact-bottom .contact-form {
    border: solid 1px #D9D9D9;
    border-radius: 6px;
    padding: 40px 50px;
    margin-bottom: 20px;
}
.contact-page .contact-bottom {
    margin: 30px 0;
}
.amform-form .fb-number .control {
    max-width: 100% !important;
}
.amcform-page-wrap {
    display: block !important;
}
.contact-page .contact-info .icon {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #000;
}
.contact-page .contact-info li {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    justify-items: start;
    margin: 0 0 10px;
}
.contact-page .contact-info .icon img {
    width: 20px;
    margin-right: 10px;
}
.contact-page .contact-info ul {
    display: grid;
    align-items: center;
    max-width: 400px;
    margin: 30px auto;
}
.contact-page .contact-info ul li:not(li:first-child) {
    text-align: start;
}
.mail-contact-us {
    display: grid;
}
.contact-page .contact-bottom iframe {
    border-radius: 6px;
    height: 100%;
}
.contact-page .contact-info p {
    color: #909090;
    font-size: 1.5rem;
    margin: 0;
}
.contact-page .contact-info a, .contact-page .contact-info span {
    color: #000;
    font-weight: 500;
}
.about-page .title {
    background-color: #212121;
    color: #fff;
    border-radius: 35px;
    padding: 10% 15%;
    font-family: 'Roboto', 'Noto Sans Thai', sans-serif;
}
.about-page .about-top {
    display: grid;
    grid-gap: 15px;
    margin: 0 15px;
}
.about-page .about-top {
    display: grid;
    grid-gap: 15px;
    margin: 15px 15px;
}
.about-page .image {
    display: grid;
    grid-gap: 15px;
    justify-content: center;
}
.about-page .image .left {
    display: grid;
    grid-gap: 15px;
    justify-content: center;
}
.about-page .image img {
    height: 100%;
    object-fit: cover;
}
.about-page .about-top img {
    width: 100%;
}
.about-page .middle .text {
    margin: 15px;
}
/* end new cms */
.cms-under-construction .top-banner {
    display: none !important;
}
.cms-under-construction .main-header {
    display: none;
}

@media (min-width: 550px) {
    /* new cms */
    .about-page .image {
    grid-template-columns: 1fr 1fr;
}
    /* end new cms */
}




@media (min-width: 768px){

    

    /* home blog */
    .home-blog .owl-carousel.owl-theme .owl-dots {
        bottom: unset;
        transform: unset;
        left: unset;
        top: -35px;
        right: 70px;
    }

    /* home product */
    .home-product .product-column {
        display: flex;
    }
    .home-product .product-column .image {
        max-width: 50%;
        flex-basis: 50%;
        margin: 0;
        padding: 0 15px 0 0;
    }
    .home-product .product-column .p-column{
        max-width: 50%;
        flex-basis: 50%;
    }

    .home-product .product-column .p-column .title {
        text-align: unset;
    }

    .home-product .title a.view-all {
        white-space: nowrap;
        margin: 0 0 0 15px;
    }

    .home-product .product-column .owl-dots {
        bottom: 15px !important;
    }
    

    .home-product .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }



    /* flash sale */
    .home-product-flash .title {
        flex-direction: row;
    }
    .home-product-flash .title .image {
        margin: 0 35px 0 0;
    }

    /* header */
    .header-banner .top-banner {
        flex-direction: row;
        justify-content: center;
    }
    .header-banner .top-banner .image {
        margin: 0 25px 0 0;
    }

    .amsearch-input-wrapper .amsearch-input {
        width: 450px !important;
    }
    
    .wrapper-slider a.button{
        left: 80%;
        bottom: 5%;
    }


    /* home hit */
    .home-hit .banner {
        flex-direction: row;
    }
    .home-hit .banner .column {
        margin: 0;
        max-width: 50%;
        flex-basis: 50%;
        padding: 0 10px 0 0;
    }
    .home-hit .banner .item {
        max-width: 50%;
        flex-basis: 50%;
        padding: 0 0 0 10px;
    }


    /* footer */
    .footer-link {
        display: flex;
        flex-flow: wrap;
    }
    .footer-link .f-memu {
        max-width: 33.3333333%;
        flex-basis: 33.3333333%;
    }

    .footer-link .f-contact{
        max-width: 100%;
        flex-basis: 100%;
    }

    
    /* new cms */

    .about-content .about {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin: 0 0 20px;
    }
    .about-content .about .item{
        margin: 0;
    }
    .cms-page {
        display: flex;
    }
    .cms-menu ul {
        display: block;
        border: 1px solid #DEDEDE;
        border-radius: 20px;
    }
    .cms-menu span {
        display: block;
        font-size: 1.4rem;
        margin: 0 15px;
    }
    .cms-menu a {
        margin: 0;
    }
    .cms-menu .image {
        padding: 10px;
        min-width: 60px;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
    }
    .cms-page .cms-menu li:first-child .image {
        border-radius: 20px 0 0 0;
    }
    .cms-page .cms-menu li:first-child a {
        border-radius: 20px 20px 0 0;
    }
    .cms-page .cms-menu li:last-child .image {
        border-radius: 0 0 0 20px;
    }
    .cms-page .cms-menu li:last-child a {
        border-radius: 0 0 20px 20px;
    }
    .howto-page .cms-menu .how-to-order span, 
    .shipping-page .cms-menu .shipping span, 
    .confirm-page .cms-menu .confirm-payment span, 
    .policy-page .cms-menu .privacy-policy span {
        color: #000;
    } 
.howto-page .cms-menu .how-to-order a, .shipping-page .cms-menu .shipping a, .confirm-page .cms-menu .confirm-payment a, .policy-page .cms-menu .privacy-policy a, .cms-page .cms-menu li:hover a {
    background-color: #f9bd0ccf;
    filter: unset;
}
    .cms-page .cms-menu li:hover .image {
        background-color:  #FFC20E;
    }
    .cms-page .cms-menu li:hover span {
        color: #000;
    }
    .cms-page .cms-menu li:hover img {
        filter: brightness(0);
    }
    .cms-page .left-menu {
        flex-basis: 36.333333%;
        max-width: 36.333333%;
        margin: 0;
    }
    .cms-page .cms-content {
        max-width: 63.666667%;
    }
    .cms-page .cms-menu li.confirm-payment {
        border: solid #DEDEDE;
        border-width: 1px 0;
    }
    .cms-page .cms-menu li.how-to-order {
        border-bottom: 1px solid #DEDEDE;
    }
    .cms-menu img {
        width: 40px;
    }
    .payment-content .bank-data img {
        width: auto;
    }
    .amform-form .amcform-toolbar {
        padding: 0 10px 0 0;
    }
    .contact-page .amform-form .field.field-message {
        max-width: 100%;
    }
    .contact-page .amform-form {
        max-width: 550px;
    }
    .contact-page .contact-info ul {
    display: grid;
    align-items: center;
    max-width: 350px;
    margin: 30px auto;
}
    .contact-page .contact-social {
        margin: 40px 0;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .contact-page .contact-social div a {
        justify-content: center;

    }
    .contact-page .contact-bottom {
        display: flex;
        justify-content: space-evenly;
    }
    .contact-page .contact-bottom .contact-form {
    max-width: 50%;
    flex-basis: 50%;
    margin-right: 10px;
    }
    .contact-page .contact-bottom .contact-map {
    max-width: 50%;
    flex-basis: 50%;
    margin-left: 10px;
    }
    .contact-page .contact-bottom .contact-tel ul {
        margin: 0;
    }
    .contact-page .contact-bottom .contact-form {
    margin-bottom: 0;
}
    .about-page .title {
    border-radius: 0;
    font-family: 'Roboto', 'Noto Sans Thai', sans-serif;
    margin-right: -10%;
    z-index: 1;
    height: fit-content;
}
    .about-page .about-top {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    margin: 0 0 5%;
}
    .about-page .about-top {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    margin: 0 0 5%;
}
    .about-page .middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin:20px 0;
}
    .about-page .about-top img {
    border-radius: 0;
}
    .cms-page.about-page {
    display: block;
}
    /* end new cms */


}



@media (min-width: 992px){ 
     body:not(.categorypath-all-categories) li.ammenu-item.category-item:first-child a.ammenu-link:not(.ammenu-submenu-wrapper .ammenu-link) {
        color: #fff !important;
    }
    body:not(.categorypath-all-categories) li.ammenu-item.category-item:first-child:hover a.ammenu-link:not(.ammenu-submenu-wrapper .ammenu-link){
        color: #FFC20E !important;
    }

     body:not(.categorypath-all-categories) li.ammenu-item.category-item:first-child:hover figure {
        filter: unset;
     }
  
    body:not(.categorypath-all-categories) li.ammenu-item.category-item:first-child figure {
        filter: brightness(0) invert(1);
    }
  

    .ammenu-content-block .categories .items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }

    .ammenu-content-block .categories .items a {
        display: flex;
        align-items: center;
    }
    .ammenu-content-block .categories .items a p {
        margin: 0 0 0 10px;
    }
    .ammenu-content-block .categories .items .item img {
        width: 90px;
    }


    /* home product */
    .home-product .product-column .image {
        max-width: 40%;
        flex-basis: 40%;
    }
    .home-product .product-column .p-column{
        max-width: 60%;
        flex-basis: 60%;
    }

    /* header */
    .header-banner .top-banner .text h1{
        font-size: 4rem;
        line-height: 1;
    }
    .header-banner .top-banner .text p {
        font-size: 1.8rem;
    }
    .main-header .logo img {
        max-width: unset !important;
    }
    .main-header .header-content .middle-content {
        margin: 0;
    }
    .amsearch-input-wrapper .amsearch-input {
        height: 55px !important;
        width: 165px !important;
    }

   


    /* footer */
    .footer-link .f-memu {
        max-width: 20%;
        flex-basis: 20%;
        margin: 0;
    }
    .footer-link .f-contact{
        max-width: 40%;
        flex-basis: 40%;
    }

    /* header */
    .top-bar .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .header-content .additional span {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 300;
        font-family: 'Roboto', 'Prompt', sans-serif;
    }

    .top-bar .content .notice p {
        margin: 0;
        font-size: 1.6rem;
        font-weight: 600;
    }
    .top-bar .content .notice p span {
        font-weight: 400;
    }
    .top-bar .content .menu,
    .top-bar .content .menu .social {
        display: flex;
        align-items: center;
    }

    .top-bar .content .menu .social {
        margin: 0 0 0 15px;
    }
    .top-bar .content .menu a {
        margin: 0 0 0 15px;
        font-size: 1.6rem;
        font-weight: 600;
    }
    .top-bar .content .menu .social a:hover img {
        opacity: 0.9;
    }
    .top-bar .content .menu a:hover {
        color: #000;
        text-decoration-line: underline;
    }
    .top-bar .content .menu .social img {
        width: 30px;
    }
    .header-content .right-content .call{
        display: flex;
        align-items: center;
    }
    .header-content .right-content .call:before{
        content: '';
        background: url(../images/icon/icon-.svg) no-repeat 0 0 / 30px auto;
        width: 30px;
        height: 30px;
        margin: 0 5px 0 0;
    }
    .header-content .right-content .call .tel {
        display: flex !important;
        flex-direction: column;
        color: #fff;
    }
    .header-content .right-content .call span {
        font-size: 1.2rem;
        font-weight: 400;
        font-family: 'Prompt', sans-serif;
    }
    .header-content .right-content .call a {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 600;
        font-family: 'Prompt', sans-serif;
    }
    .toplinks-wrapper a.login,
    .toplinks-wrapper a.account {
        font-size: 1.6rem;
    }
    .toplinks-wrapper a.register,
    .toplinks-wrapper a.logout {
        font-size: 1.2rem;
    }
    .header-content .right-content .additional span{
        display: block;
    }

    
    /* new cms */
    .cms-menu span {
        font-size: 1.6rem;
    }
    .about-page .bg-image img {
        border-radius: 20px 0 0 20px;
    }
    .about-page .content .text {
        padding: 50px 60px;
    }
    .cms-page .left-menu {
        max-width: 30%;
    }
    .cms-page .cms-content {
        max-width: 70%;
    }
    .shipping-content > div {
        padding-bottom: 10px;
    }
    .confirm-page .form-content .row.form-footer {
        flex-wrap: nowrap;
    }
    .confirm-page .form-content .row.form-footer {
        padding: 0;
    }
    .confirm-page .form-footer .block:first-child {
        border-bottom: none;
        border-right: 1px solid #D0D0D0;
        margin: 0;
        padding: 40px;
    }
    .confirm-page .form-footer .block {
        padding: 40px;
        width: 50%;
    }
    .howto-page .order-content .how-col {
        display: flex;
        align-items: center;
    }
    .howto-page .order-content .how-img {
        max-width: 25%;
        padding: 0 30px 0 0;
        margin: 0;
    }
    .howto-page .how-text h4 {
        text-align: left;
    }
    .howto-page .order-content .how-col {
        padding: 30px 30px 0 30px;
    }
    .howto-page .bank {
        max-width: 50%;
    }
    .howto-page .how-img img {
        max-width: 80px;
    }
    .amform-form .field {
        max-width: 50%;
        width: 100%;
        display: inline-block;
        padding: 0 10px;
        vertical-align: top;
    }
    .amform-form .fb-number {
        max-width: 50%;
    }
    .contact-page .contact-social div a {
        justify-content: flex-start;
    }
    /* end new cms */
    
}



@media (min-width: 1200px){ 
     /* product */
    .owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -10px !important;
    }
    .owl-carousel.owl-theme .owl-nav .owl-next {
        right: -10px !important;
    }

     /* home product */
    .home-product .product-column .image {
        max-width: 30%;
        flex-basis: 30%;
    }
    .home-product .product-column .p-column{
        max-width: 70%;
        flex-basis: 70%;
    }
    .home-product .product-column .owl-dots {
        bottom: unset !important;
        top: -47px;
        transform: unset !important;
        left: unset !important;
        right: 75px;
    }
    .amsearch-input-wrapper .amsearch-input {
        width: 360px !important;
    }


   /* footer */
    .footer-link .f-memu {
        max-width: 23.3333333%;
        flex-basis: 23.3333333%;
    }
    .footer-link .f-contact{
        max-width: 30%;
        flex-basis: 30%;
    }

    
     /* new cms */
    .cms-menu .image {
        padding: 15px 20px;
        min-width: 80px;
    }
    .cms-page .left-menu {
        max-width: 27%;
    }
    .cms-page .cms-content {
        max-width: 73%;
    }
    .confirm-text {
        padding: 0 90px;
    }
    .cms-page .payment-content ul {
        font-size: 1.4rem;
    }
    .payment-content .bank-data img {
        width: 70px;
    }
    .payment-content .bank-data img {
        width: auto;
    }
    .howto-page .how-img img {
        max-width: 130px;
    }
    .contact-page .contact-social {
        max-width: 1060px;
        margin: 70px auto 45px auto;
    }
    /* end new cms */



    
}



@media (min-width: 1400px){ 
    
  
    

    /* new cms */
    .cms-content .cms-list li, 
    .cms-content .c-box li, 
    .cms-content .bank li {
        font-size: 1.4rem;
    }
    .payment-page .order-step-box {
        padding: 50px 50px 30px 50px;
    }
    .cms-page .cms-content .amform-form {
        max-width: 800px;
    }
    .about-page .image {
        display: grid;
        grid-gap: 15px;
        justify-content: center;
    }
        .about-page .image .left {
        display: grid;
        grid-gap: 15px;
        justify-content: center;
    }
        .about-page .middle .text {
        margin: 15px;
    }
    /* end new cms*/
    
    
}


@media (min-width: 1600px){ 
  
    
    
}


@media (min-width: 1820px){ 
    

    
    
}


@media (min-width: 1920px){
    
  
}



@media (min-width: 2560px){ 

    
    
}



