﻿#Product_View_Container .product-img-preview {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

    #Product_View_Container .product-img-preview .product-img-scroller-button-left,
    #Product_View_Container .product-img-preview .product-img-scroller-button-right {
        font-size: 2rem;
        text-shadow: 1px 1px 10px #565656, -1px 1px 10px #565656, 1px -1px 10px #565656, -1px -1px 10px #565656;
        cursor: pointer;
    }

#Product_View_Container .product-img-scoller {
    height: 13rem;
    max-height: 13rem;
    overflow-y: scroll;
    padding-right: 0.5rem;
}

    #Product_View_Container .product-img-scoller .product-img-thumbnail {
        width: 100%;
        padding-top: 66.666666%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
    }


        #Product_View_Container .product-img-scoller .product-img-thumbnail:not(.active) {
            opacity: 0.5;
        }

        #Product_View_Container .product-img-scoller .product-img-thumbnail:not(:last-child) {
            margin-bottom: 5px;
        }

#Product_View_Container .khl-scrollbar-v::-webkit-scrollbar {
    width: 5px;
}

#Product_View_Container .khl-scrollbar-v::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    background: #f1f1f1;
    border-radius: 2.5px;
}

#Product_View_Container .khl-scrollbar-v::-webkit-scrollbar-thumb {
    background: #932826;
    border-radius: 2.5px;
}

    #Product_View_Container .khl-scrollbar-v::-webkit-scrollbar-thumb:hover {
        background: #01283f;
    }

#Product_View_Container .ui-state-highlight {
    width: 100%;
    padding-top: 66.666666%;
    margin-bottom: 5px;
}

#Product_View_Container .MainProductInfo dd {
    min-height: 2.4rem;
    margin-bottom: 0;
}

#Product_View_Container a.nav-link.active {
    background-color: #932826 !important;
    color: white !important;
}

#Product_View_Container .customcolumns {
    float: left;
    position: relative;
    margin-right: 20px;
    width: calc(33.333333% - 20px);
}

    #Product_View_Container .customcolumns li:not(:last-child) {
        margin-bottom: 0.75rem;
    }

#Product_View_Container .card-header, .nav-link {
    padding: 0.25rem 0.75rem
}

#Product_View_Container .card-body {
    padding: 0.75rem;
}

label:not(.custom-control-label) {
    color: #601a19;
    font-weight: 600;
}

.cb_compare_container .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #601a19;
    background-color: #601a19;
}

.table-compare thead tr th {
    background: linear-gradient(to right, #601a19 0%,#601a19 100%) !important;
}

.table-compare tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

    .table-compare tbody tr:nth-of-type(odd) th, .table-compare tbody tr:nth-of-type(odd) td {
        background: linear-gradient(to right, rgba(0,0,0,.05) 0%,rgba(0,0,0,.05) 100%) !important;
    }

.fav-star {
    padding-left: 0.5rem;
    padding-top: 0.1rem;
    -webkit-text-stroke: 1px #ffffff;
}
    .fav-star:hover {
        cursor: pointer
    }

    .fav-star.fav-star-unchecked {
        color: #ffffff;
        -webkit-text-fill-color: #ffffff;
    }

        .fav-star.fav-star-unchecked:hover {
            color: #601a19;
            -webkit-text-fill-color: #601a19;
        }

    .fav-star.fav-star-checked {
        color: #601a19;
        -webkit-text-fill-color: #601a19;
    }

        .fav-star.fav-star-checked:hover {
            color: #ffffff;
            -webkit-text-fill-color: #ffffff;
        }

.updateFav-TableForm {
    display: inline-block;
}

.updateFav-TableForm .fav-star {
    padding-left: 0;
    padding-top: 0;
    -webkit-text-stroke: 1px #601a19;
    padding-right: 0.5rem;
}

.updateFav-ProductForm .fav-star {
    -webkit-text-stroke: 1px #601a19;
    padding-top: 0;
    padding-right: 1rem;
}

.page-item .page-link.active {
    z-index: 1;
    color: #000000;
    background-color: #932826;
    border-color: #932826;
}
#megaMenu {
    border-top: 1px solid #601a19;
}
#SiteMenu .nav-item.active, #SiteMenu .nav-item.active a.nav-link, #SiteMenu .dropdown .dropdown-item.active {
    background-color: #932826;
    color: white;
}

#SiteMenu {
    padding:  0;
}

#SiteMenu .nav-item {
    padding-top: 0.5rem;
    padding-bottom:  0.5rem;
}
#filternav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.border-left-2-secondary {
    border-left: 2px solid #601a19 !important;
}