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

/*  Page gifts  */
.we-cms-block-header {
    position: relative;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 49.25%;
    background-color: #F8A000;
}
.we-cms-block-header .we-cms-block-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.we-cms-block-header .we-cms-block-title h1.h1 {
    font-size: 2.1333333rem;
    line-height: 2.5rem;
    color: #fff;
    margin-right: 30%;
    text-transform: uppercase;
}
.we-cms-block-content {
    text-align: center;
    padding: 0 1rem;
}
.we-cms-block-content .h4 {
    margin-bottom:2rem;
}
.we-cms-block-content #pills-tab {
    margin-bottom: 2rem;
}
.we-cms-block-content hr {
    border-color: #24b9d7;
    border-width: 2px;
    max-width: 360px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.we-cms-block-content .we-price-text {
    font-weight: 600;
}
.we-cms-tabs ul {
    display: flex;
    justify-content: center;
}
.we-cms-tabs ul#pills-tab li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    list-style: none;
}
.we-cms-tabs ul#pills-tab li a {
    border: 1px solid #24b9d7;
    border-radius: 4px;
    color: #24b9d7;
}
.we-cms-tabs ul#pills-tab li a.active {
    color: #fff;
}
.we-cms-tabs .tab-pane {
    padding: 1rem 0;
}
.we-cms-tabs .tab-pane .row {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.we-cms-tabs .tab-pane .col {
    margin-bottom:1rem;
}
.we-cms-tabs .tab-pane img {
    max-height: 250px;
}
.we-cms-tabs .tab-pane .we-gift-name {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#header .slick-slider a {
    color:#fff;
}
@media(min-width: 576px) {
    #header .slick-slider {
        max-width: 70%;
    }
}
@media(max-width:575px) {
    #header .slick-slider {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    #header .right-nav {
        justify-self: end;
        margin-left: auto;
    }
}

@media(max-width: 767px){
    .we-cms-block-header .we-cms-block-title {
        align-items: start;
        padding: 2rem;
    }
    .we-cms-block-header .we-cms-block-title h1.h1 {
        color: #000;
        margin-right: inherit;
    }
    .we-cms-tabs .tab-pane img {
        max-height: 176px;
    }
}
