/* logo - settings height*/
/* 1.6 - Variable */
/*===== COLLECTION ========================================*/
.layout-collections .breadcrumb-shop {
    margin-bottom: 0;
}
.collection-banner-header {
    text-align: center;
    margin-bottom: 0;
}
.collection-banner-header img {
    display: block;
    margin: auto;
}
.collection-alert-no {
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.wrapper-mainCollection .collection-heading {
    margin: 30px 0 10px;
}
.wrapper-mainCollection .collection-heading h1 {
    margin: 0;
    font-size: 26px;
}
.wrapper-mainCollection .collection-heading .bgwhite-heading {
    background: #ffffff;
    padding: 15px 20px;
}
.wrapper-mainCollection .collection-sortbyfilter-container {
    position: relative;
}
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.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 #c00113;
    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: #c00113;
}
@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 ul.sort-by {
        text-align: right;
    }
    .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;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-right: 0;
    border-radius: 0;
}
.wrapper-mainCollection .collection-sortby-filter > div:last-child .boxstyle-mb {
    border-right: 1px solid #e7e7e7;
}
.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;
}
.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: #c00113;
}
.wrapper-mainCollection .collection-listproduct .animated.fadeIn {
    animation-duration: 1.5s;
    animation-delay: 0.2s;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore {
    text-transform: initial;
    font-size: 14px;
    margin-top: 8px;
    padding: 10px 25px;
    border-radius: 4px;
    background: transparent;
    color: #c00113;
    border: 1px solid #c00113;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore b {
    text-transform: lowercase;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore:before {
    background-color: #ffffff;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore:hover {
    border-color: #6ec7b3;
    color: #6ec7b3;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 20px;
    height: 19px;
    border-radius: 50%;
    border: 2px dotted #6ec7b3;
    opacity: 0;
    transition: opacity 0.5s;
    animation: 1s linear infinite rotate;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore.btn-loading {
    padding-left: 40px;
    padding-right: 10px;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore.btn-loading:after {
    opacity: 1;
}
/*  FILTER */
.collection-filter .wrapper_layered_filter {
    margin-bottom: 15px;
}
.checkbox-list li {
    position: relative;
    margin: 0 0 8px;
    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;
    background: #fff;
    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: #c00113;
}
.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;
}
.checkbox-list li:hover {
    color: #c00113;
}
.checkbox-list li:hover input[type='checkbox']:after {
    border-color: #c00113;
}
.filter-color .checkbox-list li {
    margin: 0 12px 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: 50%;
    float: left;
    position: relative;
    font-size: 0;
}
.filter-color .checkbox-list li label {
    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 #e7e7e7;
}
.wrapper_layered_filter .layered_filter_title {
    text-transform: uppercase;
}
.wrapper_layered_filter .layered_filter_title .title_filter {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.wrapper_layered_filter .layered_filter_title .title_filter:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #e7e7e7;
    display: inline-block;
    vertical-align: middle;
    margin: 0 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: nowrap;
    -webkit-align-items: center;
    align-items: center;
}
.wrapper_layered_filter .layered_filter_container .layered_filter_group {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}
.wrapper_layered_filter .layered_filter_container .layered_filter_title {
    display: inline-block;
    max-width: 30%;
}
.wrapper_layered_filter .filter_group .filter_group_block {
    position: relative;
}
.wrapper_layered_filter .filter_group .filter_group-subtitle {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    cursor: pointer;
}
.wrapper_layered_filter .filter_group .filter_group-subtitle span.icon-control {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    font-size: 10px;
    vertical-align: 1px;
    display: inline-block;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.wrapper_layered_filter .filter_group .filter_group-content {
    padding: 10px 15px;
    background: #ffffff;
    max-height:300px;
    overflow-y:auto;
}
.wrapper_layered_filter .layered_filter_tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 10px 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;
}
.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-left: 8px;
    padding-right: 8px;
    background: transparent;
}
.wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all span {
    color: #6ec7b3;
    border-bottom: 1px solid #6ec7b3;
}
@media (min-width: 992px) {
    .wrapper_layered_filter .filter_group .filter_group-content {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        top: calc(100% + 10px);
        z-index: 100;
        border: 1px solid #e7e7e7;
        border-top: 0;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .wrapper_layered_filter .filter_group .filter_group_block:hover .filter_group-content {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1;
    }
    .wrapper_layered_filter .filter_group .filter_group_block:hover .filter_group-subtitle span.icon-control {
        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) {
    .collection-filter .wrapper_layered_filter {
        margin-bottom: 0;
    }
    .wrapper-mainCollection .collection-heading {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .wrapper-mainCollection .collection-heading .bgwhite-heading {
        padding: 15px 15px 0;
    }
    .wrapper-mainCollection .collection-heading h1 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .wrapper-mainCollection .collection-listproduct {
        margin-top: 8px;
    }
    .list_view .wrapper-mainCollection .collection-listproduct .listProduct-row .product-loop {
        width: 100%;
    }
    .wrapper-mainCollection .collection-sortby-filter {
        margin-top: 0;
    }
    .wrapper-mainCollection .collection-sortby-filter .collection-sortby .boxstyle-mb,
    .wrapper-mainCollection .collection-sortby-filter .collection-filterby .boxstyle-mb {
        margin-top: 15px;
        padding-right: 30px;
        text-transform: uppercase;
    }
    .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
        display: block;
    }
    .wrapper-mainCollection .collection-sortby-filter .filter_opened .layered_filter_title .title_filter:after {
        display: none;
    }
    .wrapper-mainCollection .collection-sortby-filter .filter_opened .layered_filter_title .title_filter .icon-filter svg {
        fill: #c00113;
        stroke: #c00113;
    }
    .wrapper-mainCollection .collection-sortby-filter .filter_opened .layered_filter_title .title_filter .icon-filter svg {
        color: #c00113;
    }
    .wrapper-mainCollection .collection-sortby-filter .filter_opened .layered_filter_title .title_filter .icon-close {
        display: block;
    }
    .wrapper-mainCollection .collection-sortbyfilter-container {
        margin-bottom: 15px;
    }
    .wrapper-mainCollection .collection-sortbyfilter-container .layered_filter_mobileContent,
    .wrapper-mainCollection .wrapper_layered_filter .layered_filter_mobileContent {
        overflow: hidden;
        flex: none;
        -webkit-transition: none;
        transition: none;
        width: 100%;
        border: 0;
        border-top: 0;
        display: none;
        padding-bottom: 8px;
    }
    .wrapper-mainCollection .wrapper_layered_filter .layered_filter_container {
        margin-bottom: 0;
        background: #ffffff;
    }
    .layered_filter_container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wrapper_layered_filter .filter_group .filter_group-subtitle {
        border: 0;
    }
    .wrapper_layered_filter .filter_group .filter_group-subtitle.action-group span.icon-control {
        color: #666;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .wrapper_layered_filter .filter_group .filter_group-content {
        display: none;
    }
    .wrapper_layered_filter .layered_filter_tags .filter_tags {
        margin-top: 8px;
        margin-right: 5px;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .wrapper-mainCollection .collection-heading .bgwhite-heading,
    .wrapper-mainCollection .wrapper_layered_filter .layered_filter_container {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wrapper-mainCollection .wrapper_layered_filter .layered_filter_container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*xem thêm*/

.no_products{
  display:none;
}

