.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;
}
.filter-title, .table-cell__left__title {
    background: #FDE5F3 !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;
}
.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: 20px;
}
.product-page__content-booking>a {
    background: rgba(236, 0, 140, 0.2);
    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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .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 {
        display: block;
        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;
    }
}

.s-dproduct__content-price .price-discount, .s-dproduct__content-price .price-market {
    letter-spacing: 0.5px;
}
.s-dproduct__content-price .price-discount {
    font-size: 18px;
    color: #0078C1 !important;
}
.s-dproduct__content-price .price-market {
    text-decoration: line-through;
    color: #909090;
    margin-left: 15px;
}
.bt-dl:hover {
    color: #05a;
}
.download {
    margin-right: 5px;
    font-size: 18px;
}
.down {
    height: 10px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    animation: loopdown 1s infinite;
}
.load {
    height: 5px;
    overflow: hidden;
}
.load::before {
    display: inline-block;
    transform: translateY(-10px);
}

@keyframes loopdown {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: 5px;
    }
    100% {
        margin-top: 0;
    }
}


.p-slide-7 {
    position: relative;
    overflow: hidden;
}
.p-slide-7 .slider-nav .slick-list {
    margin-right: -6px;
}
.p-slide-7 .slider-nav {
    background-color: #fff;
}
.p-slide-7 .slider-nav .slick-track {
    display: flex;
}
.p-slide-7 .slider-nav .slick-track.transform-none {
    -webkit-transform: none !important;
    transform: none !important;
}
.p-slide-7 .p_thumb img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.p-slide-7 .slider-nav .item {
    height: auto;
    overflow: hidden;
    cursor: pointer;
    line-height: 1.2;
    margin-right: 10px;
    transition: all .4s ease;
    position: relative;
}
.p-slide-7 .slider-nav .item-img {
    border: 1px solid transparent;
    opacity: 0.9;
    transition: 0.25s ease-in-out;
}
.p-slide-7 .slider-nav .item-video {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    border: 1px solid transparent;
    transition: 0.25s ease-in-out;
}
.p-slide-7 .slider-nav .item--video svg {
    width: 30px;
    height: 30px;
    margin-left: 3px;
    margin-bottom: -8px;
}
.p-slide-7 .slider-nav .item--video span {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}
.p-slide-7 .slider-nav .item:hover .item-img, .p-slide-7 .slider-nav .item.slick-current .item-img,
.p-slide-7 .slider-nav .item:hover .item-video, .p-slide-7 .slider-nav .item.slick-current .item-video {
    border-color: #ccc;
    opacity: 1;
}
.p-slide-7 .slider-nav .item.item--video {
    position: relative;
}
.p-slide-7 .slider-nav .item button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .7);
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 12px;
}
.p-slide-7 .slider-nav .item:hover::after, .p-slide-7 .slider-nav .item.slick-current::after {
    background: transparent;
}
.p-slide-7 .b-sslide-ratio .slick-list::before {
    padding-bottom: 88%;
}
.p-slide-7 .slide-nav {
    margin-top: 15px;
}
.p-slide-7 .slider-for .item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.p-slide-7 .slider-for .item .item-title {
    font-size: 16px;
    padding: 10px 0;
    color: #f58634;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.p-slide-7 .slider-nav .item .item-title {
    font-size: 14px;
    margin-top: 8px;
    transition: all .4s ease;
}
.p-slide-7 .slider-nav .item:hover .item-title, .p-slide-7 .slider-nav .item.slick-current .item-title {
    color: #f58634;
}
.p-slide-7 .slider-nav .slick-prev, .p-slide-7 .slider-nav .slick-next {
    font-size: 8px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #112a38;
    border-radius: 50%;
    box-shadow: none;
}
.p-slide-7 .slider-nav .slick-prev:hover, .p-slide-7 .slider-nav .slick-next:hover {
    background-color: #112a38;
}
.p-slide-7 .slider-nav .slick-next {
    right: -30px;
}
.p-slide-7 .slider-nav .slick-prev {
    left: -28px;
}
.p-slide-7 [class*="b-sslide-"] .slider-nav .slick-arrow:hover:before {
    color: #fff;
}
/* END s-slide-7 */
/* BEGIN fancybox */
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #112a38;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.fancybox-thumbs-x .fancybox-thumbs__list::-webkit-scrollbar {
    width: 5px;
}
.fancybox-thumbs-x .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #ccc;
}
.fancybox-thumbs-x .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: rgb(0 109 255 / 80%);
    border-radius: 5px;
}
/* END fancybox */

@media (max-width: 991px) {
    .p-slide-7 .slider-nav .item {
        margin-right: 7px;
    }
    .p-slide-7 .slider-nav .slick-list {
        margin-right: -7px;
    }
    .product-page__content {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .product-page__content {
        margin-top: 20px;
    }
}