.sidebar-content {
    background: #fff;
    z-index: -1;
    opacity: 0;
}
.sidebar-02:hover .sidebar-content {
    z-index: 1111;
    opacity: 1;
}
.sidebar-content.limit ul.sidebar-category>li:nth-child(n+13) {
    display: block;
}
.show-more {
    display: none;
}
.sidebar-02 {
    position: relative;
}
section {
    margin-top: 0px;
    padding-top: 15px;
    background: #fff;
    margin-bottom: 20px;
}
.table-cell__left__title {
    border-top: 2px solid #0078C1;
    padding-left: 8px;
    text-transform: uppercase;
}
.filter-title, .table-cell__left__title {
    background: rgba(0, 120, 193, 0.2) !important;
    color: #000;
    font-weight: normal;
    font-size: 15px;

}
.filter-title i, .table-cell__left__title i {
    color: #0078C1;
}
.filter {
    margin-top: 10px;
}
.wrap-table {
    border: none !important;
}
.table-cell__right {
    padding-left: 20px;
    width: 100%;
}
.card-thumbnail {
    display: block;
    position: relative;
}
.card-thumbnail:hover:before, .card-thumbnail:hover:after, .card-thumbnail:hover .card-thumbnail__detail {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.card-thumbnail:after, .card-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    border: 1px solid #fff;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.card-thumbnail:after {
    border-left: none;
    border-right: none;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.card-thumbnail:before {
    border-top: none;
    border-bottom: none;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.card-thumbnail__detail {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1111;
    padding: 18%;
}
.card-thumbnail__img {
    line-height: 0;
}
.card-thumbnail__detail>span.name a {
    font-size: 18px;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 20px;
    color: #fff;
}
.card-thumbnail__detail>span.name a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #0078C1;
}
.card-thumbnail__detail>span.brand {
    padding: 5px 20px;
    font-size: 14px;
    display: block;
    color: #fff;
    margin: 5px 0;
}
.card-thumbnail__detail__price {
    padding: 0 20px;
}
.card-thumbnail__detail__price .price_market {
    text-decoration: line-through;
    font-size: 14px;
    color: #ccc;
}
.card-thumbnail__detail__price .price_market>span {
    color: #fff;
}
.card-thumbnail__detail__price .price_discount {
    font-size: 20px;
    margin: 5px 0;
    color: #fff;
}
.card-thumbnail__detail>a {
    display: block;
    text-align: right;
    padding: 10px 20px;
    color: #fff;
}
.card-thumbnail__detail>a:hover {
    color: #0078C1;
}
.product-special {
    background: #fafafa;
    border: 1px solid #eee;
    -webkit-box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.3)
}
.product-special__img {
    width: 57%;
    float: left;
    padding: 0 15px;
    line-height: 0;
    position: relative;
}
.discount-percent {
    position: absolute;
    width: 100px;
    padding-right: 10px;
    height: 40px;
    right: 15px;
    text-align: right;
    color: #fff;
    font-size: 18px;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    line-height: 40px;
    border-right: 5px solid #0078C1;
}
.product-special__detail {
    width: 43%;
    float: left;
    padding: 40px 30px 15px 15px;
}
.product-special__detail>p {
    font-size: 20px;
}
.product-special__detail__price .price_market {
    text-decoration: line-through;
    font-size: 14px;
    color: #ccc;
}
.product-special__detail__price .price_market>span {
    color: #555;
}
.product-special__detail__price .price_discount {
    font-size: 20px;
    margin: 5px 0;
    color: #555;
}
.product-special__detail .brand {
    font-size: 14px;
    display: block;
    color: #555;
    margin: 13px 0;
}
.product-special__detail .brand a:hover {
    color: #0078C1;
}
.product-special__detail>a {
    background: #FDE5F3;
    padding: 7px 10px 7px 0;
    color: #0078C1;
    float: right;
    margin-top: 20px;
}
.product-special__detail>a:hover {
    color: #0078C1;
}
.product-special__detail>a>i {
    color: #0078C1;
    font-size: 17px;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}
.product-special__img .card-product__content-percent {
    background-color: #0078C1;
    position: absolute;
    float: right;
    width: 40px;
    padding-top: 3px;
    right: 0;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    right: 15px;
    top: 0;
    line-height: 17px;
    height: 40px;
    padding-top: 7px;
}
.product-special__img .card-product__content-percent:after {
    border-color: #0078C1 transparent #0078C1;
    border-style: solid;
    border-width: 15px 20px 0px 20px;
    content: '';
    left: 0;
    bottom: -15px;
    position: absolute;
}
.table-cell__left__title, .table-cell__right__title {
    padding: 20px 10px;
    margin-bottom: 0;
}
.filter-content, .table-cell__left__content {
    border: 1px solid #eee;
}
.product-page-01 .product-page__detail>div:first-child {
    font-family: Quicksand, Arial, sans-serif;
}
.wrap-table {
    border: none;
}
.table-cell__left {
    border: none;
}
.breadcrumb {
    color: #777;
}
@media (min-width: 1200px) {
    .col--md {
        width: calc(100%/5);
        float: left;
    }
    .arrow-down {
        position: absolute;
        width: 100%;
        height: 15px;
        text-align: center;
        line-height: 10px;
        top: 38px;
        color: #0078C1;
        background: #f1f1f1;
        z-index: 11;
    }
}
.product-page__content-booking {
    margin-top: 25px;
}
.product-page__content-booking>a {
    background: #CCE4F3;
    padding: 7px 10px 7px 0;
    color: #0078C1;
    text-transform: uppercase;
    margin-left: 10px;
}
.product-page__content-booking>a:hover {
    background: #fff;
    border: 1px solid #0078C1;
}
.product-page__content-booking>a:hover i {
    background: #fff;
}
.product-page__content-booking>a>i {
    color: #0078C1;
    font-size: 17px;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    padding: 0 0 4px;
}
.product-page-01 .product-page__detail>div:first-child {
    border-bottom: none;
}
@media (max-width: 1199px) {
    #product .table-cell__left {
        display: none;
    }
    .filter {
        margin-right: 10px;
        position: relative;
    }
    .filter-content {
        position: absolute;
        min-width: 250px;
        width: 100%;
        z-index: 11;
        display: none;
        background: #fff;
    }
    .filter-title:before {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        float: right;
    }
    .filter-title:after {
        content: '';
        display: block;
        clear: both;
    }
    .table-cell__left__title, .table-cell__left__content {
        display: none;
    }
    .wrap-table {
        display: block;
    }
    .table-cell__left, .table-cell__right {
        width: 100%;
        max-width: none;
        min-width: none;
    }
    .filter-title, .table-cell__left__title {
        min-width: 210px;
        padding: 10px;
    }
}
@media (max-width: 768px) {
    #product .table-cell__left {
        margin-bottom: 10px;
    }
    .filter {
        width: 47%;
        display: inline-block;
        margin-right: 2%;
    }
    .filter-title, .table-cell__left__title {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .filter, .filter-content {
        width: 100%;
        margin-right: 0;
        position: relative;
    }
}