/**
* 2007-2019 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-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.section-sneakeriumbrand {
    background: #fff;
    padding: 30px 10px;
}

.section-sneakeriumbrand .slicker {
    display: block;
    padding: 0 15px;
    background: #fff;
    padding: 20px 0px;
}
.section-sneakeriumbrand .slicker .slick-track {
    margin:auto;
    display: flex;
    align-items: center;
}
.section-sneakeriumbrand .slicker .slick-arrow {
        width: 20px;
        height: 32px;
        z-index: 1;
}
.section-sneakeriumbrand .slicker .slide {
    padding: 0px 30px;
}
.section-sneakeriumbrand .slicker .slide-item-flex {
    display: flex;
}
.section-sneakeriumbrand .slicker .slide-item-grid {
    display: grid;
}
.section-sneakeriumbrand .slicker .slide-item-center {
    display: grid;
    text-align: center;
}
@media only screen and (min-width: 767px) {
    .section-sneakeriumbrand .slicker .slide {
        border-right: 1px solid #ebebeb;
    }
}
.section-sneakeriumbrand .slick-slide img{
    display: inline;
}
.section-sneakeriumbrand .slick-slide .image-content {
    margin-bottom:10px;
}
.section-sneakeriumbrand .slick-slide .slide-item-flex .image-content {
    margin-right:20px;
}
.section-sneakeriumbrand .slicker .slide h4 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    color: #222;
}

.section-sneakeriumbrand .slicker .slide p {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #444;
}
@media only screen and (max-width: 479px) {
    .section-sneakeriumbrand .slicker .slick-arrow{
        bottom: -30px;
        top: inherit;
        transform: none;
    }
}
@media only screen and (max-width: 479px) {
    .section-sneakeriumbrand .slicker {
        padding: 30px 0px;
    }
}

.section-sneakeriumbrand .slicker .slick-arrow:before {
    display: none;
}

.section-sneakeriumbrand .slicker .slick-arrow.slick-prev {
    background: url('../img/arrow-mini-left.svg') 0 0 no-repeat;
    left: 0;
}
.section-sneakeriumbrand .slicker .slick-arrow.slick-next {
    background: url('../img/arrow-mini-right.svg') 0 0 no-repeat;
    right: 0;
}
.section-sneakeriumbrand .slicker .slick-dots li:only-child {
    display: none;
}
.section-sneakeriumbrand .slicker .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
}
.section-sneakeriumbrand .slicker .slick-dots li.slick-active button{
    background: #F49400;
}
.section-sneakeriumbrand .slicker .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    background:#D7D7D7;
    border-radius: 100%;
}
.section-sneakeriumbrand .slicker .slick-dots li button:before {
    display: none;
}
.section-sneakeriumbrand .slick-slide{
    outline: none !important;
}

/** Style tabs **/

.section-sneakeriumbrand.sneakeriumbrand_tabs {
    padding: 30px;
    margin-bottom: 0;
    width: 30%;
    margin-top: 25px;
}
#product .section-sneakeriumbrand.sneakeriumbrand_tabs {
    padding: 30px;
    margin-bottom: 0;
    width: 80%;
    margin-top: 25px;
}
.section-sneakeriumbrand.sneakeriumbrand_tabs .slide-item-tabs {
    position: relative;
    overflow: hidden;
}
.section-sneakeriumbrand.sneakeriumbrand_tabs .slide-item-tabs .image-content {
    float: left;
    margin-right: 30px;
    position: absolute;
    left: 0;
    transition: all .5s linear;
}
.section-sneakeriumbrand.sneakeriumbrand_tabs .slide-item-tabs .text-content {
    float: left;
    padding-left: 76px;
}
.section-sneakeriumbrand.sneakeriumbrand_tabs .slide {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 5px;
}
.section-sneakeriumbrand.sneakeriumbrand_tabs .slide:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}