/**
* 2007-2017 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-2017 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.
*/

.weeklydeals--container {
  margin: 20px 0 40px 0;
}

.weekly-deals--slider {
  margin-top: 12px;
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
  user-select: none;
  outline: none;
}

.weekly-deals--slider .col-md-3 {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 15px;
  background-color: #e4e4e4;
  margin-right: 0;
  margin-left: 0;
}

.weekly-deals--previous, .weekly-deals--next {
  z-index: 2;
  position: absolute;
  margin-top: calc(401px / 2);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.66);
  color: white;
  font-size: 5rem;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

.weekly-deals--previous:hover, .weekly-deals--next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.weekly-deals--previous {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.weekly-deals--next {
  right: 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.weeklydeals--container:hover .weekly-deals--previous, .weeklydeals--container:hover .weekly-deals--next {
  display: block;
}

.weekly-deals--no-product {
  height: 400px;
  position: relative;
}

.weekly-deals--no-product-title {
  position: absolute;
  width: 100%;
  bottom: 50%;
  text-align: center;
}

/* Product Slider */

.weekly-deals--product {
  position: relative;
  display: inline-block;
  float: none;
  height: 472px;
  margin-right: 0;
  margin-left: 0;
  color: #777;
  background-color: #e4e4e4;
  vertical-align: top;
  padding: 1rem 2rem 2rem 2rem;
}

.weekly-deals--product a {
  color: #777;
}

.weekly-deals--product-image {
  height: 187px;
  padding: 0 3rem;
}

.weekly-deals--labels {
  margin: 0 0 2rem 0;
  font-size: 15px;
}

.weekly-deals--labels .star__number {
  margin: 0 10px 10px 0;
  color: #777;
  float: left;
}

.weekly-deals--legend {
  text-align: center;
  font-weight: bold;
}

.weekly-deals--rank {
  margin-left: 1rem;
  color: #f4a723;
}

.weekly-deals-level {
  background-color: #e20026;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
}

.weekly-deals--product-title {
  font-weight: bold;
  font-size: 22px;
  word-break: normal;
  white-space: normal;
  height: 40px;
}

.weekly-deals--product-description {
  height: 104px;
  margin: 1rem 0;
  word-break: normal;
  white-space: normal;
  text-align: justify;
  overflow: hidden;
  overflow-y: scroll;
}

.weekly-deals--price {
  display: inline-block;
  color: #e20026;
  font-size: 22px;
  font-weight: bold;
}

.weekly-deals--customize {
  border: 1px solid #e20026;
  color: #e20026;
  margin-top: 8px;
}

.weekly-deals--customize:hover {
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
}

.weekly-deals--discount, .weekly-deals--free-shipping {
  position: absolute;
  z-index: 1;
  background: #6852ff;
  width: 55%;
  text-align: center;
  padding: 4px 0px;
  color: white;
  font-size: 15px;
  margin-left: -20px;
}

.weekly-deals--bestseller, .weekly-deals--new {
  position: absolute;
  z-index: 1;
  background: #e20026;
  width: 55%;
  text-align: center;
  padding: 4px 0px;
  color: white;
  font-size: 15px;
  margin-left: -20px;
}

.weekly-deals--new {
  background: #FFAA23;
}

.weekly-deals--both-discount {
  margin-top: 35px;
}

.weekly-deals--strike {
  font-weight: 200;
  font-size: 16px;
  color: #777;
}

.weekly-deals--price-only {
  margin-top: 19px;
}

@media (max-width: 992px) {
  .weekly-deals--product {
    height: 484px;
  }

  .weeklydeals--show-all {
    display: none;
  }
}

.weeklydeals--show-all {
  float: right;
  background-color: #e20026;
  color: white;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: -15px;
}
