/**
 * 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 Cart Reservation v2.x.x
 * @copyright   Copyright (c) 2017 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

/*dt.prcr-dt-empty {
    margin: 0 !important;
    padding: 0 !important;
}*/

body.checkout-cart-index .cart.table-wrapper .item-options dt.prcr-dt-empty {
    margin: 0;
    padding: 0;
}

body.checkout-cart-index .cart.table-wrapper .item-options dt.prcr-dt-empty:after {
    content: '';
}

.prcr-reserved span:first-child {
    display: none;
}

.prcr-reserved-child {
    display: none;
}

/*catalog*/
.prcr-product-reserved-wrapper {position: relative;}
.prcr-product-reserved-wrapper span.prcr-product-reserved-text {
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    background: red;
    padding: 0 11px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85em;
    z-index: 2;
}
.catalog-category-view .prcr_product .prcr-text,
.block.widget .prcr_product .prcr-text{
	background: #fff3d1;
    border: 1px solid #f1e2ba;
    border-radius: 5px;
   	font-size: 11px;
    display: block;
    padding: 4px;
}

/*checkout*/
.prcr-timer.prcr_checkout_global_timer {text-align: right;}

/*shopping cart*/
.prcr-timer.prcr_cart_global_timer {
    float: right;
    position: relative;
    top: 12px;
}

/*product page*/
.catalog-product-view .actions .prcr-timer,
.catalog-product-view .grouped .prcr-timer{
    padding: 5px 10px;
    background: #fff3d1;
    border: 1px solid #f1e2ba;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    clear: both;
}
.catalog-product-view .prcr-reserved-text,
.catalog-product-view .prcr-reserved-child {
    color: #ef0909;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: flash;
}



@keyframes flash {
  from, 50%, to {opacity: 1; } 25%, 75% {opacity: 0;}
}


/*minicart*/
.block-minicart .prcr-timer.prcr_global_timer {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 3px 0;
    margin: 5px 0 10px;
}

#mini-cart .prcr-timer {
    border: 0;
    font-size: 0.85em;
    text-align: left;
    padding: 0;
    background: 0;
    color: #000;
}

#mini-cart .prcr-options-empty {
    display: none;
}


@media screen and (max-width: 767px) {
	/*Luma theme fix*/
	.opc-estimated-wrapper {margin-top: 21px;}
	.authentication-wrapper {margin-top: -88px;}
}