/**
* 2007-2014 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-2014 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.
*/
.productlistRating.clearfix {
  display: none;
}

#iqitsizeguide-show, #iqitsizeguide-palitra-show {
  cursor: pointer;
  float: left;
}

div#iqitsizeguide-show span, div#iqitsizeguide-palitra-show span {
  color: #000;
  font-size: 15px;
  line-height: 15px;
  /*border-bottom: 1px solid #000;*/
  padding-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  display: inline-block;
}
div#iqitsizeguide-show span:hover, div#iqitsizeguide-palitra-show span:hover{
  border-bottom: 1px solid #000;
}
div#iqitsizeguide-show i, #iqitsizeguide-palitra-show i {
  font-size: 19px;
  margin-left: 0px;
}
#iqitsizeguide-palitra-show i.cas-icon-big_fotos {
  font-size: 16px;
  margin-left: 3px;
}
#iqitsizeguide-show,#iqitsizeguide-palitra-show {
  cursor: pointer;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.box-cart-bottom .add_to_cart_container #iqitsizeguide-show{
  text-align: center;
  margin-top: 10px;
}
.box-cart-bottom .add_to_cart_container #iqitsizeguide-show:before{
  line-height: 12px;
}
/*#iqitsizeguide-show:before{
  content: "\f0ce";
font: 400 15px/31px "FontAwesome";
margin-right: 5px;
display: inline-block;
}*/
#product #iqitsizeguide .tab-pane{
  border: 0px solid #cecece;
  border-top: none;
  padding-bottom: 10px;
    height: 100%;
  /*overflow-y: auto;*/
}
#iqitsizeguide .page-heading{
  display: block;
}

#iqitsizeguide-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5103;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.7; }

* html #iqitsizeguide-overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.7; }

  #iqitsizeguide, #iqitsizepalitra {
    background-color: #fefefe;
    position: fixed;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 5104;
    max-width: 84%;
    display: none;
    left: 0px;
    top: 50px;
    bottom: 50px;
    margin: auto;
    right: 0px;
}
#iqitsizeguide .table > thead > tr > th.nobordered-cell  {
background: none !important;
border-top: 1px solid white;
border-left: 1px solid white;
}
#iqitsizeguide .bordered-cell, #iqitsizeguide .table > thead > tr > th {
background: #F0F0F0 !important;
color: #777777  !important;
font-weight: bold;
}

#iqitsizeguide .table-striped > tbody > tr:nth-child(odd) > td, #iqitsizeguide .table-striped > tbody > tr:nth-child(odd) > th{
  background-color: #FAFAFA;
}
#iqitsizeguide .iqitsizeguide-content{
  padding: 15px;
  height: 100%;
}
#iqitsizepalitra .palitra-content {
  padding: 40px 0px 15px 0px;
  height: 100%;
}
div#iqitsizeguide-palitra {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
}
div#iqitsizeguide-palitra p {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 40px 0px;
  font-size: 20px;
  font-weight: 400;
}
div#iqitsizeguide-palitra p img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#iqitsizepalitra .palitra-content span.page-heading {
  border-bottom: 1px solid #000;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 0 0;
  margin: 0 0 20px 0px;
  padding-bottom: 25px;
}
@media (max-width: 479px) {
  #iqitsizeguide .iqitsizeguide-content, #iqitsizepalitra .palitra-content {
  height: 100%;
 
}
#product #iqitsizeguide .tab-pane{
  overflow-x: scroll;
    height: max-content;
  }
  #product #iqitsizeguide-palitra {
    overflow-x: scroll;
    height: max-content;
  }
}

#iqitsizeguide .tab-content {
  height: 100%;
  display: block;
}
#iqitsizepalitra {
  /*height: max-content;
  width: max-content;*/
  overflow-y: auto;
}

#iqitsizepalitra .cross {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
}
#iqitsizeguide .cross{
  position: absolute;
  right: 23px;
  top: 17px;
  width: 17px;
  height: 18px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
}

    /*#iqitsizeguide .cross:before {
      content: "\E80F";
      display: block;
      font-family: "fontello";
      font-size: 18px;
      color: #000;
      line-height: 18px; }*/
@media (max-width: 767px) {      
  div#iqitsizeguide-show i {
    font-size: 22px;
    margin-left: 0px;
}
#iqitsizepalitra .cross {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
}
#iqitsizepalitra .palitra-content {
  padding: 20px 0px 15px 0px;
  height: 100%;
}
.more_photos i{
  font-size: 19px;
}
.more_photos span{
  color: #000;
  font-size: 12px;
  line-height: 15px;
  /*border-bottom: 1px solid #000;*/
  text-decoration: underline;
}
.more_photos {
  display: flex;
  align-items: center;
}
div#iqitsizeguide-show span,
div#iqitsizeguide-palitra-show span {
  color: #000;
  font-size: 12px;
  line-height: 15px;
  /* border-bottom: 1px solid #000; */
  padding-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: inline-block;
  /*text-decoration: underline;*/
}
#iqitsizeguide-show,div#iqitsizeguide-palitra-show {
  cursor: pointer;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  white-space: nowrap;
}
div#iqitsizeguide-show i, #iqitsizeguide-palitra-show i {
  font-size: 21px;
  margin-left: 0px;
  line-height: 24px;
}
#iqitsizeguide-palitra-show i.cas-icon-big_fotos {
  font-size: 18px;
  margin-right: 2px;
  margin-left: 2px;
}
    #iqitsizeguide .iqitsizeguide-content .nav-tabs,
    #iqitsizeguide .iqitsizeguide-content .nav-tabs > li.active > a {
      border: none;
    text-align: center;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 0;
    }
    #iqitsizeguide .iqitsizeguide-content .nav-tabs > li.active > a,
    #iqitsizeguide .iqitsizeguide-content .nav-tabs .nav-tabs > li{
      border-bottom: none;
  }
  div#iqitsizeguide-palitra p img {
    width: 100%;
    height: auto;
  }
  #iqitsizepalitra {
    height: max-content;
    width: max-content;
    width: 90%;
    max-width: 90%;
    height: 90%;
    }

    div#iqitsizeguide-palitra p img {
      margin-top: 0px;
  }
  div#iqitsizeguide-palitra p {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 30px 0px;
    font-size: 12px;
    font-weight: 400;
}
div#iqitsizeguide-palitra {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}
#iqitsizepalitra .palitra-content span.page-heading {
  border-bottom: 1px solid #000;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 0 0;
  margin: 0 0 30px 0px;
  padding-bottom: 10px;
}
#iqitsizepalitra .palitra-content {
  padding: 10px 0px 15px 0px;
  height: 100%;
}
  }