/******************************************************
 * @package Version Theme Framework for Vinovatheme
 * @version 1.0
 * @author http://www.vinovathemes.com
 * @copyright Copyright (coffee) Augus 2013 vinovathemes.com <@emai:vinovathemes@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
.nov-lookbook .item {
    margin-bottom: 0px;
}
.nov-lookbook .item:hover{
    z-index: 2;
}
.nov-content-lookbook{
    display : inline-block;
    position : relative;
    width: 100%;
}
.nov-lookbooklist .nov-content-lookbook img {
    width: 100%;
}
.info-lookbook {
    margin-top: 15px;
    text-align: center;
}
.info-lookbook .title-lookbook {
    font-size:1.8rem;
    font-weight: 700;
    color:#000;
    line-height:34px;
    padding-top: 10px;
}
.info-lookbook .description-lookbook {
    font-size: 12px;
    font-weight: normal;
}
.item-lookbook{
    position : absolute;
    padding: 10px;
}
.content-lookbook {
    min-width:200px;
    background: #fff;
    position: absolute;
    z-index: 3;
    padding: 15px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    top: 68px!important;
    bottom: auto!important;
    left: 23px;
}
.nov-lookbooklist .main-lookbook{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background: #fff;
    border-radius: 5px;
}
.content-lookbook .item-thumb {
    width: 100%;
    padding-bottom: 15px;
}
.content-lookbook .item-thumb img{
    max-width: 100%;
}
.nov-lookbooklist .content-bottom{
    padding-left: 6px;
    padding-right: 6px;
    width: 50%;
}
.content-lookbook .item-title {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    text-align: center;
}
.content-lookbook .item-title:hover a{
    text-decoration-line: underline;
}
.content-lookbook .item-price{
    color:#222222;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 11px;
}
.content-bottom .readmore a{
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    background: #a9a9a9;
    padding: 9px 16px;
    border-radius: 17px;
    display: inline-block;
    margin-top: 15px;webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    white-space: nowrap;
}
.content-bottom .readmore a:hover{
    background: #343434;
}
.item-lookbook:hover .content-lookbook{
    opacity: 1;
    visibility: visible;
}
.nov-lookbooklist .number-lookbook {
    width: 59px;
    height: 59px;
    border: 1px solid white;
    line-height: 64px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

@-webkit-keyframes Animationbook {
    0% {
        width:100%;
        height:100%;
        left:0;
        top:0;
        opacity:0.8
    }
    100% {
        width:160%;
        height:160%;
        left:-30%;
        top:-30%;
        opacity:0.3
    }
}
@-moz-keyframes Animationbook {
    0% {
        width:100%;
        height:100%;
        left:0;
        top:0;
        opacity:0.8
    }
    100% {
        width:160%;
        height:160%;
        left:-30%;
        top:-30%;
        opacity:0.3
    }
}
@-ms-keyframes Animationbook {
    0% {
        width:100%;
        height:100%;
        left:0;
        top:0;
        opacity:0.8
    }
    100% {
        width:160%;
        height:160%;
        left:-30%;
        top:-30%;
        opacity:0.3
    }
}
@keyframes Animationbook {
    0% {
        width:100%;
        height:100%;
        left:0;
        top:0;
        opacity:0.8
    }
    100% {
        width:160%;
        height:160%;
        left:-30%;
        top:-30%;
        opacity:0.3
    }
}
.nov-lookbooklist .number-lookbook:after{
    content: '';
    width: 120%;
    height: 120%;
    border-radius: 50%;
    position: absolute;
    left: -10%;
    top: -10%;
    border: 1px solid white;
    animation: Animationbook 1.2s linear infinite;
}
.nov-lookbooklist .number-lookbook:before{
    content: '';
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    animation: Animationbook 1.2s linear infinite;
    animation-delay: 0.6s;
}
.nov-lookbooklist .number-lookbook span{
    width: 39px;
    height: 39px;
    line-height: 44px;
    top:2px;
    position: relative;
    display: inline-block;
    z-index: 1;
    background-color: white;
    text-align: center;
    color: #909090;
    font-size: 26px;
    font-weight: 300;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 767px){
    .nov-content-lookbook > img {
        margin-bottom: 15px;
    }
    .item-lookbook{
        position: static;
        transform: translate(-22px, 0px);
        left: 0px!important;
    }
    .nov-lookbooklist .number-lookbook{
        display:none;
    }
    .content-lookbook{
        opacity: 1;
        visibility: visible;
        min-width: 200px;
        width: 100%;
        padding: 10px;
        left: 22px!important;
        top: 0px!important;
        position: relative;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(50,50,50,0.15);
        -moz-box-shadow: 0px 0px 15px 0px rgba(50,50,50,0.15);
        -ms-box-shadow: 0px 0px 15px 0px rgba(50,50,50,0.15);
        -o-box-shadow: 0px 0px 15px 0px rgba(50,50,50,0.15);
        box-shadow: 0px 0px 15px 0px rgba(50,50,50,0.15);
    }
    .content-lookbook .item-thumb{
        max-width: 90px;
        margin-right: 10px;
        padding-bottom: 0px;

    }
    .content-lookbook .item-price{
        text-align: left;
    }
}