/* home slide */
.slidershow-home.owl-carousel.owl-theme .owl-dots .owl-dot:hover,
.slidershow-home.owl-carousel.owl-theme .owl-dots .owl-dot.active {
    background-color: #fff;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 30px;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 30px;
}
.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.svg) no-repeat center center/20px auto rgb(255 255 255 / 50%);
}
.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.svg) no-repeat center center/20px auto rgb(255 255 255 / 50%);
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next:hover:before {
    opacity: 1;
}
.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','Kanit',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','Kanit',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: #DC0008;
    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;
}
.slidershow-home .item span {
    display: inline-block;
    background-color: #DC0008;
    border-radius: 22px;
    color: #fff;
    font-family: 'Roboto','Kanit',sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 10px 50px;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.39);
    position: absolute;
    bottom: 15%;
    left: 25%;
    transform: translate(-25%,-15%);
}
.slidershow-home .item span:hover {
    background-color: #860005;
}


/* block */
.cms-home .block .title .text > img {
    width: 25px;
    margin-right: 10px;
} 
.cms-home .block .title .text {
    display: flex;
    align-items: center;
}
.cms-home .block .title > a {
    color: #2A2A2A;
}
.cms-home .block .title > a:hover {
    color: #DC0008;
}
.cms-home .block .title > a img {
    width: 15px;
    margin-left: 5px;
}



/* home categories */
.home-categories {
    margin: 50px 0;
}
.home-categories .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EDEDED;
    font-family: 'Roboto','Kanit',sans-serif;
}
.home-categories .title h3 {
    font-weight: 500;
    color: #292F36;
    margin: 0;
}
.home-categories .title h3 span {
    color: #DC0008;
}
.home-categories .title:after {
    content: '';
    border-bottom: 5px solid #DC0008;
    border-radius: 3px;
    width: 280px;
    position: absolute;
    bottom: -1px;
}
.home-categories .item-box {
    border: 1px solid #E5E5E5;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px 0;
}
.home-categories .item-box h4 {
    font-weight: 500;
    margin: 0;
    font-size: 2rem;
    padding-right: 20px;
}
.home-categories .item-box a {
    color: #292F36;
    display: flex;
    align-items: center;
}
.home-categories .item-box a:hover {
    color: #DC0008;
}


/* home brands */
.home-brands {
    margin: 50px 0;
}
.home-brands .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto','Kanit',sans-serif;
}
.home-brands .title h3 {
    font-weight: 500;
    color: #292F36;
    margin: 0;
}
.home-brands .title h3 span {
    color: #DC0008;
}
.home-brands .title:after {
    content: '';
    border-bottom: 5px solid #DC0008;
    border-radius: 3px;
    width: 280px;
    position: absolute;
    bottom: -1px;
}
.home-brands .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.home-brands .owl-carousel .owl-item img:hover {
    opacity: 0.5;
}
.home-brands .items {
    padding: 0 50px;
}


/* home products */
.home-products.bestseller {
    margin: 50px 0;
}
.home-products .title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-family: 'Roboto','Kanit',sans-serif;
}
.home-products .title h3 {
    font-weight: 500;
    color: #292F36;
    margin: 0;
}
.home-products .title h3 span {
    color: #DC0008;
}
.home-products .title:after {
    content: '';
    border-bottom: 5px solid #DC0008;
    border-radius: 3px;
    width: 280px;
    position: absolute;
    bottom: -1px;
}
.home-products.recommended {
    background: url(../images/bg-1m.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.home-products .products.wrapper.products-grid .item:last-child {
    margin: 0;
}
.home-products .products {
    margin: 0;
}



/* home promotion */
.home-promotion {
    margin: 50px 0;
}
.home-promotion .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-family: 'Roboto','Kanit',sans-serif;
}
.home-promotion .title h3 {
    font-weight: 500;
    color: #292F36;
    margin: 0;
}
.home-promotion .title h3 span {
    color: #DC0008;
}
.home-promotion .title:after {
    content: '';
    border-bottom: 5px solid #DC0008;
    border-radius: 3px;
    width: 280px;
    position: absolute;
    bottom: -1px;
}
.home-promotion .item img {
    border-radius: 15px;
}
.home-promotion .item img:hover {
    opacity: 0.5;
}



/* home vdo */
.home-vdo {
    background: url(../images/bg-2m.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 50px 0;
}
.home-vdo .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-family: 'Roboto','Kanit',sans-serif;
}
.home-vdo .title h3 {
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.home-vdo .title:after {
    content: '';
    border-bottom: 5px solid #020202;
    border-radius: 3px;
    width: 280px;
    position: absolute;
    bottom: -1px;
}
.block .home-vdo .title > a {
    color: #fff;
}
.block .home-vdo .title > a:hover {
    text-decoration: underline;
    color: #fff;
}
.home-vdo .title > a img {
    filter: brightness(0) invert(1);
}
.home-vdo iframe {
    aspect-ratio: 16/9;
    border-radius: 15px
}





/* new cms */
.cms-page {
    margin: 0 -15px;
}
.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: #DC0008;
}
.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;
}
.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: #DC0008;
    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: invert(1) brightness(10);
}
.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: -35px;
    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: #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 #DC0008;
    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: #DC0008;
    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: 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: #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-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: '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;
    margin: 20px 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 .line a {
    background-color: #79CA3A;
}
.contact-page .contact-social .fb a {
    background-color: #3381C9;
}
.contact-page .contact-social .email a {
    background-color: #F19E3B;
	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;
    margin: 0 0 15px 0;
    padding: 15px 20px;
    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: #DC0008;
}
.contact-page .contact-bottom .contact-form {
    border: solid 1px #D9D9D9;
    border-radius: 30px;
    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;
}
.about-page .mark {
    color: #008080;
}
.about-page .text p {
    font-size: 1.6rem;
}
/* end new cms */

.billing-address-same-as-shipping-block span:before {
    content: 'กรุณาเลือกหากข้อมูลออกใบกำกับภาษี และข้อมูลจัดส่งเป็นข้อมูลเดียวกัน';
    font-size: 1.4rem;
}
.billing-address-same-as-shipping-block span {
    font-size: 0;
}
.checkout-billing-address .billing-address-same-as-shipping-block.field.choice {
    display: flex;
    align-items: flex-start; 
}




@media (min-width: 768px){
    
    /* home slide */
    .slidershow-home .item span {
        font-size: 2rem;
        bottom: 20%;
        left: 18%;
        transform: translate(-18%,-20%);
    }
    
    /* home categories */
    .home-categories {
        margin: 80px 0;
    }
    
    
    /* home brands */
    .home-brands {
        margin: 80px 0;
    }
    .home-brands .title {
        margin-bottom: 60px;
    }
    
    
    /* home products */
    .home-products.recommended {
        padding: 80px 0;
    }
    .home-products.bestseller {
        margin: 80px 0;
    }
    
    
    /* home promotion */
    .home-promotion {
        margin: 80px 0;
    }
    .home-promotion .title {
        margin-bottom: 60px;
    }
    
    
    
    /* home vdo */
    .home-vdo {
        background: url(../images/bg-2.jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
        padding: 80px 0;
    }
    .home-vdo .title {
        margin-bottom: 60px;
    }


    
    /* new cms */
    .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(220 0 8 / 80%);
    }
    .cms-page .cms-menu li:hover .image {
        background-color: #DC0008;
    }
    .cms-page .cms-menu li:hover img {
        filter: invert(1) brightness(10);
    }
    .cms-page .cms-menu li:hover span {
        color: #fff;
    }
    .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 {
        text-align: start;
        display: flex;
        justify-content: center;
    }
    .contact-page .contact-info ul {
        margin: 0 0 0 50px;
    }
    .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-between;
        margin: 0;
    }
    .contact-page .contact-bottom .contact-tel {
         max-width: 45%;
        flex-basis: 45%;
    }
    .contact-page .contact-bottom .contact-form {
        max-width: 52%;
        flex-basis: 52%;
    }
    .contact-page .contact-bottom .contact-tel ul {
        margin: 0;
    }
    /* end new cms */


}



@media (min-width: 992px){ 
    
    /* home slide */
    .slidershow-home .s-all {
        bottom: 20%;
        transform: translate(-50%,-20%);
    }
    
    /* home categories */
    .home-categories .item-box img {
        max-width: 60%;
    }
    
    /* home products */
    .home-products .products.wrapper.products-grid .item {
        margin: 0 0 40px;
    }



    
    /* 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;
    }
    .contact-page .contact-bottom .contact-tel {
        max-width: 35%;
        flex-basis: 35%;
    }
    .contact-page .contact-bottom .contact-form {
        max-width: 62%;
        flex-basis: 62%;
    }
    /* end new cms */
    
}



@media (min-width: 1200px){ 
    
    /* home slide */
    .slidershow-home .item span {
        bottom: 30%;
        left: 16%;
        transform: translate(-16%,-30%);
    }
    
    
    /* home categories */
    .home-categories .item-box img {
        max-width: 100%;
    }
    
    
    
     /* 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 {
        max-width: 1120px;
        margin: auto;
    }
    .contact-page .contact-bottom .contact-tel {
        max-width: 30%;
        flex-basis: 30%;
    }
    .contact-page .contact-bottom .contact-form {
        max-width: 68%;
        flex-basis: 68%;
    }
    .contact-page .contact-social {
        max-width: 1060px;
        margin: 70px auto 45px auto;
    }
    /* end new cms */



    
}



@media (min-width: 1400px){ 
    
    /* home products */
    .home-products.recommended {
        background: url(../images/bg-1.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }


     /* 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 brands */
    .home-brands .items {
        padding: 0;
    }
    .home-brands .owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -60px;
    }
    .home-brands .owl-carousel.owl-theme .owl-nav .owl-next {
        right: -60px;
    }
}



@media (min-width: 1920px){ 
    
    /* home slide */
    .slidershow-home .item span {
        bottom: 35%;
        left: 15%;
        transform: translate(-15%,-35%);
    }
        

}



