
/* home slide */
.wrapper-slider .owl-carousel.owl-theme .owl-nav .owl-prev:before {
    opacity: 1;
    content: '';
    background: url(../images/icon/icon-arrow-left-gray.svg) no-repeat center center / 20px auto;
}

.wrapper-slider .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.wrapper-slider .owl-carousel.owl-theme .owl-nav .owl-next:before {
    opacity: 1;
    content: '';
    background: url(../images/icon/icon-arrow-right-gray.svg) no-repeat center center / 20px auto;
}

.wrapper-slider .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
}






/* Footer */
.footer-menu ul:not(.footer-menu ul:last-child) {
    margin: 0 0 20px 0;
}
.footer-about .location .office {
    margin: 0 0 20px 0;
}
.page-footer .footer-links, .page-footer .footer-links a {
    color: #fff;
    font-size: 1.5rem;
}
.page-footer .footer-links a:hover{
    color: #3BB54A;
}
.footer-about .location .office {
    background-color: #ffffff20;
    border-radius: 20px;
    padding: 20px 30px;
    font-family: 'Roboto', 'Kanit', sans-serif;
    position: relative;
}

.page-footer .footer-links .footer-about h4 {
    margin: 0 0 20px 0;
    font-size: 2rem;
    font-weight: 500;
}
.footer-about .location .office:lang(en):before {
    width: 170px;
}
.footer-about .location .office:before {
    content: '';
    width: 150px;
    height: 30px;
    display: block;
    background-color: #3BB54A;
    position: absolute;
    left: 0;
    border-radius: 0px 10px 10px 0px;
    margin: -5px 0 0 0;
}

.footer-about .location .office h5 {
    z-index: 1;
    position: relative;
    margin: 0 0 20px 0;
    font-weight: 500;
}


.footer-about .location .office .contact img {
    width: 20px;
    margin: 0 10px 0 0;
}

.footer-about .location .office .contact .tel {
    margin: 10px 0 0 0;
}

.footer-links .footer-about .socials a {
    margin: 0 10px 0 0;
}

.footer-links .footer-about .socials img {
    width: 35px;
}

.footer-links .footer-about .socials a:hover img {
    opacity: 0.9;
}

.footer-links .footer-about .socials {
    margin: 0 0 20px 0;
}

.footer-links .footer-menu {
    font-family: 'Roboto','Kanit',sans-serif;
}

.footer-links .footer-menu h4{
    font-weight: 500;
    font-size: 2rem;
}

.footer-links .footer-menu ul li a {
    line-height: 2;
    font-weight: 300;
}


/* home slide */
.wrapper-slider {
    margin: 15px 15px 0;
}
.wrapper-slider .slidershow-home img {
    border-radius: 20px;
}


/* home categories */

.home-categories {
    padding: 30px 0;
}

.home-categories .items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 20px;
    background: #F7F7F7;
    margin: 0 0 20px 0;
    font-family: 'Roboto', 'Kanit', sans-serif;
}

.home-categories .items .item .text {
    max-width: 40%;
    flex-basis: 40%;
}
.home-categories .items .item img {
    max-width: 60%;
    flex-basis: 60%;
}
.home-categories .items .item .text h3 {
    color: #000;
    font-weight: 500;
    margin: 0;
}
.home-categories .items a:hover .item .text h3{
    color: #3BB54A;
}
.home-categories .items a:hover .item img{
    opacity: 0.9;
}
.home-categories .items .item .text a {
    color: #231F20;
    font-size: 1.5rem;
    font-weight: 300;
}

.home-categories .items .item .text a:hover{
    color: #3BB54A;
}

.home-categories .owl-carousel.owl-theme .owl-dots .owl-dot.active, 
.home-categories .owl-carousel.owl-theme .owl-dots .owl-dot:hover {
    background-color: #3BB54A;
}

.home-categories .owl-carousel.owl-theme .owl-dots .owl-dot{
    background-color: #D9D9D9;
}
.home-categories .owl-carousel.owl-theme .owl-dots .owl-dot.active:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin: -4px;
    border-radius: 30px;
    border: solid 1px #3BB54A;
}

.home-categories .owl-carousel.owl-theme .owl-dots {
    bottom: -20px;
}

/* home best */
.home-best {
    padding: 30px 0;
}
.home-best .banner img {
    border-radius: 20px;
    width: 100%;
}
.home-best .product .title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-best .product .title h2 {
    margin: 0;
}
.home-best .product .title p {
    border-radius: 50px;
    background: #FF601C;
    box-shadow: 2px 2px 4px 0px rgba(33, 129, 45, 0.80);
    color: #fff;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding: 8px 15px;
    margin: 0 15px 0 0;
}

.home-best .product .bg {
    border-radius: 20px;
    background: #3BB54A;
    margin: 30px 0 0 0;
    padding: 19px 20px 5px;
}

.home-best .product ol.product-items {
    padding: 0;
}

.home-best .product .title h2 {
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
}

.home-best .product ol.product-items li.product-item {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
.home-best .banner a:hover img {
    opacity: 0.9;
}
.home-best .product ol.product-items li.product-item .product-item-info {
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    margin: 0 0 10px 0;
    padding: 10px 20px !important;
}
.home-best .product ol.product-items li.product-item .product-item-info a.product-item-photo {
    max-width: 30%;
    flex-basis: 30%;
}

.home-best .product ol.product-items li.product-item .product-item-info .product-item-inner {
    display: none;
}

.home-best .product ol.product-items li.product-item .price-box.price-final_price {
    align-items: flex-start;
}

.home-best .product ol.product-items li.product-item .product-item-info .product-item-details a {
    text-align: start;
    max-height: max-content;
    -webkit-line-clamp: 1;
    height: 20px;
}

.sku span {
    color: #CACACA;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 400;
}

.home-best .product-item .price-box .price, .price-box .price {
    font-size: 1.5rem;
}
.home-best .slick-dots li {
    margin: 0 3px;
}
.home-best .slick-dots li button:before {
    font-size: 3.5rem;
    color: #FFFFFF;
}
.home-best .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.home-best .slick-dots li.slick-active button:after {
    border: solid 1px #fff;
    border-radius: 30px;
    content: '';
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    margin: -10px 0;
    left: 1px;
}

.home-best .slick-slider .slick-arrow {
    top: 45%;
}
.home-best .slick-slider .slick-arrow.slick-prev {
    opacity: 1;
    content: '';
    background: url(../images/icon/icon-arrow-left-green.svg) no-repeat center center / 40px auto !important;
    z-index: 1;
    transform: unset;
    height: 40px;
    left: -35px;
}

.home-best .slick-slider .slick-arrow.slick-next {
    opacity: 1;
    content: '';
    background: url(../images/icon/icon-arrow-right-green.svg) no-repeat center center / 40px auto !important;
    transform: unset;
    height: 40px;
    right: -35px;
}
.home-best .amquickview-hover,
.home-best .amquickview-hover:hover {
    display: none !important;
}

.home-best .amlabel-position-wrapper {
    position: absolute !important;
    top: 0;
    left: unset !important;
    height: unset !important;
    right: 0;
}


/* .home-best .product .slick-track .slick-slide.slick-current.slick-active div:nth-child(1) li:before {
    content: '';
    background: url(../images/icon/icon-rank-label.svg) no-repeat center center / 40px auto !important;
} */


/* home super */

.home-super-sale .product li.product-item {
    width: 100% !important;
    margin: 0;
}

.home-super-sale {
    background-image: url(../images/bg-1m.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin: 0 15px 0;
    padding: 40px 0;
}

.home-super-sale .countdown {
    font-family: 'Roboto', 'Kanit', sans-serif;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
}
.home-super-sale .countdown p {
    margin: 25px 0 0 0;
}
.home-super-sale .product-item-info {
    background-color: #fff;
    border-radius: 20px;
}
.home-super-sale .block.widget.block-products-list.grid {
    margin: 0;
}


/* home-product */

.home-product {
    padding: 30px 0;
}

.home-product .image {
    margin: 0 0 20px 0;
}

.home-product .image img{
    border-radius: 20px;
}

.block.widget .products-grid .product-item {
    width: 100%;
}

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

.home-product .title a.v-all,
.home-brands .title a.v-all,
.home-blog .title a {
    border-radius: 50px;
    background: #3BB54A;
    color: #fff;
    font-family: 'Roboto', 'Kanit', sans-serif;
    padding: 7px 20px;
}

.home-product .title a.v-all:hover,
.home-brands .title a.v-all:hover,
.home-blog .title a.v-all:hover{
    background: #333;
}

.home-product .title h3 {
    font-size: 3rem;
    margin: 0;
    color: #231F20;
    font-weight: 500;
}

.home-product ol.product-items {
    border: 1px solid #F0F0F0;
    border-radius: 20px;
}
.home-product .owl-carousel.owl-theme .owl-dots {
    bottom: -20px;
}
.home-product .owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: #D9D9D9;
}
.home-product .owl-carousel.owl-theme .owl-dots .owl-dot.active {
    background-color: #3BB54A;
}
.home-product .owl-carousel.owl-theme .owl-dots .owl-dot.active:before {
    content: '';
    width: 16px;
    height: 16px;
    border: solid 1px #3BB54A;
    margin: -4px;
}

.product-item-info .amasty-label-container:not(.-preview) {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Roboto', 'Kanit', sans-serif;
    height: 0;
}
.home-product .image a:hover img {
    opacity: 0.9;
}
.product-item .product-item-info:hover img.product-image-photo {
    opacity: 0.9;
}

.block.widget .products-grid .product-item {
    margin: 0;
}
.product-item-info .product-item-details:not(.home-best .product-item-info .product-item-details) {
    padding: 20px 0 0;
}



/* home banner */
.home-full-banner img {
    border-radius: 20px;
}
.home-full-banner a:hover img {
    opacity: 0.9;
}



/* home brands */
.home-brands {
    padding: 50px 0;
}
.home-brands .title {
    display: flex;
    align-items: center;
    place-content: space-between;
}
.home-brands .title h3,
.home-blog .title h3 {
    font-size: 3rem;
    color: #231F20;
    font-weight: 500;
    margin: 0;
}

.home-brands .brand-tabset {
    text-align: center;
    font-family: 'Roboto','kanit',sans-serif;
    text-transform: capitalize;
}

.brand-tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }
  
  .brand-tabset .tab-panel {
    display: none;
  }

  .home-brands .brand-tabset .item a {
    border: solid 1px #EDEDED;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.home-brands .brand-tabset .item a:hover{
    border-color: #3BB54A;
}

.home-brands .brand-tabset .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
  
  .brand-tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .brand-tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .brand-tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .brand-tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .brand-tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .brand-tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }
  
  /*
   Styling
  */

  
  .brand-tabset > label {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 10px 10px !important;
    border-radius: 50px;
    background: #F7F7F7;
    color: #231F20;
    width: 45%;
    height: 35px;
    line-height: 1;
  }
  
  
  .brand-tabset input:focus-visible + label {
    outline: 2px solid rgba(0,102,204,1);
    border-radius: 3px;
  }
  
  .brand-tabset > label:hover,
  .brand-tabset > input:focus + label,
  .brand-tabset > input:checked + label {
    color: #fff;
    background: #3BB54A;
  }
  
  .brand-tabset > label:hover {
    cursor: pointer;
    }

  
  .brand-tabset > input:checked + label {
    background: #3BB54A;
    color: #fff;
  }
  



/* home blog */
.home-blog {
    padding: 0 0 60px 0;
}
.home-blog .post-list .post-holder {
    width: 100% !important;
    margin: 0;
}

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

.home-blog .post-list .post-holder:hover {
    opacity: 0.9;
}
.home-blog .post-content img {
    border-radius: 20px;
}
.home-blog .post-info.clear {
    display: none;
}

.home-blog .post-content .post-description .post-ftimg-hld{
    margin: 0;
}

.home-blog .post-list .post-description {
    position: relative;
}
.home-blog .text {
    position: absolute;
    bottom: 0;
    border-radius: 20px;
    margin: 0 15px 15px 15px;
}

.home-blog .one-column .text {
    background-color: #fff;
}

.home-blog .one-column .text .post-title-holder {
    border-radius: 20px 20px 0px 0px;
    background: #3BB54A;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 2rem;
    font-family: 'Roboto', 'Kanit', sans-serif;
}

.home-blog .text .post-title-holder a.post-item-link {
    color: #fff;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 21px;
}

.home-blog .one-column .text .post-text-hld {
    padding: 15px 30px 30px;
    max-height: unset;
    min-height: unset;
}

.home-blog .one-column .text .post-text-hld p {
    color: #000;
    font-family: 'Roboto', 'Kanit', sans-serif;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}

.home-blog .two-column .text .post-text-hld {
    display: none;
}

.home-blog .two-column .text .post-title-holder {
    border-radius: 15px;
    background: #3BB54A;
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 2rem;
    font-family: 'Roboto', 'Kanit', sans-serif;
}


.home-blog .one-column,
.home-blog .two-column{
    max-width: 100%;
    flex-basis: 100%;
}
.cms-home .widget.block.block-static-block {
    margin: 0;
}
.post-list .post-image .image-wrap,
.post-list .post-image .image-wrap .bg-img,
.post-read-more a.post-read {
    border-radius: 20px;
}
.post-list .post-image .post-category a {
    margin: 10px;
    border-radius: 20px;
}


/* home about */
.home-about {
    background: #F7F7F7;
    padding: 25px 0;
}
.home-about .about .item .image {
    max-width: 70px;
    max-height: 70px;
    background-color: #3BB54A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
    margin: 0 20px 0 0;
}

.home-about .about {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}

.home-about .about .item .text h3, 
.home-about .about .item .text p {
    margin: 0;
}

.home-about .about .item .text h3 {
    font-size: 2rem;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
}

.home-about .about .item .text p {
    color: #000;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: 'Roboto', 'Kanit', sans-serif;
    line-height: 1.2;
}

.home-about .about .item {
    display: flex;
    align-items: center;
}



/* service-page */
.service-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}








/* new cms */

.cms-title h3 {
    border-bottom: solid 1px #ccc;
    color: #000;
    text-align: center;
    padding: 15px 0;
    font-size: 2rem;
    margin: 0 0 20px;
    font-weight: 400;
}
.cms-page a:hover {
    color: #3BB54A;
}
.cms-page .underline {
    text-decoration: underline;
}
.cms-page .red,
.cms-page .red-text {
    color: #FF0000;
}
.cms-page .web,
.cms-page .color-text {
    color: #ee3e35;
}
.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: 'Roboto','Kanit',sans-serif;
    color: #525252;
}
.cms-menu a {
    display: flex;
    align-items: center;
    margin: 0 5px;
}
.cms-menu li:hover a span {
    color: #fff;
}
.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: #3BB54A;
    border-radius: 6px;
}
.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(10);
}

.about-page ol,
.about-page ul {
    padding-left: 40px;
}
.cms-page.about-page {
    padding: 30px 0;
}
.about-page .image {
    display: grid;
    grid-gap: 20px;
}
.about-page .image .left {
    display: grid;
    grid-gap: 20px;
    justify-content: center;
}
.about-page .image .right {
    text-align: center;
}
.about-page .image img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.about-page .about-top {
    display: grid;
    grid-gap: 15px;
    margin: 0 15px;
    margin-bottom: 15px;
}
.about-page .middle .text {
    margin: 20px 0;
}
.about-page .middle .text h4 {
    font-size: min(max(1.5rem, 2vw), 2rem);
}

.category-about-us .page-title-wrapper {
    display: none;
}

.about-page .title {
    background-color: #000;
    color: #fff;
    padding: 10% 15%;
    border-radius: 20px;
}
.about-page .title h1 {
    color: #fff;
    font-size: min(max(2rem, 3vw), 4rem);
}
.about-page .title p {
    margin: 0;
    font-size: min(max(1.5rem, 2vw), 2rem);
    font-weight: 400;
}
.about-page .about-top img {
    width: 100%;
    border-radius: 20px;
}



.contact-page .cms-content li {
    list-style: none;
    margin: 0;
}
.contact-page .contact-info {
    text-align: center;
}
.contact-page .contact-info h2 {
    font-size: 3rem;
    margin-bottom: 10px;
}
.contact-page .contact-info p {
    color: #909090;
    font-size: 1.5rem;
    margin: 0;
}
.contact-page .contact-info ul {
    display: grid;
    align-items: center;
    max-width: 400px;
    margin: 30px auto;
    font-size: 1.5rem;
}
.contact-page .contact-info li {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    justify-items: start;
    align-items: center;
    margin: 0 0 10px;
}
.contact-page .contact-info .icon {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #000;
}
.contact-page .contact-info .icon+* {
    color: #000;
    font-weight: 500;
}
.contact-page .contact-info a {
    color: #000;
}
.contact-page .contact-info a:hover {
    color: #3BB54A;
}
.contact-page .contact-info .icon img {
    width: 20px;
    margin-right: 10px;
}
.contact-page .contact-social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-page .contact-social img {
    width: 45px;
    margin: 0 10px;
}
.contact-page .contact-social a:hover{
    opacity: 0.9;
}

.contact-page .contact-social .col {
    padding: 0;
}
.contact-page .contact-bottom {
    margin: 30px 0;
}
.contact-page .contact-bottom .contact-form {
    border: solid 1px #D9D9D9;
    border-radius: 6px;
    padding: 30px 50px;
}
.contact-page .contact-form h4 {
    color: #383838;
}
.contact-page .wpforms-container .wpforms-submit-container {
    text-align: right;
}
.contact-page .contact-info ul li.map a {
    color: #717171;
}
.contact-page .contact-info ul li.map a:hover{
    color: #F6C3C4;
}
.contact-page .contact-bottom {
    display: grid;
    grid-gap: 20px;
}
.contact-page .contact-bottom iframe {
    border-radius: 6px;
    height: 100%;
}
.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: #F77B55;
}
.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 #ccc;
    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: #fff;
    background-color: #3BB54A;
    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: #ee3e35;
}
.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: 22px;
    border: 1px solid #B6B6B6;
    height: 40px;
    width: 100%;
    padding: 0 10px;
}
.amform-form .field textarea {
    background-color: #FAFAFA;
    border-radius: 22px;
    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: #ee3e35;
}
.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 #F77B55;
    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: #F77B55;
    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-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: 'Roboto','Kanit',sans-serif
}
.contact-page .contact-info {
    text-align: center;
}
.contact-page .contact-info img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}
.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.map a:hover {
    color: #F77B55;
}
.contact-page .contact-info ul li img {
    width: 120px;
    height: auto;
    border-radius: 0;
}
.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 {
    margin: 35px 0 0 0;
}
.contact-page .contact-social div a {
    display: flex;
    align-items: center;
    border-radius: 50px;
    color: #fff;
}
.contact-page .contact-social div a img {
    width: 50px;
    margin: 0 15px 0 0;
}
.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-tel ul li a:hover {
    color: #F7C9C9;
}
.contact-page .contact-bottom .contact-form {
    border: solid 1px #D9D9D9;
    border-radius: 6px;
    padding: 40px 50px;
}
.contact-page .contact-bottom {
    margin: 30px 0;
}
.amform-form .fb-number .control {
    max-width: 100% !important;
}
.amcform-page-wrap {
    display: block !important;
}

/* end new cms */

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


@media (min-width: 768px){
    .footer-links .footer-about .socials img {
        width: 40px;
    }
    /* service-page */
    .service-page {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-best .product ol.product-items li.product-item .product-item-info a.product-item-photo {
        max-width: 20%;
        flex-basis: 20%;
    }
    .home-about .about {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-blog .text {
        margin: 0 25px 15px 25px;
    }
    .home-blog .one-column .post-list .post-holder {
        padding: 0 0 10px 0;
    }
    .home-blog .one-column, 
    .home-blog .two-column {
        padding: 0;
    }
    .home-blog .post-content .post-description .post-ftimg-hld {
        margin: 0 10px;
    }
    .brand-tabset > label {
        font-size: 2rem !important;
        margin: 20px 10px;
        padding: 10px 20px !important;
    }
    .home-brands .brand-tabset .item {
        grid-template-columns: repeat(4, 1fr);
    }
    .home-product .image,
    .home-super-sale .countdown  {
        margin: 0 0 30px 0;
        max-width: 45.5%;
        flex-basis: 45.5%;
    }

    .home-super-sale .countdown {
        margin: 0;
    }

    .home-product .product,
    .home-super-sale .product  {
        max-width: 54.5%;
        flex-basis: 54.5%;
    }

    .home-super-sale {
        margin: 20px 20px 0;
    }
    .home-super-sale .container .row {
        align-items: center;
    }
    .home-best .product .title h2 {
        font-size: 3rem;
    }

    .home-best .product .bg {
        margin: 0;
    }
    .home-best .banner {
        max-width: 100%;
        flex-basis: 100%;
        margin: 0 0 20px 0;
    }

    .home-best .product {
        max-width: 100%;
        flex-basis: 100%;
    }

    .brand-tabset > label {
        width: 150px;
    }

    .brand-tabset > label {
        line-height: 0.7;
      }
    
    
    /* footer */
    .footer-about .location {
        display: flex;
        justify-content: space-between;
    }
    .footer-about .location .office {
        max-width: 48%;
        flex-basis: 48%;
    }

    .footer-links .footer-menu {
        display: flex;
        justify-content: space-between;
    }

    .footer-links .footer-menu ul{
        margin: 0;
    }

    .footer-links .footer-about .socials a {
        margin: 0 30px 0 0;
    }
    
    /* new cms */
    .cms-page.about-page {
        display: block;
    }
    .about-page .about-top {
        grid-template-columns: 1fr 1.5fr;
        align-items: center;
        margin: 0 0 5%;
    }
    .about-page .title {
        margin-right: -20%;
        z-index: 1;
        height: fit-content;
        border-radius: 0 20px 20px 0;
    }
    .about-page .middle {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        margin: 5% 0;
    }
    .about-page .middle .text {
        padding: 0 0 0 40px;
    }
    .about-page .about-top img {
        border-radius: 20px 0 0 20px;
    }
    .contact-page .contact-bottom {
        grid-template-columns: 1fr 1fr;
    }
    .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: #fff;
    } 
    .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: rgb(59 180 73 / 90%);
    }
    .cms-page .cms-menu li:hover .image {
        background-color: #3BB54A;
    }
    .cms-page .cms-menu li:hover img {
        filter: brightness(10);
    }
    .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-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 .contact-tel {
         max-width: 45%;
        flex-basis: 45%;
    }

    .contact-page .contact-bottom .contact-tel ul {
        margin: 0;
    }
    /* end new cms */


}



@media (min-width: 992px){ 
    .home-blog .one-column, 
    .home-blog .two-column {
        max-width: 50%;
        flex-basis: 50%;
    }

    .home-best .product ol.product-items li.product-item .product-item-info a.product-item-photo {
        max-width: 25%;
        flex-basis: 25%;
    }
    .home-best .product .product-items.slick-slider>.slick-list {
        padding: 0;
    }
    .home-best .product .title h2 {
        line-height: 1.15;
    }

    .home-best .product .title h2 {
        font-size: 2rem;
    }

    .home-best .banner {
        max-width: 60%;
        flex-basis: 60%;
        margin: 0;
    }

    .home-best .product {
        max-width: 40%;
        flex-basis: 40%;
    }




    .home-product .image,
    .home-super-sale .countdown {
        max-width: 33.5%;
        flex-basis: 33.5%;
    }

    .home-product .product,
    .home-super-sale .product {
        max-width: 66.5%;
        flex-basis: 66.5%;
    }



    .products-grid .product-item-actions button.tocart {
        width: 50px !important;
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px !important;
    
    }
    .products-grid .product-item-actions button.tocart span:before {
        content: '' !important;
        width: 25px !important;
        height: 25px !important;
        background: url(../images/icon/cart-2.svg) no-repeat center center / 25px auto !important;
        display: inline-block !important;
        margin: 0 !important;
    }
    .products-grid .product-item-actions button.tocart span {
        font-size: 0;
    }

    .product-item-info .amquickview-hover {
        top: 10px !important;
        right: -30px;
        left: unset !important;
    }
    .products-grid .product-item .product-item-info:hover .product-item-inner{
        width: 50px;
        right: 15px;
        left: unset;
        top: 60px;
        bottom: unset !important;
    }
 
    .products-grid .product-item-info {
        padding: 30px 20px !important;
    }

    .products-grid .product-item-info:hover {
        padding: 30px 20px !important;
    }

    .home-super-sale {
        background-image: url(../images/bg-1.jpg);
        padding: 80px 0;
    }

    .home-blog .two-column .post-list .post-holder {
        padding: 0 0 15px 0;
    }




    /* Footer */
    .footer-links .footer-about .socials {
        margin: 0;
    }
    .page-footer .footer-links{
        display: flex;
    }
    .footer-links .footer-about {
        max-width: 50%;
        flex-basis: 50%;
        padding: 0 30px 0 0;
    }
    .footer-links .footer-menu {
        max-width: 50%;
        flex-basis: 50%;
    }
    .footer-links .footer-about .socials a {
        margin: 0 15px 0 0;
    }

    /* home slider */
    .wrapper-slider {
        margin: 0 20px 0;
    }

    
    /* new cms */
    .cms-menu span {
        font-size: 1.6rem;
    }

    .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;
    }
    .contact-page .contact-bottom .contact-tel {
        max-width: 35%;
        flex-basis: 35%;
    }
    .about-page .bg-image img {
        border-radius: 20px 0 0 20px;
    }
    .about-page .content .text {
        padding: 50px 60px;
    }

    /* end new cms */
    
}



@media (min-width: 1200px){ 

    .home-best .banner {
        max-width: 68%;
        flex-basis: 68%;
    }

    .home-best .product {
        max-width: 32%;
        flex-basis: 32%;
    }

    .home-best .product ol.product-items li.product-item .product-item-info a.product-item-photo {
        max-width: 28.5%;
        flex-basis: 28.5%;
    }

    .home-about .about .item .text p {
        white-space: break-spaces;
    }
    .home-about .about {
        grid-template-columns: repeat(4, 1fr);
    }
    .home-blog .one-column .post-list .post-holder {
        padding: 0;
    }


    .home-brands .title {
        position: absolute;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .home-brands .brand-tabset .tab-panels {
        padding: 25px 0 0 0;
    }
    .home-brands .brand-tabset .item {
        grid-template-columns: repeat(8, 1fr);
    }
    .home-product .image, 
    .home-super-sale .countdown {
        max-width: 27.5%;
        flex-basis: 27.5%;
    }
    .home-product .product, 
    .home-super-sale .product {
        max-width: 72.5%;
        flex-basis: 72.5%;
    }
    
    /*  Footer */
    .footer-links .footer-about {
        max-width: 60%;
        flex-basis: 60%;
        padding: 0 50px 0 0;
    }
    .footer-links .footer-menu {
        max-width: 40%;
        flex-basis: 40%;
    }



    
     /* 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-bottom .contact-tel {
        max-width: 30%;
        flex-basis: 30%;
    }

    .contact-page .contact-social {
        max-width: 1060px;
        margin: 70px auto 45px auto;
    }
    /* end new cms */



    
}



@media (min-width: 1400px){ 


    .home-best .product ol.product-items li.product-item .product-item-info a.product-item-photo {
        max-width: 17.9%;
        flex-basis: 17.9%;
    }
    .home-product .image, 
    .home-super-sale .countdown {
        max-width: 23.2%;
        flex-basis: 23.2%;
    }
    .home-product .product, 
    .home-super-sale .product {
        max-width: 76.8%;
        flex-basis: 76.8%;
    }

    .home-best .product .bg {
        padding: 30px 20px 5px;
    }

    .home-best .banner {
        max-width: 60%;
        flex-basis: 60%;
    }

    .home-best .product {
        max-width: 40%;
        flex-basis: 40%;
    }

    .home-best .product .title h2 {
        font-size: 3rem;
    }

    /*  Footer */
    .footer-about .location .office .contact {
        display: flex;
    }
    .footer-about .location .office .contact .tel {
        margin: 0 0 0 20px;
    }
    
    
     /* 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;
    }
    /* end new cms*/
}


@media (min-width: 1600px){ 
    
    /* home categories */
    .home-categories .s-all {
        padding-left: 12%;
    }
    
    
}


@media (min-width: 1820px){ 
    

    
    
}


@media (min-width: 1920px){
    /* home slider */
    .wrapper-slider {
        margin: 0 60px 0;
    }

    .home-super-sale {
        margin: 0 60px 0;
    }

}



@media (min-width: 2560px){ 
    

    
}