body {
    font-size: 18px !important;
}

@media (max-width: 767px) {
    body {
        font-size: 14px !important;
    }
}

/* Animation */
.animate-on-scroll {
    opacity: 0;
}

a {
    color: black !important;
    text-decoration: none !important;
}

a:visited, .alink:visited {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 769px), print {
    .page-main {
        max-width: none !important;
    }
}

.page-header {
    margin-bottom: 0px;
    border-bottom: none;
}

.header-information {
    background-color: #1F7B6D;
    color: #FFF2CC;
    text-align: center;
    font-weight: bold;
}

/* Header Event */

@media (max-width: 767px) {
    .header-event-item .text2 {
        font-size: 12px !important;
    }
    .copyright-text {
        font-size: 12px !important;
    }
}

.header-event-container {
    display: flex;
    width: fit-content;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.header-event-inner {
    display: flex;
    width: 330px;
    transition: transform 0.5s ease;
}

.header-event-item {
    min-width: 100%;
    box-sizing: border-box;
    display: none;
    /* Hide all items by default */
}

.header-event-item.active {
    display: block;
    /* Show the active item */
}

.header-event-item a:hover > div {
    text-shadow: 0px 0px 1px #1F7B6D;
}

.header-event-item .text1{
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0.5px;
}

.header-event-item .text2{
    font-size: 14px;
    color: #7F7E7E;
    text-decoration: underline;
    letter-spacing: 0.5px;
}

.header-event-control {
    /* transform: translateY(-50%); */
    /* background-color: rgba(255, 255, 255, 0.7); */
    border: none;
    cursor: pointer;
    /* padding: 10px; */
    z-index: 5;
    color: #FFD24E;
    font-size: 24px;
}

.header-event-control.prev {
    left: 0;
}

.header-event-control.next {
    right: 0;
}

.mobile a img {
    width: 30px;
}

.icon-container {
    display: inline-block;
}

.icon-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ef3737;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    color: white;
    align-content: center;
}

.icon-count.wishlist {
    background: #fcb300;
}

@media only screen and (max-width: 768px) {
    .navigation a {
        display: inherit;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
}

.columns {
    max-width: none !important;
}

.columns .column.main {
    padding-bottom: 40px;
}

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

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

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

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

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

.modal-popup .modal-footer {
    padding-bottom: 2rem !important;
}


.default-btn {
    padding: 10px 20px !important;
    background: #1f7b6d !important;
    font-size: inherit !important;
    color: white !important;
    border: 1px solid #1f7b6d !important;
    border-radius: 10px !important;
}

.default-btn:hover {
    background: #10685c !important;
    color: white !important;
    border: 1px solid #10685c !important;
}

.default-sec-btn {
    padding: 10px 20px !important;
    border: 1px solid #263238 !important;
    font-size: inherit !important;
    color: #263238 !important;
    border-radius: 10px !important;
}


.default-sec-btn:hover {
    border: 1px solid #263238 !important;
    background: #263238 !important;
    color: white !important;
}

.rating-summary .rating-result > span::before {
    color: #071952;
}

.rating-summary .rating-result {
    width: 94px;
}

.copyright-text {
    text-align: left;
    color: #fff;
    font-size: 14px;
}