/**
 * 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 {
    display: block;
    text-align: right;
}

/*shopping cart*/
.prcr-timer.prcr_cart_global_timer {
    text-align: right;
    padding-bottom: 10px;
}

.prcr-module-cart .page-title-wrapper {
  display: flex;
  justify-content: space-between;
}

.prcr-module-cart .page-title-wrapper .prcr-timer {
  margin-top: 15px;
}

/*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;}
}

/* popup */
.pcr-product-image-container {
    max-width: 165px;
    display: inline-block;
    float: left;
    padding-right: 8px;
}

.pcr-item-options {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.pcr-item-options dt,
.pcr-item-options dd {
    display: inline-block;
}

.pcr-item-options dd {
    margin-left: 5px;
}

.pcr-product-name {
    color: #333333;
    font-size: 1.8rem;
}

.pcr-product-price,
.pcr-product-subtotal {
    color: #666666;
    font-size: 1.8rem;
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
}

.pcr-product-qty {
    color: #666666;
    font-size: 1.8rem;
    line-height: 1;
}

.pcr-product-subtotal-all {
    color: #666666;
    font-size: 1.8rem;
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
}

.pcr-strong {
    font-weight: bold;
}

#prcr-shopping-cart-table td {
    padding: 20px 8px 20px 0;
}

.checkout-cart-index .page-title-wrapper .prcr-timer {
    float: right; 
}

@media (max-width: 960px) {

    .pcr-product-name,
    .pcr-product-price .price,
    .pcr-product-subtotal .price,
    .pcr-product-qty .price {
        font-size: 1.4rem;
    }
}

.pcr-modal .table>tbody>tr>th,
.pcr-modal .table>tbody>tr>td {
    border-top: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
    .pcr-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
        background: #fff;
    }

    .pcr-modal.modal-popup .modal-footer {
        padding-top: 0;
    }

    .prcr-module-cart .page-title-wrapper {
        flex-direction: column;
    }
  
    .prcr-module-cart .page-title-wrapper .prcr-timer {
        text-align: left;
        margin-top: 0;
    }

    .checkout-cart-index .page-title-wrapper .prcr-timer {
        float: none;
        display: block;
        text-align: left;
    }
}

@media only screen and (max-width: 420px) {
    .pcr-modal.modal-popup .modal-footer>button {
        display: block;
        width: 100%;
    }

    .pcr-modal.modal-popup .modal-footer>button:first-of-type {
        margin-bottom: 10px;
    }
}

/* popup END */
