

/* home notice */
.home-notice {
    background-color: #F70101;
    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;
}


.file-download a {
    display: block;
    padding: 10px 20px;
    background-color: #F70101;
    color: #fff !important;
    margin: 0 0 15px;
    font-family: 'Roboto', 'Kanit', sans-serif;
}
.file-download a:hover {
    background-color: #000;  
}


/* home slide */
.slidershow-home.owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: #ffffff73;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 15px;
}
.slidershow-home.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 15px;
}
.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;
    background-color: #1D1D1D;
}
.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;
    background-color: #1D1D1D;
}
.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: #F70101;
    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 products */
.home-products .block-products-list {
    margin: 0;
}
.home-products .products {
    margin: 0;
}
.home-products .title {
    display: flex;
    margin: 15px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-products .title h4 {
    font-weight: 300;
    font-size: 2.5rem;
    color: #F70101;
}
.home-products .title h1 {
    font-weight: 300;
    margin-bottom: 0;
}
.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 5px;
}
.home-products .products-grid .owl-item .product-item {
    width: 100%;
    height: 100%;
    margin: 0;
}
.home-products .owl-carousel.owl-theme .owl-nav div {
    top: 40%;
    transform: translateY(-50%);
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
}
.home-products .s-all {
    font-family: 'Roboto','Kanit',sans-serif;
    display: inline-block;
    color: #000;
    font-weight: 300;
}
.home-products .s-all:hover {
    color: #F70101;
}
.home-products .owl-carousel.owl-theme .owl-nav .owl-prev:before {
    opacity: 1;
    content: '';
    background: url(../images/icon/icon-arrow-left-white.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-right-white.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 blog */

.home-blog .owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: #E1E1E1;
}
.home-blog .owl-carousel.owl-theme .owl-dots .owl-dot.active, .owl-carousel.owl-theme .owl-dots .owl-dot:hover {
    background-color: #000;
/*
    outline: 1px solid #000;
    outline-offset: 3px;
    border-radius: 30px;
*/
}
.home-blog .post-content .post-description .post-text-hld {
    min-height: 55px;
    height: 55px !important;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    font-family: 'Roboto','Kanit',sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.home-blog .post-content .post-description .post-text-hld {
    
}
.home-blog .post-list .post-holder {
    position: relative;
    padding: 0;
    width: 100% !important;
    margin: 0;
}
.home-blog .post-holder .post-header {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}
.home-blog .post-holder .post-header .post-info .value {
    font-style: normal;
}
.post-holder .post-header .post-info .item {
    display: inline-block;
    font-style: normal;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 1.2;
    padding: 8px 5px;
    font-size: 1.5rem;
    font-weight: 500;
}
.home-blog .post-list .post-description {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
}
.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: 40px;
    height: 40px;
    margin: 15px 0 0;
}
.home-blog .post-title a:hover {
    color: #F70101;
}
.home-blog .post-list .post-content .post-read-more {
    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 #F70101;
    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: #F70101;
}
.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 #F70101;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.post-content .post-description .post-ftimg-hld img:hover {
    opacity: 0.8;
}
/* new cms */
.cms-page a:hover, .confirm-page .form-content .row.form-footer a:hover, .cms-page .web:hover, .cms-page .color-text:hover {
    filter: brightness(0.8);
}
.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:  #F70101;
}
.cms-page .underline {
    text-decoration: underline;
}
.cms-page .red,
.cms-page .red-text {
    color: #FF0000;
}
.cms-page .web,
.cms-page .color-text {
    color:  #F70101;
}
.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:  #001F46;
}
.howto-page .cms-menu .how-to-order img, 
.shipping-page .cms-menu .shipping img, 
.confirm-page .cms-menu .confirm-payment img, 
.policy-page .cms-menu .privacy-policy img {
    filter: brightness(0) invert(1);
}
.cms-page.about-page .bg-image img {
    border-radius: 20px 20px 0 0;
    margin: 0;
}
.about-page .content .text {
    font-family: 'Roboto','Noto Sans Thai',sans-serif;
    color: #212121;
    padding: 30px;
}
.about-page .content .text h2 {
    color: #212121;
}
.about-page .content .image {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.about-page .content .image img:first-child {
    border-radius: 0 0 0 20px;
}
.about-page .content .image img:last-child {
    border-radius: 0 0 20px 0;
}
.about-page .content {
    position: relative;
    border-radius: 0 0 20px 20px;
    background-color: #f7f7f7;
}
.about-page .content .image img {
    width: 100%;
}
.about-page .logo-content {
    max-width: 200px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    box-shadow: 0px 2.89562px 2.89562px rgba(0, 0, 0, 0.25);
}
.about-page .pc-img {
    display: none;
}
.cms-page .payment-content ul {
    margin: 0;
    font-size: 1.3rem;
    font-family: 'Roboto','Kanit',sans-serif;
    display: flex;
    align-items: center;
    height: 100%;
}
.cms-page .payment-content li {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.howto-page .bank {
    margin: 0 0 30px;
}
.payment-content .bank-data {
    display: flex;
    align-items: center;
    border-radius: 20px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.payment-content .bank-detail  {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.payment-content .scb .bank-detail li:first-child {
    background-color: rgb(78 45 128 / 10%);
}
.payment-content .ktb .bank-detail li:first-child {
    background-color: rgb(45 173 244 / 10%);
}
.payment-content .bbl .bank-detail li:first-child {
    background-color: rgb(37 66 146 / 10%);
}
.payment-content .bay .bank-detail li:first-child {
    background-color: rgb(253 217 0 / 10%);
}
.payment-content .kbank .bank-detail li:first-child {
    background-color: rgb(2 169 87 / 10%);
}
.payment-content .bualuang .bank-detail li:first-child {
    background-color: rgb(37 66 146 / 10%);
}
.payment-content .bank-data img {
    border-radius: 20px 0 0 20px;
    width: 70px;
}
.payment-content li:first-child {
    min-width: 130px;
    text-align: right;
}
.cms-page .payment-content .bank-detail ul:first-child li {
    padding: 10px 10px 0;
}
.cms-page .payment-content .bank-detail ul:last-child li {
    padding: 0 10px 10px;
}
.payment-content li.number {
    color:  #F70101;
}
.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  #ddd;
    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:  #000;
    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: #F70101;
}
.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:  #F70101;
}
.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  #F70101;
    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:  #F70101;
    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 ul li p {
    color: #909090;
}
.contact-page .contact-info ul li.map a {
    color: #717171;
}
.contact-page .contact-info ul li:not(li:first-child) {
    text-align: start;
}
.contact-page .contact-info ul li.map img {
    width: 24px;
    height: auto;
    margin: 0;
}
.contact-page .contact-social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-page .contact-social div a img {
    width: 40px;
    margin: 0 5px;
}
.contact-page .contact-social div a span {
    font-size: 1.5rem;
}
.contact-page .contact-bottom .contact-tel ul {
    background-color: #F8F8F8;
    padding: 60px 30px;
    border-radius: 30px;
    margin: 0 0 20px 0;
}
.contact-page .contact-bottom .contact-tel ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.5rem;
}
.contact-page .contact-bottom .contact-tel ul li span {
    text-align: right;
    margin: 0 20px 0 0;
    color: #6A6A6A;
}
.contact-page .contact-bottom .contact-tel ul li a {
    color: #939393;
}
.contact-page .contact-bottom .contact-form {
    border: solid 1px #D9D9D9;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.contact-page .contact-bottom {
    margin: 30px 0;
}
.amform-form .fb-number .control {
    max-width: 100% !important;
}
.amcform-page-wrap {
    display: block !important;
}
.contact-page .contact-info .icon {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #000;
}
.contact-page .contact-info li {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    justify-items: start;
    margin: 0 0 10px;
}
.contact-page .contact-info .icon img {
    width: 20px;
    margin-right: 10px;
}
.contact-page .contact-info ul {
    display: grid;
    align-items: center;
    max-width: 400px;
    margin: 30px auto;
}
.contact-page .contact-info ul li:not(li:first-child) {
    text-align: start;
}
.mail-contact-us {
    display: grid;
}
.contact-page .contact-bottom iframe {
    border-radius: 6px;
    height: 100%;
}
.contact-page .contact-info p {
    color: #909090;
    font-size: 1.5rem;
    margin: 0;
}
.contact-page .contact-info a, .contact-page .contact-info span {
    color: #000;
    font-weight: 500;
}
.about-page .title {
    background-color: #000;
    color: #fff;
    border-radius: 35px;
    padding: 10% 15%;
    font-family: 'Roboto', 'Noto Sans Thai', sans-serif;
}
.about-page .about-top {
    display: grid;
    grid-gap: 15px;
    margin: 0 15px;
}
.about-page .about-top {
    display: grid;
    grid-gap: 15px;
    margin: 15px 15px;
}
.about-page .image {
    display: grid;
    grid-gap: 15px;
    justify-content: center;
}
.about-page .image .left {
    display: grid;
    grid-gap: 15px;
    justify-content: center;
}
.about-page .image img {
    width: 100%;
    object-fit: cover;
}
.about-page .about-top img {
    width: 100%;
}
.about-page .middle .text {
    margin: 15px;
}
/* end new cms */

/*vegarr*/
.cms-under-construction .main-header { 
    display: none;
}
/*header*/
ul.group {
    display: flex;
    flex-direction: row-reverse;
}
.header-content .right-content .h-compare {
    display: none;
}
ul.group {
    display: flex;
    flex-direction: row-reverse;
}
.main-header .header-content {
    background-color: #001F46;
}
.navigation-content {
    position: absolute;
    top: 10px;
    z-index: 2;
}
.h-wishlist {
    display: none;
}
.cart-wrapper {
    position: absolute;
    top: 25px;
    right: 25px;
}
/*ช่องค้นหา*/

button.action.search {
    opacity: 1 !important;
}
.block-search .label:before {
    position: absolute;
    right: -22px;
    top: -1px;
}
.form.minisearch .label:after {
    position: absolute;
    top: 3px;
    right: -10px;
    background-color: #fff !important;
}
.block-search .action.search:before {
    position: absolute;
    top: 7px;
    right: 15px;
}
.form.minisearch button.action.search:after {
    position: absolute;
    right: 15px;
    top: 12px;
    background-color: #fff !important;
}
.form.minisearch button.action.search:after {
    content: '';
    background: url(../images/icon/icon-search-navy-blue.svg) no-repeat 0 0 / 20px auto;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.form.minisearch .label:after {
    content: '';
    background: url(../images/icon/icon-search-navy-blue.svg) no-repeat 0 0 / 20px auto;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.block.block-search{
    float: right;
    padding-left: 0;
    position: relative;
    width: 350px;
    z-index: 1;
    margin-bottom: 15px;
    margin-top: 0;
}
.block-search input {
    margin: 0;
    padding-right: 35px;
    padding-left: 25px;
    position: static;
    border-radius: 30px;
    border: none;
    height: 45px;
}
.abs-visually-hidden-desktop, .modes-label, .block-search .label, .block-collapsible-nav .title {
        border: 0;
        clip: auto;
        height: 1px;
        margin: -1px;
        padding: 0;
        position: absolute;
        width: 1px; 
        right: 30px;
        top: 10px;
    }
.block-search .control {
    border-top: none !important;
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
}


/*footer*/

.text-footer h1 {
    font-size: 30px;
}
.footer-box a, .footer-box p, .footer-box h4, .footer-box h1 {
    color: #fff;
    font-family: 'Roboto', 'Kanit', sans-serif;
}
.box-contact.contact-2 {
    display: flex; 
}
ul.follow {
    display: flex;
}
.box-contact.contact-1 h4 {
    font-weight: 400;
    text-transform: uppercase;
}
.box-contact.contact-2 h4 {
    font-weight: 400;
}
.box-contact .tel {
    display: flex;
    align-items: flex-start;
}
.box-contact .mail {
    display: flex;
    align-items: flex-start;
}
.box-contact.contact-1 {
    margin-bottom: 35px;
}
ul.line {
    display: none !important;
}
.box-contact .line {
    display: flex;
    align-items: center;
    background-color: #00A521;
    border-radius: 10px;
    margin-right: 5px;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
}
.box-contact .line:hover{
    background-color: #F70101;
}
.box-contact .line p:hover {
    color: #fff;
}
.box-contact .location {
    display: flex;
    align-items: center;
    background-color: #006C29; 
    border-radius: 10px;
    margin-left: 5px;
    width: 200px;
     height: 60px;
    display: flex;
    justify-content: center;
}
.box-contact .location:hover{
    background-color: #F70101;
}
.box-contact h4, .box-contact p { 
    margin-bottom: 0;
    line-height: 1;
}
.box-contact img {
    margin-right: 15px;
    width: 30px;
}
.footer-links {
    padding: 50px 0 0 0;
}
ul.follow img {
    width: 30px;
}
.footer-box.social li {
        margin: 0 10px 10px 0;
    }
ul.follow img:hover {
    filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(7499%) hue-rotate(7deg) brightness(86%) contrast(126%);
}
.footer-box {
    margin-bottom: 20px;
}
.footer-box.social h4 {
    margin-top: 20px;
}
.footer-box.about-us p:hover, .footer-box.service p:hover {
    color: #E70000;
}
.box-contact.contact {
    background-color: #00234E;
    padding: 30px 45px;
}
.box-contact.contact h4, .box-contact.contact p {
    line-height: 1.3;
}
.hot-line h4 {
    text-transform: uppercase;
}
.location {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
    height: 50px;
    margin-top: 20px;
}
.location img {
    width: 30px;
}
.location li {
    margin: 0 !important;
}
.location h4 {
    color: #001F46;
    margin: 0 !important;
    text-transform: uppercase;
}
.location:hover {
    background-color: #E70000;
}
.text-footer p:hover {
    color: #E70000 !important;
}
/*banner full*/
.home-banner.register {
    position: relative;
}
.button-register {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}
.button-register {
    display: flex;
    justify-content: center;
}
.button-register p {
    width: 250px;
    height: 50px;
    border-radius: 25px;
    background-color: #001F46;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-register a {
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 1.5rem;
}
.button-register p:hover {
    background-color: #E70000;
}
.button-register a:hover {
    color: #fff;
}
/*home video*/
.tltle-video {
    margin-bottom: 50px;
}
.home-video iframe {
    border-radius: 15px;
}
.tltle-video li {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tltle-video img {
    width: 30px;
    margin-right: 15px;
}
.tltle-video h4 {
    font-size: 3.0rem;
    font-weight: 300;
    margin-top: 20px;
}
/*banner*/
.banner-box img:hover {
    filter: brightness(0.8);
}
.button-register a {
    color: #fff !important;
}
.banner-box img {
    margin-top: 20px;
    border-radius: 15px;
}
.button-banner img {
    width: 20px;
    margin-top: 0;
}
.button-banner.not-full a {
    background-color: #001F46;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
}
.button-banner.full a {
    background-color: #001F46;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #fff;
}
.button-banner.full a:hover{
    background-color: #E70000; 
}
.button-banner.not-full a:hover{
    background-color: #E70000; 
}
.button-banner.not-full {
    position: absolute;
    bottom: 30px;
    left: 45px;
}
.button-banner.full {
    position: absolute;
    bottom: 19px;
    right: 80px;
}

/*product*/
.sku p {
    font-weight: 800 !important;
    color: #000;
}
.home-product-title .title h4 {
    font-size: 3.5rem;
    margin-top: 40px;
}
.home-product .see-all {
    position: relative;
    top: -50px;
}
.product-item-details {
    margin-top: 15px;
}
.actions-secondary {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 9;
}
.product-item-actions .actions-secondary .action.towishlist span {
    font-size: 0 !important;
}
.block.widget .products-grid .product-item {
    width: 100%; 
}
.products-grid .actions-primary {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 9;
}
.products-grid .actions-primary {
    width: 100%;
    position: absolute;
    top: 46%;
    z-index: 9;
}
button.action.tocart.primary {
    width: 100%;
    height: 50px;
    background: #969CA5;
    border-radius: 0 0 15px 15px;
}
.product-add-form button.action.tocart.primary {
    width: 100%;
    height: 40px;
    background: #E70000;
    border-radius: 10px;
}
img.product-image-photo {
    border-radius: 15px; 
}
/*home blog*/
.product-title.title-blog { 
    text-align: center;
    margin: 30px 0;
}
.product-title.title-blog h4 {
    font-size: 3.5rem;
    margin-bottom: 0;
}
.product-title.title-blog p {
    font-size: 1.5rem;
    font-family: 'Kanit', 'Roboto', sans-serif;
    color: #000000a6;
}
.home-blog.blog {
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E9F2 50%, #FFFFFF 100%);
}
.home-blog .post-header {
    display: none;
}
.post-read-more a.post-read {
    border-radius: 10px;
}
/*header*/
.text-header ul {
    display: flex;
}
.text-header li {
    margin: 0 15px; 
}
.text-header p {
    color: #fff;
    font-family: 'Roboto', 'Kanit', sans-serif;
    margin-bottom: 0;
}
.text-header {
    display: none;
}
a.wishlist span {
    display: none;
}
.product-item-info .product-item-photo {
    border: 1px solid #E9E9E9;
    display: block;
    border-radius: 15px; 
}
/*home catagory*/

.box-category .text-cat p {
    height: 80px;
    max-height: 80px;
}
.box-category {
    margin-bottom: 50px;
}
.home-category {
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E9F2 50%, #FFFFFF 100%);
}
.see-all {
    text-align: right;
    font-family: 'Kanit', 'Roboto', sans-serif;
}
.home-category h1 {
    text-align: center;
    font-weight: 100;
    margin: 50px 0;
    font-size: 3.5rem;
}
.home-category span {
    font-weight: 400;
}
.box-category {
    text-align: center;
}
.box-category .text-cat h4 {
    color: #000;
    margin-top: 20px;
    font-size: 2.3rem;
}
.box-category .text-cat p {
    color: #000;
    font-family: 'Roboto', 'Kanit', sans-serif; 
    margin-bottom: 20px;
}
.more-category {
    text-align: center;
    display: flex;
    justify-content: center;
}
.more-category img {
    width: 20px !important;
}
.more-category a:hover {
    background-color: #E70000; 
}
.more-category a {
    background-color: #001F46;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
}
.home-blog .see-all {
    margin: 10px 15px 0 0;
}
.page-title-wrapper {
    display: none;
}
.text-cat h4:hover {
    color: #E70000;
}
/*products-list*/
.products-list .product-item-info .product-item-photo {
    border: unset;
    display: unset;
    border-radius: 15px; 
}
.products-list .product-image-container {
    display: unset;
    margin: unset; 
} 
.products-list .amlabel-text.-am-centered {
    left: 40%;
}
.products-list .actions-secondary {
    position: unset;
}
.widget.block.block-static-block {
    margin-bottom: 0 !important;
}
@media (min-width: 425px){
    .button-banner.full {
    position: absolute; 
    bottom: 25px;
    right: 90px; 
}
}

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

@media (max-width: 767px){
.contact-department {
    margin-top: 30px;
}
.home-blog .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 45px;
    transform: translateX(-50%);
    display: inline-block !important;
    overflow: auto;
}
    .home-category .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 45px;
    transform: translateX(-50%);
    display: inline-block !important;
    overflow: auto;
}
}

@media (min-width: 768px){
.products-list .amlabel-text.-am-centered {
    left: 125px;
}
.products-list .product.details.product-item-details {
    width: 50%;
}
.home-blog .owl-carousel.owl-theme .owl-dots {
        display: flex !important;
        justify-content: flex-start !important;
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100% !important;         /* กางให้เต็ม 100% ของตัว Slider */
        padding-left: 0 !important;  /* ระยะ 30px ที่คุณต้องการให้ "เต็ม" */
        box-sizing: border-box !important; /* บังคับให้ 30px อยู่ใน 100% ไม่ล้นจอ */
        
        transform: none !important;
        overflow: visible !important;
    }

    /* 2. ตัวลูก: จัดการระยะห่างระหว่างจุด */
    .home-blog .owl-carousel.owl-theme .owl-dots .owl-dot {
        margin-right: 5px !important; /* ระยะห่างระหว่างจุด */
        flex: 0 0 auto !important;     /* ป้องกันจุดหดตัวหรือขยายตัวผิดรูป */
    }
    .home-category .owl-carousel.owl-theme .owl-dots {
        display: flex !important;
        justify-content: flex-start !important;
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100% !important;         /* กางให้เต็ม 100% ของตัว Slider */
        padding-left: 0 !important;  /* ระยะ 30px ที่คุณต้องการให้ "เต็ม" */
        box-sizing: border-box !important; /* บังคับให้ 30px อยู่ใน 100% ไม่ล้นจอ */
        
        transform: none !important;
        overflow: visible !important;
    }

    /* 2. ตัวลูก: จัดการระยะห่างระหว่างจุด */
    .home-category .owl-carousel.owl-theme .owl-dots .owl-dot {
        margin-right: 5px !important; /* ระยะห่างระหว่างจุด */
        flex: 0 0 auto !important;     /* ป้องกันจุดหดตัวหรือขยายตัวผิดรูป */
    }

.box-category .text-cat p {
    height: 60px;
    max-height: 60px;
}
.button-banner.full {
    position: absolute;
    bottom: 30px;
    right: 135px;
}
    .button-banner.not-full {
        position: absolute;
        bottom: 30px;
        left: 25px;
        right: 0;
    }
.banner-box .col-md-4 { 
    padding-left: 10px;
    padding-right: 10px;
}
.col-12.banner-full {
    padding-left: 10px;
    padding-right: 10px;
}
.actions-secondary {
    position: absolute;
    top: 15px;
    right: 30px;
}
.product-item-actions .actions-secondary .action.towishlist:before {
        z-index: 9;
        position: absolute;
    }
    .products-grid .actions-primary {
        width: 100%;
        position: absolute;
        top: 60%;
        z-index: 9;
    }
.products-grid .actions-primary {
    width: 100%;
    position: absolute;
    top: 57%;
    z-index: 9;
}
.button-register {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.box-contact.contact {
    display: flex;
    height: 160px;
    width: 450px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
    .contact-department {
    border-left: 1px solid #ffffff8c;
    padding-left: 30px;
}
    /* new cms */
    .contact-page .contact-social div a img {
    width: 45px;
    margin: 0 10px;
}
    .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: #001f46e6;
    filter: unset;
}
    .cms-page .cms-menu li:hover .image {
        background-color:  #001F46;
    }
    .cms-page .cms-menu li:hover span {
        color: #fff;
    }
    .cms-page .cms-menu li:hover img {
        filter: brightness(0) invert(1);
    }
    .cms-page .left-menu {
        flex-basis: 36.333333%;
        max-width: 36.333333%;
        margin: 0;
    }
    .cms-page .cms-content {
        max-width: 63.666667%;
    }
    .cms-page .cms-menu li.confirm-payment {
        border: solid #DEDEDE;
        border-width: 1px 0;
    }
    .cms-page .cms-menu li.how-to-order {
        border-bottom: 1px solid #DEDEDE;
    }
    .cms-menu img {
        width: 40px;
    }
    .payment-content .bank-data img {
        width: auto;
    }
    .amform-form .amcform-toolbar {
        padding: 0 10px 0 0;
    }
    .contact-page .amform-form .field.field-message {
        max-width: 100%;
    }
    .contact-page .amform-form {
        max-width: 550px;
    }
    .contact-page .contact-info ul {
    display: grid;
    align-items: center;
    max-width: 430px;
    margin: 30px auto;
}
    .contact-page .contact-social {
        margin: 40px 0;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .contact-page .contact-social div a {
        justify-content: center;

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


}


@media (max-width: 991px){
    .toplinks-wrapper {
    display: none;
}
    .footer-box.contact-us {
    margin-bottom: 30px;
}
}
@media (min-width: 992px){
.button-banner.not-full {
        position: absolute;
        bottom: 30px;
        left: unset;
        right: 40px;
}
.home-blog .owl-carousel.owl-theme .owl-dots {
        bottom: -30px;
}
.blog-column {
    margin-bottom: 20px;
}
.products-grid .actions-primary {
        width: 100%;
        position: absolute;
        top: 58%;
        z-index: 9;
}
.products-grid .actions-primary {
        width: 100%;
        position: absolute;
        top: 56%;
        z-index: 9;
}
.button-banner.full a {
    background-color: #001F46;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #fff;
}
.button-banner.full {  
    bottom: 45px;
    right: 185px;
}
    /*header*/
.search-box {
    margin-right: 30px;
}
    .text-header {
    display: inline-block;
}
    .text-header p:hover {
    color: #E70000;
}
    a.register {
    margin-right: 20px;
}
    .block.block-search {
    margin-bottom: 0;
}
    .cart-wrapper {
    position: unset;
}
    .navigation-content {
    position: unset;
}
    .h-wishlist {
        display: flex;
        font-family: 'Roboto', 'Kanit'; 
    }
    .header-content .right-content .h-compare {
    display: inline-block;
}
    .toplinks-wrapper .login:before {
        content: '';
        background: url(../images/icon/icon-user.svg) no-repeat 0 0 / 30px auto;
        width: 30px;
        height: 30px;
        margin: 0 5px 0 0;
    }
    .toplinks-wrapper .login:hover:before{
        filter: brightness(0) saturate(100%) invert(14%) sepia(66%) saturate(5031%) hue-rotate(1deg) brightness(100%) contrast(136%);
    }
    .header-content .right-content .h-compare a.compare:before {
        content: '';
        background: url(../images/icon/compare.svg) no-repeat 0 0 / 30px auto;
        width: 30px;
        height: 30px;
        display: inline-block;
        filter: brightness(0); 
    }
    .navigation-wrapper { 
        position: unset;
    }
    .header-content .right-content .text-header {
        display: flex;
        align-items: center;
    }
        
    .file-download {
        display: flex;
        align-items: center;
        margin: 0 0 25px;
    }
    
    .file-download a {
        margin: 0 15px 0 0;
    }

    form#search_mini_form label.label{ 
    right: 25px;
    top: 6px;
}
    .logo-footer {
    text-align: start; 
}
    .box-contact li {
    justify-content: flex-start;
}
    .banner-box-1 {
    padding-right: 10px;
}
    .banner-box-2 {
    padding-left: 10px;
}
    .banner-tab-one img {
    padding-bottom: 35px;
}
    .banner-tab-one {
    padding-top: 35px;
}
/*
    .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: 4px solid #F70101;
    width: 100%;
    position: absolute;
    bottom: -34px;
    left: 0;
    }
*/
    .home-blog {
    padding: 50px 0;
}

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



@media (min-width: 1200px){
.products-list .amlabel-text.-am-centered {
    left: 160px;
}
    .page-products .products-grid .actions-primary {
        width: 100%;
        position: absolute;
        top: 61%;
        z-index: 9;
    }
.box-category .text-cat p {
    height: 40px;
    max-height: 40px;
}
.button-banner.full {
    bottom: 60px;
    right: 220px;
}
.search-box {
    margin-right: 50px;
}
.products-grid .actions-primary {
        width: 100%;
        position: absolute; 
        top: 58%;
        z-index: 9; 
    }
    .button-register {
    bottom: 10%;
}
    .block.block-search {
        width: 500px;
    }
      /* new cms */
    .cms-menu .image {
        padding: 15px 20px;
        min-width: 80px;
    }
    .cms-page .left-menu {
        max-width: 27%;
    }
    .cms-page .cms-content {
        max-width: 73%;
    }
    .confirm-text {
        padding: 0 90px; 
    }
    .cms-page .payment-content ul {
        font-size: 1.4rem;
    }
    .payment-content .bank-data img {
        width: 70px;
    }
    .payment-content .bank-data img {
        width: auto;
    }
    .howto-page .how-img img {
        max-width: 130px;
    }
    .contact-page .contact-social {
        max-width: 1060px;
        margin: 70px auto 45px auto;
    }
    /* end new cms */

}
@media (min-width: 1400px){
.button-banner.full {
    bottom: 75px;
    right: 270px;
}
    .line-add {
        position: fixed;
        right: 0;
        bottom: 60px;
        z-index: 99;
    }
    .container.custom {
    max-width: 1880px !important;
} 
.col-md-11.tab-products {
    flex: 0 0 94.666667%;
    max-width: 94.666667%;
    }
}
@media (min-width: 1440px){
.products-list .amlabel-text.-am-centered {
    left: 200px;
}
    .block.block-search {
        width: 600px; 
}
/* new cms */
    .cms-content .cms-list li, 
    .cms-content .c-box li, 
    .cms-content .bank li {
        font-size: 1.4rem;
    }
    .payment-page .order-step-box {
        padding: 50px 50px 30px 50px;
    }
    .cms-page .cms-content .amform-form {
        max-width: 800px;
    }
    .about-page .image {
    display: grid;
    grid-gap: 15px;
    justify-content: center;
}
    .about-page .image .left {
    display: grid;
    grid-gap: 15px;
    justify-content: center;
}
    .about-page .middle .text {
    margin: 15px;
}
    /* end new cms*/

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


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


@media (min-width: 1919px){

}



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



