/* Minification failed. Returning unminified contents.
(20,17): run-time error CSS1039: Token not allowed after unary operator: '-black-text'
(21,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family'
(23,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(30,23): run-time error CSS1039: Token not allowed after unary operator: '-font-light'
(37,28): run-time error CSS1039: Token not allowed after unary operator: '-footer-background'
(49,23): run-time error CSS1039: Token not allowed after unary operator: '-font-awesome'
(53,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-normal'
(73,24): run-time error CSS1039: Token not allowed after unary operator: '-black-border'
(102,17): run-time error CSS1039: Token not allowed after unary operator: '-black-title'
(103,23): run-time error CSS1039: Token not allowed after unary operator: '-font-title'
(105,23): run-time error CSS1039: Token not allowed after unary operator: '-font-medium'
(180,29): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(181,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
 */
#shop .container{
    padding: 3rem 0;
}
/*FILTER BOX*/
#shop .filter-box {
    border-bottom: 1px solid #EDEDED;
    padding: 10px;
}

#shop .filter-box,
#mobile-families .filter-box {
    margin-bottom: 2rem;
}
#shop .filter-box:last-child,
#mobile-families .filter-box:last-child {
    margin-bottom: 0;
}
#shop .filter-box .filter-title,
#mobile-families .filter-box .filter-title {
    color: var(--black-text);
    font-family: var(--font-family);
    font-size: 1.25rem;
    font-weight: var(--font-medium);
}
#mobile-families .filter-box .filter-title {
    font-size: 1rem;
}
#shop .filter-box .form-check,
#mobile-families .filter-box .form-check {
    font-weight: var(--font-light);
    margin-bottom: 12px;
}
/*END FILTER BOX*/
/*SEGMENT*/
#shop .segment-row {
    align-items: center;
    background-color: var(--footer-background);
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    padding: 1.5rem 2rem;
}
#shop #filter-button {
    width: 100px !important;
}

#shop #filter-button:before {
    content: "\f0b0";
    font-family: var(--font-awesome);
    font-weight: 900;
}
#shop #filter-button.active {
    color: var(--primary-normal);
}
#shop #filter-button.active:before {
    content: "\f057";
}
#shop .swiper-container {
    width: calc(100% - 100px);
}
#shop .segment-box {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    transition: all 0.15s linear;
}
#shop .segment-box:hover,
#shop .segment-box.active{
    border-color: var(--black-border);
}
#shop .segment-box .segment-icon {
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 1.785rem;
    margin-right: 10px;
    width: 1.785rem;
}
#shop .segment-box .segment-icon.segment-icon-01 {
    background-image: url(/Assets/Home/service_01.png);
}
#shop .segment-box .segment-icon.segment-icon-02 {
    background-image: url(/Assets/Home/service_02.png);
}
#shop .segment-box .segment-icon.segment-icon-03 {
    background-image: url(/Assets/Home/service_03.png);
}
#shop .segment-box .segment-icon.segment-icon-04 {
    background-image: url(/Assets/Home/service_04.png);
}
#shop .segment-box .segment-icon.segment-icon-05 {
    background-image: url(/Assets/Home/service_05.png);
}
#shop .segment-box .segment-icon.segment-icon-06 {
    background-image: url(/Assets/Home/service_06.png);
}
#shop .segment-box .segment-text {
    color: var(--black-title);
    font-family: var(--font-title);
    font-size: 1.125rem;
    font-weight: var(--font-medium);
    margin: 0;
}
/*END SEGMENT*/
/*LIST*/
#shop .list-region {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}
#shop .filter-region {
    overflow: hidden;
    transition: width 0.15s ease-in-out;
    width: 0;
}
#shop .filter-region.active {
    padding: 0 1rem;
    width: 25%;
}
#shop .products-region {
    padding: 0 1rem;
    transition: width 0.15s ease-in-out;
    width: 75%;
}
#shop .products-region.active {
    width: 100%;
}
#shop .featured-box:nth-child(4n) {
    border-right: 0;
}
#shop .featured-box .featured-actions-input {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
#shop .featured-box .featured-actions-input .featured-actions-button {
    height: 40px;
    width: 25%;
}
#shop .featured-box .featured-actions-input .featured-actions-touch {
    width: 75%;
}
#shop .featured-box .featured-actions-input .featured-actions-touch {
    padding-right: 0.25rem;
}
#shop .featured-box .featured-actions-input .featured-actions-button {
    padding-left: 0.25rem;
}
#shop .featured-box .featured-actions-input .featured-actions-button .btn {
    align-items: center;
    display: flex;
    justify-content: center;
}
#shop .featured-box .featured-actions-input .featured-actions-button ion-icon {
    font-size: 1.3rem;
}
#shop .products-region.active .featured-box .featured-actions-input .featured-actions-button,
#shop .products-region.active .featured-box .featured-actions-input .featured-actions-touch {
    width: 50%;
}
#shop .products-region.active .featured-box .featured-actions-input .featured-actions-button ion-icon,
#shop .products-region .featured-box .featured-actions-input .featured-actions-button span {
    display: none;
}
#shop .products-region .featured-box .featured-actions-input .featured-actions-button ion-icon,
#shop .products-region.active .featured-box .featured-actions-input .featured-actions-button span {
    display: block;
}
/*END LIST*/

/*RESPONSIVE*/
@media (max-width: 767px) {
    #shop .container {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }
    #shop .owl-carousel {
        width: calc(100% - 50px);
    }
    #shop .segment-box {
        flex-flow: column;
    }
    #shop .segment-box .segment-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #shop .filter-region,
    #shop .filter-region.active {
        padding: 0;
        width: 0;
    }
    #shop .products-region,
    #shop .products-region.active {
        padding: 0;
        width: 100%;
    }
}
@media (max-width: 1199px) {
    #shop .featured-box:nth-child(2n) {
        border-right: 0;
    }
}
/*RESPONSIVE*/
