/**
* 2007-2025 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-2025 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*********************/
.tvcmscategory-slider {
    position: relative;
    margin-bottom: 100px;
}
.tvcategory-slider-wrapper-info {
    padding: 15px;
    position: relative;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}

.tvcategory-slider {
    /*display: flex;*/
    /*align-items: center;*/
    margin: 0 -15px;
    display: block;
}

/*.tvcategory-slider-info-box:after {
    position: absolute;
    content: "";
    background-color: #FED022;
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box:after {
    width: 50px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}*/

.tvcategory-slider-bolck-btn-link.tvcategory-slider-bolck-btn {
    color: #ffffff;
    font-size: 12px;
    z-index: 4;
    position: relative;
}

.tvcategory-slider-bolck-btn-link.tvcategory-slider-bolck-btn i {
    font-size: 13px;
}

/*.tvcategory-slider-main-title-wrapper:before {
    content: '';
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    content: '';
    opacity: 0.3;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 40px);
    height: calc(100% - 20px);
}

.tvcategory-slider-main-title-wrapper:after {
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    content: '';
    position: absolute;
    opacity: 0.3;
    z-index: 2;
    height: calc(100% - 30px);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    width: calc(100% - 20px);
}*/

.lang-rtl .tvcategory-slider-main-title-wrapper {
    /*padding: 96px 10px;*/
}

/***** category slider *****/
.tvcmscategory-slider {
    margin-bottom: 100px;
}
.tvcategory-img-block {
    min-width: 110px;
    max-width: 110px;
    padding: 29px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #EDEDED 0%, #FFFFFF 100%);
    border: 1px solid #EEEEEE;
    box-shadow: -46px 46px 92px rgba(224, 224, 224, 0.2), 46px -46px 92px rgba(224, 224, 224, 0.2), -46px -46px 92px rgba(255, 255, 255, 0.9), 46px 46px 115px rgba(224, 224, 224, 0.9), inset 2px 2px 3px rgba(255, 255, 255, 0.3), inset -2px -2px 3px rgba(224, 224, 224, 0.5);
    border-radius: 100px;
}
.tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    border-radius: 3px;
    padding: 0;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-items {
    font-size: 13px;
    color: #000;
    letter-spacing: .5px;
    font-weight: 400;
}
.tvcategory-slider-items i {
    font-size: 15px;
}
.tvcategory-slider-info-box {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #222222;
    position: relative;
    padding: 8px 10px;
    margin-top: 30px;
    top: 0;
    right: 0;
}
.tvcategory-slider-info-box span {
    display: inline-block;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box::after {
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease-out;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    background-color: #FED022;
    box-shadow: inset 0px 5px 6px #eca121, 2px 4px 0px #D19C12;
    border-radius: 50px;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title {
    color: #000;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    /*background: #fff;*/
    border: none;
    padding: 25px;
    background: linear-gradient(150.14deg, #EAF9FF 0.7%, #EAE9F8 95.5%);
    border-radius: 15px;
}
.tvcategory-slider-title {
    background-color: #FFFFFF;
    box-shadow: 2px 23px 20px 2px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 42px 15px 25px;
}
/***** end category slider *****/
@media (max-width: 1200px) {
    .tvcategory-slider-main-title-wrapper {
        /*width: 25%;*/
    }
    .tvcategory-slider-inner-info-box {
        /*width: 75%;*/
    }
}
@media (max-width: 991px) {
    .tvcategory-slider-main-title-wrapper {
        /*width: 33.33%;*/
    }
    .tvcategory-slider-inner-info-box {
        /*width: 66.66%;*/
    }
}
@media (max-width: 480px) {
    .tvcategory-slider-info-box {
        transform: skew(-15deg);
    }
    .tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
        transform: skew(-15deg);
    }
    .tvcategory-slider-info-box span {
        transform: skew(23deg);
    }
}
@media (max-width: 525px) {
    .tvcategory-slider {
        display: block;
    }
    .tvcategory-slider-main-title-wrapper {
        width: auto;
        /*padding: 35px 15px;*/
        margin-bottom: 15px;
    }
    .tvcategory-slider-inner-info-box {
        width: 100%;
    }
}

.tvcategory-slider-wrapper-info:hover .tvcategory-img-block:after {
    border: 3px dashed #FED022;
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block::before {
    background-color: #FED022;
}
/* .tvcategory-slider-wrapper-info:hover  img {
    filter: invert(1);
} */
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}