/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
    line-height: 0;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* -webkit-transform: translate3d(0, 0, 0) */
    margin-right: -10px;
    padding: 10px 0;
}

div.darken {
    background: #000;
    opacity: 0.5;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    /* -webkit-backface-visibility: hidden; */
    -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
   /* display: none;*/
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading, .owl-carousel2.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden, .owl-carousel2.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item, .owl-carousel2.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item, .owl-carousel2.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab, .owl-carousel2.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl, .owl-carousel2.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item, .owl-carousel2.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    /* -webkit-backface-visibility: hidden; */
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 20px;
    color: #fff;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    height: 45px;
    width: 45px;
    border: none;
    top: 50%;
    background-color: transparent;
    color: #c4c3c3;
    left: 0px;
    padding: 3px;
    border-radius: 50%;
}

.owl-nav span {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px;
    line-height: 35px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .item, .search-section .item {
    text-align: center;
    width: 98%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 10px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.productlist-container {
    position: relative;
}


.product-image {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    transform-style: preserve-3d;
    perspective: 70px;
    margin-top: 10px;
    padding-top: 0px;
}

.product-image img {
    width: 100%;
    height: 220px;
}

.owl-carousel .item .exp,.search-section .item .exp {
    font-size: 12px;
    text-align: right;
}

.owl-carousel .item .exp a , .search-section .item .exp a {
    color: #999999;
    margin: 0 2px;
}

.owl-carousel .item .exp .fa-eye , .search-section .item .exp .fa-eye {
    border-right: 1px solid #999999;
    padding-right: 5px;
}

.owl-carousel .item .product-detail ,.search-section .item .product-detail{
    padding: 0 20px;
}

.owl-carousel-title span  {
    font-size: 17px;
    color: #161619;
    font-weight: 600;
}

.owl-carousel-title {
    margin: 0;
    width: 100%;
    padding: 0;
}

.owl-carousel-title a {
    color: #161619;
    font-size: 16px;
}

.owl-carousel-title .title {
    float: right;
    line-height: 35px;
}

.owl-carousel .item .pro-title,.search-section .item .pro-title {
    padding: 0 6px 6px;
    font-weight: normal;
    font-size: 16px;
    height: 65px;
    display: flex;
    align-items: center;
    color: #555555;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    text-align: right;
    margin-top: 15px;
    font-weight: bold;
    line-height:22px;

}

.owl-carousel .detail,.search-section .detail {
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
}

.owl-carousel .item .writer ,.search-section .writer {
    font-size: 13px;
    color: #908f8f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.related-book .product-detail {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    height: 65px;
}

.related-book .product-detail a {
    color: #999999;
}

.related-book .item {
    padding: 5px 10px;
    border-radius: 3px;
    background: #faf9f9;
}

.related-book .product-image img {
    width: 100%;
    height: 200px;
}

.owl-carousel .item .product-image-details {
    position: absolute;
    line-height: 40px;
    top: 25px;
    color: #ffffff;
    font-size: 12px;
    display: none;
}

.owl-carousel .item:hover .product-image-details {
    display: block;
    transition: all ease-in-out 3s;
    transition-delay: 2s;
}

.owl-carousel .item:hover .popularity ,.search-section .item:hover .popularity {
    opacity: 1;
    bottom: 230px;
}

.rounded-0 {
    border-radius: 0!important;
}

.popularity {
    font-size: 15px;
    transition: 500ms ease all;
    position: absolute;
    bottom: 155px;
    left: 85px;
    opacity: 0;
    color: #fff;
}

.popularity__comment {
    direction: ltr;
    margin-left: 15px;
}
@media screen and (min-width:1441px){
    .related-book .product-image img{
        height: 250px;
    }
}
@media screen and (width:1024px) {
    .owl-carousel .item .pro-title,.search-section .item .pro-title {
        font-size: 14px;
    }
    .related-book .product-image img{
        height: 180px !important;
    }
}

@media screen and (max-width:800px) {
    .owl-carousel .item .pro-title,.search-section .item .pro-title {
        font-size: 14px;
    }
    .owl-carousel .detail ,.search-section .detail{
        font-size: 12px;
    }
    .owl-carousel-title span {
        font-size: 16px;
        margin: 0 20px
    }
    .owl-carousel-title a {
        font-size: 15px;
    }
}

@media screen and (max-width:600px) {
    .owl-nav {
        position: absolute;
        top: 50%;
    }
    .related .owl-carousel {
        margin-bottom: 0;
    }
    .owl-carousel .item .pro-title ,.search-section .item .pro-title{
        font-size: 12px;
    }
    .owl-carousel .item .writer ,.search-section .item .writer  {
        font-size: 11px;
    }
    .product-image img {
        height: 160px;
    }
    .search-section .product-image img {
        height: 100%;
    }
    .owl-carousel .item ,.search-section .item{
        width: 97%;
    }
    .owl-carousel .owl-stage-outer {
        margin-right: -5px;
    }
    .owl-carousel .item .exp,.search-section .item .exp {
        font-size: 10px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }
}

@media screen and (max-width:360px) {
    .owl-carousel .item .exp ,  .search-section .item .exp  {
        font-size: 12px;
    }
   
}