/**
* 2002-2015 TemplateMonster
*
* TemplateMonster Deal of Day
*
* NOTICE OF LICENSE
*
* This source file is subject to the General Public License (GPL 2.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/GPL-2.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade the module to newer
* versions in the future.
*
*  @author    TemplateMonster (Sergiy Sakun)
*  @copyright 2002-2016 TemplateMonster
*  @license   http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
*/
.daydeal-box, .daydeal-box-product {
  display: inline-block;
  padding: 8px 25px;
  color: #fe8080;
  white-space: nowrap; }
  .daydeal-box > div > span, .daydeal-box-product > div > span {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center; }
    .daydeal-box > div > span + span, .daydeal-box-product > div > span + span {
      margin-left: 10px; }
    .daydeal-box > div > span > span, .daydeal-box-product > div > span > span {
      display: block;
      font-size: 18px;
      font-weight: 700; }
    @media (min-width: 768px) {
      .daydeal-box > div > span, .daydeal-box-product > div > span {
        font-size: 12px; }
        .daydeal-box > div > span + span, .daydeal-box-product > div > span + span {
          margin-left: 18px; }
        .daydeal-box > div > span > span, .daydeal-box-product > div > span > span {
          font-size: 20px; } }

#daydeal-products {
  margin-top: 10px;
  margin-bottom: 20px; }

#daydeal-products ul {
	display: flex;
	flex-wrap: wrap;}

  @media (min-width: 768px) {
    #daydeal-products {
      margin-top: 10px; } }
  #daydeal-products .title_block {
    padding: 0; }
    #daydeal-products .title_block:after {
      display: none; }
    @media (max-width: 991px) {
      #daydeal-products .title_block {
        margin-bottom: 0; } }
  #daydeal-products .block_content {
    margin-bottom: 0; }
  #daydeal-products .label-daydeal {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    padding: 5px 12px;
    background: #FF0; }
  #daydeal-products .products > li {
    margin-top: 5px; }
    @media (min-width: 480px) {
      #daydeal-products .products > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    @media (max-width: 991px) {
      #daydeal-products .products > li {
        margin-top: 30px; } }
  #daydeal-products .products .left-block {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	border-right-width: 1px;
	border-right-color: #e5e5e5;
    }
	
	 @media (max-width: 991px) {
		 #daydeal-products .products .left-block {
	border: 1px solid #e5e5e5;			 
		 } }
	
	
    @media (min-width: 480px) {
      #daydeal-products .products .left-block {
        width: 47.5%; } }
    #daydeal-products .products .left-block .product_img_link {
      display: block;
      overflow: hidden; }
      #daydeal-products .products .left-block .product_img_link img {
        -moz-transition: 0.7s all ease;
        -o-transition: 0.7s all ease;
        -webkit-transition: 0.7s all ease;
        transition: 0.7s all ease; }
      #daydeal-products .products .left-block .product_img_link:hover img {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
  #daydeal-products .products .right-block {
	padding: 20px;
	border: 1px solid #e5e5e5;
	background-color: #fafafb;
}
    @media (min-width: 480px) {
      #daydeal-products .products .right-block {
        width: 52.5%;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-left: none; } }
    @media (max-width: 479px) {
      #daydeal-products .products .right-block {
        border-top: none; } }
    @media (min-width: 1800px) {
      #daydeal-products .products .right-block {
        padding: 38px; } }
  #daydeal-products .products .new-box, #daydeal-products .products .sale-box {
    display: inline-block;
    position: static;
    margin: 0 0 5px;
    vertical-align: top; }
  #daydeal-products .products .sale-box {
    overflow: hidden;
    *zoom: 1; }
    #daydeal-products .products .sale-box > span {
      float: left; }
    #daydeal-products .products .sale-box .price-reduction {
      padding: 3px 4px 3px 12px; }
  #daydeal-products .products h5 {
    margin: 0; }
  #daydeal-products .products .product-name {
    font: bold 20px/1.3 "Montserrat", sans-serif;
    color: #888888; }
    #daydeal-products .products .product-name:hover {
      color: #333333; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #daydeal-products .products .product-name {
        font-size: 18px; } }
  #daydeal-products .products .product-description {
    font-size: 14px;
    line-height: 1.42857;
    margin: 13px 0 0; }
    @media (min-width: 992px) and (max-width: 1549px), (max-width: 767px) {
      #daydeal-products .products .product-description {
        display: none; } }
  #daydeal-products .products .hook-reviews {
    margin-top: 6px; }
    @media (max-width: 767px) {
      #daydeal-products .products .hook-reviews {
        display: none; } }
  #daydeal-products .products .comments_note .star_content {
    display: inline-block;
    vertical-align: top; }
  #daydeal-products .products .comments_note .nb-comments {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-top: 3px; }
  #daydeal-products .products .daydeal-box {
    display: block;
    border: 2px solid #fe8080;
    padding: 7px 15px;
    text-align: center;
    margin-top: 15px; }
    @media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
      #daydeal-products .products .daydeal-box > div > span {
        font-size: 10px; }
        #daydeal-products .products .daydeal-box > div > span + span {
          margin-left: 10px; }
        #daydeal-products .products .daydeal-box > div > span > span {
          font-size: 18px; } }
  #daydeal-products .products .price-content {
    margin-top: 10px; }
    @media (min-width: 1550px) {
      #daydeal-products .products .price-content {
        margin-top: 16px; } }
  #daydeal-products .products .price, #daydeal-products .products .price-percent-reduction {
    font-size: 24px;
    }
  #daydeal-products .products .price {
	  color: #fe8080;
  }
    @media (min-width: 1550px) {
      #daydeal-products .products .price, #daydeal-products .products .old-price, #daydeal-products .products .price-percent-reduction {
        font-size: 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #daydeal-products .products .price, #daydeal-products .products .old-price, #daydeal-products .products .price-percent-reduction {
        font-size: 18px; } }
  #daydeal-products .products .old-price {
    font-size: 18px;
    margin-left: 0px;
	color: #999; }
  #daydeal-products .products .price-percent-reduction {
    margin-left: 5px; }
  #daydeal-products .products * + h5 {
    margin-top: 13px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #daydeal-products .products * + h5 {
        margin-top: 7px; } }

@media (max-width: 1199px) {
  .two-columns #daydeal-products .title_block {
    margin-bottom: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .two-columns #daydeal-products .products > li {
    width: 100%; } }
@media (max-width: 1199px) {
  .two-columns #daydeal-products .products > li {
    margin-top: 30px; } }
@media (min-width: 1800px) {
  .two-columns #daydeal-products .products .right-block {
    padding: 38px; } }
@media (min-width: 1200px) and (max-width: 1549px) {
  .two-columns #daydeal-products .products .product-name {
    font-size: 18px; } }
.two-columns #daydeal-products .products .product-description {
  display: none; }
@media (min-width: 1200px) and (max-width: 1549px) {
  .two-columns #daydeal-products .products .daydeal-box {
    padding: 4px 10px;
    margin-top: 8px; }
    .two-columns #daydeal-products .products .daydeal-box > div > span {
      font-size: 10px; }
      .two-columns #daydeal-products .products .daydeal-box > div > span + span {
        margin-left: 10px; }
      .two-columns #daydeal-products .products .daydeal-box > div > span > span {
        font-size: 18px; } }
@media (min-width: 1200px) and (max-width: 1549px) {
  .two-columns #daydeal-products .products .price-content {
    margin-top: 5px; } }
@media (min-width: 1200px) and (max-width: 1699px) {
  .two-columns #daydeal-products .products .price, .two-columns #daydeal-products .products .old-price, .two-columns #daydeal-products .products .price-percent-reduction {
    font-size: 18px; } }
@media (min-width: 1200px) and (max-width: 1549px) {
  .two-columns #daydeal-products .products * + h5 {
    margin-top: 7px; } }

.three-columns #daydeal-products .title_block {
  margin-bottom: 0; }
.three-columns #daydeal-products .products > li {
  margin-top: 30px; }
  @media (min-width: 992px) {
    .three-columns #daydeal-products .products > li {
      width: 100%; } }
@media (min-width: 1800px) {
  .three-columns #daydeal-products .products .right-block {
    padding: 38px; } }
@media (min-width: 1200px) and (max-width: 1549px) {
  .three-columns #daydeal-products .products .product-name {
    font-size: 18px; } }
@media (max-width: 1549px) {
  .three-columns #daydeal-products .products .product-description {
    display: none; } }
@media (min-width: 1200px) and (max-width: 1549px) {
  .three-columns #daydeal-products .products .daydeal-box {
    padding: 4px 10px;
    margin-top: 8px; }
    .three-columns #daydeal-products .products .daydeal-box > div > span {
      font-size: 10px; }
      .three-columns #daydeal-products .products .daydeal-box > div > span + span {
        margin-left: 10px; }
      .three-columns #daydeal-products .products .daydeal-box > div > span > span {
        font-size: 18px; } }
@media (min-width: 1200px) and (max-width: 1549px) {
  .three-columns #daydeal-products .products .price-content {
    margin-top: 5px; } }
@media (min-width: 1200px) and (max-width: 1699px) {
  .three-columns #daydeal-products .products .price, .three-columns #daydeal-products .products .old-price, .three-columns #daydeal-products .products .price-percent-reduction {
    font-size: 18px; } }
@media (min-width: 1200px) and (max-width: 1549px) {
  .three-columns #daydeal-products .products * + h5 {
    margin-top: 7px; } }

.daydeal-box-product {
  border: 2px solid #fe8080;
  padding: 7px 26px; }
  .daydeal-box-product.act {
    display: none; }
