﻿.orderDetailCardContainer .buttonsContainer .returnBtn a {
    text-decoration: none;
    color: inherit;
}

.listBox .viewBox a {
    text-decoration: none;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

.productContentContainer {
    display: block;
}

.productContentContainer .productContentBox .wrapper .imageWrapper img {
    margin-top:15px;
}

.contantContainer * {
    max-width: 100%;
}

.categoriesContentBox {
    align-items: flex-start;
}

.filtersBoxProducts .priceBoxInput {
    grid-column-gap: 10%;
}

.filtersBoxProducts .ui-state-default,
.filtersBoxProducts .ui-widget-content .ui-state-default,
.filtersBoxProducts .ui-widget-header .ui-state-default,
.filtersBoxProducts .ui-button,
.filtersBoxProducts html .ui-button.ui-state-disabled:hover,
.filtersBoxProducts html .ui-button.ui-state-disabled:active {
    width: 14px;
    height: 14px;
}

.filtersBoxProducts #sliderRangePrice {
    margin: 0 7px 30px
}

.filtersBoxProducts .ui-slider-horizontal .ui-slider-handle {
    margin-left: -7px;
}

div.upanel { display:none; position:absolute; z-index:99; background-color:rgba(255,255,255,0.45); backdrop-filter: blur(2px) saturate(40%); }
div.upanel img { position: fixed; position: sticky; top: 50%; bottom: 50%; left: 50%; right: 50%; display:block; margin:auto; }

span.select2-selection.select2-selection--multiple {
    min-height: 45px;
}

textarea.select2-search__field {
    min-height: 29px;
    margin-top: 11px !important;
    color: #47606d;
    vertical-align: middle !important;
    margin-left: 15px !important;
}

textarea.select2-search__field::placeholder {
    color: #47606d;
}

li.select2-selection__choice {
    line-height: 1.4rem;
    vertical-align: middle !important;
}

span.select2-selection.select2-selection--multiple {
    border: 1px solid #eceff1 !important;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f7f7f7;
    border: 1px solid #eceff1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #eceff1;
    color: #cf3939;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    color:#902323;
}

.select2-dropdown {
    border: 1px solid #eceff1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-weight: 300;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f7f7f7;
}