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

.ctgrybanner-container {
    overflow: hidden;
    position: relative;
    min-height: 188px;
}

.ctgrybanner-title {
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
    font-size: 60px;
    font-family: 'Quincy-Cf';
    color: #fff;
    font-weight: normal;
    margin: 0;
}

.main-template.ctgrybanner-title-container {
    margin: 30px auto;
    text-align: center;
}

.ctgrybanner-title-container span {
    font-family: 'GroteskPro-Bold';
    font-size: 12px;
    text-transform: uppercase;
}

.ctgrybanner-title-description {
    font-family: 'GroteskPro-BookItalic';
    font-size: 12px;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
}

.ctgrybanner-title-description span:nth-child(1) {
    font-family: 'GroteskPro-BookItalic';
}

.ctgrybanner-description p {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Quincy-Cf';
    margin-bottom: 0;
}

#categoryBannerSection {
    margin-top: 35px;
    margin-bottom: 40px;
}

#categoryBannerSection .main-template {
    margin-top: 0;
    margin-bottom: 0;
}

.offer-title div {
    font-family: 'Quincy-Cf';
    font-size: 36px;
    margin-bottom: 15px;
}

#categoryBannerSection .owl-carousel .owl-stage-outer {
    max-height: 200px;
}

.ctgrybanner-promo-description {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ctgrybanner-promo-description p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.banner-link {
    margin-top: 5px;
}

#customDots {
    text-align: right;
}

#customDots .owl-dot {
    background: none;
}

.position-relative {
    position: relative;
}

.ctgrybanner-promo-description .ctgrybanner-promo-headline {
    font-family: 'GroteskPro-Bold';
    font-size: 25px;
    line-height: normal;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.ctgrybanner-display-table {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.ctgrybanner-display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.banner-opacity {
    background: #000;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.3;
}
@media (min-width: 768px) {
    .ctgrybanner-container {
        max-height: 290px;
    }
    .ctgrybanner-title-description span:nth-child(1) {
        font-family: 'GroteskPro-Bold';
    }
    .main-template.ctgrybanner-title-container {
        margin: 60px auto;
        text-align: center;
    }

    #categoryBannerSection .owl-carousel .owl-stage-outer {
        max-height: 280px;
    }

    #categoryBannerSection .owl-dots .owl-dot span{
        width: 12px;
        height: 12px;
        margin-bottom: 0;
    }

    .offer-title {
        padding-left: 0;
    }

    #categoryBanner {
        padding-bottom: 40px;
    }

    #categoryBannerSection .ctgrybanner-separator {
        padding-top: 0;
    }

    .ctgrybanner-separator {
        border-bottom: 1px solid #e6e6e6;
        padding-top: 60px;
    }

    .banner-link {
        margin-top: 25px;
    }

    .ctgrybanner-promo-description p {
        font-size: 24px;
        line-height: 38px;
        font-size: 24px;
    }

    .rowCategoryBanner {
        margin-left: 0;
        margin-right: 0;
        min-height: 268px;
    }
	.ctgrybanner-title-container span {
		font-size: 14px;
	}

	.ctgrybanner-title-description {
		font-size: 14px;
    }
    
    .ctgrybanner-promo-description .ctgrybanner-promo-headline {
        font-size: 42px;
        line-height: 48px;
    }

    .ctgrybanner-title {
        top: 25%;
    }
}

@media (min-width: 992px) {
    .ctgrybanner-description {
        width: 735px;
        margin: 0 auto;
    }

    .ctgrybanner-title {
        top: 31%;
    }
}

@media (min-width: 1200px) { 
    .ctgrybanner-title {
        top: 35%;
    }
}