/******************************************************
 * @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: 20px;
}
.nov-content-lookbook{
    display : inline-block;
    position : relative;
}
.nov-content-lookbook img {
    width: 100%;
}
.info-lookbook {
    margin-top: 15px;
    text-align: center;
}
.info-lookbook .title-lookbook {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.info-lookbook .description-lookbook {
    font-size: 12px;
    font-weight: normal;
}
.item-lookbook{
    position : absolute;
    width: 45px;
    height: 45px;
}
.content-lookbook {
    min-width: 345px;
    background: rgba(255,255,255,0.1);
    position: absolute;
    z-index: 1;
    padding: 0px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    border: 8px solid rgba(238,238,238, 0.15);
    border-radius: 13px;
    top: -82px!important;
    bottom: auto!important;
}
@media(max-width: 1199px) and (min-width: 992px){
   .content-lookbook{
       min-width: 290px; 
   }
}
@media (max-width: 991px){
    .content-lookbook{
        min-width: 250px;
    }
}
@media (max-width: 767px){
    .content-lookbook{
        opacity: 1;
        visibility: visible;
    }
}

.main-lookbook{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background: #fff;
    border-radius: 5px;
}
.content-lookbook .item-thumb {
    width: 50%;
    padding: 10px 0;
}
.content-bottom{
    padding-left: 6px;
    padding-right: 6px;
    width: 50%;
}
.content-lookbook .item-title {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}
.content-lookbook .item-price{
    color:#222222;
}
.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;
}
.number-lookbook {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #d5d5d5;
    border: 5px solid #fff;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    color: #fff;
    display: block;
	cursor: pointer;
    webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.number-lookbook:hover{
    background: #ff5e32;
}
