/**
* 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
*/
.ukofferslider-block {    
    position: relative;
    margin-bottom: 40px;
}
.ukofferslider-content {
    margin: 0 -15px
}
.ukofferslider-content-pagination {
    display: none;
}
.ukofferslider-block .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}
.ukofferslider-item {
    text-align: center;
    padding: 0 15px;
}
.ukofferslider-item .ukofferslider-item-title {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    display: none;
    letter-spacing: .8px;
    text-transform: capitalize
}
.ukofferslider-block .owl-dots {
    padding: 0;
    display: none;
    margin: 0
}
.ukofferslider-left-block .ukofferslider-item-img-wrapper img {
    width: auto;
    margin: 0 auto
}
.ukofferslider-left-block .ukofferslider-content {
    margin: 0
}
.ukofferslider-left-block .ukofferslider-item {
    margin: 15px
}
@media(max-width:991px) {
    .ukofferslider-block {
        margin-bottom: 30px;
    }
}