/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket Private Sales
 * @copyright   Copyright (c) 2017 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

/* float clearing for everyone else */
.cf:after, .clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}


.leftf {float:left;}
.rightf, rigthf {float:right;}
.ajax-loader {display:none;}


/*********** SPLASH PAGE*/

body.splash-body {background:#000; padding:0px;}
#wrapper-splash {   width:720px; margin:0 auto; position:relative; padding-top:8%; overflow:hidden;}

/*splash image size*/
#bg {vertical-align: top; position: fixed; overflow: hidden;  outline: none;    z-index: -1;    padding: 0;     margin: 0;  top: 0;     left: 0; }
#bg img { position: absolute; top: 0;   left: 0;}
.splash-content {min-height:100%; height:auto; height:100%;}
.splash-content .validation-advice { width:180px;}

/* Basic Styles*/
.splash-container  .logo-hld {display: block; padding-bottom: 15px; text-align: center;}
.splash-container h2 {font-weight: bold; font-size: 13px; margin: 0 0 14px; padding: 0 0 5px 23px; border-bottom: 1px solid  #DDD; background-position: 0 1px; background-repeat: no-repeat; text-transform: uppercase; color: #E76200; background-image: url(https://www.labelhabitation.com/skin/frontend/base/default/css/plumrocket/images/i_page2.gif);}
.splash-container .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://www.labelhabitation.com/skin/frontend/base/default/css/plumrocket/images/bkg_buttons-set1.gif) 0 0 repeat-x; }
.splash-container .hld {padding: 14px 21px; background:#faf7ee url(https://www.labelhabitation.com/skin/frontend/base/default/css/plumrocket/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0;}

/*dark box overlay*/
#overlay-box {background:black; position:absolute; left:0px; top:0px; width:100%; min-height:100%; z-index:8000; display:none;}
#overlay-box .holder {padding:25px 0px; width:980px; margin:0 auto; color:#C1C1C1; }
#overlay-box .holder p {color:#C1C1C1;}
#overlay-box .holder .head  {font-size:18px; font-weight:400;}

/*Registrate form*/
.splash-container .account-create .columb {float:left; padding-left: 32px;}
.splash-container .form-list .gerden-field label {float:none; padding:0px 25px 0px 5px;}

/*Error Pop Up */
#for_messages {position:fixed; min-height:20px; padding:20px 10px; height:auto; height:20px; z-index:9999; background-color:#FFF; color:#262626; width:100%; bottom:0px; left:0; right:0; font-size:18px; }
#for_messages  ul.messages {list-style:none;  margin: 0; text-align:center; }
#for_messages  ul.messages li {margin:0px; padding:0px; border:none;}
#for_messages  ul.messages li.error-msg,
#for_messages  ul.messages li.success-msg,
#for_messages  ul.messages li.note-msg,
#for_messages  ul.messages li.notice-msg {font-size:18px; background:none; border:none; color:#262626;}
#for_messages  ul.messages li.error-msg ul,
#for_messages  ul.messages li.success-msg ul,
#for_messages  ul.messages li.note-msg ul,
#for_messages  ul.messages li.notice-msg ul {text-align:center; padding:0;}
#for_messages  ul.messages li.error-msg ul li,
#for_messages  ul.messages li.success-msg ul li,
#for_messages  ul.messages li.note-msg ul li,
#for_messages  ul.messages li.notice-msg ul li {display:inline;padding-right:10px; font-size:18px;}


#launching_soon {position:absolute; background-color:#FFF; width:600px; border:1px solid #868686; z-index:9000; display:none;}
#launching_soon .ls-holder {padding:25px;}
#launching_soon .ls-holder a.close {float:right;}

#launching_soon {position:inherit; width:auto;}

/*=== category page ===*/
.shops-holder {
    max-width: 1200px;
}

.shops-holder * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shops-holder:before,
.shops-holder:after {
    content: "";
    display: block;
    clear: both;
}

/* columns */
.shops-holder .pps-row:before,
.shops-holder .pps-row:after {
    content: "";
    display: block;
    clear: both;
}
.shops-holder section .pps-col-4 {
    width: 32.666%;
    margin: 0 0.5% 1% 0.5%;
}
.shops-holder section .pps-col-4:nth-child(3n+1) {
    margin-left: 0;
}
.shops-holder section .pps-col-4:nth-child(3n) {
    margin-right: 0;
}

.shops-holder section .pps-col-6 {
    width: 49.5%;
    margin: 0 0.5% 1% 0.5%;
}
.shops-holder section .pps-col-6:nth-child(2n+1) {
    margin-left: 0;
}
.shops-holder section .pps-col-6:nth-child(2n) {
    margin-right: 0;
}

.shops-holder .pps-row {
    margin-top: 30px;
}
.shops-holder .pps-row header {
    text-align: center;
}
.shops-holder .pps-row header:after {
    content: "";
    display: inline-block;
    width: 50px;
    border-bottom: 1px solid #2d2d2d;
    vertical-align: top;
}

.shops-holder .pps-row h3 {
    color: #2d2d2d;
    font-size: 22px;
    text-transform: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: normal;
}
.shops-holder .pps-row h2 {
    text-transform: none;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: normal;
    font-size: 14px;

}
.shops-holder .pps-row h2 a {
    font-size: 12px;
}


/* item */
.shops-holder .pps-item {
    float: left;
    padding: 8px;
    font-size: 12px;
    line-height: normal;
    background: #f6f6f6;
    position: relative;
}

.shops-holder .pps-item a {
    color: #333;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.shops-holder .pps-item.pps-hover-item {
    opacity: 0.5;
}

.shops-holder .pps-item img {
    width: 100%;
}
.shops-holder .pps-item figcaption {
    padding: 8px 0 2px 0;
}
.shops-holder .pps-item figcaption .pps-item-title {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 3px;
}
.shops-holder .pps-item figcaption .pps-item-time {
    position: relative;
    line-height: normal;
    padding-left: 19px;
}
.privatesale-countdown-timer:before,
.shops-holder .pps-item figcaption .pps-item-time:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0MS43MzIgMTQxLjczMiIgaGVpZ2h0PSIxNDEuNzMycHgiIGlkPSJMaXZlbGxvXzEiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE0MS43MzIgMTQxLjczMiIgd2lkdGg9IjE0MS43MzJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9IkxpdmVsbG9fNSI+PHBhdGggZD0iTTExMy4zMjYsNzAuMTkxYzAtMi45Ny0yLjM3Ny01LjM3Ni01LjMwNy01LjM3Nkg3NS41NDNWMzIuMzg3di0wLjAwMWMwLTIuOTgtMi40MTgtNS4zOTctNS4zOTYtNS4zOTcgICBjLTIuOTgsMC01LjM5OCwyLjQxNy01LjM5OCw1LjM5N1Y3MC4xN2MwLDIuOTgxLDIuNDE4LDUuMzk4LDUuMzk4LDUuMzk4aDM3Ljg3NUMxMTAuOTQ5LDc1LjU2OCwxMTMuMzI2LDczLjE2MSwxMTMuMzI2LDcwLjE5MSAgICBNMTI5LjUzMyw3MC4xNTdjMCwzMi43OTgtMjYuNTg0LDU5LjM4Ni01OS4zNzUsNTkuMzg2Yy0zMi43OTMsMC01OS4zNzUtMjYuNTg4LTU5LjM3NS01OS4zODZzMjYuNTgyLTU5LjM4Niw1OS4zNzUtNTkuMzg2ICAgQzEwMi45NDksMTAuNzcxLDEyOS41MzMsMzcuMzU5LDEyOS41MzMsNzAuMTU3IE0xNDAuMzE0LDcwLjE1N0MxNDAuMzE0LDMxLjQxLDEwOC45MDQsMCw3MC4xNTgsMEMzMS40MSwwLDAsMzEuNDEsMCw3MC4xNTcgICBzMzEuNDEsNzAuMTU3LDcwLjE1OCw3MC4xNTdDMTA4LjkwNCwxNDAuMzE0LDE0MC4zMTQsMTA4LjkwNCwxNDAuMzE0LDcwLjE1NyIvPjwvZz48ZyBpZD0iTGl2ZWxsb18xXzFfIi8+PC9zdmc+);
    background-size: 15px auto;
    position: absolute;
    left: 0;
    top: -1px;
    background-repeat: no-repeat;
    background-position: 0 center;
    opacity: 0.7;
}

.shops-holder .pps-item figcaption .pps-item-time {
    float: none;
    font-size: 12px;
    text-transform: none;
}

.catalog-category-view .category-products .item .privatesale-countdown-timer {
    font-size: 12px;
    font-weight: 700;
    text-transform: lowercase;
    line-height: 14px;
    padding: 6px;
    float: none;
    border: 1px solid #fecfcf;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 5px;
}

.item .privatesale-countdown-timer span {
    font-size: 13px;
    font-weight: 400;
}

.item .privatesale-countdown-timer:before {
    display: none;
}

.item .privatesale-countdown-timer span {
    display: block;
    font-weight: 400;
    font-size: 13px;
}

 .privatesale-event-container .privatesale-countdown-timer .hasCountdown {
    color: #d60000;
}

/*=== Lock icon ===*/
.pps-img-wrap-lock {
    position: relative;
    display: block;
}

.pps-img-wrap-lock:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 100;
}

.pps-img-wrap-lock:after {
    content: "";
    display: block;
    width: 110px;
    height: 110px;
    top: 50%;
    margin-top: -55px;
    left: 50%;
    margin-left: -55px;
    position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.43);
    border-radius: 50%;
    background-image: url(../../../images/plumrocket/privatesales/lock-icon.png);
    background-position: center;
    background-size: 64px;
    background-repeat: no-repeat;
    transition: margin-top 0.5s;
}

.products-list .pps-img-wrap-lock:after,
.products-grid .pps-img-wrap-lock:after{
    width: 80px;
    height: 80px;
    background-size: 50px;
    margin-top: -40px;
    margin-left: -40px;
    background-size: 50px;
}

.pps-img-wrap-lock:hover:after {
    margin-top: -69px;
}

.products-list .pps-img-wrap-lock:hover:after,
.products-grid .pps-img-wrap-lock:hover:after{
    margin-top: -49px;
}

.pps-img-locktext {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    z-index: 150;
    top: 50%;
    margin-top: 60px;
    left: 0;
    transition: opacity 0.3s, margin-top 0s 0.5s;
    opacity: 0;
    box-sizing: border-box;
    font-size: 12px;
}

.pps-img-wrap-lock:hover .pps-img-locktext {
    opacity: 1;
    margin-top: 46px;
    transition: opacity 0.5s 0s, margin-top 0.5s 0s;
}

.products-list .pps-img-wrap-lock:hover .pps-img-locktext,
.products-grid .pps-img-wrap-lock:hover .pps-img-locktext{
    margin-top: 35px;
}

@media only screen and (min-width: 1025px) {
    .shops-holder .pps-item.pps-show-item a:hover * {
        opacity: 0.8;
    }
}

@media only screen and (max-width: 1024px) {
    .shops-holder section .pps-col-4 {
        width: 49.5%;
        margin: 0 0.5% 1% 0.5%;
    }
    .shops-holder section .pps-col-4:nth-child(2n) {
        clear: none;
        margin-right: 0;
        margin-left: 0.5%;
    }
    .shops-holder section .pps-col-4:nth-child(2n+1) {
        margin-right: 0.5%;
        clear: left;
        margin-left: 0
    }
}

@media only screen and (max-width: 760px) {
    .privatesale-countdown-timer {
        float: none;
    }
}

@media only screen and (max-width: 640px) {
    .shops-holder .pps-row section .pps-col-4,
    .shops-holder .pps-row section .pps-col-6 {
        width: 100%;
        margin: 0 0 2% 0;
        float: none;
    }
}

@media only screen and (max-width: 480px) {
    .shops-holder .pps-row section .pps-col-4,
    .shops-holder .pps-row section .pps-col-6 {
        margin: 0 0 3% 0;
    }
}


/*********** PRODUCT LIST */


/* Catalog info */
/*.shop-details {padding:25px 0px; background-color:#FFF;}
.shop-details #description {float:left;}
.shop-details #description #shop-logo {padding:0 10px 10px 0; float:left; }
.shop-details #description #shop-bio {overflow:hidden;}
.shop-details #description #shop-bio  #readmore-container {display:none;}
.shop-details #description #shop-bio  p {font-size:12px; width:630px; text-align:justify;}
.shop-details #description #shop-bio  p a {color:#000; text-decoration:underline; font-size: 11px; font-style: italic; text-decoration: underline; }
.shop-details .timer-holder {float:right; background:#FFF;}
.shop-details .timer-holder .shop-close {margin-left:12px; padding:10px 5px; background:#fff; text-align:right; font-size:12px; font-weight:400; text-transform:uppercase;}
*/
/* List */
/*.products-holder  {left: 1px; position: relative; width: 950px;}
.products-holder  ul.list-of-products{ list-style:none;  margin:0; padding:0; margin-top:10px;}
.products-holder  ul.list-of-products li {display:block; width:298px; height:447px; background:none; margin:0 0 12px 12px; float:left; overflow:hidden; border:1px solid #e9e9e9; }
.products-holder  ul.list-of-products li img.prod-img {width:298px;}
.products-holder  ul.list-of-products li div.holder {position:relative; height: 100%;}
.products-holder  .item-title-bg {height:47px; background:#F6F6F6; position:absolute; left:0; bottom:0; z-index:10; width:100%;}

.products-holder .item-title-bg-over {background:none;}
.products-holder .item-title-bg .item-name {padding-left:3px; width:185px; overflow:hidden; text-align:left; float:left; }
.products-holder .item-title-bg .item-name a {color: #203548; font-size: 13px; line-height:14px; font-weight: 700; margin: 0px 0px 5px}

.products-holder .item-title-bg .price-box {margin:0px; padding:0px; text-align:center; height:47px; width:100px;  float:right;}
.products-holder .item-title-bg .price-box .special-price {padding-bottom:0px;}
.products-holder .item-title-bg .price-box .special-price .price {font-size:22px; line-height:24px; font-weight:400; padding:3px 0 0 0; margin:0;}

.products-holder .item-title-bg .price-box .old-price {line-height: 12px; padding-top:3px;}
.products-holder .item-title-bg .price-box .old-price .price,
.products-holder .item-title-bg .price-box .old-price .price-label {font-size:11px;}
.products-holder .item-title-bg .price-box .old-price .price {text-decoration: line-through; font-weight:400;}

.products-holder .item-lefts {background-color:#F6F6F6; position:absolute; right:0; top:25px; z-index:15; width:100px; text-align:center; overflow:hidden;}
.products-holder .item-lefts p{ font-size: 14px; text-transform: uppercase; margin:0px;}
.products-holder .soldout {background:url(https://www.labelhabitation.com/skin/frontend/base/default/css/plumrocket/images/soldout_bg.png); width:100%;  height:100%;  position:absolute; left:0px; top:0px; z-index:15; text-align:left;}
.products-holder .soldout a {background-color: #B40000; color: #FFFFFF; display: block; font-size: 16px; font-weight: 700; margin-top: 30px; text-align: center; text-decoration: none; width: 100px;}
.products-holder .view-item-over {width:298px;  height:100%; background-color:transparent;  position:absolute; left:0px; top:0px; z-index:25; text-align:left; display:none;}
.products-holder .view-item-over a{width:298px;  height:100%; display:block; text-decoration:none;}
*/

/*Previewer Website*/

.previewer-panel{position:fixed; z-index:100; background-color:#DA0004;  left:0px; top:0px;  width:100%; border-bottom:1px solid #8A0003; -moz-box-shadow: inset 0px 0px 20px -5px #000000;
-webkit-box-shadow: inset 0px 0px 20px -5px #000000; box-shadow: inset 0px 0px 20px -5px #000000;}
.previewer-panel a {text-decoration:none;}
.previewer-panel .holder { padding:5px 0; position:relative; text-align:center}
.previewer-panel span.h1-prew{ font-size:16px; color:#fff; font-weight:700; vertical-align:middle; text-shadow:0 1px 1px #790003;}
.previewer-panel a.button-view {background: #000000; color: #FFFFFF; cursor: pointer; display: inline-block; font-size: 14px; font-weight: 700; height: 28px; line-height: 28px; padding: 0px 20px; vertical-align: middle; -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);   -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7); box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);    background: #191919;    border: 1px solid #141414;}
.previewer-panel a.button-view:hover {background: #2d2d2d; text-decoration:none;}
.previewer-panel a.close-link {position:absolute; top:9px; font-size:14px; right:17px; color:#FFF; cursor: pointer; text-shadow: 0px 1px 1px #790003; font-weight:700;}
.previewer-panel input {border:1px solid #A60004; padding:5px; font-size:16px;}


/* Expired popup */
/*#expired-popup {
    background: url("https://www.labelhabitation.com/skin/frontend/base/default/css/plumrocket/images/plumrocket/privatesales/end-popup.png") repeat scroll 0 0 transparent;
    font-size: 12px;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
*/

/* Message end */
.pr-message-end{
    float:left;
    width: 100%;
    font-style: italic;
    padding: 10px;
    margin: 8px 0;
    background: rgba(51, 153, 204, .1);
}