﻿.position-fixed {
    position: fixed;
}

.ls-overflow-hidden {
    overflow: hidden;
}

.ls-overflow-auto {
    overflow: auto;
}

.display-none {
    display: none;
}

.slide-item-produto-img {
    height: 100% !important;
    background-size: cover;
}

.background-white {
    background-color: white;
}

.modal-item {
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 100%;
    transition: all ease-in-out 1s;
    margin-left: 263px;
    width: calc(100% - 263px);
}

    .modal-item.on {
        left: 0;
    }

.cursor-click {
    cursor: pointer;
}

.validation {
    color: red;
    font-weight: bold;
}

.form-control-danger {
    border-color: red;
}

.img-product {
    transition: all 0.3s;
}

figure:hover .img-product {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.arrow-bottom {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 13px solid #252525;
    left: 50%;
    margin-left: -20px;
    margin-top: -1px;
    display: none;
}

.btn.btn-bordered:hover {
    background-color: #2aa2db;
}

.logo-header {
    background-image: url("/Imagens/logo-fundo-preto.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 17em;
    height: 4em;
    margin-top: 0.8em;
}

#header.fixed.transparent .logo-header {
    background-image: url("/Imagens/logo-fundo-branco.png");
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
}

/*.select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #dad8d8;
    }*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(81, 140, 232, 0.32) !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(221, 221, 221, 0.72) !important;
    color: black !important;
}

.select2-dropdown {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.select2-container {
    padding: 5px 29px !important;
    margin-top: 15px !important;
    width: inherit !important;
}

@media (max-width: 993px) {
    .select2-container {
        padding: 5px 9px !important;
        width: 100% !important;
    }
}

#header.fixed.transparent .select2-container {
    margin-top: 10px !important;
}

@media (max-width: 768px) {
    .modal-item {
        margin-left: inherit;
        width: 100%;
        transition: all ease-in-out 0.5s;
    }

    .arrow-bottom {
        display: block;
    }

    .item-box-desc h3 {
        text-align: center;
    }

    .select2-container {
        padding: 5px 5px !important;
        width: 100% !important;
    }
}

.no-search .select2-search {
    display: none
}

span.select2-selection__arrow {
    display: none;
}

.select-language-normal {
    color: #dad8d8 !important;
}

.select-language-fixed {
    color: #151515 !important;
}

.color-graylight {
    color: #afaeae;
}

.modal-header.modal-header-float {
    background: #ffffffd1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.shop-item{
    cursor: pointer;
}

.on-gray {
    filter: grayscale(75%);
}

.navbar-collapse {
    max-height: inherit !important;
    overflow: hidden !important;
}