﻿
@font-face {
    font-family: 'GoodOT';
    src: url(../fonts/GoodOT.woff2) format('woff2'), url(../fonts/GoodOT.woff2) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoodOT-Medium';
    src: url(../fonts/GoodOT-Medium.woff2) format('woff2'), url(../fonts/GoodOT-Medium.woff2) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoodOT-Bold';
    src: url(../fonts/GoodOT-Bold.woff2) format('woff2'), url(../fonts/GoodOT-Bold.woff2) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #ddd;
    font-family: 'GoodOT', sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    line-height: 1.1;
}

h1, h2, h3, h4, h5 {
    font-family: 'GoodOT-Bold',sans-serif;
}

.container {
    background-color: white;
    padding: 0 15px !important;
    min-height: 800px;
}

.alpha-header {
    background-color: white;
}

.btn-submit {
    background-color: #000;
    color: white;
}

    .btn-submit:hover {
        color: rgb(255 221 1);
    }

.alpha-hero-img {
    max-width: 100%;
    height: auto;
}

.alpha-footer {
    background-color: #000000;
    color: white;
    height: 80px;
    padding-bottom: 15px;
}

hr {
    margin: 15px;
}

.alpha-t {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 30px;
}

.item-bx {
    margin-left: 15px;
}

    .item-bx th {
        width: 45px;
        padding-bottom: 6px;
    }

    .item-bx td {
        font-weight: 800;
        font-size: large;
        color: #555;
    }

.bx {
    margin-top: 24px;
    padding-left: 24px;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.rounded-full {
    border-radius: 9999px;
    width: 40px;
    height: 40px;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 221 1 / var(--tw-bg-opacity, 1));
}

.flex {
    display: inline-flex;
    margin: 8px;
}

.gap-8 {
    gap: 2rem;
}

ol, ul, menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.duration-300 {
    transition-duration: 300ms;
}

.group img {
    margin: auto;
}

.product-info {
    margin-left: 15px;
}

.page-title {
    position: relative;
    padding-bottom: 1.75rem;
    font-size: 42px;
}

    .page-title::after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 8px;
        width: 70px;
        --tw-skew-x: -25deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        content: '';
        --tw-bg-opacity: 1;
        background-color: rgb(255 221 1 / var(--tw-bg-opacity, 1));
    }

/* Product flex layout */
.product-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 15px 0;
}

.product-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
}

.product-image {
    flex: 0 0 auto;
    max-width: 575px;
    width: 100%;
}

    .product-image img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.product-info {
    flex: 1 1 auto;
    margin-left: 0;
}

.product-features {
    list-style: disc !important;
    padding-left: 1.25rem !important;
    margin-top: 0.5rem !important;
}

    .product-features li {
        margin-bottom: 4px;
    }


input[type=checkbox] {
    min-width: 25px;
}

@media (max-width: 767px) {
    input[type=checkbox] {
        margin: -5px 0 0;
    }
}

@media (max-width: 600px) {
    .product-item {
        flex-direction: column;
    }

    .product-image {
        max-width: 100%;
    }

    .page-title {
        font-size: 40px;
    }
}

.page-content {
    padding: 15px;
}

.btn-alpha-grey {
    border: 1px solid rgba(147,149,152,1);
}

.alpha-grey {
    color: rgba(147,149,152,1);
}

label {
    font-family: GoodOT-Medium;
}
