.navbar-main {
    border-color: #eee;
    box-shadow: none;
    border-width: 0;
    min-height: auto;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #3e3d8e;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.sticky-navbar-main {
    border-color: #eee;
    box-shadow: none;
    border-width: 0;
    min-height: auto;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #3e3d8e;
    width: 100%;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    z-index: 1030;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.navbar-main .nav-links {
    color: #fff;
}

.navbar-main .xs-icon {
    color: #ffffff;
    font-size: 1.0rem;
    margin-left: 0.5rem;
}

.navbar-main .xs-icon:hover {
    color: #cccccc;
}

.navbar-main .icons {
    display: flex;
    align-items: center;
}

.navbar-main .account {
    display: flex;
}

.navbar-main .account span {
    margin: 0.3rem;
}

.navbar-main .badges {
    font-size: 0.65rem;
    margin-left: -1.2rem;
    position: relative;
    top: -0.7rem;
}

.navbar-main .navbar-inner {
    padding: 1rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 767.98px) {
    .brand-logo {
        max-width: 98px;
        margin: 0.2rem 0 0 0.5rem;
    }

    .icons {
        float: right;
        margin-top: 0.2rem;
    }

    .navbar-inner {
        padding: 0 !important;
    }

    .brand-xs {
        display: flex;
    }

    .hamburger-icon {
        margin-top: 0.3rem;
        font-size: 1.5rem;
        color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-inner {
        width: 740px;
    }
}

@media (min-width: 768px) {
    .brand-logo {
        max-width: 268px;
    }
}

@media (max-width: 768px) {
    .navbar-main .badges {
        margin-left: 0;
    }
}

@media (max-width: 1259.98px) and (min-width: 992px) {
    .list-view .add-to-fav {
        width: 173px;
    }

    .list-view .product-detail-button {
        width: 173px;
    }
}

@media (max-width: 768px) {
    .list-view .product-detail-button {
        /*width: 173px;*/
        width: 13%!important;
    }

    .list-view .btn-add-to-cart {
        display: none;
    }

    .product-detail-button span {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1259.98px) {
    .navbar-inner {
        width: 960px;
    }
}

@media (min-width: 1260px) {
    .brand-logo {
        margin-left: 1rem;
    }

    .navbar-inner {
        width: 1220px;
    }
}

.visible-self {
    display: block !important;
}

.bottom-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-no-padding {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

#links {
    background-color: #ffffff;
    margin-top: 1rem;
}

.col-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* .breadcrumb-inner {
  margin-top: 2rem; } */

#toast-container > .toast {
    opacity: 1 !important;
}

#toast-container > .toast-info {
    background-color: #ffffff !important;
    color: #000 !important;
}

#toast-container .toast-close-button {
    color: #000 !important;
}

.active-view {
    background-color: #e0e0e0 !important;
}

.add-to-cart {
    white-space: normal;
    /*background-color: #3985e0;*/
    /*border-color: #3985e0;*/
}

/*.add-to-cart:hover {*/
/*    background-color: #004485;*/
/*    border-color: #003f7b;*/
/*}*/
.add-to-fav {
    color: #005eb8;
    background-color: #ffffff;
    border-color: #3e3d8e;
}

.add-to-fav:hover {
    background-color: inherit;
    color: #005eb8;
}

.fav-icon {
    color: #888;
}

.row-less-margin {
    margin-left: 0;
    margin-right: 0;
}

body {
    background-color: #e9ebee;
    position: relative;
}

.breadcrumb {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: -0.5rem;
}

.breadcrumb {
    background: #fff;
}

.breadcrumb li + li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0";
}

.sidebar-head,
.sidebar-body {
    background-color: #e1f3fd;
}

.sidebar-body {
    display: grid;
    padding: 0.5rem;
}

.sidebar-head a {
    color: #000;
    text-decoration: none !important;
}

.sidebar-body a {
    text-decoration: none !important;
    display: block;
    color: #000;
    padding: 0.5rem;
}

.hover-underline:hover {
    text-decoration: underline;
    color: #005eb8;
}

.sidebar-head {
    padding: 0.5rem;
    font-weight: bold;
}

#sidebar-category {
    margin-top: 0.5rem;
}

.title-xl {
    color: #000;
    font-size: 55%;
    font-weight: 600;
    margin: 0 1rem;
    text-shadow: none;
}

.title-sm {
    color: #000;
    font-size: 35%;
    text-shadow: none;
}

.title-md {
    color: #000;
    font-size: 45%;
    text-shadow: none;
}

.listing-panel {
    background-color: #fff;
    border-right: 10px solid #e9ebee;
}

.listing-panel-heading {
    border-style: solid;
    border-width: 10px 0 1px 0;
    border-color: #e5e5e5;
}

.listing-panel-body {
    padding: 0.5rem;
    display: flex;
    background-color: #fff;
    position: sticky;
    top: 2.5rem;
    z-index: 1;
}

.btn-sm-list,
.btn-sm-grid {
    background-color: #ffffff;
    border-color: #888;
}

.btn-sm-list svg,
.btn-sm-grid svg {
    color: #373737;
}

.btn-alt {
    color: #666;
    background-color: #fff;
    border-color: #ccc;
    margin: 0 0.5rem;
    color: #666;
    background-color: #fff;
    border-color: #ccc;
    margin: 0 0.5rem;
    padding: 0.3rem 1rem;
}

.btn-alt span {
    display: block;
    line-height: 15px;
}

.filter-btn-title {
    font-weight: 700;
    color: #000;
    font-size: 0.8rem;
}

.filter-btn-body {
    font-size: 0.7rem;
}

.product-grid {
    display: flex;
    margin: 0.5rem 0;
    flex-flow: row wrap;
    background-color: #e9ebee;
    position: relative;
}

.product-box {
    position: relative;
    border-right: 10px solid #e9ebee;
    flex-wrap: wrap;
    margin-bottom: 10px;
    background-color: white;
}

.btn-heart {
    color: #bbb;
    background: transparent;
    position: absolute;
    top: 1rem;
    right: 0.7rem;
}

.fav-product,
.non-fav-product {
    padding: 0.1rem;
    display: none;
    top: 1rem;
    position: absolute;
    z-index: 1;
    background-color: #22a7f0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    right: 3rem;
}

.full-star {
    color: #ffff1a;
}

.empty-star {
    color: #cccccc;
}

.star-rating {
    font-size: 0.8rem;
    padding-top: 0.8rem;
}

.product-title {
    font-size: 0.8rem;
    text-align: center;
    padding-top: 0.5rem;
    font-weight: 700;
    min-height: 4.1rem;
    max-height: 4.1rem;
    overflow: hidden;
}

.product-title.slider {
    min-height: 3.5rem;
    max-height: 3.5rem;
}

.product-link {
    color: #000000;
    text-decoration: none !important;
}

.product-link:hover {
    color: #00376c;
}

.stoc {
    color: #090;
    font-size: 0.9rem;
}

.product-btm {
    text-align: center;
    margin-top: 4.8rem;
}

.product-text {
    color: #888;
    font-size: 0.8rem;
    text-align: center;
    min-width: 173px;
}

.product-text span {
    color: #000000;
}

.product-old-price {
    color: #000;
    font-size: 0.8rem;
    text-align: center;
    margin-top: -0.8rem;
    min-height: 19px;
}

.product-new-price {
    font-weight: 600;
    color: #ef2809;
    text-align: center;
    margin-top: -0.8rem;
}

.grid-view .product-box {
    padding: 1rem;
    width: 50%;
    height: 29rem;
}

.grid-view .product-img {
    width: 100%;
    height: auto;
}

.grid-view .star-rating {
    text-align: center;
}

.grid-view .product-text {
    text-align: center;
}

.grid-view .add-to-cart {
    position: absolute;
    bottom: 1rem;
}

.grid-view .product-title-inner {
    height: 100%;
}

.grid-view .product-title {
    /*left: 0;*/
    transition: all 0.2s;
    /*margin-left: 10px;*/
    margin-right: 10px;
    background: #fff;
    position: absolute;
    z-index: 1000;
}

.grid-view .product-title:hover .colors,
.grid-view .product-title:hover .sizes {
    display: block !important;
}

.grid-view .product-title:hover {
    margin-top: -4.8rem;
    min-height: 150px;
}

.grid-view .colors {
    margin: 0.5rem 0;
}

.grid-view .product-color,
.grid-view .product-size {
    color: #666;
    background-color: #fff;
    border-color: #ccc;
    font-size: 12px;
    padding: 0.1rem 0.5rem;
    margin-top: 0.2rem;
}

.grid-view .product-color:hover,
.grid-view .product-size:hover {
    background-color: #e0e0e0;
    color: #333;
}

.list-view .product-box {
    display: -webkit-box;
    width: 100%;
    padding: 3.5rem;
}

.list-view .product-img {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 1rem;
    left: 1rem;
}

.list-view .star-rating {
    position: absolute;
    top: 3.5rem;
    left: 8rem;
    text-align: left;
}

.list-view .product-link {
    padding: 0.5rem 0.5rem 0.5rem 0;
    position: absolute;
    top: 0.5rem;
    left: 8rem;
    text-align: left;
}

.list-view .stoc, .list-view .badge-preorder {
    position: absolute;
    top: 5.5rem;
    left: 8rem;
    text-align: left;
}

.list-view .product-text {
    position: absolute;
    top: 6.8rem;
    left: 8rem;
    text-align: left;
}

.list-view .product-old-price {
    position: absolute;
    top: 8.7rem;
    left: 7.9rem;
}

.list-view .product-discount {
    /*position: absolute;*/
    top: 0;
    right: -3rem;
}

.list-view .product-new-price {
    position: absolute;
    top: 10rem;
    left: 8rem;
}

.list-view .btn-heart {
    display: none;
}

.filter-button-cart {
    background-color: #3e3d8e;
    border-color: #0f125ae0;
}

.filter-button-cart:hover {
    background-color: #0f125ae0;
    border-color: #3e3d8e;
}

.filter-button-preorder {
    background-color: #5e97f6;
    border-color: #004485;
}

.filter-button-preorder:hover {
    background-color: #004485;
    border-color: #1763AA;
}

/*.product-detail-button {*/
/*    background-color: #3e3d8e;*/
/*    border-color: #0f125ae0;*/
/*}*/

/*.product-detail-button:hover {*/
/*    background-color: #0f125ae0;*/
/*    border-color: #3e3d8e;*/
/*}*/

.list-view .product-detail-button {
    position: absolute;
    right: 1rem;
    top: 7rem;
    width: 29%;
}

.links {
    background-color: #ffffff;
    margin-top: 1rem;
    padding: 1rem 0;
    margin-left: -1.5rem;
}

.links h2 {
    font-size: 18px;
    font-weight: bold;
}

.interest-carousel {
    padding: 1rem 0;
    margin-left: -1.5rem;
}

.btn-links {
    border-radius: 15px;
    background-color: #e8f7fe;
    margin-bottom: 10px;
    color: #215ab4;
    pointer-events: auto;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
}

.more-link p {
    color: #005eb8;
    font-size: 85%;
    font-weight: 700;
    text-align: left;
}

.more-link {
    padding: 0.5rem;
    background-color: #ffffff;
}

.links-body {
    background-color: #ffffff;
}

.next-page {
    color: #005eb8;
    background-color: #fff;
    border-color: #005eb8;
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
}

.page-number {
    padding: 0.5rem;
    text-align: center;
    background-color: #ffffff;
}

.pagination-label {
    color: #fff;
    background-color: #005eb8;
    border-color: #005eb8;
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
    padding: 0.6rem;
}

.pagination-links .pagination {
    justify-content: center;
}

.navigation-history {
    padding: 1rem 0;
}

.navigation-history h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.nav-tab {
    display: inline-flex;
    overflow-x: scroll;
    width: 100%;
    display: inline-flex;
    overflow: hidden;
}

.history-img-tab {
    margin-right: 1rem;
    position: relative;
}

.history-img-link {
    width: 76px;
    height: 76px;
    padding: 10px;
    display: block;
    margin: 0;
    background: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
    border: 4px solid #fff;
}

.history-img {
    position: absolute;
    left: 10px;
    top: 10px;
}

.history-img-link {
    width: 76px;
    height: 76px;
    padding: 10px;
    display: block;
    margin: 0;
    background: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
    border: 4px solid #fff;
}

.history-img-link:hover {
    border: 2px solid #808080;
}

.history-img-link.active {
    border: 2px solid #005eb8;
}

.footer-services {
    padding: 1rem;
    background-color: #ffffff;
    margin-top: 1rem;
    width: 100%;
    margin: 0 auto;
}

.footer-services-tab {
    margin: 0 0 -1px;
    /*border: 1px solid #e7e7e7;*/
    padding: 0.5rem 0;
    color: #3e3d8e;
    align-items: center;
    position: relative;
}

@media (max-width: 768px) {
    .footer {
        margin-top: -80px;
    }

    .footer-services {
        position: relative;
        top: 66px;
    }

    .footer-services a:hover {
        border: 1px solid #e7e7e7;
    }

    .footer-service:hover {
        border: 1px solid #e7e7e7 !important;
    }

    .footer-service {
        width: 100%;
        padding: 10px;
        border: 1px solid #e7e7e7;
    }

    .footer-service-link {
        width: 100%;
        background-color: #e9ebee;
    }

    .footer-item {
        width: 100%;
        border-bottom: 1px solid #d8d0d0;
    }

    .footer-item p {
        margin: 0;
        padding: 0.5rem;
    }

    .footer-copy {
        position: relative;
        top: 66px;
    }
}

.footer-service-link a {
    color: #7d7373;
}

.footer-service-link a:hover {
    text-decoration: none;
}

.footer-item {
    font-size: 0.8rem;
    padding-left: 15px;
}

.collapsed-body {
    background-color: #e9ebee;
}

.collapsed-body a {
    color: #888;
    text-decoration: none;
}

.footer-icons {
    background-color: #ffffff;
    padding: 1rem;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    text-align: center;
}

.footer-copy {
    background-color: #ffffff;
    text-align: center;
    padding: 1rem;
}

.copy-text {
    font-size: 10px;
    color: #888;
}

.btn-heart:active,
.btn-heart:focus {
    outline: none !important;
    box-shadow: none;
}

.btn-heart-red {
    color: #ef2809;
}

.main-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-control-label::before {
    border: 1px solid #005596;
    background-color: #fff;
    text-decoration: none;
}

.custom-control-label.active::before {
    border: 1px solid #005596;
    background-color: #005596 !important;
    color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .bottom-container {
        width: 650px;
    }
    .list-view .product-detail-button.filter-button-cart {
        top: 12rem;
        left: 11rem;
        width: 58%;
    }
    .container-fluid {
        max-width: 740px;
    }

    .main-container {
        width: 740px;
    }

    .product-box {
        padding-bottom: 3rem !important;
    }

    .grid-view .product-btm {
        margin-top: 4rem !important;
    }

    .grid-view .product-title:hover {
        margin-top: -5.2rem;
        min-height: 150px;
    }

    .list-view .product-img {
        min-height: 140px;
        width: auto;
    }

    .list-view .star-rating,
    .list-view .product-link,
    .list-view .stoc,
    .list-view .product-text,
    .list-view .product-old-price,
    .list-view .product-new-price,
    .list-view .badge-preorder {
        left: 10.5rem;
    }

    .list-view .add-to-cart,
    .list-view .add-to-fav {
        width: 58%;
        left: 9.5rem;
    }

    .list-view .add-to-cart {
        top: 11.5rem;
    }

    .list-view .add-to-fav {
        top: 15rem;
    }

    .list-view .product-box {
        padding-bottom: 11rem !important;
    }

    .list-view .product-detail-button {
        width: 35%;
    }
}

@media (min-width: 992px) and (max-width: 1259.98px) {
    .bottom-container {
        width: 872px;
    }

    .container-fluid {
        width: 960px;
    }

    .main-container {
        width: 960px;
    }

    .grid-view .add-to-cart {
        right: 1.6rem;
    }

    .grid-view .product-box {
        width: 33% !important;
    }

    .list-view .product-box {
        padding-bottom: 6rem !important;
    }

    .list-view .star-rating {
        top: 3.5rem;
        left: 13rem;
    }

    .list-view .product-link {
        left: 12.5rem;
        width: 26%;
    }

    .list-view .stoc {
        top: 1rem;
        left: 34.3rem;
    }

    .list-view .badge-preorder {
        top: 1rem;
        left: 32.1rem;
    }

    .list-view .product-text {
        top: 2.5rem;
        left: 26.5rem;
    }

    .list-view .product-new-price {
        top: 6rem;
        left: 26.6rem;
    }

    .list-view .add-to-cart {
        position: absolute;
        top: 7rem;
        right: 1rem;
        width: 29%;
    }

    .list-view .add-to-fav {
        position: absolute;
        right: 1rem;
        top: 10rem;
        width: 29%;
    }

    .list-view .product-old-price {
        top: 4.7rem;
        left: 25.3rem;
        min-width: 173px;
    }
}

#order_modal .order-link {
    color: #005eb8;
}

#order_modal .custom-radio {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
    margin-top: 1rem;
}

#order_modal a {
    color: #005eb8;
    font-weight: bold;
}

#order_modal a:hover {
    color: #00376c;
}

.order-link {
    color: #005eb8;
}

@media (min-width: 992px) {
    .list-view .product-img {
        min-height: 170px;
        width: auto;
    }
}

.back-to-filter {
    display: none;
}

.filter-head {
    display: none;
}

.filter-status {
    display: none;
}

.filter-category-collapse {
    display: none;
}

.filter-option {
    line-height: 0.2rem;
    padding: 1rem 1rem 0.5rem 1rem;
    align-items: center;
    background: #ffffff;
    margin-bottom: 0.5rem;
}

.filter-head-title {
    font-weight: 600;
    font-size: 0.9rem;
    color: #000;
}

.filter-option-collapse {
    text-decoration: none !important;
}

.filter-disp-collapsed span {
    color: #888;
    margin-left: 0.5rem;
}

.angle-down {
    font-size: 2rem;
    color: #000;
}

.filter-collapsed {
    padding: 0 1rem 1rem 1rem;
    background-color: #ffffff !important;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .navigation-history,
    .visitedProducts,
    .carous-title {
        margin-left: -2rem;
    }

    .btn-filter,
    .btn-order,
    .view-change {
        display: none;
    }

    .breadcrumb {
        background: transparent !important;
    }

    .listing-panel-heading {
        margin-top: 0.6rem;
        border: 0;
    }

    .list-view .add-to-cart,
    .list-view .add-to-fav {
        position: absolute;
    }

    .list-view .add-to-cart svg,
    .list-view .add-to-fav svg {
        float: left;
        margin-top: 0.2rem;
    }

    .grid-view .add-to-fav {
        display: none;
    }

    /* .breadcrumb-inner {
      margin-top: 4.7rem; } */
    .breadcrumb {
        background: transparent;
    }
}

@media (max-width: 767.98px) {
    .grid-view .product-box {
        height: unset;
    }

    .list-view .product-img {
        min-height: 100px;
    }

    #links {
        padding: 0 2rem;
    }

    .main-container {
        padding: 0;
    }

    .list-content {
        margin-top: 74px;
    }

    .search-content {
        margin-top: 45px;
    }

    #mobile-search-text {
        position: fixed;
        top: 49px;
        background: #3e3d8e;
        width: 100%;
        z-index: 9999;
        padding: 5px 10px;
        min-height: 50px;
        box-shadow: 0 4px 6px -3px #000;
    }


    .list-content .breadcrumb.d-none {
        margin-top: 18px;
    }

    .filter-select + span,
    .page-select + span {
        display: none !important;
    }

    .btn-sm-list,
    .btn-sm-grid {
        display: none;
    }

    .add-to-cart,
    .add-to-fav {
        display: none;
    }

    .filter-head {
        padding: 0.5rem;
        border-bottom: 1px solid #c6c8cb;
        height: 3.5rem;
    }

    .filter-head-title {
        font-weight: 600;
        font-size: 1.1rem;
        color: #000;
    }

    .filter-status {
        padding: 0.8rem;
        border-bottom: 1px solid #c6c8cb;
        height: 3.5rem;
    }

    .filter-gray-text {
        color: #888;
    }

    .angle-right {
        float: right;
        margin-top: -3rem;
        font-size: 2rem;
        color: #000;
    }

    .filter-category-collapse,
    .filter-option-collapse {
        text-decoration: none !important;
    }

    .filter-category-collapse {
        width: 100%;
        text-align: left;
    }

    .filter-option {
        line-height: 0.2rem;
        padding: 1rem 1rem 0.5rem 1rem;
        background: #e9ebee;
        align-items: center;
    }

    .angle-down {
        font-size: 2rem;
        color: #000;
    }

    .filter-disp-collapsed {
        padding: 1rem 1rem 0.5rem 1rem;
        border-bottom: 1px solid #c6c8cb;
        background: #e9ebee !important;
    }
}

@media (min-width: 1260px) {
    .bottom-container {
        width: 1127px;
    }

    .grid-view .product-box {
        width: 25% !important;
    }

    .main-container {
        width: 1220px;
    }

    .filter-page {
        padding: 0 !important;
    }

    .container-fluid {
        padding: 0;
    }

    .list-view .product-box {
        padding-bottom: 6rem !important;
    }

    .list-view .star-rating {
        top: 3.5rem;
        left: 13rem;
    }

    .list-view .product-link {
        left: 12.5rem;
        width: 50%;
    }

    .list-view .stoc, .list-view .badge-preorder {
        top: 1rem;
        right: 1rem !important;
        left: unset;
    }

    .list-view .product-text {
        top: 2.5rem;
        right: 1rem !important;
        left: unset;
    }

    .list-view .product-new-price {
        top: 6rem;
        right: 1rem !important;
        left: unset;
    }

    .list-view .add-to-cart {
        position: absolute;
        top: 7rem;
        right: 1rem;
        width: 29%;
    }

    .list-view .add-to-fav {
        position: absolute;
        right: 1rem;
        top: 10rem;
        width: 29%;
    }

    .list-view .product-old-price {
        top: 4.7rem;
        left: unset;
        right: 4rem;
    }
}

@media (min-width: 1400px) {
    .container-fluid {
        padding: 0 6rem !important;
    }
}

@media (min-width: 1260px) and (max-width: 1399.98px) {
    .container-fluid {
        padding: 0 1.5rem;
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*# sourceMappingURL=maps/filter.css.map */


/*---------- star rating ----------*/
.review-star-rating {
    align-items: center;
    font-size: 1.15em;
    min-height: 1.15em;
    padding: 0;
}

.back-stars {
    color: #cccccc;
    position: relative;
    text-shadow: 4px 4px 10px #cccccc;
}

.front-stars {
    color: #f9bf3b;
    overflow: hidden;
    position: absolute;
    text-shadow: 2px 2px 5px #d29b09;
    top: 0;
}

.reviews .reviews-general-rating .review-star-rating {
    justify-content: center;
}

.reviews-general-rating .review-rating-data {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #666;
}

@media (min-width: 992px) {
    .reviews-general-rating .review-rating-data {
        font-size: 52px;
        line-height: 58px;
        margin-bottom: 15px;
    }
}

#sidebar-category .sidebar-body .active-category {
    font-weight: bold;
}

#filter-sidebar a {
    color: #222;
    text-decoration: none;
}

#filter-sidebar .delete-filters a:hover, .listing-panel .delete-filters a:hover {
    color: #ef2809;
}

#filter-sidebar .delete-filters:hover, .listing-panel .delete-filters:hover {
    color: #ef2809;
}

#filter-sidebar .delete-filter-red, .listing-panel .delete-filters {
    color: #ef2809;
}

.filter-color-box .colors {
    width: 25px !important;
    height: 25px !important;
    margin: 0.4rem;
    position: relative;
}

.colors.style-multicolor {
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
    /* background-image: linear-gradient(to right, red,yellow,green,blue); */
}

.filter-color-box .active-color:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    -webkit-filter: drop-shadow(.05em .05em black);
    filter: drop-shadow(.05em .05em black);
    mix-blend-mode: difference;
    position: absolute;
    top: 0;
    left: 0.2rem;
    display: block;
    width: 1.5rem;
    height: 1.3rem;
    content: "";
    background-color: #0000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.price-content {
    margin-top: 0.8rem;
}

.slider-img {
    width: 58%;
}

.remove-nav-history {
    color: #888;
}

.remove-nav-history:hover {
    text-decoration: none;
    color: #444;
}

.simplebar-content-wrapper {
    overflow: auto;
}

.collapse.show.list {
    max-height: 190px;
}

@media (min-width: 768px) and (max-width: 1259.98px) {
    .footer-services {
        padding: 0;
    }
}

.product-detail-button.filter-button-cart {
    padding-top: 8px;
    padding-bottom: 8px;
}

.preorder {
    padding: 0 10px;
    line-height: 1;
    font-size: 0.9rem;
}

.badge-preorder {
    color: #fff;
    background-color: #5e97f6;
}

.product-badge-container {
    position: absolute;
    top: 15px;
    left: -3px;
}

.product-badge-container:not(:empty):before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #798184;
    position: absolute;
    bottom: -5px;
    left: -3px;
}

.flag-grid-div {
    position: relative;
    width: 100px;
    max-width: 100px;
    z-index: 2;
    left: -3px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    white-space: normal;
}

.red-flag {
    background-color: #5e97f6;
    padding: 3px 5px;
}

/*.list-view .badge-preorder {*/
/*    position: absolute;*/
/*    !*top: 5.5rem;*!*/
/*    !*left: 8rem;*!*/
/*    text-align: left;*/
/*}*/

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
    margin-left: -11px;
    height: 17px;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
    margin-right: -11px;
    height: 17px;
}

.product-title-inner {
    width: 90%;
    margin: 0 auto;
}

#history-swiper {
    margin-bottom: 1rem;
}

/*selected-attributes*/
.selected-attributes-container {
    margin-bottom: 0;
    padding: 0 0.5rem;
}

.selected-attributes-container .selected-attribute-title {
    font-weight: 400;
    font-size: 0.8rem;
    color: #777;
}

.dropdown-attribute {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 80%;
}

.dropdown-toggle-attribute {
    width: 100%;
    font-size: 0.8rem;
    overflow: hidden;
    white-space: nowrap;
    max-height: 1.7rem;
    padding: 0.2rem;
}
.dropdown-menu-attribute {
    width: 100%;
    padding: 0.3rem;
}

.attribute-checkbox {
    padding-left: 0;
}

.dropdown-menu-attribute .dropdown-item.active, .dropdown-menu-attribute .dropdown-item:active {
    color: #0a0b0b;
    background-color: white;
}

.attribute-checkbox .custom-control-label:before {
    margin-top: 0.2rem;
}

.filter-product-title-inner {
    width: 100%;
}

.attribute-name {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
}

.dropdown-toggle-attribute:after {
    position: absolute;
    right: 0.2rem;
    top: 0.8rem;
}

.listing-panel hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #efefef;
}

.dropdown-menu-attribute.list {
    max-height: 190px;
}

.selected-attribute-title {
    margin-bottom: 0;
}

.delete-attributes {
    vertical-align: middle;
}

.footer-image-item {
    margin: 0.5rem 0;
}
