.fs-bold {
    font-family: 'IwaUDGoDspPro-Bd' !important;
}

.new-text {
    font-size: 16px !important;
    letter-spacing: 0.05em !important;
    line-height: 150% !important;
}

.h1-default {
    background: white;
    color: black;
    padding: 0;
}

.h3-new {
    font-size: 17px !important;
    letter-spacing: 0.05em !important;
    padding: 13px 10px;
    background-image: repeating-linear-gradient(90deg, rgba(255, 165, 0, 1) 0, rgba(255, 165, 0, 1) 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 4px);
    background-size: 4px 4px;
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* .h2-default{
    color: black;
} */
.h2-default {
    display: flex;
    align-items: center;
    padding: 15px !important;
    background-color: #f2f2f2;
    color: #333333;
    margin: 40px 0 0 0 !important;
}

.h2-default:before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #ffa500;
    content: '';
}

.mt-20 {
    margin-top: 20px;
}

.txt-center {
    text-align: center;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.fz-16 {
    font-size: 16px;
}

.fz-14 {
    font-size: 14px;
}

.w-30 {
    width: 30%;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.img-temp {
    width: 40%;
}

.blue-hig {
    background-color: #33ccff;
    color: white;
    padding: 5px;
}

.gray-hig {
    background-color: #f5f5f5;
    padding: 10px;
}

.tag-menu .tag-name {
    display: inline-block;
    margin: 5px 3px;
    color: #fff;
    margin-left: 0;
    text-decoration: none !important;
}

span.tag-name.non-active {
    background: #2196f3;
    border: unset;
    border-radius: 2px;
    padding: 2px 16px;
    margin-bottom: 0;
    font-size: 11px;
}

.img-col {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 15px;
}

.product-card {
    max-width: 200px;
    border: 2px solid #D5D5DE;
    text-align: center;
    font-family: sans-serif;
    background-color: #f8c045;
    color: #fff !important;
}


.product-card:hover {
    cursor: pointer;
    /* background: #D5D3DC;            */
    box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.5);
    transform: translateY(3px);
    color: #fff !important;
}

.product-image {
    width: 100%;
    display: block;
    border-bottom: 2px solid #D5D5DE;
}

.product-text {
    background-color: #f8c045;
    color: #fff !important;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

.product-card a {
    color: #fff !important;
}

a:hover {
    text-decoration: none !important;
}

.jess:hover{
    text-decoration: underline !important;
}

hr {
    margin: 6.5px 0;
    border: 0.5px solid #dcdcdc;
}

#wrapper #content_wrapper ul {
    /* margin: 0; */
    list-style-type: none !important;
    list-style-image: none !important;
    font-size: 16px !important;
}

.main-area {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.sub-area {
    width: 50%;
}

.img-acc {
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 12px;
}

.fs-12 {
    font-size: 12px !important;
}

.font-black {
    color: black !important;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: orange;
    background: #FFF;
    border: solid 3px orange;
    border-radius: 10px;
}

.box2 p {
    margin: 0;
    padding: 0;
}

.hlt {
    background: linear-gradient(transparent 50%, yellow 50%);
}

.red-btn {
    background-color: #d32f2f;
    color: white; 
    border: none; 
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 1rem;
    cursor: pointer; 
    transition: background-color 0.3s ease;
    max-width: 100%; 
}

.red-btn:hover {
    background-color: #b71c1c; 
}

@media (max-width: 500px) {
    .img-col {
        justify-content: center;
        gap: 10px;
    }

    .product-card {
        max-width: 100%;
    }

    .product-text {
        font-size: 14px;
        padding: 8px;
    }

    .main-area {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .sub-area {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .img-col {
        justify-content: center;
        gap: 10px;
    }

    .img-temp {
        width: 100%;
    }

    .main-area {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .sub-area {
        width: 100%;
    }

    .go-order-a {
        width: 100% !important;
    }

    .red-btn {
        width: 100%;
        display: block;
        padding: 16px;
        font-size: 1.1rem;
    }
}

@media(max-width: 425px) {
    .img-col {
        justify-content: center;
        gap: 10px;
    }

    .img-temp {
        width: 100%;
    }

    .main-area {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .sub-area {
        width: 100%;
    }
}