﻿.product-default label.product-category {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-image-select, .click-row {
    cursor: pointer;
}

.checkbox label {
    margin: 3px;
    font-size: medium;
}

.allergen {
    width: 20px !important;
    height: 20px !important;
}

.checkbox input {
    margin-right: 5px;
}

.cart-dropdown .product-image-container img {
    object-fit: fill;
}

.transfer-border {
    border: 2px solid gray;
}

.home-slide1 h2 {
    color: #ffffff;
}

.product-desc-content li {
    margin-bottom: .4rem;
}

@import url('https://fonts.googleapis.com/css?family=Space+Mono:400,400i,700,700i');

.card__part {
    box-shadow: 1px 1px #aaa3a3;
    top: 0;
    z-index: 1000;
    left: 0;
    display: inline-block;
    width: 320px;
    height: 190px;
    background-image: url('../images/card/world.png'), linear-gradient(to right bottom, #1958ff, #6230fb, #8830fb);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.card__front {
    padding: 18px;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
}

.card__logo {
    height: 16px;
}

.card__front-logo {
    position: absolute;
    top: 18px;
    right: 18px;
}

.card__front-delete {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 20px;
}

.card__square {
    border-radius: 5px;
    height: 30px;
}

.card_number {
    display: block;
    width: 100%;
    word-spacing: 4px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card__space-75 {
    width: 75%;
    float: left;
}

.card__space-25 {
    width: 25%;
    float: left;
}

.card__label {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    letter-spacing: 1px;
}

.card__info {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.order-summary-total {
    font-weight: bold;
}

.validation-summary-errors {
    color: #e02b27;
}

.m--hide {
    display: none !important;
}

.sticky-header {
    background-color: transparent !important;
}

.sticky-header.fixed {
    background-color: white !important;
}

.font-404-header {
    font-size: 70px;
}

.font-404-sub {
    font-size: 20px;
}


.dropdown-menu {
    max-height: 500px !important;
    overflow: auto;
}

.header-left {
    margin-top: 20px;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .mobile-hide{
        display: none;
    }
}

.sub-product-text {
    color: gray;
    padding-left: 2.5rem!important;
    font-size: 10px;
}


.cart-product-remove {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    text-align: center;
    line-height: 2rem;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2px;
}

.product-table td, th {
    border: none;
    padding: 0.5rem;
}

.table thead th {
    border: none!important;
    padding: 0.5rem;
}

.product-row {
    font-size: 1.3rem;
    font-weight: 700;
}

.sub-product-row {
    font-size: 1.2rem;
}

.sub-product-text {
    padding-left: 1em;
    font-size: 1.2rem;
}

.button-cell {
    text-align: right;
    vertical-align: bottom;
}

.price-cell {
    white-space: nowrap;
    text-align: right;
}

.delete-cell {
    width: 1px;
    white-space: nowrap;
    text-align: right;
}

.checkout-table {
    margin-right: 0px!important;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.checkout-table td {
    border: none;
    table-layout: fixed;
}

.name-checkout-cell {
    width: 60%;
}

.price-checkout-cell {
    text-align: right;
    padding-right: 10px;
    width: 30%;
}
/*
.button-checkout-cell {
    width: 20%;
}*/

.product-checkout-row {
    font-weight: 700;
    font-size: 1.5rem;
}

.sub-checkout-row {
    font-size: 1.3rem;

}

.sub-checkout-row > .name-checkout-cell {
    padding-left: 20px;
}

.order-summary-total {
    font-weight: 700;
    font-size: 1.5rem;
    
}

.table-mini-cart {
    border-top: 1px solid #ccc;
}

.icon-grey {
    color: rgba(0, 0, 0, 0.3) !important;
}

.icon-success {
    color: #08C !important;
}

.order-divider {
    border-top: 2px solid #e7e7e7;
}

.btn-list {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.btn-list li {
    margin: 1rem 1rem 1rem 0;
}