/**
* 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.
*/
#iqitsizeguide-show{
  cursor: pointer;
}

.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: 1px 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 {
  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: 0px;
  bottom: 0px;
  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: 80%;
}
@media (max-width: 479px){
#iqitsizeguide .iqitsizeguide-content{
  height: 70%;
}}
#iqitsizeguide .tab-content{
  height: 100%;
}
  #iqitsizeguide .cross {
    position: absolute;
    right: -4px;
    top: -23px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 2; }
    #iqitsizeguide .cross:before {
      content: "\f00d";
      display: block;
      font-family: "FontAwesome";
      font-size: 18px;
      color: #fff;
      line-height: 18px; }
