/*===== COLLECTION ========================================*/
.dFlex-row {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }

.layout-collections .breadcrumb-shop {
    margin-bottom: 0; }

.wrapper-mainCollection .collection-listproduct .listProduct-row > div {
    margin-bottom: 20px;
    padding: 0px 7px; }

.collection-alert-no {
    font-size: 14px;
    padding: 10px 0; }

.collection-alert-no p {
    margin: 0; }

.collection-heading__banner img:not(.lazyloaded) {
    min-height: 220px; }

.collection-heading__banner img {
    display: block;
    margin: auto; }

.collection-heading__content h1 {
    margin: 0;
    font-size: 24px; }

@media (max-width: 991px) {
    .collection-heading__content .heading-box {
        width: 50%; }
    .collection-heading__content .heading-box .filter-box:not(.noBorder) {
        position: relative;
        height: 38px;
        line-height: 36px;
        width: 100%;
        font-size: 13px;
        font-weight: 600;
        padding: 0px 40px 0px 10px;
        cursor: pointer;
        border: 1px solid var(--shop-color-border);
        border-right: 0;
        border-radius: 0; } }

.collection-heading__content .heading-box .title-filter {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer; }

.collection-heading__content .heading-box svg {
    width: 16px;
    height: 16px;
    stroke: var(--shop-color-text);
    margin-left: 5px; }

@media (max-width: 991px) {
    .collection-heading__content .heading-sortbyfilter {
        width: 50%; } }

.collection-heading__content .collection-filter-tags {
    margin: 20px 0 20px 0; }
@media (max-width: 991px) {
    .collection-heading__content .collection-filter-tags {
        margin: 20px 0 10px 0; } }
.collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 10px 0;
    color: #5d5d5d;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 13px;
    display: none;
    padding: 2px 32px 2px 10px; }
.collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened ~ .filter_tags {
    margin-left: 10px; }
.collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
.collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.filter_tags_remove_all span {
    color: var(--shop-color-main);
    border-bottom: 1px solid var(--shop-color-main); }
.collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: flex;
    display: -ms-flex; }
.collection-heading__content .collection-filter-tags .layered_filter_tags .filter_tags.opened {
    display: inline-block; }

.collection-heading .wrapper-collection-banner {
    background: #f8f8f8; }
.collection-heading .wrapper-collection-banner .collection-heading__banner {
    width: 50%; }
.collection-heading .wrapper-collection-banner .collection-heading__banner img {
    width: 100%; }
@media (max-width: 991px) {
    .collection-heading .wrapper-collection-banner .collection-heading__banner {
        width: 100%; } }
.collection-heading .wrapper-collection-banner .collection-description {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px; }
@media (max-width: 991px) {
    .collection-heading .wrapper-collection-banner .collection-description {
        width: 100%;
        font-size: 16px;
        padding: 15px 0; } }
.collection-heading .wrapper-collection-banner .collection-description h1 {
    font-size: 45px;
    font-weight: 500; }
@media (max-width: 991px) {
    .collection-heading .wrapper-collection-banner .collection-description h1 {
        font-size: 25px; } }
.collection-heading .wrapper-collection-banner .collection-description .collection-description-inner {
    width: calc(100% - 60px); }
@media (max-width: 991px) {
    .collection-heading .wrapper-collection-banner .collection-description .collection-description-inner {
        width: calc(100% - 30px); } }

.collection-heading .collection-heading__content .line-collection-content {
    border-bottom: 1px solid #dfe2e6;
    padding-top: 20px;
    padding-bottom: 20px; }

.wrapper-mainCollection .collection-sortbyfilter-container {
    position: relative;
    min-width: 220px; }
@media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortbyfilter-container {
        min-width: auto; } }
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
@media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
        position: absolute;
        z-index: 9;
        width: 100%; } }
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
    margin: 0;
    padding: 5px 10px; }
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
    position: relative;
    cursor: pointer;
    padding: 4px 10px 4px 25px; }
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    margin: auto;
    z-index: 1;
    width: 12px;
    height: 6px;
    border: 1.5px solid var(--shop-color-main);
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:hover {
    color: var(--shop-color-main); }
@media (min-width: 992px) {
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        top: calc(100% + 10px);
        z-index: 999;
        pointer-events: none;
        visibility: hidden;
        opacity: 0; }
    .wrapper-mainCollection .collection-sortbyfilter-container:hover .collection-sortby-option {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
    .wrapper-mainCollection .collection-sortbyfilter-container:hover .collection-sortby-opticccon {
        color: #666;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); } }
@media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        top: calc(100% + 10px);
        z-index: 999;
        pointer-events: none;
        visibility: hidden;
        opacity: 0; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option.isShow {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
        padding-left: 10px;
        padding-right: 25px; }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
        left: initial;
        right: 5px; } }

.wrapper-mainCollection .collection-sortby-filter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
.wrapper-mainCollection .collection-sortby-filter .collection-sortby, .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
    -webkit-flex: 1 1;
    flex: 1 1;
    width: 50%; }
.wrapper-mainCollection .collection-sortby-filter .collection-filterby {
    display: none; }
.wrapper-mainCollection .collection-sortby-filter .collection-sortby .boxstyle-mb,
.wrapper-mainCollection .collection-sortby-filter .collection-filterby .boxstyle-mb {
    position: relative;
    height: 38px;
    line-height: 36px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 40px 0px 10px;
    cursor: pointer;
    border: 1px solid var(--shop-color-border);
    border-right: 0;
    border-radius: 0; }
.wrapper-mainCollection .collection-sortby-filter > div:last-child .boxstyle-mb {
    border-right: 1px solid var(--shop-color-border);
    background: #fff; }
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
@media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
        text-align: center; } }
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 0px;
    height: 0px;
    margin: 0;
    background: transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #bababa transparent transparent transparent; }
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    color: #333;
    margin-right: 6px; }
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 36px;
    line-height: 36px;
    fill: #333;
    stroke: #333; }
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter .fa {
    line-height: 36px;
    font-size: 17px;
    color: #333; }
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px; }
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close svg {
    width: 18px;
    height: 18px;
    fill: var(--shop-color-main); }

.wrapper-mainCollection .collection-listproduct {
    margin-bottom: 25px; }
.wrapper-mainCollection .collection-listproduct .animated.fadeIn {
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none; }

.wrapper-mainCollection .layered_filter_bottom {
    display: none; }

/*  FILTER */
body.open-filter {
    overflow: hidden; }

.wrapper-filter {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 500px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 0;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    left: -100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
    background: #fff; }
@media (max-width: 992px) {
    .wrapper-filter {
        width: 100%; } }
.wrapper-filter .overlay-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    z-index: 1; }
.open-filter .wrapper-filter .overlay-filter {
    opacity: 1;
    visibility: visible; }
.open-filter .wrapper-filter {
    opacity: 1;
    visibility: inherit;
    left: 0; }
.wrapper-filter .wrapper_layered_filter {
    z-index: 2;
    background: #fff;
    position: relative;
    top: 0;
    height: 100%; }

.filter_group.filter_sortby {
    display: none; }

.btn-collection.btn_clear_filter {
    display: none; }

.btn-collection {
    display: inline-block;
    text-transform: initial;
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 25px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid var(--shop-color-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    letter-spacing: 2px; }
.btn-collection:focus {
    outline: none;
    color: var(--shop-color-text); }
.btn-collection:hover {
    color: var(--shop-color-hover);
    border-color: var(--shop-color-hover); }

.checkbox-list li {
    position: relative;
    margin: 0 0 12px;
    padding: 0 0 0 25px; }

.checkbox-list input[type='checkbox'],
.checkbox-list input[type='radio'] {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.checkbox-list input[type='checkbox']:after,
.checkbox-list input[type='radio']:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    cursor: pointer;
    border-radius: 2px; }

.checkbox-list input[type='checkbox']:before,
.checkbox-list input[type='radio']:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }

.checkbox-list input[type='checkbox']:checked:after,
.checkbox-list input[type='radio']:checked:after {
    background: var(--shop-color-main); }

.checkbox-list input[type='checkbox']:checked:before,
.checkbox-list input[type='radio']:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }

.checkbox-list li label {
    margin: 0px;
    font-weight: normal;
    cursor: pointer;
    color: var(--shop-color-text); }

.checkbox-list li:hover {
    color: var(--shop-color-main); }

.checkbox-list li:hover input[type='checkbox']:after {
    border-color: var(--shop-color-main); }

.wrapper_layered_filter .layered_filter_title {
    text-transform: uppercase;
    position: sticky;
    padding: 20px;
    top: 0;
    z-index: 9;
    background: #fff;
    border-bottom: 1px solid #dfe2e6;
    width: 100%; }

.wrapper_layered_filter .layered_filter_title .title_filter {
    margin: 0;
    font-weight: 500;
    font-size: 20px; }

.wrapper_layered_filter .layered_filter_title .title_filter .icon-filter {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
.wrapper_layered_filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 30px;
    fill: #909097;
    stroke: #909097;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.wrapper_layered_filter .layered_filter_container {
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap; }

.wrapper_layered_filter .layered_filter_container .layered_filter_group {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    background: #fff; }

.wrapper_layered_filter .filter_group .filter_group_block {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #dfe2e6; }

.wrapper_layered_filter .filter_group .filter_group-subtitle {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px; }

.wrapper_layered_filter .filter_group .filter_group-subtitle:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    height: 8px;
    width: 8px;
    border-color: #666;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .2s ease;
    display: none; }

.wrapper_layered_filter .filter_group .filter_group-subtitle.action-group:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px; }

.wrapper_layered_filter .layered_filter_tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 15px 10px 0px 0;
    color: #5d5d5d;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 13px;
    display: none;
    padding: 2px 32px 3px 10px; }
.wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer; }
.wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove svg {
    width: 16px;
    height: 16px;
    vertical-align: inherit; }
.wrapper_layered_filter .layered_filter_tags .filter_tags.opened {
    display: inline-block; }
.wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 10px; }
.wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all span {
    color: var(--shop-color-main);
    border-bottom: 1px solid var(--shop-color-main); }

.wrapper_layered_filter .layered_filter_title .close_filter {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
    z-index: 5;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none; }

.wrapper_layered_filter .layered_filter_title .close_filter svg {
    width: 16px;
    height: 30px; }

.checkbox-sortby li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 25px; }
.checkbox-sortby li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    border-radius: 2px;
    cursor: pointer; }
.checkbox-sortby li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
.checkbox-sortby li.active:after {
    background: var(--shop-color-main); }
.checkbox-sortby li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }

.filter-color .checkbox-list li {
    margin: 0 14px 15px 0;
    line-height: normal;
    float: left;
    padding: 0; }

.filter-color .checkbox-list li label {
    border: 1px solid #eaeaea;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    float: left;
    position: relative;
    font-size: 0;
    margin-left: 0;
    margin-bottom: 0; }

.filter-color .checkbox-list input[type="checkbox"] {
    display: none; }

.filter-color .checkbox-list input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 6px;
    height: 6px;
    width: 12px;
    z-index: 99;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.filter-color .checkbox-list input[type="checkbox"]:checked + label {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--shop-color-border); }

@media (min-width: 992px) {
    .wrapper_layered_filter .layered_filter_parent.layered_filter_sortby {
        display: none; }
    .wrapper_layered_filter {
        -webkit-transition: top 400ms ease;
        -moz-transition: top 400ms ease;
        transition: top 400ms ease; }
    .collection-filter.checkFilter {
        display: none; }
    .collection-heading__content .dFlex-row {
        justify-content: end;
        -ms-justify-content: end;
        align-items: center;
        -ms-align-items: center; }
    .collection-heading__content .heading-box {
        display: -webit-flex;
        display: -ms-flex;
        display: flex;
        height: 100%;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; } }

@media (max-width: 991px) {
    .collection-listproduct {
        overflow: hidden; }
    .collection-content {
        padding-left: 2px;
        padding-right: 2px; }
    .collection-heading__content .dFlex-row {
        margin: 0; }
    .wrapper-mainCollection .collection-heading h1 {
        font-size: 22px;
        margin-bottom: 0px; } }

/* SIDEBAR COLLECTION */
.sidebar-page .group-menu {
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec; }

.sidebar-page .page_menu_title h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    text-align: center; }

.tree-menu li a {
    padding: 5px 5px 5px 0;
    color: #666;
    line-height: 26px;
    font-size: 12px; }

.tree-menu > li > a {
    color: #121212;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px; }

.tree-menu li.has-child ul {
    display: none; }

.tree-menu li.has-child:first-child ul {
    display: block; }

.tree-menu li.has-child > ul {
    padding-left: 15px; }

.tree-menu li a .icon-control {
    font-size: 8px;
    position: relative;
    top: -2px; }

/* 2.3 - Pagination */
#pagination {
    margin: 30px 0; }
#pagination .pagination {
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center; }
#pagination .pagination > li {
    display: inline-block;
    vertical-align: middle; }
#pagination .pagination > li:not(:last-child) {
    margin-right: 8px; }
#pagination .pagination > li > span, #pagination .pagination > li a {
    position: relative;
    float: left;
    line-height: 33px;
    text-decoration: none;
    color: #333e48;
    background-color: #fff;
    border: 1px solid #dee2e6;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 0 !important;
    font-weight: 600;
    padding: 0;
    cursor: pointer; }
#pagination .pagination > li > span.current, #pagination .pagination > li a.current {
    background-color: var(--shop-color-main);
    border-color: var(--shop-color-main);
    color: #fff; }
#pagination .pagination > li > a:hover, #pagination .pagination > li > a:focus, #pagination .pagination > li > span:hover, #pagination .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: var(--shop-color-hover);
    border-color: var(--shop-color-hover); }

/* 2.5 - CSS Loading  */
.animated-background, .loading-mask .loading-mask__image .mask-line, .loading-mask .loading-mask__detail .mask-line {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    position: relative; }

.loading-mask .loading-mask__image {
    position: relative;
    overflow: hidden;
    width: 100%; }

.loading-mask .loading-mask__detail {
    padding: 10px; }

.loading-mask .loading-mask__detail .mask-line {
    height: 10px;
    width: 100%;
    border-radius: 8px;
    margin: 4px 0; }
.loading-mask .loading-mask__detail .mask-line:nth-child(2) {
    width: 80%; }
.loading-mask .loading-mask__detail .mask-line:nth-child(3) {
    width: 65%; }

.product-loop-load {
    border: 1px solid #eae8e4;
    margin-left: -1px;
    margin-bottom: -1px; }

.product-loadding {
    padding-left: 0;
    padding-right: 0; }

.btn-loadmore {
    position: relative;
    color: var(--shop-color-button);
    border: 1px solid var(--shop-color-button);
    background: var(--shop-color-hover);
    margin-top: 20px;
    text-transform: initial;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 25px; }

.btn-loadmore:before {
    background: #fff; }

.btn-loadmore:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: var(--shop-color-button);
    animation: spinner .6s linear infinite;
    opacity: 0;
    transition: opacity 1s ease; }

.btn-loadmore.btn-loading {
    padding-left: 40px;
    padding-right: 10px; }

.btn-loadmore.btn-loading:after {
    opacity: 1; }

.wrapper-mainCollection .collection-listproduct .heading-box {
    margin-bottom: 15px; }

.wrapperMain_content {
    min-height: 80vh;
    padding-bottom: 30px; }
@media (max-width: 1199px) and (min-width: 992px) {
    .wrapperMain_content {
        min-height: 65vh; } }

@media (max-width: 991px) {
    .collection-listproduct {
        overflow: hidden; }
    .collection-content {
        padding-left: 2px;
        padding-right: 2px; }
    .collection-heading__content .dFlex-row {
        margin: 0; }
    .wrapper-mainCollection .collection-heading h1 {
        font-size: 22px;
        margin-bottom: 0px; } }

.collection-heading__content h1 {
    margin: 0;
    font-size: 24px;
    padding-right: 15px; }

.wrapper-mainCollection .collection-listproduct .heading-box, .collection-heading .collection-heading__content .line-collection-content {
    padding: 0px;
    margin: 0px; }

.collection-heading .collection-heading__content .line-collection-content {
    border-bottom: 0px; }

.collection-heading__content .collection-filter-tags {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px; }

.collection-heading__content .collection-filter-tags > .line-collection-content {
    width: 75%;
    padding-left: 15px; }

.collection-heading__content .heading-box .title-filter {
    margin-bottom: 0px; }

@media screen and (max-width: 767px) {
    .collection-heading .collection-heading__content .line-collection-content {
        padding: 15px 0px;
        margin: 0px; }
    .collection-heading__content .collection-filter-tags > .heading-box, .collection-heading__content .collection-filter-tags > .line-collection-content {
        width: 100%;
        display: flex;
        padding: 5px 0px; }
    .collection-heading__content .dFlex-row {
        margin: 0;
        width: 100%; }
    .collection-heading__content .collection-filter-tags {
        margin: 0px; }
    .wraplist-collection {
        padding: 0px 10px; }
    .wrapper-mainCollection .collection-listproduct .listProduct-row > div {
        padding: 0px 2px;
        margin-bottom: 15px; }
    .listProduct-row.listProduct-filter {
        padding: 0px 5px; }
    .sidebar-fix {
        display: none; } }

.listProduct-row.listProduct-filter {
    display: flex;
    flex-wrap: wrap; }

.sidebar-fix {
    padding: 0px;
    position: relative;
    z-index: 9; }

.wrapper_layered_filter .filter_group .filter_group_block {
    border-right: 1px solid #dfe2e6;
    border-radius: 0px;
    border-left: 1px solid #dfe2e6; }

.wrapper_layered_filter .filter_group .filter_group_block.tour-search {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #dfe2e6;
    border-radius: 20px 20px 0px 0px; }

.filter_group_block.tour-search {
    background: var(--shop-color-main); }

.item-filter-heading {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #FFF; }

.tour-search-field.destination {
    padding-bottom: 30px; }

.tour-search-field-inner.wrapper-content, .tour-search-field.date {
    position: relative; }

.remove-attr, .tour-search-field-inner svg, span#remove-date-range {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99; }

.tour-search-field.date .tour-search-field-inner svg:first-child, .tour-search-field.destination .tour-search-field-inner svg:first-child {
    left: 20px; }

span#remove-date-range, .tour-search-field.destination .tour-search-field-inner .remove-attr {
    right: 40px;
    cursor: pointer; }

.tour-search-field-inner select {
    padding: 15px 36px;
    height: 48px;
    background: #fff;
    width: 100%;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 8px;
    overflow: hidden;
    outline: none; }

.tour-search-field input[type=text] {
    position: relative;
    width: 100%;
    padding: 15px 36px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid var(--tours-border-color, #eee);
    outline: none; }

.t-datepicker {
    position: absolute;
    top: 0px;
    height: 48px;
    left: 32px;
    z-index: 100;
    background: #FFF;
    width: calc(100% - 60px) !important; }

.t-datepicker .t-dates span {
    display: none; }

label.t-date-info-title {
    opacity: 1 !important;
    font-size: 15px !important;
    top: 15px !important;
    left: 8px !important; }

.t-check-out label.t-date-info-title {
    display: none; }

#collection-body .product-loop {
    height: initial !important; }

.sidebar-fix .wrap-filter {
    position: -webkit-sticky;
    position: sticky;
    top: 10px; }

body.mainBody-theme.mainBody-mbcart.template-collection.scroll-body-up .wrap-filter {
    top: 100px; }

@media screen and (max-width: 767px) {
    .wrapper_layered_filter {
        padding: 0px 15px; } }
