/**
 * 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)
 */

 #basesubbannercmsblock {
	float: left;
	width: 100%;
    overflow: hidden;
    padding: 50px 0 0 0;
}
#basesubbannercmsblock .cms_content {
    float: left;
    position: relative;
    padding: 0 15px;
    width: 50%;
}
#basesubbannercmsblock .cms_content .cms-block {
    position: absolute;
    right: auto;
    left: 10.8%;
    text-align: left;
    top: 25%;
    color: var(--global-palette3);
    bottom: auto;
}
#basesubbannercmsblock .cms_content:hover .cms_img img {
    transform: scale(1.07);
}
#basesubbannercmsblock .cms_content .cms_img {
    overflow: hidden;
    border-radius: var(--global-border-radius);
}
.sub-decs {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin: 0 0 15px;
    font-weight: 500;
}
.sub-title {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.1px;
    font-weight: 600;
    margin: 0 0 22px;
}
.sub-btn .sub-link {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: var(--global-palette3);
    text-decoration: underline;
    transition: 0.1s;
}
.sub-link.cmstop-color {
    color: var(--global-palette9);
}
#basesubbannercmsblock .cmstop-color {
    color: var(--global-palette3);
}
#basesubbannercmsblock .sub-link:hover{
    font-size: 14px;
    text-decoration: none;
    transition: 0.1s;
}
.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){
    #basesubbannercmsblock .cms_content .cms-block{
        top: 21%;
    }
}

@media (max-width: 1199px){
    .sub-title {
        font-size: 21px;
        line-height: 25px;
        margin: 0 0 10px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    #basesubbannercmsblock .cms_content .cms-block {
        top: 19%;
    }
    .sub-decs{
        margin: 0 0 8px;
    }
}
@media (max-width: 991px){
    #basesubbannercmsblock{
        padding: 40px 0 0 0;
    }
    #basesubbannercmsblock .cms_content .cms-block {
        top: 17%;
        left: 9%;
    }
    .sub-decs {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 4px;
    }
    .sub-title {
        margin: 0 0 4px;
        font-size: 18px;
        line-height: 23px;
    }
    .sub-btn .sub-link{
        font-size: 12px;
    }
}
@media (max-width: 767px){
    #basesubbannercmsblock .cms_content .cms-block {
        top: 17%;
        left: 7%;
    }
    #basesubbannercmsblock{
        padding: 30px 0 0 0;
    }
    #basesubbannercmsblock .basecmssubbanner.stickyscroll {
        padding-bottom: 10px;
    }    
    #basesubbannercmsblock .cms_content {
        width: 60%;
        padding: 0 10px;
    }
    #basesubbannercmsblock .row {
        margin: 0 -10px;
    }
    .subbanner-cms1 {
        width: 80%;
    }
    .subbanner-cms2 {
        width: 80%;
    }
}
@media (max-width: 543px){
    #basesubbannercmsblock .cms_content .cms-block {
        top: 17%;
    }
    .sub-decs {
        font-size: 12px;
        line-height: 15px;
    }
    #basesubbannercmsblock .cms_content .cms-block {
        top: 16%;
    }    
    .sub-title {
        font-size: 17px;
        line-height: 20px;
        margin: 0 0 3px;
    }
    .sub-btn .sub-link {
        font-size: 11px;
        line-height: 17px;
    }
}
@media (max-width: 479px){
    #basesubbannercmsblock .cms_content{
        width: 90%;
    }
    .sub-decs{
        margin: 0 0 5px;
    }
    .sub-title {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 3px;
    }
}
