/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
a:focus,
button:focus {
    outline: none;
}
.tvcmsattrsearch {
    padding: 0;
    margin-bottom: 80px;
}
#module-tvcmsattrsearch-productsearch .tvcmsattrsearch {
    padding-top: 0;
    margin-bottom: 30px;
}
.multiselect {
    /*width: 180px;*/
    margin: auto;
    position: relative;
}
.ttvattrsearch-wrapper {
    display: flex;
    background-color: #ffc800;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.ttvattrsearch-wrapper .multiselect-wrapper {
    /*margin-bottom: 35px;*/
    display: inline-block;
    /*padding: 0 35px;*/
    vertical-align: top;
    /* margin-left: -2px; */
    /* margin-right: -2px; */
}

.tvcmsattrsearch-wrapper {
    /*padding: 0 35px;*/
}

.tvattrsearch-wrapper-title {
    width: 100%;
    background-color: #ffffff20;
    padding: 16px 30px;
}

.tvattrsearch-wrapper-content {
    width: 100%;
    padding: 20px 15px;
}

.selectBox {
    position: relative;
    cursor: pointer;
}
.selectBox select {
    width: 100%;
    font-weight: bold;
}
.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ttvchechbox-wrapper {
    /*display: none;*/
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    transform: scaleY(0);
    text-align: left;
    transition: .2s;
    border: 1px #eeeeee solid;
    box-shadow: 0 0 10px #00000010;
    transform-origin: top;
    padding: 10px;
    background: #ffffff;
    max-height: 130px;
    overflow-y: scroll;
}
.ttvchechbox-wrapper::-webkit-scrollbar {
    width: 3px;
    background-color: #FFF;
}
.ttvchechbox-wrapper::-webkit-scrollbar-thumb {
    background-color: #e53f29;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.ttvchechbox-wrapper.active {
    /*display: block;*/
    transform: scaleY(1);
}
.ttvchechbox-wrapper .ttvchechbox-inner {
    /*display: flex;*/
    padding: 5px 5px;
    overflow: hidden;
}
.ttvchechbox-wrapper .ttvchechbox-inner:hover {
    /*background-color: #e53f29;*/
    /*color: #ffffff;*/
}
.ttvchechbox-wrapper .ttvchechbox-inner:hover .ttvattr-search-checkbox-title {
    /*color: #ffffff;*/
}
.tvcmsattrsearch .ttvattrsearch {
    background-repeat: no-repeat;
    /*padding: 53px 0;*/
    border-radius: 0;
    margin-top: -60px;
    /*text-align: center;*/
}
.tvcmsattrsearch-wrapper form button {
    width: 100%;
    background: #d21717;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    padding: 13px 35px;
    font-size: 14px;
    transition: .3s;
    cursor: pointer;
}
.tvcmsattrsearch-wrapper form button:hover {
    background: #000000;
    color: #ffffff;
}
.multiselect-wrapper select {
    background: #ffffff url(../img/icon-arrow.png) no-repeat 90% center;
    padding: 13px 15px;
    border: 1px solid #eeeeee;
    box-shadow: inset 0 0 4px 1px rgb(0 0 0 / 16%);
    border: none;
    border-radius: 3px;
    color: #222222;
    font-weight: 400;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
.multiselect-wrapper .ttvchechbox-wrapper .ttvattrsearch-checkbox-wrapper,
.multiselect-wrapper .ttvchechbox-wrapper .ttvattrsearch-lable-wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0;
    /*float: left;*/
}
.ttvchechbox-wrapper .ttvattrsearch-checkbox-wrapper {
    position: relative;
    width: 20px;
    height: 20px;
}
.multiselect-wrapper .ttvchechbox-wrapper .ttvattrsearch-lable-wrapper {
    width: 80%;
    margin-left: 5px;
}
.ttvchechbox-wrapper .ttvattrsearch-checkbox-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 2px solid #000;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.ttvchechbox-wrapper .ttvattrsearch-checkbox-wrapper.ttvattr-search-checked:after {
    background: #e53f29;
    border: 2px solid #e53f29;
}

.ttvchechbox-inner:hover .ttvattrsearch-checkbox-wrapper:after {
    /*border: 2px solid #e53f29;*/
}
.ttvchechbox-inner:hover .ttvattrsearch-lable-wrapper .ttvattr-search-checkbox-title {
    color: #e53f29;
}

.ttvchechbox-wrapper .ttvattrsearch-checkbox-wrapper.ttvattr-search-checked:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    z-index: 1;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ttvchechbox-wrapper .ttvchechbox-inner input {
    width: 10%;
    float: left;
}
.multiselect-wrapper .ttvchechbox-wrapper .ttvattr-search-checkbox-title {
    font-size: 14px;
    font-family: 'Rubik';
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}
@media(min-width: 1200px) and (max-width: 1399px) {
    .ttvattrsearch-wrapper .multiselect-wrapper {
        /*width: 30%;*/
        /*margin-bottom: 20px;*/
    }
    #module-tvcmsattrsearch-productsearch .ttvattrsearch-wrapper .multiselect-wrapper {
        width: 25%;
    }
}
@media(max-width: 1199px) {
    .ttvattrsearch-wrapper {
        /*width: 80%;*/
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
    .multiselect {
        width: auto;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .ttvattrsearch-wrapper .multiselect-wrapper {
        /*width: 190px;*/
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .ttvattrsearch-wrapper .multiselect-wrapper {
        /*width: 190px;*/
        margin-bottom: 15px;
    }
}
@media(max-width: 575px) {
    .ttvattrsearch-wrapper {
        margin-bottom: 0;
        width: 100%;
    }
    .ttvattrsearch-wrapper .multiselect-wrapper {
        /*width: 220px;*/
    }
}

#module-tvcmsattrsearch-productsearch .ttvtitle-wrapper {
    margin-bottom: 10px;
}
.tvcmsattrsearch-total-record {
    margin: 15px 15px 30px;
    text-align: center;
}

.ttvattr-search-product .ttvattr-search-product-inner h1 {
    text-align: center;
}

.tvcmsattrsearch-total-record .tvcmsattrsearch-record-wrapper span {
    color: #e53f29;
}
.ttvproduct-wrapper .ttvdicount-price {
    position: static;
    display: inline-block;
}
.ttvproduct-wrapper:hover .ttvproduct-hover-img {
    opacity: 1;
}
#module-tvcmsattrsearch-productsearch .ttvproduct-slider {
    margin-bottom: 30px;
}
.ttvproduct-color-wrapper a {
    width: 15px;
    height: 15px;
    border: 1px solid #00000050;
    display: inline-block;
    vertical-align: top;
}
@media(min-width: 768px) {
    .ttvattr-search-product {
        /*margin-left: -15px;
    margin-right: -15px;*/
        /*overflow-y: hidden;*/
    }
}

#module-tvcmsattrsearch-productsearch .page-header {
    margin-top: 10px;
}
#module-tvcmsattrsearch-productsearch .ttvgrid-search-product {
    margin-bottom: 30px;
}

.ttvattrsearch-wrapper .ttvtitle-wrapper .ttvtitle span {
    font-size: 24px;
    color: #222222;
    font-weight: 700;
}

.ttvattrsearch-wrapper .ttvtitle-wrapper .ttvtitle {
    /*margin-bottom: 20px;*/
}

.ttvattrsearch:before {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #00000059;
}

.ttvtitle-wrapper {
    position: relative;
}

.lang-rtl .multiselect-wrapper select {
    background: #ffffff url(../img/icon-arrow.png) no-repeat 5% center;
}

.lang-rtl .multiselect-wrapper .ttvchechbox-wrapper .ttvattrsearch-lable-wrapper {
    text-align: right;
}

.lang-rtl .multiselect-wrapper .ttvchechbox-wrapper .ttvattrsearch-lable-wrapper {
    margin-left: 0;
    margin-right: 5px;
}

.ttvattrsearch-wrapper .multiselect-wrapper:nth-child(4),
.ttvattrsearch-wrapper .multiselect-wrapper:nth-child(5) {
    /*margin-bottom: 0;*/
}

#module-tvcmsattrsearch-productsearch .ttvattrsearch-wrapper {
    padding: 15px 0;
}

.tvattr-search-all-product-wrapper-box {
    padding: 0 7.5px;
    width: 20%;
    margin-bottom: 15px;
}

.ttvattr-search-product-content-box.ttvproduct-wrapper {
    margin: 0 -7.5px;
}

@media(max-width: 1024px) {
    .tvattr-search-all-product-wrapper-box {
        width: 33.33%;
    } 
}
@media(max-width: 767px) {
    .tvattr-search-all-product-wrapper-box {
        width: 50%;
    } 
}
@media(max-width: 575px) {
    .tvattr-search-all-product-wrapper-box {
        width: 50%;
    } 
}
@media(max-width: 400px) {
    .tvattr-search-all-product-wrapper-box {
        width: 100%;
    }
}