/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */

 #basecmsbottombanner {
    float: left;
    width: 50%;
    overflow: hidden;
}
#basecmsbottombanner .cms_content {
    width: 100%;
    float: left;
    position: relative;
}
#basecmsbottombanner .cms_content .cms-block {
    position: absolute;
    right: auto;
    left: 7.8%;
    text-align: left;
    top: 10%;
    bottom: auto;
}
#basecmsbottombanner .cms_content .cms_img {
    overflow: hidden;
    border-radius: var(--global-border-radius);
}
#basecmsbottombanner .cms_content .cms-block .cms_decs {
    letter-spacing: 0;
    font-family: var(--global-heading-font-family);
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase !important;
    line-height: 65px;
    text-align: left;
    margin-bottom: 10px;
}
#basecmsbottombanner .cms_content .cms-block .cms_decs1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
    float: left;
    font-weight: 200;
    line-height: 35px;
    font-family: var(--global-heading-font-family);
}
#basecmsbottombanner .cms_content .cms {
    padding-top: 54%;
    float: left;
    width: 100%;
}
#basecmsbottombanner .cms_content .cms-block .cms a {
    color: var(--global-palette9);
    float: left !important;
    text-transform: capitalize !important;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    border-radius: 5px;
    line-height: 20px;
    text-decoration: underline;
    font-family: var(--global-heading-font-family);
}
#basecmsbottombanner .cms_content .cms-block .cms a:hover{
    color: var(--global-palette1);
}

.cms_img img {
    border-radius: var(--global-border-radius);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
@media (max-width: 1359px) and (min-width: 1200px){
}
@media (max-width: 1359px){
    #basecmsbottombanner {
        width: 51%;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
}
@media (max-width: 1199px){
    #basecmsbottombanner .cms_content{
        padding: 0 10px;
    }
    #basecmsbottombanner .cms_content .cms_img img {
        height: 463px;
    }
}
@media (max-width: 991px){
    #basecmsbottombanner .cms_content .cms_img img {
        height: auto;
    }
    #basecmsbottombanner .cms_content .cms {
        padding-top: 80%;
    }
    #basecmsbottombanner {
        width: 100%;
        padding-top: 20px;
    }
    #basecmsbottombanner .cms_content .cms-block {
        top: 15%;
        left: 9%;
    }
    #basecmsbottombanner .cms_content .cms-block .cms_decs {
        line-height: 55px;
        font-size: 40px;
    }
    #basecmsbottombanner .cms_content .cms-block .cms_decs1 {
        font-size: 21px;
        line-height: 27px;
        padding: 5px 0 10px;
    }
}
@media (max-width: 767px) and (min-width: 544px){
 
}
@media (max-width: 767px){
    #basecmsbottombanner .cms_content .cms {
        padding-top: 40%;
    }
    #basecmsbottombanner .cms_content {
        padding: 0;
    } 
}
@media (max-width: 543px) and (min-width: 480px){
    #basecmsbottombanner .cms_content .cms-block .cms_decs{
        line-height: 18px;
        font-size: 15px;    
    }
    #basecmsbottombanner .cms_content .cms-block .cms_decs1 {
        font-size: 20px;
        line-height: 23px;
        padding: 5px 0 6px;
    }
    #basecmsbottombanner .cms_content .cms-block {
        top: 14%;
        left: 10%;
    }
}
@media (max-width: 543px){
}
@media (max-width: 479px){
    #basecmsbottombanner{
        padding: 10px 0 0;
    }
    #basecmsbottombanner .cms_content .cms-block .cms_decs1 {
        font-size: 18px;
        line-height: 20px;
        padding: 0 0 5px;
    }
    #basecmsbottombanner .cms_content .cms {
        padding-top: 10%;
    }
    #basecmsbottombanner .cms_content .cms-block .cms a {
        font-size: 14px;
    }

    #basecmsbottombanner .cms_content .cms-block .cms_decs {
        line-height: 45px;
        font-size: 30px;
    }
    #basecmsbottombanner .cms_content .cms-block {
        top: 11%;
        left: 7%;
    }
}
