body {
    color: #000 !important;
}

.container a {
    color: #000;
}

.section__h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px;
}


.products_name {
    font-size: 20px;
    font-weight: 700;
    padding: 6px 0px 8px 0px;
}

img.flag{
    width: 32px;
    margin-top: 12px;
}


.section__h2 {
    display: flex;
    font-size: 28px;
    font-weight: 900;
    align-items: center;
}

.products_txt {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}


img.vector-icon{
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
}


.ml_bb {
    border-bottom: 2px solid #3c3c43;
}

.border-bottom-350g {
    border-bottom: 2px solid #3c3c43;
}

.selected-option {
    border-bottom: 2px solid #3c3c43;
}

.ss {

    justify-content: space-between;
    align-items: center;
}

.Price {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 0 2px;
}

.bg_F8F4EB {
    background-color: #F8F4EB;
    height: 88px;
}

.points_Text {
    background-color: #fff;
    height: 250px;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.points_Text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}


.points_center {
    display: grid;
    align-items: center;
    justify-content: center;
}

.more_btn a {
    font-size: 20px;
    font-weight: 900;
    color: #000;
}

.more_btn a:hover {
    opacity: 0.7;
}


.PConly {
    display: block;
  }
  .Mobonly {
    display: none !important;
  }


@media screen and (max-width: 767px) {
    .points_Text {
        margin-left: 15px;
        margin-right: 15px;
        position: static;
        margin-top: -55px;
        transform: translateZ(1px);
    }

    .bg_F8F4EB {
        height: 125px;
    }


    .section__h3 {
        font-size: 16px;
    }

    .PConly {
        display: none !important;
      }
      .Mobonly {
        display: block !important;
      }


    #main-section1 img{
        width: 100%;
    }

    .points_Text {
        height: 200px;
    }


    .top-title-flex {
        display: block;
    }

    .top-title-flex .top-title-item:first-child,
    .top-title-flex .top-title-item:last-child {
        width: 100%;
    }

    .top-title-flex .top-title-item:last-child  ul{
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        gap: 10px;
    }

    .se-menu.fixed .top-title-flex .top-title-item:last-child ul li a img {
        width: 152px;
    }

    .se-menu.fixed .top-title-flex .top-title-item:first-child h2{
        display: none;
    }

    .top-title-flex .top-title-item:first-child h2 {
        font-size: 32px;
        margin-top: 12px;
    }

    .top-title-flex .top-title-item:first-child p{
        display: none!important;
    }


    .top-title-flex .top-title-item:last-child ul li a img {
        width: 152px;
    }

    .top-title-flex .top-title-item:last-child ul {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }

      .top-title-flex .top-title-item:last-child ul li {
        flex: 0 0 auto;
        scroll-snap-align: start;
      }

      .top-title-flex .top-title-item:last-child ul li a {
        display: inline-block;
        text-decoration: none;
        white-space: nowrap;

      }

      .products_name {
        font-size: 16px;
    }


}
