﻿@charset "utf-8";
/* CSS Document - ASP.NET Specific */

.select2-container--default {
    Width: 100% !important;
}

.select2-selection--single {
    height: 38px !important;
    border: 1px solid #ced4da !important;
    padding-left: 0px !important;
    color: #495057 !important;
    text-transform: capitalize !important;
}

.select2-selection__rendered {
    color: #495057 !important;
    text-transform: capitalize !important;
    padding-left: 12px !important;
    padding-right: 28px !important;
}

.select2-results__option {
    color: #495057 !important;
    text-transform: capitalize !important;
    padding-left: 12px !important;
    padding-right: 28px !important;
}

.select2-selection__arrow {
    display: none;
}



.grid-card {
    position: relative;
}

    .grid-card a:link, hover, visited, active {
        color: #313131;
    }

    .grid-card p {
        color: #313131;
    }


.grid-subfamily-title {
    font-family: 'Neuropol X Rg';
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 72px;
    color: #313131;
}

.unselected {
    opacity: 0.5;
}

.acc-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.custom-control-qty {
    width: 40px;
    max-width: 40px;
    padding: 1px !important;
    border: 2px solid #959595;
    box-sizing: border-box;
    border-radius: 4px;
    color: #4072B3;
}

.brand-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.emo-btn-link {
    padding: .75rem !important;
}

.emo-btn-link-acc {
    padding: .5rem !important;
}

.capitalized {
    text-transform: capitalize !important;
}

.lowered {
    text-transform: lowercase !important;
}

.uppered {
    text-transform: uppercase !important;
}

.watermarked {
    font-size: small;
    color: gray;
    font-style: italic;
}

.centered {
    text-align: center !important;
}

.nowrap {
    white-space: nowrap;
}

/* AST Pager */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 3;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }



.accordion.accordionDiscount .card-header:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    float: right;
    color: white;
}

.accordion.accordionDiscount .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f0d8";
    color: white;
}

.discount-side {
    /*    -webkit-transition: width 2s ease;
    -moz-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;*/
    top: 30vh;
    left: auto;
    overflow: hidden;
    vertical-align: middle;
    height: auto;
    border-radius: 5px 5px 0 0;
}

    .discount-side.custom-open {
        width: 300px;
        border: 1px solid !important;
    }

    .discount-side.custom-close {
        width: 0px;
        border: 0px !important;
    }


.discount-badge {
    /*    -webkit-transition: width 2s ease;
    -moz-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;*/
    top: 30vh;
    left: auto;
    overflow: hidden;
    vertical-align: middle;
    height: auto;
    border-radius: 5px 5px 0 0;
    color: white;
    padding: 10px;
    float: right;
    -moz-transform: rotate(270deg); /* FF3.5+ */
    -o-transform: rotate(270deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90deg); /* Saf3.1+, Chrome */
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

    .discount-badge.custom-open {
        display: block;
    }

    .discount-badge.custom-close {
        display: none;
    }

.discount-btn {
    border: none;
    color: inherit;
    background-color: inherit;
    cursor: pointer;
    display: inline-block;
}


/*Select2 con tema Bootstrap per input-group*/
.input-group > .select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

    .input-group > .select2-container--bootstrap .select2-selection--single {
        height: 100%;
        line-height: inherit;
        padding: 0.5rem 1rem;
    }

.es {
    font-size: 11px;
    color: Gray;
}

/*FILTRI ACCESSORI*/

.filters-box-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 3;
}

.filters-select-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    .filters-box {
        display: none;
    }

    .filters-box-sticky {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .filters-select {
        display: none;
    }

    .filters-select-sticky {
        display: none;
    }
}

.fa-icon-bottom-left {
    position: absolute;
    bottom: 5px;
    /*left: 5px;*/
    z-index: 3;
    font-size: 20px;
    color: #4072B3;
    background: white;
    border-radius: 50%;
    padding: 3px;
}

@media (min-width: 992px) {


    .config-summary-sticky {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .filters-box-sticky {
        position: sticky;
        top: 0;
        z-index: 100;
        /*background: #fff;*/
    }


    /*.accessories-scrollable-list {
        overflow-y: auto;
        min-height: 0;
        max-height: 100vh;
    }*/
}

.user-select-none {
    user-select: none;
}