﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. Animations
 *  4. Shadows
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for font-family
   ========================================================================== */
/* 2. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*Buttons*/
/*$button-min-width: 50px;*/
/*$button-max-width: 130px;*/
/*$button-min-width-small: $input-select-height;*/ /*same as $button-min-height*/
/*$button-background-color: $blue;*/
/* 3. animations
   ========================================================================== */
/*Buttons*/
/* ==========================================================================
Base products
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Product items
 *  2. prices
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Product items
   ========================================================================== */
.product {
  /*max-width: 270px;*/
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .product {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .product {
    height: 375px;
  }
}
.product img {
  height: auto;
  width: 100%;
}
.product h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.286em;
  line-height: 1.15em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  /*white-space: nowrap;*/
  height: 40px;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product h4 {
  font-size: 1em;
  margin-top: 8px;
  margin-bottom: 2px;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product p {
  text-align: left;
}
.product ul {
  display: inline-block;
}
.product ul li {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #999999;
}
.product .border {
  margin-bottom: 10px;
  margin-top: -8px;
}
.product .view-product-hover {
  margin-bottom: 10px;
  margin-top: -45px;
  text-align: center;
  width: 100%;
}
.product .view-product-hover a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .product .view-product-hover a {
    background-color: #009fe3;
  }
}
@media only screen and (min-width: 768px) {
  .product .view-product-hover a {
    background-color: #009fe3;
  }
}
@media only screen and (min-width: 1199px) {
  .product .view-product-hover a {
    background-color: transparent;
  }
}
.product .view-product-hover .button-link {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .product .view-product-hover .button-link {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .product .view-product-hover .button-link {
    opacity: 1;
  }
}
@media only screen and (min-width: 1199px) {
  .product .view-product-hover .button-link {
    opacity: 0;
  }
}
.product .image-wrapper {
  height: 190px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product .image-wrapper img {
  max-height: 185px;
  height: auto;
  width: auto;
  max-width: 100%;
  max-width: 100%;
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
  transition: all 5s;
}

.product:hover .view-product-hover {
  /*margin-bottom: 10px;
  margin-top: -45px;
  text-align: center;
  width: 100%;*/
}
.product:hover .view-product-hover .button-link {
  opacity: 1;
  background-color: #009fe3;
  color: #fff;
}
.product:hover .image-wrapper img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* 2. Product price
   ========================================================================== */
.product-price .curent-price {
  color: #0077aa;
  /*font-size: 1.143em;*/
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .product-price .curent-price {
    padding-right: 0;
  }
}
.product-price .curent-price .price-font {
  color: #0077aa;
  font-size: 1.143em;
  font-weight: 600;
}
.product-price .old-price {
  color: #999999;
}
.product-price .old-price span {
  padding-right: 2px;
  text-decoration: line-through;
}
.product-price .save-price {
  color: #000000;
  font-size: 1.143em;
  font-weight: 600;
}
.product-price .save-price span {
  padding-right: 2px;
}
