/**
* 2007-2020 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-2020 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.
*/

.coupon-container {
    background: #fff;
    border-radius: 15px;
    padding: 30px 30px 20px;
    margin-bottom: 24px;
    border: 1px solid #000;
}

.coupon-type {
    font-family: 'Gothic-Black';
    font-size: 12px;
    color: #9ca3db;
    opacity: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;
}

.coupon-text {
    font-family: 'Grotesk-Semi';
    font-size: 34px;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
    line-height: normal;
}

.coupon-details {
    font-family: 'Grotesk-Semi';
    font-size: 12px;
    color: #000;
    margin-top: 20px;
    text-align: center;
}

.white-separator {
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}

.black-separator {
    border-bottom: 1px solid #000;
    margin-top: 20px;
}

.coupon-code {
    text-align: center;
    background: #c9b4fc;
    border-radius: 50px 0 0 50px;
    border: 1px solid #000;
    font-family: 'Grotesk-Bold';
    font-size: 24px;
    letter-spacing: 2px;
    height: 50px;
    color: #000;
}

.coupon-copy-btn {
    border: 1px solid #000;
    border-radius: 0 50px 50px 0;
    text-align: center;
    background: #000;
    color: #fff;
    height: 50px;
    font-family: 'Grotesk-Bold';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.coupon-shop-btn {
    padding: 14px 0;
    font-family: 'Gothic-Black';
    font-size: 18px;
    text-transform: uppercase;
}

.coupon-container .cm-btn {
    padding: 0;
    border-radius: 50px;
    border: 1px solid #000;
}

.btn-bg-black {
    background-color: #000;
    border: 1px solid #000;
}

.btn-bg-black a, 
button.btn-bg-black, 
input[type=submit].btn-bg-black {
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.sub-text {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    text-align: center;
}

.cms-content-container {
    padding: 40px 0;
}

.couponoffer-title {
    font-family: 'Gothic-Black';
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 20px;
}

.couponoffer-content {
    font-family: 'Grotesk-Med';
    font-size: 18px;
    line-height: 24px;
}

.couponoffer-btn-link {
    background: #9ca3db;
}

.couponoffer-btn-link:hover {
    background: #000;
}

.couponoffer-btn-link a {
    color: #000;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.couponoffer-btn-link:hover a {
    color: #9ca3db;
}

.couponoffer-content:nth-last-child(1),
.coupon-container:nth-last-child(1) {
    margin-bottom: 0;
}

#module-coupon-offer #sc-page-content .container {
    margin-bottom: 40px;
}

.couponoffer-content a {
    border-bottom: 1px solid #000;
}

.couponoffer-content a:hover,
.couponoffer-content a:active,
.couponoffer-content a:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .white-separator,
    .black-separator {
        margin: 0;
    }

    .coupon-type, 
    .coupon-text, 
    .coupon-details {
        text-align: left;
    }

    .sub-text {
        max-width: 700px;
    }

    .couponoffer-title {
        margin-bottom: 34px;
        font-size: 36px;
        line-height: normal;
    }

    .coupon-container {
        margin-bottom: 20px;
    }

    #module-coupon-offer #sc-page-content .container {
        margin-bottom: 80px;
    }

    .couponoffer-content {
        font-family: 'Grotesk-Med';
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) {
    .cms-content-container {
        padding: 80px 0;
    }
}