/**
* 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
*
* 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: 70%;
}
#module-tvcmsattrsearch-productsearch .ttvattrsearch-wrapper {
    display: inline-block;
    width: 100%;
}
.ttvattrsearch-wrapper .multiselect-wrapper {
    margin-bottom: 20px;
    float: none;
    display: inline-block;
    padding: 0 7.5px;
    vertical-align: top;
    /* margin-left: -2px; */
    /* margin-right: -2px; */
}
.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: #de1414;
    -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: #de1414;*/
    /*color: #ffffff;*/
}
.ttvchechbox-wrapper .ttvchechbox-inner:hover .ttvattr-search-checkbox-title {
    /*color: #ffffff;*/
}
.tvcmsattrsearch .ttvattrsearch {
    background: #ffffff;
    padding: 80px 0;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    text-align: center;
    position: relative;
}
.tvcmsattrsearch-wrapper form button {
    background: #350066;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    padding: 10px 35px;
    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: 10px 15px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #666;
    font-weight: 400;
    font-size: 15px;
    -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: #de1414;
    border: 2px solid #de1414;
}

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

.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: 13px;
    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: 10px;
    }
}
@media(min-width: 576px) and (max-width: 767px) {
    .ttvattrsearch-wrapper .multiselect-wrapper {
        width: 190px;
        margin-bottom: 10px;
    }
}
@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-bottom: 15px;
}
.tvcmsattrsearch-total-record .tvcmsattrsearch-record-wrapper span {
    color: #de1414;
}
.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;
    font-family: 'Titillium Web';
    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 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;
}