/**
 * 2007-2020 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Source License (OSL 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:
 * https://opensource.org/licenses/osl-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-2020 PrestaShop SA
 * @license   https://opensource.org/licenses/osl-3.0.php  Open Source License (OSL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
 */


.relatedbrandprod_wrapper .product-miniature .product-title {
    height: unset !important;
}


@media (min-width: 768px) {
    .relatedbrandprod_wrapper .product-miniature .product-description .proaction-button {
        position: relative;
    }
}

.relatedbrandprod_wrapper .tvproductswipr-slider-wrapper{
    position: relative;
    padding-inline-end: 12px;
}

.relatedbrandprod_wrapper .swiper-button-next-custom,
.relatedbrandprod_wrapper .swiper-button-prev-custom {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    background-color: var(--global-palette9);
    border: var(--border);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    z-index: 1;
}

.relatedbrandprod_wrapper .swiper-button-next-custom:hover,
.relatedbrandprod_wrapper .swiper-button-prev-custom:hover {
    color: var(--global-palette1-bkgtext-color);
    background-color: var(--global-palette1);
    border-color: var(--global-palette1);
}

.relatedbrandprod_wrapper .swiper-button-next-custom:hover i,
.relatedbrandprod_wrapper .swiper-button-prev-custom:hover i {
    color: var(--global-palette1-bkgtext-color);
}

.relatedbrandprod_wrapper .swiper-button-next-custom i,
.relatedbrandprod_wrapper .swiper-button-prev-custom i {
    user-select: none;
    font-size: 29px;
    color: var(--global-palette3);
}

.relatedbrandprod_wrapper .swiper-button-next-custom {
    right: 0.5%;
}

@media (max-width: 991px) {
    .relatedbrandprod_wrapper .swiper-button-prev-custom {
        left: 0%;
    }

    .relatedbrandprod_wrapper .swiper-button-next-custom {
        right: 0%;
    }
    .tvproductswipr-slider-wrapper .swiper-button-prev-custom,
    .tvproductswipr-slider-wrapper .swiper-button-next-custom {
        opacity: 1 !important;
        transition: all .3s ease-in-out;
    }
    .relatedbrandprod_wrapper .tvproductswipr-slider-wrapper {
        padding: 12px;
    }
    .product-actions {
        display: inline-block !important;
    }
    .product-actions .add{
        margin-top: 10px !important;
    }
    .add-to-cart{
        width: auto !important;
    }
    #product .pp-right-column .product-actions{
        margin-top: 0 !important;
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .relatedbrandprod_wrapper .swiper-button-next-custom,
    .relatedbrandprod_wrapper .swiper-button-prev-custom {
        width: 37px;
        height: 37px;
        line-height: 30px;
        opacity: 1;
        top: 22%;
    }

    .relatedbrandprod_wrapper .swiper-button-next-custom i,
    .relatedbrandprod_wrapper .swiper-button-prev-custom i {
        font-size: 29px;
    }
}

.tvproductswipr-slider-wrapper .swiper-button-prev-custom,
.tvproductswipr-slider-wrapper .swiper-button-next-custom {
   opacity: 0;
}

.tvproductswipr-slider-wrapper:hover .swiper-button-prev-custom,
.tvproductswipr-slider-wrapper:hover .swiper-button-next-custom {
    opacity: 1;
    transition: all .3s ease-in-out;
}

@media (max-width: 415px) {
    .relatedbrandprod_wrapper .swiper-button-next-custom,
    .relatedbrandprod_wrapper .swiper-button-prev-custom {
        top: 20%;
    }

    .relatedbrandprod_wrapper .swiper-button-next-custom,
    .relatedbrandprod_wrapper .swiper-button-prev-custom {
        width: 32px;
        height: 32px;
        line-height: 28px;
    }

    .relatedbrandprod_wrapper .swiper-button-next-custom i,
    .relatedbrandprod_wrapper .swiper-button-prev-custom i {
        font-size: 25px;
    }

    .relatedbrandprod_wrapper .banner-excl .swiper-button-next-custom,
    .relatedbrandprod_wrapper .banner-excl .swiper-button-prev-custom {
        top: 15%;
    }
}


.relatedbrandprod_wrapper .col-lg-2{
    width: 20%;
}

.relatedbrandprod_wrapper .material-icons{
    line-height: 1.2;
}
