/* MODIFIED AP 12/8/20
*  
*/
/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*  
 * LAYOUT VARIABLES 
 */
/** CHECKOUT BY STEP */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons outline */
/* Variables icons inverse */
/* Variables icons for light style */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 4 */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* testimonials-v4 */
/* testimonials-v5 */
/* testimonials-v6 */
/* --- SCSS For Typography --- */
/********************************************************************
					Compare Page Styles
********************************************************************/
table#product_comparison {
  background-color: #fff; }
  table#product_comparison tbody tr td.product-block {
    vertical-align: top;
    padding: 14px 19px 19px;
    text-align: center;
    background-color: transparent; }
  table#product_comparison tbody tr td.td_empty,
  table#product_comparison tbody tr td.feature-name, table#product_comparison tbody tr.comparison_header {
    background: #fbfbfb;
    color: #555555; }
  table#product_comparison tbody tr td.comparison_infos {
    text-align: center; }
    table#product_comparison tbody tr td.comparison_infos div.center {
      margin: 0 auto;
      width: 80px; }
  table#product_comparison tbody tr td.td_empty {
    vertical-align: bottom; }
    table#product_comparison tbody tr td.td_empty > span {
      font: 600 18px/22px ; /* Montserrat, sans-serif */
      text-transform: uppercase;
      color: #555454; }
  table#product_comparison .remove {
    text-align: center;
    padding: 0 0 15px 0; }
    table#product_comparison .remove a {
      font-size: 23px;
      line-height: 23px;
      color: #c0c0c0; }
      table#product_comparison .remove a:hover {
        color: #5fb7dd; }
  table#product_comparison .product-image-block {
    display: inline-block;
    position: relative; }
table#product_comparison .product-image-block .product_image {
      padding: 9px;
      border: 1px solid #e1e1e1;
      display: inline-block;
      margin: 0 0 8px 0; }
table#product_comparison .product-image-block .product_image img {
        width: 100%; }
        
        
table#product_comparison .product-image-block .promo-box {
  font-size: 100%;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
        }   
        
table#product_comparison .product-image-block .promo-box.sale-label {
        background-color: #eb5454; /* red */
        color: white;
}
        
table#product_comparison .product-image-block .promo-box.new-label {
        background-color: #5fb7dd; /* blue */
        color: white;
        } 
 
 .comparison_infos h5 a.product-name {
	font-size: 150%;
    line-height: 1.5;
    color: #111;
    font-weight: 500;
    }
    
    
           
table#product_comparison .product-block:hover .prices-container .price {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

table#product_comparison .prices-container {
font-size; 100%;
	}

table#product_comparison .prices-container .product-price {

	}
	
table#product_comparison .prices-container .price {
	color: #cc0000;
	}

table#product_comparison .prices-container .old-price {
	text-decoration: line-through;
	}
	
table#product_comparison .prices-container .price-percent-reduction {
	}
	
  table#product_comparison .comparison_availability_statut {
   /* display: none; let's see the availability text */ 
    font-weight: 700;
    color: #060; }

table#product_comparison .product_discount {
   text-transform: uppercase;
   padding-top: 5px; }

table#product_comparison .product_discount .reduced-price {
      color: #2ecc71;
      font-weight: 700; }
      
table#product_comparison .product_discount .sale-label {
      color: #2ecc71;
      font-weight: 700; }
       
  table#product_comparison .product_desc {
    padding: 0 0 12px 0; }
  table#product_comparison .button-container a, table#product_comparison .button-container > span {
    margin-bottom: 10px; }
  table#product_comparison .comparison_unit_price {
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    color: #999999;
    font-style: italic; }
  table#product_comparison .product-rating {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden; }
  table#product_comparison .comparison_feature .product_name {
    display: none; }

.footer_link {
  margin: 20px 0 20px 0; }

#stOCClose {
  width: 29px !important;
  height: 29px !important; }

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices,
.stButton .stButton_gradient {
  height: 22px !important; }

.share strong {
  display: block;
  margin-bottom: 10px; }
.share > div {
  margin-bottom: 8px; }
@media (min-width: 1200px) {
  .share {
    position: relative;
    top: -350px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .share {
    position: relative;
    top: -260px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .share {
    position: relative;
    top: -245px; } }

.stArrow {
  display: none !important; }

/***** IE code ****/
.ie8 table#product_comparison .product-image-block .product_image img {
  width: auto; }

/**** responsive code ******/
@media (max-width: 992px) {
  #columns table#product_comparison tbody tr td.td_empty span {
    font-size: 14px; }
  #columns table#product_comparison tbody tr td.product-block {
    padding: 14px; }
  #columns table#product_comparison .button.ajax_add_to_cart_button,
  #columns table#product_comparison .button.lnk_view {
    font-size: 14px; } }
@media (max-width: 767px) {
  #product_comparison table,
  #product_comparison thead,
  #product_comparison tbody,
  #product_comparison th,
  #product_comparison td,
  #product_comparison tr {
    display: block; }

  #product_comparison thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
    .rtl #product_comparison thead tr {
      right: -9999px;
      left: auto; }

  #product_comparison tr {
    overflow: hidden; }
    #product_comparison tr:last-child {
      border-bottom: none; }
      #product_comparison tr:last-child td {
        border-bottom: none; }

  #product_comparison td {
    border: none;
    position: relative;
    white-space: normal;
    float: left;
    width: 33.33%; }
    .rtl #product_comparison td {
      float: right; }
    #product_comparison td.td_empty {
      width: 100% !important;
      clear: both; }
    #product_comparison td:last-child {
      border-bottom: none; }

  #product_comparison .comparison_feature .feature-name {
    width: 100%;
    float: none;
    clear: both; } }
@media (max-width: 480px) {
  #product_comparison td {
    float: none;
    width: 100%; }

  #product_comparison .comparison_feature td {
    float: left;
    width: 50%; }
    .rtl #product_comparison .comparison_feature td {
      float: right; }
  #product_comparison .comparison_feature .feature-name {
    width: 100%;
    clear: both; }
  #product_comparison .comparison_feature .product-name {
    width: 50%;
    float: left;
    display: block; }
    .rtl #product_comparison .comparison_feature .product-name {
      float: right; } }
