@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/font-awesome/fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/font-awesome/fonts/fontawesome-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.filters .filters-list-wrapper .brands-list {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 150px;
    display: block;
    width: 100%;
}

.filters .filters-list-wrapper .filters-list {
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
}

.catalog-row .col-cust {
    float: left;
}

.products-box.catalog-prod .price-old-holder {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background-color: transparent;
    border-radius: 0 15px 15px 0;
    padding: 0 5px;
    text-decoration: line-through;
}

.form-error-red .form-control {
    border-bottom-color: #ff6166 !important;
}

.form-error-red .custom-control.custom-checkbox .custom-control-label,
.form-error-red .mdl-textfield__label {
    color: #ff6166;
}

.products-box.catalog-prod .price-new.empty {
    border: 0;
}

.no-products-box {
    width: 1600px;
    margin: 15px;
}

.page-title {
    text-align: center;
    color: #2355A7;
}

.text-black {
    color: #000000 !important;
}

.availability {
    font-size: 18px;
}

@media (min-width: 992px) {
    .pr-10px {
        padding-right: 10px;
    }
}

.old-price-container {
    padding-left: 15px;
    color: red;
    display: inline-flex;
}

.old-price-text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.product-page .prices .old-price {
    padding: 1px 10px 1px 10px;
    line-height: 34px;
}

.product-page .prices .old-price:before {
    background-color: red;
    left: -45px !important;
    width: 140%;
}

.product-page .prices .new-price {
    text-align: center;
    background-color: aliceblue;
    color: #2355A7;
    width: 300px;
    margin-top: 10px;
    padding: 7px 10px 10px 10px;
    border-radius: 15px;
    font-size: 25px;
    border: 0.5px solid #D2DFE9;
}

.product-page h1.h1-product {
    color: #4E4E50;
}

.product-page .add-to-cart-btn {
    padding: 8px 16px;
    background-color: #C4E9F7;
    text-decoration: none;
}

@media (min-width: 800px) {
    .product-page .add-to-cart-btn {
        width: 275px;
    }
}

.product-page .add-to-cart-btn span {
    font-family: "Segoe UI SemiBold", sans-serif;
}

@media (min-width: 1200px) {
    .product-page .add-to-cart-btn span {
        font-size: 18px;
    }
}

.product-page .fast-order-form {
    margin-top: 50px;
}

.product-page .fast-order-form .form-group {
    margin-bottom: 35px;
}

.product-page .btn-fast-order {
    font-family: 'Segoe UI SemiBold', sans-serif;
    width: 100%;
    color: #fff;
    background-color: #2355A7;
    border: 1px solid #2355A7;
    height: 40px;
    cursor: pointer;
    transition: all .3s ease;
}

.product-page .btn-fast-order:hover {
    background-color: transparent;
    color: #2355A7;
}

.product-wrong img,
.product-ok img {
    height: 40px;
    width: auto;
}

.is-logged .products-box.prod-notlog {
    height: 380px;
    padding: 0 0 5px 0;
}

.is-logged .products-box.prod-notlog .price-new {
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #d4d4d4;
    border-radius: 22px;
    font-family: "Segoe UI Bold", sans-serif;
    font-size: 16px;
}

.login-form-wrapper {
    max-width: 590px;
    margin: 0 auto;
}

.template-contacts .mdl-textfield__error {
    visibility: visible;
}

/**********************************LIVESEARCH*******************************************/

#suggestions {
    position: absolute;
    display: none;
    top: 41px;
    z-index: 99 !important;
    float: left;
    left: 0;
}

#suggestionsMobile {
    position: absolute;
    display: none;
    top: 60px;
    z-index: 99 !important;
    float: left;
    max-height: 100px;
}

#suggestions, #suggestionsMobile {
    top: 30px \9;
    z-index: 99 \9;
    clear: both;
}

#suggestionsMobile > #searchresults {
    width: 96vw !important;
    max-height: 625px;
}

#suggestionsMobile .search-muched-items {
    max-height: 625px;
}

.search-muched-items {
    /*max-height: 620px;*/
    overflow-y: auto;
    overflow-x: hidden;
    border: 3px solid black;
    border-bottom: none;
}

.search-muched-items::-webkit-scrollbar {
    width: 0 !important;
    -ms-overflow-style: none !important;
    overflow: -moz-scrollbars-none !important;
}

#searchresults {
    border-width: 1px;
    border-color: #919191;
    border-style: solid;
    width: 470px;
    max-height: 620px;
    background-color: #a0a0a0;
    font-size: 10px;
    line-height: 14px;
    float: left;
    display: block;
    z-index: 101 !important;
    clear: both !important;
    position: absolute;
}

#searchresults div.search-main {
    display: block;
    background-color: #dcedf0;
    clear: left;
    top: 80px;
    height: 124px;
    text-decoration: none;
    border-bottom: 3px solid black;
}

#searchresults div.search-main:hover {
    background-color: #2355a7;
    color: #ffffff !important;
}

#searchresults div.search-main img {
    padding: 3px 3px 5px 3px;
    max-height: 123px;
    max-width: 100px;
    vertical-align: middle;
}

#searchresults div.search-main span.searchheading {
    display: block;
    font-weight: bold;
    font-size: 11px;
    color: #2355a7;
    padding-top: 5px;
    min-height: 19px;
}

#searchresults div.search-main:hover span.searchheading {
    color: #ffffff !important;
}

#searchresults div.search-main:hover div.search-description {
    color: #ffffff !important;
}

#searchresults div.search-main:hover div.search-price {
    color: #ffffff !important;
}

#searchresults div.search-main:hover div.search-buttons {
    color: #ffffff !important;
}

#searchresults div.search-main:hover span.search-view {
    color: #2355a7 !important;
    background-color: white;
}

#searchresults div.search-main:hover span.search-cart {
    background-color: white;
}

#searchresults span.search-cart:hover div.search-main {
    background-color: #dcedf0;
}


#searchresults div.search-main span {
    color: #555555;
}

#searchresults .scategory {
    font-size: 11px;
    margin: 5px;
    display: block;
    color: #ffffff;
    text-align: left;
}

#searchresults div.search-main:hover span {
    color: #f1f1f1;
}

#searchresults .seperator {
    float: right;
    padding-right: 15px;
    margin-right: 5px;
    background-image: url(../img/shortcuts_arrow.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#searchresults span.seperator a {
    background-color: transparent;
    display: block;
    margin: 5px;
    height: auto;
    color: #ffffff;
}

#searchresults div.search-main span.old-price {
    text-decoration: line-through;
}

.search-description {
    padding-top: 10px;
    font-size: 16px;
    color: black;
    line-height: 18px;
    height: 46px;
}

.close-search:after {
    display: none;
}

.search-buttons {
    padding-top: 10px;
    font-size: 16px;
    color: black;
}

.search-price {
    padding-top: 10px;
    padding-right: 5px;
    font-size: 16px;
    color: black;
    text-align: right;
    min-height: 24px;
}

.search-left {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 100px;
    height: 121px;
    background-color: white;
}

.search-right {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}

.search-stock {
    max-height: 27px !important;
    max-width: 27px !important;
}

.search-view {
    width: 80px;
    float: right;
    line-height: 22px;
    color: #fff !important;
    background-color: #2355a7;
    text-align: center;
    font-family: "Segoe UI Bold", sans-serif;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
}

.search-cart {
    width: 80px;
    height: 22px;
    float: right;
    margin-right: 10px;
    color: #fff !important;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    cursor: pointer;
}

.search-cart img {
    padding: 1px !important;
    width: 21px;
}

.search-empty {
    background-color: #dcedf0;
    padding: 10px;
    font-size: 16px;
    color: black;
    text-align: center;
    border-bottom: 3px solid black;
}

.quant-btn {
    cursor: pointer;
}

.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.custom-menu li:hover {
    background-color: #DEF;
}

td .view-product {
    display: inline-block;
    width: 100px;
    line-height: 30px;
    color: #fff;
    background-color: #2355a7;
    text-align: center;
    font-family: "Segoe UI Bold", sans-serif;
    font-size: 16px;
    margin: 9px auto 0;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px;
    border-color: #919191;
    border-style: solid;
}

td .mark-button {
    display: inline-block;
    width: 100px;
    line-height: 30px !important;
    color: #2355a7;
    background-color: #fff;
    text-align: center;
    font-family: "Segoe UI Bold", sans-serif;
    font-size: 16px !important;
    margin: 9px auto 0;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px;
    border-color: #919191;
    border-style: solid;
}

td .remove-product {
    display: inline-block;
    width: 100px;
    line-height: 30px;
    color: #fff;
    background-color: #a7172f;
    text-align: center;
    font-family: "Segoe UI Bold", sans-serif;
    font-size: 16px;
    margin: 9px auto 0;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px;
    border-color: #919191;
    border-style: solid;
}

td .add-cart-product {
    display: inline-block;
    width: 100px;
    line-height: 30px;
    color: #2355a7;
    background-color: #fff;
    text-align: center;
    font-family: "Segoe UI Bold", sans-serif;
    font-size: 16px;
    margin: 9px auto 0;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px;
    border-color: #919191;
    border-style: solid;
}

a.href-disabled {
    pointer-events: none;
    cursor: default;
}

.like-buttons {
    text-align: center;
}

.order-liked-products,
.make-order,
.mark-all-liked-products,
.return-products,
.assign-filters,
.update-password,
.submit-update-profile,
.update-profile,
.cancel-update-profile {
    width: 300px;
    height: 30px;
    line-height: 27px;
    color: #fff;
    background-color: #2355a7;
    font-family: "Segoe UI Bold", sans-serif;
    font-size: 16px;
    margin-top: 9px;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px;
    border-color: #919191;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
}

.order-liked-products:hover,
.make-order:hover,
.mark-all-liked-products:hover,
.return-products:hover,
.update-password:hover,
.submit-update-profile:hover,
.update-profile:hover,
.cancel-update-profile:hover {
    color: #fff !important;
    text-decoration: none;
}

.select-like {
    cursor: pointer;
}

.like-row-selected {
    background-color: lightgrey;
}

tr.marked {
    background: #ddd;
}

@media (min-width: 1200px) and (max-width: 1384px) {
    .products-box.catalog-prod .prod-question span {
        font-size: 11px;
    }

    .products-box figure .prod-question {
        font-size: 11px;
    }

    .products-box.catalog-prod .prod-question .quant {
        padding: 0;
    }

    .products-box.catalog-prod .prod-question .quant input {
        width: 15px;
    }
}

.sync-page .products-box {
    height: auto;
}

@media (max-width: 767.98px) {
    .catalog-row .filters .filters-list-wrapper .brands-list, .filters .filters-list-wrapper .brands-list {
        display: none;
    }
}

@media (min-width: 767.98px) {
    .home-mobile-filters {
        display: none;
    }
}

.products-box figure .add-fav {
    cursor: pointer !important;
}

.full-width {
    width: 100% !important;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion.active, .accordion:hover {
    background-color: #2355a7;
    color: white !important;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:hover:after {
    color: white;
}

.accordion:hover:nth-child(2n+1), .accordion.active:nth-child(2n+1) {
    background-color: #2355a7;
}

.accordion:after {
    content: '\f067'; /* Unicode character for "plus" sign (+) */
    font-family: FontAwesome;
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\f068"; /* Unicode character for "minus" sign (-) */
    color: white;
}

.orders-row:nth-child(2n+1) {
    background-color: lightgrey;
}

.messages-row:nth-child(2n+1) {
    background-color: lightgrey;
}

span.send-request, span.add-to-cart {
    cursor: pointer;
    margin-right: 15px;
    color: white !important;
}

@media screen and (max-width: 768px) {
    span.send-request, span.add-to-cart {
        margin-right: unset !important;
    }
}

.products-box figure .prod-btn-wrapper {
    align-items: center;
    width: 80%;
    flex-direction: column;
    display: none;
    position: absolute;
    top: 37%;
    left: 10%;
}

.products-box figure .prod-btn-wrapper .preview-btn,
.products-box figure .prod-btn-wrapper .fast-order-btn,
.products-box figure .prod-btn-wrapper .fav-btn,
.products-box figure .prod-btn-wrapper .cart-add-btn {
    font-family: "Segoe UI Semibold", sans-serif;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 40px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.products-box figure .prod-btn-wrapper .fav-btn img,
.products-box figure .prod-btn-wrapper .cart-add-btn img {
    display: none;
}

@media (min-width: 400px) {
    .products-box figure .prod-btn-wrapper .fav-btn img,
    .products-box figure .prod-btn-wrapper .cart-add-btn img {
        display: block;
    }
}

.products-box figure .prod-btn-wrapper .preview-btn:hover,
.products-box figure .prod-btn-wrapper .fast-order-btn:hover {
    background-color: white;
    color: #2355A7;
    border: 1px solid #2355A7;
}

@media (max-width: 768px) {
    .products-box figure .prod-btn-wrapper .preview-btn,
    .products-box figure .prod-btn-wrapper .fast-order-btn,
    .products-box figure .prod-btn-wrapper .fav-btn,
    .products-box figure .prod-btn-wrapper .cart-add-btn {
        font-size: 11px;
        height: 30px;
    }
}

.products-box figure .prod-btn-wrapper .preview-btn {
    color: #2355A7;
    background-color: #C4E9F7;
}

.products-box figure .prod-btn-wrapper .fav-btn {
    border: 1px solid #2355A7;
    color: #2355A7;
    background-color: white;
}

.products-box figure .prod-btn-wrapper .fast-order-btn,
.products-box figure .prod-btn-wrapper .cart-add-btn {
    margin-top: 20px;
    color: white;
    background-color: #2355A7;
}

@media (max-width: 767px) {
    .products-box figure .prod-btn-wrapper .fast-order-btn,
    .products-box figure .prod-btn-wrapper .cart-add-btn {
        margin-top: 15px;
    }
}

.products-box figure .prod-question {
    bottom: 0 !important;
    transition: margin 0.3s ease-in-out !important;
}

.btn-search-mobile {
    padding: unset !important;
    background-color: #dcedf0;
}

.search-description {
    word-break: break-word;
}

.pull-right {
    float: right;
}

.slider-lg .item a, .advantage-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.advantage-item {
    position: relative;
}

.item.desktop, .slider-lg.desktop {
    display: block;
}

.item.mobile, .slider-lg.mobile {
    display: none;
}

@media only screen and (max-width: 992px) {
    .liked-products-table thead th {
        display: none;
    }

    .liked-products-table td, .liked-products-table th, .liked-products-table .w-25 {
        display: flex;
        justify-content: space-between;
        text-align: left;
        width: 100% !important;
        border-bottom: unset;
        align-items: center;
    }

    .liked-products-table td[data-th]:before {
        content: attr(data-th);
        padding-right: 75px;
        font-size: 13px;
        font-family: "Segoe UI Bold", sans-serif;
    }

    .liked-products-table td:last-child {
        text-align: center;
        display: block;
    }

    .liked-products-table td:first-child {
        border-top: 2px solid #2355a7;
        display: block;
        text-align: center;
    }

}


@media (min-width: 768px) and (max-width: 1200px) {
    .catalog-row .col {
        max-width: 33.333%;
    }
}

@media (max-width: 425px) {
    .product-page .quantity-box input {
        width: 100%;
        flex: 1;
    }
}

.products-box.prod-promo {
    height: 230px !important;
    text-align: center !important;
}

.row-promo .price {
    padding: 0 5px;
    border: 1px solid #d4d4d4;
    border-radius: 22px;
    color: white;
    font-family: "Segoe UI Bold", sans-serif;
    font-size: 16px;
}

.row-promo .pr-title {
    display: inline-flex !important;
    align-items: center !important;
    word-break: break-all !important;
}

#wrapper .catalog-prod .pr-title {
    align-items: center !important;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 9px;
    --max-lines: 2.2;
    --lh: 1.4rem;
    line-height: var(--lh) !important;
    max-height: calc(var(--lh) * var(--max-lines)) !important;
    margin: 0;
    font-size: 12px;
    transition: color 0.3s ease-in-out;
    /*border: 2px solid #2355a7;*/
    /*border-radius: 10px;*/
}

@media (min-width: 800px) {
    #wrapper .catalog-prod .pr-title-home {
        --max-lines: 2.2;
        --lh: unset !important;
        line-height: 16px !important;
        max-height: unset !important;
    }
}

@media (max-width: 800px) {
    #wrapper .catalog-prod .pr-title {
        padding: 2px;
        --max-lines: 3.2;
        --lh: 1rem;
        line-height: var(--lh) !important;
        max-height: calc(var(--lh) * var(--max-lines)) !important;
    }
}


.catalog-prod .prod-info {
    background-color: #dcedf0;
    height: 59px;
}

@media (max-width: 800px) {
    .catalog-prod .prod-info {
        height: 51px;
    }
}

.products-box.catalog-prod .price-new {
    width: 150%;
    font-size: 22px !important;
}

.price-green {
    color: green;
}

.price-gray {
    color: #464452;
}

.submit-cart {
    font-size: 20px !important;
    line-height: 50px !important;
    width: 200px !important;
}

.cart-table tr {
    border-bottom: 2px solid #2355a7;
}

.ekont {
    text-align: center;
}

.products-box {
    box-shadow: 3px 3px 15px 1px #888888 !important;
    transform: scale(1, 1);
    transition: transform 0.3s ease-in-out;
}

.filter-category {
    padding-top: 10px;
    border-bottom: unset !important;
}

.like-action-buttons {
    text-align: center;
}

.liked-products-table td {
    padding: 20px 10px !important;
}

.owl-item .col-cust, .related .col-cust {
    max-width: 100% !important;
}

@media (max-width: 575.98px) {
    .owl-item .col-cust .products-box, .related .col-cust .products-box {
        height: 368px !important;
    }

    .item.desktop, .slider-lg.desktop {
        display: none;
    }

    .item.mobile {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .slider-lg.mobile {
        display: block
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.fast {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

#main-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 20000;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}

#main-popup button.close {
    position: absolute;
    top: -5px;
    right: -5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #2355a7;
    opacity: 1;
    z-index: 90;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    border-radius: 50%;
    background: #fff;
    width: 20px;
    height: 20px;
}

#main-popup .modal-container {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 80%;
    margin: 20vh auto 0 auto;
}

#main-popup .modal-container img {
    width: 100%;
    height: auto;
}

#main-popup .modal-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-popup .desctop {
    display: inline-block;
}

#main-popup .mobile {
    display: none;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1);
        transform: scale3d(0.1, 0.1, 0.1);
    }

    to {
        opacity: 1;
    }
}

.catalog-prod .prices {
    height: 57px;
}

@media screen and (max-width: 800px) {
    .catalog-prod .prices {
        margin-top: 27px;
        height: 50px;
    }
}

.like-action-buttons a {
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .like-action-buttons a {
        width: 140px;
    }
}

@media screen and (min-width: 800px) {
    .products-box:hover .prod-question {
        opacity: 100% !important;
        transition: margin 0.3s ease-in-out !important;
    }

    .products-box .view-product {
        opacity: 0 !important;
    }

    .products-box:hover .view-product {
        opacity: 1 !important;
    }

    .products-box:hover .prod-btn-wrapper {
        display: flex !important;
    }

    .products-box:hover .pro-sm-img {
        opacity: 0.5 !important;
    }

    .catalog-prod .prices {
        margin-top: 34px;
        /* transition: margin 0.3s ease-in-out; */
    }

    .catalog-prod:hover .prices {
        /* margin-top: 10px !important; */
        /* transition: margin 0.3s ease-in-out; */
    }
}

.products-box:hover {
    position: relative;
    /* transform: scale(1.3, 1.3); */
    /*box-shadow: 15px 15px 15px 1px #888888 !important;*/
    transition: transform 0.3s ease-in-out;
    z-index: 99;
}

/* @media screen and (max-width: 768px) {
    .products-box:hover {
        transform: scale(1.1, 1.1) !important;
    }
} */

.login-forgot-pass {
    padding-bottom: 25px;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .modal-container {
        position: relative;
        width: 90%;
    }
}

#header .header-main .search-hold {
    position: relative;
}

.like-image .nal-tag {
    left: 52px;
    margin-top: 10px;
    font-family: "Segoe UI Semibold", sans-serif;
    background-color: rgba(248, 27, 7, .8);
    position: absolute;
    line-height: 30px;
    color: #fff;
    padding: 0 5px;
    font-size: 10px;
}

#wrapper .products-box.catalog-prod .prod-question {
    transform: scale(0.7, 0.7);
    left: 7%;
}

#wrapper .products-box:hover figure img {
    opacity: unset;
}

.home-brands {
    overflow: scroll;
    max-height: 300px;
}

.loading {
    display: none;
    font-size: 20px;
}

.not-logged #header .header-main .log-menu .dropdown-menu {
    left: -100% !important;
}

.brands-list .nav-item {
    display: flex !important;
}

.filters-list .nav-item {
    display: flex !important;
}

.home-brands::-webkit-scrollbar {
    display: none;
}

.home-brands {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.home-brands .col-md-12 {
    max-width: 450px;
}

/*#wrapper .pretty.p-svg .state .svg {*/
/*    font-size: 0.85em;*/
/*}*/

.nav-item .pretty input:checked ~ .state.p-success label:after, .nav-item .pretty.p-toggle .state.p-success label:after {
    background-color: black !important;
}

.nav-item .pretty {
    margin-right: unset;
}

/* sub sub menu styles */
.tags-nav {
    list-style: none inside;
    margin: 15px 0;
    padding: 0 0 30px 30px;
    text-align: center;
    transition: all 0.2s ease-out;
    /* background: #f7f7f9; */
    background: #ffffff;
}

/*.tags-nav {*/
/*    list-style: none inside;*/
/*    margin: 20px 0;*/
/*    padding-left: 20px;*/
/*    text-align: left;*/
/*    max-height: 382px;*/
/*    width: 300px;*/
/*    overflow-y: scroll;*/
/*}*/

.tags-nav li {
    display: block;
    position: relative;
    /* background: #f7f7f9; menu background color */
    background: #ffffff;
    max-height: 30px;
    min-width: 270px;
    margin-bottom: 20px;
}

.tags-nav li a {
    display: block;
    padding: 0;
    text-decoration: none;
    text-align: left;
    width: 250px; /* this is the width of the menu items */
    line-height: 30px; /* this is the hieght of the menu items */
    color: #2b7dbf; /* list item font color */
    font-size: 12px;
}

.tags-nav > li > a, ul > .sub > a.small, ul.small > .sub > a {
    font-family: "Segoe UI Bold",sans-serif;
    color: #464553;
    padding: 5px 0;
    text-transform: uppercase;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 8px 10px -6px #464553;
    box-shadow: 0 8px 10px -6px #464553;
    margin-bottom: 15px;
    border-radius: 15px;
}

.tags-nav > li > a:hover, ul > .sub > a.small:hover, ul.small > .sub > a:hover {
    color: #fff;
    background-color: #464553;
}

/*.tags-nav li a {*/
/*    border-bottom: #2b7dbf 1px solid;*/
/*}*/

.tags-nav li li a.small {
    font-size: 80%;
    width: 230px;
}

.tags-nav li li a.big {
    font-size: 80%;
    width: 230px;
}

 /*smaller font size for sub menu items*/
/*.tags-nav li:hover {*/
/*    background: #2b7dbf;*/
/*    color: white;*/
/*}*/

 /*highlights current hovered list item and the parent list items when hovering over sub menues*/
.tags-nav ul {
    padding: 0;
    left: 0;
    display: none; /* hides sublist */
    transition: all 0.2s ease-in-out;
}

.tags-nav li.sub:hover ul ul {
    display: none; /* hides sublist */
    transition: all 0.2s ease-in-out;
}

.tags-nav li.sub:hover ul ul ul {
    display: none; /* hides sublist */
    transition: all 0.2s ease-in-out;
}

.tags-nav li.sub:hover ul {
    display: block;
    margin-left: 270px; /* this should be the same width as the parent list item */
    margin-top: -55px; /* aligns top of sub menu with top of list item */
    z-index: 5;
    position: relative;
}

.tags-nav li.sub li:hover ul.small {
    display: block; /* shows sub-sublist on hover */
    margin-left: 250px; /* this should be the same width as the parent list item */
    margin-top: -55px; /* aligns top of sub menu with top of list item */
}

.tags-nav li.sub li:hover ul.big {
    display: block; /* shows sub-sublist on hover */
    margin-left: 250px; /* this should be the same width as the parent list item */
    margin-top: -35px; /* aligns top of sub menu with top of list item */
}

.tags-nav li.sub li li:hover ul {
    display: block; /* shows sub-sublist on hover */
    margin-left: 270px; /* this should be the same width as the parent list item */
    margin-top: -35px; /* aligns top of sub menu with top of list item */
}

@media screen and (max-width: 800px) {
    .mobile-text-center {
        -webkit-align-items: unset!important;
        -ms-flex-align: unset!important;
        align-items: unset!important;
        text-align: center;
    }

    .h1-product {
        text-align: center;
    }

    .prices {
        text-align: center;
    }

    .prices .d-block {
        display: inline-block !important;
    }
}

.no-product-hover:hover {
    position: unset;
    transform: unset;
    box-shadow: unset;
    transition: unset;
    /*z-index: 999;*/
}

.user-discount-price {
    width: 160px;
    text-align: center;
    margin-top: 10px;
}

.price-user-old, .percentage-user {
    background-color: grey !important;
}

.highlighted-repair {
    background-color: #065baa;
    color: white;
}

.highlighted-repair td {
    padding: 10px 10px!important;
}

#cartPrice {
    position: absolute;
    max-width: 200px;
    bottom: 15px;
    right: 9px;
    color: white;
    text-align: center;
    background-color: #2b7dbf;
    border-radius: 22px;
    padding: 0 10px 0;
}
@media screen and (max-width: 800px) {
    #cartPrice {
        bottom: -5px !important;
    }
}
@media screen and (max-width: 1200px) {
    #cartPrice {
        bottom: 5px;
    }
}

.slider-lg .owl-dots .owl-dot {
    box-shadow: 0 0 5px 1px #888888 !important;
}

.products-box.catalog-prod .view-product {
    margin: 10px auto 0;
}

@media screen and (max-width: 800px) {
    .products-box.catalog-prod .view-product {
        margin: 18px auto 0;
    }
}

@media screen and (max-width: 575px) {
    .products-box.catalog-prod .view-product {
        margin: 9px auto 0;
    }
}

.products-box figure .nal-tag.related {
    top: 60px !important;
    background-color: green !important;
    opacity: 90%;
}

@media screen and (max-width: 1775px) {
    .products-box figure .nal-tag.related {
        font-size: 13px;
    }
}

@media screen and (max-width: 1656px) {
    .products-box figure .nal-tag.related {
        font-size: 11px;
    }
}

@media screen and (max-width: 1336px) {
    .products-box figure .nal-tag.related {
        font-size: 12px;
    }
}

@media screen and (max-width: 790px) {
    .products-box figure .nal-tag.related {
        font-size: 11px;
    }
}

@media screen and (max-width: 470px) {
    .products-box figure .nal-tag.related {
        font-size: 10px;
    }
}


@media screen and (max-width: 435px) {
    .products-box figure .nal-tag.related {
        font-size: 8px;
    }
}

@media screen and (max-width: 370px) {
    .products-box figure .nal-tag.related {
        font-size: 7px;
    }
}

div.related-product-title {
    text-align: center;
    background-color: green;
    color: white;
    border-radius: 22px;
    max-width: 250px;
    padding: 5px;
    font-size: 14px;
    margin: 0 auto 10px;
}

.prod-question {
    width: 80%;
    font-size:15px;
    background-color: #2355a7;
    padding: 0 15px;
    margin: 2px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 399px) {
    .prod-question {
        width: 100%;
    }
}

span.send-request {
    padding-left: 20px;
}

.prod-question-small {
    font-size: 10px;
    margin: auto;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 30px;
    padding: 3px 0;
    width: 90%;
}

span.send-request-small {
    color: white;
}

.prod-question-product {
    font-size: 10px;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 30px;
    padding: 10px;
    width: 20%;
    background-color: #2355a7;
}

.prod-question-product {
    font-size: 10px;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    background-color: #2355a7;
}

@media screen and (min-width: 800px) {
    .prod-question-product {
        width: 35%;
    }
}

.new-message-text {
    font-weight: bold;
    color: #2355a7;
}

.message-products {
    display: inline-flex;
}

body #header .header-main .search-hold .btn {
    padding: 5px 10px!important;
}

#compatibility-carousel .owl-item img {
    padding: 0 20px;
}


@media screen and (max-width: 800px) {
    #compatibility-carousel .owl-item img {
        padding: 0 100px !important;
    }

    #compatibility {
        padding-top: 30px !important;
    }
}

.lightbox {
    display: none;
}

.assign-filters {
    text-align: center;
    margin-bottom: 9px;
}

.sticky {
    position: sticky;
    top: 0px;
    background-color: transparent;
    text-align: center;
    z-index: 9999;
}

.view-all-category {
    font-size: 12px !important;
    color: black !important;
    float: right;
}

.filter-nav h4.h4:after {
    right: 25% !important;
}

@media screen and (max-width: 600px) {
    .message-panel img {
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .quant {
        display: none !important;
    }

    body #wrapper .products-box.catalog-prod .prod-question {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

#newMessage {
    width: 150px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999999999999;
    text-align: center;
    color: white;
    background-color: #2b7dbf;
    border-radius: 22px;
    box-shadow: 3px 3px 15px 1px #888888;
}

#newMessage img {
    margin: 10px 0;
}

#newMessage span {
    padding-bottom: 20px;
}

.fast-order input {
    width: 100% !important;
}

.fast-order {
    text-align: center;
}

.my-phone-button, .my-phone-button-mobile {
    font-family: "Segoe UI Bold",sans-serif !important;
    color: #464553 !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
    background: #fff !important;
    text-align: center !important;
    -webkit-box-shadow: 0 8px 10px -6px #464553 !important;
    box-shadow: 0 8px 10px -6px #464553 !important;
    margin-bottom: 15px !important;
    border-radius: 15px !important;
}

.my-phone-button-mobile {
    font-size: 35px !important;
}

.my-phone:hover .my-phone-button {
    color: #fff !important;
    background-color: #464553 !important;
}

@media screen and (max-width: 768px) {
    .my-phone-button {
        display: none;
    }
    .my-phone-button-mobile {
        display: block !important;
    }
}

.swal-footer {
    text-align: center !important;
}

.my-phone-brand, .my-phone-model {
    font-family: "Segoe UI Bold",sans-serif;
    color: #464553;
    padding: 10px 10px;
    text-transform: uppercase;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 8px 10px -6px #464553;
    box-shadow: 0 8px 10px -6px #464553;
    margin-bottom: 15px;
    border-radius: 15px;
    font-size: 15px;
    width: 100%;
}

.my-phone-brand:hover, .my-phone-model:hover{
    color: #fff !important;
    background-color: #464553 !important;
}

.my-phone-model.selected {
    color: #fff !important;
    background-color: #464553 !important;
}

.images-info-text {
    font-size: 10px;
    transition: transform .3s;
    text-align: center;
}

.images-info-text:hover {
    transform: scale(1.1);
}

.featherlight .featherlight-content {
    min-width: 90%;
}

.reduce-half-width {
    width: 50% !important;
}

.back-to-brands-button {
    border-radius: 15px;
    margin: 5px auto;
    padding: 5px 0;
    width: 20%;
    text-align: center;
    font-size: 16px !important;
    box-shadow: 0 8px 10px -6px #464553;
    background-color: #464553 !important;
    color: white !important;
    cursor: pointer;
}

.search-brands {
    border-radius: 15px;
    margin: 5px auto;
    width: 20%;
    padding-left:50px;
    font-size: 2rem !important;
    box-shadow: 0 8px 10px -6px #464553;
    background-color: #2355a7 !important;
    color: white !important;
    background-image: url("../images/icons/search-white.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px 1rem;
}

@media screen and (max-width: 768px) {
    .back-to-brands-button {
        width: 100% !important;
    }

    .search-brands {
        width: 100% !important;
    }

    .featherlight .featherlight-content {
        min-height: 100%;
    }
}

.search-brands::placeholder {
    color:white !important;
}

.delivery-options {
    padding-top: 30px;
}

@media screen and (max-width: 768px) {
    #wrapper main {
        padding-top: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .mobile.slider-homepage {
        display: none;
    }
}

.products-box {
    border-radius: 10px;
}

.subnav {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    padding-left: 0px;
    width: 100%;
    background-color: #464553;
    box-shadow: 0 0 10px rgb(60 60 60 / 40%);
}

.subnav li {
    list-style-type: none;
    width: 100%;
}

.subnav li a {
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    color: white;
    background-color: #464553;
    font-size: 14px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 12px;
    font-family: "Segoe UI Bold",sans-serif;
    font-weight: bold;
    border-right: 2px solid white;
    text-transform: uppercase;
}

.subnav li:last-of-type a {
    border-right: none;
}

.subnav li a:after {
    content: '';
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: white;
    position: absolute;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.subnav li a:hover:after {
    opacity: 1;
}

@media(min-width: 992px) {
    .subnav {
        display: flex;
    }
}

/* sidebar css */
.subcategory-sidebar {
    margin: 0px auto;
}

.subcategory-sidebar .subcategory-container {
    margin-bottom: 5px;
}

.subcategory-sidebar .subcategory-container .subcat-btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: "Segoe UI Bold",sans-serif;
    font-weight: bold;
    color: #464553;
    transition: all .3s ease-in-out;
}

@media (max-width: 765px) {
    .subcategory-sidebar .subcategory-container .subcat-btn {
        font-size: 20px;
    }

    .subcategory-sidebar .subcategory-container .subcategories .options-btn, .subcategory-sidebar .subcategory-container .subcategories .options-btn-open {
        font-size: 18px;
    }
}

.subcategory-sidebar .subcategory-container .subcat-btn:hover {
    opacity: .7;
}

.subcategory-sidebar .subcategory-container .subcategories {
    display: none;
    padding-left: 20px;
}

.subcategory-sidebar .subcategory-container .subcategories .subcategories-inner {
    display: flex;
    flex-direction: column;
}

.subcategory-sidebar .subcategory-container .subcategories .options-btn {
    color: #4E4E50;
    font-family: "Segoe UI Bold",sans-serif;
    transition: all .3s ease-in-out;
    text-decoration: none;
    margin-top: 7px;
    font-weight: bold;
}

.subcategory-sidebar .subcategory-container .subcategories .options-btn:last-of-type {
    margin-bottom: 10px;
}

.subcategory-sidebar .subcategory-container .subcategories .options-btn:hover {
    opacity: .7;
}
/* end sidebar css */

/* product listing css */
.subcategory-products-container {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.subcategory-products-container .product-container-outer {
    width: 100%;
    margin-bottom: 50px;
}

.subcategory-products-container .product-container-outer .product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.subcategory-products-container .product-container-outer .product-container:hover .product-btn {
    background-color: #2355A7;
}

.subcategory-products-container .product-container-outer .product-container .product-img {
    object-fit: contain;
    width: 90%;
    transition: all .2s ease-in-out;
}

.subcategory-products-container .product-container-outer .product-container:hover .product-img {
    transform: scale(1.1);
}

.subcategory-products-container .product-container-outer .product-container .product-btn {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #0064FE;
    border-radius: 20px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    font-family: "Segoe UI Bold",sans-serif;
    z-index: 1;
    margin-top: 10px;
    font-size: 14px;
}

.subcategory-products-container .product-container-outer .product-container .product-btn svg {
    margin-left: 10px;
}
/* end product listing css */

/* media queries */
@media(min-width: 500px) {
    .subcategory-products-container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .subcategory-products-container .product-container-outer {
        width: 50%;
        padding: 0 10px;
    }

    .subcategory-products-container .product-container-outer .product-container .product-img {
        height: 150px;
    }
}

@media(min-width: 768px) {
    .subcategory-container-outer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .subcategory-sidebar {
        width: 30%;
        max-width: 250px;
    }

    .subcategory-products-container {
        margin-top: 0;
        width: 80%;
        padding-left: 20px;
    }
}

@media(min-width: 1000px) {
    .subcategory-products-container .product-container-outer .product-container .product-btn {
        max-width: 230px;
    }
}

@media(min-width: 1200px) {
    .subcategory-products-container .product-container-outer {
        width: 33.33%;
    }
}

/* product listing css */
.subcategory-products-container-outer {
    display: flex;
    flex-direction: column;
}

.subcategory-products-container-outer .product-preview-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.subcategory-products-container-outer .product-preview-container .product-img {
    object-fit: contain;
}

.subcategory-products-container-outer .product-preview-container h2 {
    font-family: "Segoe UI Bold",sans-serif;
    margin-top: 20px;
    text-align: center;
}

.subcategory-products-container {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.subcategory-products-container .product-container-outer {
    width: 100%;
    margin-bottom: 20px;
}

.subcategory-products-container .product-container-outer .product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.subcategory-products-container .product-container-outer .product-container:hover .product-btn {
    color: #fff;
    background-color: #464553;
}

.subcategory-products-container .product-container-outer .product-container .product-img {
    object-fit: contain;
    width: 90%;
    transition: all .2s ease-in-out;
    padding: 20px;
}

.subcategory-products-container .product-container-outer .product-container:hover .product-img {
    transform: scale(1.2);
}

.subcategory-products-container .product-container-outer .product-container .product-btn {
    text-decoration: none;
    color: #464553;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    font-family: "Segoe UI Bold",sans-serif;
    z-index: 1;
    margin-top: 10px;
    font-size: 14px;
    -webkit-box-shadow: 0 8px 10px -6px #464553;
    box-shadow: 0 8px 10px -6px #464553;
}

.subcategory-products-container .product-container-outer .product-container .product-btn svg {
    margin-left: 10px;
}
/* end product listing css */

/* media queries */
@media(min-width: 500px) {
    .subcategory-products-container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .subcategory-products-container .product-container-outer {
        width: 50%;
        padding: 0 10px;
    }

    .subcategory-products-container .product-container-outer .product-container .product-img {
        height: 150px;
    }

    .subcategory-products-container-outer .product-preview-container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .subcategory-products-container-outer .product-preview-container img {
        max-width: 50%;
    }

    .subcategory-products-container-outer .product-preview-container h2 {
        width: 50%;
        text-align: left;
    }
}

@media(min-width: 768px) {
    .subcategory-container-outer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .subcategory-sidebar {
        width: 30%;
        max-width: 250px;
    }

    .subcategory-products-container-outer {
        margin-top: 0;
        width: 80%;
        padding-left: 20px;
    }


    .subcategory-products-container-outer .subcategory-products-container {
        /* margin-top: 0; */
        width: unset !important;
        padding-left: unset !important;
    }

    .subcategory-products-container-outer .product-preview-container {
        margin-top: 0;
    }
}

@media(min-width: 1000px) {
    .subcategory-products-container .product-container-outer .product-container .product-btn {
        max-width: 230px;
    }

    .subcategory-products-container-outer .product-preview-container h2 {
        font-size: 30px;
        padding-left: 10px;
    }
}

@media(min-width: 1200px) {
    .subcategory-products-container .product-container-outer {
        width: 33.33%;
    }

    .subcategory-products-container-outer .product-preview-container .product-img {
        width: 100%;
        max-width: 35%;
    }
}

.home-mobile-filters a, .show-filters-button {
    display: inline-block;
    font-family: "Segoe UI Bold",sans-serif;
    color: #464553;
    margin: 10px;
    padding: 10px;
    text-transform: uppercase;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 8px 10px -6px #464553;
    box-shadow: 0 8px 10px -6px #464553;
    border-radius: 15px;
    width: 45%;
    text-decoration: none;
}

.home-mobile-filters a:hover {
    color: #fff;
    background-color: #464553;
}


/* media queries */
@media(min-width: 500px) {
    .subcategory-products-container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .subcategory-products-container .product-container-outer {
        width: 50%;
        padding: 0 10px;
    }

    .subcategory-products-container .product-container-outer .product-container .product-img {
        height: 250px;
    }

    .subcategory-products-container-outer .product-preview-container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .subcategory-products-container-outer .product-preview-container img {
        max-width: 50%;
    }

    .subcategory-products-container-outer .product-preview-container h2 {
        width: 100%;
        text-align: center;
    }
}

@media(min-width: 768px) {
    .subcategory-container-outer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .subcategory-sidebar {
        width: 30%;
        max-width: 250px;
    }

    .subcategory-products-container-outer {
        margin-top: 0;
        width: 80%;
        padding-left: 20px;
    }


    .subcategory-products-container-outer .subcategory-products-container {
        /* margin-top: 0; */
        width: unset !important;
        padding-left: unset !important;
    }

    .subcategory-products-container-outer .product-preview-container {
        margin-top: 0;
    }
}

@media(min-width: 1000px) {
    .subcategory-products-container .product-container-outer .product-container .product-btn {
        max-width: 230px;
    }

    .subcategory-products-container-outer .product-preview-container h2 {
        font-size: 30px;
        padding-left: 10px;
    }
}

@media(min-width: 1200px) {
    .subcategory-products-container .product-container-outer {
        width: 33.33%;
    }

    .subcategory-products-container-outer .product-preview-container .product-img {
        width: 100%;
        max-width: 35%;
    }
}

@media (max-width: 768px) {
    .home-mobile-filters button {
        margin: 5px;
    }
    
    .subcategory-products-container .product-container-outer .product-container .product-img {
        width: 60% !important;
    }
}

/* .home-mobile-filters a {
    color: white;
} */

@media (max-width: 768px) {
    .home-mobile-filters a {
        margin: 5px;
    }
}

.subcategory-sidebar .subcategory-container .subcat-btn i {
    margin-bottom: 4px;
    transition: all .2s ease-in-out;
}

.subcategory-sidebar .subcategory-container .subcat-btn i.rotate, .show-filters-button i.rotate {
    transform: rotate(180deg);
}

.subcategory-sidebar .subcategory-container .subcategories .options-btn:last-of-type {
    margin-bottom: 0;
}

.subcategory-sidebar .subcategory-container .subcategories .options-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.subcategory-sidebar .subcategory-container .subcategories i {
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-top: 8px;
}

.subcategory-sidebar .subcategory-container .subcategories i.rotate {
    transform: rotate(180deg);
}

.subcategory-sidebar .subcategory-container .subcategories .options-outer:last-of-type {
    margin-bottom: 5px;
}

.subcategory-sidebar .subcategory-container .subcategories .options-outer .options-submenu {
    padding-left: 20px;
    display: none;
}

.subcategory-sidebar .subcategory-container .subcategories .options-outer .options-submenu .options-btn:last-of-type {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .show-filters-button {
        display:none;
    }
}

@media (max-width: 768px) {
    div.filters {
        text-align: center;
    }
    .subcategory-sidebar{
        display: none;
    }

    .subcategory-container-outer {
        text-align: center;
    }
}

/* .show-filters-button {
    padding: 20px;
    width: 45%;
    margin: 10px;
    text-transform: uppercase;
    background-color: #065baa;
    color: white;
} */

.show-filters-button i {
    transition: all .2s ease-in-out;
}