/**
* 2007-2023 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-2023 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

/************* category ***************/
.avdbpartaccessory-slider .tvcategory-slider-content-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 6%;
}
@media (max-width: 768px) {
    .avdbpartaccessory-slider .tvcategory-slider-content-box {
        padding: 0 12%;
    }
}
.avdbpartaccessory-slider .tvcategory-slider-wrapper-info {
    text-align: center;
    padding: 10px;
    margin: 0;
}
.avdbpartaccessory-slider {
    position: relative;
    /* background-color: #F5F5F5; */
    margin-bottom: 100px;
}
.avdbpartaccessory-slider .owl-item .tvcategory-slider-wrapper-info{
    min-width: initial;
}
.avdbpartaccessory-slider .tvcategory-slider-info-box {
    /*position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);*/
}
.avdbpartaccessory-slider .tvcategory-slider-main-title-wrapper {
    position: relative;
}
.avdbpartaccessory-slider .tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 991px) {
    .avdbpartaccessory-slider {
        margin-bottom: 50px;
    }
}
.avdbpartaccessory-slider {
    margin-bottom: 80px;
}
.avdbpartaccessory-slider .tvcategory-img-block {
    padding: 0 30px;
    margin: auto;
    overflow: hidden;
}
.avdbpartaccessory-slider .tvcategory-img-block img {
    transition: all 0.25s ease-in-out;
}
.avdbpartaccessory-slider .tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    /*border-radius: 3px;*/
    padding: 0;
}
.avdbpartaccessory-slider .tvcategory-slider-wrapper-info a {
    display: block;
    background: #f5f5f5;
    text-align: center;
    padding: 15px;
    margin: 0;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    cursor: pointer;
}
.avdbpartaccessory-slider .tvcategory-slider-info-box {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    text-align: center;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transform: unset;
    margin-top: 10px;
}
.avdbpartaccessory-slider .tvcategory-slider-info-box {
    position: initial;
    text-align: center;
    transform: unset;
    margin: 0;
    margin-top: 15px;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.avdbpartaccessory-slider .tvcategory-slider-info-box h3 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
}
.avdbpartaccessory-slider .tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    color: #d90244;
}
.avdbpartaccessory-slider .tvcategory-slider-info-box:after {
    /*position: absolute;
    content: "";
    background-color: #ffd741;
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;*/
}
.avdbpartaccessory-slider .tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box:after {
/*    width: 50px;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;*/
}
.avdbpartaccessory-slider .tvcategory-img-block:hover img {
    transform: scale(1.05);
    transition: all 0.25s ease-in-out;
}
.avdbpartaccessory-slider .tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box h3 {
    color: #e20813;
}
.avdbpartaccessory-slider .tvcms-main-title .tvmain-title h2 {
    text-transform: uppercase;
}
.avdbpartaccessory-slider .owl-carousel .owl-item img {
    width: 200px;
}
.avdbpartaccessory-slider .tvcmsprev-btn, .avdbpartaccessory-slider .tvcmsnext-btn {
    position: absolute !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    top: 50% !important;
    background-color: transparent;
    transform: scale(1) translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.avdbpartaccessory-slider .tvcmsprev-btn {
    left: 30px;
}
.avdbpartaccessory-slider .tvcmsnext-btn {
    right: 30px;
}
.avdbpartaccessory-slider .tvcmsprev-btn:hover, .avdbpartaccessory-slider .tvcmsnext-btn:hover {
    /* background-color: #E30606; */
    background-color: transparent;
    border: 0;
}
.avdbpartaccessory-slider .tvcmsprev-btn i, .avdbpartaccessory-slider .tvcmsnext-btn i {
    font-size: 62px;
    color: #333;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.avdbpartaccessory-slider .tvcmsprev-btn:hover i, .avdbpartaccessory-slider .tvcmsnext-btn:hover i {
    /* background-color: #E30606; */
    color: #777;
}

@media (max-width: 991px) {
    .avdbpartaccessory-slider {
        margin-bottom: -20px;
    }
    .avdbpartaccessory-slider .tvcategory-slider-inner-info-box {}
}
@media(max-width: 575px) {
    .avdbpartaccessory-slider .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .avdbpartaccessory-slider .tvcategory-slider-wrapper-info {
        padding: 0 10px 12px 10px;
    }
    .avdbpartaccessory-slider .tvcmsprev-btn, .avdbpartaccessory-slider .tvcmsnext-btn {
        width: 38px;
        height: 38px;
    }
    .avdbpartaccessory-slider .tvcmsprev-btn i, .avdbpartaccessory-slider .tvcmsnext-btn i {
        font-size: 48px;
    }
    .avdbpartaccessory-slider .tvcmsprev-btn {
        left: 5px;
    }
    .avdbpartaccessory-slider .tvcmsnext-btn {
        right: 5px;
    }
}