/**
 * 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;
}

/* Принудительное отображение поля доставки */
.delivery-option-group {
    display: block !important;
    visibility: visible !important;
}

.delivery-option-group label {
    display: block !important;
    visibility: visible !important;
}

.delivery-option-group select {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
}

/* Стили для чекбокса уведомлений */
#mod_preorder .custom-checkbox {
    position: relative;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 0;
    vertical-align: top;
}

#mod_preorder .custom-checkbox label {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: top;
}

#mod_preorder .custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

#mod_preorder .custom-checkbox label span {
    position: absolute;
    top: 0.125rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    border: 1px solid #adb5bd;
    border-radius: 0.25rem;
    background-color: #fff;
}

#mod_preorder .custom-checkbox input[type="checkbox"]:checked ~ span {
    background-color: #007bff;
    border-color: #007bff;
}

#mod_preorder .custom-checkbox input[type="checkbox"]:checked ~ span i {
    display: block;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
}

#mod_preorder .custom-checkbox span i {
    display: none;
}