/**
* 2007-2021 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-2021 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.ukall-multibanner{
    margin-bottom: 40px;
}
.ukmultibanner-content-box {
    position: absolute;
    top: 40px;
    right: 55px;
    z-index: 2;
    text-align: right;
    max-width: 50%;
}
.ukmultibanner-content-title {
    color: #555;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}
.ukmultibanner-content-sub-title {
    font-size: 36px;
    margin: 0;
    color: var(--theme-custom-color-2);
    font-weight: 600;
    text-transform: uppercase;
}
.ukshop-btn {
    position: absolute;
    bottom: 20px;
    right: 35px;
}
@media(max-width: 1024px){
    .ukmultibanner-content-box{
        top: 20px;
        right: 35px;
    }
    .ukmultibanner-content-sub-title{
        font-size: 30px;
    }
    .ukshop-btn{
        padding: 9px 21px;
        bottom: 10px;
    }
}
@media(max-width: 991px){
    .ukmultibanner-content-title{
        font-size: 14px;
    }
    .ukmultibanner-content-sub-title{
        font-size: 13px;
    }
    .ukmultibanner-inner img{
        width: 100%;
    }
    .ukmultibanner-inner .ukbanner-hover{
        display: block;
    }
}
@media(max-width: 768px){
    .ukmultibanner-content-box{
        top: 20px;
        right: 35px;
    }
    .ukshop-btn{
        bottom: 10px;
        right: 35px;
    }
}
@media(max-width: 575px){
    .ukmultibanner-inner:not(:last-child){
        margin-bottom: 15px;
    }
}