/**
* 2007-2022 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-2022 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: 20px;
}
.multiselect-count{
    font: 500 28px/normal 'Roboto',sans-serif;
    color: #000000;
    margin-right: 15px;
}
.multiselect {
    /*width: 180px;*/
    margin: auto;
    width: 100%;
    position: relative;
    /*z-index: 20;*/
}
.ttvattrsearch-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    /*box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);*/
}
.ttvattrsearch-wrapper .multiselect-wrapper {
    /*margin-bottom: 35px;*/
    display: flex;
    /*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%;
    position: relative;
    /*padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;*/
}
#tv-top-attr-second-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tvattrsearch-wrapper-content .tv-top-attr-main {
    padding: 50px 70px;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.tvattrsearch-wrapper-content #tv-top-attr-third-block{
    padding: 50px 70px;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);   
}
.tvattrsearch-wrapper-content #tv-top-attr-third-block.open {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.tvattrsearch-wrapper-content #tv-top-attr-third-block {
    top: 100%;
    background-color: #fff;
    padding: 50px 70px;
    border-top: solid 1px #edeff1;
    position: absolute;
    width: 100%;
    z-index: 10;
    -ms-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .4s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .4s cubic-bezier(.2,1,.22,1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform-origin: 0% 0px;
    -moz-transform-origin: 0% 0px;
    -o-transform-origin: 0% 0px;
    -ms-transform-origin: 0% 0px;
    transform-origin: 0% 0px;
}
#tv-top-attr-first-block #multiselect-wrapper{
    width: 50%;
}
.tvcmsattrsearch-wrapper{
    display: inline-block;
    max-width: 250px;
    width: 100%;
}
.tvcmsattrsearch-more-btn{
    display: inline-block;
    margin-right: 15px;
}
.tv-top-attr-third-block{
    display: none;
}
.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: 20;
    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: auto;
}
.ttvchechbox-wrapper::-webkit-scrollbar {
    width: 3px;
    background-color: #FFF;
}
.ttvchechbox-wrapper::-webkit-scrollbar-thumb {
    background-color: #e71d36;
    -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;
}
.lang-rtl#module-tvcmsattrsearch-productsearch .ttvchechbox-wrapper .ttvchechbox-inner{
    display: flex;
}
.lang-rtl .ttvchechbox-inner .ttvattrsearch-lable-wrapper .ttvattr-search-checkbox-title{
    text-align: right;
}
.ttvchechbox-wrapper .ttvchechbox-inner:hover {
    /*background-color: #e71d36;*/
    /*color: #ffffff;*/
}
.ttvchechbox-wrapper .ttvchechbox-inner:hover .ttvattr-search-checkbox-title {
    /*color: #ffffff;*/
}
.tvcmsattrsearch-wrapper form button {
    width: 100%;
    background: #e71d36;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    padding: 13px 35px;
    font-size: 14px;
    line-height: 24px;
    transition: .3s;
    cursor: pointer;
}
.tvcmsattrsearch-wrapper form button:hover {
    background: #000000;
    color: #ffffff;
}
.multiselect-wrapper select {
    background: #ffffff;
    padding: 13px 0px;
    border: none;
    border-bottom: 2px solid #eeeeee;
    color: #cccccc;
    font-weight: 400;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    background-position: 94% ​50%;
}
.selectBox:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e5cf';
    color: #d5d5d5;
    font-size: 20px;
    left: auto;
    right: 0;
    top: 20%;
}
.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: #e71d36;
    border: 2px solid #e71d36;
}
.ttvchechbox-inner:hover .ttvattrsearch-checkbox-wrapper:after {
    border: 2px solid #e71d36;
}
.ttvchechbox-inner:hover .ttvattrsearch-lable-wrapper .ttvattr-search-checkbox-title {
    color: #e71d36;
}
.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: 'Roboto';
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}
@media(min-width: 1200px) and (max-width: 1399px) {
    #module-tvcmsattrsearch-productsearch .ttvattrsearch-wrapper .multiselect-wrapper {
        width: 25%;
    }
}
@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%;
    }
}

#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: #e71d36;
}
.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: 24px;
    color: #222222;
    font-weight: 700;
}
.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: 25%;
    margin-bottom: 15px;
}
.ttvattr-search-product-content-box.ttvproduct-wrapper {
    margin: 0 -7.5px;
    display: flex;
    flex-wrap: wrap;
}
.lang-rtl .multiselect-count{
    margin: 0 0 0 15px;
}
.tvattrsearch-wrapper-content .tv-top-attr-main:after{
    content: '';
    position: absolute;
    background-image: url(../img/Tire_Streps.png);
    object-fit: none;
    /*min-height: 150px;*/
    width: 500px;
    right: 0;
    top:0;
    bottom: 0;
    /*z-index: 0;*/
}
.lang-rtl .tvattrsearch-wrapper-content .tv-top-attr-main:after{
    right: auto;
    left: 0;
    transform: rotateY(180deg);
}
/*#tv-top-attr-first-block,*/
#tv-top-attr-second-block{
    position: relative;
    z-index: 1;
}
#module-tvcmsattrsearch-productsearch .ttvattrsearch-wrapper .multiselect-wrapper,
#module-tvcmsattrsearch-productsearch .tvcmsattrsearch-wrapper{
    margin-bottom: 15px;
}
@media (max-width: 1440px){
    .tvattrsearch-wrapper-content #tv-top-attr-third-block{
    padding: 50px 65px;
    }
    .tvattrsearch-wrapper-content .tv-top-attr-main{
        padding: 50px 50px;
    }
}
@media(max-width: 1024px) {
    .tvattr-search-all-product-wrapper-box {
        width: 33.33%;
    }
    #index .tvcmsattrsearch-wrapper{
        width: auto;
    }
}
@media (max-width: 991px){
    .tvattrsearch-wrapper-content #tv-top-attr-third-block{
        padding: 50px 30px;
    }
    .tvattrsearch-wrapper-content .tv-top-attr-main{
        padding: 40px 15px;
    }
}
@media (max-width: 768px){
    #tv-top-attr-first-block #multiselect-wrapper{
        width: 100%;
    }
    #tv-top-attr-second-block,
    #tv-top-attr-first-block{
        width: 50%;
    }
    /*#index .ttvattrsearch-wrapper .multiselect-wrapper{
        width: 50%;
        padding: 0;
    }*/
    .tvcmsattrsearch-more-btn{
        margin: 0 15px;
    }
}
@media(max-width: 767px) {
    .tvattr-search-all-product-wrapper-box {
        width: 50%;
    } 
}
@media(max-width: 575px) {
    .tvattr-search-all-product-wrapper-box {
        width: 50%;
        padding: 0 2px;
    } 
    #tv-top-attr-second-block,
    #tv-top-attr-first-block{
        width: 100%;
        /*z-index: 1;*/
    }
    #module-tvcmsattrsearch-productsearch .tvcmsattrsearch-wrapper{
        margin: auto;
    }
    #index .tvcmsattrsearch-wrapper{
        margin-right: 15px;
    }
    #index.lang-rtl .tvcmsattrsearch-wrapper{
        margin-right: 0;
        margin-left: 15px;
    }
}
@media(max-width: 335px) {
    .tvattr-search-all-product-wrapper-box {
        width: 100%;
    }
    #tv-top-attr-second-block{
        display: block;
        text-align: center;
    }
    .tvcmsattrsearch-more-btn{
        margin: 0 0 15px;
        display: block;
    }
}
.lang-rtl#module-tvcmsattrsearch-productsearch .tvproduct-wrapper.grid .tvproduct-color,
.lang-rtl#module-tvcmsattrsearch-productsearch .tvproduct-wrapper.grid .tvproduct-hover-btn{
    justify-content: flex-end;
}
#module-tvcmsattrsearch-productsearch .tv-product-cart-quentity-wrapper .tv-product-cart-quentity-inner{
    display: flex;
}