/**
* 2007-2024 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-2024 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;
    text-align: center;
    margin-bottom: 50px;
}
#module-tvcmsattrsearch-productsearch .tvcmsattrsearch {
    padding-top: 0;
}
.multiselect {
    /*width: 180px;*/
    margin: auto;
    position: relative;
}
.ttvattrsearch-wrapper {
    display: inline-block;
    width: 75%;
}
.ttvattrsearch-wrapper .multiselect-wrapper {
    margin-bottom: 30px;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    /* margin-left: -2px; */
    /* margin-right: -2px; */
}
#index .tvcmsattrsearch-wrapper {
    display: inline-block;
    width: 25%;
    margin: 0;
    text-align: center;
}
.tvattrsearch-wrapper-title {
    /*width: 25%;*/
}
.tvattrsearch-wrapper-content {
    /*width: 75%;*/
}
.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: 1;
    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: #ff2d37;
    -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;
    cursor: pointer;
}
.ttvchechbox-wrapper .ttvchechbox-inner:hover {
    /*background-color: #ff2d37;*/
    /*color: #ffffff;*/
}
.ttvchechbox-wrapper .ttvchechbox-inner:hover .ttvattr-search-checkbox-title {
    /*color: #ffffff;*/
}
.tvcmsattrsearch .ttvattrsearch {
    background: #ff2d37;
    padding: 46px 20px;
    border-radius: 0;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -80px;
}
.tvcmsattrsearch-wrapper form button {
    background: #111;
    border-radius: 22px;
    color: #fff;
    border: none;
    padding: 11px 47px;
    font-size: 14px;
    letter-spacing: .5px;
    cursor: pointer;
    position: relative;
}
.tvcmsattrsearch-wrapper form button:hover {
    background: #000000;
    color: #ffffff;
}
.multiselect-wrapper select {
    /*background: #ffffff url(../img/icon-arrow.png) no-repeat 90% center;*/
    padding: 10px 15px;
    border: 1px solid #eeeeee;
    position: relative;
    border-radius: 0;
    font-family: 'Poppins';
    border-radius: 0;
    color: #111111;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
.selectBox {
    position: relative;
}
.selectBox:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e5c5';
    font-size: 24px;
    color: #000000;
    top: 20%;
    bottom: 0;
    height: max-content;
    right: 15px;
}
.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: #ff2d37;
    border: 2px solid #ff2d37;
}
.ttvchechbox-inner:hover .ttvattrsearch-checkbox-wrapper:after {
    border: 2px solid #ff2d37;
}
.ttvchechbox-inner:hover .ttvattrsearch-lable-wrapper .ttvattr-search-checkbox-title {
    color: #ff2d37;
}
.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;
    cursor: pointer;
}
@media(min-width: 1200px) and (max-width: 1399px) {
    #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(max-width: 991px) {
    .ttvattrsearch-wrapper .multiselect-wrapper {
        margin-bottom: 15px;
    }
}
@media(max-width: 575px) {
    .ttvattrsearch-wrapper {
        margin-bottom: 0;
        width: 100%;
    }
}
#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: #ff2d37;
}
.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;
}
#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: 30px;
    color: #ffffff;
}
.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 .ttvchechbox-wrapper .ttvattrsearch-lable-wrapper {
    text-align: right;
}
.lang-rtl .multiselect-wrapper .ttvchechbox-wrapper .ttvattrsearch-lable-wrapper {
    margin-left: 0;
    margin-right: 5px;
}
#index #module-tvcmsattrsearch-productsearch .tvcmsattrsearch-wrapper {
    width: auto;
    margin-bottom: 35px;
    padding: 0 15px;
}
#module-tvcmsattrsearch-productsearch .ttvattrsearch-wrapper {
    width: 100%;
}
#module-tvcmsattrsearch-productsearch .tvcmsattrsearch {
    margin-bottom: 15px;
}
#module-tvcmsattrsearch-productsearch .ttvattrsearch-wrapper .multiselect-wrapper {
    padding: 0 15px;
}
#module-tvcmsattrsearch-productsearch .ttvattrsearch-wrapper .multiselect-wrapper:nth-child(4),
#module-tvcmsattrsearch-productsearch .ttvattrsearch-wrapper .multiselect-wrapper:nth-child(5) {
    margin-bottom: 35px;
}
#module-tvcmsattrsearch-productsearch .page-content {
    padding: 40px 15px;
}
.ttvattrsearch-wrapper .multiselect-wrapper:nth-child(4), 
.ttvattrsearch-wrapper .multiselect-wrapper:nth-child(5), 
.ttvattrsearch-wrapper .multiselect-wrapper:nth-child(6) {
    margin: 0;
}
.tvcmsattrsearch-wrapper form button:after {
    top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 2px #111;
    -webkit-transition: -webkit-transform 0.2s,opacity 0.2s;
    -moz-transition: -moz-transform 0.2s,opacity 0.2s;
    transition: transform 0.2s,opacity 0.2s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tvcmsattrsearch-wrapper form button:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
@media (min-width: 992px) {
    .ttvattrsearch-wrapper .multiselect-wrapper:nth-child(4),
    .ttvattrsearch-wrapper .multiselect-wrapper:nth-child(5) {
        margin-bottom: 0;
    }
}
@media (max-width: 1280px) {
    .tvcmsattrsearch-wrapper,
    .ttvattrsearch-wrapper .multiselect-wrapper {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    #module-tvcmsattrsearch-productsearch .ttvattrsearch-wrapper .multiselect-wrapper:nth-child(4),
    #module-tvcmsattrsearch-productsearch .ttvattrsearch-wrapper .multiselect-wrapper:nth-child(5),
    #module-tvcmsattrsearch-productsearch .tvcmsattrsearch-wrapper {
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .tvattrsearch-wrapper-title,
    .tvattrsearch-wrapper-content {
        width: 100%;
    }
    .tvattrsearch-wrapper-title{
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    #module-tvcmsattrsearch-productsearch .tvcmsattrsearch-wrapper {
        width: 100%;
    }
}
@media (max-width: 425px) {
    .ttvattrsearch-wrapper .multiselect-wrapper,
    .tvcmsattrsearch-wrapper {
        width: 100%;
    }
}