/* Static color */
/*Main Color*/
/* Font */
/* Header */
/* Navigation */
/* Body */
/* Footer */
html .cart-opened {
  overflow: hidden; }

.cart-opened #page-body {
  cursor: url(toggle_close_v-3369798533849860891.png), progress;
  position: relative;
  left: 0px; }

.cart-opened .header-content, .cart-opened .mobile-version {
  left: 0px; }

body.cart-opened #page-body:before {
  background: rgba(0, 0, 0, 0.5);
  content: "" !important;
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }

.cart-sb {
  background: #fff;
  position: fixed;
  width: 280px;
  z-index: 100000;
  height: 100%;
  overflow: auto;
  top: 0px !important;
  right: 0px;
  -webkit-transform: translate(375px, 0);
  -ms-transform: translate(375px, 0);
  -o-transform: translate(375px, 0);
  transform: translate(375px, 0);
  -webkit-box-shadow: 0 0 0 white !important;
  -ms-transform: 0 0 0 white !important;
  -o-transform: 0 0 0 white !important;
  box-shadow: 0 0 0 white !important;
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 20px; }
  .cart-sb .cart-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .cart-sb.opened {
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0); }
    .cart-sb.opened .cart-content {
      opacity: 1;
      visibility: visible; }

/*Search Sidebar*/
html.search-opened {
  overflow: hidden; }

.search-opened #page-body {
  cursor: url(toggle_close_v-3369798533849860891.png), progress;
  position: relative;
  left: 0px; }

.search-opened .header-content, .search-opened .mobile-version {
  left: 0px; }

body.search-opened #page-body:before {
  background: rgba(0, 0, 0, 0.5);
  content: "" !important;
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }

.search-sb {
  background: #fff;
  position: fixed;
  width: 280px;
  z-index: 100000;
  height: 100%;
  overflow: auto;
  top: 0px !important;
  right: 0px;
  -webkit-transform: translate(280px);
  -moz-transform: translate(280px);
  -ms-transform: translate(280px);
  -o-transform: translate(280px);
  transform: translate(280px);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 20px; }
  .search-sb .search-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .search-sb.opened {
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px); }
    .search-sb.opened .search-content {
      opacity: 1;
      visibility: visible; }

.menu-opened #page-body {
  cursor: url(toggle_close_v-3369798533849860891.png), progress; }

.menu-opened #page-body:before {
  background: rgba(0, 0, 0, 0.5);
  content: "" !important;
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }

/* Scroll to top */
#scroll-to-top.off {
  /*right: -60px;*/ }

#scroll-to-top.on {
  bottom: 10%;
  opacity: 1;
  right: 25px;
  filter: alpha(opacity=100); }

#scroll-to-top {
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -moz-backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  /*right: -50px;*/
  bottom: 10px;
  z-index: 1000;
  display: block;
  cursor: pointer;
  text-align: center; }

/* Sidebar mobile--------------------------------*/
html .filter-opened {
  overflow: hidden; }

.filter-opened #page-body:before {
  background: rgba(0, 0, 0, 0.5);
  content: "" !important;
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }