.header.content .amquote-cart-wrapper.minicart-wrapper {
    display: none;
}


/* home notice */
.home-notice {
    background-color: #F4BF17;
    font-family: 'Roboto','Kanit','sans-serif';
    font-style: italic;
    color: #000;
    text-align: center;
    padding: 5px;
}
.home-notice .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-notice b {
    font-size: 1.7rem;
    font-weight: 500;
}
.home-notice img {
    width: 35px;
    margin: 0 5px 0 0;
}

/* home popup */ 
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    background: transparent;
    width: fit-content;
}
.modal-popup .modal-content {
    padding: 0;
}
.modal-popup .modal-content p {
    margin: 0;
}
.modal-inner-wrap header.modal-header button {
    z-index: 9;
}
.modal-slide .modal-footer {
    display: none;
}
.modal-slide._inner-scroll .modal-header {
    padding: 0;
    margin-top: 30px;
}

/* home slide */
.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;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
}
.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;
    opacity: 0.5;
}
.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;
    opacity: 0.5;
}
.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: #F4BF17;
    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 categories */
.home-categories {
    font-family: 'Roboto','Kanit',sans-serif;
}
.home-categories .text {
    display: inline-block;
    font-weight: 300;
    font-size: 1.6rem;
    margin: 0 0 0 20px;
}
.s-button {
    display: inline-block;
    background-color: #F4BF17;
    padding: 15px 20px;
}
.s-button:hover {
    background-color: #FFE8E8;
}   
.s-button img {
    width: 20px;
}
.home-categories .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0 0 0;
    grid-gap: 1px;
    background-color: #D0D0D0;
    border: 1px solid #D0D0D0;
}
.home-categories .items .row > div {
    padding: 15px;
    background-color: #fff;
}
.home-categories .more span:not(.s-button) {
    display: block;
    color: #4D4D4D;
    line-height: 1.2;
    font-size: 2rem;
    margin: 20px 0 0 0;
}
.home-categories .more span:not(.s-button) b {
    font-weight: 400;
    font-size: 2.8rem;
}
.home-categories .more:hover span {
    color: #F4BF17;
}



/* home products */
.home-products .block-products-list {
    margin: 0;
}
.home-products .products {
    margin: 0;
}
.home-products .title h4 {
    font-weight: 300;
    margin: 0 0 0 10px;
    font-size: 2.5rem;
}
.home-products.promotion .title span {
    font-weight: 400;
    color: #EE3D35;
}
.product-grid-column #p-slide .product-item {
    width: 100%;
    margin: 0;
    padding: 0;
}
.home-products .owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: #E9DFEA;
    border-radius: 100%;
    margin: 0 3px;
}
.home-products .owl-carousel.owl-theme .owl-dots {
    display: none !important;
}
.home-brands .owl-dots {
    display: none !important;
}
.home-products .products-grid .owl-item .product-item {
    width: 100% !important;
    height: 100%;
    margin: 0;
}
.home-products .products-grid .owl-item .product-item:first-child {
    margin-bottom: 15px;
}
.home-products .s-all {
    font-family: 'Roboto','Kanit',sans-serif;
    display: inline-block;
    color: #000;
    font-weight: 300;
}
.home-products .s-all:hover {
    color: #F4BF17;
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-prev:before {
    opacity: 1;
    content: '';
    background: url(../images/icon/icon-arrow-right.svg) no-repeat center center/15px auto;
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-next:before {
    opacity: 1;
    content: '';
    background: url(../images/icon/icon-arrow-left.svg) no-repeat center center/15px auto;
}
.home-products .product-items.slick-slider .slick-slide .product-item {
    display: inline-block !important;
    max-width: 100%;
    padding: 10px 10px 0;
}
.home-products div[class*="-banner"] img {
    width: 100%;
}
.home-products .slick-slider,
.home-products .product-items.slick-slider>.slick-list{
    padding: 0;
}
.home-products .slick-track {
    display: flex;
}
.home-products .left-banner a {
    position: relative;
}
.home-products .s-button {
    position: absolute;
    right: 5%;
    bottom: 10%;
}
.home-products div[class*="-banner"] .s-button img {
    width: 20px;
}
.home-products div[class*="-banner"] a:hover {
    opacity: 0.9;
}




/* home banner */
.home-banner .item {
    position: relative;
    padding: 0 10px;
}
.home-banner .item:last-child img {
    margin: 0;
}
.home-banner img:hover {
    opacity: 0.9;
}
.home-banner img {
    width: 100%;
}
.home-two-banner .row > div:first-child img {
    margin: 0 0 15px;
}
.home-full-banner img,
.banner img {
    width: 100%;
}
.home-banner.home-three-banner img {
    border-radius: 15px;
}
.home-banner.home-four-banner {
    background-color: #D7DDFB;
    padding: 30px 0;
}
.home-four-banner .discount .title {
    margin: 0 0 20px;
    width: 100%;
}
.home-four-banner img {
    border-radius: 10px;
}




/* home full banner */
.home-full-banner {
    position: relative;
    margin: 30px 0;
}
.home-full-banner .s-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
}
.home-full-banner .s-button a {
    display: block;
    background-color: #fff;
    font-family: 'Roboto','Kanit',sans-serif;
    min-width: 200px;
    text-align: center;
    padding: 8px 0;
    font-size: 1.6rem;
    margin: 0 0 10px;
}
.home-full-banner .s-button a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}



/* home blog */
.home-blog .title h4 {
    font-weight: 300;
    margin: 0 0 0 10px;
    font-size: 2.5rem;
}
.home-blog .s-all {
    font-family: 'Roboto','Kanit',sans-serif;
    display: inline-block;
    color: #000;
    font-weight: 500;
    background-color: #F4BF17;
    padding: 5px;
    border-radius: 4px;
}
.home-blog .s-all:hover {
    color: #fff;
}
.home-blog .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -15px;
}
.home-blog .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -15px;
}
.home-blog .owl-carousel.owl-theme .owl-dots {
    bottom: -30px;
    left: unset;
    transform: unset;
    right: 60px;
    border: 1px solid #C6D3EA;
}
.home-blog .owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: rgb(117 145 198 / 30%);
}
.home-blog .owl-carousel.owl-theme .owl-dots .owl-dot.active, 
.owl-carousel.owl-theme .owl-dots .owl-dot:hover {
    background-color: #7591C6;
}
.home-blog .post-content .post-description .post-text-hld {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: unset;
    max-height: 54px;
    color: #fff;
    font-family: 'Roboto','Kanit',sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.home-blog .post-list .post-holder {
    position: relative;
    padding: 0;
    width: 100% !important;
    margin: 0;
}
.home-blog .post-holder .post-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}
.home-blog .post-holder .post-header .post-info .value {
    display: inline-block;
    font-style: normal;
    color: #000;
    background-color: #F4BF17;
    max-width: 80px;
    text-align: center;
    line-height: 1.2;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 500;
}
.home-blog .large-blog .post-list .post-content .post-read-more {
    display: none;
}
.home-blog .large-blog .post-content .text {
    position: absolute;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    padding: 30px;
}
.home-blog .large-blog .post-title a {
    color: #fff;
    margin: 0 0 10px;
}
.home-blog .large-blog {
    margin-bottom: 15px;
}
.home-blog .large-blog .post-content .post-description .post-text-hld {
    color: #fff;
}
.home-blog .post-content .post-description .post-ftimg-hld {
    margin: 0;
    height: 100%;
}
.home-blog .post-title a {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: 'Roboto','Kanit',sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 42px;
}
.home-blog .post-title a:hover {
    color: #F4BF17;
}
.home-blog .post-list .post-content .post-read-more {
    float: none;
    font-family: 'Roboto','Kanit',sans-serif;
    font-size: 1.5rem;
    display: inline-block;
}
.home-blog .post-list-wrapper .title {
    display: none;
}
.home-blog .small-blog .post-list .post-description {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    align-items: center;
    grid-gap: 20px;
    margin-right: 20px;
}
.home-blog .small-blog .post-list .post-read-more span:before {
    content: '';
    display: inline-block;
    background: url(../images/icon/icon-arrow-black.svg) no-repeat center center/15px auto #F4BF17;
    padding: 20px;
}
.home-blog .small-blog .post-list .post-read-more:hover span:before {
    background: url(../images/icon/icon-arrow-black.svg) no-repeat center center/15px auto #FFE8E8;
}
.home-blog .small-blog .post-list {
    max-height: 396px;
    overflow: hidden;
    overflow-y: scroll;
}
.home-blog .small-blog ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    background-color: #EEEEEE;
    -webkit-overflow-scrolling: auto;
}
.home-blog .small-blog ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #F4BF17;
}
.home-blog .small-blog .post-content .post-description img {
    max-height: 180px;
    object-fit: cover;
    height: 100%;
}
.home-blog .post-holder:last-child .post-description.clearfix:after,
.home-blog .post-title-holder.clearfix:after {
    display: none;
}
.home-blog .small-blog .post-title-holder {
    border-bottom: 1px solid #F4BF17;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.post-content .post-description .post-ftimg-hld img:hover {
    opacity: 0.8;
}


/* home review */
.home-review {
    background: linear-gradient(to top, #FFE8E8 50%, #fff 50%);
}
.home-review .title {
    border-left: 5px solid #F4BF17;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.home-review .title h4 {
    font-weight: 300;
    margin: 0 0 0 10px;
    font-size: 2.5rem;
}
.home-review .s-all {
    font-family: 'Roboto','Kanit',sans-serif;
    display: inline-block;
    color: #000;
    font-weight: 300;
}
.home-review .s-all:hover {
    color: #F4BF17;
}
.home-review .item {
    border: 1px solid #FFE8E8;
    padding: 20px;
    background-color: #fff;
    color: #000;
    font-family: 'Roboto','Kanit',sans-serif;
}
.home-review .owl-carousel .owl-item .item-head img {
    width: 70px;
    padding: 15px 20px;
    background-color: #FFE8E8;
}
.home-review .item-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 105px;
    line-height: 1.3;
}
.home-review .item-content b {
    font-weight: 500;
    margin: 10px 0 0;
    display: inline-block;
}
.home-review .owl-carousel.owl-theme .owl-dots {
    transform: none;
    left: unset;
    right: 0;
    margin-right: 60px;
    bottom: unset;
    top: -40px;
    max-width: 60px;
    max-height: 10px;
    overflow: hidden;
}
.home-review .item-head {
    margin-bottom: 30%;
}
.home-review .item-head h5 {
    font-weight: 500;
    margin: 0;
}
.home-review .item-head .head-content {
    margin-bottom: 10px;
}


/* home intro */
.home-intro {
    background-color: #FFE8E8;
    padding: 30px 0;
}
.home-intro .item {
    text-align: center;
    font-family: 'Roboto','Kanit',sans-serif;
    color: #000;
    margin-bottom: 10px;
}
.home-intro .item h4 {
    font-weight: 500;
    margin: 15px 0 10px;
    min-height: 46px;
}
.home-intro .item span {
    font-weight: 300;
}
.home-intro .item:last-child img {
    width: 65px;
}
.home-intro img {
    min-height: 65px;
    width: 60px;
}


/* home about */
.home-about {
    position: relative;
}
.home-about .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Roboto','Kanit',sans-serif;
    color: #fff;
    text-align: center;
    width: 100%;
}
.home-about .text h3 {
    font-family: Supermarket,sans-serif;
    font-weight: 400;
    font-size: 5rem;
}
.home-about .text .quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #F4BF17;
    font-size: 2.5rem;
}
.home-about .text img {
    width: 20px;
}
.home-about .text .s-more {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4BF17;
    margin: 20px 0 0;
    width: 60px;
    height: 50px;
}
.home-about .text .s-more:hover {
    background-color: #FFE8E8;
}
.home-about .text img.quote-img {
    margin: 20px 0 10px;
}
.home-about .text span {
    font-weight: 300;
}


/* 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: #F4BF17;
}
.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: #000;
    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);
}
*/
.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: -40px;
    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 #F4BF17;
    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: #F4BF17;
    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: 4px;
    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: #F4BF17;
}
.contact-page .contact-info ul li img {
    width: 200px;
    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: #000;
}
.contact-page .contact-social .fb a {
    background-color: #000;
}
.contact-page .contact-social .email a {
    background-color: #000;
	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;
    color: #000;
}
.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: #F4BF17;
}
.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 */

.home-banner-box {
    padding-left: 0;
    padding-right: 0;
}
.left-menu-categories {
    padding-left: 0;
    padding-right: 0;
}
ul.sub-adult li {
    display: flex;
}
.mega-menu img {
    height: 23px;
    margin-right: 15px;
}
.more-categories img{
    width: 30px;
}
.main-left-categories-home li {
    padding: 7px;
}
.mega-menu-title {
    text-align: center;
    background-color: #F4BF17;
    color: #fff;
    padding: 8px;
}
.mega-menu-title h4, .more-categories h4 {
    font-weight: 400 !important;
    margin-bottom: 0;
}
.more-categories {
    border: 1px solid #DCDCDC;
    text-transform: capitalize;
}
.left-menu-categories .adult-menu {
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}
.toplinks-wrapper .user-toggle:before {
    content: '';
    background: url(../images/icon/icon-user.svg) no-repeat 0 0px/28px auto;
    width: 30px;
    height: 30px;
    display: block;
}
.toplinks-wrapper .user-toggle:hover:before {
    background: url(../images/icon/icon-user-y.svg) no-repeat 0 0px/28px auto;
}
.home-banner {
    padding: 0;
}
.home-products.best-selling .line {
    width: 1300px;
    height: 1px;
    background-color: #ccc;
    margin: 50px auto;
}
.home-contact {
    text-align: center;
}
.footer-box li p {
    color: #fff;
    font-family: 'Kanit',sans-serif;
    font-weight: 100;
}
.footer-box h4 {
    color: #fff;
    font-weight: 500;
}
li.text-footer {
    display: flex;
}
.home-blog .text {
    position: absolute;
    bottom: 0;
}
.home-blog .text {
    position: absolute;
    bottom: 0;
    box-shadow: -2px -93px 49px -16px rgb(0 0 0 / 60%) inset;
    -webkit-box-shadow: -2px -72px 49px -16px rgb(0 0 0 / 91%) inset;
    -moz-box-shadow: -2px -93px 49px -16px rgba(0,0,0,0.73) inset;
    padding: 15px;
    border-radius: 0 0 4px 4px;
}
.navigation-content {
    background-color: transparent;
    margin-bottom: 15px;
}
.more-categories ul {
    display: flex;
    justify-content: center;
}
.more-categories li {
    display: inline-block; 
}
.text-header ul {
    display: flex;
    align-items: center;
}
span.ammenu-text {
    font-weight: 400;
    font-family: 'Roboto','Kanit',sans-serif;
}
.text-header img {
    width: 30px;
}
.text-header h4, .text-header p {
    margin: 0 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.switcher-trigger span {
    font-size: 0;
}
.switcher-option {
    font-size: 0;
}
.text-header h4 {
    color: #7B7B7B;
    font-weight: 400;
    font-size: 1.7rem;
}
.language-currency-top {
    cursor: pointer;
}
.text-block .post-title a {
    color: #fff;
}
.mega-menu a {
    font-size: 1.5rem;
}
.banner-box {
    padding-left: 0;
    padding-right: 0;
}
.left-menu-categories {
    display: none;
}
.text-header, .additional, ul.compare, .toplinks-wrapper {
    display: none;
}
.ammenu-nav-sections.-topmenu .ammenu-items {
    justify-content: center;
}
.home-brands,
.home-products.best-selling ,
.home-products.best-selling {
    margin-top: 15px;
    margin-bottom: 0;
}
.block .title {
    margin: 15px 0 0 ;
}
.title p:before {
    content: '';
    width: 20px;
    height: 40px;
    background: #F4BF17;
    border-radius: 4px;
    display: inline-block;
    margin-right: 20px;
}
.title p {
    font-size: 2.3rem;
    color: #000;
    font-weight: 500;
    font-family: 'Kanit', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.banner-box {
    margin: 0 ;
}
.home-brands-slide {
    padding-left: 0;
    padding-right: 0;
}
.home-brands {
    padding-left: 0;
    padding-right: 0;
}
.slidershow-home .owl-controls .owl-nav {
    display: none;
}
.home-brands-slide .item img {
    border: 1px solid #EBEBEB;
    margin-bottom: 50px;
    border-radius: 4px;
}
.home-brands-slide .item {
    padding-left: 0;
    padding-right: 0;
}
.home-brands {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(232,232,234,1) 100%);
}
.home-banner-1 {
    margin: 15px 0;
}
.home-contact .img-bg {
    background-color: #000;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    border: 10px solid #b5b5b6;
    margin: 0 auto;
    line-height: 4;
}
.contact-box img {
    width: 35px;
}
.contact-box .text-contact {
    margin: 20px;
}
.footer-links {
    margin: 50px 0;
}
.footer-box .logo-footer {
    text-align: center;
}
.footer-box .follow {
    display: flex;
    justify-content: space-evenly;
    margin: 25px;
}
.footer-box .follow img {
    width: 23px;
}
.block-category-link span {
    text-transform: capitalize;
}
.empty {
    font-family: 'Kanit',sans-serif;
}
.text-footer p {
    margin-right: 5px;
}
.footer-links a p:hover {
    color: #F4BF17;
}
a.s-all {
    font-size: 1.6rem;
}
.categorypath-categories .product-item-info .amquickview-hover {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 80%;
    top: 20%;
    opacity: 1;
}
.copyright-footer a:hover {
    color: #F4BF17;
}
.footer-box .follow img:hover {
    filter: brightness(0.5);
}
.contact-social a:hover {
    filter: brightness(0.9);
}
.post-read-more .btn-white {
    background-color: #fff !important;
    color: #F4BF17 !important;
    border: 1px solid #F4BF17 !important;
}
.wrapper-slider img {
    border-radius: 4px;
}
.home-banner-box.header img:hover {
    filter: brightness(0.8);
}
.home-products .title h3 {
    letter-spacing: 3px;
    font-size: 3.3rem;
}
.home-blog .title h3 {
    letter-spacing: 3px;
    font-size: 3.3rem;
}
.home-banner img {
    border-radius: 4px;
}
.post-list-wrapper.blog-widget-recent img {
    border-radius: 4px;
}
.post-content .post-description .post-ftimg-hld img {
    margin: 15px 0 !important;
}
.home-banner-box img {
    border-radius: 4px;
}
.home-products.promotion .line {
    width: 90%;
    height: 1px;
    background-color: #0000002e;
    margin: 0 auto;
    margin-top: 40px;
}
.home-products.promotion img {
    border-radius: 4px;
}
.home-products.promotion img:hover {
    filter: brightness(0.8);
}
.block-static-block.widget, .block-cms-link.widget .home-contact {
    margin-bottom: 0 !important;
}
.home-contact {
    background: rgb(255,255,255);
/*    background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(204,204,204,1) 100%);*/
}
.footer-box h4 {
    margin-top: 15px;
}
div#layered-filter-block, .block.block-compare, .block.block-wishlist {
    border-radius: 4px;
}
.bank-data.qr-code-parment .bank-logo {
    display: contents;
}
.bank-data.qr-code-parment .bank-logo img {
    border-radius: 0;
    width: 115px;
    padding: 10px;
}
.payment-content .bank-data.qr-code-parment li {
    min-width: 85px !important;
}
    .bank-data.qr-code-parment li {
    display: contents;
}
    .payment-content .bank-data.qr-code-parment ul {
    height: 30%;
}
.product-image-container img {
    border-radius: 4px;
}
.footer-bottom.copy-right {
    border-top: 1px solid #586C88;
    padding: 20px 0;
}
i.fas.mgz-fa-angle-up.stt-icon {
    border-radius: 50px;
}
.home-blog .title p {
    font-size: 2.3rem;
    color: #000;
    font-weight: 500;
    font-family: 'Kanit', sans-serif;
    display: flex;
    justify-content: left;
    align-items: center;
}
.home-product-title .title a {
    font-family: 'Kanit', sans-serif;
    color: #000;
    font-weight: 500;
    background-color: #F4BF17;
    padding: 5px;
    border-radius: 4px;
}
.home-product-title .title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    margin-bottom: 15px;
}
.page-products h1#page-title-heading {
    display: none;
}
.col-12.map {
    padding-left: 0;
    padding-right: 0;
}
li.contact-cms-service {
    display: flex;
    justify-content: center;
}
.contact-page .contact-info ul {
    text-align: center;
}
li.contact-cms-service p {
    margin: 0 5px;
}
.home-blog {
    margin-top: 15px;
}


.blog-page-list.blog-category-notifications .post-image {
    display: none;
}
.blog-page-list.blog-category-notifications .post-info {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
}

.blog-page-list.blog-category-notifications .blog-page-list .post-description {
    display: block !important;
}
.cart-summary a.amquote-addto-button.amasty-quote-link {
    background-color: #F4BF17;
    color: #000;
    border-color: #F4BF17;
}
.cart-summary a.amquote-addto-button.amasty-quote-link:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}





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

@media (min-width: 768px){
.home-product-title .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .post-content .post-description .post-ftimg-hld img {
    margin: 0 0 !important;
}
    .about-page .logo-content {
    max-width: 300px;
}
    .text-contact {
    margin: 15px;
}
    .home-banner-1 {
    margin: 0 0; 
}
    .banner-box {
    padding-left: 10px;
    padding-right: 10px;
}
    .home-brands {
    margin-top: 15px;
    margin-bottom: ;
}
    .block .title {
    margin: 0 0 15px;
}
    .home-banner-1 {
    padding-top: 20px;
    padding-right: 10px;
}
    .home-banner-2 {
    padding-top: 20px;
    padding-left: 10px;
}
    .post-holder.post-holder:nth-child(2) {
    height: 165px;
    max-height: 165px;
    overflow: hidden;
}
    .home-blog ul.post-list.clearfix {
    display: grid; 
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 20px;
    height: 100%; 
}
    .blog-widget-recent li.post-holder.post-holder:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
}
    .blog-widget-recent li.post-holder.post-holder:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 5;
    border-radius: 4px;
}
    .blog-widget-recent li.post-holder.post-holder:nth-child(3) {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
}
    .blog-widget-recent li.post-holder.post-holder:nth-child(4) {
    grid-row-start: 2;
    grid-column-start: 4;
    grid-row-end: 3;
    grid-column-end: 5;
}
    
    /* home slide */
    .slidershow-home .shopnow {
        left: 24%;
        transform: translate(-24%,-10%);
    }

    
    /* home categories */
    .home-categories .s-all {
        display: inline-block;
        padding-left: 15%;
    }
    .home-categories > .container {
        margin-top: -3.5%;
    }
    .home-categories .items .row > div {
        display: grid;
        grid-template-columns: 1fr 0.6fr;
        align-items: center;
    }


    /* home banner */
    .home-banner .row {
        flex-wrap: nowrap;
        margin: 0 -10px;
    }
    .home-banner .row > div {
        padding: 0 10px;
    }
    .home-three-banner .banner-img {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 15px;
    }
    .home-two-banner .row > div:first-child img {
        margin: 0;
    }
    
    
    /* home blog */
    .home-blog .blog-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .home-blog .large-blog {
        margin-bottom: 0;
    }

    
    
    /* home full banner*/
    .home-full-banner .s-button {
        left: auto;
        right: 8%;
        bottom: 10%;
        transform: unset;
    }
    .home-full-banner .s-button a {
        margin: 0 0 10px 10px;
    }
    
    
    
    /* home slide */
    .slidershow-home.owl-carousel {
        margin: 0;
    }
    
    
    /* home products */
    
    
    /* home review */
    .home-review .owl-carousel.owl-theme .owl-dots {
        left: unset;
        right: 0;
        bottom: unset;
        top: -40px;
    }
    .home-review .item-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .home-review .item-head .head-content {
        margin-bottom: 0;
    }

    
    /* home intro */ 
    .home-intro .item {
        margin-bottom: 0;
    }
    
    
    /* home about */
    .home-about .text .quote {
        flex-direction: row;
        margin: 20px 0 0 0;
    }
    .home-about .text img.quote-img {
        margin: 0 10px 25px 0;
    }
    .home-about .text .s-more {
        margin: 0 0 0 15px;
    }

    
    /* 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;
    } 
    .cms-page .cms-menu li:hover 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(0 0 0 / 90%);
    }
    .cms-page .cms-menu li:hover .image {
        background-color: #000000;
    }
/*
    .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-info {
        text-align: start;
        display: flex;
        justify-content: center;
    }
    .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: 30px 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: 769px){
    /* home popup */ 
    .modal-slide._inner-scroll .modal-header {
        margin-top: 0;
    }
}

@media (min-width: 992px){
    span.ammenu-text:lang(en) {
        font-size: 1.5rem;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link:lang(en) {
        padding: 14.5px 10px !important;
    }
    
    

    .bank-data.qr-code-parment li {
    display: contents;
}
    .payment-content .bank-data.qr-code-parment ul {
    height: 30%;
}
    .cms-home .product-item-actions .actions-primary+.actions-secondary>.action {
    position: absolute;
    top: -15px;
}
    .cms-home .products-grid .product-item-actions button.tocart {
    bottom: 5px;
    display: inline-block;
}
    .categorypath-categories .product-item-info .amquickview-hover {
    left: 80%;
    top: 30%;
}
    .mega-menu .sub-adult span {
    text-transform: capitalize !important;
    color: #000 !important;
    font-weight: 300 !important;
}
.mega-menu .sub-adult span:hover {
    color: #F4BF17 !important;
}
.block-category-link a span:first-child {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.block-category-link a span:first-child:hover {
    color: #000;
}
.more-categories {
    border-radius: 0 0 4px 4px;
}
.main-left-categories-home .mega-menu-title {
    border-radius: 4px 4px 0 0;
}
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link:hover, .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:not(:first-child)>.ammenu-link.-current {
    color: #F3BE17 !important;
}
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link, .ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root>.ammenu-item>.ammenu-link {
    color: #fff !important;
}
    span.ammenu-text {
    font-weight: 400;
    font-family: 'Roboto','Kanit',sans-serif;
    font-size: 1.8rem;
}
    .cart-wrapper {
    top: unset;
    position: unset;
}
    .text-contact {
    margin: 20px;
}
    .home-brands-slide .item {
    padding-left: 15px;
    padding-right: 15px;
}
    .home-banner-1 {
    padding-top: 0;
}
    .text-header, 
    .additional, 
    ul.compare, 
    .toplinks-wrapper {
    display: inline-block;
}
    .navigation-content {
    background-color: #000;
    margin-bottom: 15px;
}
    .post-holder.post-holder:nth-child(2) {
    height: 220px;
    max-height: 220px;
    overflow: hidden;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:hover>.ammenu-link>p:after, .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:not(:first-child)>.ammenu-link.-current>p:after {
    content: '';
    border-bottom: 3px solid #F4BF17;
    width: 100%;
    position: absolute;
    bottom: -15px;
    border-radius: 15px;
    left: 0;
}  
    .col-lg-2.left-menu-categories {
    border: 1px solid #ccc;
}
    
    /* home slide */
    .home-banner-1, .home-banner-2 {
    padding-right: 0;
    padding-left: 0;
    
}
    .home-slide-header {
    max-width: 76%;
    flex: 0 0 76%;
    padding-left: 15px;
    padding-right: 15px;
}
    .home-banner-box.header {
    max-width: 24%;
    padding-left: 0px;
    padding-right: 17px;
}
    .home-banner-2 {
    padding-top: 15px;
}
    
    /* home categories */
    .home-categories .row {
        margin: 50px 0;
    }
    .home-categories .s-all {
        padding-left: 16%;
    }
    
    
    /* home products */
    .home-products {
        margin-bottom: 50px;
    }
    .home-products .products-grid .owl-item .product-item:first-child {
        margin-bottom: 30px;
    }
    
    

    /* home banner */
    .home-banner.home-two-banner {
        margin-bottom: 50px;
    }
    .home-four-banner .banner-img {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 30px;
    }
    .home-four-banner .banner-img > * {
        grid-row: unset;
        grid-column: unset;
    }
    .home-four-banner .discount {
        padding: 15px 80px;
    }
    .home-banner .discount {
        display: flex;
        flex-wrap: wrap;
        align-content: space-evenly;
    }
    .home-banner .item .shopnow {
        padding: 20px 90px;
        right: 5%;
        transform: translate(-5%,-90%);
    }
    
    
    /* home blog */
    .home-blog .small-blog .post-list {
        max-height: 520px;
    }
    .home-blog .small-blog .post-title-holder {
        display: flex;
        justify-content: space-between;
    }
    .home-blog .post-list .post-content .post-read-more {
        padding: 0;
    }
    
    
    /* home intro */ 
    .home-intro {
        padding: 50px 0;
    }
    .home-intro .item h4 {
        min-height: unset;
    }
    .home-intro .item {
        max-width: 200px;
        margin: auto;
    }
    
    
    /* home about */
    .home-about .text .quote {
        flex-direction: column;
        margin: 0;
    }
    .home-about .text img.quote-img {
        margin: 20px 0 10px;
    }
    .home-about .text .s-more {
        margin: 20px 0 0;
    }
    .home-about .text {
        padding: 0 10%;
    }
    
    
    /* home popup */
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        margin-top: 15%;
    }

    
    /* 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){ 
    .cms-home .product-item-actions .actions-primary+.actions-secondary>.action {
        position: absolute;
        top: -60px;
    }
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link:lang(en) {
        padding: 14.5px 5px !important;
    }
    
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link>p:lang(en) {
        padding: 0 10px;
    }
    span.ammenu-text:lang(en) {
        font-size: 1.8rem;
    }
    
    
    
    .footer-box.Branch ul, .footer-box.Branch h4 {
    padding-left: 30px;
}
    .home-blog .text {
    padding: 25px;
}
    .cms-home .products-grid .product-item-actions button.tocart {
    bottom: 18px;
    display: inline-block;
}
    .categorypath-categories .product-item-info .amquickview-hover {
    left: 80%;
    top: 30%;
}
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:hover>.ammenu-link>p:after, .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:not(:first-child)>.ammenu-link.-current>p:after {
    bottom: -13px;
}
    .blog-widget-recent .post-holder.post-holder:nth-child(2) {
    height: 270px;
    max-height: 270px;
    overflow: hidden;
}
    .left-menu-categories {
    display: inline-block;
}    
    /* home slide */
    .more-categories h4 {
    font-size: 1.7rem;
    line-height: 1.8;
}
.left-menu-categories {
    max-width: 18%;
    flex: 0 0 18%;
}
.home-slide-header {
    max-width: 63%;
    flex: 0 0 63%;
    padding-left: 15px;
    padding-right: 15px;
}
.home-banner-box.header {
    max-width: 19%;
    flex: 0 0 19%;
    padding-left: 16px;
    padding-right: 21px;
}
.mega-menu {
    height: 375px;
    max-height: 375px;
    overflow: auto;
}
    
    
    /* home products */
    .home-products.left .container {
        display: flex;
    }
    .home-products.right .container {
        display: flex;
        flex-direction: row-reverse;
    }
    .home-products:not(.all-products) div[class*="-banner"] {
        flex: 0 0 49%;
        max-width: 49%;
    }
    .home-products:not(.all-products) .products-column {
        flex: 0 0 51%;
        max-width: 51%;
    }
    .home-products.left .products-column {
        padding: 0 40px 0 65px;
    }
    .home-products.right .products-column {
        padding: 0 105px 0 0;
    }
    .home-products:not(.all-products) .products-grid .product-item-details {
        min-height: 70px;
    }
    .home-products:not(.all-products) .product-item-info .product-item-name a {
        -webkit-line-clamp: 2;
        min-height: 70px;
    }
    .home-products:not(.all-products) .products-grid .product-item .product-item-info:hover .product-item-inner, 
    .home-products:not(.all-products) .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
        bottom: 70px;
    }
 
    
    
    /* home blog */
    .home-blog .large-blog .post-content .text {
        padding: 50px;
    }
    .home-blog .small-blog .post-list {
        max-height: 634px;
    }
    .home-blog .small-blog .post-list .post-read-more span:before {
        padding: 25px;
        margin-left: 20px;
    }
    
    
    
    /* home full banner */
    .home-full-banner {
        margin: 50px 0;
    }

    
    /* home about */
    .home-about .text {
        padding: 0 25%;
    }
    .home-products .s-button {
        left: 11%;
        bottom: 5%;
        right: unset;
    }


    
     /* 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: 30px auto;
    }
    .contact-map {
    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){ 
    .cms-home .product-item-actions .actions-primary+.actions-secondary>.action {
        position: absolute;
        top: -25px;
    }
    .category-new-arrival .product-item-info .amquickview-hover{
    left: 80%;
    top: 20%;
} 
    .categorypath-categories .product-item-info .amquickview-hover {
    left: 80%;
    top: 20%;
}
    .post-holder.post-holder:nth-child(2) img {
    object-position: 50% 250%;
    object-fit: none;
}  
    .blog-widget-recent  li.post-holder.post-holder:nth-child(2) {
    height: 335px;
    max-height: 335px;
    overflow: hidden;
}

    /* home slide */
    .mega-menu {
    height: 475px;
    max-height: 475px;
    overflow: auto;
}
    .left-menu-categories {
    max-width: 18%;
    flex: 0 0 18%;
}
    .home-slide-header {
    max-width: 63%;
    flex: 0 0 63%;
    padding-left: 15px;
    padding-right: 15px;
}
    .home-banner-box.header {
    max-width: 19%;
    flex: 0 0 19%;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 20px;
}
    
    /* home categories */
    .home-categories .s-all {
        padding-left: 17%;
    }
    
    

    
    /* home blog */
    .home-blog .small-blog .post-list {
        max-height: 770px;
    }
    
    
    /* home banner */
    .home-banner .item .shopnow {
        top: 83%;
        right: 8%;
        transform: translate(-8%,-83%);
    }
    
    
    /* home full banner */
    .home-full-banner .s-button {
        bottom: 20%;
    }

    
    
     /* 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){ 
    
    /* home categories */
    .home-categories .s-all {
        padding-left: 7%;
    }
    
    
}


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



@media (min-width: 2560px){ 
    
    /* home categories */
    .home-categories .s-all {
        padding-left: 5%;
    }
    .home-categories .s-all {
        margin-left: -15%;
    }
    
    
}



