/************************************* PRODUCT IMAGE SLIDER *************************************/

#product_image-slider{
  padding: 2px;
  border:1px solid #ece5e3;
  margin-bottom: 10px;
}

#product_image-slider .camera_caption{
  background: none;
  display: block;
  height: 100%;
  width: 100%;  
}

#product_image-slider .camera_caption div,
#product_image-slider .camera_caption a{
  display: block;
  height: 100%;
  width: 100%;  
}

#product_image-slider .camera_thumbs_cont ul{
  padding: 12px 0 0 0;
  text-align: left;
  width: 100% !important;
  clear: both;
  overflow: hidden;
  margin: 0 -4px;
}

#product_image-slider .camera_thumbs_cont ul li{
  border: 1px solid #ece5e3;
  display: block;
  float: left;
  box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    padding: 4px;
    width: 24%;
    height: 100px;
    margin: 0 2px 4px;
    text-align: center;
}

#product_image-slider .camera_thumbs_cont ul li img{
  border:none;
  max-width: 100%;
  max-height: 100%;
}

#product_image-slider .cameraSlide img{z-index: 0;}



/************************************* MAGNIFIC POPUP *************************************/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: black;
  right: -6px;
  text-align: right;
  padding-right: 20px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  margin: 0 auto; 
  background: #fff;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



/************************************* BX SLIDER *************************************/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("bx_loaderfa65.gif?12975150085182823906") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("bx_controlsfa65.png?12975150085182823906") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("bx_controlsfa65.png?12975150085182823906") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("bx_controlsfa65.png?12975150085182823906") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("bx_controlsfa65.png?12975150085182823906") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}



/************************************* FANCYBOX *************************************/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('fancybox.png');
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('fancybox.png');
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('fancybox-y.png');
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('fancybox.png');
  background-position: -40px -182px; 
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('fancybox-x.png');
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('fancybox.png');
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('fancybox.png');
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('fancy_title_over.png');
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.html', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.html', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.html', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.html', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.html', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.html', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.html', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute; margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.html', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.html', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.html', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.html', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.html', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.html', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.html', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.html', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.html', sizingMethod='scale'); }
/***********************************************************

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

4. TYPOGRAPHY
4.1 HEADINGS
4.2 PARAGRAPHS & LISTS
4.3 LINKS
4.4 PRODUCT ATTRIBUTES (name, description, price)
4.5 RTE

5. FORMS & COMPONENTS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. SIDEBAR CONFIGURATION

8. MAIN PAGE
8.1 HEADER
8.2 NAVIGATION
8.3 NIVOSLIDER
8.4 SHOWCASE
8.5 MAIN PRODUCT LISTING
8.6 FOOTER

9. COLLECTION PAGES
9.1 PAGES CONTENT
9.2 BREADCRUMBS
9.3 COLLECTION LISTING
9.4 PAGINATION

10. SIDEBAR WIDGETS
10.1 LINKS LIST
10.2 SIDEBAR PRODUCT LISTING

11. SEARCH RESULTS PAGE

12. PRODUCT PAGE
12.1 PRODUCT IMAGES
12.2 PRODUCT INFO
12.3 PRODUCT PAGINATION
12.4 RELATED PRODUCTS

13. BLOG
13.1 POSTS LISTING
13.2 SINGLE POST

14. CUSTOMER PAGES
14.1 LOG IN
14.2 ACCOUNT
14.3 ADDRESSES
14.4 ORDERS

15. CART PAGE
15.1 CART PRODUCTS
15.2 GUEST CHECKOUT

16. CONTACTS PAGE

***********************************************************/



/* 1. CSS RESET ************************************************************************** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none !important;
	vertical-align: top;
	background: transparent;
	font-weight: normal;
	line-height: 1.5em;
}

ol, ul {
	list-style:none;
}
a, span {
	vertical-align:baseline;
}
b, strong {
	font-weight: bold;
}
i, dfn {
	font-style: italic;
}

img {
	max-width: 100%;
}



/* 2. VARIABLES ***************************************************************************/

/* 2.1 GRADIENTS */






















/* 2.2 CSS3 TRANSITIONS */






/* 3. GLOBAL THEME STYLES ***************************************************************************/

/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}



/* clearfix - nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}



/* utility classes: hidden, float left, float right, etc. */
.hidden,
.visuallyhidden {
	display: none;
}
 
.left {
	float: left;
}
.right {
	float: right;
}



/* fancybox styles */
#fancybox-wrap {
	padding: 0 !important;
}
#fancybox-content {
	width: 100% !important;
	text-align: center;
}

#fancybox-title {
	left: 50% !important;
}
#fancybox-title #fancybox-title-float-wrap {
	margin: 0 0 0 -50% !important;
}



/* jquery.formstyler styles for selects */
.jq-selectbox {
	display: block;
	z-index: 1000 !important;
	cursor: pointer;
}
.jq-selectbox.opened {
}
.jq-selectbox.focused {
}

.jq-selectbox__select {
}

.jq-selectbox__select-text {
	width: 100%;
  min-width: 300px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger i {
	position: absolute;
	top: 0;
	right: 0;
	
-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
	
}
.jq-selectbox__dropdown {
	width: 100%;
	
-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
	
}

.jq-selectbox.opened .jq-selectbox__trigger i {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
	}



/* 4. TYPOGRAPHY ***************************************************************************/




body {
	font-family: Roboto;
	font-size: 13px;
	color: #000000;
  	min-width: 300px;
}




/* 4.1 HEADINGS */



.column_center h1,
.column_center h2,
.column_center h3,
.column_center h4,
.column_center h5,
.column_center h6 {
	margin: 15px 0 14px;
	font: 22px Roboto Condensed;
	color: #000000;
	text-transform: uppercase;
}

.column_center h2,
.column_center h3,
.column_center h4 {
	font-size: 15px;
}

.column_center h5,
.column_center h6 {
	font-size: 13px;
}

.column_center .page_heading,
.column_center .page_heading a {
	margin-top: 25px;
	padding: 0 0 0px 0;
	font: 22px Roboto Condensed;
	color: #000000;
	text-transform: uppercase;
  	font-weight: bold;
}
.column_center .page_heading a:hover {
  color: #d30033; 
}


/* 4.2 PARAGRAPHS & LISTS */
p {
	margin: 15px 0;
	padding: 0;
}

.column_center ul {
	list-style-type: square;
	list-style-position: inside;
}
.column_center ol {
	list-style-type: decimal;
	list-style-position: inside;
}



/* 4.3 LINKS */
a {
	color: #d30033;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000000;
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */

.product {
 	margin-top: 26px; 
}
.product_img {

}
.product_img a {
	display: block;
  	padding: 0 10px;
}
.product_img a img {
  	width: 100%;
}
.product_info {
	margin-top: 11px;
}
.product_name {
	padding: 0;
	min-height: 70px;
	font-weight: bold;
	color: black;
	margin: 0px;
  	font-weight: bold;
	font-size: 13px;
}
.product_name a {
	font-weight: bold;
	color: #000000;
	
-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
	;
}
.product_name a:hover {
	color: #d30033;
}
.product_price,
.product-price {
	font: bold 17px/21px "Roboto Condensed", sans-serif;
	color: #d30033;
	display: inline-block;
	white-space: nowrap;
  	
}
.product_price span,
.product-price span{
 	font-weight: bold; 
}
.product_img {
 	position: relative; 
}
.product_img .sale {
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	background: #d30033;
  	color: #ffffff;
  	padding: 0 10px;
}
.product-listing__index {
  	position: relative;
}
.shadow_inside:before {
	position: absolute;
	content: "";
	height: 0px;
	left: 0px;
	top: 0;
	right: 0px;
  	-webkit-box-shadow: 0px 0px 34px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 34px 15px rgba(0,0,0,0.1);
}
.product_listing_main + .product_listing_main { margin-top: 9px;}
.shadow_inside {
 	overflow: hidden;
    position: absolute;
    height: 68px;
    top: 0px;
    left: -30px;
    right: -30px;
}

.product_desc {
	font-size: 13px;
	color: #000000;
}


.money {
	color: #d30033;
}
.compare-at-price {
	text-decoration: line-through;
}



/* 4.5 RTE */
.rte {
	margin-top: 15px;
	margin-bottom: 15px;
	color: inherit;
}

.rte a {
	color: inherit;
	text-decoration: underline;
}
.rte a:hover {
	text-decoration: none;
}

.rte h1 {
	font-size: 19px;
}
.rte h2 {
	font-size: 17px;
}
.rte h3 {
	font-size: 16px;
}
.rte h4 {
	font-size: 14px;
}
.rte h5 {
	font-size: 13px;
}
.rte h6 {
	font-size: 12px;
}

.rte img {
	margin-top: 15px;
	margin-bottom: 15px;
}



/* 5. FORMS & COMPONENTS ***************************************************************************/

/* 5.1 FORMS */
label {
	font-weight: bold;
	font-size: 13px;
}

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
	padding: 6px;
	border:1px solid #e5e5e5;
	font: normal 13px 'Arial';
	color: #000000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
	}

select,
select.form-control {
	padding: 8px 3px;
}

textarea,
textarea.form-control {
	min-width: 100%;
	max-width: 100%;
}

.form-control:focus {
	border-color: #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
	}


.form-group {
	vertical-align: top !important;
	margin-top: 15px;
	margin-bottom: 0;
}



.form-horizontal {
}
.form-horizontal label {
	padding-top: 0 !important;
	text-align: right;
	line-height: 34px;
}
.form-horizontal select {
	width: 100%;
}

.action_bottom span.note {
	margin-left: 5px;
}
.action_bottom span.note a {
	margin-left: 5px;
}



/* 5.2 ALERTS */
.alert {
	margin: 15px 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	}

.alert > p,
.alert > ul,
.alert > ol {
	list-style-type: none;
	margin: 0;
}

.alert > p + p,
.alert > ul + ul {
	margin: 10px 0 0 0;
}


/* 5.3 BUTTONS */
.btn,
.btn a,
.btn-info,
.btn-primary {
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none;
	display: inline-block;
	font: bold 14px/28px "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	background: #d30033;
	color: #ffffff;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
  	padding: 6px 13px 8px;
  	vertical-align: middle;
  	font-weight: normal;
}
.btn span {
  	display: inline-block;
  	margin-top: -4px;
 	font-size: 28px;
	line-height: 28px; 
  	font-weight: bold;
  	vertical-align: middle;
}
.btn a {
	padding: 0 !important;
	border: none !important;
}
.btn-cart {
}
.btn:focus {
  	color: #ffffff;
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
  	background: #000000;
  	color: #ffffff;
}



/* 6. GLOBAL PAGE LAYOUT ***************************************************************************/

html, body {
	height: 100%;
}
body { 
  position: relative;
  background:  #c0c0c0;
}
#wrapper {
  	position: relative;
	
	background: url(//cdn.shopify.com/s/files/1/0517/9393/t/2/assets/body_bg.png?17944056995243535716) 0 0 no-repeat;
  	background-size: 100% auto;
	
}

#wrapper2 {
	overflow: hidden;
}

.main-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 534px;
  	z-index: 0;
  	
background: #030303;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #030303 0%,#c1c1c1 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#030303), color-stop(100%,#c1c1c1));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #030303 0%, #c1c1c1 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #030303 0%,#c1c1c1 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #030303 0%,#c1c1c1 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #030303 0%,#c1c1c1 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#c1c1c1',GradientType=0 );
	 /* IE6-8 */
;
}

.container {
	padding: 0;
}

.wrapper-center {
  	position: relative;
	max-width: 1230px;
	margin: 0 auto;
  	overflow: hidden;
}


#main_content,
.column .widget {
	margin-bottom: 30px !important;
}



/* 7. SIDEBAR CONFIGURATION ***************************************************************************/

/* NO SIDEBAR */
.sidebar_none {
}


/* LEFT SIDEBAR */
.sidebar_left {
}
.sidebar_left .column_center {
	width: 100%;
}
.sidebar_left .column_center #main_content {
	margin: 0 0 0 25%;
}
.sidebar_left .column_left {
	margin-left: -100%;
  	margin-top: 27px;
}


/* RIGHT SIDEBAR */
.sidebar_right .column_right {
  	margin-top: 27px;
}


/* BOTH SIDEBARS */
.sidebar_both {
}
.sidebar_both .column_center {
	width: 100%;
}
.sidebar_both .column_center #main_content {
	margin: 0 25%;
}
.sidebar_both .column_left {
	margin-left: -100%;
  	margin-top: 27px;
}
.sidebar_both .column_right {
	margin-left: -25%;
  	margin-top: 27px;
}


/* NOSIDEBAR PAGES */
.sidebar_off .column_center #main_content {
	margin: 0;
}



/* 8. MAIN PAGE ***************************************************************************/

/* 8.1 HEADER */
#header {
}



#logo {
  	float: left;
	margin: 13px 30px;
}
#logo a img {
 	
-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	    -ms-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
	; 
}
#logo a:hover img {
  	opacity: .9;
}



.header_user {
	list-style-type: none;
	float: left;
	clear: both;
	font-family: "Roboto Condensed", sans-serif;
	margin: 0;
}
.header_user li {
	float: left;
	padding: 14px 0px 18px 30px;
}
.header_user li a {
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
.header_user li a i {
	margin: 0 5px 0 0;
	line-height: 1.5em;
}
.header_user li a:hover {
	color: #d30033;
}

.header-top .wrapper-center { overflow: visible;}
.header-top_bg {}

.header_currency {
	font-weight: normal;
	padding: 20px 0px 21px 20px;
	cursor: pointer;
	font-size: 12px;
	color: #ffffff;
  	text-align: right;
}
.header_currency label {
  	font-weight: normal;
}
.header_currency .jq-selectbox__select-text {
	min-width: 52px;
  	text-align: left;
}
.header_currency .jq-selectbox__trigger i {
	right: 1px;
	top: 4px;
}
.header_currency .jq-selectbox__dropdown {
	background: #ffffff;
	border: 1px solid #e5e5e5;  	
}
.header_currency .jq-selectbox__dropdown ul {
	color: #000000;
  	text-align: left;
}




.header-top_bg:before {
  	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	opacity: .5;
	background: #ffffff;
}
.header-top_bg {
	position: relative;
}

.header_cart {
	float: right;
  	width: 55px;
}
.header_cart a {
  	position: relative;
	padding: 17px 2px 19px;
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-family: "Roboto Condensed", sans-serif;
	overflow: hidden;
	color: #000000;
	background: #d30033;
  	text-align: center;
}
.header_cart a i {
	position: absolute;
	display: inline-block;
	font-size: 48px;
	line-height: 45px;
	right: 6px;
	top: 7px;
	color: #ffffff;
}
.header_cart a span {
 	color: #000000;
}
.header_cart a span {
  position: relative;
}
.header_cart a span.count {
}


.header_search {
  	float: right;
  	position: relative;
  	padding-right: 34px;
  	
background: #ffffff;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#dadada 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ffffff 0%, #dadada 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dadada 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#dadada 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dadada 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
	 /* IE6-8 */
;
}
.header_search #search-field {
	padding: 18px 0px 17px 13px;
	height: 55px;
	line-height: 18px;
	margin-right: 1px;
	border: none;
	width: 100%;
	
background: #ffffff;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#dadada 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ffffff 0%, #dadada 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dadada 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#dadada 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dadada 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
	 /* IE6-8 */
;
}
.header_search #search-submit {
	position: absolute;
	background: none;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	width: 46px;
	text-align: center;
	padding: 20px 0;
	opacity: 0.5;
	color: #000000;
  	font-size: 16px;
}

.bg-header-bottom:before {
	position: absolute;
	z-index: 0;
	opacity: .5;
  	background: #000000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
}
.bg-header-bottom {
	position: relative;
}
.bg-header-bottom .wrapper-center {
  	background: #000000;
  	overflow: visible;
}
.custom_header1 {
}



/* 8.2 NAVIGATION */

#navigation {
	float: right;
}
#navigation nav {
	position: relative;
	z-index: 9;
}

.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	margin: 0 auto;
  	z-index: 100;
}

.sf-menu {
	padding-bottom: 20px;
}
.sf-menu li {
	position: relative;
}
.white,
.black {
	position: relative;
  	width: 1230px;
  	margin: 0 auto;
  	background: #ffffff;
}
.black {
  	background: #000000;
}
.white-shadow,
.shadow {
	position: relative;
	background: #ffffff;
}

.white-shadow:before,
.shadow:before {
	position: absolute;
	content: "";
	height: 0px;
	left: 0px;
    top: 0;
    right: 0px;
  	-webkit-box-shadow: 0px 0px 34px 15px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 34px 15px rgba(0,0,0,0.6);
}
.shadow:before {
 	left: -15px;
  	right: -15px;
  	width: auto;
  	
background: #e7e7e7;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #e7e7e7 0%,#fefefe 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#fefefe));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #e7e7e7 0%, #fefefe 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #e7e7e7 0%,#fefefe 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #e7e7e7 0%,#fefefe 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #e7e7e7 0%,#fefefe 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#fefefe',GradientType=0 );
	 /* IE6-8 */
;
}


/*================================>> 1 Level <<========================================*/

.sf-menu > li {
	display: inline-block;
	float: left;
  	border-left: 1px solid #383838;
  	position: relative;
}

.sf-menu > li > a {
	position: relative;
	font: bold 17px/21px "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 26px 22px 28px;
	margin: 0 -1px;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	color: #ffffff;
}

.sf-menu > li > a.current,
.sf-menu > li:hover > a {
	color: #8c8c8c;
}
.sf-menu > li:after {
	opacity: 0;
	content: " ";
	width: 100%;
	height: 7px;
	background: #d30033;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.sf-menu > li:hover:after,
.sf-menu > li.act:after {
  	opacity: 1;
}

.sf-menu > li > a.sf-with-ul:after {
	position: absolute;
	content:"";
	left: 50%;
	margin-left: -2px;
	right: 0;
	bottom: 10px;
	-moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
	border: 4px solid;
	border-color: #ffffff transparent transparent transparent;
	width: 0;
	height: 0;
}
.sf-menu > li > a.sf-with-ul:hover:after,
.sf-menu > li.sfHover > a.sf-with-ul:after {
	border-color: #585858 transparent transparent transparent;
}

/*================================>> 2 Level <<========================================*/


.sf-menu ul {
	width: 180px !important;
	position: absolute;
	left: 0;
	top: 75px;
	z-index: 10;
  	display: none;
}
.sf-menu ul li + li {
	border-top: 1px solid #8c8c8c;
}
.sf-menu ul li a {
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 13px 19px;
	color: #ffffff;
	background: #3d3d3d;
}
.sf-menu ul li a:hover {
	background: #585858;
  	color: #ffffff;
}
.sf-menu > li > ul > li > a.sf-with-ul:after  {
	position: absolute;
	display: block;
	content:"\f105";
	right: 7px;
	text-align: center;
	margin-left: -10px;	
	top: 8px;
	-moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
	overflow: hidden;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	color: #d30033;
}
.sf-menu ul > li a:hover,
.sf-menu ul > li.active a {}

#navigation select.menu_mobile {display: none;}






/* 8.3 NIVOSLIDER */
.nivoSlider {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.nivoSlider img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}
.nivo-main-image {
	width: 100% !important;
	display: block !important;
	position: relative !important;
}

.nivoSlider a.nivo-imageLink {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 6;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
  	background: #ffffff;
}

.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
}

.nivo-box {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}
.nivo-box img {
	display: block;
}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
	display: none;
}


.slider_wrap {
  	padding-top: 30px;
	position: relative;
	z-index: 1;
}

.nivoSlider {
}

.nivo-caption {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	display: none;
	}



.nivo-controlNav {
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 0px;
  	height: 37px;
	right: 0px;
	left: 0;
	text-align: center;
	z-index: 10;
}
.nivo-controlNav:before  {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	opacity: .5;
	background: #ffffff;
}
.nivo-controlNav a {
	display: inline-block;
	cursor: pointer;
	width: 13px;
	height: 13px;
	text-indent: 0;
	border-radius: 0;
	margin: 13px 3px;
  	position: relative;
	background: #585858;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.nivo-controlNav a span {display: none;}
.nivo-controlNav a i {display: none;}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background: #d30033;
}
.nivo-controlNav a.active {cursor: default;}





/* 8.4 SHOWCASE */
#showcase {
	padding-top: 30px;
}


.custom_showcase a {
	display: block;
  	position: relative;
}
.custom_showcase h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px 20px 12px 20px;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	text-transform: uppercase;
  	color: #ffffff;
  	transition: all .4s ease;
}
.custom_showcase h3 .text i {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 21px;
	color: #d30033;
	line-height: 21px;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.custom_showcase h3 .bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000000;
  	opacity: 0.8;
}
.custom_showcase h3 .text {
  	display: block;
 	position: relative;
	padding-right: 18px;
}
.custom_showcase h3:hover {
	color: #d30033; 
}



/* 8.5 MAIN PRODUCT LISTING */

.product_listing_main .product_links form {
	display: inline-block;
}

/* 8.5 MAIN PRODUCT BOTTOM */

.frontpage_bottom {
 	margin-top: 13px; 
  	position: relative;
  	min-height: 346px !important;
}
.frontpage_bottom + .frontpage_bottom {
	border-left: 1px solid #e5e5e5;
}
.frontpage_bottom .product_listing_sidebar .product_name a:hover {
  	color: #000000;
}
.page_bottom {
	margin-top: 30px;
  	position: relative;
}
.frontpage_bottom > div {
  	padding: 20px 27px;
}
.frontpage_bottom .fb_iframe_widget {
 	margin-top: 10px; 
  	width: 100% !important;
  	overflow: hidden;
  	border: 1px solid #e5e5e5;
  	padding-bottom: 10px;
  	height: 200px;
}
.frontpage_bottom .fb_iframe_widget iframe {
 	width: 100% !important; 
}
.frontpage_bottom .fb_iframe_widget span {
 	width: 100%; 
}

.page_bottom .shadow_inside {
 	left: -15px;
  	right: -15px;
}


/* 8.6 FOOTER */
#footer {
}

.black { padding-bottom: 49px;}

.custom_footer {
  color: #ffffff;
}
.custom_footer h3 {
  	font: bold 17px/21px "Roboto Condensed", sans-serif;
  	color: #ffffff;
    margin: 40px 0 12px 0;
    text-transform: uppercase;
}
.custom_footer ul {

}
.custom_footer ul li {
	padding-bottom: 6px;
}
.custom_footer ul li a {
	font-weight: bold;
  	color: #888888;
}

.custom_footer ul li.active a,
.custom_footer ul li a:hover {
	color: #d30033;
}

.custom_footer3 {
 	text-align: right; 
}

#footer .copyright {
  	position: relative;
	padding: 0px 0 3px;
  	color: #3d3d3d;
}
#footer .copyright a {
}
#footer .copyright a:hover {
}
.logo { 
  	margin-top: 40px;
  	margin-bottom: 15px;
}
.footer_address {
  	color: #888888;
}	
.footer_phone,
.footer_phone a {
  	color: #ffffff;
    font-size: 23px;
    line-height: 27px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    display: block;
    margin-bottom: -1px; 
  	margin-top: 6px;
}
.footer_phone a { display: inline;}
.footer_email {
  	margin-top: 5px;
}
.footer_email a:hover {
  	color: #d30033; 
  	text-decoration: underline;
}

.socials {
	text-align: right;
  	margin-top: 15px;
}
.socials li {
	display: inline-block;
	width: 39px;
  	text-align: center;
}
.socials li a {
	color: #888888;
	font-size: 24px;
  	transition: all .4s ease;
}

.socials li a:hover {
	color: #d30033;
}

#footer .shadow_inside:before {
  	-webkit-box-shadow: 0px 0px 34px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 34px 15px rgba(0,0,0,0.3);
}
#footer .shadow_inside {
  	left: 0px;
  	right: 0px;
}

/* 9. COLLECTION PAGES ***************************************************************************/

/* 9.1 PAGES CONTENT */
ul.tags {
	margin-top: 15px;
	list-style-type: none;
}
ul.tags li {
	float: left;
}
ul.tags li + li {
	margin: 0 0 0 5px;
}
ul.tags li a {
	display: block;
	padding: 5px 10px;
	color: #d30033;
  	border: 1px solid #d30033;
}

ul.tags li a:hover,
ul.tags li.active a {
	background: #d30033;
	color: #ffffff;
}


.collection_info {
	margin-top: 15px;
}
.collection_info .collection_img {
	text-align: center;
}
.collection_info .collection_desc .rte {
	margin: 0;
}



/* 9.2 BREADCRUMBS */
.breadcrumb {
	margin: 20px 0 15px 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	
background: #ffffff;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#dadada 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ffffff 0%, #dadada 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dadada 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#dadada 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dadada 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
	 /* IE6-8 */
;
	color: #000000;
}



/* 9.3 COLLECTION LISTING */
.collection_listing {
}
.collection_listing .collection {
	margin: 30px 0 0 0;
}



/* 9.4 PAGINATION */

#pagination {
	display: inline-block;
	overflow: hidden;
	margin: 30px 0 0 0;
	border: 1px solid #d30033;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	}
#pagination span {
	display: block;
	float: left;
}
#pagination span ~ span {
	border-left: 1px solid #d30033;
}

#pagination span a,
#pagination span.current {
	display: block;
	padding: 7px 20px;
	color: #d30033;
}

#pagination span a:hover {
	background: #d30033;
	color: #ffffff;
}
#pagination span.current {
	font-weight: bold;
	color: #ffffff;
	cursor: default;
  	background: #d30033;
}



/* 10. SIDEBAR WIDGETS ***************************************************************************/

.column .widget {
}

.column .widget h3.widget_header {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #000000;
	font: 22px Roboto Condensed;
	color: #000000;
	text-transform: uppercase;
  	line-height: 26px;
}
.column .widget h3.widget_header a {
 	line-height: 26px;
  	color: #000000;
}

.widget_best_sellers .product_name {
 	min-height: 0px;
  	margin-bottom: 10px;
}
.widget_best_sellers .product_img img {
 	max-width: 100%; 
  	width: auto;
}

/* 10.1 LINKS LIST */
.column .widget ul.list {
	border-bottom: 1px solid #e5e5e5;
}
.column .widget ul.list li {
	padding: 10px 0;
}
.column .widget ul.list li + li {
	border-top: 1px solid #e5e5e5;
}
.column .widget ul.list li a {
}

.column .widget ul.list li.active a,
.column .widget ul.list li a:hover {
}


/* 10.2 SIDEBAR PRODUCT LISTING */
.frontpage_bottom .product_listing_sidebar .product {
  	float: left;
  	width: 50%;
  	margin-top:0px;
}
.frontpage_bottom3 > div {
	padding: 20px 7px;
}
.frontpage_bottom3 .product_img a {
	padding: 0 20px;
}
.frontpage_bottom3 .product_info {
 	margin-top: 22px; 
  	padding-right: 10px;
}
.frontpage_bottom3 .product_name {
 	min-height: 0px; 
}
.product_listing_sidebar .product_img {
}

.frontpage_bottom .product_listing_sidebar .product_name a {
  	color: #d30033;
}

.product_listing_sidebar .product_price {
}
.product_listing_sidebar .product_price .money {
}
.v .product_price .compare-at-price {
}

.product_listing_sidebar .product_links {
}
.product_listing_sidebar .product_links form {
	display: inline-block;
}
.product_listing_sidebar .product_links a {
}



/* 11. SEARCH RESULTS PAGE ***************************************************************************/

#searchresults {
	margin: 0;
}
#searchresults .search-form {
	margin: 15px 0 0 0;
}
#searchresults .search-form input {
	width: 100%;
	float: left;
	padding: 0 34px 0 10px;
	border-style: none !important;
	
}
#searchresults .search-form button {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 0 0 -34px;
	background: none;
	border: none;
	font-size: 20px;
	color: #d30033;
}
#searchresults .search-form button:hover {
	color: #000000;
}
#searchresults .search-form button i {
	line-height: 32px;
}

#searchresults h3 {
	margin: 0;
	padding: 0;
} 

#searchresults ol {
	list-style-type: none;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #e5e5e5;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
}
#searchresults ol li .search-result_image {
	float: left;
	margin-right: 15px;
}
#searchresults ol li .search-result_container {
	padding: 15px 0 0 0;
}
.search{

height: 55px;
padding-top: 10px;
border-style: none;
}
.search input{

border-style: none;
}


/* 12. PRODUCT PAGE ***************************************************************************/

.product_wrap {
 	margin-top: 27px; 
}
.product_wrap .fb_iframe_widget {
  	border: none;
  	margin-top: 0px;
}



/* 12.1 PRODUCT IMAGES */
#product_image-container {
	overflow: hidden;
}

.product_wrap .bxslider {
	margin: 0;
}
.product_wrap .bxslider li {
}
.product_wrap .bxslider li a {
}

.product_image .bx-wrapper {
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

.product_wrap #bx-pager {
	width: 360px;
}
.product_wrap #bx-pager a {
	width: 105px;
	overflow: hidden;
	margin: 15px 15px 0 0;
	border: 1px solid #e5e5e5;
}



/* 12.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: -2px 0 0 0;
	min-height: 0px;
  	font-size: 20px;
}

.product_wrap .product-price {
	padding: 0;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
}
.product_wrap .product-price .compare-at-price {
}

.product_wrap .variants-wrapper {
	padding: 15px 0 0 0;
}
.product_wrap .variants-wrapper label {
	margin-right: 10px;
}

.product_wrap #purchase {
}
.product_wrap #purchase label {
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	line-height: 37px;
}
.product_wrap #purchase #quantity {
	width: 50px;
	height: 43px;
  	line-height: 18px;
  	padding: 12px 0px 11px;
	display: inline-block;
	margin: 0 10px;
	outline: none;
	text-align: center;
}
.product_wrap #purchase #add-to-cart {
  	display: inline-block;
}
.product_wrap #purchase #add-to-cart i {
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-size: 15px;
	line-height: 1.5em;
	position: relative;
	top: -2px;
}

    
.product_wrap .product_details {
	margin: 15px 0 0 0;
	padding: 10px 0 15px 0;
	border: 1px solid #e5e5e5;
	border-width: 1px 0;
}
.product_wrap .product_details > div {
	padding: 5px 0 0 0;
}

.product_wrap #product_description {
}
.product_wrap #product_description h4 {
	padding-bottom: 0;
	border: none;
	text-transform: none;
}

.product_wrap .addthis_toolbox {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #e5e5e5;
}

.product_image-additioanl a {
	width: 33%;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}



/* 12.3 PRODUCT PAGINATION */
.product_wrap .pagination__product {
	width: 100%;
	margin: 15px 0;
}
.product_wrap .pagination__product ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 15px !important;
}
.product_wrap .pagination__product ul li.left-arrow {
	float: left;
}
.product_wrap .pagination__product ul li.right-arrow {
	float: right;
}



/* 12.4 RELATED PRODUCTS */
.widget_related_products .product_name {
  	min-height: 0px;
}
.widget_related_products h3 {
	margin: 30px 0 0 0;
}

ul.product_listing_related {
	list-style-type: none;
}
ul.product_listing_related .product {
}

ul.product_listing_related .product_img {
}
ul.product_listing_related .product_name {
}
ul.product_listing_related .product_price {
}



/* 13. BLOG ***************************************************************************/

/* 13.1 POSTS LISTING */
#blog {
}

.blog-article {
	padding: 15px 0 0 0;
}

.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.article_header .product_name {
  	min-height: 0px;
  	font-size: 20px;
  	line-height: 20px;
}
.article_header .product_name a {
}
.article_header .product_name a:hover {
}

.blog-article_meta-comments {
	float: right;
	padding: 2px 0 0 15px;
}

.blog-article_date,
.blog-article_meta-tags {
	font-style: italic;
}

.blog-article_meta-tags a {
	text-decoration: underline;
}



/* 13.2 SINGLE POST */
.article_meta-comments {
	float: right;
	padding: 2px 0 0 15px;
}
.article_meta-tags a {
	text-decoration: underline;
}

.article_date,
.article_meta-tags,
.article_meta {
	font-style: italic;
}

.article .addthis_toolbox {
	margin: 20px 0;
}


#comments ul {
	list-style-type: none;
}

.comment-form {
}

.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {
	width: 100%;
}

.comment-form #comment-body {
	min-height: 100px;
	margin-bottom: 15px;
}

.article_comments-form {
	padding-bottom: 10px;
	margin-top: 1em;
	padding-top: 10px;
}

.section-title {
	margin-bottom: 2px;
	padding-bottom: 8px;
}

.comment-form .row {
	margin-bottom: 1em;
}

.comment-submit {
}



/* 14. CUSTOMER PAGES ***************************************************************************/

/* 14.1 LOG IN */

/* 14.2 ACCOUNT */
.customer_account {
}

.customer_name {
	text-transform: none !important;
}
.customer_name .divider {
	margin: 0 7px;
}
.customer_name .email {
	color: #000000;
}
.customer_name a {
	float: right;
}



/* 14.3 ADDRESSES */
.customer_addresses {
}

.customer_addresses ul.customer_addresses_actions {
	list-style-type: none;
	margin: 15px 0;
}
.customer_addresses ul.customer_addresses_actions li {
}
.customer_addresses ul.customer_addresses_actions li a {
}
.customer_addresses ul.customer_addresses_actions li a i {
	margin: 0 5px 0 0;
	line-height: inherit;
}

.customer_addresses .col-sm-offset-4 label {
	line-height: 1.6em;
}


ul.address {
	list-style-type: none;
}



/* 14.4 ORDERS */
.order_date {
	margin: 15px 0 0 0;
}

#order_details {
	margin: 30px 0 0 0;
}



/* 15. CART PAGE ***************************************************************************/

/* 15.1 CART PRODUCTS */
.cart-list {
	overflow: hidden;
}
.cart-list .product_name {
 	font-size: 20px;
  	line-height: 20px;
  	min-height: 0px;
}
.cart-list > .row {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.cart-list .item_image {
	text-align: center;
}
.cart-list .item_image a img {
	max-width: 100%;
}

.cart-list .product_name {
	margin-top: 15px;
}

.cart-list .item_remove {
	margin: 0 0 0 10px;
}
.cart-list .item_remove a {
	font-size: 20px;
	color: #fe2a2a;
}
.cart-list .item_remove a:hover {
	color: #d30033;
}

.cart-list .row h3.item_vendor {
	border-bottom: 1px solid #e5e5e5;
	color: #888;
}

.cart-list .item_price {
	padding: 10px 0 0 0;
}
.cart-list .item_price .price {
	line-height: 37px;
}

.cart-list .item_price label {
	padding: 0;
	line-height: 37px;
}
.cart-list .item_price .input-small {
	width: 60px !important;
	height: 37px;
	display: inline-block;
	padding: 5px;
	text-align: center;
}

.cart-list .item_price .total {
	text-align: right;
}
.cart-list .item_price .total h3 {
	vertical-align: baseline;
	border: none;
}

.cart_subtotal {
}
.cart_subtotal h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.cart_subtotal h3 .money {
	float: right;
}

.cart_buttons {
	margin: 30px 0;
}

.cart_instructions {
}
.cart_instructions h4 {
}
.cart_instructions textarea {
	width: 100%;
}

#payment-methods {
	overflow: hidden;
}
#payment-methods ul {
	list-style-type:none;
	list-style-position: outside;
}
#payment-methods ul li {
	float:left;
	padding: 15px 15px 0 0;
}



/* 15.2 GUEST CHECKOUT */
#guest {
	padding: 30px 0 0 0;
}
#guest form {
	padding: 15px 0 0 0;
}



/* 16. CONTACTS PAGE ***************************************************************************/

.contact-scope {
}
.contact-form {
}

.contact-scope iframe {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #e5e5e5;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="telephone"],
.contact-form textarea {
}

.contact-form textarea {
	width: 100%;
}

.contact-form_buttons {
}
.contact-form_buttons .btn-toolbar {
}