﻿@font-face {
    font-family: 'Open Sans Light';
    src: url('../font/OpenSans-Light.ttf');
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('../font/OpenSans-Regular.ttf');
}

.brand-logo {
    height: 45px;
}

.shoppingcart-amount {
    font-weight: normal;
}

.navbar-toggle-categories {
    margin-left: 7px;
}

* {
    font-family: 'Open Sans Regular', sans-serif;
}

.table-image {
    height: 40px;
    display: flex;
    justify-content: center;
    max-width: 60px;
}

    .table-image img {
        height: 100%;
        max-width: 60px;
    }

.text-brand {
    color: var(--brand-color) !important;
}

.btn-brand {
    color: #fff;
    background: var(--brand-color) !important;
}

.bg-brand {
    color: #fff;
    background: var(--brand-color) !important;
}

.btn-brand:hover {
    background: var(--brand-color-dark) !important;
}

.btw-percentage {
    padding-top: 1rem;
    padding-left: 10px;
}

.cart-btw-percentage {
    padding-top: 0.5rem;
    padding-left: 10px;
}

.cart-product-image-sm {
    max-height: 100px;
    width: auto !important;
}

.cart-product-image-lg {
    max-height: 200px;
    width: auto !important;
}

#product-images-carousel .carousel-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    top: 0;
    height: 100vh;
}

#product-images-carousel img {
    object-fit: contain;
    object-position: center;
    height: 50vh;
    overflow: hidden;
    max-height: 500px;
    width: 100%;
    border-radius: 0.3rem;
}

a {
    cursor: pointer;
    color: var(--brand-color);
}

    a:hover {
        color: var(--brand-color-dark);
    }

.image-description {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.line-break {
    white-space: pre-wrap;
}

.form-options {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.grab {
    cursor: move;
}

.toast-container {
    z-index: 999;
}

.bg-img {
    background-size: cover !important;
    background-position: center !important;
}

.link-hidden {
    text-decoration: none;
    color: black;
}

    .link-hidden:hover {
        text-decoration: underline;
        color: black;
    }

.align-y-center {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.product-image {
    max-height: 170px;
    max-width: 100%;
    width: auto;
}


.product-cols .product-col:nth-child(even) {
    border-right: none;
}

.product-cols .product-col {
    border-top: 2px solid #eaeaea;
}

.product-cols .product-col {
    border-left: 2px solid #eaeaea;
}

/*Full screen from 992*/
@media(min-width: 992px) {
    .product-cols .product-col:nth-child(4n+1) {
        border-left: none;
    }
}

/*992 till 767*/
@media(max-width: 992px) and (min-width:767px) {
    .product-cols .product-col:nth-child(3n+1) {
        border-left: none;
    }
}

/*max 767*/
@media(max-width: 768px) {
    .product-cols .product-col:nth-child(2n+1) {
        border-left: none;
    }

    .header-buttons {
        padding-top: 5px;
        justify-content: right;
    }
}

.product-cols .product-col:hover {
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.22);
}

.top-product-row .product-col {
    border-left: 2px solid #eaeaea;
}

    .top-product-row .product-col:last-child {
        border-right: 2px solid #eaeaea;
    }

.image-select img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    margin-bottom: 5px;
}

.image-select {
    text-decoration: none;
}

.header-buttons {
    display: flex;
}

.page-item.active .page-link {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
    color: #ffff;
}

.page-link {
    color: var(--brand-color);
}

    .page-link:hover {
        color: var(--brand-color);
    }

.home-img {
    min-height: 145px !important;
}

.demo {
    background: #d4d4d4;
    border-radius: 15px;
    height: 250px;
    -webkit-animation: fadeinout 3s linear;
    animation: fadeinout 3s linear;
    opacity: 0;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}

@-webkit-keyframes fadeinout {
    50% {
        opacity: 1;
    }
}

@keyframes fadeinout {
    50% {
        opacity: 1;
    }
}

#store-map {
    height: 250px;
}

.homepage-category-image {
    height: 200px;
    width: auto;
    object-fit: cover;
}

.row-fluid {
    white-space: nowrap;
    overflow: auto;
}

    .row-fluid .col {
        display: inline-block;
        white-space: normal;
    }

.full-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .full-image p {
        width: fit-content;
    }

.row-fluid::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.row-fluid::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.row-fluid::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c9c9c9;
}

.shopping-cart-amount {
    background: var(--brand-color-accent);
}

.order-detail-image {
    object-fit: contain;
}

.orderlist-image {
    width: 50px;
}

/* Chrome, Safari, Edge, Opera */
.cart-amount::-webkit-outer-spin-button,
.cart-amount::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.cart-amount[type=number] {
    -moz-appearance: textfield;
}
