/**
* 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: #E5E5E5;
    display: block;
    min-height: 30px;
    margin-top: 10px;
}

.oos-notify a {
    font-family: 'Grotesk-semi';
    font-size: 12px;
    display: block;
    position: relative;
    width: 100%;
    line-height: 13px;
    text-decoration: none;
}

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

.notify-me-form {
    margin: 20px;
}
.oos-sub-title {
    font-family: 'Grotesk-Bold';
    font-size: 11px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}
.oos-title {
    font-family: 'Gothic-semi';
    font-size: 27px;
    line-height: 38px;
    max-width: 240px;
    margin: 0px auto;
}
.oos-report-area {
    display: block;
}
.oos-report-area.error-msg-container {
    width: 100%;
    max-width: 900px;
    font-size: 14px;
    text-align: center;
    font-family: 'Grotesk-Book';
    color: #000;
    margin: 0 auto 30px;
    border: 1px solid red;
    padding: 15px;
}
.oos-desc {
    font-family: 'Grotesk-Book';
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 20px;
}
.after-confirm {
    display: none;
}
.size-oos-report, 
.colour-oos-report,
#emailNotify {
    background: #fff;
    border: 1pt solid #000;
    color: #000;
    font-family: 'Grotesk-Book';
    height: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: .5rem 1rem;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    background-image: url(/themes/sugarcandybra/assets/images/svg/icon-filter-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95%;
}
#emailNotify {
    background-image: none;
}
.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: 'Grotesk-Book';
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    width: 90%;
}
.noti-footer-desc {
    font-family: 'Grotesk-Book';
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-top: 20px;
}
.confirm-msg {
    font-family: 'Gothic-semi';
    font-size: 24px;
    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: #fff;
}
.notify-me-submit.disabled a {
    text-decoration: none;
}
.cm-btn.notify-btn {
    background-color: #000;
    border-radius: 4px;
    border: 1px solid #000;
}
.notify-btn:hover {
    background-color: #fff;
    border: 1px solid #000;
}
.notify-btn:hover a,
.notify-btn:active a,
.notify-btn:focus a {
    color: #000;
}
.notify-btn a {
    color: #fff;
    font-family: 'Grotesk-Book';
    text-decoration: none;
    text-transform: none;
}
.notify-btn a:active,
.notify-btn a:focus {
    color: #000;
}
@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) {

}
