/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.oos-notify {
    padding: 10px;
    text-align: center;
    background-color: #f2f2f2;
    display: block;
    min-height: 30px;
    margin-top: 30px;
}

.oos-notify a {
    font-family: 'GroteskPro-SemiBoldItalicBold';
    font-size: 12px;
    display: block;
    position: relative;
    width: 100%;
    line-height: 13px;
}

.oos-notify a span {
    font-family: 'GroteskPro-SemiBoldItalicBold';
    font-size: 12px;
    border-bottom: 1px solid #000;
}

.notify-me-form {
    margin: 20px;
}
.oos-sub-title {
    font-family: 'GroteskPro-Bold';
    font-size: 11px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}
.oos-title {
    font-family: 'Quincy-Cf';
    font-size: 36px;
    line-height: 38px;
    max-width: 240px;
    margin: 0px auto;
}
.oos-report-area {
    display: block;
}
.oos-desc {
    font-family: 'GroteskPro-Book';
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 20px;
}
.after-confirm {
    display: none;
}

.size-oos-report, .colour-oos-report, .multicup-oos-report {
    width: 100%;
    border-radius: 5px;
    background-image: url(/themes/cakematernity/assets/images/svg/icon-filter-arrow.svg);
    background-repeat: no-repeat;
    background-position: 92%;
}
.multicup-oos-report {
    background-position: 96%;
}
.padding-right5 {
    padding-right: 5px;
}
.padding-left5 {
    padding-left: 5px;
}
.margin-bottom15 {
    margin-bottom: 15px;
}
#emailNotify {
    width: 100%;
    border-radius: 5px;
}
.signup-noti-container {
    margin: 10px 0px;
    text-align: left;
}
.signup-noti-container #signUpNewsletterNoti {
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
}
.signup-noti-container span.bg_checkbox {
    width: 15px;
    display: inline-block;
}
.signup-noti-container span{
    font-family: 'GroteskPro-Book';
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    width: 90%;
}
.noti-footer-desc {
    font-family: 'GroteskPro-Book';
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-top: 20px;
}
.confirm-msg {
    font-family: 'Quincy-Cf';
    font-size: 36px;
    line-height: 38px;
    margin: 60px 0px 60px 0px;
}
.bg_checkbox {
    background: url(/modules/opccake/views/img/checkbox-inactive.svg) no-repeat center;
    width: 15px;
    height: 13px;
}
.bg_checkbox.checked{
    background: url(/modules/opccake/views/img/checkbox-active.svg) no-repeat center;
    width: 15px;
    height: 13px;
}
.select-color-first {
    display: none;
}
.submit-dynamic.disabled, .notify-me-submit.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    color: #000;
    background-color: #fff;
}
@media (min-width: 576px) {
    .notify-me-form {
        margin: 45px;
    }
}

@media (min-width: 768px) {
    #globalClassModalContainer.notifyClass .modal-dialog {
        max-width: 440px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    
}
