/**
* 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
*/
.ukcategoryslider-block {
    margin-bottom: 40px;
}
.ukcategoryslider-item{
    cursor: pointer;
    position: relative;
}
.ukcategoryslider-content-box-inner{
    padding: 0 15px;
}
.ukcategoryslider-content {
    margin: 0 -15px;
}
.ukcategoryslider-item-title {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.ukcategoryslider-item-img-wrapper {
    position: relative;
}
.ukcategoryslider-item-content {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-48%);
    background: linear-gradient(90deg, rgba(238,238,238,1) 15%, rgba(254,254,254,1) 56%, rgba(234,234,234,1) 94%);
    padding: 15px 0;
}
.ukcategoryslider-item-btn {
    text-transform: capitalize;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}
.ukcategoryslider-item-img-wrapper {
    position: relative;
}
@media(max-width: 991px){
    .ukcategoryslider-block {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px){
    
    .ukcategoryslider-item-title {
        font-size: 15px;
    }
}