/**
 * Since 2015 Ewonta
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author Ewonta <support@ewonta.ru>
 *  @copyright  Since 2015 Ewonta
 *  @license    Valid for 1 website (or project) for each purchase of license
 */
 
 .preorderstatus {
     display: none;
 }
 .product-quantity .add {
     height: 100%;
 }
 .preorder .view_modal_preorder {
    height: 100%;
 }
.pspreorder_product {
    padding: 13px 19px 0;
    margin-bottom: 17px;
}
.pspreorder_product button{
    padding: 9px 21px 9px 21px;
    font-size: 16px;
}
.product-quantity .add{
    display: none;
}
.add_preorde_prod{
    display: none;
}

/* #module-pspreorder-preorder .quick-view {
    display: none;
} */
.atc_spinner {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
     
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@media (min-width: 576px) {
  #mod_preorder .modal-dialog {
    max-width: 400px;
}  
}
.mass_succes{
    display: none;
}

.page-preorder .card-block{
    padding: 1.25rem 0rem !important;
}

.add_preorde_prod{
      position: absolute;
    top: 7px;
    z-index: 1;
    right: 13px;
}
.add_preorde_prod button{
        padding: 0.6rem;
    border-radius: 5px;
    outline: none !important;
}
.add_preorde_prod i{
        margin: 0rem !important;
}
.tit_prod_preorder{
           font-size: 22px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 19px;
}