/**
* 2007-2019 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-2019 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: 20px 0;
  text-align: center;
}
.multiselect {
  width: 200px;
  margin: auto;
  position: relative;
}
.tvattrsearch-wrapper{
  display: inline-block;
  width: 60%;
}
.tvattrsearch-wrapper .multiselect-wrapper{
  margin-bottom: 10px;
  float: none;
  display: inline-block;
  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;
}
.tvchechbox-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: 150px;
  overflow-y: scroll;
}
.tvchechbox-wrapper::-webkit-scrollbar{
    width: 5px;
    background-color: #FFF;
}
.tvchechbox-wrapper::-webkit-scrollbar-thumb {
    background-color: #de1414;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
.tvchechbox-wrapper.active{
  /*display: block;*/
  transform: scaleY(1);
}
.tvchechbox-wrapper .tvchechbox-inner{
  /*display: flex;*/
  padding: 5px 5px;
  overflow: hidden;
}
.tvchechbox-wrapper .tvchechbox-inner:hover {
  background-color: #de1414;
  color: #ffffff;
}
.tvcmsattrsearch .tvattrsearch{
  background: #ffffff;
  padding: 25px 0;
  box-shadow: 0 0 10px #00000020;
  text-align: center;
}
.tvcmsattrsearch-wrapper form button{
    background: #de1414;
    color: #ffffff;
    border: 1px solid #eee;
    padding: 10px 30px;
    border-radius: 30px;
    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;
    border-radius: 40px;
    padding: 10px 15px;
    border: 1px solid #eeeeee;
    font-weight: 400;
    font-size: 14px;
    -webkit-appearance: none; 
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
.multiselect-wrapper .tvchechbox-wrapper .checkboxes-inner input,
.multiselect-wrapper .tvchechbox-wrapper .tvattr-search-checkbox-title{
  display: inline-block;
  vertical-align: top;
  /*float: left;*/
}
.tvchechbox-wrapper .tvchechbox-inner input{
  width: 10%;
  float: left;
}
.multiselect-wrapper .tvchechbox-wrapper .tvattr-search-checkbox-title{
  font-size: 12px;
  width: 90%;
}
#module-tvcmsattrsearch-productsearch .tvattr-nodata{
  padding: 0 15px;
}

@media(max-width: 1199px){
  .tvattrsearch-wrapper{
    width: 80%;
  }
}
/****************************************/

#module-tvcmsattrsearch-productsearch .tvtitle-wrapper{
  margin-bottom: 10px;
}
.tvcmsattrsearch-total-record{
  margin-bottom: 15px;
}
.tvcmsattrsearch-total-record .tvcmsattrsearch-record-wrapper span{
  color: #de1414;
}
.tvproduct-wrapper .tvdicount-price{
  position: static;
  display: inline-block;
}
.tvproduct-wrapper:hover .tvproduct-hover-img{
  opacity: 1;
}
.tvproduct-slider{
  margin-bottom: 30px;
}
.tvproduct-color-wrapper a{
  width: 15px;
  height: 15px;
  border: 1px solid #00000050;
  display: inline-block;
  vertical-align: top;
}
@media(min-width: 768px){
  .tvattr-search-product{
    margin-left: -15px;
    margin-right: -15px;
    overflow-y: hidden;
  }
}
/****************************************/