﻿table
{
    font-size: 15px;
}

.header
{
    font-size: 90px;
    top: 25px;
    color: white;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content
{
    border-radius: 4px;
    margin-top: 100px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    background-color: white;
    padding: 15px 15px 15px 15px;
}

.navbar-custom
{
    font-weight: bold;
    border: 1px solid #ddd;
    background-color: #fff;
}

.navbar-custom-top
{
    width: 85%;
    margin: 0 auto;
    background-color: rgb(235, 235, 235);
    border-bottom: 3px solid #428bca;
}

.navbar-footer {
    width: 100%;
    font-size: 15px;
    border-top: 1px solid #ddd;
}

    .navbar-footer .row {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
        font-weight: initial;
    }

        .navbar-footer .row > [class*="col-"] {
            margin: 20px 0;
        }

.nav > li > a:hover, .nav > li > a:focus {
    color: #fff;
    background: none;
}

.cursor-pointer
{
    cursor: pointer;
}

.product-thumb
{
    cursor: pointer;
    border: 1px dashed transparent;
}

    .product-thumb:hover
    {
        cursor: pointer;
        border-color: grey;
    }

.text-overflow
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price
{
    margin: 5px 5px 5px 5px;
}

.price-with-offer
{
    color: #000;
}

.filters input[type=checkbox]
{
    width: 30px;
    height: 15px;
}

.filters input[type=number]
{
    width: 60px;
}

.btn-group input
{
    width: 100%;
}

.loading
{
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 9998;
    opacity: 0.2;
}

.progress
{
    position: fixed;
    top: 50%;
    left: 40%;
    z-index: 9999;
    margin: 0 auto;
    width: 20%;
}

.sizes-container .active
{
    color: #000;
    background-color: #ddd;
}

.v-center
{
    display: table;
    height: 70px;
}

.v-center-content
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.icon-bar
{
    background-color: #000;
}

.disabled-product td
{
    background-color: rgb(208, 208, 208) !important;
    color: #979797;
}

.required
{
    color: red;
    font-weight: bold;
}

.hidden-product
{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    opacity: 0.7;
    background-color: white;
}

.sizes input
{
    width: 0px;
}

.unread
{
    font-weight: bold;
}

.offer-tooltip
{
    position: absolute;
    top: -7px;
    left: -16px;
    width: 30%;
}

    .offer-tooltip img
    {
        width: 90px;
    }

.inside-tooltip {
    position: relative;
    align-content: center;
    background-color: #f5f5f5;
    width: 100%;
    height: 60px;
    bottom: -250px;
    text-align: center;
    padding-top: 1px;
    border: 1px solid #ddd;
}

.callout-info
{
    border-left: 5px solid #5bc0de;
}

.label-primary-custom {
    display: block;
    color: #000;
    border: 1px solid #ddd;
    margin: 3px 10px;
    font-size: 15px;
    position: relative;
    background-color: #ddd;
}

.label-primary-unavailable {
    background-color: transparent;
}

.label-primary-unavailable::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10%;
    width: 120%;
    height: 1px;
    background: #ddd;
    transform: rotate(-35deg);
}

.saving-price
{
    font-size: 15px;
    color: #777;
    font-style: oblique;
    font-weight: bold;
}

.scroll-top 
{
    display: none;
    position: fixed;
    top: 10%;
    right: 15px;
}

.treeview-margin {
    margin-left: 40px;
}

.right-caret:after, .left-caret:after {
    content: "";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
    float: right;
}

.right-caret:after {
    border-left: 5px solid #262626;
}

.left-caret:after {
    border-right: 5px solid #262626;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: -7px;
    display: none;
    border-radius: 4px;
    margin-left: 2px;
}

.dropdown-submenu {
    position: relative;
    
}

a.category b {
    font-weight: bold;
}

a.category:hover {
    text-decoration-line: none;
    color: #fff;
}

.category img {
    width: 100%;
    max-height: 434px;
    object-fit: contain;
}

.category img:hover {
    opacity: 0.6;
}

.product-detail tr {
    height: 60px;
}

.product-detail td {
    vertical-align: middle !important;
}