@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: "din-2014", sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: white;
    color: white;
}

.flex-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.cart-and-sign {
    display: flex;
    align-items: center;
    gap: 20px;
}

.desktop-cart {
    display: block;
}

.home-page-flex {
    padding-top: 2rem;
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.top-padding {
    padding-top: 8rem;
}

@media(min-width: 800px) {
    .homepage-column {
        width: 33.33%;
    }
}

@media(max-width: 800px) {
    .home-page-flex {
        flex-direction: column;
        gap: 25px;
    }

    .last-column {
        align-self: center !important;
    }

    .top-padding {
        padding-top: 4rem;
    }
}

.homepage-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.last-column {
    align-self: flex-start;
}

.homepage-bold-text {
    font-family: Impact;
    font-weight: 400;
    font-size: 48px;
    line-height: 58.55px;
    letter-spacing: 0%;
    color: transparent;
    position: relative;
    background-color: rgb(0 0 0);
    text-shadow: 2px 2px 3px rgb(171 171 171 / 50%);
    background-clip: text;
    text-align: center;
}

    .homepage-bold-text .middle {
        font-size: 38px !important;
    }

.hft-green-button {
    background-color: #43B757 !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 45px !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
    width: 125px !important;
    height: 30px !important;
    border-radius: 12px !important;
}

    .hft-green-button:hover {
        background-color: white;
        color: #43B757;
    }

.hft-blue-button {
    background-color: #24364c !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 45px !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
    width: 125px !important;
    height: 30px !important;
    border-radius: 12px !important;
}

    .hft-blue-button:hover {
        background-color: white;
        color: #24364c;
    }

.mobile-cart {
    display: block;
}

@media(min-width: 1000px) {
    .mobile-cart {
        display: none;
    }

    .left-align-links {
        position-area: center;
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 20px;
        width: 100%;
        position: absolute;
        margin-left: 100px;
    }
}

@media(max-width: 1000px) {
    .desktop-cart {
        display: none;
    }
}

.nav-right-elems {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar .header-img {
    height: 40px;
}

.navbar .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

    .navbar .hamburger div {
        width: 25px;
        height: 3px;
        background-color: #333;
        margin: 4px 0;
        transition: 0.4s;
    }

.navbar .menu {
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .navbar .menu a {
        color: #43B757;
        text-decoration: none;
        text-align: center;
        align-content: center;
        transition: all 0.3s ease;
        font-weight: bold;
    }

        .navbar .menu a:hover {
            color: #309b43 !important;            
        }

.center-links {
    position-area: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.profile-container {
    display: flex;
    padding-right: 25px;
}

    .profile-container:hover .profile-pic {
        box-shadow: 0 0 15px rgba(67, 183, 87, 0.4), 0 0 25px rgba(67, 183, 87, 0.3), 0 0 35px rgba(67, 183, 87, 0.25), 0 0 45px rgba(67, 183, 87, 0.2);
    }

.k-menu:hover ~ .profile-pic {
    box-shadow: 0 0 15px rgba(67, 183, 87, 0.4), 0 0 25px rgba(67, 183, 87, 0.3), 0 0 35px rgba(67, 183, 87, 0.25), 0 0 45px rgba(67, 183, 87, 0.2);
}


.k-menu {
    position: absolute !important;
    height: inherit;
    width: inherit;
}

.k-active {
    width: 50px;
}

.k-menu-expand-arrow {
    .k-icon

{
    display: none !important;
}

}

.k-menu, .k-item {
    box-shadow: none !important;
}

.header-link {
    color: black !important;
}

    .header-link:hover {
        text-decoration: underline black !important;
    }

@media(min-width:1000px) {
    .header-welcome {
        display: none !important;
        flex-direction: row !important;
    }

    .center-links {
        display: flex;
    }
}

@media (max-width: 1000px) {
    .header-welcome {
        display: flex;
        flex-direction: column !important;
    }

    .dropdown-menu {
        right: -100%;
        flex-direction: column;
    }

    .menu-btn {
        justify-items: center;
    }

    .ms-auto {
        margin-left: 0 !important;
    }

    .center-links {
        display: none !important;
    }

    .navbar .menu {
        display: none;
        flex-direction: column;
        background-color: white;
        top: 60px;
        width: 100%;
    }

        .navbar .menu.active {
            display: grid;
            background: white;
            width: 100%;
            grid-template-columns: 1fr;
        }

    .navbar .hamburger {
        display: flex;
    }

    .banner-wrapper {
        padding-left: 0.25rem;
    }

    .header-welcome {
        margin-top: 20px;
    }

    .divider {
        display: none;
    }

    .profile-container {
        padding-left: 25px !important;
    }

    .telerikNavbarMenu .k-menu-item {
        align-items: center;
    }

    .telerikNavbarMenu > .k-menu-link {
        margin-left: 25px;
    }

    .left-align-links {
        position-area: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        height: 100px;
        margin-left:25px;
    }

    .cart-and-sign {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }

    .search-filter {
        position-area: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        height: 100px;
        margin-left: 25px;
    }

    .member-search {
        width: 200px !important;
    }
}


.btn-link {
    background-color: rgb(86 193 47);
    color: white;
    font-weight: 700;
}

    .btn-link:hover {
        background-color: white;
        color: rgb(86 193 47);
        transition: ease-in-out;
        transition-duration: .2s;
    }

.active:hover {
    background-color: white !important;
}

.navbar .menu a:hover {
    background-color: white;
    text-decoration: underline;
    cursor: pointer;
}

@media(max-width:650px) {
    .banner-wrapper {
        padding-left: 0rem !important;
    }

    #banner-text {
        scale: 0.5 !important;
        margin-left: -5rem !important;
    }

    .header-section {
        font-size: 25px !important;
    }
}

.btnVideoArchive :hover {
    background-color: red !important
}

.content {
    padding: 0;
    height: 100vh;
}

.content-img {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

    .content-img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/img/banners/HFTCMP-bg.jpg");
        background-position: center;
        background-size: cover;
        opacity: 0.95;
        z-index: 1;
    }

    .content-img > * {
        position: relative;
        z-index: 2;
    }

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 20vh auto 1rem auto;
}

.loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loading-image {
    width: 100px;
    height: 100%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

.top-row.auth {
    background-color: white;
    z-index: 1000 !important;
}

.stripe-connect.white {
    background: #ffffff;
}

    .stripe-connect.white span {
        color: #0a2540;
    }

    .stripe-connect.white:hover {
        background: #f6f9fc;
    }

.stripe-connect span::after {
    background-repeat: no-repeat;
    background-size: 49.58px;
    content: "";
    height: 20px;
    left: 62%;
    position: absolute;
    top: 28.95%;
    width: 49.58px;
}

.stripe-connect.white {
    left: 1px;
    position: relative;
    top: 1px;
}

.header-section {
    font-family: sans-serif;
    font-size: 53px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(30, 51, 72, 1);
}

.benefactor-member {
    border: 2px solid #61d836;
    border-radius: 12px;
    padding: 1rem;
    text-decoration: none;
    color: #43B757;
}

.gold-member {
    border: 2px solid #e7bf09;
    border-radius: 12px;
    padding: 1rem;
    text-decoration: none;
    color: #43B757;
}

.subscription-tiers {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 100%;
    align-items: center;
}

.subscription-tier {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: auto;
    height: auto;
    align-items: center;
    position: relative;
}

.sub-link {
    cursor: pointer;
    color: rgba(30, 51, 72, 1);
    background-color: rgba(97, 216, 54, 1);
    transition: transform 0.5s ease-in-out;
    display: inline-block;
    margin-top: auto;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
    width: 100%;
    bottom: 65px;
    position: absolute;
}

    .sub-link.gold {
        background-color: rgba(253, 202, 0, 1);
    }

    .sub-link:hover {
        transform: scale(1.15);
        color: white !important;
    }

.subscription-tier:hover {
}

.sub-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    width: 100%;
}

@media(max-width:768px) {
    .subscription-tiers {
        height: 20%;
        gap: 50px;
        scale: .5;
    }

    .subscription-tier {
        width: 50%;
    }
}

@media(min-width: 650px) {
    .sub-link {
        width: 85%;
        height: 10%;
        bottom: 55px;
        font-weight: 700;
        font-size: 25px;
    }
}

@media(max-width: 650px) {
    .sub-link {
        font-weight: 700;
        font-size: 20px;
        width: 115%;
    }
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.tier-name {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 46px;
    font-weight: 900;
    line-height: 47px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.tier-description {
    text-align: left;
}

@media(max-width:760px) {
    .subscription-tiers {
        flex-direction: column;
        justify-content: space-evenly;
    }
}

.member-subscription-page {
    display: flex;
    gap: 100px;
}

.member-unsub-container {
    margin-top: -20px;
}

.subscription-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    padding: 1rem;
    gap: 25px;
}

.cancel-sub {
    cursor: pointer;
    text-decoration: underline darkblue;
    color: darkblue;
}

@media(min-width:768px) {

    .subscription-info {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        font-size: 14px;
        text-align: left;
    }

    .billing {
        width: 80%;
    }
}

@media(max-width: 768px) {
    .member-subscription-page {
        flex-direction: column;
    }
}

.shop-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
}

.shop-top-links {
    display: flex;
    justify-content: center;
    background-color: #23364C;
    color: white;
    align-items: center;
    margin-bottom: 2rem;
}

    .shop-top-links .link-container {
        display: flex !important;
        justify-content: space-evenly;
    }

    .shop-top-links a {
        color: white;
        text-decoration: none;
    }

.product-title {
    font-weight: 900;
    color: #23364C;
    font-size: 55px;
    line-height: 50px;
    letter-spacing: -2px;
}

.product-info-bottom {
    position: absolute;
    bottom: 0;
    padding: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media(min-width:1000px){
    .product-img-shop {
        height: 125px !important;
    }
}

@media(max-width: 600px){
    .product-box{
        padding:.5rem;
    }
}

.product-info-bottom h4{
    font-weight: 900;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.product-item {
    display: flex;
    justify-content: center;
}

    .product-item:nth-child(3n + 1) {
        justify-content: flex-start;
    }

    .product-item:nth-child(3n) {
        justify-content: flex-end;
    }

.product-box {
    box-shadow: rgba(0, 0, 0, 0.25) 5.4px 5.4px 7.2px;
    cursor: pointer;
    background: radial-gradient(circle, rgba(170, 202, 240, 1) 0%, rgba(118, 147, 180, 1) 35%, rgba(67, 91, 120, 1) 100%);
    color: white;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #43B757;
    position: relative;
    justify-content: space-between;
}

    .product-box:hover {
        box-shadow: rgba(0, 0, 0, 0.56) 0px 12px 30px 0px;
        transform: translateY(-2px);
        background-color: #23364ced;
    }

    .product-box p {
        margin: 0;
    }

@media(max-width: 1000px) {
    .product-box {
        width: 200px;
    }
}
/* Responsiveness */
@media (max-width: 760px) {
    .product-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .title-last-div {
        display: none;
    }

    .product-item:nth-child(2n + 1) {
        justify-content: flex-start;
    }

    .product-item:nth-child(2n) {
        justify-content: flex-end;
    }

    .product-title {
        font-size: 40px;
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    .product-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-item:nth-child(n) {
        justify-content: flex-start;
    }

    .product-item:nth-child(n + 1) {
        justify-content: flex-start;
    }

    .product-item {
        justify-content: center;
    }

    .product-box {
        width: 175px;
        height: 225px;
    }

    .product-info-bottom p {
        font-size: 12px;
    }
}

@media(max-width: 400px) {
    .product-list {
        gap: 10px;
    }

    .product-box {
        width: 155px;
    }
}

.category-section {
    display: flex;
    flex-direction: column;
}

.product-title {
    margin-top: 4rem;
    width: 50px;
}

/*Product Page*/

.product-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

    .product-container .k-breadcrumb-item {
        text-transform: uppercase;
    }

.product {
    display: flex;
    gap: 35px;
    width: 100%;
    position: relative;
}

.product-img-shop {
    height: 100px;
}

.product-img-container {
    display: flex;
    width: 50%;
    position: relative;
    justify-content: flex-end;
}

.both-img-container {
    width: 100%;
    display: contents;
}

.product-img-product {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 3rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 3px solid #43B757;
    background: radial-gradient(circle, rgba(170, 202, 240, 1) 0%, rgba(118, 147, 180, 1) 35%, rgba(67, 91, 120, 1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-img-product img {
        max-width: 450px;
        max-height: 500px;
    }

.small-prod-image {
    display: none !important; /*TODO: When s3 images is being used*/
    padding: 3rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 3px solid #43B757;
    background-color: #23364C;
    border-radius: 12px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    height: 125px;
    width: 125px;
}

.small-products-img {
    height: 100px;
}

.product-description {
    display: flex;
    flex-direction: column;
    width: 50%;
}

    .product-description .label-title {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0px;
        color: black;
    }

    .product-description h3 {
        font-weight: 900;
        color: #23364C;
        font-size: 34px;
        line-height: 50px;
        letter-spacing: -2px;
    }

    .product-description h4 {
        font-weight: 900;
        color: #23364C;
        font-size: 25px;
        letter-spacing: 0px;
    }

    .product-description hr {
        opacity: 1;
        margin-top: -.25rem;
        width: 65%;
    }

    .product-description p {
        margin-top: 20px;
    }

.product-controls .k-button-solid-base {
    background-color: white;
    color: black;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 25px;
}

.product-controls .k-numerictextbox {
    width: 25%;
    padding: .25rem;
}

.product-colors, .product-controls {
    display: flex;
}

.product-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .product-controls .k-numerictextbox {
        max-width: 25%;
    }

.shop-top-img {
    width: 100%;
}

.picture-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.shop-desktop-img {
    width: 100%;
}

.shop-mobile-img {
    width: 100%;
}

.shop-desktop-img img {
    width: 100%;
    display: block;
}

.shop-mobile-img img {
    width: 100%;
    display: none;
}

.colors-and-sizes {
    margin-top: 10px;
}

    .colors-and-sizes .k-radio-list {
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
    }

@media(max-width: 650px) {
    .shop-desktop-img {
        display: none;
    }

    .shop-mobile-img img {
        display: block;
    }

    .product {
        flex-direction: column;
        align-items: center;
    }

    .both-img-container {
        position: relative;
    }

    .product-img-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .product-description {
        width: 100%;
    }

    .k-breadcrumb {
        scale: .75;
    }

    .product-controls .k-numerictextbox {
        width: 50%;
        max-width: 50%;
    }
}

@media(min-width: 800px) {
    .picture-flex {
        align-items: flex-end;
    }
}

.product-holder {
    display: flex;
    justify-content: center;
}

@media(max-width: 650px) {
    .product-container .k-breadcrumb {
        margin-left: -30px;
    }

    .product-img-product img {
        width: 69%;
    }
}

/*Profile*/

.profile-info {
    width: 50%;
}

.profile-page-container {
    display: flex;
    flex-direction: row;
    padding: 2rem;
    justify-content: space-evenly;
}

.profile-company-info-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 8px;
    width: 100%;
}

.personal-info, .company-info {
    border-radius: 8px;
}

.picture-container {
    width: 30%;
}

.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

    .info-row label {
        font-weight: bold;
    }

.profile-page-picture-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-page-picture {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

@media(min-width: 600px) {
    .profile-page-picture-container {
        padding-left: 2rem;
    }

    .profile-edit-button {
        margin-top: 2rem;
        width: 50%;
        margin-right: auto;
    }
}

.profile-page-picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.top-profile {
    display: flex;
    justify-content: space-between;
}

.profile-page-picture-edit {
    height: 250px;
    width: auto;
    padding-bottom: 1rem;
}

.profile-edit-button {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media(max-width:600px) {
    .top-profile {
        flex-direction: column-reverse;
    }

    .profile-page-container {
        flex-direction: column-reverse;
    }

    .profile-page-picture, .profile-info, .profile-company-info-container, .picture-container, .personal-info, .profile-page-picture-container {
        width: 100%;
    }
}

.profile-info h4 {
    font-weight: bold;
}

.profile-edit-component {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .profile-edit-component .k-upload .k-dropzone, .k-upload .k-upload-dropzone, .pfp-uploader {
        flex-direction: column;
        width: 100% !important;
    }

.profile-edit-picture {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width: 768px) {
    div.k-window.member-onboard-window {
        transform: scale(.75);
    }
}