/* Custom Stylesheet */
/* *
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com */
body {
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    color: #333;
}

h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

p,
li {
    font-size: 22px;
    margin-bottom: 15px;
}

ul,
ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

a {
    color: #027dc1;

    /* สี link */
    text-decoration: none;
    font-weight: bolder;
}

a:hover {
    text-decoration: none;
}

/* Responsive Font Sizes */
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    p,
    li {
        font-size: 22px;
    }
}

/* Materialize Specific Styles */
.flow-text {
    font-size: 1.2em;

    /* Adjust as needed */
}

/* Example styles for lists within columns */
.col ul,
.col ol {
    padding-left: 20px;
}

/* Space out the sections within the page */
.row {
    margin-bottom: 30px;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

.container {
    max-width: 1100px !important;
    width: 90%;
}

.hero {
    padding-bottom: 48px;
    padding-top: 36px;
}

.triangular-element {
    width: 200px;
    height: 100px;
    background-color: #f0f0f0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.triangle-border {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
}

section.hero li {
    font-size: 22px;
    align-items: center;
    display: flex;
    margin-bottom: 13px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

section.hero .todayprice p {
    color: #dd1616;
}

p.regular-price {
    text-align: center;
    margin-top: 9px;
    margin-bottom: 1px;
    font-size: 22px;
    font-weight: lighter;
    color: #000000;
}

p.price {
    margin-top: 6px;
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

p.todayprice {
    margin-top: 6px;
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

h2.sub-heading {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 36px;
}

.sub-heading {
    background-color: #027dc1;
    padding-top: 15px;
    padding-bottom: 12px;
    color: #ffffff;
}

.navtop {
    background-color: #008ed3;
}

.logo {
    font-weight: normal;
    font-size: 31px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 9px;
    margin-bottom: 0;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
}

.content {
}

.warning p {
    margin-bottom: 0px;
    margin-top: 0;
}

.warning {
    border: 2px solid #f40c0c;
    padding: 15px 16px 16px 19px;
}

i .rating {
}

i.rating {
    margin-right: 3px;
}

.rating {
}

.rating-section {
    padding: 12px 10px 12px 9px;
    border: 2px solid #cccccc;
    margin-top: 9px;
    margin-bottom: 24px;
}

@media (max-width:779px) {
    p.todayprice {
        margin-top: 0px;
        text-align: center;
        font-weight: 900;
        font-size: 24px;
        letter-spacing: 1px;
        text-transform: capitalize;
    }
}

.order-now {
    font-weight: 900;
    font-size: 34px;
    border-radius: 13px;
    width: 356px;
    max-width: 100%;
}

.footer-link {
    font-size: 14px;
}

h4 a .logo:hover {
    text-decoration: none;
}

.hero h2 {
    padding-top: 0px;
    margin-top: -1px;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
}

img.bonus {
    border-radius: 33px;
    border: 24px solid #e6f7fd;
}