/**
 * Info fields
 */

.info-buttons-wrap{
    position: absolute;
    right: 0;
    top: 10px;
}

.popup-content .info-buttons-wrap{
    top: 90px;
}

.info-button-bg{
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -250px;
    top: 50px;
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    width: 280px;
    z-index: 111;
    /*color: black!important;*/
    /*background: #eeee22!important;*/
}

.info-button-bg.photo-share-button-bg{
    width: 330px;
    right: -300px;
}

.info-button-bg.purchase-info-button-bg{
    width: 380px;
    right: -350px;
}
.info-button-bg:hover{
    right: -184px;
}
.info-button-bg.photo-share-button-bg:hover{
    right: -235px;
}
.info-button-bg.purchase-info-button-bg:hover{
    right: -284px;
}

.info-button-bg.on,
.info-button-bg.on:hover{
    z-index: 112;
    right: 0;
}

.info-label{
    float: left;
}

.info-button{
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    display: block;
    height: 26px;
    float: left;
    width: 26px;
    margin: 2px;
    /*color: black!important;*/
    /*background: #eeee22!important;*/
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}

.info-button:before {
    font-family: icomoon;
    font-size: 18px;
    height: 25px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 25px;
}

.info-label:hover .info-button{
    /*background: black!important;*/
    /*color: #eeee22!important;*/
}

.photo-info-button:before{
    content: "\e858";
}

.share-info-button:before{
    content: "\e703";
}

.purchase-info-button:before{
    content: "\e9d0";
}

.info-block{
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    float: right;
    padding: 12px;
    width: 180px;
    min-height: 30px;
    cursor: default;
}

.purchase-info-button-bg .info-block{
    width: 280px;
}

.photo-info-block{
    left: 99px;
}

.info-block .description p{
    overflow: auto;
    padding: 10px;
}
.info-block .portfolio-item-custom {
    padding: 10px;
}
.info-block .category-item > a {
    border: 2px solid;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}
.info-block .button {
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    display: inline-block;
    margin-left: 0;
    margin-top: 20px;
    text-decoration: none;
    padding: 10px;
}

.info-block .button:hover {
    border: 2px solid;
}

.info-name {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 5px;
    margin-top: -5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.info-value {
    margin: 10px 0 5px 0px;
}

.info-button-bg .info-title{
    text-transform: uppercase;
    padding: 3px;
    position: relative;
    float: left;
    top: 3px;
    width: 70px;
}

.info-button-bg.first{
    top: 15px;
}
.info-button-bg.second{
    top: 50px;
}
.info-button-bg.third{
    top: 84px;
}
/* show woo button only for products */
.purchase-info-button-bg{
    display: none;
}
.woo_product .purchase-info-button-bg{
    display: block;
}
.share-button {
    display: inline-block;
    margin-right: 2px;
}
.share-button a{
    border: 2px solid;
    border-radius: 15px;
    display: block;
    height: 26px;
    position: relative;
    transition: all 0.1s ease-in-out 0s;
    width: 25px;
}
.share-button i {
    height: 100%;
    line-height: 22px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.share-block{
    height: 36px;
    text-align: left;
    vertical-align: middle;
    padding: 2px 5px 2px 10px;
    display: inline-block;
    float: right;
}
/**
 * Like
 */

.image-like {
    background: none repeat scroll 0 0 #111111;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    color: #FFFFFF;
    float: left;
    height: 26px;
    position: relative;
    top: 2px;
    width: 90px;
}
.image-like .like-text {
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    width: 60px;
}

.like-count {
    width: 55px;
}

.like-text > h6{
    line-height: 30px;
}

/**
 * Filter
 */

#grid-filter {
    position: relative;
    float: right;
    margin: 3px 0;
    width: 180px;
}
#grid-filter .portfolio-filter{
    padding: 0 8px 8px;
    border-radius: 20px;
    text-align: right;
}
#grid-filter .portfolio-filter li {
    border-radius: 15px;
    display: block;
    float: none;
    font-size: 12px;
    height: 26px;
    margin-bottom: 3px;
    padding: 4px 10px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#grid-filter .portfolio-filter li a{
    display: inline-block;
}

.filter-count {
    border: 2px solid;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    display: inline-block;
    font-size: 11px;
    font-weight: 100;
    height: 20px;
    left: 7px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 20px;
}

.purchase-info-block .price > span:first-child{
    font-size: inherit;
    font-weight: 700;
}

.purchase-info-block .price del + ins{
    font-size: inherit;
    font-weight: 700;
}

.purchase-info-block .price{
    float: right;
}

.purchase-info-block input.quantity{
    width: 50px;
    height: 30px;
    margin-left: 5px;
    margin-right: 10px;
    font-size: 1.2em;
    padding: 0 6px;
}

input.variation[type="radio"]{
    margin-top: 2px;
}

.purchase-info-block .addtocart-wrap{
    text-align: right;
}

.purchase-info-block .addtocart-wrap label{
    font-weight: normal;
}
.purchase-info-block .addtocart-wrap .button{
    background: white;
    /*border-color: #333333;*/
}
.purchase-info-block .addtocart-wrap .button a{
    /*color: #333333;*/
    font-weight: 700;
}

.product-variations{
    margin-top: 20px;
}

.product-variations label,
.woo-price{
    font-weight: normal;
    width: 100%;
    vertical-align: top;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.product-info .woo-price{
    margin-bottom: 10px;
    padding-bottom: 5px;
    clear: both;
    float: none;
}
.product-info .woo-price .price{
    text-align: right;
}

.product-info .woo-title,
.product-info .woo-description,
.product-info .woo-price{
    float: none;
    margin: 5px 5px;
}
.woo-sku {
    margin-top: 20px;
    opacity: 0.5;
}
.woo-image img{
    width: 60px!important;
    height: 60px!important;
}
.woo-image{
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin: 2px 15px 10px 5px;
}

.message-window{
    position: relative;
    width: 100%;
    border-radius: 15px;
    border: 2px solid transparent;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition:all 0.2s;
}
.message-window.loading,
.message-window.success,
.message-window.error{
    min-height: 40px;
    padding: 8px 15px;
}

.message-window.loading{
    border: 2px solid #eeee22;
}
.message-window.loading .loadingspin{
    top: 8px;
}

.message-window.success{
    border: 2px solid #22ee22;
}

.message-window.success i:before{
    content: "\e9ba";
    font-family: icomoon;
    font-size: 18px;
    font-style: normal;
    height: 25px;
    line-height: 26px;
    position: relative;
    text-align: center;
    width: 25px;
    /*color: #22ee22;*/
    margin-right: 5px;
}

.message-window.error{
    border: 2px solid #ee2222;
}

.message-window.error i:before{
    content: "\e9a2";
    font-family: icomoon;
    font-size: 18px;
    font-style: normal;
    height: 25px;
    line-height: 26px;
    position: relative;
    text-align: center;
    width: 25px;
    /*color: #ee2222;*/
    margin-right: 5px;
}

/**
 * Colors
 */

/*.info-button-bg{*/
    /*color: black!important;*/
    /*background: #eeee22!important;*/
/*}*/
/*.info-button{*/
    /*color: black!important;*/
    /*background: #eeee22!important;*/
/*}*/

/*.info-label:hover .info-button{*/
    /*background: black!important;*/
    /*color: #eeee22!important;*/
/*}*/
/*.info-block .button {*/
    /*border: 2px solid rgba(0, 0, 0, 0);*/
/*}*/
/*.info-name {*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
/*}*/
/*.image-like {*/
    /*background: none repeat scroll 0 0 #111111;*/
    /*color: #FFFFFF;*/
/*}*/
/*.purchase-info-block .addtocart-wrap .button{*/
    /*background: white;*/
    /*border-color: #333333;*/
/*}*/
/*.purchase-info-block .addtocart-wrap .button a{*/
    /*color: #333333;*/
/*}*/
/*.product-variations label,*/
/*.woo-price{*/
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
/*}*/
/*.message-window.loading{*/
    /*border: 2px solid #eeee22;*/
/*}*/
/*.message-window.success{*/
    /*border: 2px solid #22ee22;*/
/*}*/
/*.message-window.success i:before{*/
    /*color: #22ee22;*/
/*}*/
/*.message-window.error{*/
    /*border: 2px solid #ee2222;*/
/*}*/
/*.message-window.error i:before{*/
    /*color: #ee2222;*/
/*}*/
/**
 * End of info buttons
 */
