﻿@charset "UTF-8";
/*----------------------------------------------------
    THEME COLORS -STARTS-
------------------------------------------------------*/
/*@Header_Background: #f8f8f8;*/
/*@Header_Text: #2c2c2c;*/
/*@Cart_Background: #777;*/
/*@Cart_Background_Hover: #000;*/
/*@View_Link_Background: #f8f8f8;*/
/*@View_Link_Color: #2c2c2c;*/
/*@View_Link_Hover_Background: #2c2c2c;

@View_Link_Hover_Color: #fff;*/
/*@Button_Black_Background: #fff;*/
/* New Palette */
/*@Theme_Color_22: #51c96d;*/
/*@Theme_Color_10: #e83b4f;*/
/*----------------------------------------------------
    THEME COLORS -ENDS-
------------------------------------------------------*/
/*----------------------------------------------------
    THEME COLORS -STARTS-
------------------------------------------------------*/
/*----------------------------------------------------
    THEME COLORS -ENDS-
------------------------------------------------------*/
/**6.4.6. To top **/
#toTop {
  position: fixed;
  bottom: 10px;
  right: 0;
  cursor: pointer;
  display: none;
  color: #959595;
  font-size: 16px;
  text-align: center;
}
#toTop .fa-long-arrow-up:before {
  position: absolute;
  top: -13px;
  left: 50px;
  color: #959595;
}
#toTop span {
  margin-left: -25% !important;
}