/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/../fonts/fontawesome-webfont.eot?v=4.6.2);
  src: url(/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2) format("embedded-opentype"), url(/../fonts/fontawesome-webfont.woff2?v=4.6.2) format("woff2"), url(/../fonts/fontawesome-webfont.woff?v=4.6.2) format("woff"), url(/../fonts/fontawesome-webfont.ttf?v=4.6.2) format("truetype"), url(/../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, app/assets/stylesheets/font-awesome.css.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, app/assets/stylesheets/font-awesome.css.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, app/assets/stylesheets/font-awesome.css.scss */
.fa-2x {
  font-size: 2em;
}

/* line 31, app/assets/stylesheets/font-awesome.css.scss */
.fa-3x {
  font-size: 3em;
}

/* line 34, app/assets/stylesheets/font-awesome.css.scss */
.fa-4x {
  font-size: 4em;
}

/* line 37, app/assets/stylesheets/font-awesome.css.scss */
.fa-5x {
  font-size: 5em;
}

/* line 40, app/assets/stylesheets/font-awesome.css.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, app/assets/stylesheets/font-awesome.css.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, app/assets/stylesheets/font-awesome.css.scss */
.fa-ul > li {
  position: relative;
}

/* line 52, app/assets/stylesheets/font-awesome.css.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, app/assets/stylesheets/font-awesome.css.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, app/assets/stylesheets/font-awesome.css.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 67, app/assets/stylesheets/font-awesome.css.scss */
.fa-pull-left {
  float: left;
}

/* line 70, app/assets/stylesheets/font-awesome.css.scss */
.fa-pull-right {
  float: right;
}

/* line 73, app/assets/stylesheets/font-awesome.css.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 76, app/assets/stylesheets/font-awesome.css.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, app/assets/stylesheets/font-awesome.css.scss */
.pull-right {
  float: right;
}

/* line 83, app/assets/stylesheets/font-awesome.css.scss */
.pull-left {
  float: left;
}

/* line 86, app/assets/stylesheets/font-awesome.css.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 89, app/assets/stylesheets/font-awesome.css.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 92, app/assets/stylesheets/font-awesome.css.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 96, app/assets/stylesheets/font-awesome.css.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 120, app/assets/stylesheets/font-awesome.css.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 126, app/assets/stylesheets/font-awesome.css.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 132, app/assets/stylesheets/font-awesome.css.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 138, app/assets/stylesheets/font-awesome.css.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 144, app/assets/stylesheets/font-awesome.css.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 150, app/assets/stylesheets/font-awesome.css.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 157, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 165, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 172, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 175, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 178, app/assets/stylesheets/font-awesome.css.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, app/assets/stylesheets/font-awesome.css.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 186, app/assets/stylesheets/font-awesome.css.scss */
.fa-music:before {
  content: "\f001";
}

/* line 189, app/assets/stylesheets/font-awesome.css.scss */
.fa-search:before {
  content: "\f002";
}

/* line 192, app/assets/stylesheets/font-awesome.css.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 195, app/assets/stylesheets/font-awesome.css.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 198, app/assets/stylesheets/font-awesome.css.scss */
.fa-star:before {
  content: "\f005";
}

/* line 201, app/assets/stylesheets/font-awesome.css.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 204, app/assets/stylesheets/font-awesome.css.scss */
.fa-user:before {
  content: "\f007";
}

/* line 207, app/assets/stylesheets/font-awesome.css.scss */
.fa-film:before {
  content: "\f008";
}

/* line 210, app/assets/stylesheets/font-awesome.css.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 213, app/assets/stylesheets/font-awesome.css.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 216, app/assets/stylesheets/font-awesome.css.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 219, app/assets/stylesheets/font-awesome.css.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 222, app/assets/stylesheets/font-awesome.css.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 227, app/assets/stylesheets/font-awesome.css.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 230, app/assets/stylesheets/font-awesome.css.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 233, app/assets/stylesheets/font-awesome.css.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 236, app/assets/stylesheets/font-awesome.css.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 239, app/assets/stylesheets/font-awesome.css.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 243, app/assets/stylesheets/font-awesome.css.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 246, app/assets/stylesheets/font-awesome.css.scss */
.fa-home:before {
  content: "\f015";
}

/* line 249, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 252, app/assets/stylesheets/font-awesome.css.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 255, app/assets/stylesheets/font-awesome.css.scss */
.fa-road:before {
  content: "\f018";
}

/* line 258, app/assets/stylesheets/font-awesome.css.scss */
.fa-download:before {
  content: "\f019";
}

/* line 261, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 264, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 267, app/assets/stylesheets/font-awesome.css.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 270, app/assets/stylesheets/font-awesome.css.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 273, app/assets/stylesheets/font-awesome.css.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 277, app/assets/stylesheets/font-awesome.css.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 280, app/assets/stylesheets/font-awesome.css.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 283, app/assets/stylesheets/font-awesome.css.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 286, app/assets/stylesheets/font-awesome.css.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 289, app/assets/stylesheets/font-awesome.css.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 292, app/assets/stylesheets/font-awesome.css.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 295, app/assets/stylesheets/font-awesome.css.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 298, app/assets/stylesheets/font-awesome.css.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 301, app/assets/stylesheets/font-awesome.css.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 304, app/assets/stylesheets/font-awesome.css.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 307, app/assets/stylesheets/font-awesome.css.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 310, app/assets/stylesheets/font-awesome.css.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 313, app/assets/stylesheets/font-awesome.css.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 316, app/assets/stylesheets/font-awesome.css.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 319, app/assets/stylesheets/font-awesome.css.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 322, app/assets/stylesheets/font-awesome.css.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 325, app/assets/stylesheets/font-awesome.css.scss */
.fa-font:before {
  content: "\f031";
}

/* line 328, app/assets/stylesheets/font-awesome.css.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 331, app/assets/stylesheets/font-awesome.css.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 334, app/assets/stylesheets/font-awesome.css.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 337, app/assets/stylesheets/font-awesome.css.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 340, app/assets/stylesheets/font-awesome.css.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 343, app/assets/stylesheets/font-awesome.css.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 346, app/assets/stylesheets/font-awesome.css.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 349, app/assets/stylesheets/font-awesome.css.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 352, app/assets/stylesheets/font-awesome.css.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 355, app/assets/stylesheets/font-awesome.css.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 359, app/assets/stylesheets/font-awesome.css.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 362, app/assets/stylesheets/font-awesome.css.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 365, app/assets/stylesheets/font-awesome.css.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 370, app/assets/stylesheets/font-awesome.css.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 373, app/assets/stylesheets/font-awesome.css.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 376, app/assets/stylesheets/font-awesome.css.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 379, app/assets/stylesheets/font-awesome.css.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 382, app/assets/stylesheets/font-awesome.css.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 386, app/assets/stylesheets/font-awesome.css.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 389, app/assets/stylesheets/font-awesome.css.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 392, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 395, app/assets/stylesheets/font-awesome.css.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 398, app/assets/stylesheets/font-awesome.css.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 401, app/assets/stylesheets/font-awesome.css.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 404, app/assets/stylesheets/font-awesome.css.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 407, app/assets/stylesheets/font-awesome.css.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 410, app/assets/stylesheets/font-awesome.css.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 413, app/assets/stylesheets/font-awesome.css.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 416, app/assets/stylesheets/font-awesome.css.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 419, app/assets/stylesheets/font-awesome.css.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 422, app/assets/stylesheets/font-awesome.css.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 425, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 428, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 431, app/assets/stylesheets/font-awesome.css.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 434, app/assets/stylesheets/font-awesome.css.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 437, app/assets/stylesheets/font-awesome.css.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 440, app/assets/stylesheets/font-awesome.css.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 443, app/assets/stylesheets/font-awesome.css.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 446, app/assets/stylesheets/font-awesome.css.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 449, app/assets/stylesheets/font-awesome.css.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 452, app/assets/stylesheets/font-awesome.css.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 455, app/assets/stylesheets/font-awesome.css.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 458, app/assets/stylesheets/font-awesome.css.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 461, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 464, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 467, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 470, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 473, app/assets/stylesheets/font-awesome.css.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 477, app/assets/stylesheets/font-awesome.css.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 480, app/assets/stylesheets/font-awesome.css.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 483, app/assets/stylesheets/font-awesome.css.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 486, app/assets/stylesheets/font-awesome.css.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 489, app/assets/stylesheets/font-awesome.css.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 492, app/assets/stylesheets/font-awesome.css.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 495, app/assets/stylesheets/font-awesome.css.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 498, app/assets/stylesheets/font-awesome.css.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 501, app/assets/stylesheets/font-awesome.css.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 504, app/assets/stylesheets/font-awesome.css.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 507, app/assets/stylesheets/font-awesome.css.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 510, app/assets/stylesheets/font-awesome.css.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 514, app/assets/stylesheets/font-awesome.css.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 517, app/assets/stylesheets/font-awesome.css.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 520, app/assets/stylesheets/font-awesome.css.scss */
.fa-random:before {
  content: "\f074";
}

/* line 523, app/assets/stylesheets/font-awesome.css.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 526, app/assets/stylesheets/font-awesome.css.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 529, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 532, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 535, app/assets/stylesheets/font-awesome.css.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 538, app/assets/stylesheets/font-awesome.css.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 541, app/assets/stylesheets/font-awesome.css.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 544, app/assets/stylesheets/font-awesome.css.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 547, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 550, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 553, app/assets/stylesheets/font-awesome.css.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 557, app/assets/stylesheets/font-awesome.css.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 560, app/assets/stylesheets/font-awesome.css.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 563, app/assets/stylesheets/font-awesome.css.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 566, app/assets/stylesheets/font-awesome.css.scss */
.fa-key:before {
  content: "\f084";
}

/* line 569, app/assets/stylesheets/font-awesome.css.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 573, app/assets/stylesheets/font-awesome.css.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 576, app/assets/stylesheets/font-awesome.css.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 579, app/assets/stylesheets/font-awesome.css.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 582, app/assets/stylesheets/font-awesome.css.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 585, app/assets/stylesheets/font-awesome.css.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 588, app/assets/stylesheets/font-awesome.css.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 591, app/assets/stylesheets/font-awesome.css.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 594, app/assets/stylesheets/font-awesome.css.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 597, app/assets/stylesheets/font-awesome.css.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 600, app/assets/stylesheets/font-awesome.css.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 603, app/assets/stylesheets/font-awesome.css.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 606, app/assets/stylesheets/font-awesome.css.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 609, app/assets/stylesheets/font-awesome.css.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 612, app/assets/stylesheets/font-awesome.css.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 615, app/assets/stylesheets/font-awesome.css.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 618, app/assets/stylesheets/font-awesome.css.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 621, app/assets/stylesheets/font-awesome.css.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 624, app/assets/stylesheets/font-awesome.css.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 627, app/assets/stylesheets/font-awesome.css.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 630, app/assets/stylesheets/font-awesome.css.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 634, app/assets/stylesheets/font-awesome.css.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 637, app/assets/stylesheets/font-awesome.css.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 640, app/assets/stylesheets/font-awesome.css.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 643, app/assets/stylesheets/font-awesome.css.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 647, app/assets/stylesheets/font-awesome.css.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 650, app/assets/stylesheets/font-awesome.css.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 653, app/assets/stylesheets/font-awesome.css.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 656, app/assets/stylesheets/font-awesome.css.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 659, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 662, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 665, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 668, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 671, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 674, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 677, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 680, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 683, app/assets/stylesheets/font-awesome.css.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 686, app/assets/stylesheets/font-awesome.css.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 689, app/assets/stylesheets/font-awesome.css.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 692, app/assets/stylesheets/font-awesome.css.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 695, app/assets/stylesheets/font-awesome.css.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 698, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 701, app/assets/stylesheets/font-awesome.css.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 705, app/assets/stylesheets/font-awesome.css.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 709, app/assets/stylesheets/font-awesome.css.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 712, app/assets/stylesheets/font-awesome.css.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 715, app/assets/stylesheets/font-awesome.css.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 719, app/assets/stylesheets/font-awesome.css.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 723, app/assets/stylesheets/font-awesome.css.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 726, app/assets/stylesheets/font-awesome.css.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 730, app/assets/stylesheets/font-awesome.css.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 733, app/assets/stylesheets/font-awesome.css.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 738, app/assets/stylesheets/font-awesome.css.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 741, app/assets/stylesheets/font-awesome.css.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 744, app/assets/stylesheets/font-awesome.css.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 747, app/assets/stylesheets/font-awesome.css.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 750, app/assets/stylesheets/font-awesome.css.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 753, app/assets/stylesheets/font-awesome.css.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 756, app/assets/stylesheets/font-awesome.css.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 759, app/assets/stylesheets/font-awesome.css.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 762, app/assets/stylesheets/font-awesome.css.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 765, app/assets/stylesheets/font-awesome.css.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 768, app/assets/stylesheets/font-awesome.css.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 771, app/assets/stylesheets/font-awesome.css.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 774, app/assets/stylesheets/font-awesome.css.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 777, app/assets/stylesheets/font-awesome.css.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 780, app/assets/stylesheets/font-awesome.css.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 783, app/assets/stylesheets/font-awesome.css.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 786, app/assets/stylesheets/font-awesome.css.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 789, app/assets/stylesheets/font-awesome.css.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 793, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 797, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 801, app/assets/stylesheets/font-awesome.css.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 804, app/assets/stylesheets/font-awesome.css.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 807, app/assets/stylesheets/font-awesome.css.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 811, app/assets/stylesheets/font-awesome.css.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 815, app/assets/stylesheets/font-awesome.css.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 819, app/assets/stylesheets/font-awesome.css.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 822, app/assets/stylesheets/font-awesome.css.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 825, app/assets/stylesheets/font-awesome.css.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 829, app/assets/stylesheets/font-awesome.css.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 832, app/assets/stylesheets/font-awesome.css.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 835, app/assets/stylesheets/font-awesome.css.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 839, app/assets/stylesheets/font-awesome.css.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 842, app/assets/stylesheets/font-awesome.css.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 845, app/assets/stylesheets/font-awesome.css.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 848, app/assets/stylesheets/font-awesome.css.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 851, app/assets/stylesheets/font-awesome.css.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 854, app/assets/stylesheets/font-awesome.css.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 857, app/assets/stylesheets/font-awesome.css.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 860, app/assets/stylesheets/font-awesome.css.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 863, app/assets/stylesheets/font-awesome.css.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 866, app/assets/stylesheets/font-awesome.css.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 869, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 872, app/assets/stylesheets/font-awesome.css.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 875, app/assets/stylesheets/font-awesome.css.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 878, app/assets/stylesheets/font-awesome.css.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 881, app/assets/stylesheets/font-awesome.css.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 884, app/assets/stylesheets/font-awesome.css.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 887, app/assets/stylesheets/font-awesome.css.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 890, app/assets/stylesheets/font-awesome.css.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 893, app/assets/stylesheets/font-awesome.css.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 896, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 899, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 902, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 905, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 908, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 911, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 914, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 917, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 920, app/assets/stylesheets/font-awesome.css.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 923, app/assets/stylesheets/font-awesome.css.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 926, app/assets/stylesheets/font-awesome.css.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 929, app/assets/stylesheets/font-awesome.css.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 933, app/assets/stylesheets/font-awesome.css.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 936, app/assets/stylesheets/font-awesome.css.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 939, app/assets/stylesheets/font-awesome.css.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 942, app/assets/stylesheets/font-awesome.css.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 945, app/assets/stylesheets/font-awesome.css.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 948, app/assets/stylesheets/font-awesome.css.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 952, app/assets/stylesheets/font-awesome.css.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 955, app/assets/stylesheets/font-awesome.css.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 958, app/assets/stylesheets/font-awesome.css.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 961, app/assets/stylesheets/font-awesome.css.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 964, app/assets/stylesheets/font-awesome.css.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 967, app/assets/stylesheets/font-awesome.css.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 970, app/assets/stylesheets/font-awesome.css.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 973, app/assets/stylesheets/font-awesome.css.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 976, app/assets/stylesheets/font-awesome.css.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 979, app/assets/stylesheets/font-awesome.css.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 982, app/assets/stylesheets/font-awesome.css.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 985, app/assets/stylesheets/font-awesome.css.scss */
.fa-code:before {
  content: "\f121";
}

/* line 988, app/assets/stylesheets/font-awesome.css.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 992, app/assets/stylesheets/font-awesome.css.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 997, app/assets/stylesheets/font-awesome.css.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1000, app/assets/stylesheets/font-awesome.css.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1003, app/assets/stylesheets/font-awesome.css.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1006, app/assets/stylesheets/font-awesome.css.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1010, app/assets/stylesheets/font-awesome.css.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1013, app/assets/stylesheets/font-awesome.css.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1016, app/assets/stylesheets/font-awesome.css.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1019, app/assets/stylesheets/font-awesome.css.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1022, app/assets/stylesheets/font-awesome.css.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1025, app/assets/stylesheets/font-awesome.css.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1028, app/assets/stylesheets/font-awesome.css.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1031, app/assets/stylesheets/font-awesome.css.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1034, app/assets/stylesheets/font-awesome.css.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1037, app/assets/stylesheets/font-awesome.css.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1040, app/assets/stylesheets/font-awesome.css.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1043, app/assets/stylesheets/font-awesome.css.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1046, app/assets/stylesheets/font-awesome.css.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1049, app/assets/stylesheets/font-awesome.css.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1052, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1055, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1058, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1061, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1064, app/assets/stylesheets/font-awesome.css.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1067, app/assets/stylesheets/font-awesome.css.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1070, app/assets/stylesheets/font-awesome.css.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1073, app/assets/stylesheets/font-awesome.css.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1076, app/assets/stylesheets/font-awesome.css.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1079, app/assets/stylesheets/font-awesome.css.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1082, app/assets/stylesheets/font-awesome.css.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1085, app/assets/stylesheets/font-awesome.css.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1088, app/assets/stylesheets/font-awesome.css.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1091, app/assets/stylesheets/font-awesome.css.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1094, app/assets/stylesheets/font-awesome.css.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1097, app/assets/stylesheets/font-awesome.css.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1100, app/assets/stylesheets/font-awesome.css.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1103, app/assets/stylesheets/font-awesome.css.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1106, app/assets/stylesheets/font-awesome.css.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1109, app/assets/stylesheets/font-awesome.css.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1112, app/assets/stylesheets/font-awesome.css.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1115, app/assets/stylesheets/font-awesome.css.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1118, app/assets/stylesheets/font-awesome.css.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1121, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1125, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1129, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1133, app/assets/stylesheets/font-awesome.css.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1137, app/assets/stylesheets/font-awesome.css.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1140, app/assets/stylesheets/font-awesome.css.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1144, app/assets/stylesheets/font-awesome.css.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1148, app/assets/stylesheets/font-awesome.css.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1154, app/assets/stylesheets/font-awesome.css.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1159, app/assets/stylesheets/font-awesome.css.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1163, app/assets/stylesheets/font-awesome.css.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1167, app/assets/stylesheets/font-awesome.css.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1170, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1173, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1176, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1179, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1182, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1185, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1188, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1191, app/assets/stylesheets/font-awesome.css.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1194, app/assets/stylesheets/font-awesome.css.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1197, app/assets/stylesheets/font-awesome.css.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1200, app/assets/stylesheets/font-awesome.css.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1203, app/assets/stylesheets/font-awesome.css.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1206, app/assets/stylesheets/font-awesome.css.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1209, app/assets/stylesheets/font-awesome.css.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1212, app/assets/stylesheets/font-awesome.css.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1215, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1218, app/assets/stylesheets/font-awesome.css.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1221, app/assets/stylesheets/font-awesome.css.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1224, app/assets/stylesheets/font-awesome.css.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1227, app/assets/stylesheets/font-awesome.css.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1230, app/assets/stylesheets/font-awesome.css.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1233, app/assets/stylesheets/font-awesome.css.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1236, app/assets/stylesheets/font-awesome.css.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1239, app/assets/stylesheets/font-awesome.css.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1242, app/assets/stylesheets/font-awesome.css.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1245, app/assets/stylesheets/font-awesome.css.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1248, app/assets/stylesheets/font-awesome.css.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1251, app/assets/stylesheets/font-awesome.css.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1254, app/assets/stylesheets/font-awesome.css.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1257, app/assets/stylesheets/font-awesome.css.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1260, app/assets/stylesheets/font-awesome.css.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1263, app/assets/stylesheets/font-awesome.css.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1266, app/assets/stylesheets/font-awesome.css.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1269, app/assets/stylesheets/font-awesome.css.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1272, app/assets/stylesheets/font-awesome.css.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1275, app/assets/stylesheets/font-awesome.css.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1278, app/assets/stylesheets/font-awesome.css.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1281, app/assets/stylesheets/font-awesome.css.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1285, app/assets/stylesheets/font-awesome.css.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1288, app/assets/stylesheets/font-awesome.css.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1291, app/assets/stylesheets/font-awesome.css.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1294, app/assets/stylesheets/font-awesome.css.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1297, app/assets/stylesheets/font-awesome.css.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1300, app/assets/stylesheets/font-awesome.css.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1303, app/assets/stylesheets/font-awesome.css.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1306, app/assets/stylesheets/font-awesome.css.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1309, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1312, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1315, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1318, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1322, app/assets/stylesheets/font-awesome.css.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1325, app/assets/stylesheets/font-awesome.css.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1328, app/assets/stylesheets/font-awesome.css.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1331, app/assets/stylesheets/font-awesome.css.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1335, app/assets/stylesheets/font-awesome.css.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1338, app/assets/stylesheets/font-awesome.css.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1341, app/assets/stylesheets/font-awesome.css.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1344, app/assets/stylesheets/font-awesome.css.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1347, app/assets/stylesheets/font-awesome.css.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1350, app/assets/stylesheets/font-awesome.css.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1353, app/assets/stylesheets/font-awesome.css.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1358, app/assets/stylesheets/font-awesome.css.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1362, app/assets/stylesheets/font-awesome.css.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1365, app/assets/stylesheets/font-awesome.css.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1368, app/assets/stylesheets/font-awesome.css.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1371, app/assets/stylesheets/font-awesome.css.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1374, app/assets/stylesheets/font-awesome.css.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1377, app/assets/stylesheets/font-awesome.css.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1380, app/assets/stylesheets/font-awesome.css.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1383, app/assets/stylesheets/font-awesome.css.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1386, app/assets/stylesheets/font-awesome.css.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1389, app/assets/stylesheets/font-awesome.css.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1392, app/assets/stylesheets/font-awesome.css.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1395, app/assets/stylesheets/font-awesome.css.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1398, app/assets/stylesheets/font-awesome.css.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1401, app/assets/stylesheets/font-awesome.css.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1404, app/assets/stylesheets/font-awesome.css.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1407, app/assets/stylesheets/font-awesome.css.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1410, app/assets/stylesheets/font-awesome.css.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1413, app/assets/stylesheets/font-awesome.css.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1416, app/assets/stylesheets/font-awesome.css.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1419, app/assets/stylesheets/font-awesome.css.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1422, app/assets/stylesheets/font-awesome.css.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1425, app/assets/stylesheets/font-awesome.css.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1428, app/assets/stylesheets/font-awesome.css.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1431, app/assets/stylesheets/font-awesome.css.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1434, app/assets/stylesheets/font-awesome.css.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1437, app/assets/stylesheets/font-awesome.css.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1441, app/assets/stylesheets/font-awesome.css.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1445, app/assets/stylesheets/font-awesome.css.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1448, app/assets/stylesheets/font-awesome.css.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1451, app/assets/stylesheets/font-awesome.css.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1454, app/assets/stylesheets/font-awesome.css.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1457, app/assets/stylesheets/font-awesome.css.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1460, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1463, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1466, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1469, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1472, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1477, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1481, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1485, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1489, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1492, app/assets/stylesheets/font-awesome.css.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1495, app/assets/stylesheets/font-awesome.css.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1498, app/assets/stylesheets/font-awesome.css.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1501, app/assets/stylesheets/font-awesome.css.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1508, app/assets/stylesheets/font-awesome.css.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1511, app/assets/stylesheets/font-awesome.css.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1516, app/assets/stylesheets/font-awesome.css.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1520, app/assets/stylesheets/font-awesome.css.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1523, app/assets/stylesheets/font-awesome.css.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1526, app/assets/stylesheets/font-awesome.css.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1531, app/assets/stylesheets/font-awesome.css.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1534, app/assets/stylesheets/font-awesome.css.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1537, app/assets/stylesheets/font-awesome.css.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1541, app/assets/stylesheets/font-awesome.css.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1545, app/assets/stylesheets/font-awesome.css.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1549, app/assets/stylesheets/font-awesome.css.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1552, app/assets/stylesheets/font-awesome.css.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1555, app/assets/stylesheets/font-awesome.css.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1558, app/assets/stylesheets/font-awesome.css.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1561, app/assets/stylesheets/font-awesome.css.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1564, app/assets/stylesheets/font-awesome.css.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1567, app/assets/stylesheets/font-awesome.css.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1570, app/assets/stylesheets/font-awesome.css.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1573, app/assets/stylesheets/font-awesome.css.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1577, app/assets/stylesheets/font-awesome.css.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1580, app/assets/stylesheets/font-awesome.css.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1583, app/assets/stylesheets/font-awesome.css.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1586, app/assets/stylesheets/font-awesome.css.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1589, app/assets/stylesheets/font-awesome.css.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1592, app/assets/stylesheets/font-awesome.css.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1595, app/assets/stylesheets/font-awesome.css.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1598, app/assets/stylesheets/font-awesome.css.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1601, app/assets/stylesheets/font-awesome.css.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1604, app/assets/stylesheets/font-awesome.css.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1607, app/assets/stylesheets/font-awesome.css.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1610, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1613, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1616, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1619, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1622, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1625, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1628, app/assets/stylesheets/font-awesome.css.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1631, app/assets/stylesheets/font-awesome.css.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1634, app/assets/stylesheets/font-awesome.css.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1637, app/assets/stylesheets/font-awesome.css.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1640, app/assets/stylesheets/font-awesome.css.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1643, app/assets/stylesheets/font-awesome.css.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1646, app/assets/stylesheets/font-awesome.css.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1649, app/assets/stylesheets/font-awesome.css.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1652, app/assets/stylesheets/font-awesome.css.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1655, app/assets/stylesheets/font-awesome.css.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1658, app/assets/stylesheets/font-awesome.css.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1661, app/assets/stylesheets/font-awesome.css.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1664, app/assets/stylesheets/font-awesome.css.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1667, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1670, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1673, app/assets/stylesheets/font-awesome.css.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1676, app/assets/stylesheets/font-awesome.css.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1679, app/assets/stylesheets/font-awesome.css.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1682, app/assets/stylesheets/font-awesome.css.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1685, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1688, app/assets/stylesheets/font-awesome.css.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1693, app/assets/stylesheets/font-awesome.css.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1696, app/assets/stylesheets/font-awesome.css.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1699, app/assets/stylesheets/font-awesome.css.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1702, app/assets/stylesheets/font-awesome.css.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1705, app/assets/stylesheets/font-awesome.css.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1708, app/assets/stylesheets/font-awesome.css.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1711, app/assets/stylesheets/font-awesome.css.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1714, app/assets/stylesheets/font-awesome.css.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1717, app/assets/stylesheets/font-awesome.css.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1720, app/assets/stylesheets/font-awesome.css.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1723, app/assets/stylesheets/font-awesome.css.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1726, app/assets/stylesheets/font-awesome.css.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1729, app/assets/stylesheets/font-awesome.css.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1732, app/assets/stylesheets/font-awesome.css.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1735, app/assets/stylesheets/font-awesome.css.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1738, app/assets/stylesheets/font-awesome.css.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1741, app/assets/stylesheets/font-awesome.css.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1744, app/assets/stylesheets/font-awesome.css.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1747, app/assets/stylesheets/font-awesome.css.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1750, app/assets/stylesheets/font-awesome.css.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1753, app/assets/stylesheets/font-awesome.css.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1756, app/assets/stylesheets/font-awesome.css.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1760, app/assets/stylesheets/font-awesome.css.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1763, app/assets/stylesheets/font-awesome.css.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1766, app/assets/stylesheets/font-awesome.css.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1769, app/assets/stylesheets/font-awesome.css.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1772, app/assets/stylesheets/font-awesome.css.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1775, app/assets/stylesheets/font-awesome.css.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1778, app/assets/stylesheets/font-awesome.css.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1781, app/assets/stylesheets/font-awesome.css.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1784, app/assets/stylesheets/font-awesome.css.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1787, app/assets/stylesheets/font-awesome.css.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1790, app/assets/stylesheets/font-awesome.css.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1793, app/assets/stylesheets/font-awesome.css.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1796, app/assets/stylesheets/font-awesome.css.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1799, app/assets/stylesheets/font-awesome.css.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1802, app/assets/stylesheets/font-awesome.css.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1805, app/assets/stylesheets/font-awesome.css.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1809, app/assets/stylesheets/font-awesome.css.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1812, app/assets/stylesheets/font-awesome.css.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1815, app/assets/stylesheets/font-awesome.css.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1818, app/assets/stylesheets/font-awesome.css.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1821, app/assets/stylesheets/font-awesome.css.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1825, app/assets/stylesheets/font-awesome.css.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1828, app/assets/stylesheets/font-awesome.css.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1831, app/assets/stylesheets/font-awesome.css.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1834, app/assets/stylesheets/font-awesome.css.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1838, app/assets/stylesheets/font-awesome.css.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1842, app/assets/stylesheets/font-awesome.css.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1846, app/assets/stylesheets/font-awesome.css.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1850, app/assets/stylesheets/font-awesome.css.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1854, app/assets/stylesheets/font-awesome.css.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1857, app/assets/stylesheets/font-awesome.css.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1860, app/assets/stylesheets/font-awesome.css.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1863, app/assets/stylesheets/font-awesome.css.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1866, app/assets/stylesheets/font-awesome.css.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1869, app/assets/stylesheets/font-awesome.css.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1872, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1875, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1878, app/assets/stylesheets/font-awesome.css.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1881, app/assets/stylesheets/font-awesome.css.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1884, app/assets/stylesheets/font-awesome.css.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1887, app/assets/stylesheets/font-awesome.css.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1891, app/assets/stylesheets/font-awesome.css.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1895, app/assets/stylesheets/font-awesome.css.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1899, app/assets/stylesheets/font-awesome.css.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1902, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1906, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1910, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1913, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1916, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1919, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1922, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1925, app/assets/stylesheets/font-awesome.css.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1928, app/assets/stylesheets/font-awesome.css.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1931, app/assets/stylesheets/font-awesome.css.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1934, app/assets/stylesheets/font-awesome.css.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1937, app/assets/stylesheets/font-awesome.css.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1940, app/assets/stylesheets/font-awesome.css.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1943, app/assets/stylesheets/font-awesome.css.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1946, app/assets/stylesheets/font-awesome.css.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1949, app/assets/stylesheets/font-awesome.css.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1952, app/assets/stylesheets/font-awesome.css.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1955, app/assets/stylesheets/font-awesome.css.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1958, app/assets/stylesheets/font-awesome.css.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1961, app/assets/stylesheets/font-awesome.css.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1964, app/assets/stylesheets/font-awesome.css.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1967, app/assets/stylesheets/font-awesome.css.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1970, app/assets/stylesheets/font-awesome.css.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1974, app/assets/stylesheets/font-awesome.css.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1977, app/assets/stylesheets/font-awesome.css.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1980, app/assets/stylesheets/font-awesome.css.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1983, app/assets/stylesheets/font-awesome.css.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1986, app/assets/stylesheets/font-awesome.css.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1989, app/assets/stylesheets/font-awesome.css.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1992, app/assets/stylesheets/font-awesome.css.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1995, app/assets/stylesheets/font-awesome.css.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 1998, app/assets/stylesheets/font-awesome.css.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2001, app/assets/stylesheets/font-awesome.css.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2004, app/assets/stylesheets/font-awesome.css.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2007, app/assets/stylesheets/font-awesome.css.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2010, app/assets/stylesheets/font-awesome.css.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2013, app/assets/stylesheets/font-awesome.css.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2016, app/assets/stylesheets/font-awesome.css.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2019, app/assets/stylesheets/font-awesome.css.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2022, app/assets/stylesheets/font-awesome.css.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2025, app/assets/stylesheets/font-awesome.css.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2028, app/assets/stylesheets/font-awesome.css.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2031, app/assets/stylesheets/font-awesome.css.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2034, app/assets/stylesheets/font-awesome.css.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2037, app/assets/stylesheets/font-awesome.css.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2040, app/assets/stylesheets/font-awesome.css.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2043, app/assets/stylesheets/font-awesome.css.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2046, app/assets/stylesheets/font-awesome.css.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2049, app/assets/stylesheets/font-awesome.css.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2052, app/assets/stylesheets/font-awesome.css.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2055, app/assets/stylesheets/font-awesome.css.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2058, app/assets/stylesheets/font-awesome.css.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2061, app/assets/stylesheets/font-awesome.css.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2064, app/assets/stylesheets/font-awesome.css.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2067, app/assets/stylesheets/font-awesome.css.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2070, app/assets/stylesheets/font-awesome.css.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2073, app/assets/stylesheets/font-awesome.css.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2076, app/assets/stylesheets/font-awesome.css.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2079, app/assets/stylesheets/font-awesome.css.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2082, app/assets/stylesheets/font-awesome.css.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2085, app/assets/stylesheets/font-awesome.css.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2088, app/assets/stylesheets/font-awesome.css.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2091, app/assets/stylesheets/font-awesome.css.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2094, app/assets/stylesheets/font-awesome.css.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2097, app/assets/stylesheets/font-awesome.css.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 2100, app/assets/stylesheets/font-awesome.css.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2103, app/assets/stylesheets/font-awesome.css.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2106, app/assets/stylesheets/font-awesome.css.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2109, app/assets/stylesheets/font-awesome.css.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 2112, app/assets/stylesheets/font-awesome.css.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2115, app/assets/stylesheets/font-awesome.css.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2118, app/assets/stylesheets/font-awesome.css.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2121, app/assets/stylesheets/font-awesome.css.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2124, app/assets/stylesheets/font-awesome.css.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2128, app/assets/stylesheets/font-awesome.css.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2133, app/assets/stylesheets/font-awesome.css.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2136, app/assets/stylesheets/font-awesome.css.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2139, app/assets/stylesheets/font-awesome.css.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2143, app/assets/stylesheets/font-awesome.css.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2146, app/assets/stylesheets/font-awesome.css.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2149, app/assets/stylesheets/font-awesome.css.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2152, app/assets/stylesheets/font-awesome.css.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2155, app/assets/stylesheets/font-awesome.css.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2158, app/assets/stylesheets/font-awesome.css.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2161, app/assets/stylesheets/font-awesome.css.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2164, app/assets/stylesheets/font-awesome.css.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2167, app/assets/stylesheets/font-awesome.css.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2170, app/assets/stylesheets/font-awesome.css.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2173, app/assets/stylesheets/font-awesome.css.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2183, app/assets/stylesheets/font-awesome.css.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
/* line 8, app/assets/stylesheets/bootstrap-select.css.scss */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 13, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select {
  width: 220px \0;
  margin-bottom: 35px;
}

/* line 18, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 45px;
  z-index: 1;
}

/* line 24, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

/* line 31, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  /* display: block !important; */
  display: none !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

/* line 44, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

/* line 52, app/assets/stylesheets/bootstrap-select.css.scss */
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 57, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 64, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: none;
}

/* line 68, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 74, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

/* line 78, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

/* line 82, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 86, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* line 93, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group.dropdown-menu-right[class*="col-"],
.row .bootstrap-select.btn-group.dropdown-menu-right[class*="col-"] {
  float: right;
}

/* line 99, app/assets/stylesheets/bootstrap-select.css.scss */
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 105, app/assets/stylesheets/bootstrap-select.css.scss */
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

/* line 110, app/assets/stylesheets/bootstrap-select.css.scss */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

/* line 114, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

/* line 119, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

/* line 124, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

/* line 130, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

/* line 134, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

/* line 141, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  vertical-align: middle;
  top: 23px;
  right: 25px;
}

/* line 148, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

/* line 152, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu {
  border-radius: 7px;
  min-width: 100%;
}

/* line 157, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 168, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 172, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

/* line 176, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 180, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 189, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 194, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 198, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 202, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

/* line 206, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 224, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

/* line 231, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

/* line 235, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 241, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

/* line 248, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 252, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

/* line 256, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 267, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 278, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 285, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

/* line 292, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 297, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 302, app/assets/stylesheets/bootstrap-select.css.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 307, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 313, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 320, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 324, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 332, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 336, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 340, app/assets/stylesheets/bootstrap-select.css.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/* line 2, app/assets/stylesheets/revslider.css.scss */
.home-slider5 {
  margin-top: 35px;
  padding-right: 0;
  padding-left: 0;
}

/* line 8, app/assets/stylesheets/revslider.css.scss */
.home-slider5 #thmg-slideshow {
  padding: 0;
  margin: auto;
}

/* line 13, app/assets/stylesheets/revslider.css.scss */
.home-slider5 #thmg-slideshow .content_slideshow {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  left: 2%;
  top: 15%;
}

/* line 22, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .info {
  width: 100%;
  display: block;
  text-align: left;
  position: absolute;
  margin-top: 25%;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 31, app/assets/stylesheets/revslider.css.scss */
.home-slider5 #thmg-slideshow .container {
  position: relative;
}

/* line 32, app/assets/stylesheets/revslider.css.scss */
.home-slider5 #thmg-slideshow .slotholder {
  position: absolute;
}

/* line 34, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .rev_slider_wrapper {
  position: relative;
}

/* line 37, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .rev_slider {
  position: relative;
  overflow: visible;
}

/* line 41, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .rev_slider ul {
  margin: 0px;
  padding: 0px;
  list-style: none !important;
  list-style-type: none;
  background-position: 0px 0px;
}

/* line 48, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .rev_slider ul li,
.home-slider5 .rev_slider > ul > li,
.home-slider5 .rev_slider > ul > li:before {
  list-style: none !important;
  position: absolute;
  visibility: hidden;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0px 0px;
  text-indent: 0em;
}

/* line 63, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-caption {
  z-index: 1;
}

/* line 66, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: auto;
}

/* line 73, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
  margin: auto;
}

/* line 81, app/assets/stylesheets/revslider.css.scss */
.caption-inner {
  width: 60%;
}

/* line 83, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .caption-inner.left {
  text-align: left;
  width: 60%;
}

/* line 87, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .caption-inner.right {
  text-align: left;
}

/* line 90, app/assets/stylesheets/revslider.css.scss */
.tp-caption.ExtraLargeTitle {
  line-height: normal;
  font-weight: 300;
  color: #a30a00;
  text-decoration: none;
  background-color: white;
  padding: 22px 10px 10px 10px;
  border-radius: 0px 0px 0px 0px;
  font-size: 40px;
  text-align: left;
  letter-spacing: 0px;
  display: table;
}

/* line 103, app/assets/stylesheets/revslider.css.scss */
.tp-caption.slide2 {
  color: #FFF;
}

/* line 106, app/assets/stylesheets/revslider.css.scss */
.tp-caption.ExtraLargeTitle span {
  display: inline-block;
  margin: auto;
  letter-spacing: 1px;
  font-size: 40px;
  font-weight: normal;
  font-weight: bold;
  color: #a30a00;
  text-transform: uppercase;
  background: white;
}

/* line 118, app/assets/stylesheets/revslider.css.scss */
.tp-caption.LargeTitle {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #a30a00;
  padding: 10px;
  font-size: 72px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 34px;
  text-transform: uppercase;
  display: table;
}

/* line 131, app/assets/stylesheets/revslider.css.scss */
.tp-caption.LargeTitle span {
  color: #fff;
  line-height: 85px;
  padding-left: 0px;
  padding-right: 20px;
  border-radius: 5px;
  text-align: left;
  display: inline-block;
  font-weight: normal;
  font-size: 52px;
  letter-spacing: 1px;
}

/* line 143, app/assets/stylesheets/revslider.css.scss */
.view-more {
  padding: 10px 35px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #EEE;
  border: 1px #EEE solid;
}

/* line 151, app/assets/stylesheets/revslider.css.scss */
.buy-btn {
  padding: 15px 20px 12px 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  letter-spacing: 1px !important;
  display: inline-block;
  border: none;
  margin-top: 45px;
  float: left;
  background: #a30a00;
  border-radius: 0px;
  border-bottom: 3px #a30a00 solid;
}

/* line 166, app/assets/stylesheets/revslider.css.scss */
.buy-btn:hover {
  background: #a30a00;
  color: white;
  border: 1px #a30a00 solid;
}

/* line 171, app/assets/stylesheets/revslider.css.scss */
.buy-btn:hover:after {
  color: white;
}

/* line 174, app/assets/stylesheets/revslider.css.scss */
.buy-btn:after {
  content: '\f0da';
  font-family: FontAwesome;
  display: inline-block !important;
  margin-left: 10px;
  color: white;
  font-size: 14px;
}

/* line 182, app/assets/stylesheets/revslider.css.scss */
.tp-caption.Title {
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 20px 0px 0px 0px;
  text-align: left;
  margin: auto;
  letter-spacing: 1px;
}

/* line 196, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-bullets {
  z-index: 1000;
  position: absolute;
  opacity: 1;
}

/* line 201, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-bullets.hidebullets {
  opacity: 0;
}

/* line 205, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tparrows {
  opacity: 1;
}

/* line 208, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tparrows.hidearrows {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;*/
}

/* line 214, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
}

/* line 222, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-leftarrow:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #333e48;
}

/* line 228, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-rightarrow:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #333e48;
}

/* line 234, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
}

/* line 242, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .rev_slider_wrapper .tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  left: -45px !important;
  opacity: 0px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

/* line 250, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .rev_slider_wrapper:hover .tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  left: 15px !important;
  opacity: 1px;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

/* line 258, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .rev_slider_wrapper .tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  right: -45px !important;
  opacity: 0px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

/* line 266, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .rev_slider_wrapper:hover .tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  right: 15px !important;
  opacity: 1px;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

/* line 274, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-bullets.tp-thumbs {
  /*z-index: 1000; */
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px;
  vertical-align: top;
  display: none;
}

/* line 288, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .fullwidthbanner-container .tp-thumbs {
  padding: 3px;
  margin: auto -160px !important;
}

/* line 292, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative;
}

/* line 300, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 500px;
  position: absolute;
}

/* line 304, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
}

/* line 315, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  opacity: 1;
}

/* line 319, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 324, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-simpleresponsive > ul li {
  list-style: none;
  position: absolute;
  visibility: hidden;
}

/*  CAPTION SLIDELINK   **/
/* line 331, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-leftarrow.default,
.home-slider5 .tp-rightarrow.default {
  font-family: FontAwesome;
  font-size: 11px;
  font-weight: normal;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}

/* line 342, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .tp-leftarrow.default:hover,
.home-slider5 .tp-rightarrow.default:hover {
  background-color: #a30a00;
}

/* line 346, app/assets/stylesheets/revslider.css.scss */
.home-slider5 .forcefullwidth_wrapper_tp_banner,
.fullwidthbanner-container {
  max-width: 100%;
  left: 0 !important;
  margin: auto !important;
  overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* line 355, app/assets/stylesheets/revslider.css.scss */
  .home-slider5 .tp-button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important;
  }
  /* line 361, app/assets/stylesheets/revslider.css.scss */
  .home-slider5 #thmg-slideshow .content_slideshow {
    left: 10%;
    top: 0;
  }
  /* line 362, app/assets/stylesheets/revslider.css.scss */
  .home-slider5 .info {
    margin-top: 10%;
  }
  /* line 363, app/assets/stylesheets/revslider.css.scss */
  .tp-caption.ExtraLargeTitle span {
    font-size: 16px !important;
  }
  /* line 364, app/assets/stylesheets/revslider.css.scss */
  .tp-caption.LargeTitle {
    font-size: 26px !important;
    line-height: 1.1em !important;
    margin-top: 10px !important;
  }
  /* line 365, app/assets/stylesheets/revslider.css.scss */
  .tp-caption.LargeTitle span {
    font-size: 26px !important;
  }
  /* line 366, app/assets/stylesheets/revslider.css.scss */
  .tp-caption.Title {
    display: none;
  }
  /* line 367, app/assets/stylesheets/revslider.css.scss */
  .buy-btn {
    font-size: 13px !important;
    padding: 10px !important;
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 371, app/assets/stylesheets/revslider.css.scss */
  .home-slider5 #thmg-slideshow .content_slideshow {
    left: 5%;
    top: 0;
  }
  /* line 372, app/assets/stylesheets/revslider.css.scss */
  .home-slider5 .info {
    margin-top: 9%;
  }
  /* line 373, app/assets/stylesheets/revslider.css.scss */
  .tp-caption.ExtraLargeTitle span {
    font-size: 16px !important;
  }
  /* line 374, app/assets/stylesheets/revslider.css.scss */
  .tp-caption.LargeTitle {
    font-size: 30px !important;
    line-height: 1.1em !important;
    margin-top: 10px !important;
  }
  /* line 375, app/assets/stylesheets/revslider.css.scss */
  .tp-caption.LargeTitle span {
    font-size: 36px !important;
  }
  /* line 376, app/assets/stylesheets/revslider.css.scss */
  .tp-caption.Title {
    font-size: 21px !important;
  }
  /* line 377, app/assets/stylesheets/revslider.css.scss */
  .buy-btn {
    font-size: 13px !important;
    padding: 10px !important;
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 380, app/assets/stylesheets/revslider.css.scss */
  .home-slider5 .side-home-banner {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 7, app/assets/stylesheets/owl.carousel.css.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, app/assets/stylesheets/owl.carousel.css.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, app/assets/stylesheets/owl.carousel.css.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, app/assets/stylesheets/owl.carousel.css.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 32, app/assets/stylesheets/owl.carousel.css.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 39, app/assets/stylesheets/owl.carousel.css.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 42, app/assets/stylesheets/owl.carousel.css.scss */
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/owl.carousel.css.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* line 54, app/assets/stylesheets/owl.carousel.css.scss */
.grabbing {
  cursor: url(/grabbing.png) 8 8, move;
}

/* fix */
/* line 58, app/assets/stylesheets/owl.carousel.css.scss */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 6, app/assets/stylesheets/owl.theme.css.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 12, app/assets/stylesheets/owl.theme.css.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fff;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 1;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 28, app/assets/stylesheets/owl.theme.css.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 35, app/assets/stylesheets/owl.theme.css.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 40, app/assets/stylesheets/owl.theme.css.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px 0px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ddd;
  border: 2px #fff solid;
}

/* line 52, app/assets/stylesheets/owl.theme.css.scss */
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #0088cc;
}

/* If PaginationNumbers is true */
/* line 59, app/assets/stylesheets/owl.theme.css.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 70, app/assets/stylesheets/owl.theme.css.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(/AjaxLoader.gif) no-repeat center center;
}

/* line 76, app/assets/stylesheets/owl.theme.css.scss */
.owl-pagination {
  top: -36px;
  text-align: center;
  position: absolute;
  right: 0px;
  background: #fff;
  padding-left: 10px;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper {
  position: relative;
  margin: 0 0 60px;
  padding: 0;
  *zoom: 1;
}

/* line 23, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper img {
  width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 30, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
}

/* LOADER */
/* line 36, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url(/images/bx_loader.gif) center center no-repeat #fff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 48, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 30px;
}

/* line 56, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 61, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  outline: 0;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.3);
}

/* line 74, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: rgba(255, 255, 255, 0.9);
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 79, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-prev {
  left: 10px;
}

/* line 83, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-next {
  right: 10px;
}

/* line 87, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 90, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 93, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 103, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 108, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 111, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

/* line 119, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 122, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

/* line 130, app/assets/stylesheets/jquery.bxslider.css.scss */
.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 */
/* line 135, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 139, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 145, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 153, app/assets/stylesheets/jquery.bxslider.css.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/************************
*************************
    Mobile Menu v1.0
 ************************
************************/
/* line 6, app/assets/stylesheets/jquery.mobile-menu.css.scss */
html {
  overflow-x: hidden;
}

/* line 9, app/assets/stylesheets/jquery.mobile-menu.css.scss */
#page {
  position: relative;
  left: 0;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mmPushBody {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* line 21, app/assets/stylesheets/jquery.mobile-menu.css.scss */
#mobile-menu {
  position: absolute;
  top: 0;
  background: #252932;
  z-index: 99999;
  -webkit-box-shadow: 0 1px 8px #555555;
  -moz-box-shadow: 0 1px 8px #555555;
  -o-box-shadow: 0 1px 8px #555555;
  box-shadow: 0 1px 8px #555555;
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 1.42857;
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu {
  list-style-type: none;
  margin: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 54, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu ul {
  margin-left: 0;
  padding-left: 0;
}

/* line 58, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu ul .expand {
  /*background: #eeeeee;*/
}

/* line 61, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .mm-search {
  height: 60px;
  background-color: #fbe122;
  color: #333;
  padding: 10px 10px;
  box-sizing: border-box;
}

/* line 68, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  background: #fff;
}

/* line 75, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 79, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .input-group .form-control {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  box-shadow: none;
}

/* line 91, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

/* line 99, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 103, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .input-group-btn > .btn {
  position: relative;
}

/* line 107, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0px;
}

/* line 120, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .form-control {
  height: 18px;
  padding: 0px 0;
  font-size: 15px;
  color: #555555;
  background-color: #FFF;
  border-radius: 0px;
  border: 0;
}

/* line 130, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .icon-plus:before {
  font-size: 12px;
  content: "\f067";
  font-family: FontAwesome;
}

/* line 136, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .icon-minus:before {
  content: "\f068";
  font-family: FontAwesome;
  font-size: 12px;
}

/* line 142, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .btn-default {
  height: 30px;
  border: 0;
  padding: 4px 10px;
  background-color: white;
}

/* line 148, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .btn-default:hover {
  color: #333;
}

/* line 151, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mm-search #search {
  width: 230px;
}

/* line 154, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.icon-search:before {
  content: "\f002";
  font-size: 14px;
}

/* line 159, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .btn-default:focus {
  background-color: white;
}

/* line 162, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .btn-default:active {
  background-color: white;
}

/* line 165, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .home {
  color: white;
  height: 43px;
  overflow: hidden;
}

/* line 170, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .home i {
  padding-right: 5px;
}

/* line 173, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .home a.active {
  color: #fff !important;
}

/* line 176, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .expand {
  right: 0;
  position: absolute;
  padding: 0 25px;
  color: #fbe122;
  margin-left: 50px;
}

/* line 183, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .icon-plus:before {
  font-size: 12px;
}

/* line 186, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .expand:hover {
  cursor: pointer;
}

/* line 189, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu li {
  display: block;
  border-bottom: 1px solid #464646;
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

/* line 198, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu li .home a {
  color: #fff;
  background: #88be4c;
}

/* line 202, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu li a {
  display: block;
  overflow: hidden;
  white-space: normal;
  text-decoration: none;
  padding: 10px;
  padding-left: 15px;
  font-weight: 400;
  color: #fff;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 0.5px;
  line-height: 23px;
  font-size: 15px;
}

/* line 216, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu li a.active {
  color: #333;
}

/* line 223, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu li li a {
  padding-left: 25px;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 0.5px;
  line-height: 23px;
  font-weight: normal;
}

/* line 231, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu li li li a {
  padding-left: 25px;
}

/* line 234, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .social a {
  float: left;
  padding: 0;
  margin: 10px 0 10px 15px;
}

/* line 239, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu .social i {
  font-size: 22px;
  color: #333;
}

/* line 243, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu input.simple:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 254, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu [class^="icon-"]:before {
  margin-right: 0;
  margin-left: 0;
}

/* line 258, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mobile-menu [class*=" icon-"]:before {
  margin-right: 0;
  margin-left: 0;
}

/* line 262, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mm-toggle-wrap {
  /*	color: white;
	background: #333;*/
  line-height: 1;
}

/* line 268, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mm-toggle {
  cursor: pointer;
  font-size: 20px;
  display: none;
  padding: 8px 10px;
  width: auto;
  float: left;
  /*	background: #0088cc;*/
  height: 40px;
  vertical-align: middle !important;
}

/* line 280, app/assets/stylesheets/jquery.mobile-menu.css.scss */
.mm-toggle .icon-align-justify:before {
  vertical-align: middle !important;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 283, app/assets/stylesheets/jquery.mobile-menu.css.scss */
  .mm-toggle {
    display: block;
  }
  /* line 286, app/assets/stylesheets/jquery.mobile-menu.css.scss */
  .mm-toggle h2 {
    font-size: 14px;
    font-weight: 900;
  }
  /* line 290, app/assets/stylesheets/jquery.mobile-menu.css.scss */
  .mm-toggle .mm-label {
    margin-left: 6px;
    font-size: 18px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  /* line 297, app/assets/stylesheets/jquery.mobile-menu.css.scss */
  .mm-toggle .mm-label {
    margin-left: 6px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Saira Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(/assets/flexslider-icon-42ae62509ce6365c7ed2834c6e21a730e21798ef6ae103508c1adc927df21280.eot);
  src: url(/assets/flexslider-icon-42ae62509ce6365c7ed2834c6e21a730e21798ef6ae103508c1adc927df21280.eot?#iefix) format("embedded-opentype"), url(/assets/flexslider-icon-bd2a9dc79dc9b38a3ae1a3a2f76dac57887ba0e289db516707fe61be8435d148.woff) format("woff"), url(/assets/flexslider-icon-a33da7f79dd1c1613427b0456652a39eabf4495325695b61331fd02ecc2e747d.ttf) format("truetype"), url(/assets/flexslider-icon-ac8acd124fa4d9146da396ad5c3735d00d8933f26f70b853a9935b131d803bdd.svg#flexslider-icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 28, app/assets/stylesheets/flexslider.css.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 32, app/assets/stylesheets/flexslider.css.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 40, app/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 46, app/assets/stylesheets/flexslider.css.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 50, app/assets/stylesheets/flexslider.css.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 54, app/assets/stylesheets/flexslider.css.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 58, app/assets/stylesheets/flexslider.css.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 66, app/assets/stylesheets/flexslider.css.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 69, app/assets/stylesheets/flexslider.css.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 72, app/assets/stylesheets/flexslider.css.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 78, app/assets/stylesheets/flexslider.css.scss */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 92, app/assets/stylesheets/flexslider.css.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 95, app/assets/stylesheets/flexslider.css.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 99, app/assets/stylesheets/flexslider.css.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 107, app/assets/stylesheets/flexslider.css.scss */
.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  /* line 111, app/assets/stylesheets/flexslider.css.scss */
  .loading .flex-viewport {
    max-height: none;
  }
}

/* line 115, app/assets/stylesheets/flexslider.css.scss */
.carousel li {
  margin-right: 5px;
}

/* line 118, app/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 121, app/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 141, app/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 149, app/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 152, app/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 155, app/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 159, app/assets/stylesheets/flexslider.css.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 163, app/assets/stylesheets/flexslider.css.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 166, app/assets/stylesheets/flexslider.css.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 170, app/assets/stylesheets/flexslider.css.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 173, app/assets/stylesheets/flexslider.css.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 179, app/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 192, app/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 198, app/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 201, app/assets/stylesheets/flexslider.css.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 204, app/assets/stylesheets/flexslider.css.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 210, app/assets/stylesheets/flexslider.css.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 216, app/assets/stylesheets/flexslider.css.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 232, app/assets/stylesheets/flexslider.css.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 236, app/assets/stylesheets/flexslider.css.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 241, app/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 246, app/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 251, app/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 264, app/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 267, app/assets/stylesheets/flexslider.css.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 275, app/assets/stylesheets/flexslider.css.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  /* line 279, app/assets/stylesheets/flexslider.css.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/FontAwesome-6df10b501458289ae8d8de7261b2fd04d8dc7f35ccb0420888c54730f407c83f.otf);
  src: url(/assets/fontawesome-webfont-57cbb52f55bfbe332fcec0c980cf1562f5154001bb85f17fc1525786486fae9f.eot) format("embedded-opentype"), url(/assets/fontawesome-webfont-a5033899f4e021fd6a07b95470fa11767c4e8ea1f603da2a9ee16a4c81af6014.woff) format("woff"), url(/assets/fontawesome-webfont-c15eee45593d034859ad2395b2649c007d505a8fb9ae1d0aeffdbeee9ca28d9c.ttf) format("truetype"), url(/assets/fontawesome-webfont-35c35bcfdbd7f1667c8f5be34c34b8264318f7cca3054a4693804eddb8a63845.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, app/assets/stylesheets/style.css.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background: #f5f5f5;
  line-height: 1.6em;
}

/* line 19, app/assets/stylesheets/style.css.scss */
h2, .h2 {
  font-size: 20px;
}

/* line 22, app/assets/stylesheets/style.css.scss */
a {
  color: #333;
}

/* line 25, app/assets/stylesheets/style.css.scss */
a:hover {
  color: #ed6663;
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/style.css.scss */
small {
  font-size: 85%;
  font-weight: normal;
  text-transform: lowercase;
  color: #999999;
}

/* line 38, app/assets/stylesheets/style.css.scss */
*::selection {
  background-color: #a30a00;
  color: #121212;
}

/* line 42, app/assets/stylesheets/style.css.scss */
a:focus {
  outline: none;
}

/* Layout */
/* line 45, app/assets/stylesheets/style.css.scss */
.main-col {
  margin: auto;
  overflow: hidden;
}

/* Base Columns */
/* line 50, app/assets/stylesheets/style.css.scss */
.col-left {
  margin-bottom: 0px;
}

/* line 55, app/assets/stylesheets/style.css.scss */
.col-right {
  margin-bottom: 0px;
}

/* 1 Column Layout */
/* line 60, app/assets/stylesheets/style.css.scss */
.col1-layout .header-background-default {
  margin: 20px;
  padding: 0;
}

/* line 64, app/assets/stylesheets/style.css.scss */
.col1-layout .col-main {
  float: none;
  width: auto;
}

/* 2 Columns Layout */
/* line 73, app/assets/stylesheets/style.css.scss */
.col2-right-layout ol.opc .col-md-4 {
  margin-right: 15px;
}

/* 3 Columns Layout */
/* line 77, app/assets/stylesheets/style.css.scss */
.product-grid {
  padding-right: 0px;
  padding-left: 10px;
}

/* line 78, app/assets/stylesheets/style.css.scss */
.pro-coloumn {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 40px;
}

/* line 91, app/assets/stylesheets/style.css.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 780px;
}

/* line 95, app/assets/stylesheets/style.css.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
}

/* line 98, app/assets/stylesheets/style.css.scss */
.main-container {
  min-height: 400px;
  padding: 0px;
}

/* Header Start */
/* line 106, app/assets/stylesheets/style.css.scss */
header {
  width: 100%;
  position: relative;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 6px 9px 0 rgba(36, 39, 44, 0.2);
}

/* line 114, app/assets/stylesheets/style.css.scss */
#header {
  position: relative;
}

/* line 116, app/assets/stylesheets/style.css.scss */
.header-container {
  display: flex;
  justify-content: space-between;
  overflow: visible;
}

/* line 120, app/assets/stylesheets/style.css.scss */
.header-logo {
  flex: 0 0 25%;
  position: relative;
}

/* line 122, app/assets/stylesheets/style.css.scss */
.logo {
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  display: block;
  float: left;
  padding: 37px 40px 0px 0px;
  line-height: 100px;
  background: #a30a00;
  position: relative;
}

/* line 134, app/assets/stylesheets/style.css.scss */
.logo:before {
  position: absolute;
  background-color: inherit;
  content: '';
  width: 1000px;
  height: 100%;
  transform: skew(-35deg);
  z-index: 0;
  top: 0;
  right: -260px;
  height: 107px;
}

/* line 147, app/assets/stylesheets/style.css.scss */
.logo img {
  position: absolute;
  width: 250px;
}

/* line 152, app/assets/stylesheets/style.css.scss */
.header__nav {
  flex: 0 0 74%;
}

/* line 156, app/assets/stylesheets/style.css.scss */
.header-container .fl-nav-menu {
  display: block;
  border-radius: 3px;
}

/* line 161, app/assets/stylesheets/style.css.scss */
.header-container .fl-header-right {
  margin-left: 20px;
}

/* line 165, app/assets/stylesheets/style.css.scss */
.search-bar {
  position: relative;
  width: 0%;
  min-width: 70px;
  height: 75px;
  float: right;
  overflow: hidden;
  transition: width 0.3s;
  display: inline-block;
}

/* line 176, app/assets/stylesheets/style.css.scss */
.search-bar-input {
  border: none;
  outline: none;
  background: #fff;
  width: 80%;
  height: 45px;
  margin: 0;
  padding: 0px 52px 0px 20px;
  font-size: 14px;
  color: #bebebe;
  border-bottom: 1px #F3547D solid;
  border-left: 0px #E8E8E8 solid;
}

/* line 190, app/assets/stylesheets/style.css.scss */
.search-icon, .search-bar-submit {
  width: 70px;
  height: 75px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
}

/* line 205, app/assets/stylesheets/style.css.scss */
.search-bar-submit {
  background: #fff;
  /* IE needs this */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

/* line 213, app/assets/stylesheets/style.css.scss */
.search-icon:before {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 18px;
  color: #333;
}

/* line 220, app/assets/stylesheets/style.css.scss */
.navbar-form {
  padding: 0px;
  margin: 0px;
}

/* line 222, app/assets/stylesheets/style.css.scss */
.navbar-collapse {
  float: right;
  padding: 0px;
  margin-left: 25px;
}

/* line 224, app/assets/stylesheets/style.css.scss */
.navbar-form .search-btn {
  color: #fff;
  background: none;
  z-index: 90;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  border: none;
  outline: none;
  width: 76px;
  height: 65px;
  display: block;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 65px !important;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
}

/* line 247, app/assets/stylesheets/style.css.scss */
.navbar-form .search-btn .glyphicon {
  line-height: 65px !important;
  vertical-align: middle;
}

/* line 248, app/assets/stylesheets/style.css.scss */
.navbar-form .search-btn .glyphicon-search:before {
  font-size: 18px;
  color: #121212;
  vertical-align: middle;
}

/* line 254, app/assets/stylesheets/style.css.scss */
.navbar-collapse form[role="search"] input {
  font-size: 18pt;
  opacity: 0;
  display: none;
  height: 48px;
  position: relative;
  z-index: 2;
  float: left;
}

/* line 265, app/assets/stylesheets/style.css.scss */
.navbar-collapse form.active[role="search"] input {
  display: table-cell;
  opacity: 1;
  z-index: 100;
  border-radius: 0;
  border: none;
  line-height: 45px;
  height: 67px;
  font-size: 14px;
  padding: 0px 25px;
  width: 300px;
  position: absolute;
  right: 75px;
  border-left: 1px #e5e5e5 solid;
  box-shadow: none;
}

/* Open state */
/* line 283, app/assets/stylesheets/style.css.scss */
.search-bar.search-bar-open, .no-js .search-bar {
  width: 870px;
  z-index: 100;
  background-color: #fff;
}

/* line 288, app/assets/stylesheets/style.css.scss */
.search-bar.search-bar-open .search-icon, .no-js .search-bar .search-icon {
  z-index: 11;
}

/* line 291, app/assets/stylesheets/style.css.scss */
.search-bar.search-bar-open .search-bar-submit, .no-js .search-bar .sb-search-submit {
  z-index: 90;
}

/* line 294, app/assets/stylesheets/style.css.scss */
.search-icon {
  position: absolute;
  right: 0px;
  margin-top: 0px;
}

/* line 299, app/assets/stylesheets/style.css.scss */
.search-box {
  width: 220px;
  position: absolute;
  margin: auto;
  right: 2px;
  margin-top: 0px;
}

/* line 306, app/assets/stylesheets/style.css.scss */
#search {
  border: medium none;
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 13px;
  height: 75px;
  margin: 0;
  outline: medium none;
  padding: 0 10px;
  width: 400px;
  background-color: #fff;
}

/* line 318, app/assets/stylesheets/style.css.scss */
.button-common {
  border: 0 none;
  overflow: hidden;
  padding: 0px;
  text-indent: -9999px;
  width: 25px;
}

/* line 325, app/assets/stylesheets/style.css.scss */
.search-btn-bg {
  cursor: pointer;
  display: inline-block;
  height: 56px;
  min-width: 20px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 56px;
  right: 0px;
  background: #000;
  outline: none;
}

/* line 338, app/assets/stylesheets/style.css.scss */
.searchIconNew {
  background: url(/assets/search-icon-6a5dbb7c48b86277ee77b29a94e5340ad433cef63d94edce75810a5d6c620fe5.png) no-repeat scroll center center;
  width: 45px;
  height: 45px;
  left: 7px;
  display: inline;
  position: absolute;
  top: 5px;
}

/* line 347, app/assets/stylesheets/style.css.scss */
.cross-icon {
  position: absolute;
  right: 0px;
  margin-top: -35px;
}

/* ========= End search  ==========*/
/* line 354, app/assets/stylesheets/style.css.scss */
.glyphicon-search:before {
  font-size: 18px;
}

/* line 357, app/assets/stylesheets/style.css.scss */
.welcome-msg {
  text-align: left;
  display: inline-block;
  padding: 0px;
  margin: 4px 5px;
  font-size: 13px;
  color: #999;
}

/* language & currency */
/*.menu_top{ display:table;}*/
/* line 368, app/assets/stylesheets/style.css.scss */
.language-currency-div {
  overflow: hidden;
  background: #f8f8f8;
  padding: 0px 0px;
}

/* line 373, app/assets/stylesheets/style.css.scss */
.language-currency {
  overflow: hidden;
}

/* line 378, app/assets/stylesheets/style.css.scss */
.fl-language {
  display: block;
  float: none;
  line-height: 17px;
  padding-left: 0px;
}

/* line 384, app/assets/stylesheets/style.css.scss */
ul.lang {
  text-align: left;
  display: block;
  margin: 0;
  padding: 0px;
  list-style: none;
  float: none;
  margin-bottom: 25px;
}

/* line 394, app/assets/stylesheets/style.css.scss */
ul.lang li {
  float: none;
  display: block;
  margin: 0px 5px 0 0px;
}

/* line 400, app/assets/stylesheets/style.css.scss */
ul.lang li:last-child {
  margin-right: 0px;
}

/* line 402, app/assets/stylesheets/style.css.scss */
ul.lang li a {
  display: block;
  line-height: 23px;
  text-align: left;
  background: #fff;
  border-radius: 3px;
}

/* line 409, app/assets/stylesheets/style.css.scss */
ul.lang li img {
  margin-right: 5px;
}

/* line 410, app/assets/stylesheets/style.css.scss */
.fl-currency {
  display: block;
  float: none;
  line-height: 17px;
}

/* line 415, app/assets/stylesheets/style.css.scss */
ul.currencies_list {
  float: none;
  display: block;
  margin: 0px 8px 25px 0px;
  padding: 0px;
}

/* line 421, app/assets/stylesheets/style.css.scss */
ul.currencies_list li {
  float: none;
  display: block;
  margin: 0 5px 0 0px;
}

/* line 426, app/assets/stylesheets/style.css.scss */
ul.currencies_list li a {
  color: #121212;
  font-size: 13px;
  font-weight: 400;
  border: none;
  display: block;
  line-height: 23px;
  text-align: left;
  background: #fff;
  border-radius: 3px;
}

/* line 439, app/assets/stylesheets/style.css.scss */
.fl-currency strong {
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}

/* End language & currency*/
/*  Toplink =*/
/* line 444, app/assets/stylesheets/style.css.scss */
.toplinks {
  line-height: normal;
  padding: 0px;
  display: inline-block;
  text-align: right;
  margin-top: 18px;
}

/* line 451, app/assets/stylesheets/style.css.scss */
.toplinks .links {
  text-align: right;
  display: inline-block;
}

/* line 455, app/assets/stylesheets/style.css.scss */
.toplinks .links div {
  display: inline-block;
  text-align: right;
}

/* line 459, app/assets/stylesheets/style.css.scss */
.toplinks div.links div a {
  display: inline-block;
  padding: 0px;
  color: #333;
  font-size: 13px;
  padding: 0px 0px 0px 15px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

/* line 469, app/assets/stylesheets/style.css.scss */
.toplinks div.links div a:hover {
  color: #ed6663;
  text-decoration: none;
}

/* line 473, app/assets/stylesheets/style.css.scss */
.block-company {
  background: none;
  box-shadow: none;
  border: none;
  color: #aaaaaa;
  font-size: 14px;
}

/* line 480, app/assets/stylesheets/style.css.scss */
.block-company .caret {
  margin-left: 5px;
}

/* line 483, app/assets/stylesheets/style.css.scss */
.block-company-wrapper {
  display: inline-block;
}

/* line 486, app/assets/stylesheets/style.css.scss */
.block-company label {
  font-weight: normal;
  padding: 5px 5px 2px 0px;
}

/* line 490, app/assets/stylesheets/style.css.scss */
.block-company-wrapper .dropdown-menu {
  min-width: 0;
  border-top: 2px solid #000;
  box-shadow: 0 3px 3px 0 #888888;
}

/* line 495, app/assets/stylesheets/style.css.scss */
.block-company-wrapper .dropdown-menu li {
  padding: 5px 15px 5px 0;
}

/* line 498, app/assets/stylesheets/style.css.scss */
.block-company-wrapper .dropdown-menu li:hover {
  background-color: #eaeaea;
  color: #000;
  transition: background-color 0.2s ease-in-out;
}

/* line 503, app/assets/stylesheets/style.css.scss */
.block-company-wrapper .dropdown-menu a {
  padding: 3px 10px 3px 10px;
}

/* line 506, app/assets/stylesheets/style.css.scss */
.block-company-wrapper .dropdown-menu a:hover {
  color: #000;
  background: none;
}

/* Top Shopping Cart */
/* line 511, app/assets/stylesheets/style.css.scss */
.mini-products-list .product-image {
  float: left;
  padding: 0;
  width: 60px;
}

/* line 516, app/assets/stylesheets/style.css.scss */
.mini-products-list .product-image img {
  width: 60px;
}

/* line 519, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .product-name {
  margin: 0;
  width: 150px;
  line-height: 19px;
}

/* line 524, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .product-name a {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}

/* line 529, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .product-name a:hover {
  color: #ed6663;
}

/* line 532, app/assets/stylesheets/style.css.scss */
.fl-cart-contain .price {
  color: #ed6663;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 18px;
  float: right;
}

/* line 540, app/assets/stylesheets/style.css.scss */
.fl-cart-contain .product-details .price {
  color: #ed6663;
  width: auto;
  float: none;
  font-weight: 400;
  padding-left: 0px;
  font-size: 16px;
}

/* line 548, app/assets/stylesheets/style.css.scss */
.mini-cart {
  text-align: center;
  cursor: pointer;
  margin: 0px;
  display: block !important;
}

/* line 555, app/assets/stylesheets/style.css.scss */
.mini-cart .basket a {
  color: #333;
  margin: 0px 0px 0px 14px;
  line-height: 17px;
  font-size: 13px;
  padding: 0px 0px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
  font-weight: normal;
  display: block;
  line-height: 67px;
  height: 67px;
}

/* line 571, app/assets/stylesheets/style.css.scss */
.mini-cart .basket a span {
  background: #ed6663;
  display: inline-block;
  color: #fff;
  width: 20px;
  border-radius: 20px;
  font-size: 11px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  vertical-align: top;
  margin-top: 12px;
  position: absolute;
  right: 5px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  padding-top: 1px;
}

/* line 589, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .pull-right {
  margin-right: 10px;
  padding-top: 3px;
}

/* line 593, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .basket a {
  border: none;
  color: #fff;
}

/* line 597, app/assets/stylesheets/style.css.scss */
.mini-cart .basket a:hover {
  text-decoration: none;
}

/* line 600, app/assets/stylesheets/style.css.scss */
.mini-cart .basket a:first-child:before {
  content: '';
  /* height: 40px; */
  display: inline-block;
  /* line-height: 40px; */
  text-align: center;
  font-weight: normal;
  margin-right: 11px;
  background: url(/assets/icon-cart-d4b4e8a450970c9baa54ad0ea2e880a36310c52795a3ca53e0b6d8bec76db1a7.png) no-repeat 0px 23px;
  padding: 10px 0px;
  border-radius: 5px;
  width: 30px;
  height: 65px;
  background-size: 25px;
}

/* line 615, app/assets/stylesheets/style.css.scss */
.mini-cart .open .basket a {
  color: #000;
  background: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}

/* line 620, app/assets/stylesheets/style.css.scss */
.mini-cart .dropdown-toggle {
  font-size: 14px;
  padding: 4px 0 6px;
  text-transform: none;
  padding-bottom: 20px;
}

/* line 626, app/assets/stylesheets/style.css.scss */
.fl-cart-contain {
  position: relative;
  float: right;
}

/* line 631, app/assets/stylesheets/style.css.scss */
.top-cart-title p {
  margin: 0;
}

/* line 634, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .empty {
  padding: 10px;
  color: #333333;
}

/* line 638, app/assets/stylesheets/style.css.scss */
.mini-cart .fl-mini-cart-content {
  background: #ffffff;
  background-repeat: repeat;
  background-position: 0 0;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 25px;
  z-index: 1000;
  border-top: 0;
  display: none;
  position: absolute;
  right: 0px;
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  box-shadow: 0 10px 20px -5px;
}

/* line 661, app/assets/stylesheets/style.css.scss */
.top-subtotal {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 12px;
  text-align: left;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 669, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .product-details .btn-remove {
  position: absolute;
  right: 10px;
  top: 4px;
}

/* line 674, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .block-subtitle {
  color: #121212;
  overflow: hidden;
  padding: 0px 5px;
  text-align: left;
  background: #fff;
  border-bottom: 1px #e5e5e5 solid;
}

/* line 682, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .block-subtitle .price {
  color: #121212;
}

/* line 685, app/assets/stylesheets/style.css.scss */
ul#cart-sidebar {
  padding: 10px 15px 0px;
}

/* line 689, app/assets/stylesheets/style.css.scss */
ul#cart-sidebar .btn-edit {
  padding: 0px 0px;
  border: none;
  display: block;
  text-align: center;
}

/* line 691, app/assets/stylesheets/style.css.scss */
.block-cart ul {
  padding: 0px !important;
}

/* top cart  */
/* line 697, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content li.item {
  width: 310px;
  margin: 5px 0px 10px;
  border-bottom: 1px #eee solid;
  display: inline-block;
  padding-bottom: 13px;
}

/* line 704, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content li.item.last {
  margin: 0;
  border-bottom: 0px #eee solid;
  padding-bottom: 10px;
}

/* line 709, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .product-details {
  color: #333333;
  position: relative;
  text-align: left;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 715, app/assets/stylesheets/style.css.scss */
.mini-products-list .product-details {
  margin-left: 80px;
  padding: 0;
}

/* line 719, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .product-details .btn-remove {
  position: absolute;
  right: 10px;
  top: 12px;
}

/* line 724, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .product-details .btn-edit {
  position: absolute;
  right: 30px;
  top: -4px;
  border: none;
  padding: 0px;
}

/* line 731, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .product-details .btn-edit:hover {
  color: #ed6663;
}

/* line 734, app/assets/stylesheets/style.css.scss */
.fl-mini-cart-content .actions {
  padding: 5px 20px 20px 20px;
  margin: 0px 0 0;
  overflow: hidden;
}

/* line 739, app/assets/stylesheets/style.css.scss */
.button.btn-checkout {
  background: #FED557;
  border: 1px solid #F5C328;
  color: #003169;
  padding: 8px 18px;
}

/* line 745, app/assets/stylesheets/style.css.scss */
.button.btn-checkout:hover {
  background: #FED557;
}

/* line 748, app/assets/stylesheets/style.css.scss */
.button:btn-bag:hover {
  background: #f6f6f6;
}

/* line 751, app/assets/stylesheets/style.css.scss */
.mini-cart .view-cart {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  cursor: pointer;
  float: none;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #eee;
  color: #666;
}

/* line 766, app/assets/stylesheets/style.css.scss */
.mini-cart .view-cart:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 7px;
}

/* line 772, app/assets/stylesheets/style.css.scss */
.btn-remove1 {
  background-image: url(/assets/btn_remove-aba9324934ede3f3f704ad10d4bd947f9efe5859ab1a376b9637666921e2ce65.png);
  margin: 0px 0 0 5px;
}

/* line 776, app/assets/stylesheets/style.css.scss */
.btn-remove1:hover, .btn-remove1:focus {
  background-position: 0 -12px;
}

/* line 779, app/assets/stylesheets/style.css.scss */
.btn-remove1 {
  display: block;
  width: 15px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  left: 28px;
  margin-top: 5px;
}

/* line 793, app/assets/stylesheets/style.css.scss */
.block-compare .btn-remove1 {
  left: auto;
  right: 0px !important;
  margin-top: 0px;
  top: 5px;
}

/* line 799, app/assets/stylesheets/style.css.scss */
.mini-cart .btn-remove1 {
  left: auto;
  right: 0px !important;
  margin-top: 0px;
  top: 2px;
}

/* line 805, app/assets/stylesheets/style.css.scss */
.mini-cart .actions .btn-checkout {
  padding: 12px 0px 9px 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #121212;
  letter-spacing: 1px !important;
  display: block;
  border: none;
  background: #a30a00;
  border-radius: 0px;
  border-bottom: 3px #ecd213 solid;
  width: 100%;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 820, app/assets/stylesheets/style.css.scss */
.mini-cart .actions .btn-checkout:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -50px 0 0 #23292e;
  border-bottom: 3px #181d21 solid;
  color: #fff;
}

/* line 828, app/assets/stylesheets/style.css.scss */
.mini-cart .actions .btn-checkout:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 18px;
  padding-right: 10px;
}

/* Nav */
/* line 836, app/assets/stylesheets/style.css.scss */
nav {
  position: relative;
  margin: auto;
  width: 100%;
  z-index: 99;
}

/*.sticky {
position: fixed;
z-index: 10000;
width: 100%;
top: 0px;
background-color: #fff;
}*/
/* line 849, app/assets/stylesheets/style.css.scss */
.nav-inner {
  position: relative;
}

/* line 852, app/assets/stylesheets/style.css.scss */
#nav > li > a.active:nth-child(1) {
  color: #88be4c;
}

/* line 856, app/assets/stylesheets/style.css.scss */
#nav > li > a.active:hover:nth-child(1) {
  color: #fff;
}

/* line 860, app/assets/stylesheets/style.css.scss */
#nav > li > a:first-child {
  margin-left: 0px;
}

/* line 863, app/assets/stylesheets/style.css.scss */
#nav > li > a:last-child a {
  color: #333;
}

/* line 866, app/assets/stylesheets/style.css.scss */
.nav {
  width: 1000px;
  margin: 0px auto 0;
}

/* line 870, app/assets/stylesheets/style.css.scss */
#nav > li:hover > a, .vertnav-top li > a:hover {
  border-bottom: none;
}

/* line 875, app/assets/stylesheets/style.css.scss */
#nav > li:hover > a:after {
  content: "";
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 90%;
  height: 8px;
  transform: skew(-35deg) translate(-50%, 0);
  transition: bottom .4s ease-in-out 0s, width .4s ease-in-out 0s;
  background-color: #a30a00;
}

/* line 887, app/assets/stylesheets/style.css.scss */
#nav > li.active > a:after {
  content: "";
  bottom: 0px;
  left: 0;
  position: absolute;
  transform: skew(-35deg);
  width: 90%;
  height: 8px;
  background-color: #a30a00;
}

/* line 898, app/assets/stylesheets/style.css.scss */
.cms-index-index #nav #nav-home > a, #nav > li.active > a, .vertnav-top li.current > a {
  color: #121212;
}

/* line 901, app/assets/stylesheets/style.css.scss */
.cms-index-index #nav #nav-home > a, #nav > li.active > a, .vertnav-top li.current > a:hover {
  color: #121212;
  padding: 0px 0px;
}

/* line 908, app/assets/stylesheets/style.css.scss */
#nav > li.active > a:hover {
  background: none;
  box-shadow: none;
}

/* line 914, app/assets/stylesheets/style.css.scss */
.cms-index-index nav {
  border-bottom: none;
}

/* line 917, app/assets/stylesheets/style.css.scss */
#nav {
  position: relative;
  z-index: 10;
  -webkit-transform: translateZ(0);
  padding: 0;
  margin: auto;
  text-align: center;
}

/* All levels */
/* line 926, app/assets/stylesheets/style.css.scss */
#nav li {
  text-align: left;
}

/* line 929, app/assets/stylesheets/style.css.scss */
#nav li a {
  display: block;
  text-decoration: none;
}

/* line 933, app/assets/stylesheets/style.css.scss */
#nav ul.level1 > li a {
  color: #444;
}

/* line 936, app/assets/stylesheets/style.css.scss */
#nav ul.level1 > li a:hover {
  color: #ed6663;
}

/* 1st level only */
/* line 944, app/assets/stylesheets/style.css.scss */
#nav > li {
  list-style: none;
  border-bottom: none;
  display: block;
  float: left;
}

/* line 950, app/assets/stylesheets/style.css.scss */
#nav > li.last {
  padding-right: 0;
}

/* line 953, app/assets/stylesheets/style.css.scss */
#nav > li > a {
  display: block;
  padding: 0px 0px;
  line-height: 38px;
}

/* line 958, app/assets/stylesheets/style.css.scss */
#nav > li > a > span {
  display: inline-block;
  padding: 0 18px;
  line-height: 67px;
}

/* Drop-down boxes:
wide:    2nd-level category drop-down box + custom block drop-down box
classic: custom block drop-down box */
/* line 968, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper {
  position: absolute;
  left: -10000px;
}

/* line 975, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper .container {
  padding: 0px;
}

/* Inner wrapper for additional padding */
/* line 982, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper2 {
  padding: 20px 10px 10px 20px;
  background: #fff;
  border-top: none;
  box-shadow: 0 10px 20px -5px;
}

/* line 988, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper2:before, #nav .level0-wrapper2:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 993, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper2:after {
  clear: both;
}

/* Home link*/
/* line 998, app/assets/stylesheets/style.css.scss */
#nav a.level-top.feature {
  margin: 0;
}

/* Icon inside item */
/* line 1002, app/assets/stylesheets/style.css.scss */
#nav li a.level-top .icon {
  padding: 3px;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent !important;
}

/* line 1010, app/assets/stylesheets/style.css.scss */
#nav li:hover a.level-top .icon {
  padding: 3px;
}

/* Single icon as home link */
/* line 1014, app/assets/stylesheets/style.css.scss */
#nav #homelink-icon {
  margin-left: 12px;
}

/* line 1017, app/assets/stylesheets/style.css.scss */
#nav #homelink-icon a.level-top {
  padding-left: 5px;
  padding-right: 5px;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Custom menu item */
/* line 1025, app/assets/stylesheets/style.css.scss */
#nav .fl-custom-tabmenulink > a {
  cursor: default;
}

/* Remove 'relative' positioning from custom 'li' (custom block have to be positioned relative to #nav) */
/* line 1029, app/assets/stylesheets/style.css.scss */
#nav .fl-custom-tabmenulink {
  position: static;
}

/* Static block's content - basic formatting */
/* line 1035, app/assets/stylesheets/style.css.scss */
#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper {
  padding: 15px 10px 10px 0px;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 10px 20px -5px;
}

/* line 1041, app/assets/stylesheets/style.css.scss */
#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper p {
  margin: 10px 0;
  color: #999;
  line-height: 1.5em;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 15px;
}

/* line 1049, app/assets/stylesheets/style.css.scss */
#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper .heading {
  margin: 10px 0;
}

/* Caret */
/* line 1053, app/assets/stylesheets/style.css.scss */
#nav a.level-top .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: 2px;
  margin-left: 2px;
  vertical-align: middle;
  content: "";
  border-style: solid solid none;
  border-width: 4px 4px 0;
  border-color: #333 transparent transparent;
}

/* Number of products in category */
/* Sidebar menu */
/* line 1067, app/assets/stylesheets/style.css.scss */
.vertnav .number {
  margin-left: 3px;
  color: #aaa;
}

/* Main menu */
/* line 1072, app/assets/stylesheets/style.css.scss */
#nav .number {
  display: inline;
  margin-left: 3px;
}

/* line 1076, app/assets/stylesheets/style.css.scss */
#nav ul li .number {
  color: #aaa;
}

/* Other */
/* line 1080, app/assets/stylesheets/style.css.scss */
.nav .itemslider {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1084, app/assets/stylesheets/style.css.scss */
.nav .itemslider .item {
  padding-bottom: 0;
}

/* 1st level */
/* line 1088, app/assets/stylesheets/style.css.scss */
li.level0 > a > span {
  position: relative;
}

/* line 1091, app/assets/stylesheets/style.css.scss */
li.level0 > a > span > .cat-label {
  position: absolute;
  top: -12px;
  right: 0;
  padding: 0 6px;
  font-size: 14px;
  line-height: 22px;
}

/* Add pin (only 1st level) */
/* line 1100, app/assets/stylesheets/style.css.scss */
li.level0 > a > span > .pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-out;
  -moz-transition: border-color 450ms ease-in-out;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
}

/* line 1115, app/assets/stylesheets/style.css.scss */
li.level0 > a:hover > span > .pin-bottom:before {
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
}

/* 2nd level */
/* line 1122, app/assets/stylesheets/style.css.scss */
li.level1 > a > span > .cat-label {
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 2px;
  vertical-align: middle;
}

/* 3rd level */
/* line 1129, app/assets/stylesheets/style.css.scss */
li.level2 > a > span > .cat-label {
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 2px;
}

/* Category labels inside mobile menu / vertical menu */
/* line 1135, app/assets/stylesheets/style.css.scss */
ul.vertnav li > a > span > .cat-label {
  position: static;
  display: inline-block !important;
  padding: 0 4px;
  margin-left: 2px;
}

/* Hide pin */
/* line 1142, app/assets/stylesheets/style.css.scss */
ul.vertnav li > a > span > .pin-bottom:before {
  display: none;
}

/* Label size: all levels */
/* line 1146, app/assets/stylesheets/style.css.scss */
ul.vertnav li > a > span > .cat-label {
  font-size: inherit;
  line-height: inherit;
}

/* line 1150, app/assets/stylesheets/style.css.scss */
ul.vertnav-top li > a > span > .cat-label {
  font-size: 14px;
  line-height: 18px;
}

/* Category blocks */
/* line 1155, app/assets/stylesheets/style.css.scss */
.nav-block {
  margin-top: 0;
  margin-bottom: 1%;
}

/* line 1161, app/assets/stylesheets/style.css.scss */
.nav-block-bottom {
  float: left;
}

/* line 1164, app/assets/stylesheets/style.css.scss */
.nav-block-center {
  margin-top: 0px;
}

/* line 1167, app/assets/stylesheets/style.css.scss */
.nav-block-right {
  margin-top: 0px;
  float: right;
  padding: 0px;
  text-align: center;
}

/* line 1173, app/assets/stylesheets/style.css.scss */
.nav-block-right img {
  width: 100%;
}

/* line 1176, app/assets/stylesheets/style.css.scss */
.nav-block-level1-top {
  margin-bottom: 10px;
}

/* line 1179, app/assets/stylesheets/style.css.scss */
.nav-block-level1-bottom {
  margin-top: 10px;
}

/* line 1182, app/assets/stylesheets/style.css.scss */
.nav-block .section-line {
  border-color: #eee;
}

/* horizontal + mobile menu trigger */
/* line 1186, app/assets/stylesheets/style.css.scss */
#nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff;
}

/* line 1199, app/assets/stylesheets/style.css.scss */
ul.level0 {
  padding: 0;
}

/* line 1202, app/assets/stylesheets/style.css.scss */
ul.level1 {
  padding: 0px;
  padding-left: 15px;
}

/* line 1206, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper, #nav.classic ul {
  color: #333333;
}

/* line 1209, app/assets/stylesheets/style.css.scss */
#nav ul li a:hover {
  color: #ed6663;
}

/* line 1212, app/assets/stylesheets/style.css.scss */
.cat-label-label1 {
  background-color: #D12631;
  color: #ffffff;
}

/* line 1216, app/assets/stylesheets/style.css.scss */
.cat-label-label2 {
  background-color: #d52462;
  color: #ffffff;
}

/* line 1220, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper, #nav.classic .parent > ul {
  width: 100%;
  padding: 0px;
}

/* line 1224, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper, #nav.classic ul.level0 {
  top: 62px;
  left: -35.1% !important;
  z-index: 10000;
}

/* line 1229, app/assets/stylesheets/style.css.scss */
#nav > li > a {
  color: #121212;
}

/* line 1232, app/assets/stylesheets/style.css.scss */
#nav > li.mega-menu {
  position: static;
}

/* line 1235, app/assets/stylesheets/style.css.scss */
.nav-inner #nav li.mega-menu .level0-wrapper {
  border: 0 none;
  padding: 5px 0px;
  z-index: 10000;
  transform: scale(0) rotate(0deg);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  display: block !important;
}

/* line 1245, app/assets/stylesheets/style.css.scss */
.nav-inner #nav li.mega-menu:hover .level0-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

/* line 1252, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper2 .col-1 {
  float: left;
  width: 75%;
}

/* line 1256, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper2 .col-2 {
  padding: 0;
  float: left;
  width: 25%;
}

/* line 1261, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper2 .col-3 {
  padding: 5px 0;
  float: left;
  width: 20%;
}

/* line 1267, app/assets/stylesheets/style.css.scss */
#nav .col-1 ul.level0 > li {
  width: 30%;
}

/* line 1270, app/assets/stylesheets/style.css.scss */
.col-2 img:hover {
  opacity: 0.5;
}

/* line 1273, app/assets/stylesheets/style.css.scss */
.col-2 .menu_image {
  display: block;
}

/* line 1276, app/assets/stylesheets/style.css.scss */
.col-2 img {
  width: 100%;
}

/* line 1279, app/assets/stylesheets/style.css.scss */
.col-2 .menu_image1 {
  display: block;
  margin-top: 15px;
}

/* 1st level only */
/* line 1284, app/assets/stylesheets/style.css.scss */
#nav > li:hover > a {
  position: relative;
  z-index: 1;
}

/* 2nd level only */
/* line 1289, app/assets/stylesheets/style.css.scss */
#nav ul.level0 > li {
  display: inline-block;
  float: none;
  margin-right: 20px;
  padding-bottom: 5px;
  padding-top: 0;
  vertical-align: top;
  width: 14.4%;
}

/* line 1298, app/assets/stylesheets/style.css.scss */
#nav ul.level0 > li.last {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 15px;
  margin-right: 0px;
}

/* line 1306, app/assets/stylesheets/style.css.scss */
#nav ul.level0 > li > a {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 10px 10px 15px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-family: 'Saira Condensed', sans-serif;
}

/* 2nd level+ */
/* line 1318, app/assets/stylesheets/style.css.scss */
#nav ul li {
  list-style: none;
  padding: 4px 0;
}

/* line 1325, app/assets/stylesheets/style.css.scss */
#nav li ul li ul li a {
  display: inline-block;
}

/* line 1327, app/assets/stylesheets/style.css.scss */
#nav li ul li ul li:last-child {
  border: none;
}

/* 3rd level only */
/* line 1331, app/assets/stylesheets/style.css.scss */
#nav ul.level1 {
  position: static;
}

/* line 1334, app/assets/stylesheets/style.css.scss */
#nav ul.level1 > li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 13px;
  letter-spacing: 0.2px;
}

/* line 1342, app/assets/stylesheets/style.css.scss */
#nav ul.level1 > li a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 10px;
}

/* 4th level */
/* line 1350, app/assets/stylesheets/style.css.scss */
#nav ul.level2 {
  margin: 7px 0;
  padding: 0;
  position: static;
}

/* line 1355, app/assets/stylesheets/style.css.scss */
#nav ul.level2 a {
  font-size: 0.9166em;
  line-height: 1.2727em;
  opacity: 0.6;
}

/* line 1360, app/assets/stylesheets/style.css.scss */
#nav li.level2:hover ul.level2 a {
  opacity: 1;
  transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -webkit-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
}

/* 4rd level+ */
/* line 1368, app/assets/stylesheets/style.css.scss */
#nav ul ul ul li {
  background: none;
  padding-left: 0;
}

/* Vertical nav-links */
/* line 1374, app/assets/stylesheets/style.css.scss */
.nav-links > li, .nav-links > li > a {
  line-height: 3em;
}

/* line 1377, app/assets/stylesheets/style.css.scss */
.nav-links > li > a {
  padding: 0 0.5833em;
}

/* line 1380, app/assets/stylesheets/style.css.scss */
.nav-links > li.label {
  padding-right: 0.5833em;
}

/* Basic nav-links, no separators */
/* line 1384, app/assets/stylesheets/style.css.scss */
.nav-links > li {
  float: left;
}

/* line 1387, app/assets/stylesheets/style.css.scss */
.nav-links > li > a {
  display: block;
}

/* line 1390, app/assets/stylesheets/style.css.scss */
.grid12-5 {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
}

/* line 1397, app/assets/stylesheets/style.css.scss */
.grid12-3 {
  display: inline;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  width: 22%;
  text-align: center;
}

/* line 1405, app/assets/stylesheets/style.css.scss */
.grid12-3 img {
  max-width: 100%;
}

/* line 1408, app/assets/stylesheets/style.css.scss */
.grid12-3 .item-title a {
  text-transform: uppercase;
  margin-top: 10px;
  color: #aaa;
}

/* line 1413, app/assets/stylesheets/style.css.scss */
.grid12-4 {
  display: inline;
  float: left;
  margin: 5px 0 0;
  width: 33%;
  text-align: left;
  padding-left: 30px;
}

/* line 1421, app/assets/stylesheets/style.css.scss */
.grid12-8 {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 1%;
  width: 64%;
}

/* line 1428, app/assets/stylesheets/style.css.scss */
#nav .grid12-8 ul.level0 > li {
  width: 21%;
}

/* line 1431, app/assets/stylesheets/style.css.scss */
.grid13-8 {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 1%;
  margin-bottom: 0;
  width: 80.90%;
}

/* line 1439, app/assets/stylesheets/style.css.scss */
.back-link {
  float: left;
}

/* line 1442, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper .nav-add {
  padding: 5px 0 0 0px;
  overflow: hidden;
  padding-bottom: 15px;
}

/* line 1447, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper .nav-add .push_item {
  float: left;
  margin-right: 18px;
  width: 23.6%;
}

/* line 1452, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper .nav-add .push_item img {
  width: 100%;
}

/* line 1455, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper .nav-add .push_item_last {
  float: left;
  margin-right: 0px;
  width: 23.6%;
}

/* line 1460, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper .nav-add .push_item .push_img a {
  display: block;
}

/* line 1463, app/assets/stylesheets/style.css.scss */
#nav .level0-wrapper .nav-add .push_item .push_text {
  color: #666;
  font-size: 12px;
  padding: 8px 0;
  text-align: center;
}

/* line 1469, app/assets/stylesheets/style.css.scss */
.fl-custom-tabmenu {
  color: #999;
}

/* line 1472, app/assets/stylesheets/style.css.scss */
.fl-custom-tabmenu {
  padding-top: 30px !important;
  top: 37px !important;
}

/* line 1475, app/assets/stylesheets/style.css.scss */
.icon-star:before {
  content: "\f0a3";
}

/* line 1478, app/assets/stylesheets/style.css.scss */
.icon-star {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 28px;
  color: #ed6663;
  height: 60px;
  width: 60px;
  line-height: 60px !important;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 50px;
  text-align: center;
}

/* line 1491, app/assets/stylesheets/style.css.scss */
.heart-icon:before {
  content: "\f06b";
  font-family: FontAwesome;
}

/* line 1495, app/assets/stylesheets/style.css.scss */
.heart-icon {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 28px;
  color: #ed6663;
  height: 60px;
  width: 60px;
  line-height: 60px !important;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 50px;
  text-align: center;
  padding-left: 6px;
}

/* line 1509, app/assets/stylesheets/style.css.scss */
.custom-icon:before {
  content: "\f0e9";
}

/* line 1512, app/assets/stylesheets/style.css.scss */
.custom-icon {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 28px;
  color: #ed6663;
  height: 60px;
  width: 60px;
  line-height: 60px !important;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 50px;
  text-align: center;
}

/* line 1525, app/assets/stylesheets/style.css.scss */
.icon-custom-grid:before {
  content: "\f00a";
}

/* line 1528, app/assets/stylesheets/style.css.scss */
.icon-custom-grid {
  font-family: FontAwesome;
  display: inline-block !important;
  font-size: 28px;
  color: #ed6663;
  height: 60px;
  width: 60px;
  line-height: 60px !important;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 50px;
  text-align: center;
}

/* line 1541, app/assets/stylesheets/style.css.scss */
#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper h4.heading {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 1548, app/assets/stylesheets/style.css.scss */
#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper h4.heading {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  margin-top: 15px;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 1558, app/assets/stylesheets/style.css.scss */
#nav li.drop-menu ul {
  position: absolute;
  top: 75px;
  left: 0;
  background: #fff;
  padding: 6px 0;
  border-top: none;
  box-shadow: 0 0 20px -5px;
  width: 165px;
  text-align: left;
  z-index: 1000;
  opacity: 0;
  transform: scale(0) rotate(0deg);
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
}

/* line 1574, app/assets/stylesheets/style.css.scss */
#nav li.drop-menu:hover ul {
  position: absolute;
  top: 67px;
  background: #fff;
  padding: 0px 0;
  border-top: none;
  box-shadow: 0 10px 20px -5px;
  width: 165px;
  text-align: left;
  z-index: 1000;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  visibility: visible;
}

/* line 1590, app/assets/stylesheets/style.css.scss */
#nav > li.drop-menu ul li ul {
  border-top: none;
  opacity: 0;
  z-index: 0;
}

/* line 1598, app/assets/stylesheets/style.css.scss */
#nav li.drop-menu:hover ul li ul {
  opacity: 0;
}

/* line 1599, app/assets/stylesheets/style.css.scss */
#nav li.drop-menu:hover ul li:hover ul {
  opacity: 1;
}

/* line 1601, app/assets/stylesheets/style.css.scss */
#nav > li.drop-menu {
  position: relative;
}

/* line 1607, app/assets/stylesheets/style.css.scss */
#nav li.drop-menu ul li {
  position: relative;
  padding: 1px 0;
}

/* line 1611, app/assets/stylesheets/style.css.scss */
#nav li.drop-menu ul li a {
  color: #333;
  line-height: 38px;
  font-size: 13px;
  padding: 0 18px;
  display: block;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  border-bottom: 1px #eaeaea solid;
}

/* line 1623, app/assets/stylesheets/style.css.scss */
#nav li.drop-menu ul li:hover > a {
  color: #ed6663;
  padding-left: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 1631, app/assets/stylesheets/style.css.scss */
#nav li.drop-menu ul li span.plus {
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  width: 7px;
  background: #535353;
}

/* line 1641, app/assets/stylesheets/style.css.scss */
#nav li.drop-menu ul {
  display: none;
  opacity: 0;
}

/* line 1645, app/assets/stylesheets/style.css.scss */
.sticky {
  position: fixed;
  margin-top: 0px;
  z-index: 500;
  display: block;
  top: 0px;
  height: 51px;
  background: #141414;
  width: 100%;
}

/* End Nav */
/* store messages Start */
/* line 1660, app/assets/stylesheets/style.css.scss */
.service-section {
  background: #fff;
  border-bottom: 1px #e5e5e5 solid;
}

/* line 1664, app/assets/stylesheets/style.css.scss */
.service-section .services {
  padding: 5px 0px 10px 0px;
}

/* line 1667, app/assets/stylesheets/style.css.scss */
.service-section .services span {
  font-size: 13px;
  line-height: 35px;
  transition: color 100ms ease 0s;
  color: #333;
  text-align: center;
  display: inline-block;
  margin: 0px 2px 0px 2px;
  font-weight: normal;
}

/* line 1677, app/assets/stylesheets/style.css.scss */
.service-section .last {
  margin-right: 0px !important;
  border-right: none !important;
  float: right;
}

/* line 1682, app/assets/stylesheets/style.css.scss */
.service-section .services.last span {
  margin: 0px 2px 0px 0px;
}

/* line 1685, app/assets/stylesheets/style.css.scss */
.offer-banner-section {
  overflow: hidden;
  width: 100%;
}

/* line 1689, app/assets/stylesheets/style.css.scss */
.service-section1 {
  background: url(/images/body-bg17.png) repeat scroll left top #f8f8f8;
  margin-top: 15px;
}

/* line 1693, app/assets/stylesheets/style.css.scss */
.service-section1 span {
  color: #666 !important;
}

/* line 1696, app/assets/stylesheets/style.css.scss */
.service-section1 span {
  color: #666 !important;
}

/* Promotion banners */
/* line 1701, app/assets/stylesheets/style.css.scss */
#top {
  margin: 0px auto 0;
  position: relative;
  z-index: 1000;
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 50px;
}

/* line 1711, app/assets/stylesheets/style.css.scss */
#top .container {
  padding: 0px;
}

/* line 1715, app/assets/stylesheets/style.css.scss */
#top ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

/* line 1722, app/assets/stylesheets/style.css.scss */
#top ul li {
  float: left;
  width: 33.333%;
  display: block;
}

/* line 1728, app/assets/stylesheets/style.css.scss */
#top img {
  width: 100%;
}

/* line 1730, app/assets/stylesheets/style.css.scss */
#top img {
  width: 100%;
}

/* line 1733, app/assets/stylesheets/style.css.scss */
#top > div a {
  display: block;
  overflow: hidden;
}

/* line 1737, app/assets/stylesheets/style.css.scss */
#top > div a img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

/* Promotion banners end*/
/* New & Sale Label */
/* line 1757, app/assets/stylesheets/style.css.scss */
.new-box, .sale-box {
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 55px;
  z-index: 10;
}

/* line 1766, app/assets/stylesheets/style.css.scss */
.new-box {
  left: -1px;
}

/* line 1769, app/assets/stylesheets/style.css.scss */
.sale-box {
  right: -1px;
}

/* line 1772, app/assets/stylesheets/style.css.scss */
.new-top-left {
  left: 5px;
  top: 5px;
  background: #fff;
}

/* line 1778, app/assets/stylesheets/style.css.scss */
.new-top-right {
  background: none repeat scroll 0 0 #FFFFFF;
  right: 0px;
  top: 0;
}

/* line 1783, app/assets/stylesheets/style.css.scss */
.sale-top-right {
  top: 0;
  background: #fff;
  letter-spacing: 1px;
  right: 0px;
}

/* line 1789, app/assets/stylesheets/style.css.scss */
.sale-top-left {
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #dd4b39;
  text-transform: uppercase;
  padding: 3px 0 4px;
  text-align: center;
  display: block;
  position: absolute;
  right: -15px;
  top: -17px;
}

/* line 1802, app/assets/stylesheets/style.css.scss */
.ie8 .new-label {
  left: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px;
}

/* line 1808, app/assets/stylesheets/style.css.scss */
.ie8 .new-label:after {
  display: none;
}

/* line 1811, app/assets/stylesheets/style.css.scss */
.ie8 .new-label:before {
  display: none;
}

/* line 1814, app/assets/stylesheets/style.css.scss */
.ie8 .sale-label {
  right: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px;
}

/* line 1820, app/assets/stylesheets/style.css.scss */
.ie8 .sale-label:after {
  display: none;
}

/* line 1823, app/assets/stylesheets/style.css.scss */
.ie8 .sale-label:before {
  display: none;
}

/* line 1826, app/assets/stylesheets/style.css.scss */
.ie8 .new-box {
  top: -1px;
  left: -1px;
}

/* line 1830, app/assets/stylesheets/style.css.scss */
.ie8 .sale-box {
  right: -1px;
  top: -1px;
}

/* line 1834, app/assets/stylesheets/style.css.scss */
.new-box, .sale-box {
  position: fixed;
  text-align: center;
  top: -1px;
  width: 55px;
  z-index: 10;
}

/* line 1841, app/assets/stylesheets/style.css.scss */
.new-box {
  left: 0;
}

/* line 1844, app/assets/stylesheets/style.css.scss */
.sale-box {
  right: 0;
  top: 0px;
}

/* line 1848, app/assets/stylesheets/style.css.scss */
.new-label {
  font-size: 10.5px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #ed6663;
  text-transform: uppercase;
  padding: 0px 10px;
  text-align: center;
  display: block;
  position: absolute;
  font-weight: 400;
  height: 24px;
  border-radius: 3px;
  line-height: 26px;
  z-index: 10;
}

/* line 1864, app/assets/stylesheets/style.css.scss */
.sale-label {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #50b2fc;
  text-transform: uppercase;
  padding: 0px 10px;
  text-align: center;
  display: block;
  position: absolute;
  font-weight: 700;
  height: 55px;
  border-radius: 55px;
  line-height: 55px;
  z-index: 10;
  width: 55px;
}

/* line 1882, app/assets/stylesheets/style.css.scss */
.ie8 .new-label {
  left: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px;
}

/* line 1888, app/assets/stylesheets/style.css.scss */
.ie8 .new-label:after {
  display: none;
}

/* line 1891, app/assets/stylesheets/style.css.scss */
.ie8 .new-label:before {
  display: none;
}

/* line 1894, app/assets/stylesheets/style.css.scss */
.ie8 .sale-label {
  right: 0px;
  top: 0px;
  width: auto;
  padding: 5px 15px;
}

/* line 1900, app/assets/stylesheets/style.css.scss */
.ie8 .sale-label:after {
  display: none;
}

/* line 1903, app/assets/stylesheets/style.css.scss */
.ie8 .sale-label:before {
  display: none;
}

/* line 1906, app/assets/stylesheets/style.css.scss */
.ie8 .new-box {
  top: -1px;
  left: -1px;
}

/* line 1910, app/assets/stylesheets/style.css.scss */
.ie8 .sale-box {
  right: -1px;
  top: -1px;
}

/* line 1914, app/assets/stylesheets/style.css.scss */
.product-view #product-img-box .new-box, .product-view #product-img-box .sale-box {
  position: absolute;
  text-align: center;
  top: -1px;
  width: 55px;
  z-index: 10;
}

/* line 1921, app/assets/stylesheets/style.css.scss */
.product-view #product-img-box .new-box {
  left: 160px;
}

/* line 1924, app/assets/stylesheets/style.css.scss */
.product-view #product-img-box .sale-box {
  right: -5px;
  top: 0px;
}

/* line 1928, app/assets/stylesheets/style.css.scss */
.product-view #product-img-box .new-label.new-top-left {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  background: #41bea6;
  text-transform: uppercase;
  padding: 10px 25px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  font-weight: normal;
}

/* line 1943, app/assets/stylesheets/style.css.scss */
.product-view #product-img-box .new-label.new-top-right {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  background: #41bea6;
  text-transform: uppercase;
  padding: 10px 25px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  font-weight: normal;
}

/* line 1958, app/assets/stylesheets/style.css.scss */
.product-view #product-img-box .sale-label.sale-top-left {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #dd4b39;
  text-transform: uppercase;
  padding: 10px 25px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  font-weight: normal;
}

/* line 1973, app/assets/stylesheets/style.css.scss */
.product-view #product-img-box .sale-label.sale-top-right {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #dd4b39;
  text-transform: uppercase;
  padding: 10px 25px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  font-weight: normal;
}

/*  Main Col */
/*--- products-grid-home ---*/
/* line 1990, app/assets/stylesheets/style.css.scss */
.products-grid-home {
  margin: 0;
  list-style: none;
  padding: 0;
}

/* line 1995, app/assets/stylesheets/style.css.scss */
.products-grid-home .item.first {
  margin-left: 0;
}

/* line 1998, app/assets/stylesheets/style.css.scss */
.products-grid-home .item {
  float: left;
  background: #FFF;
  margin-top: 20px;
}

/* line 2003, app/assets/stylesheets/style.css.scss */
.products-grid-home .item.show-addtocart {
  margin-top: 37px;
}

/* line 2006, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

/* line 2010, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .actions {
  display: inline-block;
}

/* line 2013, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img {
  position: relative;
  border: 1px #eaeaea solid;
}

/* line 2017, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .ico-product {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background: #de44c3;
  padding: 4px 20px 8px;
  color: #FFF;
  font-size: 150%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

/* line 2030, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .ico-product strong {
  font-weight: 600;
}

/* line 2033, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .ico-product.ico-sale {
  background: #7ebf38;
  right: 10px;
  left: auto;
}

/* line 2038, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-img-info {
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}

/* line 2047, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-img-info a.product-image {
  display: inline-block;
  width: 100%;
}

/* line 2051, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-img-info a.product-image img {
  width: 100%;
}

/* line 2054, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/* line 2059, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 2068, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-img-info a.product-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  background-color: #ccc;
}

/* line 2083, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-img-info a.product-image .img-main {
  display: inline;
}

/* line 2086, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-box-hover {
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  width: 100%;
  top: 35%;
  opacity: 0;
}

/* line 2097, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-box-hover .product-detail-bnt {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 7px;
}

/* line 2103, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-box-hover .product-detail-bnt a {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #fff solid;
  width: 40px;
  background: none;
}

/* line 2119, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-box-hover .product-detail-bnt a:hover {
  background-color: #ed6663;
  cursor: pointer;
  bottom: 10%;
}

/* line 2125, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button {
  border: 0;
  padding: 8px 12px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px solid #fff;
  background: none;
}

/* line 2139, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button:hover {
  background: #ed6663;
}

/* line 2142, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button span {
  background: none;
  font-family: 'Montserrat', sans-serif;
  padding: 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

/* line 2150, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button.btn-cart:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-right: 7px;
}

/* line 2156, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-img .item-box-hover .box-inner .product-detail-bnt a.button.detail-bnt:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 14px;
}

/* line 2161, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-info {
  text-align: center;
}

/* line 2164, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-info .info-inner {
  border: 0px solid #fff;
  border-top: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 2172, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-info .info-inner .item-content .no-rating, .products-grid-home .item .item-inner .item-info .info-inner .item-content .ratings {
  margin: 0 0;
}

/* line 2175, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box, .products-grid-home .item .item-inner .item-info .info-inner .item-content .ratings .rating-box {
  float: none;
  margin: 0 0;
}

/* line 2179, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links, .products-grid-home .item .item-inner .item-info .info-inner .item-content .ratings .rating-links {
  display: none;
}

/* line 2184, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-info .info-inner .item-title {
  margin-bottom: 7px;
  padding-top: 20px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.5px;
}

/* line 2192, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-info .info-inner .item-title a {
  text-decoration: none;
  text-transform: uppercase;
}

/* line 2196, app/assets/stylesheets/style.css.scss */
.products-grid-home .item .item-inner .item-info .info-inner .item-title a:hover {
  color: #ed6663;
}

/* line 2199, app/assets/stylesheets/style.css.scss */
.products-grid-home .item:hover .item-inner .item-img .item-img-info {
  border-color: #ccc;
}

/* line 2202, app/assets/stylesheets/style.css.scss */
.products-grid-home .item:hover .item-inner .item-img .item-img-info a.product-image:before {
  left: 0px;
  top: 0px;
  margin: 0 0;
  background: #000;
  opacity: 0.6;
  cursor: pointer;
}

/* line 2210, app/assets/stylesheets/style.css.scss */
.products-grid-home .item:hover .item-inner .item-img .item-box-hover {
  visibility: visible;
  opacity: 1;
  left: 0px;
  bottom: 0px;
}

/* line 2216, app/assets/stylesheets/style.css.scss */
.products-grid-home .item:hover .item-inner .item-info .info-inner {
  border-color: #fff;
  background: #fff;
  opacity: 0.8;
}

/* line 2221, app/assets/stylesheets/style.css.scss */
.products-grid-home .item:hover .item-inner .item-info .info-inner .item-title a {
  color: #ed6663;
}

/* line 2224, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-home {
  padding-bottom: 0px;
}

/* line 2227, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-home .item {
  margin-bottom: 20px;
  margin-top: 15px;
}

/* line 2231, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-home .item.last {
  margin-top: 15px;
  border-right: 0px solid #D9D9D9;
  padding-right: 0;
}

/* line 2236, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-home .item.show-addtocart {
  margin-top: 15px;
  border-right: 1px solid #D9D9D9;
}

/* line 2240, app/assets/stylesheets/style.css.scss */
.main-col .pdt-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  height: 40px;
}

/* line 2247, app/assets/stylesheets/style.css.scss */
.main-col .producttabs {
  margin-top: 40px;
}

/* line 2250, app/assets/stylesheets/style.css.scss */
.main-col .thm-mart-pdt-nav {
  display: block;
  text-align: left;
  height: 40px;
}

/* line 2255, app/assets/stylesheets/style.css.scss */
.main-col .pdt-nav > li {
  font-size: 14px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 39px;
  padding: 0;
  display: inline-block;
  background: #fff;
  color: #777;
  margin: 0;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0px 20px;
  cursor: pointer;
}

/* line 2275, app/assets/stylesheets/style.css.scss */
.main-col .pdt-nav > li span {
  padding: 0 0;
  display: inline-block;
}

/* line 2281, app/assets/stylesheets/style.css.scss */
.main-col .thm-mart-pdt-nav .pdt-nav > li.tab-nav-actived, .main-col .thm-mart-pdt-nav .pdt-nav > li:hover {
  text-decoration: none;
  color: #222;
  border-bottom: 3px #333 solid;
}

/* line 2286, app/assets/stylesheets/style.css.scss */
.main-col .tab-content-actived {
  display: inline-block;
}

/* line 2289, app/assets/stylesheets/style.css.scss */
.home-tabs {
  padding-bottom: 30px;
}

/* line 2292, app/assets/stylesheets/style.css.scss */
.producttabs {
  margin-top: 10px;
}

/* line 2295, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container {
  text-align: center;
}

/* line 2298, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav {
  display: block;
  text-align: left;
  height: 40px;
}

/* line 2303, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li {
  font-size: 16px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 50px;
  padding: 0;
  display: inline-block;
  color: #333;
  margin: 0;
  float: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 50px;
  padding: 0px 0px;
  border: 1px solid #666;
  width: 215px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #ed6663;
}

/* line 2330, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li span {
  padding: 0 0;
  display: inline-block;
}

/* line 2336, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li.tab-nav-actived, .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li:hover {
  color: #fff;
  border: 1px solid #e0403d;
  background: #ed6663;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -webkit-box-shadow: inset 0 -34px 0 0 #222;
  box-shadow: inset 0 -60px 0 0 #ed6663;
}

/* line 2346, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .pre-text {
  margin: 15px 0 0;
  display: inline-block;
  width: 70%;
  text-align: center;
  color: #666666;
}

/* line 2353, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content {
  border-right: 0px #D9D9D9 solid;
  margin-top: 30px;
}

/* line 2357, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content {
  margin: 0 0;
}

/* line 2360, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-tabs {
  padding-bottom: 0px;
}

/* line 2363, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-tabs .item {
  margin-bottom: 25px;
  margin-top: 15px;
  border: 2px solid #ddd;
  padding-right: 20px;
  padding: 20px;
}

/* line 2370, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-tabs .item.last {
  margin-bottom: 25px;
  margin-top: 15px;
  border-right: 0px solid #D9D9D9;
  padding-right: 0;
}

/* line 2376, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .pre-text {
  margin: 0 0 15px 0;
}

/* line 2379, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .post-text {
  margin: 10px 0 0;
}

/* line 2382, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs a:hover {
  text-decoration: none;
}

/* line 2385, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container {
  padding: 0;
}

/* line 2388, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .pdt-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  height: 40px;
}

/* line 2395, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-container .pdt-nav > li {
  float: left;
  font-size: 16px;
  line-height: 100%;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  cursor: pointer;
}

/* line 2405, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content {
  margin: 0;
  padding: 0;
}

/* line 2409, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content {
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
  display: none;
}

/* line 2415, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-list {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

/* line 2421, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .tab-content-actived {
  display: inline-block;
}

/* line 2424, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .item.first {
  margin-left: 0px;
}

/* line 2427, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .item {
  margin-bottom: 10px;
  margin-top: 0;
  list-style: none;
}

/* line 2432, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .item-animate {
  opacity: 0;
  position: relative;
}

/* line 2436, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .play .item-animate {
  opacity: 1.0;
}

/* line 2439, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .play .item-animate {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* line 2445, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .slideBottom.play .item-animate {
  -webkit-animation: slideBottom 600ms ease both;
  -moz-animation: slideBottom 600ms ease both;
  -o-animation: slideBottom 600ms ease both;
  animation: slideBottom 600ms ease both;
}

/* line 2451, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .slideLeft.play .item-animate {
  -webkit-animation: slideLeft 600ms ease both;
  -moz-animation: slideLeft 600ms ease both;
  -o-animation: slideLeft 600ms ease both;
  animation: slideLeft 600ms ease both;
}

/* line 2457, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .slideRight.play .item-animate {
  -webkit-animation: slideRight 600ms ease both;
  -moz-animation: slideRight 600ms ease both;
  -o-animation: slideRight 600ms ease both;
  animation: slideRight 600ms ease both;
}

/* line 2463, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .bounceIn.play .item-animate {
  -webkit-animation: bounceIn 600ms ease both;
  -moz-animation: bounceIn 600ms ease both;
  -o-animation: bounceIn 600ms ease both;
  animation: bounceIn 600ms ease both;
}

/* line 2469, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .bounceInRight.play .item-animate {
  -webkit-animation: bounceInRight 600ms ease both;
  -moz-animation: bounceInRight 600ms ease both;
  -o-animation: bounceInRight 600ms ease both;
  animation: bounceInRight 600ms ease both;
}

/* line 2475, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .zoomIn.play .item-animate {
  -webkit-animation: zoomIn 600ms ease both;
  -moz-animation: zoomIn 600ms ease both;
  -o-animation: zoomIn 600ms ease both;
  animation: zoomIn 600ms ease both;
}

/* line 2481, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .zoomOut.play .item-animate {
  -webkit-animation: zoomOut 600ms ease both;
  -moz-animation: zoomOut 600ms ease both;
  -o-animation: zoomOut 600ms ease both;
  animation: zoomOut 600ms ease both;
}

/* line 2487, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .pageRight.play .item-animate {
  -webkit-animation: pageRight 600ms ease both;
  -moz-animation: pageRight 600ms ease both;
  -o-animation: pageRight 600ms ease both;
  animation: pageRight 600ms ease both;
}

/* line 2493, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .pageLeft.play .item-animate {
  -webkit-animation: pageLeft 600ms ease both;
  -moz-animation: pageLeft 600ms ease both;
  -o-animation: pageLeft 600ms ease both;
  animation: pageLeft 600ms ease both;
}

/* line 2499, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .pageTop.play .item-animate {
  -webkit-animation: pageTop 600ms ease both;
  -moz-animation: pageTop 600ms ease both;
  -o-animation: pageTop 600ms ease both;
  animation: pageTop 600ms ease both;
}

/* line 2505, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .pageBottom.play .item-animate {
  -webkit-animation: pageBottom 600ms ease both;
  -moz-animation: pageBottom 600ms ease both;
  -o-animation: pageBottom 600ms ease both;
  animation: pageBottom 600ms ease both;
}

/* line 2511, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-content .starwars.play .item-animate {
  -webkit-animation: starwars 600ms ease-out both;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: starwars 600ms ease-out both;
  -moz-transform-origin: 50% 50%;
  -o-animation: starwars 600ms ease-out both;
  -o-transform-origin: 50% 50%;
  animation: starwars 600ms ease-out both;
  transform-origin: 50% 50%;
}

/* line 2521, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .pdt-content .content-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  min-height: 400px;
  display: block;
  z-index: 0;
}

/* line 2530, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .thm-mart-pdt-content .pdt-loadmore {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

/* line 2537, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .pdt-content .pdt-loadmore .btn-loadmore {
  padding: 6px 20px;
  display: inline-block;
  background: #777;
  color: #FFF;
  cursor: pointer;
  position: relative;
}

/* line 2545, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .pdt-content .pdt-loadmore .btn-loadmore.loading {
  padding: 6px 20px 6px 50px;
}

/* line 2548, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .pdt-content .pdt-loadmore .btn-loadmore:hover {
  background: #222;
}

/* line 2551, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .pdt-content .pdt-loadmore .ico-loading {
  width: 24px;
  height: 24px;
  display: none;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  left: 20px;
}

/* line 2561, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .pdt-content .pdt-loadmore .btn-loadmore.loading .load-number {
  display: none;
}

/* line 2564, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .pdt-content.is-loading .pdt-loadmore {
  display: none;
}

/* line 2567, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .pdt-content .pdt-loadmore .load-number:before {
  content: "(" attr(data-more);
}

/* line 2570, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .pdt-content .pdt-loadmore .load-number:after {
  content: attr(data-total) ")";
}

/* line 2573, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .pdt-list .wide-first {
  margin-left: 0px;
}

/* line 2576, app/assets/stylesheets/style.css.scss */
.pdt-list .item {
  margin-left: 2.4%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2583, app/assets/stylesheets/style.css.scss */
.pdt-list .item.last {
  margin-left: 2.4%;
}

/* line 2586, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .wide-6 .item {
  width: 14.529914529915%;
}

/* line 2589, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .wide-5 .item {
  width: 23.2%;
}

/* line 2592, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .wide-4 .item {
  width: 23.076923076923%;
}

/* line 2595, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .wide-3 .item {
  width: 23.4%;
}

/* line 2598, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .wide-2 .item {
  width: 48.717948717949%;
}

/* line 2601, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs .wide-1 .item {
  width: 100%;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-moz-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-o-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes pageLeft {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}

@-moz-keyframes pageLeft {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}

@-o-keyframes pageLeft {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes pageLeft {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}

@-webkit-keyframes pageRight {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}

@-moz-keyframes pageRight {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}

@-o-keyframes pageRight {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes pageRight {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}

@-webkit-keyframes pageTop {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}

@-moz-keyframes pageTop {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}

@-o-keyframes pageTop {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes pageTop {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes pageTopBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}

@-moz-keyframes pageTopBack {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}

@-o-keyframes pageTopBack {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes pageTopBack {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes pageBottom {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}

@-moz-keyframes pageBottom {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}

@-o-keyframes pageBottom {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes pageBottom {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}

@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}

@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}

@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}

/* products page */
/* line 3190, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs ul.pdt-list li.item a.thumb {
  position: relative;
  display: block;
  cursor: pointer;
}

/* line 3195, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs ul.pdt-list li.item a.thumb:hover {
  border-color: #999;
}

/* line 3198, app/assets/stylesheets/style.css.scss */
ul.pdt-list li.item a img.image-hover {
  display: none;
  margin: 0;
}

/* line 3202, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs ul.pdt-list li.item a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
}

/* line 3213, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs ul.pdt-list li.item a.thumb span.quick-view span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0a0a0a;
  padding: 8px 0 6px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

/* line 3228, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs ul.pdt-list li.item a.thumb span.quick-view span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-top: -1px;
  background: url(/assets/quick-view-26d5ab9b50d3d6161f88a2d042171a71c3e80f88020124af85d752be92243015.png) no-repeat center;
  padding-right: 12px;
}

/* === FLIP 3D === */
/* line 3238, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs ul.pdt-list li.item .product-wrapper {
  position: relative;
  margin-top: 20px;
}

/* line 3242, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs ul.pdt-list li.item a.thumb.flip {
  transform-style: preserve-3d;
  transition: transform 0.5s linear;
}

/* line 3246, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs ul.pdt-list li.item .product-wrapper .thumb-wrapper a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: -200px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
  opacity: 0;
}

/* line 3258, app/assets/stylesheets/style.css.scss */
.thm-mart-producttabs ul.pdt-list li.item .product-wrapper .thumb-wrapper:hover a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
  opacity: 0.8;
}

/* line 3270, app/assets/stylesheets/style.css.scss */
.col-item a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: -200px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
  opacity: 0;
}

/* line 3282, app/assets/stylesheets/style.css.scss */
.col-item:hover a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
  opacity: 0.8;
}

/* View Type: Grid */
/* line 3295, app/assets/stylesheets/style.css.scss */
.products-grid {
  margin: 0;
  list-style: none;
}

/* line 3299, app/assets/stylesheets/style.css.scss */
.products-grid .link-wishlist:before {
  content: "\f004";
  transform: rotate(-40deg);
  display: block;
  font-family: 'FontAwesome';
  font-size: 14px;
}

/* line 3306, app/assets/stylesheets/style.css.scss */
.products-grid .link-compare:before {
  content: "\f012";
  transform: rotate(-40deg);
  display: block;
  font-family: 'FontAwesome';
  font-size: 14px;
}

/* line 3313, app/assets/stylesheets/style.css.scss */
.products-grid .link-wishlist {
  font-weight: normal;
  margin: 0;
  padding: 0px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  transform: rotate(40deg);
  border: 2px #fff solid;
  color: #121212;
}

/* line 3330, app/assets/stylesheets/style.css.scss */
.products-grid .box-inner .actions .link-wishlist span, .products-grid .box-inner .actions .add-to-links a.link-compare span {
  display: none;
}

/* line 3333, app/assets/stylesheets/style.css.scss */
.products-grid .link-compare {
  font-weight: normal;
  margin: 0;
  padding: 0px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  width: 45px;
  width: 45px;
  line-height: 45px;
  background: #fff;
  transform: rotate(40deg);
  border: 2px #66cc66 solid;
  color: #66cc66;
}

/* line 3350, app/assets/stylesheets/style.css.scss */
.products-grid .link-compare {
  font-family: 'FontAwesome';
  font-size: 14px;
  transform: rotate(-40deg);
  display: block;
}

/* line 3358, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner {
  position: relative;
}

/* line 3362, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .actions {
  display: inline-block;
  vertical-align: top;
}

/* line 3366, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img {
  position: relative;
}

/* line 3370, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .ico-product {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background: #de44c3;
  padding: 4px 20px 8px;
  color: #FFF;
  font-size: 150%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

/* line 3383, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .ico-product strong {
  font-weight: 600;
}

/* line 3386, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .ico-product.ico-sale {
  background: #7ebf38;
  right: 10px;
  left: auto;
}

/* line 3391, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-img-info {
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
  height: 230px;
}

/* line 3401, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-img-info a.product-image {
  display: block;
  width: 100%;
}

/* line 3405, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
  width: 100%;
}

/* line 3408, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/* line 3413, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 3420, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-img-info a.product-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  background-color: #ccc;
}

/* line 3435, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-img-info a.product-image .img-main {
  display: inline;
}

/* line 3438, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-box-hover {
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  width: 100%;
  top: 44%;
  opacity: 0;
}

/* line 3450, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-box-hover .product-detail-bnt {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  vertical-align: top;
}

/* line 3457, app/assets/stylesheets/style.css.scss */
.item .item-inner .item-img .item-box-hover .product-detail-bnt a {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #fff solid;
  width: 40px;
  background: none;
}

/* line 3473, app/assets/stylesheets/style.css.scss */
.item .item-inner .item-img .item-box-hover .product-detail-bnt a:hover {
  background-color: #ed6663;
  cursor: pointer;
  bottom: 10%;
}

/* line 3479, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button {
  border: 0;
  padding: 8px 12px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px solid #fff;
  background: none;
  border-radius: 0;
}

/* line 3494, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button:hover {
  background: #23292e;
  box-shadow: inset 0 -45px 0 0 #23292e;
  border-radius: 0;
}

/* line 3500, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button span {
  background: none;
  font-family: 'Montserrat', sans-serif;
  padding: 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

/* line 3508, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button.btn-cart:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  font-size: 14px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0px;
  text-align: center;
  background: none;
  transform: rotate(320deg);
  color: #121212;
}

/* line 3522, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button.btn-cart:hover:before {
  background: none;
  color: #a30a00;
}

/* line 3525, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-box-hover .add_cart {
  margin: 0px;
  display: inline-block;
  margin-right: 15px;
  transform: rotate(40deg);
  background: #a30a00;
  border: 2px #a30a00 solid;
  color: #66cc66;
  vertical-align: top;
}

/* line 3526, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-box-hover .add_cart:hover {
  color: #fff;
  background: #23292e;
  border-color: #23292e;
}

/* line 3527, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-box-hover .btn-cart {
  border: none !important;
}

/* line 3529, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-img .item-box-hover .box-inner .product-detail-bnt a.button.detail-bnt:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 14px;
}

/* line 3534, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-info {
  text-align: center;
}

/* line 3537, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-info .info-inner {
  border: 0px solid #fff;
  border-top: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 230px;
}

/* line 3546, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating, .products-grid .item .item-inner .item-info .info-inner .item-content .ratings {
  margin: 0 0;
}

/* line 3549, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box, .products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-box {
  float: none;
  margin: 0 0;
}

/* line 3553, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links, .products .item .item-inner .item-info .info-inner .item-content .ratings .rating-links {
  display: none;
}

/* line 3556, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-info .info-inner .item-title {
  margin-bottom: 10px;
  padding-top: 25px;
  font-size: 18px;
  overflow: hidden;
  letter-spacing: 0.5px;
  font-family: 'Saira Condensed', sans-serif;
  line-height: 1.3em;
}

/* line 3565, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-info .info-inner .item-title a {
  text-decoration: none;
  font-weight: 500;
  color: #121212;
}

/* line 3571, app/assets/stylesheets/style.css.scss */
.products-grid .item .item-inner .item-info .info-inner .item-title a:hover {
  color: #66cc66;
}

/* line 3574, app/assets/stylesheets/style.css.scss */
.products-grid .item:hover .item-inner .item-img .item-img-info {
  border-color: #ccc;
}

/* line 3577, app/assets/stylesheets/style.css.scss */
.products-grid .item:hover .item-inner .item-img .item-img-info a.product-image:before {
  left: 0px;
  top: 0px;
  margin: 0 0;
  cursor: pointer;
}

/* line 3583, app/assets/stylesheets/style.css.scss */
.products-grid .item:hover .item-inner .item-img .item-box-hover {
  visibility: visible;
  opacity: 1;
  left: 0px;
  bottom: 0px;
}

/* line 3589, app/assets/stylesheets/style.css.scss */
.products-grid .item:hover .item-inner .item-info .info-inner {
  border-color: #fff;
  background: #fff;
  opacity: 0.8;
}

/* line 3594, app/assets/stylesheets/style.css.scss */
.products-grid .item:hover .item-inner .item-info .info-inner .item-title a {
  color: #ed6663;
}

/*  End  =*/
/* Rating */
/* line 3600, app/assets/stylesheets/style.css.scss */
.no-rating {
  margin: 0;
}

/* line 3603, app/assets/stylesheets/style.css.scss */
.no-rating a {
  color: #000;
}

/* line 3606, app/assets/stylesheets/style.css.scss */
.ratings {
  font-size: 11px;
  line-height: normal;
  margin: 2px 0;
}

/* line 3611, app/assets/stylesheets/style.css.scss */
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}

/* line 3615, app/assets/stylesheets/style.css.scss */
.ratings .rating-links {
  margin: 0;
  display: none;
}

/* line 3619, app/assets/stylesheets/style.css.scss */
.ratings .rating-links a {
  margin: 0;
  text-decoration: none;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

/* line 3626, app/assets/stylesheets/style.css.scss */
.ratings .rating-links .separator {
  margin: 0 2px;
}

/* line 3629, app/assets/stylesheets/style.css.scss */
.rating-box {
  width: 60px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  background: url(/assets/bkg_rating-20c78020d57e01504f4e42544a2844294f7b745d2d34b04481ce230c8861c722.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

/* line 3638, app/assets/stylesheets/style.css.scss */
.rating-box .rating {
  float: left;
  height: 9px;
  background: url(/assets/bkg_rating-20c78020d57e01504f4e42544a2844294f7b745d2d34b04481ce230c8861c722.png) 0 100% repeat-x;
}

/* line 3643, app/assets/stylesheets/style.css.scss */
.ratings .rating-box {
  margin-right: 8px;
  display: inline-block;
}

/* line 3649, app/assets/stylesheets/style.css.scss */
.ratings-table th, .ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}

/* line 3654, app/assets/stylesheets/style.css.scss */
.ratings-table th {
  font-weight: normal;
  padding-right: 8px;
}

/* other */
/* line 3660, app/assets/stylesheets/style.css.scss */
.other-info {
  border-top: 1px #eaeaea solid;
  color: #777;
  padding-top: 20px;
  margin-top: 15px;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* line 3672, app/assets/stylesheets/style.css.scss */
.other-info i {
  display: block;
  margin-bottom: 5px;
  color: #ccc;
}

/* line 3673, app/assets/stylesheets/style.css.scss */
.col-km {
  float: left;
  width: 33.3%;
}

/* line 3674, app/assets/stylesheets/style.css.scss */
.col-engine {
  float: left;
  width: 33.3%;
}

/* line 3675, app/assets/stylesheets/style.css.scss */
.col-date {
  float: left;
  width: 33.3%;
  font-size: 14px;
}

/* line 3676, app/assets/stylesheets/style.css.scss */
.item-price {
  position: absolute;
  margin-left: auto;
  left: auto;
  width: 100%;
  right: auto;
  bottom: 70px;
  margin-right: auto;
}

/* Price */
/* line 3688, app/assets/stylesheets/style.css.scss */
.price {
  font-size: 14px;
  color: #333;
  white-space: nowrap !important;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 3694, app/assets/stylesheets/style.css.scss */
.price-box {
  margin: 0;
  padding: 18px 0px 10px 0px;
}

/* Regular price */
/* line 3700, app/assets/stylesheets/style.css.scss */
.regular-price {
  display: inline;
}

/* line 3704, app/assets/stylesheets/style.css.scss */
.regular-price .price {
  font-weight: 500;
  font-size: 22px;
  color: #121212;
}

/* line 3710, app/assets/stylesheets/style.css.scss */
.block .regular-price, .block .regular-price .price {
  color: #000;
}

/* line 3713, app/assets/stylesheets/style.css.scss */
.price-box .price-from .price {
  font-weight: bold;
  font-size: 13px;
  color: #333;
}

/* line 3718, app/assets/stylesheets/style.css.scss */
.price-box .price-to .price {
  font-weight: bold;
  font-size: 13px;
  color: #333;
}

/* line 3723, app/assets/stylesheets/style.css.scss */
.price-box .minimal-price .price {
  font-weight: bold;
  font-size: 13px;
  color: #333;
}

/* Old price */
/* line 3729, app/assets/stylesheets/style.css.scss */
.old-price .price-label {
  white-space: nowrap;
  color: #999;
  display: none;
}

/* line 3734, app/assets/stylesheets/style.css.scss */
.old-price {
  display: inline;
  margin-right: 5px;
}

/* Old price */
/* line 3739, app/assets/stylesheets/style.css.scss */
.old-price .price-label {
  color: #777777;
  display: none;
  white-space: nowrap;
}

/* line 3744, app/assets/stylesheets/style.css.scss */
.old-price .price {
  color: #999 !important;
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
  margin-right: 6px;
}

/* line 3751, app/assets/stylesheets/style.css.scss */
.latest-product .old-price .price-label {
  display: none;
}

/* Special price */
/* line 3755, app/assets/stylesheets/style.css.scss */
.special-price {
  margin: 0;
  padding: 3px 0;
  display: inline;
  font-family: 'Montserrat', sans-serif;
}

/* line 3761, app/assets/stylesheets/style.css.scss */
.special-price .price-label {
  color: #666;
  display: none;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}

/* line 3768, app/assets/stylesheets/style.css.scss */
.special-price .price {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

/* line 3773, app/assets/stylesheets/style.css.scss */
.special-price .price-label {
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  color: #666;
  display: none;
}

/* line 3780, app/assets/stylesheets/style.css.scss */
.latest-product .special-price .price-label {
  display: none;
}

/* Minimal price (as low as) */
/* line 3784, app/assets/stylesheets/style.css.scss */
.minimal-price {
  margin: 0;
}

/* line 3787, app/assets/stylesheets/style.css.scss */
.minimal-price .price-label {
  white-space: nowrap;
}

/* line 3790, app/assets/stylesheets/style.css.scss */
.minimal-price-link {
  display: inline;
}

/* line 3795, app/assets/stylesheets/style.css.scss */
.products-grid .actions button.button.btn-cart {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 8px 0 8px;
  padding: 9px 10px 9px 10px;
  color: #333;
  line-height: 14px;
}

/* line 3803, app/assets/stylesheets/style.css.scss */
.products-grid .item:hover .actions button.button.btn-cart {
  background: #333;
  border: 1px solid #333;
  margin: 0 3px 0 3px;
  padding: 9px 10px 9px 10px;
  color: #FFFFFF;
}

/* line 3810, app/assets/stylesheets/style.css.scss */
.products-grid .actions button.button.btn-cart span {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  padding: 0 8px;
  font-weight: bold;
  margin-left: 0;
  text-transform: uppercase;
}

/* Special price */
/*  Product Slider1 Start =*/
/* line 3822, app/assets/stylesheets/style.css.scss */
.carousel-inner {
  margin-top: 20px;
}

/* line 3825, app/assets/stylesheets/style.css.scss */
.best-seller-pro {
  position: relative;
  margin-bottom: 15px;
}

/* line 3829, app/assets/stylesheets/style.css.scss */
.featured-pro {
  padding: 0px 0px;
  position: relative;
  z-index: 1000;
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #ddd #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 50px;
  border-top: none;
}

/* line 3848, app/assets/stylesheets/style.css.scss */
.top-cate {
  padding: 0px;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

/* line 3850, app/assets/stylesheets/style.css.scss */
.top-cate .new_title {
  text-align: left;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 0px;
}

/* line 3852, app/assets/stylesheets/style.css.scss */
.top-cate .new_title .title-img {
  background: #88be4c;
  width: 100px;
  height: 50px;
  border-radius: 0px 0px 50px 50px;
  color: #fff;
  margin-top: 0px;
  line-height: normal;
}

/* line 3854, app/assets/stylesheets/style.css.scss */
.top-cate .new_title h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 18px 25px 15px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #23292e;
  margin-top: 0px;
  min-width: 250px;
}

/* line 3874, app/assets/stylesheets/style.css.scss */
.top-cate .new_title h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -40px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 3886, app/assets/stylesheets/style.css.scss */
.top-cate .new_title span {
  display: block;
  color: #333;
  margin-bottom: 35px;
  font-size: 14px;
}

/* line 3887, app/assets/stylesheets/style.css.scss */
.top-cate .owl-theme .owl-controls {
  margin: 0px;
}

/* line 3888, app/assets/stylesheets/style.css.scss */
.top-cate .slider-items-products .owl-buttons .owl-prev, .top-cate .slider-items-products .owl-buttons .owl-next {
  margin-top: -50px;
  margin-right: 20px;
}

/* line 3889, app/assets/stylesheets/style.css.scss */
.top-cate .slider-items-products .owl-buttons .owl-next a {
  border: none;
  width: 32px !important;
  margin: 0px 0 0 -16px;
  border-radius: 2px;
  background: #f2f2f2;
}

/* line 3890, app/assets/stylesheets/style.css.scss */
.top-cate .slider-items-products .owl-buttons .owl-prev a {
  border: none;
  width: 32px !important;
  margin: 0px 0 0 -16px;
  border-radius: 2px;
  background: #f2f2f2;
}

/* line 3891, app/assets/stylesheets/style.css.scss */
.offer-slider {
  display: block;
  text-align: center;
  margin: 0px auto 30px;
}

/* line 3896, app/assets/stylesheets/style.css.scss */
.featured-pro .product-block {
  text-align: center;
}

/* line 3899, app/assets/stylesheets/style.css.scss */
.featured-pro .pro-img {
  overflow: hidden;
  position: relative;
  z-index: 1000;
}

/* line 3907, app/assets/stylesheets/style.css.scss */
.featured-pro .pro-img img {
  position: relative;
  width: 100%;
  margin-top: 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 3923, app/assets/stylesheets/style.css.scss */
.top-cate .slider-items-products .item {
  margin: 0px;
  padding: 15px 30px;
  font-family: 'Saira Condensed', sans-serif;
  border-right: 1px #f2f2f2 solid;
}

/* line 3925, app/assets/stylesheets/style.css.scss */
.featured-pro .pro-img .pro-info {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: auto;
  padding: 25px 0px 10px 0px;
  text-transform: uppercase;
  font-family: 'Saira Condensed', sans-serif;
  /* margin: 0px 20px; */
  width: 100%;
}

/* line 3939, app/assets/stylesheets/style.css.scss */
.offer-slider li {
  position: relative;
}

/* line 3942, app/assets/stylesheets/style.css.scss */
.offer-slider p {
  color: #777;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

/* line 3948, app/assets/stylesheets/style.css.scss */
.offer-slider a.shop-now {
  padding: 7px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin-left: 10px;
  border-radius: 25px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  background: #ffc000;
}

/* line 3961, app/assets/stylesheets/style.css.scss */
.offer-slider a.shop-now:after {
  content: '\f0da';
  font-family: FontAwesome;
  display: inline-block !important;
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
}

/* line 3969, app/assets/stylesheets/style.css.scss */
.offer-slider a.shop-now:hover {
  color: #fff;
  background-color: #ed6663;
}

/* line 3977, app/assets/stylesheets/style.css.scss */
#featured-slider .link-wishlist, #featured-slider .link-compare {
  display: none !important;
}

/* line 3980, app/assets/stylesheets/style.css.scss */
#featured-slider .products-grid .item .item-inner .item-info .info-inner .item-title a {
  font-size: 13px;
}

/* line 3983, app/assets/stylesheets/style.css.scss */
#featured-slider .price-box {
  border: none;
  margin: 0px;
  padding-bottom: 2px;
}

/* line 3988, app/assets/stylesheets/style.css.scss */
#featured-slider .regular-price .price {
  font-size: 12px;
}

/* line 3991, app/assets/stylesheets/style.css.scss */
#featured-slider .special-price .price {
  font-size: 12px;
}

/* line 3994, app/assets/stylesheets/style.css.scss */
#featured-slider .products-grid .actions button.button.btn-cart {
  padding: 3px 8px;
  border: 1px #eaeaea solid;
}

/* line 3998, app/assets/stylesheets/style.css.scss */
#featured-slider .products-grid .actions button.button.btn-cart span {
  font-size: 10px;
}

/* line 4001, app/assets/stylesheets/style.css.scss */
#featured-slider .products-grid .actions .link-wishlist {
  padding: 8px 10px;
  font-size: 12px;
  display: none;
}

/* line 4006, app/assets/stylesheets/style.css.scss */
#featured-slider .products-grid .item:hover .actions .link-wishlist {
  padding: 8px 10px;
  font-size: 12px;
  display: inline-block;
}

/* line 4011, app/assets/stylesheets/style.css.scss */
#featured-slider .products-grid .actions .link-compare {
  padding: 8px 10px;
  font-size: 12px;
  display: none;
}

/* line 4016, app/assets/stylesheets/style.css.scss */
#featured-slider .products-grid .item:hover .actions .link-compare {
  padding: 8px 10px;
  font-size: 12px;
  display: inline-block;
}

/* line 4021, app/assets/stylesheets/style.css.scss */
.glyphicon-chevron-right:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  text-transform: none;
  font-size: 18px;
  padding: 6px 6px 6px 6px;
  line-height: 30px;
}

/* line 4033, app/assets/stylesheets/style.css.scss */
.glyphicon-chevron-left:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  text-transform: none;
  font-size: 18px;
  padding: 6px 4px;
  line-height: 30px;
}

/* line 4045, app/assets/stylesheets/style.css.scss */
.col-item {
  position: relative;
  background: #FFF;
}

/* line 4049, app/assets/stylesheets/style.css.scss */
.col-item .photo img {
  margin: 0 auto;
  width: 100%;
}

/* line 4053, app/assets/stylesheets/style.css.scss */
.col-item .info {
  margin-top: 1px;
  text-align: center;
}

/* line 4057, app/assets/stylesheets/style.css.scss */
.col-item:hover .info {
  background-color: #fff;
}

/* line 4060, app/assets/stylesheets/style.css.scss */
.clear-left {
  clear: left;
}

/* line 4063, app/assets/stylesheets/style.css.scss */
.col-item .separator p {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

/* line 4069, app/assets/stylesheets/style.css.scss */
.col-item .separator p i {
  margin-right: 5px;
}

/* line 4072, app/assets/stylesheets/style.css.scss */
.col-item .btn-add {
  width: 50%;
  float: left;
}

/* line 4076, app/assets/stylesheets/style.css.scss */
.col-item .btn-add {
  border-right: 1px solid #E1E1E1;
}

/* line 4079, app/assets/stylesheets/style.css.scss */
.col-item .btn-details {
  width: 50%;
  float: left;
  padding-left: 10px;
}

/* line 4084, app/assets/stylesheets/style.css.scss */
[data-slide="prev"] {
  margin-right: 10px;
}

/* line 4087, app/assets/stylesheets/style.css.scss */
.col-item .actions-links {
  height: 50px;
  background: #222;
  position: absolute;
  top: 55%;
  width: 100%;
  opacity: 0;
  z-index: 1000;
  overflow: hidden;
}

/* line 4097, app/assets/stylesheets/style.css.scss */
.col-item:hover .actions-links {
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 58.4%;
  width: 100%;
  opacity: 8;
  z-index: 10000;
}

/* line 4106, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.thm-mart-btn-quickview {
  left: 120%;
  opacity: 0;
  position: absolute;
  margin-top: 4px;
  z-index: 10;
  cursor: pointer;
}

/* line 4114, app/assets/stylesheets/style.css.scss */
.col-item:hover .actions-links .add-to-links a.thm-mart-btn-quickview {
  left: 26%;
  opacity: 8;
  position: absolute;
  margin-top: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 40px;
  text-align: center;
}

/* line 4123, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.thm-mart-btn-quickview:before {
  content: "\f002";
}

/* line 4126, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.thm-mart-btn-quickview {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding: 5px 5px;
  line-height: 25px;
  width: 30px;
}

/* line 4141, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.thm-mart-btn-quickview:hover {
  background: #ed6663;
}

/* line 4144, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.link-wishlist:before {
  content: "\f004";
}

/* line 4147, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.link-compare:before {
  content: "\f012";
}

/* line 4150, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.link-wishlist {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding: 5px 5px;
  line-height: 25px !important;
  width: 30px;
}

/* line 4165, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.link-wishlist:hover {
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 5px 5px;
  text-decoration: none;
  color: #fff;
  line-height: 25px;
  background: #ed6663;
  width: 30px;
}

/* line 4177, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.link-compare {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding: 5px 5px;
  line-height: 25px !important;
  width: 30px;
}

/* line 4192, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.link-compare:hover {
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 5px 5px;
  text-decoration: none;
  color: #fff !important;
  line-height: 25px !important;
  background: #ed6663;
  width: 30px;
}

/* line 4204, app/assets/stylesheets/style.css.scss */
.col-item .add-to-links a span {
  display: none;
}

/* line 4207, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.link-wishlist {
  right: 120%;
  opacity: 0;
  position: absolute;
  margin-top: 4px;
  z-index: 10;
}

/* line 4214, app/assets/stylesheets/style.css.scss */
.col-item:hover .actions-links .add-to-links a.link-wishlist {
  right: 44%;
  opacity: 8;
  position: absolute;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
  border-bottom: none;
  width: 40px;
  text-align: center;
}

/* line 4225, app/assets/stylesheets/style.css.scss */
.col-item .actions-links .add-to-links a.link-compare {
  right: 120%;
  opacity: 0;
  position: absolute;
  margin-top: 4px;
  z-index: 10;
}

/* line 4232, app/assets/stylesheets/style.css.scss */
.col-item:hover .actions-links .add-to-links a.link-compare {
  right: 29%;
  opacity: 8;
  position: absolute;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
  border-bottom: none;
  border-left: none;
  width: 40px;
  text-align: center;
}

/* line 4244, app/assets/stylesheets/style.css.scss */
.col-item .info .info-inner .item-title {
  margin-bottom: 5px;
  padding-top: 16px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 4251, app/assets/stylesheets/style.css.scss */
.col-item .info .info-inner .item-title a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
}

/* line 4257, app/assets/stylesheets/style.css.scss */
.col-item .info .info-inner .item-title a:hover {
  color: #ed6663;
}

/*.actions button.button.btn-cart {
background: #fff;
border: 1px solid #ddd;
margin: 10px 8px 0 8px;
padding: 9px 10px 9px 10px;
color: #333;
line-height: 14px;
transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.actions button.button.btn-cart:hover {
background: #333;
color: #fff;
}*/
/* line 4273, app/assets/stylesheets/style.css.scss */
.products-list .desc .link-learn {
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  color: #282828;
}

/* line 4279, app/assets/stylesheets/style.css.scss */
.products-list .ratings .rating-links {
  margin: 0;
  display: inline-block;
}

/* line 4283, app/assets/stylesheets/style.css.scss */
.category-image img {
  width: 100%;
}

/*.actions button.button.btn-cart span {
font-family:  'Open Sans', sans-serif;;
font-size: 11px;
padding: 0 8px;
font-weight: bold;
margin-left: 0;
text-transform: uppercase
}*/
/* line 4294, app/assets/stylesheets/style.css.scss */
.promo-banner-section {
  margin: 5px auto 25px;
}

/* line 4297, app/assets/stylesheets/style.css.scss */
.small-pr-slider span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
}

/* line 4308, app/assets/stylesheets/style.css.scss */
.small-pr-slider span.quick-view span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0a0a0a;
  padding: 8px 0 6px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

/* line 4323, app/assets/stylesheets/style.css.scss */
.small-pr-slider span.quick-view span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-top: -1px;
  background: url(/assets/quick-view-26d5ab9b50d3d6161f88a2d042171a71c3e80f88020124af85d752be92243015.png) no-repeat center;
  padding-right: 12px;
}

/* line 4332, app/assets/stylesheets/style.css.scss */
.small-pr-slider .controls .prev {
  top: 10px;
  right: 50px;
}

/* line 4336, app/assets/stylesheets/style.css.scss */
.small-pr-slider .controls .next {
  top: 10px;
  right: 15px;
}

/* line 4340, app/assets/stylesheets/style.css.scss */
.small-pr-slider .col-item .actions-links {
  height: 32px;
  top: 52%;
}

/* line 4344, app/assets/stylesheets/style.css.scss */
.small-pr-slider .col-item:hover .actions-links {
  height: 30px;
  top: 45.8%;
}

/*Best Products Slider */
/* line 4351, app/assets/stylesheets/style.css.scss */
.cate-banner-img {
  position: absolute;
  z-index: 100;
  margin-top: -11px;
  margin-left: 0px;
  right: 0px;
}

/* line 4359, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item {
  margin-left: 14px;
  margin-right: 14px;
}

/* line 4361, app/assets/stylesheets/style.css.scss */
.best-pro {
  padding: 0px 10px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #ddd #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
}

/* line 4373, app/assets/stylesheets/style.css.scss */
.best-pro .new_title {
  text-align: left;
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 10px;
  background: #e5e5e5;
}

/* line 4381, app/assets/stylesheets/style.css.scss */
.best-pro .new_title h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #a30a00;
  margin-top: 0px;
  min-width: 250px;
}

/* line 4398, app/assets/stylesheets/style.css.scss */
.best-pro .new_title h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 4410, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item.first {
  margin-left: 0;
}

/* line 4413, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item {
  float: left;
  background: #FFF;
  border-right: 1px #eaeaea solid;
  margin: 0px;
  margin-top: 10px;
  padding: 0px 15px;
}

/* line 4421, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item.show-addtocart {
  margin-top: 37px;
}

/* line 4424, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner {
  position: relative;
}

/* line 4428, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .actions {
  display: inline-block;
}

/* line 4431, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img {
  position: relative;
}

/* line 4435, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img .ico-product {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background: #de44c3;
  padding: 4px 20px 8px;
  color: #FFF;
  font-size: 150%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

/* line 4448, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img .ico-product strong {
  font-weight: 600;
}

/* line 4451, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img .ico-product.ico-sale {
  background: #7ebf38;
  right: 10px;
  left: auto;
}

/* line 4456, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img .item-img-info {
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}

/* line 4465, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img .item-img-info a.product-image {
  display: block;
  width: 100%;
}

/* line 4469, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img .item-img-info a.product-image img {
  width: 100%;
}

/* line 4472, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/* line 4477, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 4486, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img .item-img-info a.product-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  background-color: #ccc;
}

/* line 4501, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img .item-img-info a.product-image .img-main {
  display: inline;
}

/* line 4504, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img .item-box-hover {
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  width: 100%;
  top: 44%;
  opacity: 0;
}

/* line 4516, app/assets/stylesheets/style.css.scss */
.hot_deals {
  padding: 0px 10px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 5px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #ddd #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 50px;
}

/* line 4528, app/assets/stylesheets/style.css.scss */
.hot_deals .new_title {
  text-align: left;
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px #eaeaea solid;
  margin-bottom: 10px;
  background: #23292e;
}

/* line 4536, app/assets/stylesheets/style.css.scss */
.hot_deals .new_title h2 {
  color: #121212;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #a30a00;
  margin-top: 0px;
  min-width: 250px;
}

/* line 4553, app/assets/stylesheets/style.css.scss */
.hot_deals .new_title h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 4564, app/assets/stylesheets/style.css.scss */
.hot_deals.slider-items-products .owl-buttons .owl-prev, .hot_deals.slider-items-products .owl-buttons .owl-next {
  margin-top: -64px;
}

/* line 4565, app/assets/stylesheets/style.css.scss */
.hot_deals.slider-items-products .owl-buttons .owl-next a {
  border: none;
  width: 32px !important;
  opacity: 1;
  border-radius: 2px;
}

/* line 4566, app/assets/stylesheets/style.css.scss */
.hot_deals.slider-items-products .owl-buttons .owl-prev a {
  border: none;
  width: 32px !important;
  opacity: 1;
  border-radius: 2px;
}

/* line 4567, app/assets/stylesheets/style.css.scss */
.hot_deals .owl-theme .owl-controls {
  margin: 0px;
}

/* line 4568, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item.first {
  margin-left: 0;
}

/* line 4571, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item {
  float: left;
  background: #FFF;
  border-right: 1px #eaeaea solid;
  margin: 0px;
  margin: 20px 0;
  padding: 0px 15px;
}

/* line 4579, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item.show-addtocart {
  margin-top: 37px;
}

/* line 4583, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .actions {
  display: inline-block;
  vertical-align: top;
}

/* line 4587, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img {
  position: relative;
}

/* line 4591, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img .ico-product {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background: #de44c3;
  padding: 4px 20px 8px;
  color: #FFF;
  font-size: 150%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

/* line 4604, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img .ico-product strong {
  font-weight: 600;
}

/* line 4607, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img .ico-product.ico-sale {
  background: #7ebf38;
  right: 10px;
  left: auto;
}

/* line 4612, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img .item-img-info {
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}

/* line 4621, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img .item-img-info a.product-image {
  display: block;
  width: 100%;
}

/* line 4625, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img .item-img-info a.product-image img {
  width: 100%;
}

/* line 4628, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/* line 4633, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 4640, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img .item-img-info a.product-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  background-color: #ccc;
}

/* line 4655, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img .item-img-info a.product-image .img-main {
  display: inline;
}

/* line 4658, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img .item-box-hover {
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  width: 100%;
  top: 44%;
  opacity: 0;
}

/* line 4669, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item .item-inner .item-img .item-box-hover .product-detail-bnt {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  vertical-align: top;
}

/* line 4677, app/assets/stylesheets/style.css.scss */
#hot_deals .owl-item .item:hover .item-inner .item-img .item-box-hover {
  visibility: visible;
  opacity: 1;
  left: 0px;
  bottom: 0px;
}

/* line 4684, app/assets/stylesheets/style.css.scss */
.timer-grid {
  overflow: hidden;
  display: block;
  text-align: center;
}

/* line 4689, app/assets/stylesheets/style.css.scss */
.timer-grid .box-time-date {
  font-size: 12px;
  color: #aaa;
  width: 25%;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  height: 66px;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  border-right: 1px #aaa dashed;
}

/* line 4705, app/assets/stylesheets/style.css.scss */
.timer-grid .day.box-time-date {
  border-left: none;
}

/* line 4709, app/assets/stylesheets/style.css.scss */
.timer-grid .day.box-time-date span {
  color: #fff;
}

/* line 4713, app/assets/stylesheets/style.css.scss */
.timer-grid .box-time-date span {
  display: block;
  font-size: 26px;
  color: #fff;
  margin-top: 15px;
  font-weight: normal;
  padding-bottom: 5px;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
}

/* line 4724, app/assets/stylesheets/style.css.scss */
.timer-grid .sec {
  border-right: none;
}

/* line 4726, app/assets/stylesheets/style.css.scss */
.box-timer {
  text-align: left;
  margin: 0 0px;
  color: #999;
  border-radius: 10px;
  width: 340px;
  margin: auto;
  margin-top: -68px;
  position: absolute;
  left: 50%;
  margin-left: -170px;
}

/* line 4740, app/assets/stylesheets/style.css.scss */
.item .item-inner .item-img .item-box-hover .product-detail-bnt a {
  font-weight: normal;
  margin: 0;
  padding: 0px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  transform: rotate(40deg);
  border: 2px #fff solid;
  color: #121212;
}

/* line 4758, app/assets/stylesheets/style.css.scss */
.item .item-inner .item-img .item-box-hover .product-detail-bnt a:hover {
  background-color: #23292e;
  cursor: pointer;
  bottom: 10%;
  color: #fff;
  border-color: #23292e;
}

/* line 4766, app/assets/stylesheets/style.css.scss */
.item .item-inner .item-img .item-box-hover .product-detail-bnt a:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  transform: rotate(-40deg);
  display: block;
}

/* line 4774, app/assets/stylesheets/style.css.scss */
.item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button {
  border: 0;
  padding: 8px 12px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  color: #252932;
  font-weight: normal;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50px;
}

/* line 4790, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button span {
  background: none;
  padding: 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

/* line 4798, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-img .item-box-hover .box-inner .product-detail-bnt a.button.detail-bnt:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-left: 4px;
  margin-top: -2px;
}

/* line 4805, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-info {
  text-align: center;
}

/* line 4808, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-info .info-inner {
  border: 0px solid #fff;
  border-top: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 4816, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-info .info-inner .item-content .no-rating, #best-seller-slider .owl-item .item .item-inner .item-info .info-inner .item-content .ratings {
  margin: 0 0;
}

/* line 4819, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box, #best-seller-slider .owl-item .item .item-inner .item-info .info-inner .item-content .ratings .rating-box {
  float: none;
  margin: 0 0;
}

/* line 4823, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links, #best-seller-slider .owl-item .item .item-inner .item-info .info-inner .item-content .ratings .rating-links {
  display: none;
}

/* line 4829, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-info .info-inner .item-title a {
  text-decoration: none;
}

/* line 4832, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item .item-inner .item-info .info-inner .item-title a:hover {
  color: #ed6663;
}

/* line 4835, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item:hover .item-inner .item-img .item-img-info {
  border-color: #ccc;
}

/* line 4839, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item:hover .item-inner .item-img .item-box-hover {
  visibility: visible;
  opacity: 1;
  left: 0px;
  bottom: 0px;
}

/* line 4845, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item:hover .item-inner .item-info .info-inner {
  border-color: #fff;
  background: #fff;
  opacity: 0.8;
}

/* line 4850, app/assets/stylesheets/style.css.scss */
#best-seller .owl-item .item:hover .item-inner .item-info .info-inner .item-title a {
  color: #ed6663;
}

/* line 4854, app/assets/stylesheets/style.css.scss */
.add_cart {
  margin-top: 15px;
}

/* line 4855, app/assets/stylesheets/style.css.scss */
.btn-cart {
  padding: 0px !important;
}

/* line 4856, app/assets/stylesheets/style.css.scss */
.btn-cart:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 16px;
  padding: 6px 15px;
  display: inline-block;
}

/* line 4857, app/assets/stylesheets/style.css.scss */
.btn-cart span {
  display: inline-block;
  padding: 0px 0px;
}

/* line 4858, app/assets/stylesheets/style.css.scss */
#best-seller-slider .owl-item .item:hover .btn-cart {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -45px 0 0 #ed6663;
  border: 2px solid #e0403d;
  color: #fff;
}

/* products page */
/* line 4868, app/assets/stylesheets/style.css.scss */
.col-item {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

/* line 4873, app/assets/stylesheets/style.css.scss */
.col-item a.thumb {
  position: relative;
  display: block;
  cursor: pointer;
}

/* line 4878, app/assets/stylesheets/style.css.scss */
.col-item a.thumb:hover {
  border-color: #999;
}

/* line 4881, app/assets/stylesheets/style.css.scss */
.col-item a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
}

/* line 4892, app/assets/stylesheets/style.css.scss */
.col-item a.thumb span.quick-view span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0a0a0a;
  padding: 10px 0 5px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

/* line 4907, app/assets/stylesheets/style.css.scss */
.col-item a.thumb span.quick-view span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-top: -1px;
  background: url(/assets/quick-view-26d5ab9b50d3d6161f88a2d042171a71c3e80f88020124af85d752be92243015.png) no-repeat center;
  padding-right: 18px;
}

/* === FLIP 3D === */
/* line 4917, app/assets/stylesheets/style.css.scss */
.col-item .product-wrapper {
  position: relative;
  margin-top: 20px;
}

/* line 4921, app/assets/stylesheets/style.css.scss */
.col-item a.thumb.flip {
  transform-style: preserve-3d;
  transition: transform 0.5s linear;
}

/* line 4925, app/assets/stylesheets/style.css.scss */
.col-item .thumb-wrapper:hover a.thumb.flip {
  transform: rotateY(180deg);
}

/* line 4928, app/assets/stylesheets/style.css.scss */
.col-item .product-wrapper a.thumb.flip .face {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
  z-index: 1;
}

/* line 4936, app/assets/stylesheets/style.css.scss */
.col-item .product-wrapper a.thumb.flip .face img {
  width: 100%;
}

/* line 4939, app/assets/stylesheets/style.css.scss */
.col-item .product-wrapper a.thumb.flip .face.back {
  display: block;
  transform: rotateY(180deg);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  z-index: 10;
}

/* line 4948, app/assets/stylesheets/style.css.scss */
.col-item .product-wrapper a.thumb.flip .face.back img {
  width: 100%;
}

/* line 4951, app/assets/stylesheets/style.css.scss */
.col-item .actions .add-to-links a.link-wishlist {
  right: -142px;
  opacity: 0;
  position: absolute;
  margin-top: -35px;
  z-index: 100;
}

/* line 4958, app/assets/stylesheets/style.css.scss */
.col-item:hover .actions .add-to-links a.link-wishlist {
  right: 36px;
  opacity: 1;
  position: absolute;
  margin-top: -35px;
  z-index: 100;
}

/* line 4965, app/assets/stylesheets/style.css.scss */
.col-item .actions .add-to-links a.link-compare {
  right: -106px;
  opacity: 0;
  position: absolute;
  z-index: 100;
  margin-top: -35px;
}

/* line 4972, app/assets/stylesheets/style.css.scss */
.col-item:hover .actions .add-to-links a.link-compare {
  right: 5px;
  opacity: 1;
  z-index: 100;
  position: absolute;
  margin-top: -35px;
}

/* line 4979, app/assets/stylesheets/style.css.scss */
.col-item .actions .add-to-links a.link-wishlist:before {
  content: "\f004";
}

/* line 4982, app/assets/stylesheets/style.css.scss */
.col-item .actions .add-to-links a.link-compare:before {
  content: "\f012";
}

/* line 4985, app/assets/stylesheets/style.css.scss */
.col-item .actions a.link-wishlist, .col-item .actions a.link-compare {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding: 6px 8px;
  line-height: 17px;
  background-color: #333;
}

/* line 5000, app/assets/stylesheets/style.css.scss */
.col-item .actions .add-to-links a.link-wishlist:hover, .col-item .actions .add-to-links a.link-compare:hover {
  color: #fff;
  background-color: #000;
}

/* line 5004, app/assets/stylesheets/style.css.scss */
.col-item .item-title {
  margin-bottom: 5px;
  padding-top: 16px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 5012, app/assets/stylesheets/style.css.scss */
.col-item .item-title a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  font-size: 13px;
}

/* products page */
/* line 5021, app/assets/stylesheets/style.css.scss */
.recommend {
  margin: 20px auto;
  position: relative;
}

/* line 5025, app/assets/stylesheets/style.css.scss */
.recommend .controls .next {
  right: 0;
}

/* line 5028, app/assets/stylesheets/style.css.scss */
.recommend .controls .prev {
  right: 36px;
}

/* line 5033, app/assets/stylesheets/style.css.scss */
.new_title.center {
  padding: 0 0 0px 0;
  text-align: center;
  margin: 0px;
}

/* line 5038, app/assets/stylesheets/style.css.scss */
.new_title {
  color: #000000;
  margin: 0 auto 10px;
  text-align: center;
  text-transform: none;
}

/* line 5044, app/assets/stylesheets/style.css.scss */
.cross-sell-pro .new_title h2 {
  padding: 8px 20px 8px 0px;
}

/* line 5047, app/assets/stylesheets/style.css.scss */
.cross-sell-pro {
  margin-top: 25px;
}

/*  Product Slider1End  =*/
/* blog-post */
/* line 5055, app/assets/stylesheets/style.css.scss */
.blog-wrapper header {
  z-index: auto;
  box-shadow: none;
}

/* line 5057, app/assets/stylesheets/style.css.scss */
.blog-wrapper .entry-date {
  background: #fff;
  color: #88be4c;
  padding: 10px 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 18px;
  border: #ececec double;
}

/* line 5059, app/assets/stylesheets/style.css.scss */
.blog-wrapper .entry-content {
  padding-top: 0px;
}

/* line 5060, app/assets/stylesheets/style.css.scss */
.blog-wrapper .entry-content ul {
  margin-bottom: 25px;
}

/* line 5062, app/assets/stylesheets/style.css.scss */
.blog_entry p {
  margin: 0 0 1.5em 0;
  font-size: 14px;
  line-height: 1.9em;
}

/* line 5068, app/assets/stylesheets/style.css.scss */
.blog-index .col-main {
  padding-right: 0px;
}

/* line 5072, app/assets/stylesheets/style.css.scss */
.col2-left-layout .main-blog {
  padding-right: 0px;
}

/* line 5074, app/assets/stylesheets/style.css.scss */
.blog .entry-content .thm-readmore {
  margin-top: 1.5em;
}

/* line 5078, app/assets/stylesheets/style.css.scss */
.blog-side h2 {
  color: #121212;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 16px 25px 16px 20px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #a30a00;
  margin-top: 0px;
  min-width: 220px;
  margin-bottom: 20px;
}

/* line 5095, app/assets/stylesheets/style.css.scss */
.blog-side h2:after, .popular-posts h2:after, .widget_recent_entries h2:after, widget_recent_comments h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 5106, app/assets/stylesheets/style.css.scss */
.sidebar.blog-side .block {
  padding: 20px 20px;
}

/* line 5109, app/assets/stylesheets/style.css.scss */
.sidebar.blog-side .block a {
  color: #898989;
}

/* line 5113, app/assets/stylesheets/style.css.scss */
.widget_recent_entries ul li, .widget_recent_comments ul li {
  padding: 8px 0px !important;
  line-height: 21px;
}

/* line 5118, app/assets/stylesheets/style.css.scss */
.blog-side h2 {
  margin-top: -20px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
}

/* line 5125, app/assets/stylesheets/style.css.scss */
.blog-side .widget-content {
  padding: 20px;
  font-size: 13px;
  padding-bottom: 0px;
}

/* line 5126, app/assets/stylesheets/style.css.scss */
.blog-side .popular-posts h2 {
  background: #ed6663;
  color: #fff;
}

/* line 5127, app/assets/stylesheets/style.css.scss */
.blog-side .widget_recent_entries h2 {
  background: #23292e;
  color: #fff;
}

/* line 5128, app/assets/stylesheets/style.css.scss */
.blog-side .widget_recent_comments h2 {
  background: #50b2fc;
  color: #fff;
}

/* line 5134, app/assets/stylesheets/style.css.scss */
.sidebar.blog-side .block.widget_search {
  padding: 5px 5px;
}

/* line 5138, app/assets/stylesheets/style.css.scss */
.sidebar.blog-side .block.widget_search input {
  width: 100%;
  font-size: 13px;
  padding-left: 15px;
  border: none;
}

/* line 5145, app/assets/stylesheets/style.css.scss */
.sidebar.blog-side .block.widget_search .input-group {
  width: 100%;
}

/* line 5149, app/assets/stylesheets/style.css.scss */
button.thm-search {
  background: none;
  border: none;
  color: #adacac;
}

/* line 5155, app/assets/stylesheets/style.css.scss */
.sidebar.blog-side .block.widget_search .input-group-append {
  position: absolute;
  right: 8px;
  top: 8px;
}

/* line 5161, app/assets/stylesheets/style.css.scss */
.blog-wrapper blockquote {
  font-family: georgia;
  font-style: italic;
  position: relative;
  line-height: 1.6em;
}

/* line 5168, app/assets/stylesheets/style.css.scss */
blockquote {
  margin: 0 0 20px;
  padding: 20px 20px 30px 67px;
  border-left: 3px solid #eaeaea;
  background: #f8f8f8;
}

/* line 5175, app/assets/stylesheets/style.css.scss */
blockquote:before {
  content: open-quote;
  display: block;
  position: absolute;
  left: 14px;
  top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 72px;
  line-height: 1em;
  color: #c2c2c2;
}

/* line 5187, app/assets/stylesheets/style.css.scss */
.blog-wrapper h2 {
  font-size: 32px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 600;
}

/* line 5188, app/assets/stylesheets/style.css.scss */
.blog-wrapper h3 {
  font-size: 28px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 600;
  margin-top: 15px;
}

/* line 5189, app/assets/stylesheets/style.css.scss */
.blog-wrapper h4 {
  font-size: 24px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 600;
  margin-top: 15px;
}

/* line 5190, app/assets/stylesheets/style.css.scss */
.blog-wrapper h5 {
  font-size: 22px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 600;
  margin-top: 15px;
}

/* line 5192, app/assets/stylesheets/style.css.scss */
.thm-page-content .thm-post .wp-caption p.wp-caption-text {
  margin-bottom: 0;
}

/* line 5196, app/assets/stylesheets/style.css.scss */
.thm-post ul {
  padding-left: 0px;
  list-style-type: circle;
  font-size: 14px;
}

/* line 5202, app/assets/stylesheets/style.css.scss */
.thm-post ul ul {
  padding-left: 20px;
}

/* line 5206, app/assets/stylesheets/style.css.scss */
.thm-post ol {
  padding-left: 20px;
  list-style-type: decimal;
  font-size: 14px;
}

/* line 5212, app/assets/stylesheets/style.css.scss */
.thm-post ol ol {
  padding-left: 20px;
}

/* line 5216, app/assets/stylesheets/style.css.scss */
.thm-post ul li {
  list-style-type: circle;
  line-height: 2em;
  padding: 0;
}

/* line 5222, app/assets/stylesheets/style.css.scss */
.thm-post ol li {
  list-style-type: decimal;
  line-height: 2em;
  padding: 0;
}

/* line 5228, app/assets/stylesheets/style.css.scss */
.thm-post ul li {
  list-style-type: none;
  line-height: 2em;
  padding: 0;
  margin: 0px;
}

/* line 5235, app/assets/stylesheets/style.css.scss */
.post-password-form label {
  width: 100%;
}

/* line 5239, app/assets/stylesheets/style.css.scss */
.page .thm-post p + p + p.klbclear:before, .page .thm-post p + p + p.klbclear:after {
  content: '';
  clear: both;
  display: table;
}

/* line 5245, app/assets/stylesheets/style.css.scss */
.thm-post table {
  max-width: 100%;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
}

/* line 5252, app/assets/stylesheets/style.css.scss */
.thm-post th {
  text-align: left;
  padding-right: 20px;
  padding-bottom: 5px;
  padding: 10px;
  border: 1px solid #dee2e6;
}

/* line 5260, app/assets/stylesheets/style.css.scss */
.thm-post td {
  padding: 10px;
  border: 1px solid #dee2e6;
  text-align: left;
}

/* line 5266, app/assets/stylesheets/style.css.scss */
.thm-post dt {
  font-weight: bold;
}

/* line 5270, app/assets/stylesheets/style.css.scss */
.thm-post dl {
  font-size: 14px;
}

/* line 5274, app/assets/stylesheets/style.css.scss */
.thm-post dt,
.thm-post dd {
  line-height: 1.9em;
}

/* line 5279, app/assets/stylesheets/style.css.scss */
.thm-post dd {
  margin-left: 10px;
}

/* line 5283, app/assets/stylesheets/style.css.scss */
.thm-post abbr, .thm-post tla, .thm-post acronym {
  text-decoration: underline;
  cursor: help;
}

/* line 5288, app/assets/stylesheets/style.css.scss */
.thm-post ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  color: #80b435;
  margin-right: 7px;
}

/* line 5296, app/assets/stylesheets/style.css.scss */
.blog-wrapper .entry-content .thm-post ul {
  margin-bottom: 0px;
  margin: 0 0 1.5em 0;
  font-size: 14px;
  line-height: 2em;
}

/* line 5303, app/assets/stylesheets/style.css.scss */
.blog-wrapper .entry-content .thm-post ul ul {
  margin-bottom: 0;
}

/* line 5308, app/assets/stylesheets/style.css.scss */
.blog-side .widget-content li {
  overflow: hidden;
}

/* line 5309, app/assets/stylesheets/style.css.scss */
.sidebar.blog-side .block ul li:first-child {
  padding-top: 0 !important;
}

/* line 5312, app/assets/stylesheets/style.css.scss */
.sidebar.blog-side .block ul li {
  padding: 8px 0px;
}

/* line 5316, app/assets/stylesheets/style.css.scss */
.blog-side span.count {
  float: right;
  background: #f2f2f2;
  padding: 1px 5px;
  color: #121212;
  border-radius: 999px;
  width: 22px;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
}

/* line 5329, app/assets/stylesheets/style.css.scss */
.blog-side .featured-thumb {
  float: left;
  margin: 0 12px 5px 0;
  position: relative;
}

/* line 5334, app/assets/stylesheets/style.css.scss */
.blog-side .featured-thumb img {
  width: 90px;
  height: 90px;
}

/* line 5336, app/assets/stylesheets/style.css.scss */
.blog-side .content-info {
  width: 100%;
}

/* line 5338, app/assets/stylesheets/style.css.scss */
.blog-side .content-info h4 {
  font-size: 14px;
  line-height: 20px;
  padding-top: 0px;
  margin-bottom: 9px;
  margin: auto;
}

/* line 5344, app/assets/stylesheets/style.css.scss */
.blog-side .content-info h4 a {
  font-size: 14px;
  color: #333;
}

/* line 5346, app/assets/stylesheets/style.css.scss */
.blog-side .post-meta {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
  border: none;
}

/* line 5347, app/assets/stylesheets/style.css.scss */
.blog-side .icon-calendar {
  margin-right: 5px;
}

/* line 5349, app/assets/stylesheets/style.css.scss */
.blog-side .widget_categories {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #eee #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
}

/* line 5360, app/assets/stylesheets/style.css.scss */
.blog-side .widget_categories .content {
  padding: 18px;
  padding-top: 0px;
}

/* line 5362, app/assets/stylesheets/style.css.scss */
.blog-side .widget_categories ul {
  background: none repeat scroll 0 0 #fff;
  border-top: medium none;
  font-size: 14px;
  overflow: hidden;
  /* padding-left: 15px; */
}

/* line 5371, app/assets/stylesheets/style.css.scss */
.blog-side .widget_categories li {
  padding: 5px 0px;
}

/* line 5375, app/assets/stylesheets/style.css.scss */
.blog-side .text-widget {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #eee #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-top: 30px;
}

/* line 5385, app/assets/stylesheets/style.css.scss */
.blog-side .text-widget .widget-content {
  padding: 20px;
}

/* line 5388, app/assets/stylesheets/style.css.scss */
.popular-posts {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #eee #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
}

/* line 5399, app/assets/stylesheets/style.css.scss */
.blog_entry {
  position: relative;
  padding-bottom: 50px;
}

/* line 5401, app/assets/stylesheets/style.css.scss */
article.blog_entry {
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #eee #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
  padding: 25px;
}

/* line 5415, app/assets/stylesheets/style.css.scss */
.single-post .comment-content {
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #eee #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 40px;
  padding: 25px;
}

/* line 5428, app/assets/stylesheets/style.css.scss */
.blog_entry .btn {
  padding: 10px 25px 8px 25px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #121212;
  letter-spacing: 1px !important;
  display: inline-block;
  border: none;
  background: #a30a00;
  border-radius: 0px;
  border-bottom: 3px #ecd213 solid;
}

/* line 5440, app/assets/stylesheets/style.css.scss */
.blog_entry .btn:hover {
  background: #23292e;
  padding: 10px 25px 8px 25px;
  border: none;
  border-bottom: 3px #0d1012 solid;
}

/* line 5445, app/assets/stylesheets/style.css.scss */
.blog_entry-title {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin-top: 15px;
  padding-bottom: 2px;
  letter-spacing: 0.5px;
  line-height: 1.3em;
}

/* line 5447, app/assets/stylesheets/style.css.scss */
.main-blog .post-meta {
  margin-bottom: 1.5em !important;
  padding-bottom: 1.5em;
}

/* line 5452, app/assets/stylesheets/style.css.scss */
.main-blog .post-meta {
  margin: 0px;
  padding: 0px;
  margin-bottom: 12px !important;
  text-align: left;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 15px;
}

/* line 5461, app/assets/stylesheets/style.css.scss */
.entry-content {
  padding-top: 20px;
}

/* line 5463, app/assets/stylesheets/style.css.scss */
.blog-wrapper img {
  max-width: 100%;
}

/* line 5466, app/assets/stylesheets/style.css.scss */
.latest-blog img {
  width: 100%;
  border-radius: 0px;
}

/* line 5470, app/assets/stylesheets/style.css.scss */
.latest-blog {
  padding: 0px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 5478, app/assets/stylesheets/style.css.scss */
.latest-blog .blog-home-inner {
  padding: 0px 25px 25px 25px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #ddd #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
}

/* line 5490, app/assets/stylesheets/style.css.scss */
.latest-blog .blog-post {
  padding-top: 20px;
  padding-right: 13px;
  padding-left: 13px;
}

/* line 5492, app/assets/stylesheets/style.css.scss */
.latest-blog .blog_inner {
  position: relative;
  margin-top: 0px;
  background-color: #fff;
}

/* line 5501, app/assets/stylesheets/style.css.scss */
.latest-blog .fl-right {
  float: right;
  margin-right: 0px;
}

/* line 5506, app/assets/stylesheets/style.css.scss */
.blog-info {
  padding: 25px 3px;
}

/* line 5508, app/assets/stylesheets/style.css.scss */
.latest-blog .blog-title {
  text-align: left;
  margin-left: -25px;
  margin-right: -25px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 10px;
  background: #fff;
}

/* line 5516, app/assets/stylesheets/style.css.scss */
.latest-blog h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 19px;
}

/* line 5521, app/assets/stylesheets/style.css.scss */
.latest-blog h3 a {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Saira Condensed', sans-serif;
  padding-bottom: 15px;
  display: block;
  letter-spacing: 0.5px;
  line-height: 1.3em;
}

/* line 5532, app/assets/stylesheets/style.css.scss */
.latest-blog .post-date {
  width: 140px;
  background: #a30a00;
  position: absolute;
  display: inline-block;
  color: #121212;
  font-weight: 500;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  left: 0px;
  padding: 10px 15px;
  letter-spacing: 1px;
  margin-top: -95px;
}

/* line 5552, app/assets/stylesheets/style.css.scss */
.latest-blog .post-date:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  transform: skew(-35deg);
  right: -15px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 5566, app/assets/stylesheets/style.css.scss */
.latest-blog .readmore {
  font-size: 12px;
  display: inline-block;
  padding: 6px 15px;
  border: 1px #ddd solid;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff;
}

/* line 5581, app/assets/stylesheets/style.css.scss */
.latest-blog .readmore:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #ed6663;
  border: 1px solid #e0403d;
  color: #fff;
}

/* line 5589, app/assets/stylesheets/style.css.scss */
.latest-blog .blog-title h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ed6663;
  margin-top: 0px;
  min-width: 250px;
}

/* line 5605, app/assets/stylesheets/style.css.scss */
.latest-blog .blog-title h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 5618, app/assets/stylesheets/style.css.scss */
.post-meta {
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px !important;
  text-align: left;
  padding-bottom: 10px;
}

/* line 5626, app/assets/stylesheets/style.css.scss */
.post-meta li {
  display: inline-block;
  margin-right: 10px;
  color: #a7a7a7;
  text-transform: none;
  font-size: 13px;
}

/* line 5634, app/assets/stylesheets/style.css.scss */
.post-meta li i {
  padding-right: 7px;
}

/* line 5638, app/assets/stylesheets/style.css.scss */
.post-meta li a {
  margin-right: 5px;
  color: #50b2fc;
  font-size: 13px;
}

/* line 5644, app/assets/stylesheets/style.css.scss */
.post-date {
  color: #5e5f5f;
  font-weight: normal;
  font-size: 13px;
}

/* line 5649, app/assets/stylesheets/style.css.scss */
.latest-blog a {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
}

/* line 5656, app/assets/stylesheets/style.css.scss */
.latest-blog a:hover {
  color: #000;
  text-decoration: none;
}

/* line 5660, app/assets/stylesheets/style.css.scss */
.blog_post img {
  max-width: 100%;
  height: auto;
}

/* line 5664, app/assets/stylesheets/style.css.scss */
.latest-blog p {
  font-size: 13px;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  color: #777;
}

/* line 5671, app/assets/stylesheets/style.css.scss */
.blog_post img {
  margin-bottom: 20px;
  width: 100%;
}

/* line 5675, app/assets/stylesheets/style.css.scss */
.latest-blog .blog-img {
  display: block;
  overflow: hidden;
}

/* line 5679, app/assets/stylesheets/style.css.scss */
.latest-blog .blog-img img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 5688, app/assets/stylesheets/style.css.scss */
.latest-blog .blog-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/* line 5693, app/assets/stylesheets/style.css.scss */
.blog-img img {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}

/* line 5700, app/assets/stylesheets/style.css.scss */
.blog-img .mask {
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}

/* line 5709, app/assets/stylesheets/style.css.scss */
.blog-img a.info {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

/* line 5722, app/assets/stylesheets/style.css.scss */
.blog-img:hover .mask {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 5731, app/assets/stylesheets/style.css.scss */
.blog-img:hover a.info {
  opacity: 1;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* line 5744, app/assets/stylesheets/style.css.scss */
.blog-img .mask, .blog-img .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center;
}

/* line 5753, app/assets/stylesheets/style.css.scss */
.blog-img a.info {
  display: inline-block;
  text-decoration: none;
  padding: 8px 18px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 13px;
  border: 1px #fff solid;
  text-transform: uppercase;
  margin-top: 10%;
}

/* line 5765, app/assets/stylesheets/style.css.scss */
.blog-img a.info:hover {
  background: #ed6663;
}

/* line 5768, app/assets/stylesheets/style.css.scss */
.blog-img {
  position: relative;
}

/* blog-End */
/* ======================== Features Box ============================ */
/* line 5774, app/assets/stylesheets/style.css.scss */
.our-features-box {
  overflow: hidden;
  padding: 0px;
  width: 100%;
  margin: auto;
  padding: 0px 0;
  background: #fff;
  margin-bottom: 0px;
}

/* line 5785, app/assets/stylesheets/style.css.scss */
.our-features-box .container {
  padding: 0px;
}

/* line 5787, app/assets/stylesheets/style.css.scss */
.our-features-box ul {
  list-style: none;
  margin: auto;
  padding: 0;
  border: none;
  padding: 5px 0px;
  overflow: hidden;
}

/* line 5795, app/assets/stylesheets/style.css.scss */
.our-features-box li {
  float: left;
  margin-bottom: 0px;
  text-align: center;
  width: 25.5%;
  padding: 0;
  display: inline-block;
}

/* line 5803, app/assets/stylesheets/style.css.scss */
.our-features-box li.last {
  margin-right: 0;
  width: 23.5%;
}

/* line 5808, app/assets/stylesheets/style.css.scss */
.our-features-box li.last .our-features-box .feature-box {
  margin-right: 0px !important;
}

/* line 5810, app/assets/stylesheets/style.css.scss */
.our-features-box .feature-box {
  overflow: hidden;
  text-align: center;
  line-height: 1.4em;
  font-weight: normal;
  margin-right: 30px;
  border-radius: 3px;
  padding: 25px 0;
}

/* line 5820, app/assets/stylesheets/style.css.scss */
.our-features-box .feature-box p {
  color: #999;
  padding: 0px;
  margin: 0px;
  padding-top: 3px;
}

/* line 5821, app/assets/stylesheets/style.css.scss */
.our-features-box .feature-box h6 {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333;
  margin: 0px;
}

/* line 5823, app/assets/stylesheets/style.css.scss */
.free-shipping {
  background: #94d7fb;
  color: #fff;
}

/* line 5824, app/assets/stylesheets/style.css.scss */
.need-help {
  background: #685c88;
  color: #fff;
}

/* line 5825, app/assets/stylesheets/style.css.scss */
.money-back {
  background: #fc9cc4;
  color: #fff;
}

/* line 5826, app/assets/stylesheets/style.css.scss */
.return-policy {
  background: #dc4720;
  color: #fff;
  margin-right: 0 !important;
}

/* line 5828, app/assets/stylesheets/style.css.scss */
.our-features-box .feature-box .content {
  display: block;
  text-align: left;
  margin-left: 75px;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  padding-top: 7px;
}

/* line 5835, app/assets/stylesheets/style.css.scss */
.our-features-box .feature-box span {
  font-size: 12px;
  display: block;
  font-weight: 400;
  text-transform: none;
  display: block;
  padding-top: 5px;
  color: #fff;
  line-height: 18px;
  font-style: italic;
}

/* line 5847, app/assets/stylesheets/style.css.scss */
.icon-truck, .icon-money, .icon-support, .icon-return {
  display: inline-block !important;
  font-size: 24px;
  margin: auto;
  color: #66cc66;
  text-align: center;
  width: 62px !important;
  padding-left: 0px;
  float: left;
  height: 62px;
  line-height: 62px;
  vertical-align: top;
}

/* ======================== End Features Box ============================ */
/* PRODUCTS SLIDER */
/* line 5865, app/assets/stylesheets/style.css.scss */
.owl-item .item {
  margin: 0 15px;
}

/* line 5868, app/assets/stylesheets/style.css.scss */
.slider-items-products {
  position: relative;
}

/* line 5871, app/assets/stylesheets/style.css.scss */
.slider-items-products .item {
  text-align: center;
}

/* line 5874, app/assets/stylesheets/style.css.scss */
.slider-items-products .item .product-image {
  display: block;
  overflow: hidden;
}

/* line 5878, app/assets/stylesheets/style.css.scss */
.slider-items-products .item .product-image img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 5885, app/assets/stylesheets/style.css.scss */
.slider-items-products .item .product-image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/* line 5890, app/assets/stylesheets/style.css.scss */
#category-desc-slider img {
  width: 100%;
}

/* line 5893, app/assets/stylesheets/style.css.scss */
.owl-buttons {
  opacity: 1;
}

/* line 5896, app/assets/stylesheets/style.css.scss */
.slider-items-products .owl-buttons .owl-prev {
  position: absolute;
  right: 43px;
  top: 0%;
  margin-top: -64px;
}

/* line 5903, app/assets/stylesheets/style.css.scss */
.slider-items-products .owl-buttons .owl-next {
  position: absolute;
  right: 0%;
  top: 0%;
  margin-top: -64px;
}

/* line 5910, app/assets/stylesheets/style.css.scss */
.slider-items-products .owl-buttons .owl-prev a {
  background-position: 0 100%;
  opacity: 1;
}

/* line 5914, app/assets/stylesheets/style.css.scss */
.slider-items-products .owl-buttons .owl-next a {
  background-position: 100% 100%;
  top: 40%;
  opacity: 1;
}

/* line 5919, app/assets/stylesheets/style.css.scss */
.slider-items-products .owl-buttons .owl-next a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: bold;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  text-transform: none;
  font-size: 16px;
  color: #333;
  width: 38px !important;
  height: 32px !important;
  line-height: 34px;
}

/* line 5933, app/assets/stylesheets/style.css.scss */
.slider-items-products .owl-buttons .owl-prev a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: bold;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  text-transform: none;
  font-size: 16px;
  width: 32px !important;
  height: 32px !important;
  line-height: 34px;
}

/* line 5946, app/assets/stylesheets/style.css.scss */
.slider-items-products .owl-buttons a {
  background: #fff;
  display: block;
  width: 32px !important;
  height: 32px !important;
  line-height: 30px;
  margin: 0px 0 0 -30px;
  position: absolute;
  top: 40%;
  z-index: 5;
  color: #666;
  border-radius: 2px;
}

/* line 5960, app/assets/stylesheets/style.css.scss */
.product-flexslider {
  margin: 0px 0px;
  margin-top: 0px;
}

/* line 5964, app/assets/stylesheets/style.css.scss */
.owl-theme .owl-controls .owl-buttons div {
  background: none !important;
}

/* line 5967, app/assets/stylesheets/style.css.scss */
.slider-items-products .owl-buttons a:hover {
  text-decoration: none;
  color: #333;
  opacity: 1;
}

/*	Breadcrumbs */
/* line 5974, app/assets/stylesheets/style.css.scss */
.breadcrumbs {
  padding: 3px 0px 10px 0px;
  margin: auto;
  font-size: 14px;
  color: #fff;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 5981, app/assets/stylesheets/style.css.scss */
.breadcrumbs a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

/* line 5986, app/assets/stylesheets/style.css.scss */
.breadcrumbs span {
  display: inline-block;
  margin: 0 5px 0 5px;
  color: #aaa;
  font-size: 16px;
}

/* line 5992, app/assets/stylesheets/style.css.scss */
.breadcrumbs ul {
  margin: 0px;
  padding: 0px;
}

/* line 5996, app/assets/stylesheets/style.css.scss */
.breadcrumbs ul li {
  list-style-type: none;
  display: inline;
}

/* line 6000, app/assets/stylesheets/style.css.scss */
.breadcrumbs strong {
  font-weight: 400;
  color: #fff !important;
}

/* line 6004, app/assets/stylesheets/style.css.scss */
.slider-items-products .owl-buttons .owl-prev a {
  background-position: 0 100%;
}

/* Sidebar */
/* line 6009, app/assets/stylesheets/style.css.scss */
.button, .btn, .button-inverse, .button-vote, .sidebar .button, .sidebar .btn, .dropdown .dropdown-menu .button, .buttons-set .back-link a, .scrolltop, .button-tabs li a {
  padding: 10px 20px 8px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #121212;
  letter-spacing: 1px !important;
  border: none;
  background: #a30a00;
  border-radius: 0px;
  border-bottom: 2px #ecd213 solid;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 6022, app/assets/stylesheets/style.css.scss */
.btn:hover, .btn:focus, .button-inverse, .button-vote:hover, .sidebar .button:hover, .sidebar .button:focus, .form-list .bootstrap-select.btn-group .btn:hover .caret, .form-list .bootstrap-select.btn-group .btn:focus .caret, .buttons-set .back-link a:hover, .buttons-set .back-link a:focus, .scrolltop, .button-tabs li a:hover, .button-tabs li a:focus {
  padding: 10px 20px 8px 20px;
  border: none;
  border-bottom: 2px #111 solid;
  background: #121212;
  color: #FFF;
}

/* line 6029, app/assets/stylesheets/style.css.scss */
.button-checkout:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  padding-right: 5px;
}

/* line 6035, app/assets/stylesheets/style.css.scss */
.button-compare:before {
  content: "\f074";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 5px;
}

/* line 6041, app/assets/stylesheets/style.css.scss */
.button-clear:before {
  content: "\f12d";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 5px;
}

/* line 6047, app/assets/stylesheets/style.css.scss */
.button-subscribe:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 5px;
}

/* line 6053, app/assets/stylesheets/style.css.scss */
.button-vote:before {
  content: "\f164";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 5px;
}

/* line 6059, app/assets/stylesheets/style.css.scss */
.block {
  margin: 0 0 35px;
}

/* line 6062, app/assets/stylesheets/style.css.scss */
.sidebar .block {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
}

/* line 6075, app/assets/stylesheets/style.css.scss */
.block .block-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 20px 25px 20px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #23292e;
  margin-top: 0px;
  min-width: 230px;
}

/* line 6092, app/assets/stylesheets/style.css.scss */
.block .block-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 6104, app/assets/stylesheets/style.css.scss */
.block .block-title a {
  text-decoration: none;
}

/* line 6107, app/assets/stylesheets/style.css.scss */
.block .block-content .item {
  padding: 5px 0;
}

/* line 6110, app/assets/stylesheets/style.css.scss */
.block .btn-remove, .block .btn-edit {
  float: right;
  margin-top: 6px;
}

/* line 6114, app/assets/stylesheets/style.css.scss */
.sidebar .block .access .btn-remove {
  float: right;
  margin-top: -38px;
}

/* line 6118, app/assets/stylesheets/style.css.scss */
.block .actions {
  text-align: left;
  padding: 8px 0;
}

/* line 6122, app/assets/stylesheets/style.css.scss */
.block .actions a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 6128, app/assets/stylesheets/style.css.scss */
.block .empty {
  color: #666666;
}

/*	Category boxes */
/* Left Navigation */
/* line 6137, app/assets/stylesheets/style.css.scss */
.side-nav-categories ul li {
  padding: 2px 0px;
}

/* line 6140, app/assets/stylesheets/style.css.scss */
.side-nav-categories ul li a {
  display: inline-block;
  position: relative;
}

/* line 6144, app/assets/stylesheets/style.css.scss */
.side-nav-categories ul#magicat ul li a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  line-height: 17px;
  margin-right: 5px;
  top: 6px;
}

/* line 6151, app/assets/stylesheets/style.css.scss */
.side-nav-categories ul#magicat ul li a {
  color: #666;
}

/* line 6154, app/assets/stylesheets/style.css.scss */
.side-nav-categories ul#magicat ul li a {
  padding-left: 12px;
}

/* line 6157, app/assets/stylesheets/style.css.scss */
.side-nav-categories, .side-nav-categories .block {
  padding: 0px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
}

/* line 6171, app/assets/stylesheets/style.css.scss */
.box-category > ul > li:last-child {
  border: none;
}

/* line 6174, app/assets/stylesheets/style.css.scss */
ul#magicat li, ul.listStyle li {
  cursor: pointer;
  display: block;
  float: left;
  list-style-type: none;
  margin: 0 0 1px 0;
  padding-left: 0px;
  position: relative;
  width: 100% !important;
  box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF;
}

/* line 6185, app/assets/stylesheets/style.css.scss */
ul#magicat li.last {
  box-shadow: none;
}

/* line 6188, app/assets/stylesheets/style.css.scss */
ul#magicat li.level0 span.magicat-cat, ul.listStyle li span {
  text-align: left;
  display: inline-block;
  width: 100%;
}

/* line 6193, app/assets/stylesheets/style.css.scss */
ul#magicat li .open-close, .block-layered-nav dt .toggleBtn {
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

/* line 6201, app/assets/stylesheets/style.css.scss */
.block-layered-nav dt .toggleBtn {
  cursor: pointer;
}

/* line 6204, app/assets/stylesheets/style.css.scss */
ul#magicat li.active > .open-close, .block-layered-nav dt .toggleBtn.highlight {
  background-position: 2px -28px;
}

/* line 6207, app/assets/stylesheets/style.css.scss */
ul#magicat ul {
  padding-left: 10px;
}

/* line 6210, app/assets/stylesheets/style.css.scss */
ul#magicat li .open-close, .block-layered-nav dt .toggleBtn {
  display: inline-block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
}

/* line 6218, app/assets/stylesheets/style.css.scss */
ul#magicat li .open-close, .block-layered-nav dt .toggleBtn {
  background: url(/assets/leftNav-520932ae6735dfdce2ca66b8206ca2b53324f32924420f3438d5c2773af1f36f.png) no-repeat scroll 2px 3px;
}

/*.side-nav-categories .block-title:before {
content: '\f0c9';
font-family: FontAwesome;
font-size: 14px;
margin-right: 3px;
}*/
/* line 6227, app/assets/stylesheets/style.css.scss */
.side-nav-categories .block-title:before {
  content: '\f0c9';
  font-family: FontAwesome;
}

/* line 6232, app/assets/stylesheets/style.css.scss */
.side-nav-categories .block-title {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 20px 25px 20px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #a30a00;
  margin-top: 0px;
  min-width: 230px;
}

/* line 6248, app/assets/stylesheets/style.css.scss */
.side-nav-categories .block-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* Left Navigation End */
/* line 6262, app/assets/stylesheets/style.css.scss */
.box-category {
  padding: 5px 0px;
}

/* line 6265, app/assets/stylesheets/style.css.scss */
.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

/* line 6270, app/assets/stylesheets/style.css.scss */
.box-category > ul > li {
  display: block;
  position: relative;
  margin: 0;
  border-bottom: 1px #f2f2f2 solid;
  padding: 0px 25px;
}

/* line 6278, app/assets/stylesheets/style.css.scss */
.box-category > ul > li:last-child {
  box-shadow: none;
}

/* line 6281, app/assets/stylesheets/style.css.scss */
.box-category > ul > li.last {
  display: block;
  position: relative;
  box-shadow: 0 0px 0 #000, 0 0px 0 #666;
}

/* line 6286, app/assets/stylesheets/style.css.scss */
.box-category > ul > li:first-child {
  border-top: 0;
}

/* line 6289, app/assets/stylesheets/style.css.scss */
.box-category .subDropdown {
  top: 12px;
  right: 25px;
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 2px;
}

/* line 6298, app/assets/stylesheets/style.css.scss */
.box-category .subDropdown:hover {
  opacity: 0.8;
}

/* line 6301, app/assets/stylesheets/style.css.scss */
.box-category .subDropdown.plus {
  background-image: url(/assets/plus-blue-e630c2f2aade13c970ebdad581d7037ecf2172a377037cea0d2dbcb083fd14ce.png);
}

/* line 6304, app/assets/stylesheets/style.css.scss */
.box-category .subDropdown.minus {
  background-image: url(/assets/minus-blue-304d66b487400ad626bd8b8920eaa7dc19be91f1d9e0bee83da611181e1de6d8.png);
}

/* line 6308, app/assets/stylesheets/style.css.scss */
.box-category > ul > li ul > li .subDropdown {
  right: 0px !important;
  top: 0px !important;
}

/* line 6310, app/assets/stylesheets/style.css.scss */
.box-category ul li a {
  padding: 12px 0px;
  display: block;
  font-weight: normal;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 0.5px;
}

/* line 6317, app/assets/stylesheets/style.css.scss */
.box-category ul li.double a {
  display: inline-block;
  margin: 0;
}

/* line 6321, app/assets/stylesheets/style.css.scss */
.box-category ul li {
  position: relative;
}

/* line 6324, app/assets/stylesheets/style.css.scss */
.box-category > ul > li > a {
  color: #333;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* line 6332, app/assets/stylesheets/style.css.scss */
.box-category > ul > li ul {
  display: none;
  padding-left: 0px !important;
  padding-bottom: 15px;
  padding-right: 0px !important;
}

/* line 6338, app/assets/stylesheets/style.css.scss */
.box-category > ul > li > ul li {
  padding: 0px;
}

/* line 6341, app/assets/stylesheets/style.css.scss */
.box-category > ul > li a.active {
  font-weight: normal;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 6345, app/assets/stylesheets/style.css.scss */
.box-category > ul > li > a.active {
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 1px;
}

/* line 6352, app/assets/stylesheets/style.css.scss */
.box-category > ul > li a.active + ul {
  display: block;
}

/* line 6355, app/assets/stylesheets/style.css.scss */
.box-category a:hover {
  text-decoration: none;
  color: #000;
}

/* line 6359, app/assets/stylesheets/style.css.scss */
.box-category > ul > li ul li a {
  font-family: 'Saira Condensed', sans-serif;
}

/* line 6362, app/assets/stylesheets/style.css.scss */
.box-category > ul > li ul > li > a {
  border-bottom: 0 solid #EAEAEA;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 3px 0px !important;
  text-decoration: none;
  padding-left: 0px;
  color: #888;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

/* line 6374, app/assets/stylesheets/style.css.scss */
.box-category > ul > li ul > li ul > li a {
  text-decoration: none;
  font-size: 13px !important;
  margin: 4px 8px !important;
  padding: 0px 16px !important;
  border-bottom: 0px solid #EAEAEA;
  font-family: 'Open Sans', sans-serif;
}

/* line 6382, app/assets/stylesheets/style.css.scss */
.box-category > ul > li ul > li ul > li a:hover {
  color: #333;
}

/* line 6385, app/assets/stylesheets/style.css.scss */
.box-category > ul > li ul > li > a:hover {
  color: #333;
}

/* Sidebar */
/* line 6390, app/assets/stylesheets/style.css.scss */
.sidebar-left {
  margin-left: 0 !important;
}

/* line 6393, app/assets/stylesheets/style.css.scss */
.bv3 .sidebar-right, .bv3 .sidebar-left {
  padding-left: 15px;
}

/* line 6396, app/assets/stylesheets/style.css.scss */
.sidebar ol, .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 6401, app/assets/stylesheets/style.css.scss */
.sidebar .block-venedor-ads .block-content li {
  padding: 0;
}

/* line 6404, app/assets/stylesheets/style.css.scss */
.sidebar .block dt {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  font-family: 'Saira Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 6413, app/assets/stylesheets/style.css.scss */
.sidebar .block dd {
  border-bottom: 0 solid #CCCCCC;
  margin: 0;
  padding: 0 0px;
}

/* line 6418, app/assets/stylesheets/style.css.scss */
.sidebar address {
  margin: 0;
  padding: 0;
  color: #333;
  text-align: left;
  border-bottom: none;
}

/* line 6425, app/assets/stylesheets/style.css.scss */
.page-title h1, .page-title h2 {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  padding: 0px 25px;
  margin: 0px;
  display: inline-block;
  margin-top: 5px;
}

/* line 6437, app/assets/stylesheets/style.css.scss */
.col-main {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 30px;
}

/* line 6443, app/assets/stylesheets/style.css.scss */
.one-page-checkout {
  list-style: none;
  padding: 25px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
}

/* line 6456, app/assets/stylesheets/style.css.scss */
.one-page-checkout li.section {
  border-bottom: 0;
  margin-bottom: 8px;
}

/* line 6460, app/assets/stylesheets/style.css.scss */
.one-page-checkout .step-title {
  text-align: right;
  padding: 7px 0;
}

/* line 6464, app/assets/stylesheets/style.css.scss */
.one-page-checkout .active .step-title {
  cursor: default;
  font-size: 14px;
  padding-top: 0px;
  text-align: left;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  border-top: none;
}

/* line 6473, app/assets/stylesheets/style.css.scss */
.one-page-checkout .step-title .number {
  float: left;
  line-height: 15px;
  font-size: 15px;
  color: #333;
  padding: 8px 15px;
  background-color: #fff;
  border: 1px #eaeaea solid;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  border-radius: 0px;
}

/* line 6485, app/assets/stylesheets/style.css.scss */
.one-page-checkout .step-title h3 {
  border-bottom: 0px solid #E4E4E4;
  margin: 0 0 0 65px;
  text-align: left;
  line-height: 32px;
  font-size: 16px;
  font-family: 'Saira Condensed', sans-serif;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 6497, app/assets/stylesheets/style.css.scss */
.one-page-checkout .active .step-title .number {
  background: none repeat scroll 0 0 #ed6663;
  border: 1px solid #ed6663;
  color: #fff;
  padding: 8px 14px;
  font-weight: 600;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 6505, app/assets/stylesheets/style.css.scss */
.one-page-checkout .active .step-title h3 {
  color: #ed6663;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 6512, app/assets/stylesheets/style.css.scss */
.one-page-checkout .step {
  padding: 0px 10px 10px 65px;
  background-color: #FFFFFF;
}

/* line 6516, app/assets/stylesheets/style.css.scss */
#checkoutSteps .required {
  color: #F00;
}

/* line 6519, app/assets/stylesheets/style.css.scss */
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

/* line 6524, app/assets/stylesheets/style.css.scss */
.group-select li {
  margin: 0 0 15px;
  overflow: hidden;
  list-style: none;
}

/* line 6529, app/assets/stylesheets/style.css.scss */
.group-select input[type="radio"], .group-select input[type="checkbox"] {
  line-height: normal;
  margin: 4px 3px 0 0;
  vertical-align: top;
}

/* line 6534, app/assets/stylesheets/style.css.scss */
.group-select label {
  font-size: 13px;
  font-weight: normal;
  color: #333;
}

/* line 6539, app/assets/stylesheets/style.css.scss */
.group-select li select {
  /*width: 256px;*/
  padding: 3px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 10px;
  width: 95%;
}

/* line 6547, app/assets/stylesheets/style.css.scss */
select#billing-address-select {
  width: 570px;
  padding: 10px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  color: #333;
}

/* line 6556, app/assets/stylesheets/style.css.scss */
legend {
  display: none;
}

/* line 6559, app/assets/stylesheets/style.css.scss */
.group-select li .input-box {
  float: left;
  width: 50%;
}

/* line 6563, app/assets/stylesheets/style.css.scss */
.group-select .require {
  color: #FF0000;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

/* line 6568, app/assets/stylesheets/style.css.scss */
input.radio {
  margin-right: 5px;
  vertical-align: top;
}

/* line 6572, app/assets/stylesheets/style.css.scss */
.radio, .checkbox {
  display: inline-block;
}

/* line 6575, app/assets/stylesheets/style.css.scss */
button.button.continue:before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
}

/* line 6581, app/assets/stylesheets/style.css.scss */
.dashboard .welcome-msg {
  text-align: left;
  padding: 0px 0 5px;
  color: #333;
  font-size: 13px;
  margin: 0px;
  margin-bottom: 15px;
}

/* line 6589, app/assets/stylesheets/style.css.scss */
.dashboard .welcome-msg strong {
  font-weight: 600;
  font-size: 14px;
}

/* line 6595, app/assets/stylesheets/style.css.scss */
.recent-orders .data-table .price {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/* line 6597, app/assets/stylesheets/style.css.scss */
.data-table {
  border: 1px solid #E5E5E5;
  border-spacing: 0;
  text-align: left;
  width: 100%;
  font-size: 13px;
}

/* line 6604, app/assets/stylesheets/style.css.scss */
#my-orders-table {
  border: none;
  margin-top: 10px;
}

/* line 6608, app/assets/stylesheets/style.css.scss */
.my-account {
  padding: 25px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
}

/* line 6620, app/assets/stylesheets/style.css.scss */
.title-buttons a, .title-buttons .separator {
  margin-top: 0;
  display: inline-block;
  text-decoration: underline;
  color: #ed6663;
  font-size: 12px;
}

/* line 6627, app/assets/stylesheets/style.css.scss */
.recent-orders .title-buttons a {
  float: right;
}

/* line 6630, app/assets/stylesheets/style.css.scss */
.data-table thead tr, .data-table tfoot tr {
  background-color: #f5f5f5;
}

/* line 6633, app/assets/stylesheets/style.css.scss */
.data-table th {
  line-height: 20px;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Saira Condensed', sans-serif;
  text-transform: uppercase;
}

/* line 6641, app/assets/stylesheets/style.css.scss */
.data-table thead td, .data-table tfoot th, .data-table tfoot td, .cart .totals table th, .cart .totals table td {
  border-top: 0px solid #ddd;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Open Sans', sans-serif;
}

/* line 6646, app/assets/stylesheets/style.css.scss */
.data-table .price {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

/* line 6651, app/assets/stylesheets/style.css.scss */
.group-select li input.input-text, .group-select li textarea {
  /*width: 585px;*/
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 10px;
  outline: none;
  width: 98%;
}

/* line 6659, app/assets/stylesheets/style.css.scss */
.group-select li .input-box input.input-text, .group-select li .input-box textarea {
  /*width: 275px;*/
  margin-top: 2px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 10px;
  width: 95%;
}

/* line 6667, app/assets/stylesheets/style.css.scss */
.group-select li .input-box input.input-text:focus, .group-select li .input-box textarea:focus {
  background: #fff;
  border: 1px solid #ddd;
}

/* line 6671, app/assets/stylesheets/style.css.scss */
.group-select li input.input-text:focus, .group-select li textarea:focus {
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
}

/* line 6676, app/assets/stylesheets/style.css.scss */
.box-account {
  margin-top: 15px;
  font-size: 13px;
}

/* line 6680, app/assets/stylesheets/style.css.scss */
.col2-right-layout {
  margin-top: 10px;
}

/* line 6683, app/assets/stylesheets/style.css.scss */
.box-account .page-title h2 {
  font-size: 18px;
  margin-top: 15px;
  padding: 0px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* line 6691, app/assets/stylesheets/style.css.scss */
.col2-set {
  overflow: hidden;
  padding: 0px;
}

/* line 6695, app/assets/stylesheets/style.css.scss */
.col2-set h2 {
  font-size: 16px;
}

/* line 6698, app/assets/stylesheets/style.css.scss */
.col2-set .col-1 {
  float: left;
  width: 48%;
  text-align: left;
  border: 0px #336600 solid;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 6706, app/assets/stylesheets/style.css.scss */
.col2-set .col-1 ul.ul {
  margin: auto;
  padding-left: 17px;
}

/* line 6710, app/assets/stylesheets/style.css.scss */
.col2-set .col-1 ul li {
  list-style: disc;
}

/* line 6713, app/assets/stylesheets/style.css.scss */
.col2-set h5 {
  font-size: 18px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
  letter-spacing: 0.5px;
}

/* line 6722, app/assets/stylesheets/style.css.scss */
.box-account .col2-set a {
  text-decoration: underline;
}

/* line 6725, app/assets/stylesheets/style.css.scss */
.col2-set .col-2 {
  float: right;
  width: 48%;
  text-align: left;
}

/* line 6730, app/assets/stylesheets/style.css.scss */
.box-account address {
  line-height: 21px;
  color: #000;
  border-bottom: none;
}

/* line 6735, app/assets/stylesheets/style.css.scss */
.col2-set h4 {
  font-size: 13px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  margin-bottom: 5px;
}

/* line 6742, app/assets/stylesheets/style.css.scss */
.block .slider-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6747, app/assets/stylesheets/style.css.scss */
.block-layered-nav .block-subtitle {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

/* line 6751, app/assets/stylesheets/style.css.scss */
.block-layered-nav dt {
  font-size: 16px;
}

/* line 6754, app/assets/stylesheets/style.css.scss */
.block-layered-nav .currently ol {
  margin: 0;
  padding: 10px 15px;
}

/* line 6758, app/assets/stylesheets/style.css.scss */
.block-layered-nav .currently span.value {
  font-weight: bold;
}

/* line 6761, app/assets/stylesheets/style.css.scss */
.block-layered-nav li {
  padding: 3px 0;
}

/* line 6764, app/assets/stylesheets/style.css.scss */
.block-layered-nav .label {
  margin-right: 5px;
}

/* line 6767, app/assets/stylesheets/style.css.scss */
.block-layered-nav .button-arrow {
  width: 25px;
  height: 25px;
  padding: 0;
  margin-top: -2px;
  position: absolute;
  right: 15px;
}

/* line 6775, app/assets/stylesheets/style.css.scss */
#narrow-by-list2 dd {
  display: block !important;
}

/* line 6779, app/assets/stylesheets/style.css.scss */
.sidebar {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 30px;
}

/* line 6786, app/assets/stylesheets/style.css.scss */
.sidebar .section-filter {
  position: relative;
  width: 100%;
  margin-top: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
  padding: 25px;
}

/* line 6797, app/assets/stylesheets/style.css.scss */
.sidebar .section-filter .b-filter__btns .btn {
  width: 100%;
  background: #23292e;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  color: #fff;
  display: block;
  line-height: 30px;
  letter-spacing: 1px;
  border-radius: 0;
  border-bottom: 3px #131619 solid;
}

/* line 6813, app/assets/stylesheets/style.css.scss */
.sidebar .section-filter .b-filter__btns .btn:hover {
  background: #a30a00;
  color: white;
  border-bottom: 3px red solid;
}

/* line 6819, app/assets/stylesheets/style.css.scss */
.sidebar .section-filter h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 20px 25px 20px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #a30a00;
  margin-top: 0px;
  min-width: 230px;
  margin: -25px;
  margin-bottom: 25px;
  vertical-align: top;
}

/* line 6838, app/assets/stylesheets/style.css.scss */
.sidebar .section-filter h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 6850, app/assets/stylesheets/style.css.scss */
.sidebar .block-layered-nav .price {
  font-size: 13px;
  font-weight: normal;
}

/* line 6854, app/assets/stylesheets/style.css.scss */
.block-layered-nav .block-subtitle, .block-layered-nav dt {
  color: #333;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 0.5px;
}

/* line 6863, app/assets/stylesheets/style.css.scss */
.block-layered-nav .currently ol {
  border: 1px solid #ececec;
  background-color: #f4f4f4;
  border-radius: 0px;
}

/* line 6868, app/assets/stylesheets/style.css.scss */
.sidebar a, .sidebar .block-layered-nav .price .sub {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

/* line 6873, app/assets/stylesheets/style.css.scss */
.sidebar .block-layered-nav .price {
  color: #666;
  font-family: 'Open Sans', sans-serif;
}

/* line 6877, app/assets/stylesheets/style.css.scss */
.sidebar .link-cart, .sidebar .link-reorder, .block .actions a {
  color: #CA0000;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
}

/* line 6883, app/assets/stylesheets/style.css.scss */
.sidebar .link-compare, .sidebar .link-wishlist {
  color: #aaa;
  font-size: 14px;
}

/* line 6887, app/assets/stylesheets/style.css.scss */
.block-tags .actions a.view-all {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #333;
  font-weight: 900;
}

/* line 6893, app/assets/stylesheets/style.css.scss */
.block-tags .actions a.view-all:hover {
  color: #333;
}

/* line 6896, app/assets/stylesheets/style.css.scss */
.sidebar .link-cart:hover, .sidebar .link-wishlist:hover, .sidebar .link-reorder:hover, .sidebar .link-compare:hover, .sidebar .link-cart:focus, .sidebar .link-wishlist:focus, .sidebar .link-reorder:focus, .sidebar .link-compare:focus, .block .actions a:hover, .block .actions a:focus {
  color: #333;
}

/* line 6899, app/assets/stylesheets/style.css.scss */
.sidebar .block dl {
  border-bottom: 0px solid #ccc;
  margin: 0;
}

/* line 6903, app/assets/stylesheets/style.css.scss */
.block .block-content .price {
  font-size: 13px;
  font-weight: 400;
  color: #ed6663;
  font-family: 'Open Sans', sans-serif;
}

/* Block: Account */
/* line 6912, app/assets/stylesheets/style.css.scss */
.block-account .block-content {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}

/* line 6916, app/assets/stylesheets/style.css.scss */
.block-account .block-content ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 6920, app/assets/stylesheets/style.css.scss */
.block-account .block-content li {
  padding: 10px 0px;
}

/* line 6923, app/assets/stylesheets/style.css.scss */
.block-account .block-content li:first-child {
  border-top: none;
}

/* line 6927, app/assets/stylesheets/style.css.scss */
.sidebar .block-content li.last {
  border-bottom: none;
}

/* line 6930, app/assets/stylesheets/style.css.scss */
.block-account .block-content li a {
  cursor: pointer;
  padding: 10px 0px;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/* line 6941, app/assets/stylesheets/style.css.scss */
.block-account .block-content li a:hover {
  cursor: pointer;
  padding: 0 0px;
  color: #ed6663;
}

/* line 6946, app/assets/stylesheets/style.css.scss */
.sidebar .block-content li.current {
  font-weight: 900;
  color: #333;
}

/* Block: Currency Switcher */
/* line 6952, app/assets/stylesheets/style.css.scss */
.block-currency select {
  width: 100%;
  margin-right: 8px;
}

/* Block: Layered Navigation */
/* line 6959, app/assets/stylesheets/style.css.scss */
.block-layered-nav {
  background-color: #FFFFFF;
  border: 1px #ddd solid;
}

/* line 6964, app/assets/stylesheets/style.css.scss */
.block-layered-nav .block-content {
  padding-bottom: 5px !important;
}

/* line 6967, app/assets/stylesheets/style.css.scss */
.block-layered-nav dt {
  font-weight: bold;
  overflow: hidden;
  padding: 5px 0 5px !important;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px #eaeaea solid;
  margin-bottom: 10px;
}

/* line 6977, app/assets/stylesheets/style.css.scss */
.block-layered-nav dd {
  margin: 0;
  padding: 0;
}

/* line 6981, app/assets/stylesheets/style.css.scss */
.block-layered-nav dd ol {
  position: relative;
  margin-bottom: 15px;
}

/* line 6986, app/assets/stylesheets/style.css.scss */
.block-layered-nav .btn-remove {
  float: right;
}

/* line 6989, app/assets/stylesheets/style.css.scss */
.block-list .price {
  color: inherit;
  font-size: 14px;
}

/* Block: Cart */
/* line 6994, app/assets/stylesheets/style.css.scss */
.block-cart {
  padding: 0px;
  background-color: #FFFFFF;
}

/* line 6999, app/assets/stylesheets/style.css.scss */
.block-cart .amount {
  margin-bottom: 5px;
}

/* line 7002, app/assets/stylesheets/style.css.scss */
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}

/* line 7008, app/assets/stylesheets/style.css.scss */
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 5px 0;
}

/* line 7013, app/assets/stylesheets/style.css.scss */
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}

/* line 7016, app/assets/stylesheets/style.css.scss */
.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important;
}

/* line 7019, app/assets/stylesheets/style.css.scss */
.block-cart .summary {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

/* line 7025, app/assets/stylesheets/style.css.scss */
.block-cart .subtotal {
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 8px;
}

/* line 7031, app/assets/stylesheets/style.css.scss */
.block-cart .block-content .summary .subtotal .label {
  background: none repeat scroll 0 0 transparent;
  border-radius: 0 0 0 0;
  box-shadow: none;
  font-weight: normal;
  padding: 2px 0;
  text-shadow: none;
  color: #666;
  font-size: 100%;
}

/* line 7041, app/assets/stylesheets/style.css.scss */
.block-cart .subtotal .price {
  color: #ed6663;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

/* line 7047, app/assets/stylesheets/style.css.scss */
.ajax-checkout {
  border: 0 none;
  margin: 0;
  padding: 21px 0 5px;
  text-align: left;
  margin-bottom: 0px;
}

/* line 7054, app/assets/stylesheets/style.css.scss */
.ajax-checkout a {
  border: 0px #dc436b solid;
  background: #323C46;
  text-shadow: 0 1px 0 #333;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 11px;
  padding: 8px 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

/* line 7065, app/assets/stylesheets/style.css.scss */
.ajax-checkout a:hover {
  border: 0px #111 solid;
  background: #222;
  padding: 6px 10px;
  text-shadow: 0 1px 0 #000;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 11px;
  cursor: pointer;
}

/* line 7075, app/assets/stylesheets/style.css.scss */
.sidebar .block-cart .block-subtitle {
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  margin: 20px 0 8px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 7085, app/assets/stylesheets/style.css.scss */
.col-left .block-cart .block-content ul li .product-details {
  float: right;
  width: 62%;
  margin-left: 0px;
}

/* line 7091, app/assets/stylesheets/style.css.scss */
.col-left .block-cart .block-content ul li .product-details strong {
  font-weight: 400;
  font-size: 13px;
}

/* line 7093, app/assets/stylesheets/style.css.scss */
.col-left .block-cart .block-content ul li .product-details .access {
  float: right;
}

/* line 7096, app/assets/stylesheets/style.css.scss */
.col-left .block-cart .block-content ul li .product-details .access .btn-remove1 {
  position: inherit;
}

/* line 7099, app/assets/stylesheets/style.css.scss */
.col-left .block-cart ul li.item {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 10px;
  padding-bottom: 12px;
  overflow: hidden;
}

/* line 7105, app/assets/stylesheets/style.css.scss */
.block-cart ul li.item img {
  width: 90px;
}

/* line 7108, app/assets/stylesheets/style.css.scss */
.col-left .block-cart ul li.item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* line 7113, app/assets/stylesheets/style.css.scss */
.col-left .block-cart .block-content ul li a.product-image {
  display: inline;
}

/* line 7119, app/assets/stylesheets/style.css.scss */
.col-left .block-cart .block-content ul li .product-name {
  margin: 0 0 2px;
  font-size: 12px;
  line-height: 17px;
}

/* line 7124, app/assets/stylesheets/style.css.scss */
.col-left .block-cart .block-content ul li .product-name a {
  font-size: 13px;
  margin-top: 3px;
  display: block;
  line-height: 19px;
  letter-spacing: 0.2px;
}

/* line 7131, app/assets/stylesheets/style.css.scss */
.col-right .block-cart .block-content ul li .product-details {
  float: right;
  width: 172px;
}

/* line 7135, app/assets/stylesheets/style.css.scss */
.col-right .block-cart ul li.item {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 5px;
  padding-bottom: 8px;
}

/* line 7140, app/assets/stylesheets/style.css.scss */
.col-right .block-cart ul li.item.last {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

/* line 7145, app/assets/stylesheets/style.css.scss */
.col-right .block-cart .block-content ul li a.product-image {
  display: inline;
}

/* line 7148, app/assets/stylesheets/style.css.scss */
.col-right .block-cart .block-content ul li a.product-image img {
  border: 1px #ddd solid;
}

/* line 7151, app/assets/stylesheets/style.css.scss */
.col-right .block-cart .block-content ul li .product-name {
  margin: 0 0 2px;
  font-size: 14px;
}

/* line 7155, app/assets/stylesheets/style.css.scss */
.price, .breadcrumbs li strong, .product-details span.price, #recently-viewed-items .price-box .special-price .price, #recently-viewed-items .price-box .regular-price .price, .availability.out-of-stock span {
  color: #FF4C4C;
}

/* Block: Related */
/* line 7159, app/assets/stylesheets/style.css.scss */
.related-slider {
  float: right;
  margin: auto;
  margin-bottom: 15px;
}

/* line 7164, app/assets/stylesheets/style.css.scss */
.related-block .block-title {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}

/* line 7175, app/assets/stylesheets/style.css.scss */
.related-block {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-top: 25px;
}

/* line 7180, app/assets/stylesheets/style.css.scss */
.related-slider .slider-items-products .owl-buttons a {
  height: 41px;
  margin: -32px 0 0;
  top: 50%;
  width: 40px;
}

/* line 7186, app/assets/stylesheets/style.css.scss */
.related-slider .slider-items-products .owl-buttons .owl-next a:before {
  font-size: 24px;
  line-height: 38px;
}

/* line 7190, app/assets/stylesheets/style.css.scss */
.related-slider .slider-items-products .owl-buttons .owl-prev a:before {
  font-size: 24px;
  line-height: 38px;
}

/* line 7194, app/assets/stylesheets/style.css.scss */
.related-slider .slider-items-products .owl-buttons .owl-prev a {
  left: -8px;
}

/* line 7197, app/assets/stylesheets/style.css.scss */
.related-slider .slider-items-products .owl-buttons .owl-next a {
  left: -1px;
}

/* line 7200, app/assets/stylesheets/style.css.scss */
.related-slider button.button.btn-cart:before {
  content: "\f07a";
  font-family: 'FontAwesome';
}

/* line 7204, app/assets/stylesheets/style.css.scss */
.related-slider .products-grid .item .item-inner .item-img .item-img-info {
  border: none;
}

/* line 7207, app/assets/stylesheets/style.css.scss */
.related-slider h2 {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin: 0px 0 20px;
  text-align: left;
  text-shadow: 0 1px 0 #fff;
}

/* line 7215, app/assets/stylesheets/style.css.scss */
.block-related .block-content {
  padding: 0px 0 10px 0;
  border: 1px solid #ECECEC;
  border-top: none;
  overflow: hidden;
}

/* line 7221, app/assets/stylesheets/style.css.scss */
.block-related ul {
  margin: 0;
  padding: 0;
}

/* line 7225, app/assets/stylesheets/style.css.scss */
.block-related li {
  padding: 5px 0;
}

/* line 7228, app/assets/stylesheets/style.css.scss */
.block-related input.checkbox {
  position: absolute;
  left: 85px;
  top: 12px;
  z-index: 10;
}

/* line 7234, app/assets/stylesheets/style.css.scss */
.block-related .product {
  margin-left: 20px;
}

/* line 7237, app/assets/stylesheets/style.css.scss */
.block-related .product .product-image {
  float: left;
  margin-right: -65px;
}

/* line 7241, app/assets/stylesheets/style.css.scss */
.block-related .product .product-details {
  margin-left: 65px;
}

/* line 7244, app/assets/stylesheets/style.css.scss */
.block-related .mini-products-list .product-details {
  margin-left: 125px;
  text-align: left;
}

/* line 7248, app/assets/stylesheets/style.css.scss */
.block-related .mini-products-list .product-details .product-name {
  text-align: left;
}

/* line 7251, app/assets/stylesheets/style.css.scss */
.block-related .mini-products-list .product-image {
  width: 100px;
  margin: 0;
  padding: 0 10px;
}

/* line 7256, app/assets/stylesheets/style.css.scss */
.block-related .block-subtitle {
  padding: 10px 10px 0 10px;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

/* line 7262, app/assets/stylesheets/style.css.scss */
.block-related .price-box .old-price .price {
  display: inline;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

/* line 7267, app/assets/stylesheets/style.css.scss */
.block-related a.link-cart {
  text-transform: uppercase;
  font-size: 14px;
  color: #23AEAC;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

/* line 7274, app/assets/stylesheets/style.css.scss */
.block-related a.link-cart:hover {
  text-transform: uppercase;
  font-size: 14px;
  color: #CA0000;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

/* Block: Compare Products */
/* line 7282, app/assets/stylesheets/style.css.scss */
.block-compare {
  background-color: #FFFFFF;
  border: 1px #ddd solid;
}

/* line 7286, app/assets/stylesheets/style.css.scss */
.block-compare li {
  padding: 5px 0;
}

/* line 7289, app/assets/stylesheets/style.css.scss */
.block-compare .block-content ol, .block-compare .block-content ul {
  margin: 0;
}

/* line 7292, app/assets/stylesheets/style.css.scss */
ol#compare-items li a.product-name {
  font-size: 14px;
  display: block;
  display: inline-block;
  width: 200px;
  line-height: 1.7em;
}

/* line 7299, app/assets/stylesheets/style.css.scss */
ol#compare-items li a.product-name span {
  margin-right: 3px;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  line-height: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 6px;
}

/* line 7311, app/assets/stylesheets/style.css.scss */
ol#compare-items li {
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 10px;
  background: none;
}

/* line 7320, app/assets/stylesheets/style.css.scss */
ol#compare-items li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* Block: Recently Viewed */
/* line 7325, app/assets/stylesheets/style.css.scss */
.block-viewed .block-content {
  background-color: #fff;
  padding: 0px;
}

/* line 7329, app/assets/stylesheets/style.css.scss */
.block-viewed li {
  padding: 3px 0px !important;
  list-style: none;
}

/* line 7333, app/assets/stylesheets/style.css.scss */
.block-viewed li.last {
  padding: 0px;
  border-bottom: 0px #eaeaea solid;
  list-style: none;
}

/* line 7338, app/assets/stylesheets/style.css.scss */
.block-viewed .block-content li a {
  padding: 0 15px;
  color: #666;
}

/* line 7342, app/assets/stylesheets/style.css.scss */
.block-viewed .block-content li a:hover {
  font-size: 13px;
  color: #000;
}

/* line 7346, app/assets/stylesheets/style.css.scss */
.block-viewed li span {
  color: #777777;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 8px;
  margin-right: 3px;
}

/* line 7356, app/assets/stylesheets/style.css.scss */
.block-viewed li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 6px;
  color: #444;
  vertical-align: top;
}

/* line 7364, app/assets/stylesheets/style.css.scss */
.block-compared li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 6px;
  color: #444;
  vertical-align: top;
}

/* line 7372, app/assets/stylesheets/style.css.scss */
.sidebar ol, .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
}

/* line 7378, app/assets/stylesheets/style.css.scss */
#recently-viewed-items .product-name {
  text-align: left;
  margin: 0;
  text-transform: none;
  width: 225px;
  display: inline-block;
}

/* line 7385, app/assets/stylesheets/style.css.scss */
#recently-viewed-items .product-name a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  padding: 0 0px;
}

/* line 7393, app/assets/stylesheets/style.css.scss */
#recently-viewed-items .product-name a:hover {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

/* Block: Recently Compared */
/* line 7400, app/assets/stylesheets/style.css.scss */
.block-compared .block-content {
  background-color: #fff;
  padding: 5px 12px 12px;
}

/* line 7404, app/assets/stylesheets/style.css.scss */
.block-compared li {
  padding: 3px 0px !important;
  list-style: none;
}

/* line 7408, app/assets/stylesheets/style.css.scss */
.block-compared li.last {
  padding: 0px;
  border-bottom: 0px #eaeaea solid;
  list-style: none;
}

/* line 7413, app/assets/stylesheets/style.css.scss */
.block-compared .block-content li a {
  padding: 0 15px;
  color: #666;
}

/* line 7417, app/assets/stylesheets/style.css.scss */
.block-compared .block-content li a:hover {
  font-size: 13px;
  color: #000;
}

/* line 7421, app/assets/stylesheets/style.css.scss */
.block-compared li span {
  color: #777777;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 8px;
  margin-right: 3px;
}

/* line 7431, app/assets/stylesheets/style.css.scss */
.block-compared li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 6px;
  color: #444;
  vertical-align: top;
}

/* line 7439, app/assets/stylesheets/style.css.scss */
#recently-compared-items .product-name {
  text-align: left;
  margin: 0;
  text-transform: none;
  width: 225px;
  display: inline-block;
}

/* line 7446, app/assets/stylesheets/style.css.scss */
#recently-compared-items .product-name a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  padding: 0 0px;
}

/* line 7454, app/assets/stylesheets/style.css.scss */
#recently-compared-items .product-name a:hover {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

/* Block: Poll */
/* line 7461, app/assets/stylesheets/style.css.scss */
.block-poll {
  background-color: #FFFFFF;
  border: 1px #ddd solid;
}

/* line 7465, app/assets/stylesheets/style.css.scss */
.block-poll label {
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #333;
  font-weight: normal;
}

/* line 7474, app/assets/stylesheets/style.css.scss */
.block-poll .block-subtitle {
  color: #222;
  font-weight: 600;
  font-size: 14px;
}

/* line 7479, app/assets/stylesheets/style.css.scss */
.block-poll input.radio {
  float: left;
  margin: 2px -18px 0 0;
}

/* line 7483, app/assets/stylesheets/style.css.scss */
.block-poll .label {
  display: block;
  margin-left: 18px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  padding: 0.1em 0.3em 0.1em;
  line-height: 1.2em;
}

/* line 7491, app/assets/stylesheets/style.css.scss */
.block-poll li {
  padding: 3px 0px !important;
  background: none !important;
}

/* line 7495, app/assets/stylesheets/style.css.scss */
.block-poll .actions {
  margin: 5px 0 0 0px;
  padding: 0;
}

/* line 7499, app/assets/stylesheets/style.css.scss */
.block-poll .answer {
  font-weight: bold;
}

/* line 7502, app/assets/stylesheets/style.css.scss */
.block-poll .votes {
  float: right;
  margin-left: 10px;
}

/* Block: Tags */
/* line 7507, app/assets/stylesheets/style.css.scss */
.block-tags {
  background-color: #fff;
  padding: 0px;
}

/* line 7511, app/assets/stylesheets/style.css.scss */
.block-tags .block-content {
  overflow: hidden;
}

/* line 7514, app/assets/stylesheets/style.css.scss */
.block-tags ul, .block-tags li {
  display: inline;
  padding: 0 !important;
  background: none !important;
  border: none;
}

/* line 7520, app/assets/stylesheets/style.css.scss */
.block-tags .actions {
  border: 0 none;
  float: right !important;
  margin-top: 10px;
  padding: 0px;
  text-align: left;
}

/* Block: Subscribe */
/* line 7528, app/assets/stylesheets/style.css.scss */
.block-subscribe {
  background-color: #fff;
  padding: 0px;
}

/* line 7532, app/assets/stylesheets/style.css.scss */
.block-subscribe .input-text {
  width: 90%;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #AAAAAA;
  padding: 10px 7px;
  font-size: 13px;
}

/* line 7540, app/assets/stylesheets/style.css.scss */
.block-subscribe .input-text:focus {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  outline: medium none;
  padding: 10px 7px;
  vertical-align: middle;
}

/* line 7550, app/assets/stylesheets/style.css.scss */
.form-subscribe-header {
  font-size: 14px;
  margin-bottom: 5px;
  color: #222;
}

/* line 7555, app/assets/stylesheets/style.css.scss */
.static-contain {
  padding: 25px;
  position: relative;
  margin-top: 0px;
  /*padding-bottom:25px;*/
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
}

/* line 7568, app/assets/stylesheets/style.css.scss */
.multiple_addresses.multiple-checkout.container {
  margin-bottom: 30px;
}

/* line 7571, app/assets/stylesheets/style.css.scss */
.static-contain .required {
  color: #F00;
}

/* Block: Recently Viewed */
/* line 7579, app/assets/stylesheets/style.css.scss */
.block-company .block-content {
  padding-top: 5px !important;
}

/* line 7582, app/assets/stylesheets/style.css.scss */
.block-company ol {
  margin: 5px 0;
}

/* line 7585, app/assets/stylesheets/style.css.scss */
.block-company li {
  padding: 6px 0px !important;
  list-style: none;
}

/* line 7589, app/assets/stylesheets/style.css.scss */
.block-company li:first-child {
  border-top: none;
}

/* line 7592, app/assets/stylesheets/style.css.scss */
.block-company li a {
  padding: 0 0px;
  text-decoration: none;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
}

/* line 7600, app/assets/stylesheets/style.css.scss */
.block-company li a:hover {
  padding: 0 0px;
  color: #000;
}

/* line 7605, app/assets/stylesheets/style.css.scss */
.block-company li.last {
  padding: 6px 0px !important;
  border-bottom: 0px #eaeaea solid;
  list-style: none;
}

/* line 7610, app/assets/stylesheets/style.css.scss */
.block-company li span {
  float: left;
  margin-right: 5px;
  font-size: 16px;
  color: #aaa;
  line-height: 16px;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 7618, app/assets/stylesheets/style.css.scss */
.block-company li strong {
  color: #ed6663;
  font-weight: 600;
  padding: 0 0px;
}

/* Block: Reorder */
/* line 7626, app/assets/stylesheets/style.css.scss */
.block-reorder li {
  padding: 5px 0;
}

/* line 7629, app/assets/stylesheets/style.css.scss */
.block-reorder input.checkbox {
  float: left;
  margin: 3px -20px 0 0;
}

/* line 7633, app/assets/stylesheets/style.css.scss */
.block-reorder .product-name {
  margin-left: 20px;
}

/* Block: Banner */
/* line 7638, app/assets/stylesheets/style.css.scss */
.block-banner .block-content {
  text-align: center;
}

/* line 7641, app/assets/stylesheets/style.css.scss */
.block-banner a img {
  transition: all 0.4s ease-out 0.2s;
}

/* line 7644, app/assets/stylesheets/style.css.scss */
.block-banner a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  background-color: #eee;
}

/* line 7652, app/assets/stylesheets/style.css.scss */
.category-description a.prev, .category-description a.next {
  margin: 125px 6px 0px 5px;
}

/* Pager */
/* line 7656, app/assets/stylesheets/style.css.scss */
.pager {
  margin: 0;
  text-align: center;
  padding: 0;
}

/* line 7662, app/assets/stylesheets/style.css.scss */
.blog-wrapper .pager {
  margin-bottom: 30px;
}

/* line 7664, app/assets/stylesheets/style.css.scss */
.pager .amount {
  float: left;
}

/* line 7667, app/assets/stylesheets/style.css.scss */
.pager .limiter label {
  float: left;
  font-size: 11px;
  padding: 6px 0;
  margin-right: 10px;
  display: inline;
  text-transform: uppercase;
}

/* line 7675, app/assets/stylesheets/style.css.scss */
.pager .pages {
  margin: 0 0;
}

/* line 7678, app/assets/stylesheets/style.css.scss */
.pages .pagination {
  margin: auto;
}

/* line 7681, app/assets/stylesheets/style.css.scss */
.pager .pages li {
  display: inline-block;
}

/* line 7684, app/assets/stylesheets/style.css.scss */
.pager .pages li a {
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 7px 12px;
  border-radius: 0px;
  color: #333;
  background: #fff;
  line-height: normal;
}

/* line 7693, app/assets/stylesheets/style.css.scss */
.pager .pages li a:hover {
  border: 1px solid #a30a00;
  color: white;
  background: #a30a00;
}

/* line 7698, app/assets/stylesheets/style.css.scss */
.pages .pagination > .active > a, .pages .pagination > .active > span, .pages .pagination > .active > a:hover, .pages .pagination > .active > span:hover, .pages .pagination > .active > a:focus, .pages .pagination > .active > span:focus {
  z-index: 2;
  color: white;
  cursor: default;
  background-color: #a30a00;
  border-color: #a30a00;
  border-radius: 0px;
  border-width: 1px;
}

/* Sorter */
/* line 7708, app/assets/stylesheets/style.css.scss */
.sorter {
  padding: 0;
  margin: 0;
}

/* line 7712, app/assets/stylesheets/style.css.scss */
.sorter .actions {
  float: left;
}

/* line 7715, app/assets/stylesheets/style.css.scss */
.sorter .view-mode {
  float: left;
  margin-right: 20px;
  margin-left: 0px;
}

/* line 7720, app/assets/stylesheets/style.css.scss */
.sorter .sort-by {
  float: left;
  margin-top: 6px;
}

/* Toolbar */
/* line 7725, app/assets/stylesheets/style.css.scss */
.toolbar {
  clear: both;
  margin-top: 0px;
  padding: 20px 25px;
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  border-bottom: 1px #eaeaea solid;
}

/* line 7734, app/assets/stylesheets/style.css.scss */
.toolbar .sorter {
  float: left;
}

/* line 7737, app/assets/stylesheets/style.css.scss */
.toolbar-bottom {
  margin-top: 0;
}

/* line 7740, app/assets/stylesheets/style.css.scss */
.toolbar .pager .pages ol {
  float: none;
}

/* line 7743, app/assets/stylesheets/style.css.scss */
#sort-by .button-asc {
  background-color: #fff;
  box-shadow: none;
  float: right;
  height: 34px;
  line-height: 34px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
  border: 1px #ddd solid;
  font-size: 15px;
}

/* line 7755, app/assets/stylesheets/style.css.scss */
#sort-by .button-asc:hover {
  background: #a30a00;
  color: white;
  border-color: #a30a00;
}

/* line 7760, app/assets/stylesheets/style.css.scss */
.top_arrow:before {
  content: '\f106';
  font-family: FontAwesome;
  font-size: 16px;
}

/* line 7765, app/assets/stylesheets/style.css.scss */
#sort-by .button-desc {
  background-color: #f8f8f8;
  box-shadow: none;
  float: right;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
  width: 30px;
}

/* line 7775, app/assets/stylesheets/style.css.scss */
#sort-by {
  float: left;
  font-size: 13px;
}

/* line 7779, app/assets/stylesheets/style.css.scss */
#sort-by ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

/* line 7786, app/assets/stylesheets/style.css.scss */
#sort-by ul li a {
  padding: 0;
  padding-right: 5px;
  padding-left: 10px;
  background-color: inherit;
  border: none;
  border-radius: 0;
  color: #333;
  width: 100%;
}

/* line 7796, app/assets/stylesheets/style.css.scss */
#sort-by ul li a .right-arrow {
  float: right;
}

/* line 7806, app/assets/stylesheets/style.css.scss */
#sort-by a:link, #sort-by a:visited {
  color: #333;
  text-decoration: none;
}

/* line 7810, app/assets/stylesheets/style.css.scss */
#sort-by li {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  margin: 0 auto;
  outline: medium none;
  padding: 6px 0px;
  position: relative;
  width: 165px;
  float: left;
  color: #333;
  border: 1px solid #ddd;
}

/* line 7822, app/assets/stylesheets/style.css.scss */
#sort-by li li {
  width: 165px;
  margin-top: 0px;
  border-top: none;
}

/* line 7828, app/assets/stylesheets/style.css.scss */
#sort-by li:hover {
  background: #a30a00;
}

/* line 7829, app/assets/stylesheets/style.css.scss */
#sort-by li:hover > a {
  color: white;
}

/* line 7831, app/assets/stylesheets/style.css.scss */
#sort-by ul ul {
  position: absolute;
  visibility: hidden;
  left: -1px;
  top: 33px;
  background: none repeat scroll 0 0 #F8F8F8;
  z-index: 10000;
  border-top: none;
  border-top: none;
  color: #333;
}

/* line 7842, app/assets/stylesheets/style.css.scss */
#sort-by ul ul ul {
  position: absolute;
  left: 100%;
  top: -2px;
  border: solid 1px transparent;
}

/* line 7848, app/assets/stylesheets/style.css.scss */
#sort-by li:hover > ul {
  visibility: visible;
}

/* line 7852, app/assets/stylesheets/style.css.scss */
.right-arrow:after {
  content: "\f107";
  font-family: 'FontAwesome';
  color: #666;
  font-size: 14px;
  margin-right: 5px;
}

/* line 7859, app/assets/stylesheets/style.css.scss */
#limiter {
  float: right;
  font-size: 14px;
  margin-top: 0px;
}

/* line 7864, app/assets/stylesheets/style.css.scss */
#limiter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

/* line 7870, app/assets/stylesheets/style.css.scss */
#limiter a:link, #limiter a:visited {
  text-decoration: none;
  background-color: transparent;
  border: 0px solid #ddd;
  border-radius: 0px;
  display: inline-block;
  padding: 0px;
  width: 100%;
}

/* line 7879, app/assets/stylesheets/style.css.scss */
#limiter li {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  margin: 0 auto;
  outline: medium none;
  padding: 6px 0px 6px 10px;
  position: relative;
  width: 50px;
  float: left;
  color: #333;
  text-align: left;
  border: 1px solid #ddd;
}

/* line 7893, app/assets/stylesheets/style.css.scss */
#limiter li a {
  color: #333;
}

/* line 7895, app/assets/stylesheets/style.css.scss */
#limiter li:hover {
  background: #a30a00;
}

/* line 7896, app/assets/stylesheets/style.css.scss */
#limiter li:hover > a {
  color: white;
}

/* line 7898, app/assets/stylesheets/style.css.scss */
#limiter .right-arrow {
  float: right;
  margin-left: 6px;
}

/* line 7902, app/assets/stylesheets/style.css.scss */
#limiter li li {
  width: 50px;
  border-top: 0px #f5f5f5 solid;
}

/* line 7906, app/assets/stylesheets/style.css.scss */
#limiter li li a:hover {
  color: white;
}

/* line 7909, app/assets/stylesheets/style.css.scss */
#limiter li:hover {
  color: #fff;
}

/* line 7912, app/assets/stylesheets/style.css.scss */
#limiter ul ul {
  position: absolute;
  visibility: hidden;
  left: -1px;
  top: 32px;
  background: none repeat scroll 0 0 #fff;
  z-index: 10000;
  color: #000;
  border-top: none;
  border: 0px #f5f5f5 solid;
}

/* line 7923, app/assets/stylesheets/style.css.scss */
#limiter ul ul ul {
  position: absolute;
  left: 100%;
  top: -2px;
  border: solid 1px transparent;
}

/* line 7929, app/assets/stylesheets/style.css.scss */
#limiter li:hover > ul {
  visibility: visible;
}

/* Category Toolbar, Pager */
/* line 7933, app/assets/stylesheets/style.css.scss */
.toolbar .button-list {
  background: #fff url(/assets/icon_list-a7ea1cd0da41343e1cefa455bf8b1ed001a6222f37c47cba423c5ebcf4f28bd4.png) no-repeat 12px 8px;
  text-transform: none;
  padding: 6px 12px 7px 22px;
  color: #333;
  border: 1px #ddd solid;
  border-radius: 0px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
}

/* line 7945, app/assets/stylesheets/style.css.scss */
.toolbar a.button-grid {
  background: #fff url(/assets/icon_grid_over-e29823dd922ade17acaf0d73c9d6eb022434c31bf28a44090a113564ebf8fbb3.png) no-repeat 12px 9px;
  border: 1px #ddd solid;
  color: #333;
  padding: 6px 12px 7px 22px;
  border-radius: 0px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
}

/* line 7956, app/assets/stylesheets/style.css.scss */
.toolbar span.button-active.button-grid {
  background: url(/assets/icon_grid_over-e29823dd922ade17acaf0d73c9d6eb022434c31bf28a44090a113564ebf8fbb3.png) no-repeat 10px 9px;
  background-color: #a30a00;
  color: #121212;
  padding: 6px 12px 7px 22px;
  margin-right: 5px;
  border: 1px #a30a00 solid;
  border-radius: 0px;
  font-size: 0px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
}

/* line 7971, app/assets/stylesheets/style.css.scss */
.toolbar span.button-active.button-list {
  background: url(/assets/icon_list-a7ea1cd0da41343e1cefa455bf8b1ed001a6222f37c47cba423c5ebcf4f28bd4.png) no-repeat 12px 8px;
  background-color: #a30a00;
  color: #fff;
  padding: 6px 12px 7px 22px;
  border: 1px #a30a00 solid;
  border-radius: 0px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
}

/* line 7983, app/assets/stylesheets/style.css.scss */
.toolbar .pager {
  text-align: left;
  margin: 0 10px 0 0;
  padding: 0;
  float: right;
  width: 100%;
}

/* line 7990, app/assets/stylesheets/style.css.scss */
.pager .amount, .sorter .amount {
  padding-left: 10px;
  margin-top: 4px;
  display: inline-block;
}

/* line 7995, app/assets/stylesheets/style.css.scss */
.toolbar .pager .limiter {
  margin-top: 2px;
  float: left;
}

/* line 7999, app/assets/stylesheets/style.css.scss */
.toolbar-bottom .pager .limiter {
  position: static;
}

/* line 8002, app/assets/stylesheets/style.css.scss */
.pager .button {
  padding: 4px 5px;
  background-color: #fff;
}

/* line 8006, app/assets/stylesheets/style.css.scss */
.pager .button :hover {
  padding: 4px 5px;
  background-color: #fff;
}

/* line 8010, app/assets/stylesheets/style.css.scss */
.toolbar .actions {
  margin-right: 30px;
}

/* line 8013, app/assets/stylesheets/style.css.scss */
.pager .limiter label, .toolbar label {
  display: inline;
  float: left;
  margin-right: 7px;
  padding: 7px 0;
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
  color: #888;
}

/* line 8024, app/assets/stylesheets/style.css.scss */
.toolbar .sorter .sort-by {
  margin-right: 30px;
}

/* line 8027, app/assets/stylesheets/style.css.scss */
.pager .amount {
  margin-right: 20px;
}

/* Category Page */
/* line 8031, app/assets/stylesheets/style.css.scss */
.category-title {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
}

/* line 8035, app/assets/stylesheets/style.css.scss */
.category-image {
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 15px;
}

/* line 8041, app/assets/stylesheets/style.css.scss */
.category-products {
  overflow: hidden;
  padding: 25px 13px 0px 13px;
}

/* View Type: List */
/* line 8046, app/assets/stylesheets/style.css.scss */
.products-list .product-name {
  text-align: left;
  margin: 0px 0 10px;
}

/* line 8050, app/assets/stylesheets/style.css.scss */
.products-list .product-name a {
  font-size: 20px;
  color: #121212;
  font-weight: 500;
  text-align: left;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 0.5px;
}

/* line 8059, app/assets/stylesheets/style.css.scss */
.products-list .item.first {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
  padding-bottom: 25px;
}

/* line 8066, app/assets/stylesheets/style.css.scss */
.products-list .ratings {
  padding: 10px 0px;
  padding-top: 0px;
}

/* line 8070, app/assets/stylesheets/style.css.scss */
.products-list .old-price .price {
  font-size: 18px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: normal;
}

/* line 8075, app/assets/stylesheets/style.css.scss */
.products-list .item {
  padding: 20px 0;
  overflow: hidden;
  margin: 0px !important;
  border-bottom: 1px #ececec solid;
  padding-bottom: 25px;
}

/* line 8083, app/assets/stylesheets/style.css.scss */
.products-list .item.last {
  border: none;
}

/* line 8085, app/assets/stylesheets/style.css.scss */
.products-list .item a:hover {
  color: #ed6663;
}

/* line 8088, app/assets/stylesheets/style.css.scss */
.separator {
  color: #999;
}

/* line 8091, app/assets/stylesheets/style.css.scss */
.products-list .item h3 {
  font-weight: normal;
  color: #353535;
  padding-bottom: 2px;
}

/* line 8096, app/assets/stylesheets/style.css.scss */
.products-list .item h3 a {
  font-weight: normal;
  font-size: 14px;
  color: #407CBF;
  text-decoration: none;
}

/* line 8102, app/assets/stylesheets/style.css.scss */
.products-list .item h3 a:hover {
  font-weight: normal;
  font-size: 14px;
  color: #333;
  text-decoration: underline;
}

/* line 8108, app/assets/stylesheets/style.css.scss */
ol.products-list {
  padding: 0;
  margin: 0;
  float: left;
}

/* line 8114, app/assets/stylesheets/style.css.scss */
li .list {
  border-bottom: none;
}

/* line 8117, app/assets/stylesheets/style.css.scss */
.products-list .product-image {
  float: left;
  width: 28%;
  position: absolute;
}

/* line 8122, app/assets/stylesheets/style.css.scss */
.products-list .product-image img {
  width: 100%;
}

/* line 8125, app/assets/stylesheets/style.css.scss */
.products-list .product-shop {
  float: right;
  width: 68%;
  text-align: left;
  margin-left: 25px;
}

/* line 8131, app/assets/stylesheets/style.css.scss */
.products-list .product-shop .desc {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #777;
}

/* line 8138, app/assets/stylesheets/style.css.scss */
.products-list .product-shop p {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  line-height: 1.5em;
}

/* line 8144, app/assets/stylesheets/style.css.scss */
.products-list .product-shop p.old-price {
  margin-right: 4px;
}

/* line 8147, app/assets/stylesheets/style.css.scss */
.products-list .product-shop .price-box {
  margin: 10px 0;
}

/* line 8150, app/assets/stylesheets/style.css.scss */
.products-list .desc .link-learn {
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  color: #333;
  text-decoration: underline;
}

/* line 8157, app/assets/stylesheets/style.css.scss */
.products-list .desc .link-learn:hover {
  text-decoration: underline;
}

/* line 8161, app/assets/stylesheets/style.css.scss */
.products-list button.button {
  padding: 10px 20px 8px 20px !important;
}

/* line 8162, app/assets/stylesheets/style.css.scss */
.products-list .btn-cart:before {
  padding: 0px;
  color: #333;
  padding-right: 10px;
  margin-right: 0px !important;
}

/* line 8164, app/assets/stylesheets/style.css.scss */
.products-list .add-to-links {
  padding-left: 2px;
}

/* line 8167, app/assets/stylesheets/style.css.scss */
.add-to-links span {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 16px;
  margin-left: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 8175, app/assets/stylesheets/style.css.scss */
.link-wishlist, .link-compare {
  color: #121212;
  text-shadow: none;
  border: none;
  box-shadow: none;
}

/* line 8181, app/assets/stylesheets/style.css.scss */
.link-wishlist:hover, .link-compare:hover {
  background-color: #23292e;
  cursor: pointer;
  bottom: 10%;
  color: #fff;
  border-color: #23292e;
}

/* line 8188, app/assets/stylesheets/style.css.scss */
.link-wishlist, .link-compare, .link-friend, .link-edit {
  padding: 0;
  background: none;
}

/* line 8192, app/assets/stylesheets/style.css.scss */
.products-list .actions .add-to-links a.link-wishlist:before {
  content: "\f004";
  font-size: 13px;
}

/* line 8196, app/assets/stylesheets/style.css.scss */
.products-list .actions .add-to-links a.link-compare:before {
  content: "\f012";
  font-size: 13px;
}

/* line 8201, app/assets/stylesheets/style.css.scss */
.products-list .actions .add-to-links a.link-wishlist {
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px 6px 20px;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  background-color: #f2f2f2;
  color: #121212;
  border-bottom: 2px #e5e5e5 solid;
  /*vertical-align:top;*/
  letter-spacing: 1px;
}

/* line 8216, app/assets/stylesheets/style.css.scss */
.products-list .actions .add-to-links a.link-wishlist span {
  font-size: 16px;
  padding: 0px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: normal;
}

/* line 8222, app/assets/stylesheets/style.css.scss */
.products-list .actions .add-to-links a.link-compare {
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px 6px 20px;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  border-radius: 0px;
  background-color: #f2f2f2;
  color: #121212;
  border-bottom: 2px #e5e5e5 solid;
  vertical-align: top;
  letter-spacing: 1px;
}

/* line 8238, app/assets/stylesheets/style.css.scss */
.products-list .actions .add-to-links a.link-compare span {
  font-size: 16px;
  padding: 0px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: normal;
}

/* line 8244, app/assets/stylesheets/style.css.scss */
.products-list .actions .add-to-links a.link-wishlist:hover {
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px 6px 20px !important;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #23292e;
  border-bottom: 2px #121518 solid;
  color: #fff;
}

/* line 8260, app/assets/stylesheets/style.css.scss */
.products-list .actions .add-to-links a.link-compare:hover {
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px 6px 20px !important;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #23292e;
  border-bottom: 2px #121518 solid;
  color: #fff;
}

/* line 8276, app/assets/stylesheets/style.css.scss */
ul.products-grid {
  padding: 0;
  margin: 0 -15px;
}

/* line 8280, app/assets/stylesheets/style.css.scss */
.products-grid .actions button.button.btn-cart {
  background: #fff;
  border: 2px #eee solid;
  margin: 0px;
  padding: 7px 10px;
  color: #333;
  line-height: normal;
  margin-left: 3px;
  margin-right: 3px;
}

/* line 8290, app/assets/stylesheets/style.css.scss */
.products-grid .item:hover .actions button.button.btn-cart {
  background: #ed6663;
  color: #FFFFFF;
  padding: 7px 10px;
  border: 2px #eee solid;
  margin-left: 3px;
  margin-right: 3px;
}

/* line 8298, app/assets/stylesheets/style.css.scss */
.products-grid .actions button.button.btn-cart span {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  padding: 0px;
  font-weight: bold;
  margin-left: 0;
  text-transform: uppercase;
}

/* line 8306, app/assets/stylesheets/style.css.scss */
a.button.detail-bnt span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 2px;
  font-weight: normal;
  margin-left: 6px;
  display: none;
}

/* Product View */
/* line 8317, app/assets/stylesheets/style.css.scss */
.product-view .product-img-box .product-image {
  margin: 0 0 13px;
}

/* line 8320, app/assets/stylesheets/style.css.scss */
#cloud-zoom-big {
  border: 3px #ddd solid;
  z-index: 10000 !important;
}

/* line 8324, app/assets/stylesheets/style.css.scss */
.product-shop button.button.btn-cart:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  margin-right: 15px;
}

/* line 8330, app/assets/stylesheets/style.css.scss */
.product-view .product-img-box .product-image .product-flexslider {
  margin: 20px 15px 0 25px;
}

/* line 8334, app/assets/stylesheets/style.css.scss */
.product-view .product-img-box .product-image .owl-prev {
  left: -15px;
  right: auto;
  top: 38%;
  margin: 0px;
}

/* line 8341, app/assets/stylesheets/style.css.scss */
.product-view .product-img-box .product-image .owl-next {
  right: -35px;
  top: 38%;
  margin: 0px;
}

/* line 8347, app/assets/stylesheets/style.css.scss */
.product-view .slider-items-products .owl-buttons a {
  background: #f2f2f2;
}

/* Product Images */
/* line 8350, app/assets/stylesheets/style.css.scss */
.product-view .new-label {
  display: none;
}

/* line 8353, app/assets/stylesheets/style.css.scss */
.product-view .sale-label {
  display: none;
}

/* line 8356, app/assets/stylesheets/style.css.scss */
.product-view {
  margin: auto;
  position: relative;
  z-index: 0;
  margin-top: 25px;
}

/* line 8362, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb {
  margin: 10px auto 0;
  padding: 0 50px;
  position: relative;
}

/* line 8367, app/assets/stylesheets/style.css.scss */
.product-view-compact .flexslider-thumb {
  margin: 17px auto 0;
}

/* line 8370, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb .flex-viewport {
  z-index: 10;
}

/* line 8373, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb .flex-direction-nav {
  top: 40%;
  left: 0;
  width: 100%;
}

/* line 8378, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb .flex-prev {
  position: absolute;
  left: 0px;
  top: -5px;
  border: 1px #ddd solid;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff;
}

/* line 8391, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb .flex-prev:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #88be4c;
  border: 1px solid #88be4c;
  color: #fff !important;
}

/* line 8399, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb .flex-next {
  position: absolute;
  right: 0px;
  top: -5px;
  border: 1px #ddd solid;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff;
}

/* line 8412, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb .flex-next:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #88be4c;
  border: 1px solid #88be4c;
  color: #fff;
}

/* line 8420, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb li img {
  cursor: pointer;
  -moz-user-select: none;
  border: 1px #ececec solid;
}

/* line 8425, app/assets/stylesheets/style.css.scss */
.product-view .previews-list {
  padding: 0;
  list-style-type: none;
  text-align: center;
}

/* line 8430, app/assets/stylesheets/style.css.scss */
.product-view .previews-list li {
  width: 70px;
  margin-left: 8px;
  padding: 0;
  float: none;
  display: inline-block;
  margin-right: 10px;
}

/* line 8438, app/assets/stylesheets/style.css.scss */
.product-view-compact .rating {
  padding: 18px 0 21px;
}

/* line 8441, app/assets/stylesheets/style.css.scss */
.product-view-compact .btn-toolbar {
  margin: 0;
  padding: 7px 0 22px;
}

/* line 8445, app/assets/stylesheets/style.css.scss */
.product-view-compact .price {
  display: block;
  padding: 6px 0 20px;
}

/* line 8449, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb-vertical-outer {
  margin: 0 10px 15px 0;
  width: 70px;
  float: left;
  position: relative;
  z-index: 1;
}

/* line 8456, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb-vertical .flex-viewport {
  height: 300px !important;
}

/* line 8459, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb-vertical .slides {
  margin: -4px 0 0;
  padding: 0;
  list-style-type: none;
}

/* line 8464, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb-vertical .slides li {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 8469, app/assets/stylesheets/style.css.scss */
.product-view .flexslider-thumb-vertical .slides li img {
  width: 100%;
  padding: 4px 0;
  cursor: pointer;
  -moz-user-select: none;
}

/* line 8475, app/assets/stylesheets/style.css.scss */
.flex-direction-nav, .slider-controls {
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 8478, app/assets/stylesheets/style.css.scss */
.product-essential {
  padding: 30px;
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
}

/* line 8489, app/assets/stylesheets/style.css.scss */
.product-collateral .box-collateral {
  margin: 0 0 15px;
}

/* line 8492, app/assets/stylesheets/style.css.scss */
.product-essential .product-image.no-gallery {
  margin-left: auto;
}

/* line 8495, app/assets/stylesheets/style.css.scss */
.product-essential .product-image img {
  height: auto;
  width: 100%;
}

/* line 8499, app/assets/stylesheets/style.css.scss */
.product-essential .button-viewall {
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-indent: -999em;
  z-index: 9999;
}

/* line 8506, app/assets/stylesheets/style.css.scss */
.more-views {
  margin: 8px auto 10px;
  width: 100%;
  clear: both;
}

/* line 8511, app/assets/stylesheets/style.css.scss */
.more-views li {
  float: left;
  margin: 0 12px 0 0;
  border: 1px #ddd solid;
  height: 85px;
}

/* line 8517, app/assets/stylesheets/style.css.scss */
.more-views li a {
  display: block;
  text-align: center;
  width: 70px;
}

/* line 8522, app/assets/stylesheets/style.css.scss */
.more-views li a img {
  width: 70px;
}

/* line 8525, app/assets/stylesheets/style.css.scss */
.more-views .jcarousel-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 26px;
  padding-right: 5px;
  vertical-align: top;
  right: -20px;
  top: 28px;
  display: inline-block !important;
  position: absolute;
  cursor: pointer;
}

/* line 8537, app/assets/stylesheets/style.css.scss */
.product-img-box .flex-direction-nav a:before {
  font-size: 20px !important;
  vertical-align: middle;
  line-height: 28px;
}

/* line 8542, app/assets/stylesheets/style.css.scss */
.more-views .jcarousel-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 26px;
  padding-right: 5px;
  vertical-align: top;
  left: -20px;
  top: 28px;
  display: inline-block !important;
  position: absolute;
  cursor: pointer;
}

/* line 8554, app/assets/stylesheets/style.css.scss */
.more-views .jcarousel-clip {
  overflow: hidden;
}

/* line 8557, app/assets/stylesheets/style.css.scss */
.product-essential .more-images {
  width: 92px;
  float: left;
  overflow: hidden;
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 8565, app/assets/stylesheets/style.css.scss */
.product-essential .more-images .normal-list {
  margin-top: -6px;
}

/* line 8568, app/assets/stylesheets/style.css.scss */
.product-essential .more-images ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 8573, app/assets/stylesheets/style.css.scss */
.product-essential .elastislide-vertical {
  margin-top: -6px;
}

/* line 8576, app/assets/stylesheets/style.css.scss */
.product-essential .more-images img {
  padding: 6px 0;
  width: 100%;
}

/*  Product Shop */
/* line 8581, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-box button.button.btn-cart span {
  background: none;
  padding: 0px 20px;
  font-size: 14px;
}

/* line 8586, app/assets/stylesheets/style.css.scss */
.product-view .product-options-bottom button.button.btn-cart span {
  background: none;
  margin-left: 5px;
}

/* line 8590, app/assets/stylesheets/style.css.scss */
.product-view .hot-banner img {
  width: 100%;
}

/* line 8593, app/assets/stylesheets/style.css.scss */
.sidebar .hot-banner img {
  width: 100%;
  margin-bottom: 35px;
}

/* line 8597, app/assets/stylesheets/style.css.scss */
.product-view .product-shop {
  margin-top: 0;
  padding-left: 40px;
}

/* line 8601, app/assets/stylesheets/style.css.scss */
.product-additional {
  display: inline-block;
}

/* line 8604, app/assets/stylesheets/style.css.scss */
.product-additional .block-product-additional {
  margin: 0px;
  background: #fff;
  border: 1px #eaeaea solid;
  text-align: center;
  padding-bottom: 15px;
}

/* line 8611, app/assets/stylesheets/style.css.scss */
.product-additional .block-product-additional p {
  margin: 12px 0;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
  font-size: 13px;
}

/* line 8618, app/assets/stylesheets/style.css.scss */
.product-additional .block .block-title {
  border-bottom: 2px solid #333;
  color: #000000;
  font-size: 14px;
  margin: 0;
  padding: 13px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  background: #f7f7f7;
}

/* line 8629, app/assets/stylesheets/style.css.scss */
.product-additional .block-product-additional .block-content {
  padding: 18px 12px 10px;
  text-align: center;
  line-height: 20px;
}

/* line 8634, app/assets/stylesheets/style.css.scss */
.block .block-content {
  border-top: medium none;
  font-size: 14px;
  overflow: hidden;
  padding: 20px 25px;
  background: #fff;
}

/* line 8641, app/assets/stylesheets/style.css.scss */
.block-progress .block-content {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 8px;
}

/* line 8646, app/assets/stylesheets/style.css.scss */
.block-progress dt.complete {
  margin: 0;
}

/* line 8649, app/assets/stylesheets/style.css.scss */
.product-view .product-name {
  padding-bottom: 12px;
}

/* line 8654, app/assets/stylesheets/style.css.scss */
.product-view .product-name h1 {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 46px;
  font-weight: 600;
  margin-top: 0px;
  padding: 0px 0px;
  margin: 0px;
  display: inline-block;
  margin-top: 5px;
}

/* line 8664, app/assets/stylesheets/style.css.scss */
.product-view .short-description {
  font-size: 13px;
  padding: 18px 0px 20px;
  border-bottom: 1px #ddd dotted;
}

/* line 8669, app/assets/stylesheets/style.css.scss */
.product-view .short-description h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #333;
  margin: 0px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 8678, app/assets/stylesheets/style.css.scss */
.product-view .short-description p {
  font-size: 13px;
  margin: 0px;
  color: #777;
}

/* line 8683, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-box {
  padding: 0px;
  overflow: hidden;
  text-align: left;
  margin: 0px;
}

/* line 8689, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-box .btn-cart {
  background: #a30a00;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  color: #121212;
  line-height: 36px;
  letter-spacing: 1px;
  border-radius: 0;
  border-bottom: 3px #ecd213 solid;
  padding: 6px 16px !important;
  float: left;
  margin-left: 5px;
}

/* line 8706, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-box .btn-cart:before {
  padding: 0px;
}

/* line 8708, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-box .btn-cart:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -50px 0 0 #23292e;
  border-bottom: 3px solid #0d1013;
  color: #fff;
  background-color: #23292e;
}

/* line 8717, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .product-options-bottom .btn-cart {
  background: #333;
  color: #fff;
  font-size: 16px;
  text-shadow: none;
  padding: 10px 20px;
  float: left;
  margin-top: 0px;
  font-weight: normal;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  margin-left: 10px;
  border: none;
}

/* line 8730, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .product-options-bottom .btn-cart:hover {
  background: #000;
  text-shadow: none;
  color: #fff;
}

/* line 8735, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-box .icon-basket {
  margin-right: 5px;
}

/* line 8738, app/assets/stylesheets/style.css.scss */
.email-addto-box {
  display: inline-block;
  margin-top: 20px;
}

/* line 8742, app/assets/stylesheets/style.css.scss */
.product-view .email-friend a span {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 16px;
  margin-left: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 8749, app/assets/stylesheets/style.css.scss */
.product-view .promo-banner {
  margin-top: 20px;
}

/* line 8752, app/assets/stylesheets/style.css.scss */
.product-view .product-shop ul.add-to-links {
  margin: 0;
  padding: 0;
  margin-top: 0px;
  display: inline-block;
}

/* line 8758, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-links li {
  display: inline-block;
  padding: 0px 7px 0px 0px;
  list-style-type: none;
}

/* line 8763, app/assets/stylesheets/style.css.scss */
.product-view .add-to-links span {
  font-size: 14px;
  margin-left: 5px;
  font-weight: normal;
}

/* line 8768, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-links li a:hover {
  color: #000;
}

/* line 8771, app/assets/stylesheets/style.css.scss */
.product-view .email-friend a:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 14px;
  /*padding: 7px;*/
  vertical-align: middle;
  border-radius: 0px;
  height: 25px;
  width: 25px;
  text-align: center;
}

/* line 8782, app/assets/stylesheets/style.css.scss */
.product-view .email-friend {
  display: inline-block;
  margin: 0px;
}

/* line 8786, app/assets/stylesheets/style.css.scss */
.product-view .email-friend a {
  background: #f2f2f2;
  color: #333;
  line-height: normal;
  font-weight: normal;
  vertical-align: top;
  display: block;
  height: 43px;
  border: none;
  line-height: 43px;
  vertical-align: top;
  text-align: center;
  border-radius: 0px;
  padding: 0px 15px;
  border-bottom: 2px #e5e5e5 solid;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

/* line 8803, app/assets/stylesheets/style.css.scss */
.product-view .email-friend a:hover {
  color: #fff;
  background-color: #23292e;
  border-color: #0b0d0f;
}

/* line 8809, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-links .link-wishlist:before {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
}

/* line 8816, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-links .link-wishlist {
  background: #f2f2f2;
  color: #333;
  line-height: normal;
  font-weight: normal;
  vertical-align: top;
  display: block;
  height: 43px;
  border: none;
  line-height: 43px;
  vertical-align: top;
  text-align: center;
  border-radius: 0px;
  padding: 0px 15px;
  border-bottom: 2px #e5e5e5 solid;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

/* line 8833, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-links .link-compare:before {
  content: "\f012";
  font-family: FontAwesome;
  font-size: 14px;
  vertical-align: top;
  height: 25px;
  width: 25px;
  text-align: center;
  padding-right: 0px;
}

/* line 8843, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-links .link-compare {
  background: #f2f2f2;
  color: #333;
  line-height: normal;
  font-weight: normal;
  vertical-align: top;
  display: block;
  height: 43px;
  border: none;
  line-height: 43px;
  vertical-align: top;
  text-align: center;
  border-radius: 0px;
  padding: 0px 15px;
  border-bottom: 2px #e5e5e5 solid;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

/* line 8860, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-links .link-compare:hover, .product-view .product-shop .add-to-links .link-wishlist:hover {
  color: #fff;
  background-color: #23292e;
  border-color: #0b0d0f;
}

/* line 8865, app/assets/stylesheets/style.css.scss */
.product-view .product-shop ul.add-to-links a {
  padding: 0;
  margin: 0;
}

/* line 8869, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .ratings {
  padding: 0px 0 18px 0;
  margin: auto;
  border-bottom: 1px #ddd dotted;
  position: relative;
  bottom: auto;
  border-radius: 0;
  left: 0;
  margin-left: 0px;
}

/* line 8880, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .ratings .rating-links {
  margin-bottom: 0px;
  display: inline-block;
}

/* line 8884, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .no-rating {
  border-bottom: 1px dotted #ddd;
  margin: auto;
  padding: 18px 0;
  font-size: 13px;
}

/* line 8891, app/assets/stylesheets/style.css.scss */
.availability.in-stock {
  padding: 3px 0px;
  margin: 0;
  margin-bottom: 10px;
}

/* line 8894, app/assets/stylesheets/style.css.scss */
.availability.in-stock span {
  color: #6dbe14;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  border: 2px #6dbe14 solid;
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 700;
}

/* line 8905, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .price-block {
  position: relative;
}

/* line 8908, app/assets/stylesheets/style.css.scss */
.availability.in-stock span:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  font-size: 11px;
  vertical-align: middle;
}

/* line 8917, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-box .custom {
  background: #fff;
  border: 1px #ddd solid;
  border-radius: 0px;
  padding: 1px 2px;
}

/* line 8924, app/assets/stylesheets/style.css.scss */
.custom button.items-count {
  background-color: #fff;
  border: none;
  color: #999;
}

/* line 8931, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .price-box {
  display: block;
  margin: 0px;
  padding: 15px 0px;
  position: relative;
  min-height: inherit;
}

/* line 8938, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .grouped-items-table .price-box {
  border-bottom: 0px solid #ddd;
  margin: 0;
  padding: 0;
}

/* line 8943, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .price-box .old-price {
  margin: 0px;
  margin-top: 0;
  display: inline-block;
}

/* line 8948, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: normal;
}

/* line 8954, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .old-price .price {
  font-size: 20px;
  font-weight: normal;
}

/* line 8958, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .price {
  font-size: 26px;
  color: #fb4e4a;
  font-weight: 500;
}

/* line 8966, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .reduction-price {
  font-size: 16px;
  background: #50b2fc;
  display: inline-block;
  margin-left: 15px;
  padding: 5px 10px;
  border-radius: 20px;
}

/* line 8977, app/assets/stylesheets/style.css.scss */
.add-to-cart .qty, .qty-holder .qty {
  background-color: #FFFFFF;
  border: none;
  border-radius: 0px;
  font-size: 15px;
  font-weight: bol;
}

/* line 8984, app/assets/stylesheets/style.css.scss */
.add-to-cart .qty {
  height: 48px;
  text-align: center;
  width: 30px;
  vertical-align: top;
  color: #333e48;
}

/* line 8991, app/assets/stylesheets/style.css.scss */
.product-shop .button-up, .product-shop .button-down {
  height: 44px;
  width: 44px;
}

/* line 8995, app/assets/stylesheets/style.css.scss */
.add-to-cart .button-up, .add-to-cart .button-down {
  left: 94px;
  position: absolute;
}

/* line 8999, app/assets/stylesheets/style.css.scss */
.button-up:hover {
  background: #333 url(/assets/icon_arrow_up-2c14aca5e4d103280465e627131d299c508b84abfa208ad50be3894475a2b4fe.png) no-repeat 15px 15px;
}

/* line 9002, app/assets/stylesheets/style.css.scss */
.button-down:hover {
  background: #333 url(/assets/icon_arrow_down-41f1a3b30bc5ab53a1c2bbb1a1992f67c95738fddba0b29c048d8d3c9019f047.png) no-repeat 15px 15px;
}

/* line 9005, app/assets/stylesheets/style.css.scss */
.button-up, .button-down {
  height: 44px;
  text-indent: -999em;
  width: 35px;
  border: none;
}

/* line 9011, app/assets/stylesheets/style.css.scss */
.qty-input-text {
  float: left;
  margin-left: 10px;
}

/* line 9015, app/assets/stylesheets/style.css.scss */
.custom button.items-count {
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  font-size: 12px;
  line-height: 0px;
  padding: 0px 12px;
  height: 48px;
  width: 36px;
}

/* line 9023, app/assets/stylesheets/style.css.scss */
.custom button.items-count:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -45px 0 0 #23292e;
  border: none;
  color: #fff;
  background-color: #23292e;
}

/* line 9032, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .add-to-box .add-to-cart label {
  display: inline-block;
  float: left;
  margin-top: 6px;
  text-align: left;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin-right: 15px;
}

/* line 9043, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .product-options-bottom .add-to-cart label {
  display: block;
  float: none;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

/* line 9051, app/assets/stylesheets/style.css.scss */
.button-up:hover, .button-up:focus {
  background-image: url(/assets/icon_arrow_up-2c14aca5e4d103280465e627131d299c508b84abfa208ad50be3894475a2b4fe.png) !important;
  background-position: 16px 16px;
}

/* line 9055, app/assets/stylesheets/style.css.scss */
.button-down:hover, .button-down:focus {
  background-image: url(/assets/icon_arrow_down-41f1a3b30bc5ab53a1c2bbb1a1992f67c95738fddba0b29c048d8d3c9019f047.png) !important;
  background-position: 16px 16px;
}

/*  Product Collatera */
/* line 9060, app/assets/stylesheets/style.css.scss */
.product-collateral {
  position: relative;
  padding: 0px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  padding-bottom: 25px;
  margin-bottom: 30px;
}

/* line 9071, app/assets/stylesheets/style.css.scss */
.product-view .box-additional {
  clear: both;
}

/* line 9075, app/assets/stylesheets/style.css.scss */
ul.shipping-pro {
  padding: 0px 0 0 20px;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  font-weight: normal;
}

/* line 9084, app/assets/stylesheets/style.css.scss */
ul.shipping-pro li {
  padding: 3px 0px;
}

/* line 9089, app/assets/stylesheets/style.css.scss */
.request-call, .toll-free, .ask-question {
  margin-top: 20px;
}

/* line 9090, app/assets/stylesheets/style.css.scss */
.toll-free {
  margin-top: 0;
}

/* line 9091, app/assets/stylesheets/style.css.scss */
.request-call a, .toll-free a, .ask-question a {
  width: 100%;
  background: #50b2fc;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  color: #fff;
  display: block;
  line-height: 38px;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 10px 20px 8px 20px;
  border-bottom: 3px #2c92de solid;
  text-align: center;
}

/* line 9108, app/assets/stylesheets/style.css.scss */
.request-call i, .toll-free i, .ask-question i {
  margin-right: 5px;
}

/* line 9109, app/assets/stylesheets/style.css.scss */
.ask-question a {
  background: #ed6663;
  border-bottom: 3px #d23b37 solid;
}

/* line 9110, app/assets/stylesheets/style.css.scss */
.toll-free a {
  background: #66cc66;
  border-bottom: 3px #43a643 solid;
}

/* line 9112, app/assets/stylesheets/style.css.scss */
.popup2 {
  width: 100%;
  margin: 0 auto;
  display: none;
  z-index: 101;
}

/* line 9119, app/assets/stylesheets/style.css.scss */
.ask-question-block {
  left: 50%;
  margin: auto;
  min-height: 150px;
  position: fixed;
  top: 20%;
  width: 300px;
  z-index: 10000;
  margin-left: -150px;
  background: #fff;
}

/* line 9131, app/assets/stylesheets/style.css.scss */
.ask-question-block .form-inner {
  width: auto;
  background: #fff;
  padding: 0px 25px 18px 25px;
  position: relative;
}

/* line 9138, app/assets/stylesheets/style.css.scss */
.ask-question-block .form-inner .form-block {
  margin-bottom: 10px;
}

/* line 9139, app/assets/stylesheets/style.css.scss */
.ask-question-block .form-inner .form-block label {
  font-size: 13px;
  color: #888;
  display: block;
  font-weight: normal;
}

/* line 9140, app/assets/stylesheets/style.css.scss */
.ask-question-block .form-inner .form-block input {
  display: block;
  margin-right: 0px;
  padding: 10px 10px;
  width: 250px;
  border: 1px solid #ddd;
  text-align: left;
}

/* line 9148, app/assets/stylesheets/style.css.scss */
.ask-question-block .form-inner .form-block button.button {
  width: 100%;
  font-size: 20px;
  padding: 12px 15px;
  margin-top: 10px;
  background-color: #23292e;
  color: #fff;
  border-color: #111417;
}

/* line 9149, app/assets/stylesheets/style.css.scss */
.ask-question-block h3 {
  color: #121212;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 15px 25px 15px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #a30a00;
  margin-top: 0px;
  min-width: 250px;
  margin-bottom: 20px;
}

/* line 9166, app/assets/stylesheets/style.css.scss */
.ask-question-block h3:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 9178, app/assets/stylesheets/style.css.scss */
.ask-question-block .x {
  position: absolute;
  right: -15px;
  top: -85px;
  z-index: 10000;
}

/* line 9186, app/assets/stylesheets/style.css.scss */
#summarySpecs {
  margin-top: 20px;
  border: 1px #eaeaea solid;
  margin-bottom: 20px;
}

/* line 9187, app/assets/stylesheets/style.css.scss */
#summarySpecs h2 {
  color: white;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 18px 25px 18px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #a30a00;
  margin-top: 0px;
  min-width: 250px;
}

/* line 9203, app/assets/stylesheets/style.css.scss */
#summarySpecs h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 9215, app/assets/stylesheets/style.css.scss */
#summarySpecs > table > tbody > tr, .spec-sub-ctr table > tbody > tr {
  width: 50%;
  float: left;
  font-size: 14px;
  padding: 14px 12px;
}

/* line 9223, app/assets/stylesheets/style.css.scss */
#summarySpecs > table > tbody > tr.odd {
  background-color: #f8f8f8;
}

/* line 9225, app/assets/stylesheets/style.css.scss */
.spec-row .label-spec {
  color: #333;
  position: relative;
  width: 50%;
  float: left;
}

/* line 9233, app/assets/stylesheets/style.css.scss */
.spec-row .label-spec .coln {
  position: absolute;
  right: 10px;
  font-weight: 300;
  top: 0;
  color: #999;
}

/* line 9241, app/assets/stylesheets/style.css.scss */
.spec-row .value-spec {
  color: #000;
  padding-right: 19px;
  width: 50%;
  float: left;
}

/* line 9248, app/assets/stylesheets/style.css.scss */
.tabs {
  border-bottom: 1px #ececec solid;
}

/* line 9252, app/assets/stylesheets/style.css.scss */
#product-tabs {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 9260, app/assets/stylesheets/style.css.scss */
#product-tabs > dt {
  text-transform: none;
  font-size: 14px;
  padding: 8px 0px;
  cursor: pointer;
  color: #102343;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
}

/* line 9269, app/assets/stylesheets/style.css.scss */
#product-tabs > dt.open {
  position: relative;
  background-color: #fff;
  z-index: 10;
  color: #2CA2E3;
}

/* line 9275, app/assets/stylesheets/style.css.scss */
#product-tabs > dd {
  display: none;
  right: 0;
  top: 0;
  background-color: #fff;
  margin: 0;
  padding: 6px 0;
  line-height: 1.8;
  border-bottom-width: 0 !important;
  font-size: 14px;
}

/* line 9286, app/assets/stylesheets/style.css.scss */
#product-tabs > dd h2 {
  display: none;
}

/* line 9289, app/assets/stylesheets/style.css.scss */
.product-tabs {
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  z-index: 1;
  margin-top: 0px;
  text-align: left;
  width: 100%;
  border-bottom: 1px #ececec solid;
}

/* line 9301, app/assets/stylesheets/style.css.scss */
.product-tabs li a {
  border-bottom: none;
  color: #777;
  margin-right: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Saira Condensed', sans-serif;
  padding: 0 20px;
  letter-spacing: 0.5px;
}

/* line 9313, app/assets/stylesheets/style.css.scss */
.product-tabs li.active a {
  color: #121212;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  padding: 13px 12px;
}

/* line 9321, app/assets/stylesheets/style.css.scss */
.product-tabs li.active a:after {
  content: "";
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 90%;
  height: 8px;
  transform: skew(-35deg) translate(-50%, 0);
  transition: bottom .4s ease-in-out 0s, width .4s ease-in-out 0s;
  background-color: #a30a00;
}

/* line 9335, app/assets/stylesheets/style.css.scss */
.nav-tabs.product-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border-radius: 0px;
  border: none;
  padding: 18px 20px;
}

/* line 9343, app/assets/stylesheets/style.css.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  background: none repeat scroll 0 0 #fff;
  color: #121212;
}

/* line 9349, app/assets/stylesheets/style.css.scss */
.nav-tabs > li > a:hover {
  border: none;
  background: #fff;
  color: #333;
}

/* line 9354, app/assets/stylesheets/style.css.scss */
.tab-content {
  background-color: #FFFFFF;
  overflow: hidden;
  font-size: 14px;
  padding: 25px;
  line-height: 1.8em;
}

/* line 9362, app/assets/stylesheets/style.css.scss */
.tab-content #summarySpecs {
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
}

/* line 9363, app/assets/stylesheets/style.css.scss */
.tab-content #summarySpecs i {
  color: #66cc66;
  font-size: 16px;
}

/* line 9365, app/assets/stylesheets/style.css.scss */
.tab-content p {
  margin-bottom: 15px;
}

/* line 9367, app/assets/stylesheets/style.css.scss */
.tab-content > .active {
  margin-top: 5px;
  font-size: 13px;
}

/* line 9371, app/assets/stylesheets/style.css.scss */
.form-add-tags input.input-text, select, textarea {
  border: 1px solid #ddd;
  margin-top: 0;
  padding: 10px;
  width: 35%;
}

/* line 9377, app/assets/stylesheets/style.css.scss */
.form-add-tags button.button {
  display: inline;
}

/* line 9381, app/assets/stylesheets/style.css.scss */
button.button.btn-add:before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 8px;
}

/* line 9387, app/assets/stylesheets/style.css.scss */
.form-add-tags button.button:hover {
  display: inline;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  color: #fff;
}

/* line 9395, app/assets/stylesheets/style.css.scss */
.woocommerce-Reviews {
  margin-top: 0px;
}

/* line 9397, app/assets/stylesheets/style.css.scss */
.woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 0.5px;
}

/* line 9406, app/assets/stylesheets/style.css.scss */
.comment-content h3 {
  color: #333e48;
  display: block;
  letter-spacing: normal;
  line-height: 21px;
  margin: auto;
  position: relative;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 600;
}

/* line 9420, app/assets/stylesheets/style.css.scss */
.comment-content p.comment-notes {
  margin-top: 10px;
  margin-bottom: 25px !important;
}

/* line 9425, app/assets/stylesheets/style.css.scss */
.comments-form-wrapper {
  margin-top: 50px;
}

/* line 9429, app/assets/stylesheets/style.css.scss */
.comment-form label {
  display: block;
  margin-bottom: 4px;
}

/* line 9434, app/assets/stylesheets/style.css.scss */
.comment-form input[type="text"], .comment-form input[type="email"] {
  width: 60%;
  margin-bottom: 15px;
}

/* line 9441, app/assets/stylesheets/style.css.scss */
.comment-form input {
  padding: 8px 10px;
}

/* line 9445, app/assets/stylesheets/style.css.scss */
.comment-form textarea {
  width: 60%;
  height: 90px;
  border-radius: 999px;
}

/* line 9451, app/assets/stylesheets/style.css.scss */
.comment-respond .comment-form textarea {
  width: 100%;
}

/* line 9455, app/assets/stylesheets/style.css.scss */
.comment-form .bnt-comment {
  padding: 12px 25px 10px 25px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #121212;
  letter-spacing: 1px !important;
  display: inline-block;
  border: none;
  background: #a30a00;
  border-radius: 0px;
  border-bottom: 3px #ecd213 solid;
  font-family: 'Saira Condensed', sans-serif;
  margin-top: 10px;
}

/* line 9472, app/assets/stylesheets/style.css.scss */
.comment-form .bnt-comment:hover {
  background: #23292e;
  padding: 12px 25px 10px 25px;
  border: none;
  border-bottom: 3px #0d1012 solid;
  color: #fff;
}

/* line 9480, app/assets/stylesheets/style.css.scss */
.commentlist {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

/* line 9486, app/assets/stylesheets/style.css.scss */
.commentlist .comment {
  list-style: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}

/* line 9493, app/assets/stylesheets/style.css.scss */
.commentlist .avatar {
  width: 70px;
  height: 70px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 9502, app/assets/stylesheets/style.css.scss */
.commentlist .comment-text {
  overflow: hidden;
  padding-left: 20px;
}

/* line 9507, app/assets/stylesheets/style.css.scss */
.single-product .star-rating {
  display: inline-block;
  margin-bottom: 0;
}

/* line 9512, app/assets/stylesheets/style.css.scss */
.star-rating:before, .star-rating span:before {
  font-family: 'FontAwesome';
  content: "\f005\f005\f005\f005\f005";
  font-size: 12px;
  color: #e2e2e2;
  margin-left: 1px;
  line-height: 100%;
}

/* line 9521, app/assets/stylesheets/style.css.scss */
.commentlist .comment-text .meta {
  margin-bottom: 10px;
}

/* line 9525, app/assets/stylesheets/style.css.scss */
.comment-respond .comment-reply-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #121212;
  padding-bottom: 0px;
  margin: 50px 0 10px 0;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
}

/* line 9537, app/assets/stylesheets/style.css.scss */
.comment-respond .comment-form > p {
  margin-bottom: 20px;
}

/* line 9541, app/assets/stylesheets/style.css.scss */
.comment-respond .comment-form label {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #222222;
  display: block;
}

/* line 9549, app/assets/stylesheets/style.css.scss */
.comment-respond .comment-form textarea {
  padding: 8px 10px;
  outline: none;
  color: #999;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 3px;
}

/* line 9558, app/assets/stylesheets/style.css.scss */
.comment-respond .comment-form input {
  padding: 8px 10px;
  outline: none;
  color: #999;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 3px;
}

/* line 9567, app/assets/stylesheets/style.css.scss */
.comment-respond .comment-form label {
  display: none;
}

/* line 9573, app/assets/stylesheets/style.css.scss */
.comment-respond .stars {
  margin-bottom: 20px;
}

/* line 9575, app/assets/stylesheets/style.css.scss */
.comment-respond .stars a:first-child {
  padding-left: 0;
}

/* line 9578, app/assets/stylesheets/style.css.scss */
.comment-respond .stars a {
  font-size: 0;
  color: #ccc;
  display: inline-block;
  border-right: 1px solid #e6e6e6;
  padding: 0 10px;
  line-height: 12px;
}

/* line 9587, app/assets/stylesheets/style.css.scss */
.comment-respond .stars a.star-1:before {
  content: "\f005";
}

/* line 9591, app/assets/stylesheets/style.css.scss */
.comment-respond .stars a.star-2:before {
  content: "\f005\f005";
}

/* line 9595, app/assets/stylesheets/style.css.scss */
.comment-respond .stars a.star-3:before {
  content: "\f005\f005\f005";
}

/* line 9599, app/assets/stylesheets/style.css.scss */
.comment-respond .stars a.star-4:before {
  content: "\f005\f005\f005\f005";
}

/* line 9603, app/assets/stylesheets/style.css.scss */
.comment-respond .stars a.star-5:before {
  content: "\f005\f005\f005\f005\f005";
}

/* line 9607, app/assets/stylesheets/style.css.scss */
.woocommerce-Reviews .comment-respond .stars a:hover {
  color: #fed700;
}

/* line 9611, app/assets/stylesheets/style.css.scss */
.comment-respond .form-submit input[type=submit] {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  font-weight: 500;
  color: #121212;
  padding: 0 35px;
  border-radius: 0px;
  background: #a30a00;
  border: none;
  width: auto;
  font-family: 'Saira Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 9628, app/assets/stylesheets/style.css.scss */
.comment-respond .stars a:before {
  font-family: 'FontAwesome';
  font-size: 12px;
  display: inline-block;
  letter-spacing: 2px;
}

/* line 9635, app/assets/stylesheets/style.css.scss */
#customer-reviews {
  margin-top: 15px;
}

/* line 9638, app/assets/stylesheets/style.css.scss */
#customer-reviews .detail {
  font-size: 14px;
  line-height: 18px;
}

/* line 9642, app/assets/stylesheets/style.css.scss */
#customer-reviews h3 {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 9649, app/assets/stylesheets/style.css.scss */
#customer-reviews h4 {
  display: inline;
  font-size: 14px;
}

/* line 9653, app/assets/stylesheets/style.css.scss */
#customer-reviews h5 {
  display: inline;
  font-size: 14px;
}

/* line 9657, app/assets/stylesheets/style.css.scss */
.box-reviews dl {
  margin-bottom: 0;
}

/* line 9660, app/assets/stylesheets/style.css.scss */
.box-reviews dt {
  font-size: 18px;
  padding: 20px 0 10px;
}

/* line 9664, app/assets/stylesheets/style.css.scss */
#customer-reviews .page-title {
  border: none;
}

/* line 9667, app/assets/stylesheets/style.css.scss */
#customer-reviews .page-title h2 {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin-top: 0;
  padding: 2px 0px;
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

/* line 9680, app/assets/stylesheets/style.css.scss */
.box-reviews1 {
  margin-top: 8px;
  margin-bottom: 20px;
}

/* line 9684, app/assets/stylesheets/style.css.scss */
.box-reviews2 {
  margin-top: 8px;
  margin-bottom: 35px;
  overflow: hidden;
}

/* line 9689, app/assets/stylesheets/style.css.scss */
.review-title {
  margin-top: 0;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

/* line 9697, app/assets/stylesheets/style.css.scss */
.review-title span {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

/* line 9702, app/assets/stylesheets/style.css.scss */
.box-reviews > .rating-box {
  position: absolute;
  top: 30px;
  right: 30px;
}

/* line 9707, app/assets/stylesheets/style.css.scss */
.box-reviews dd {
  margin-left: 0;
  padding-bottom: 20px;
}

/* line 9711, app/assets/stylesheets/style.css.scss */
.box-reviews .author {
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

/* line 9717, app/assets/stylesheets/style.css.scss */
.box-reviews .date {
  color: #bdbdbd;
  font-size: 14px;
  font-style: italic;
}

/* line 9722, app/assets/stylesheets/style.css.scss */
.box-reviews .ratings-table {
  float: left;
  margin: 5px 15px 15px 0;
  width: 12%;
}

/* line 9727, app/assets/stylesheets/style.css.scss */
.box-reviews .review {
  border-left: 1px solid #DFDFDF;
  float: left;
  padding-left: 2.5em;
  width: 84%;
  margin-bottom: 10px;
}

/* line 9734, app/assets/stylesheets/style.css.scss */
.box-reviews .review .review-txt.last {
  border-bottom: none;
}

/* line 9737, app/assets/stylesheets/style.css.scss */
.box-reviews .review .review-txt {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

/* line 9742, app/assets/stylesheets/style.css.scss */
.box-reviews ul li h6 {
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 0px;
  padding: 0;
}

/* line 9748, app/assets/stylesheets/style.css.scss */
.box-reviews ul li h6 a {
  color: #333;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* line 9753, app/assets/stylesheets/style.css.scss */
.box-reviews2 ul li {
  margin-bottom: 0px;
  clear: both;
}

/* line 9757, app/assets/stylesheets/style.css.scss */
.box-reviews .actions {
  padding-top: 1.5em;
  text-align: right;
  float: right;
}

/* line 9762, app/assets/stylesheets/style.css.scss */
#customer-reviews .form-list li label {
  color: #333;
  font-size: 14px;
}

/* line 9766, app/assets/stylesheets/style.css.scss */
#customer-reviews .buttons-set {
  margin-top: 10px;
}

/* line 9770, app/assets/stylesheets/style.css.scss */
.woocommerce-Reviews .ratings {
  margin-bottom: 0px;
}

/* line 9771, app/assets/stylesheets/style.css.scss */
.nobr {
  white-space: nowrap;
}

/* line 9774, app/assets/stylesheets/style.css.scss */
button.button.submit:before {
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 11px;
  padding-right: 8px;
}

/* line 9780, app/assets/stylesheets/style.css.scss */
.button:hover {
  border: 0px solid #333;
  color: #FFF;
}

/* line 9784, app/assets/stylesheets/style.css.scss */
.upsell-pro .product-flexslider {
  margin: 0px -10px;
}

/* line 9787, app/assets/stylesheets/style.css.scss */
.upsell-pro {
  margin-bottom: 20px;
  margin-top: 25px;
}

/* line 9791, app/assets/stylesheets/style.css.scss */
#product-tabs > dd h2.product-name {
  display: block;
}

/* line 9794, app/assets/stylesheets/style.css.scss */
#product-tabs .crosssell .flex-direction-nav a {
  width: 50px;
  height: 40px;
  top: 112px;
}

/* line 9799, app/assets/stylesheets/style.css.scss */
#product-tabs .crosssell .flex-direction-nav .flex-prev {
  right: auto;
  left: -10px;
}

/* line 9803, app/assets/stylesheets/style.css.scss */
#product-tabs .crosssell .flex-direction-nav .flex-next {
  right: -10px;
}

/* line 9806, app/assets/stylesheets/style.css.scss */
.box-up-sell .flex-direction-nav a, .box-cross-sell .flex-direction-nav a {
  width: 54px;
  height: 44px;
  top: 0;
  margin-top: -76px;
  margin-right: -1px;
}

/* line 9813, app/assets/stylesheets/style.css.scss */
.product-view .box-tags .form-add input.input-text {
  width: 350px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  box-shadow: 0 1px 5px #eee inset;
  margin-right: 10px;
  padding: 8px;
}

/* line 9822, app/assets/stylesheets/style.css.scss */
.up-sell-box {
  border: 1px #ddd solid;
  border-top: none;
}

/* line 9826, app/assets/stylesheets/style.css.scss */
.up-sell-box p.desc {
  margin: 0;
  padding: 10px 10px 0 10px;
}

/* line 9830, app/assets/stylesheets/style.css.scss */
#brand-slider .flex-direction-nav a {
  width: 55px;
  height: 42px;
  top: 0;
  margin-right: -1px;
}

/* line 9836, app/assets/stylesheets/style.css.scss */
.featured-products .flex-direction-nav a {
  width: 54px;
  height: 43px;
  top: 0;
  margin-top: -43px;
  margin-right: -1px;
}

/* line 9843, app/assets/stylesheets/style.css.scss */
#featured-products-list-slider {
  border: 1px #ddd solid;
  border-top: none;
  width: 840px;
  height: 485px;
}

/* line 9849, app/assets/stylesheets/style.css.scss */
.box-up-sell .flex-direction-nav .flex-prev, .box-cross-sell .flex-direction-nav .flex-prev, #brand-slider .flex-direction-nav .flex-prev, .featured-products .flex-direction-nav .flex-prev {
  right: 53px;
}

/* line 9852, app/assets/stylesheets/style.css.scss */
.main .box-up-sell h2.subtitle .line, .main .box-cross-sell h2.subtitle .line, .brand-slider-wrap h2.subtitle .line, .featured-products h2.subtitle .line {
  right: 130px;
}

/* line 9855, app/assets/stylesheets/style.css.scss */
.featured-products {
  position: relative;
}

/* line 9858, app/assets/stylesheets/style.css.scss */
.product-view .box-tags .form-add label {
  line-height: 42px;
  font-size: 16px;
}

/* line 9862, app/assets/stylesheets/style.css.scss */
.product-view .box-tags .form-add .button {
  height: 35px;
}

/* line 9865, app/assets/stylesheets/style.css.scss */
#addTagForm {
  margin-bottom: 5px;
  margin-top: 10px;
}

/* line 9869, app/assets/stylesheets/style.css.scss */
.product-view .box-up-sell {
  margin-top: 10px;
  float: left;
}

/* line 9873, app/assets/stylesheets/style.css.scss */
.product-view .box-up-sell .subtitle {
  margin-right: 0;
}

/* line 9876, app/assets/stylesheets/style.css.scss */
.mini-products-list .price-box * {
  display: inline;
}

/* line 9879, app/assets/stylesheets/style.css.scss */
.mini-products-list .price-box .price {
  margin-right: 10px;
}

/* compare page */
/* line 9885, app/assets/stylesheets/style.css.scss */
.b-compare-images {
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-top: 30px;
  margin-bottom: 35px;
}

/* line 9898, app/assets/stylesheets/style.css.scss */
.b-compare__images-item-price-vs {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 100%;
  border: 10px solid #fff;
  font: 600 13px 'Open Sans',sans-serif;
  padding-top: 5px;
  left: 100%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: 100;
  background: #a30a00;
  color: #121212;
  text-align: center;
}

/* line 9915, app/assets/stylesheets/style.css.scss */
.b-compare-images h3 {
  margin: 0px;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  text-align: center;
}

/* line 9925, app/assets/stylesheets/style.css.scss */
.b-compare-price {
  margin: 0px;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-top: 15px;
  text-align: center;
  color: #ed6663;
}

/* line 9936, app/assets/stylesheets/style.css.scss */
.b-compare-images img {
  width: 100%;
}

/* line 9938, app/assets/stylesheets/style.css.scss */
.b-compare-block {
  padding: 0px;
  position: relative;
  padding-bottom: 5px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-top: 30px;
  margin-bottom: 35px;
}

/* line 9952, app/assets/stylesheets/style.css.scss */
.b-compare-block .row:last-child {
  border: none;
}

/* line 9954, app/assets/stylesheets/style.css.scss */
.b-compare-block h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ed6663;
  margin-top: 0px;
  min-width: 250px;
}

/* line 9970, app/assets/stylesheets/style.css.scss */
.b-compare-block h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 9982, app/assets/stylesheets/style.css.scss */
.b-compare__block-inside-title {
  text-align: right;
  font: 600 14px 'Open Sans',sans-serif;
  padding-right: 45px;
  padding-bottom: 10px;
}

/* line 9989, app/assets/stylesheets/style.css.scss */
.b-compare__block-inside-value {
  font: 300 13px 'Open Sans',sans-serif;
  text-align: left;
  padding-left: 45px;
  padding-bottom: 10px;
}

/* line 9997, app/assets/stylesheets/style.css.scss */
.b-compare-block .row {
  margin: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* products page */
/* line 10005, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item {
  text-align: center;
  margin-bottom: 55px;
  border-right: 1px #eaeaea solid;
}

/* line 10010, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item.last {
  text-align: center;
}

/* line 10013, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item img {
  width: 100%;
}

/* line 10016, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item a.thumb {
  position: relative;
  display: block;
  cursor: pointer;
}

/* line 10021, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item a.thumb:hover {
  border-color: #999;
}

/* line 10024, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item a.thumb span.quick-view {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  overflow: hidden;
}

/* line 10035, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item a.thumb span.quick-view span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0a0a0a;
  padding: 8px 0 5px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

/* line 10050, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item a.thumb span.quick-view span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-top: -1px;
  background: url(/assets/quick-view-26d5ab9b50d3d6161f88a2d042171a71c3e80f88020124af85d752be92243015.png) no-repeat center;
  padding-right: 12px;
}

/* === FLIP 3D === */
/* line 10060, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item .product-wrapper {
  position: relative;
  margin-top: 20px;
}

/* line 10064, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item a.thumb.flip {
  transform-style: preserve-3d;
  transition: transform 0.5s linear;
}

/* line 10068, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item .product-wrapper .thumb-wrapper:hover a.thumb.flip {
  transform: rotateY(180deg);
}

/* line 10071, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item .product-wrapper a.thumb.flip .face {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
  z-index: 1;
}

/* line 10079, app/assets/stylesheets/style.css.scss */
.category-products ul.products-grid li.item .product-wrapper a.thumb.flip .face.back {
  display: block;
  transform: rotateY(180deg);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  z-index: 10;
}

/* line 10088, app/assets/stylesheets/style.css.scss */
.product-view .product-next-prev .product-next {
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  width: 26px;
  height: 24px;
  color: #fff;
  text-align: center;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  position: absolute;
  right: 0px;
  position: absolute;
  z-index: 10;
  top: -125px;
  border: 1px #aaa solid;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff;
}

/* line 10108, app/assets/stylesheets/style.css.scss */
.product-view .product-next-prev .product-next:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #88be4c;
  border: 1px solid #88be4c;
}

/* line 10115, app/assets/stylesheets/style.css.scss */
.product-view .product-next-prev .product-next:before {
  content: "\f105";
  font-family: FontAwesome;
}

/* line 10119, app/assets/stylesheets/style.css.scss */
.product-view .product-next-prev .product-prev {
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  width: 26px;
  height: 24px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 35px;
  z-index: 10;
  top: -125px;
  border: 1px #aaa solid;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #fff;
}

/* line 10137, app/assets/stylesheets/style.css.scss */
.product-view .product-next-prev .product-prev:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -40px 0 0 #88be4c;
  border: 1px solid #88be4c;
}

/* line 10144, app/assets/stylesheets/style.css.scss */
.product-view .product-next-prev .product-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}

/* Related Products */
/* line 10150, app/assets/stylesheets/style.css.scss */
.related-pro {
  position: relative;
  padding: 0px 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  padding-bottom: 25px;
  margin-bottom: 40px;
}

/* line 10163, app/assets/stylesheets/style.css.scss */
.related-pro .new_title {
  text-align: left;
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 10px;
}

/* line 10171, app/assets/stylesheets/style.css.scss */
.related-pro .new_title h2 {
  color: #121212;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #a30a00;
  margin-top: 0px;
  min-width: 250px;
}

/* line 10187, app/assets/stylesheets/style.css.scss */
.related-pro .new_title h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 10199, app/assets/stylesheets/style.css.scss */
.related-pro .owl-item .item {
  float: left;
  background: #FFF;
  margin-top: 20px;
}

/* line 10205, app/assets/stylesheets/style.css.scss */
.related-pro .owl-item .item {
  margin-left: 14px;
  margin-right: 14px;
}

/* Cart page */
/* line 10212, app/assets/stylesheets/style.css.scss */
.shopping-cart-tbl {
  padding: 0px 20px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 30px;
}

/* line 10224, app/assets/stylesheets/style.css.scss */
.cart {
  padding: 10px 0;
  margin-top: 25px;
}

/* line 10228, app/assets/stylesheets/style.css.scss */
#shopping-cart-table {
  border: none;
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  text-align: left;
  margin-top: 10px;
}

/* line 10236, app/assets/stylesheets/style.css.scss */
.cart-table .btn-continue {
  float: left;
}

/* line 10242, app/assets/stylesheets/style.css.scss */
button.button.btn-continue:before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
}

/* line 10248, app/assets/stylesheets/style.css.scss */
.data-table td {
  line-height: 20px;
  padding: 15px;
  vertical-align: top;
}

/* line 10253, app/assets/stylesheets/style.css.scss */
#shopping-cart-table tfoot tr td.last {
  border-top: none;
  border-top: 1px #eaeaea solid;
  background: #fff;
  border-bottom: none;
}

/* line 10259, app/assets/stylesheets/style.css.scss */
button.button.btn-update:before {
  content: "\f021";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
}

/* line 10265, app/assets/stylesheets/style.css.scss */
button#empty_cart_button.button:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
}

/* line 10271, app/assets/stylesheets/style.css.scss */
.cart-table .btn-update, .cart-table .btn-empty {
  float: right;
  margin-left: 8px;
}

/* line 10275, app/assets/stylesheets/style.css.scss */
#shopping-cart-table .product-name {
  margin: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

/* line 10281, app/assets/stylesheets/style.css.scss */
#shopping-cart-table .product-name a {
  text-transform: none;
}

/* line 10284, app/assets/stylesheets/style.css.scss */
#shopping-cart-table.data-table .price {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

/* line 10288, app/assets/stylesheets/style.css.scss */
#shopping-cart-table input.qty {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: normal;
  margin: 0 !important;
  outline: medium none;
  padding: 6px 10px;
  width: 40px;
  text-align: center;
}

/* line 10299, app/assets/stylesheets/style.css.scss */
#shopping-cart-table .edit-bnt {
  float: left;
  margin-top: 0px;
}

/* line 10303, app/assets/stylesheets/style.css.scss */
.edit-bnt:before {
  content: "\f040";
  font-family: FontAwesome;
  font-size: 12px;
  padding: 9px 10px;
}

/* line 10309, app/assets/stylesheets/style.css.scss */
a.edit-bnt:hover {
  color: #339900;
}

/* line 10312, app/assets/stylesheets/style.css.scss */
.edit-bnt span {
  display: none;
}

/* line 10315, app/assets/stylesheets/style.css.scss */
#shopping-cart-table a.remove-item {
  background-color: #fff;
  background-image: none;
  color: #333;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  float: left;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #ddd solid;
}

/* line 10330, app/assets/stylesheets/style.css.scss */
#shopping-cart-table a.remove-item:hover {
  background-color: #ed6663;
  color: #fff;
  border: 1px #ed6663 solid;
}

/* line 10335, app/assets/stylesheets/style.css.scss */
#shopping-cart-table a.remove-item:before {
  content: "\f014";
  font-family: FontAwesome;
  font-size: 16px;
}

/* line 10340, app/assets/stylesheets/style.css.scss */
#shopping-cart-table a.remove-item span {
  display: none;
}

/* line 10343, app/assets/stylesheets/style.css.scss */
#discount-coupon-form label {
  font-weight: normal;
}

/* line 10346, app/assets/stylesheets/style.css.scss */
.totals h3 {
  border-bottom: 1px solid #ddd;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 10px 0;
  text-transform: uppercase;
}

/* line 10356, app/assets/stylesheets/style.css.scss */
.cart-collaterals .col2-set .col-2 {
  width: 320px;
}

/* line 10359, app/assets/stylesheets/style.css.scss */
.totals .inner {
  padding: 15px 0px;
  background-color: #fff;
  margin-top: 0px;
}

/* line 10364, app/assets/stylesheets/style.css.scss */
.cart-collaterals h3 {
  font-size: 18px;
  background-color: #fff;
  color: #333;
  margin-bottom: 14px;
  border-bottom: 1px #eaeaea solid;
  padding: 12px 0px;
  font-family: 'Saira Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: auto;
  letter-spacing: 0.5px;
}

/* line 10377, app/assets/stylesheets/style.css.scss */
.shipping-form {
  padding: 15px 0px;
}

/* line 10380, app/assets/stylesheets/style.css.scss */
#shipping-zip-form p {
  margin: 2px 0 10px;
}

/* line 10383, app/assets/stylesheets/style.css.scss */
.form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 10388, app/assets/stylesheets/style.css.scss */
.form-list li {
  margin: 0 0 15px;
  position: relative;
}

/* line 10392, app/assets/stylesheets/style.css.scss */
.form-list label {
  position: relative;
  z-index: 0;
  font-weight: normal;
  color: #333;
  display: inline;
  font-size: 13px;
}

/* line 10400, app/assets/stylesheets/style.css.scss */
#shipping-zip-form .form-list label {
  display: block;
  margin-bottom: 0px;
}

/* line 10404, app/assets/stylesheets/style.css.scss */
.form-list label.required em {
  font-style: normal;
  color: #ff0000;
}

/* line 10408, app/assets/stylesheets/style.css.scss */
#login-form em {
  font-style: normal;
  color: #ff0000;
}

/* line 10412, app/assets/stylesheets/style.css.scss */
.required em {
  color: #ff0000;
}

/* line 10415, app/assets/stylesheets/style.css.scss */
.required {
  color: #ff0000;
}

/* line 10418, app/assets/stylesheets/style.css.scss */
.form-list .input-box {
  display: block;
  clear: both;
  margin-bottom: 0;
}

/* line 10423, app/assets/stylesheets/style.css.scss */
.form-list select {
  margin: 5px 0 2px;
  width: 100%;
  outline: none;
}

/* line 10428, app/assets/stylesheets/style.css.scss */
.shipping {
  margin-top: 25px;
}

/* line 10432, app/assets/stylesheets/style.css.scss */
.discount {
  margin-top: 25px;
  min-height: 360px;
}

/* line 10436, app/assets/stylesheets/style.css.scss */
.totals {
  margin-top: 25px;
  min-height: 360px;
}

/* line 10440, app/assets/stylesheets/style.css.scss */
#discount-coupon-form {
  padding: 15px 0px;
}

/* line 10443, app/assets/stylesheets/style.css.scss */
.cart-collaterals {
  padding: 0px 10px;
  position: relative;
  z-index: 1000;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
}

/* line 10456, app/assets/stylesheets/style.css.scss */
.shipping .form-list select {
  width: 100%;
  background-color: #fff;
  border: 1px #ddd solid;
  padding: 5px 10px;
}

/* line 10462, app/assets/stylesheets/style.css.scss */
.form-list input.input-text {
  background: #fff;
  border: 1px #ddd solid;
  padding: 8px 10px;
  width: 100%;
  margin-top: 5px;
  outline: none;
  color: #aaa;
}

/* line 10471, app/assets/stylesheets/style.css.scss */
.shipping .form-list input.input-text {
  width: 100%;
}

/* line 10474, app/assets/stylesheets/style.css.scss */
button.button.get-quote:before {
  content: "\f15c";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
}

/* line 10480, app/assets/stylesheets/style.css.scss */
input.input-text, select, textarea {
  background-color: #fff;
  border: none;
  padding: 10px;
  outline: none;
  color: #333;
  border: 1px #ddd solid;
}

/* line 10488, app/assets/stylesheets/style.css.scss */
input#coupon_code {
  margin: 8px 0;
  width: 100%;
}

/* line 10492, app/assets/stylesheets/style.css.scss */
button.button.coupon:before {
  content: "\f02b";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
}

/* line 10498, app/assets/stylesheets/style.css.scss */
#shopping-cart-totals-table {
  float: right;
  width: 100%;
  padding-bottom: 8px;
}

/* line 10503, app/assets/stylesheets/style.css.scss */
.cart .totals table th, .cart .totals table td {
  padding: 5px;
  border: none !important;
  background: none !important;
  border: medium none !important;
  box-shadow: none !important;
  color: #333 !important;
  font-size: 16px;
}

/* line 10512, app/assets/stylesheets/style.css.scss */
.checkout {
  color: #666666;
  padding-top: 5px;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 10520, app/assets/stylesheets/style.css.scss */
button.button.btn-proceed-checkout {
  background: #ed6663;
  padding: 15px 0px;
  color: #fff;
  width: 100%;
  border-bottom: 3px solid #c54845;
}

/* line 10527, app/assets/stylesheets/style.css.scss */
button.button.btn-proceed-checkout:hover {
  background: #23292e;
  color: #fff;
  padding: 15px 0px;
  border-bottom: 3px solid #121518;
  box-shadow: inset 0 -50px 0 0 #23292e;
}

/* line 10534, app/assets/stylesheets/style.css.scss */
button.button.btn-proceed-checkout:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  padding-right: 5px;
}

/* line 10540, app/assets/stylesheets/style.css.scss */
button.button.btn-proceed-checkout span {
  font-size: 18px;
  font-weight: normal;
}

/* line 10544, app/assets/stylesheets/style.css.scss */
.checkout a {
  text-decoration: underline;
  color: #999;
}

/* line 10548, app/assets/stylesheets/style.css.scss */
#shopping-cart-totals-table .price {
  font-size: 16px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
}

/* line 10553, app/assets/stylesheets/style.css.scss */
#shopping-cart-totals-table strong span.price {
  font-weight: 900;
}

/* line 10556, app/assets/stylesheets/style.css.scss */
.a-right {
  text-align: right !important;
}

/* line 10559, app/assets/stylesheets/style.css.scss */
.crosssel h2 {
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 7px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

/* Cart page End */
/* line 10572, app/assets/stylesheets/style.css.scss */
#wishlist-table {
  border: none;
  text-align: left;
}

/* line 10576, app/assets/stylesheets/style.css.scss */
#wishlist-table .product-name {
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

/* line 10587, app/assets/stylesheets/style.css.scss */
#wishlist-table .price-box {
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  font-weight: 400;
}

/* line 10594, app/assets/stylesheets/style.css.scss */
#wishlist-table.data-table .price {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

/* line 10596, app/assets/stylesheets/style.css.scss */
#wishlist-table input.qty {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
  width: 50px;
}

/* line 10603, app/assets/stylesheets/style.css.scss */
#wishlist-table .description {
  margin: 10px 0;
}

/* line 10606, app/assets/stylesheets/style.css.scss */
#wishlist-table img {
  width: auto;
}

/* line 10609, app/assets/stylesheets/style.css.scss */
#wishlist-table button.button.btn-cart {
  padding: 0px;
  color: #222;
  background-color: inherit;
  border: none;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  margin: 0 0 10px !important;
  border: 1px #ddd solid !important;
}

/* line 10620, app/assets/stylesheets/style.css.scss */
#wishlist-table button.button.btn-cart:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  font-size: 16px;
  background: none;
  border: none;
  color: #333;
  padding: 6px 10px;
}

/* line 10629, app/assets/stylesheets/style.css.scss */
#wishlist-table button.button.btn-cart:hover {
  color: #fff !important;
}

/* line 10632, app/assets/stylesheets/style.css.scss */
#wishlist-table button.button.btn-cart:hover:before {
  color: #fff;
}

/* line 10635, app/assets/stylesheets/style.css.scss */
#wishlist-table button.button.btn-cart span {
  display: none;
}

/* line 10638, app/assets/stylesheets/style.css.scss */
#wishlist-table a.remove-item {
  padding: 6px 11px;
  color: #333;
  background-color: inherit;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px #333 solid;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  text-decoration: none;
  border: 1px #ddd solid;
  display: block;
}

/* line 10653, app/assets/stylesheets/style.css.scss */
#wishlist-table a.remove-item:before {
  content: "\f014";
  font-family: FontAwesome;
}

/* line 10659, app/assets/stylesheets/style.css.scss */
.btn-edit {
  padding: 5px 11px;
  border: 1px #ddd solid;
  display: block;
  text-align: center;
  display: none;
}

/* line 10661, app/assets/stylesheets/style.css.scss */
small {
  font-size: 85%;
  font-weight: normal;
  text-transform: lowercase;
}

/* line 10666, app/assets/stylesheets/style.css.scss */
a:hover small {
  color: #fff;
}

/* line 10669, app/assets/stylesheets/style.css.scss */
.my-wishlist .buttons-set2 {
  border-top: 1px #eaeaea solid;
  padding-top: 25px;
}

/* line 10673, app/assets/stylesheets/style.css.scss */
.my-wishlist .buttons-set2 .btn-update {
  float: right;
  margin-right: 2px;
}

/* line 10678, app/assets/stylesheets/style.css.scss */
.my-wishlist .buttons-set2 .btn-share {
  float: right;
  margin-left: 8px;
}

/* line 10682, app/assets/stylesheets/style.css.scss */
button.button.btn-share:before {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
}

/* line 10688, app/assets/stylesheets/style.css.scss */
.my-wishlist .buttons-set2 .btn-add {
  float: right;
  margin-left: 8px;
}

/* line 10692, app/assets/stylesheets/style.css.scss */
.my-wishlist .back-link {
  float: left;
}

/* line 10695, app/assets/stylesheets/style.css.scss */
.state_bar {
  padding: 0;
  margin-top: 20px;
}

/* line 10699, app/assets/stylesheets/style.css.scss */
.checkout-progress {
  padding-top: 0px;
  margin: 0px 0 0px;
  overflow: hidden;
  padding: 0;
  list-style: none;
}

/* line 10706, app/assets/stylesheets/style.css.scss */
.checkout-progress li {
  list-style-type: none;
  width: 19%;
  text-align: center;
  color: #fff;
  margin-right: 0px;
  padding: 7px 7px;
  text-transform: uppercase;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
  margin-right: 10px;
  border-radius: 0px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
}

/* line 10723, app/assets/stylesheets/style.css.scss */
.checkout-progress li.last {
  margin-right: 0px;
}

/* line 10726, app/assets/stylesheets/style.css.scss */
.checkout-progress li.active {
  color: #fff;
  background-color: #ed6663;
  border: 2px #ed6663 solid;
}

/* line 10731, app/assets/stylesheets/style.css.scss */
.multiple_addresses {
  padding: 25px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-top: 30px;
}

/* line 10744, app/assets/stylesheets/style.css.scss */
.page-title_multi h2 {
  font-size: 28px;
  float: left;
  font-family: 'Saira Condensed', sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}

/* line 10753, app/assets/stylesheets/style.css.scss */
.multiple_addresses .title-buttons {
  text-align: right;
}

/* line 10757, app/assets/stylesheets/style.css.scss */
button.button.new-address:before {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
}

/* line 10763, app/assets/stylesheets/style.css.scss */
.addresses {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

/* line 10768, app/assets/stylesheets/style.css.scss */
#multiship-addresses-table {
  margin-top: 5px;
  border: none;
  overflow: hidden;
}

/* line 10773, app/assets/stylesheets/style.css.scss */
#multiship-addresses-table h4 {
  font-size: 14px;
  margin: 0;
  line-height: 18px;
  font-weight: normal;
}

/* line 10779, app/assets/stylesheets/style.css.scss */
.multiple-checkout select {
  width: 100%;
  min-width: 315px;
}

/* line 10783, app/assets/stylesheets/style.css.scss */
#multiship-addresses-table .btn-remove {
  background-color: inherit;
  background-image: none;
  color: #333;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #fff;
  float: left;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  line-height: 12px;
  border: 1px #ddd solid;
}

/* line 10800, app/assets/stylesheets/style.css.scss */
.multiple_addresses .addresses select {
  border: 1px #ddd solid;
  padding: 7px 10px;
}

/* line 10804, app/assets/stylesheets/style.css.scss */
#multiship-addresses-table .btn-remove:before {
  content: "\f014";
  font-family: FontAwesome;
}

/* line 10808, app/assets/stylesheets/style.css.scss */
#multiship-addresses-table .btn-remove:hover {
  color: #fff;
  background-color: #ed6663;
  border: 1px #ed6663 solid;
}

/* line 10813, app/assets/stylesheets/style.css.scss */
#multiship-addresses-table .btn-remove span {
  display: none;
}

/* line 10816, app/assets/stylesheets/style.css.scss */
#multiship-addresses-table input.input-text {
  background-color: #FFF;
  padding: 6px 8px;
  border: 1px solid #ddd;
  text-align: center;
}

/* line 10822, app/assets/stylesheets/style.css.scss */
.state_bar li {
  width: 19%;
  display: inline-block !important;
}

/* line 10826, app/assets/stylesheets/style.css.scss */
.multiple_addresses .addresses {
  margin: 15px 0;
}

/* line 10829, app/assets/stylesheets/style.css.scss */
.multiple_addresses .buttons-set {
  margin: auto;
}

/* line 10832, app/assets/stylesheets/style.css.scss */
.multiple_addresses .multiple-checkout {
  padding-bottom: 15px;
}

/* line 10835, app/assets/stylesheets/style.css.scss */
.multiple_addresses .buttons-set {
  margin: 10px 0;
}

/* line 10838, app/assets/stylesheets/style.css.scss */
.back-link {
  float: left;
}

/* line 10841, app/assets/stylesheets/style.css.scss */
.multiple-checkout .buttons-set .button {
  float: right;
}

/* line 10844, app/assets/stylesheets/style.css.scss */
.account-login {
  padding: 0px;
  position: relative;
  padding-bottom: 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-top: 30px;
}

/* line 10856, app/assets/stylesheets/style.css.scss */
.account-login .page-title h1, .account-login .page-title h2 {
  border-bottom: none;
}

/* line 10859, app/assets/stylesheets/style.css.scss */
.account-login .col2-set .col-1 {
  float: left;
  padding-bottom: 0;
  padding: 25px;
  text-align: left;
  width: 48%;
  margin-top: 10px;
}

/* line 10868, app/assets/stylesheets/style.css.scss */
.account-login .col2-set .col-1 .buttons-set {
  margin-top: 25px;
}

/* line 10870, app/assets/stylesheets/style.css.scss */
.account-login .required {
  color: #F00;
}

/* line 10873, app/assets/stylesheets/style.css.scss */
.account-login .col2-set .col-1 strong {
  font-size: 22px;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px #eee solid;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px #eaeaea solid;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* line 10885, app/assets/stylesheets/style.css.scss */
.account-login .col2-set .col-2 strong {
  font-size: 22px;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px #eee solid;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px #eaeaea solid;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* line 10898, app/assets/stylesheets/style.css.scss */
.forgot-word {
  margin-left: 10px;
}

/* line 10900, app/assets/stylesheets/style.css.scss */
.account-login .col2-set .col-2 {
  float: right;
  padding-bottom: 0;
  padding: 25px;
  text-align: left;
  width: 48%;
  margin-top: 10px;
}

/* line 10908, app/assets/stylesheets/style.css.scss */
button.button.create-account:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
}

/* line 10914, app/assets/stylesheets/style.css.scss */
button.button.login:before {
  content: '\f13e';
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
}

/* line 10920, app/assets/stylesheets/style.css.scss */
.account-login .form-list input.input-text {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-top: 5px;
  outline: none;
  color: #666;
}

/* line 10929, app/assets/stylesheets/style.css.scss */
.group-select ul {
  padding-left: 0px;
}

/* 404 Page */
/* line 10933, app/assets/stylesheets/style.css.scss */
.content-wrapper {
  margin: auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}

/* line 10939, app/assets/stylesheets/style.css.scss */
.page-not-found h2 {
  color: #da2c2a;
  font-size: 12em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'Shadows Into Light';
}

/* line 10947, app/assets/stylesheets/style.css.scss */
.page-not-found h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4em;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 0.5px;
}

/* line 10955, app/assets/stylesheets/style.css.scss */
.page-not-found h3 img {
  margin-right: 8px;
  vertical-align: text-bottom;
}

/* line 10959, app/assets/stylesheets/style.css.scss */
.page-not-found p {
  color: #666;
  font-size: 1.33em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}

/* line 10965, app/assets/stylesheets/style.css.scss */
.page-not-found .btn-home {
  background-color: #ed6663;
  padding: 14px 28px 14px 28px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  font-family: 'Saira Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
}

/* line 10976, app/assets/stylesheets/style.css.scss */
.page-not-found .btn-home:hover {
  background-color: #000;
  color: #fff;
}

/* line 10980, app/assets/stylesheets/style.css.scss */
.page-not-found .btn-home span {
  margin: 0;
  padding: 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.5px;
}

/* line 10990, app/assets/stylesheets/style.css.scss */
#toTop {
  color: #fff;
  text-align: center;
  bottom: 60px;
  display: none;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-decoration: none;
  width: 45px;
  background: url(/assets/to-top-arrow-f9461d4236e260fcb4e5bdf7bfcc340b17dd0928c1d289db61b1bd5d1bd830fc.png) no-repeat center;
  background-color: #ed6663;
  text-transform: uppercase;
  z-index: 100;
  border-radius: 0px;
}

/* line 11008, app/assets/stylesheets/style.css.scss */
#toTop:hover {
  color: #fff;
  background-color: #2ecc71;
}

/* Footer */
/* BRAND SLIDER */
/* line 11016, app/assets/stylesheets/style.css.scss */
.logo-brand {
  padding: 0px 10px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 20px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 50px;
}

/* line 11028, app/assets/stylesheets/style.css.scss */
.logo-brand .brand-title {
  text-align: left;
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 10px;
  background: #fff;
}

/* line 11037, app/assets/stylesheets/style.css.scss */
.logo-brand .brand-title h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #23292e;
  margin-top: 0px;
  min-width: 250px;
}

/* line 11053, app/assets/stylesheets/style.css.scss */
.logo-brand .brand-title h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  transform: skew(-35deg);
  right: -35px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 11065, app/assets/stylesheets/style.css.scss */
.logo-brand .slider-items-products .owl-buttons .owl-next a {
  border: none;
  width: 32px !important;
  margin: 0px 0 0 -16px;
  border-radius: 2px;
  background: #f2f2f2;
}

/* line 11073, app/assets/stylesheets/style.css.scss */
.logo-brand .slider-items-products .owl-buttons .owl-prev a {
  border: none;
  width: 32px !important;
  margin: 0px 0 0 -16px;
  border-radius: 2px;
  background: #f2f2f2;
}

/* line 11081, app/assets/stylesheets/style.css.scss */
.logo-brand .slider-items-products .owl-buttons .owl-prev, .logo-brand .slider-items-products .owl-buttons .owl-next {
  margin-right: 20px;
}

/* line 11085, app/assets/stylesheets/style.css.scss */
.brand-logo {
  margin: 0px 0px 50px 0px;
  padding: 0px 0px;
  background: url(/../images/testimonials-bg-img1.jpg) no-repeat bottom left;
  overflow: hidden;
  padding-bottom: 360px;
}

/* line 11093, app/assets/stylesheets/style.css.scss */
.brand-logo .container {
  padding: 0px;
}

/* line 11096, app/assets/stylesheets/style.css.scss */
#brand-logo-slider {
  margin: 0px 0px !important;
}

/* line 11099, app/assets/stylesheets/style.css.scss */
.brand-logo .slider-items-products .item {
  text-align: center;
  margin: 0 9px 0px 10px;
}

/* line 11106, app/assets/stylesheets/style.css.scss */
.logo-item {
  border: 1px #e5e5e5 solid;
  line-height: 85px;
  margin-top: 18px;
}

/* line 11108, app/assets/stylesheets/style.css.scss */
.logo-brand .new_title {
  text-align: left;
  margin-left: -20px;
  margin-right: -10px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 10px;
}

/* line 11115, app/assets/stylesheets/style.css.scss */
.logo-brand .new_title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #88be4c;
  margin-top: 0px;
}

/* line 11129, app/assets/stylesheets/style.css.scss */
.logo-brand .new_title h2:after {
  content: "";
  height: 1px;
  width: 1px;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-color: #6a9c32 #6a9c32 transparent transparent;
}

/* newsletter */
/* line 11142, app/assets/stylesheets/style.css.scss */
footer .newsletter-row {
  overflow: hidden;
  width: 100%;
  padding: 55px 0px;
  background: url(/../images/newsletter-bg.jpg) no-repeat bottom right;
}

/* line 11151, app/assets/stylesheets/style.css.scss */
footer .newsletter-row .col1 {
  text-align: center;
}

/* line 11152, app/assets/stylesheets/style.css.scss */
.newsletter {
  margin: 0 0 20px 0;
  padding: 5px 0 0;
  position: relative;
  width: 820px;
  margin: auto;
  margin: auto;
}

/* line 11160, app/assets/stylesheets/style.css.scss */
.newsletter-wrap h4 {
  margin-bottom: 23px;
  display: block;
  padding: 0px;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

/* line 11172, app/assets/stylesheets/style.css.scss */
.newsletter-wrap h5 {
  margin: 0px;
  margin-bottom: 10px;
  display: block;
  padding: 0px;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 26px;
  letter-spacing: 0px;
  font-weight: 500;
  color: #a30a00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 11186, app/assets/stylesheets/style.css.scss */
#container_form_news {
  position: relative;
  z-index: 0;
}

/* line 11191, app/assets/stylesheets/style.css.scss */
#container_form_news2 input[type="text"] {
  background: #FFFFFF;
  width: 65%;
  display: inline;
  color: #a7a7a7;
  line-height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e9e7e7;
  padding-left: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-right: 0px;
  padding: 20px 20px;
}

/* line 11206, app/assets/stylesheets/style.css.scss */
button.subscribe:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 18px;
  padding-right: 8px;
}

/* line 11213, app/assets/stylesheets/style.css.scss */
.newsletter-wrap button.subscribe {
  background: none;
  border: 0 none;
  filter: none;
  overflow: hidden;
  padding: 19px 28px 20px 28px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  background: #a30a00;
  font-family: 'Saira Condensed', sans-serif;
  color: #121212;
}

/* line 11226, app/assets/stylesheets/style.css.scss */
.newsletter-wrap button.subscribe:hover {
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -70px 0 0 #121212;
  border: none;
  color: #fff;
}

/* line 11236, app/assets/stylesheets/style.css.scss */
.newsletter-wrap button.subscribe span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* line 11241, app/assets/stylesheets/style.css.scss */
.newsletter-wrap input[type="text"] {
  background: #FFFFFF;
  height: auto;
  display: inline-block;
  color: #a7a7a7;
  line-height: 22px;
  background-color: #fff;
  border: none;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  padding: 8px 10px;
  width: 425px !important;
}

/* line 11255, app/assets/stylesheets/style.css.scss */
footer {
  padding: 0px 0 0;
  overflow: hidden;
  color: #fff;
  background: #23292e;
}

/* line 11263, app/assets/stylesheets/style.css.scss */
footer .container {
  padding: 0px;
}

/* line 11265, app/assets/stylesheets/style.css.scss */
footer ul {
  margin: 0px;
  padding: 0px;
}

/* line 11269, app/assets/stylesheets/style.css.scss */
footer ul li {
  list-style-type: none;
}

/* line 11272, app/assets/stylesheets/style.css.scss */
footer ul li:last-child {
  border-bottom: none;
  width: auto;
}

/* line 11276, app/assets/stylesheets/style.css.scss */
footer a {
  padding-top: 2px;
  padding-bottom: 7px;
  font-size: 13px;
}

/* line 11281, app/assets/stylesheets/style.css.scss */
.com-add {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 10px;
  padding-bottom: 6px;
}

/* line 11287, app/assets/stylesheets/style.css.scss */
.footer-banner {
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 40px;
  clear: both;
  float: left;
}

/* line 11289, app/assets/stylesheets/style.css.scss */
footer .footer-inner {
  margin: auto;
  overflow: hidden;
}

/* line 11295, app/assets/stylesheets/style.css.scss */
footer .footer-inner h3 {
  color: #3D4C4F;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-family: 'Open Sans', sans-serif;
}

/* line 11303, app/assets/stylesheets/style.css.scss */
.footer-column-1 {
  margin-right: 30px;
  margin-bottom: 15px;
  line-height: 18px;
  min-height: 220px;
  padding-right: 30px;
}

/* line 11310, app/assets/stylesheets/style.css.scss */
.footer-column {
  margin-left: 25px;
  margin-bottom: 40px;
  min-height: 180px;
  width: 30%;
  float: left;
  padding-top: 40px;
}

/* line 11318, app/assets/stylesheets/style.css.scss */
footer .co-info {
  margin-right: 0px !important;
  padding: 40px 0px;
  text-align: left;
  margin-top: 0px;
}

/* line 11326, app/assets/stylesheets/style.css.scss */
.footer-top {
  clear: both;
  overflow: hidden;
  padding: 25px 0;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  background: #23292e;
  color: #c6c4c4;
}

/* line 11334, app/assets/stylesheets/style.css.scss */
.footer-top a {
  color: #c6c4c4;
}

/* line 11339, app/assets/stylesheets/style.css.scss */
footer .footer-column a {
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

/* line 11343, app/assets/stylesheets/style.css.scss */
.footer-column-last {
  margin-right: 0px;
  margin-bottom: 15px;
  padding-left: 0px;
}

/* line 11348, app/assets/stylesheets/style.css.scss */
.footer-column-last li {
  padding: 0px 0 5px;
}

/* line 11351, app/assets/stylesheets/style.css.scss */
.footer-bottom .inner {
  margin: auto;
  padding: 20px 0 15px;
  height: 60px;
}

/* line 11356, app/assets/stylesheets/style.css.scss */
.footer-bottom .inner a {
  color: #aaa;
}

/* line 11359, app/assets/stylesheets/style.css.scss */
.footer-bottom .inner .bottom_links a {
  margin-left: 15px;
}

/* line 11362, app/assets/stylesheets/style.css.scss */
.footer-bottom .inner a:hover {
  color: #fff;
}

/* line 11365, app/assets/stylesheets/style.css.scss */
footer p {
  font-size: 14px;
  color: #222;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 11371, app/assets/stylesheets/style.css.scss */
footer .footer-column a {
  display: block;
  color: #c6c4c4;
}

/* line 11375, app/assets/stylesheets/style.css.scss */
footer a {
  line-height: normal;
  color: #c6c4c4;
}

/* line 11379, app/assets/stylesheets/style.css.scss */
footer a:hover {
  color: #a30a00;
}

/* line 11382, app/assets/stylesheets/style.css.scss */
footer p {
  line-height: 20px;
}

/* line 11385, app/assets/stylesheets/style.css.scss */
footer h4 {
  padding: 0 0 20px 0;
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-family: 'Saira Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 11395, app/assets/stylesheets/style.css.scss */
footer .input-text:focus {
  background: #fff;
  border-color: #464646;
}

/* line 11399, app/assets/stylesheets/style.css.scss */
footer a:hover {
  text-decoration: none;
}

/* line 11402, app/assets/stylesheets/style.css.scss */
footer .coppyright {
  color: #aaa;
  float: left;
  display: block;
  text-align: center;
  font-size: 13px;
  padding-top: 15px;
}

/* line 11410, app/assets/stylesheets/style.css.scss */
.footer-bottom {
  padding: 0px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  padding: 25px 0;
  background-color: #f5f5f5;
  text-align: center;
}

/* line 11419, app/assets/stylesheets/style.css.scss */
.footer-bottom a {
  color: #666;
}

/* line 11422, app/assets/stylesheets/style.css.scss */
.footer-bottom .company-links ul {
  padding: 0px;
}

/* line 11425, app/assets/stylesheets/style.css.scss */
.footer-bottom .company-links li {
  display: inline-block;
  margin-left: 20px;
  list-style: none;
  float: right;
  border-bottom: none;
}

/* line 11432, app/assets/stylesheets/style.css.scss */
.add-icon:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 15px;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  border-radius: 30px;
  border: 2px #aaa solid;
  border-radius: 25px;
}

/* line 11449, app/assets/stylesheets/style.css.scss */
.email-footer {
  overflow: hidden;
  margin-top: 12px;
  font-size: 14px;
}

/* line 11454, app/assets/stylesheets/style.css.scss */
.email-footer a {
  font-size: 14px;
  line-height: 35px;
  color: #aaa;
}

/* line 11459, app/assets/stylesheets/style.css.scss */
.phone-footer {
  overflow: hidden;
  font-size: 14px;
  line-height: 35px;
  color: #aaa;
  margin-bottom: 10px;
  margin-top: 12px;
}

/* line 11467, app/assets/stylesheets/style.css.scss */
footer address {
  display: block;
  margin: auto;
  font-style: normal;
  line-height: 1.5em;
  color: #c6c4c4;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  padding: 0px;
}

/* line 11480, app/assets/stylesheets/style.css.scss */
.icon-location-arrow:before {
  color: #b7bcc8;
}

/* line 11481, app/assets/stylesheets/style.css.scss */
.icon-mobile-phone:before {
  color: #b7bcc8;
}

/* line 11482, app/assets/stylesheets/style.css.scss */
.icon-envelope:before {
  color: #b7bcc8;
}

/* line 11484, app/assets/stylesheets/style.css.scss */
footer address i {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 8px !important;
  color: #b7bcc8;
  font-size: 16px !important;
}

/* line 11491, app/assets/stylesheets/style.css.scss */
footer address em:before {
  margin: 0px !important;
}

/* line 11494, app/assets/stylesheets/style.css.scss */
footer address span {
  display: inline-block !important;
}

/* line 11497, app/assets/stylesheets/style.css.scss */
footer address div {
  display: block;
  text-align: left;
  overflow: hidden;
  padding: 0px 0px 20px 0px;
}

/* line 11506, app/assets/stylesheets/style.css.scss */
footer address div:last-child {
  border: none;
  padding-bottom: 0px;
}

/* line 11508, app/assets/stylesheets/style.css.scss */
.email-icon:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 14px;
  color: #b7bcc8;
  height: 35px;
  width: 35px;
  margin-right: 5px;
  line-height: 35px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  border: 2px #aaa solid;
  border-radius: 25px;
}

/* line 11525, app/assets/stylesheets/style.css.scss */
.phone-icon:before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 15px;
  color: #b7bcc8;
  height: 35px;
  width: 35px;
  margin-right: 5px;
  line-height: 35px;
  display: inline-block;
  float: left;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  border: 2px #aaa solid;
  border-radius: 25px;
}

/* line 11542, app/assets/stylesheets/style.css.scss */
.footer-bottom .bottom_links li {
  margin-left: 20px;
}

/* line 11545, app/assets/stylesheets/style.css.scss */
.custom-footer-links li {
  margin: 7px 0;
}

/* line 11548, app/assets/stylesheets/style.css.scss */
.footer-col-right {
  width: 58%;
  float: left;
}

/* line 11552, app/assets/stylesheets/style.css.scss */
.contact-info {
  text-align: center;
}

/* line 11555, app/assets/stylesheets/style.css.scss */
ul.contact-info span {
  font-size: 13px !important;
  font-weight: 900 !important;
  color: #666;
  float: left;
}

/* line 11561, app/assets/stylesheets/style.css.scss */
ul.contact-info li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

/* line 11566, app/assets/stylesheets/style.css.scss */
ul.contact-info li.last {
  float: left;
  margin-bottom: 0px;
  border-bottom: 0px #2D3D4C solid;
}

/* line 11571, app/assets/stylesheets/style.css.scss */
#container_newsletter {
  width: 100%;
  padding: 7px 0 7px 0;
  background: #f7f7f7;
  margin: 36px 0 22px 0;
}

/* line 11577, app/assets/stylesheets/style.css.scss */
#text_container_news {
  width: 205px;
  height: 34px;
  float: left;
  margin-left: 30px;
  text-transform: uppercase;
  font-family: arial;
  font-size: 10px;
  color: #647177;
  padding-top: 7px;
}

/* line 11588, app/assets/stylesheets/style.css.scss */
#text_container_news span {
  color: #959a9c;
  font-size: 9px;
}

/* line 11592, app/assets/stylesheets/style.css.scss */
#container_form_news {
  position: relative;
  z-index: 0;
}

/* line 11597, app/assets/stylesheets/style.css.scss */
.footer-box {
  width: 1240px;
  margin: auto;
}

/* line 11601, app/assets/stylesheets/style.css.scss */
footer ul span {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 15px;
  padding-right: 3px;
}

/* line 11608, app/assets/stylesheets/style.css.scss */
address {
  display: block;
  margin: auto;
  font-style: normal;
  line-height: 21px;
  color: #999;
  padding-top: 10px;
  margin-top: 10px;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* line 11620, app/assets/stylesheets/style.css.scss */
.footer-logo {
  text-align: left;
  margin: 10px 0;
}

/* line 11624, app/assets/stylesheets/style.css.scss */
.social-section {
  padding: 0px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  background: #191919;
}

/* line 11631, app/assets/stylesheets/style.css.scss */
.social-section .inner {
  margin: auto;
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 20px;
}

/* line 11637, app/assets/stylesheets/style.css.scss */
.social {
  overflow: hidden;
}

/* line 11640, app/assets/stylesheets/style.css.scss */
.social a {
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 40px;
  background-color: #88be4c;
}

/* line 11648, app/assets/stylesheets/style.css.scss */
.social a:hover {
  color: #fff;
}

/* line 11651, app/assets/stylesheets/style.css.scss */
.social .fb a:before {
  content: "\f09a";
  font-family: FontAwesome;
}

/* line 11655, app/assets/stylesheets/style.css.scss */
.social .fb a {
  background: #3C5B9B;
  font-size: 18px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}

/* line 11666, app/assets/stylesheets/style.css.scss */
.social .fb a:hover {
  background: #3C5B9B;
}

/* line 11670, app/assets/stylesheets/style.css.scss */
.social .tw a:before {
  content: "\f099";
  font-family: FontAwesome;
}

/* line 11674, app/assets/stylesheets/style.css.scss */
.social .tw a {
  background: #359BED;
  font-size: 18px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}

/* line 11685, app/assets/stylesheets/style.css.scss */
.social .tw a:hover {
  background: #359BED;
}

/* line 11688, app/assets/stylesheets/style.css.scss */
.social .googleplus a:before {
  content: "\f0d5";
  font-family: FontAwesome;
}

/* line 11692, app/assets/stylesheets/style.css.scss */
.social .googleplus a {
  background: #E33729;
  font-size: 18px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}

/* line 11703, app/assets/stylesheets/style.css.scss */
.social .googleplus a:hover {
  background: #E33729;
}

/* line 11706, app/assets/stylesheets/style.css.scss */
.social .rss a:before {
  content: "\f09e";
  font-family: FontAwesome;
}

/* line 11710, app/assets/stylesheets/style.css.scss */
.social .rss a {
  content: "\f09e";
  font-family: FontAwesome;
  background: #FD9F13;
  font-size: 18px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}

/* line 11723, app/assets/stylesheets/style.css.scss */
.social .rss a:hover {
  background: #FD9F13;
}

/* line 11726, app/assets/stylesheets/style.css.scss */
.social .pintrest a:before {
  content: "\f0d3";
  font-family: FontAwesome;
}

/* line 11730, app/assets/stylesheets/style.css.scss */
.social .pintrest a {
  content: "\f0d3";
  font-family: FontAwesome;
  background: #cb2027;
  font-size: 18px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}

/* line 11744, app/assets/stylesheets/style.css.scss */
.social .pintrest a:hover {
  background: #cb2027;
}

/* line 11747, app/assets/stylesheets/style.css.scss */
.social .linkedin a:before {
  content: "\f0e1";
  font-family: FontAwesome;
}

/* line 11751, app/assets/stylesheets/style.css.scss */
.social .linkedin a {
  content: "\f0e1";
  font-family: FontAwesome;
  background: #027ba5;
  font-size: 18px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}

/* line 11764, app/assets/stylesheets/style.css.scss */
.social .linkedin a:hover {
  background: #027ba5;
}

/* line 11767, app/assets/stylesheets/style.css.scss */
.social .youtube a:before {
  content: "\f167";
  font-family: FontAwesome;
}

/* line 11771, app/assets/stylesheets/style.css.scss */
.social .youtube a {
  background: #F03434;
  font-size: 18px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  padding: 0;
}

/* line 11782, app/assets/stylesheets/style.css.scss */
.social .youtube a:hover {
  background: #F03434;
}

/* line 11785, app/assets/stylesheets/style.css.scss */
.social {
  float: left;
  margin-top: 4px;
}

/* line 11789, app/assets/stylesheets/style.css.scss */
.social ul {
  float: left;
  margin: 0px;
  list-style: none;
  padding: 0px;
}

/* line 11795, app/assets/stylesheets/style.css.scss */
.social ul li {
  margin: 0px 5px 0px 0px;
  display: inline-block;
}

/* line 11799, app/assets/stylesheets/style.css.scss */
.social a {
  transition: background 400ms ease-in-out;
}

/* line 11802, app/assets/stylesheets/style.css.scss */
.payment-accept {
  color: #333333;
  font-size: 14px;
  margin: auto;
  overflow: hidden;
  float: right;
}

/* line 11809, app/assets/stylesheets/style.css.scss */
.payment-accept img {
  margin-right: 10px;
}

/* line 11813, app/assets/stylesheets/style.css.scss */
.payment-accept img:hover {
  opacity: 1;
}

/* line 11816, app/assets/stylesheets/style.css.scss */
.glyphicon-remove1:before {
  content: "\e014";
}

/* line 11819, app/assets/stylesheets/style.css.scss */
.glyphicon-remove1 {
  right: 8px;
}

/* line 11822, app/assets/stylesheets/style.css.scss */
button.button {
  padding: 10px 20px 8px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  letter-spacing: 1px !important;
  border: none;
  background: #a30a00;
  border-radius: 0px;
  border-bottom: 2px red solid;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 11836, app/assets/stylesheets/style.css.scss */
button.button:hover {
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 -45px 0 0 #23292e;
  border-bottom: 2px solid #121518;
  color: #fff;
}

/* line 11845, app/assets/stylesheets/style.css.scss */
button.button:hover:before {
  color: #fff;
}

/* line 11847, app/assets/stylesheets/style.css.scss */
button.button span span {
  border: 0;
  padding: 0;
  background: none;
}

/* line 11858, app/assets/stylesheets/style.css.scss */
.products-grid-home .link-wishlist:before {
  content: "\f004";
}

/* line 11861, app/assets/stylesheets/style.css.scss */
.products-grid-home .link-compare:before {
  content: "\f012";
}

/* line 11864, app/assets/stylesheets/style.css.scss */
.products-grid-home .link-wishlist {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #fff solid;
  width: 40px;
  margin-right: 7px;
}

/* line 11880, app/assets/stylesheets/style.css.scss */
.products-grid-home .box-inner .actions .link-wishlist span, .products-grid-home .box-inner .actions .add-to-links a.link-compare span {
  display: none;
}

/* line 11883, app/assets/stylesheets/style.css.scss */
.products-grid-home .link-compare {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 8px 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: 1px #fff solid;
  width: 40px;
}

/* line 11898, app/assets/stylesheets/style.css.scss */
.mm-toggle-wrap {
  display: none;
}

/* line 11901, app/assets/stylesheets/style.css.scss */
.product-shop .social {
  margin-top: 20px;
}

/* line 11904, app/assets/stylesheets/style.css.scss */
.product-shop .social a {
  border: 1px #ddd solid;
  color: #888;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: #fff;
}

/* line 11912, app/assets/stylesheets/style.css.scss */
.product-shop .social a:hover {
  color: #fff;
}

/* line 11915, app/assets/stylesheets/style.css.scss */
.product-shop .social ul {
  padding: 0px;
  margin: 0px;
}

/* line 11919, app/assets/stylesheets/style.css.scss */
.product-shop .social ul li {
  display: inline-block;
  margin: 0 7px 0 0;
}

/* line 11923, app/assets/stylesheets/style.css.scss */
.product-shop .social ul li:last-child {
  border: none;
}

/* line 11926, app/assets/stylesheets/style.css.scss */
.sendfriend-product-send .login_page h2 {
  font-size: 14px;
}

/* line 11929, app/assets/stylesheets/style.css.scss */
.sendfriend-product-send .login_page .form-list .field {
  float: left;
  width: 47%;
  margin-right: 10px;
}

/* line 11934, app/assets/stylesheets/style.css.scss */
.sendfriend-product-send .login_page textarea {
  width: 95%;
}

/* line 11937, app/assets/stylesheets/style.css.scss */
.product-options-bottom .sharing-links {
  display: none;
}

/* line 11940, app/assets/stylesheets/style.css.scss */
.add-to-box .add-to-cart, .product-options-bottom .add-to-cart {
  margin: 0;
}

/* line 11943, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .grouped-items-table .price {
  font-size: 18px;
}

/* line 11946, app/assets/stylesheets/style.css.scss */
#product-options-wrapper .options-list .price {
  font-size: 12px;
}

/* line 11949, app/assets/stylesheets/style.css.scss */
.radio, .checkbox {
  display: inline-block;
}

/* line 11952, app/assets/stylesheets/style.css.scss */
.rhs4-banner-block {
  display: none;
}

/* line 11955, app/assets/stylesheets/style.css.scss */
.rhs4-block {
  display: none;
}

/* line 11958, app/assets/stylesheets/style.css.scss */
.noitem {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

/* line 11963, app/assets/stylesheets/style.css.scss */
.noitem:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 40px;
  color: #ccc;
  width: 100%;
  display: block;
}

/* line 11971, app/assets/stylesheets/style.css.scss */
.validation-advice {
  color: #FF0000;
}

/* line 11974, app/assets/stylesheets/style.css.scss */
.form-list .validation-advice {
  color: #FF0000;
  position: relative;
}

/* line 11978, app/assets/stylesheets/style.css.scss */
.mgkosc-login-input-box .validation-advice {
  color: #FF0000;
  position: relative;
}

/* line 11982, app/assets/stylesheets/style.css.scss */
.footer-top .newsletter .validation-advice {
  left: 106px;
}

/*============ Global Messages  ============*/
/* line 11986, app/assets/stylesheets/style.css.scss */
.success {
  color: #3d6611;
  font-weight: bold;
}

/* line 11990, app/assets/stylesheets/style.css.scss */
.error {
  color: #df280a;
  font-weight: bold;
}

/* line 11994, app/assets/stylesheets/style.css.scss */
.notice {
  color: #000000;
}

/* line 11997, app/assets/stylesheets/style.css.scss */
.messages, .messages ul {
  list-style: none !important;
  /*margin: 0 !important;*/
  padding: 0 !important;
}

/* line 12002, app/assets/stylesheets/style.css.scss */
.messages {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

/* line 12007, app/assets/stylesheets/style.css.scss */
.messages li {
  margin: 5px 0 10px !important;
}

/* line 12010, app/assets/stylesheets/style.css.scss */
.messages li li {
  margin: 0 0 3px !important;
}

/* line 12013, app/assets/stylesheets/style.css.scss */
.error-msg, .success-msg, .note-msg, .notice-msg {
  border-style: solid !important;
  border-width: 0px !important;
  border-radius: 0px;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  /*min-height:20px !important;*/
  padding: 8px 8px 8px 8px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-align: center;
}

/* line 12024, app/assets/stylesheets/style.css.scss */
.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  color: #df280a;
}

/* line 12029, app/assets/stylesheets/style.css.scss */
.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  color: #3d6611;
}

/* line 12034, app/assets/stylesheets/style.css.scss */
.note-msg, .notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611;
}

/**Global Messages**/
/* line 12040, app/assets/stylesheets/style.css.scss */
.review-product-list .email-addto-box {
  float: left;
}

/* line 12043, app/assets/stylesheets/style.css.scss */
.checkout-cart-index .shipping .sp-methods {
  margin-left: -12px;
  margin-top: 10px;
}

/* line 12047, app/assets/stylesheets/style.css.scss */
.checkout-cart-index .shipping .sp-methods dd ul li {
  margin-bottom: 10px;
}

/* line 12050, app/assets/stylesheets/style.css.scss */
#my-reviews-table h2 {
  font-size: 16px;
  margin: 0;
}

/* line 12054, app/assets/stylesheets/style.css.scss */
.review-customer-view .product-img-box {
  float: left;
  margin-right: 10px;
}

/* line 12058, app/assets/stylesheets/style.css.scss */
.review-customer-view .product-details {
  float: left;
}

/* line 12061, app/assets/stylesheets/style.css.scss */
.review-customer-view .buttons-set {
  clear: both;
}

/* line 12064, app/assets/stylesheets/style.css.scss */
.review-customer-view .label {
  display: block;
}

/* line 12067, app/assets/stylesheets/style.css.scss */
.review-customer-view .product-details h3 {
  font-size: 14px;
  margin: 0;
}

/* line 12071, app/assets/stylesheets/style.css.scss */
.simple .footer-bottom {
  border: none;
}

/* line 12074, app/assets/stylesheets/style.css.scss */
.dashboard h2 {
  font-size: 16px;
}

/* line 12077, app/assets/stylesheets/style.css.scss */
.dashboard h4 {
  font-size: 14px;
}

/* line 12080, app/assets/stylesheets/style.css.scss */
.my-account .group-select h2 {
  font-size: 16px;
}

/* line 12083, app/assets/stylesheets/style.css.scss */
.login_page .pager .limiter {
  float: right;
  margin-left: 20px;
}

/* line 12087, app/assets/stylesheets/style.css.scss */
.login_page .pager .limiter label {
  float: none;
}

/* line 12090, app/assets/stylesheets/style.css.scss */
.login_page .pager .pages {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
}

/* line 12095, app/assets/stylesheets/style.css.scss */
.login_page .pager .amount {
  margin-top: 12px;
}

/* line 12098, app/assets/stylesheets/style.css.scss */
.pagination li.current span {
  background-color: #F23534;
  border: medium none;
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 0;
  box-shadow: none;
}

/* line 12108, app/assets/stylesheets/style.css.scss */
.login_page .pager {
  background: none repeat scroll 0 0 #F5F5F5;
  clear: both;
  color: #666666;
  display: inline-block;
  margin-top: 0;
  padding: 15px;
  width: 100%;
}

/* line 12117, app/assets/stylesheets/style.css.scss */
#my-orders-table {
  margin-bottom: 5px;
}

/* line 12120, app/assets/stylesheets/style.css.scss */
.order-info {
  border: 1px solid #DDDDDD;
  margin: 5px 0 8px;
  padding: 4px 8px;
}

/* line 12125, app/assets/stylesheets/style.css.scss */
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 12130, app/assets/stylesheets/style.css.scss */
.order-info .current {
  font-weight: bold;
}

/* line 12133, app/assets/stylesheets/style.css.scss */
.order-info li {
  margin: 0 3px;
}

/* line 12136, app/assets/stylesheets/style.css.scss */
#my-orders-table h3 {
  font-size: 16px;
  margin-top: 0px;
}

/* line 12140, app/assets/stylesheets/style.css.scss */
#multiship-addresses-table h3 {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

/* line 12145, app/assets/stylesheets/style.css.scss */
.group-select h2 {
  font-size: 16px;
}

/* line 12148, app/assets/stylesheets/style.css.scss */
.multiple-checkout h3 {
  font-size: 16px;
}

/* line 12151, app/assets/stylesheets/style.css.scss */
.checkout-agreements {
  border: 1px solid #EAEAEA;
  margin-top: 20px;
  padding: 10px;
}

/*.header-container .logout {
	float: right;
	margin-top: 20px;
	font-family: DIN, Helvetica, Arial, sans-serif
}
.header-container .logout a {
	color: #333;
	background: #fff;
	border: 1px #ddd solid;
	padding: 0px 8px;
	display: block;
	border-radius: 0px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 32px;
}*/
/* line 12172, app/assets/stylesheets/style.css.scss */
.toolbar .pager .pages {
  text-align: center;
}

/* line 12175, app/assets/stylesheets/style.css.scss */
.toolbar.bottom {
  border: none;
  border-top: 1px #eaeaea solid;
  padding-bottom: 0px;
  padding-top: 25px;
}

/* line 12176, app/assets/stylesheets/style.css.scss */
.toolbar.bottom .pager {
  float: left;
}

/* line 12178, app/assets/stylesheets/style.css.scss */
.one-page-checkout h3 {
  font-size: 16px;
  margin: 0px;
}

/* line 12182, app/assets/stylesheets/style.css.scss */
#review-buttons-container .btn-checkout {
  float: right;
}

/* line 12185, app/assets/stylesheets/style.css.scss */
#checkout-review-submit .checkout-agreements {
  margin-bottom: 10px !important;
}

/* line 12188, app/assets/stylesheets/style.css.scss */
.block-layered-nav .btn-remove1 {
  display: none;
}

/* line 12191, app/assets/stylesheets/style.css.scss */
.button-set .bnt-comment {
  margin-bottom: 10px !important;
}

/* line 12194, app/assets/stylesheets/style.css.scss */
.commentlist li .comment-wrapper {
  padding: 0 20px 17px 0px !important;
}

/* line 12197, app/assets/stylesheets/style.css.scss */
.tabcontent {
  margin-top: 15px;
}

/* line 12200, app/assets/stylesheets/style.css.scss */
.label {
  color: #333;
  display: inline-block;
  text-align: left;
  font-size: 12px;
  white-space: normal;
}

/* line 12207, app/assets/stylesheets/style.css.scss */
.sale-offer-box {
  display: none;
}

/* line 12210, app/assets/stylesheets/style.css.scss */
.offer-section {
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
}

/* line 12215, app/assets/stylesheets/style.css.scss */
.offer-section .container {
  width: 100%;
}

/* line 12218, app/assets/stylesheets/style.css.scss */
.offer-section .col-lg-4, .offer-section .col-sm-4, .offer-section .col-xs-12 {
  padding: 0px;
}

/* line 12221, app/assets/stylesheets/style.css.scss */
.offer-section .col {
  float: none;
  padding: 0px 0px;
}

/* line 12225, app/assets/stylesheets/style.css.scss */
.offer-section .container img {
  width: 100%;
}

/* line 12228, app/assets/stylesheets/style.css.scss */
.offer-section > div a {
  display: block;
  overflow: hidden;
}

/* line 12232, app/assets/stylesheets/style.css.scss */
.offer-section > div a img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* line 12238, app/assets/stylesheets/style.css.scss */
.offer-section > div a:hover img {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
  -moz-transform: scale(1.11);
}

/* line 12243, app/assets/stylesheets/style.css.scss */
.top-banner-section {
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
}

/* line 12248, app/assets/stylesheets/style.css.scss */
.top-banner-section {
  overflow: hidden;
  width: 100%;
  margin-bottom: 45px;
}

/* line 12253, app/assets/stylesheets/style.css.scss */
.top-banner-section .container img {
  width: 100%;
}

/* line 12256, app/assets/stylesheets/style.css.scss */
.top-banner-section > div a {
  display: block;
  overflow: hidden;
}

/* line 12260, app/assets/stylesheets/style.css.scss */
.top-banner-section > div a img {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 12269, app/assets/stylesheets/style.css.scss */
.top-banner-section > div a:hover img {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
  -moz-transform: scale(1.11);
}

/* line 12274, app/assets/stylesheets/style.css.scss */
.top-banner-section .col {
  float: none;
  padding: 0px 0px;
}

/* line 12278, app/assets/stylesheets/style.css.scss */
.add-banner1 {
  background: url(/images/offer_banner1.png) no-repeat top left;
  padding: 20% 0px !important;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

/* line 12285, app/assets/stylesheets/style.css.scss */
.add-banner1 strong {
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}

/* line 12291, app/assets/stylesheets/style.css.scss */
.offer {
  background: url(/images/offer-bg.png) no-repeat top left;
  color: #fff;
  text-align: center;
  padding: 20% 0px !important;
  font-size: 18px;
}

/* line 12298, app/assets/stylesheets/style.css.scss */
.offer strong {
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}

/* line 12303, app/assets/stylesheets/style.css.scss */
.header-banner {
  overflow: hidden;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 12310, app/assets/stylesheets/style.css.scss */
.header-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 200%;
  content: '';
  background-color: #23292e;
  z-index: -1;
}

/* line 12321, app/assets/stylesheets/style.css.scss */
.header-banner .cross-img {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 7px;
}

/* line 12327, app/assets/stylesheets/style.css.scss */
.header-banner .assetBlock {
  text-align: left;
  margin: auto;
  padding: 10px 5px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 0.5px;
  line-height: 19px;
}

/* line 12340, app/assets/stylesheets/style.css.scss */
.header-banner .call-us {
  color: #fff;
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  padding: 9px 5px;
  letter-spacing: 0.5px;
}

/* line 12341, app/assets/stylesheets/style.css.scss */
.header-banner .call-us i {
  opacity: 0.6;
  font-size: 16px;
  margin-right: 4px;
  margin-left: 22px;
}

/* line 12343, app/assets/stylesheets/style.css.scss */
.header-banner p {
  margin: 0px;
}

/* line 12346, app/assets/stylesheets/style.css.scss */
.header-banner .assetBlock a {
  color: #ed6663;
}

/* line 12349, app/assets/stylesheets/style.css.scss */
.header-banner .assetBlock span {
  color: red;
  font-weight: 600;
}

/* line 12353, app/assets/stylesheets/style.css.scss */
.cms-index-index .sale-offer-box {
  display: block;
}

/* line 12356, app/assets/stylesheets/style.css.scss */
.sale-offer-box {
  margin: auto;
  display: none;
  position: relative;
  width: 1200px;
}

/* line 12362, app/assets/stylesheets/style.css.scss */
.sale-offer-left {
  left: -120px;
  position: absolute;
  margin-top: 30%;
}

/* line 12367, app/assets/stylesheets/style.css.scss */
.sale-offer-right {
  position: absolute;
  margin-top: 30%;
  right: -120px;
}

/*  offer-slider   **/
/* line 12374, app/assets/stylesheets/style.css.scss */
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 12383, app/assets/stylesheets/style.css.scss */
.parallax-2 {
  padding-top: 25px;
  padding-bottom: 0px;
}

/*  offer-slider   **/
/*  custom-slider  */
/* line 12392, app/assets/stylesheets/style.css.scss */
.custom-slider {
  margin-bottom: 30px;
}

/* line 12395, app/assets/stylesheets/style.css.scss */
.custom-slider h3 a {
  text-shadow: none;
  color: #fff;
  font-size: 46px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

/* line 12404, app/assets/stylesheets/style.css.scss */
.custom-slider .carousel-caption {
  text-shadow: none;
  padding: 0px 30px !important;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.5px;
}

/* line 12412, app/assets/stylesheets/style.css.scss */
#carousel-example-generic {
  background: #fff !important;
}

/* line 12415, app/assets/stylesheets/style.css.scss */
#carousel-example-generic .carousel-control.left {
  background: none;
}

/* line 12418, app/assets/stylesheets/style.css.scss */
#carousel-example-generic .carousel-control.right {
  background: none;
}

/* line 12421, app/assets/stylesheets/style.css.scss */
#carousel-example-generic .carousel-inner {
  margin: 0px;
}

/* line 12424, app/assets/stylesheets/style.css.scss */
#carousel-example-generic .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  top: 3%;
}

/* line 12431, app/assets/stylesheets/style.css.scss */
.custom-slider .carousel-indicators {
  width: auto;
  margin-left: -20px;
}

/* line 12435, app/assets/stylesheets/style.css.scss */
.custom-slider .carousel-control {
  display: none;
}

/* line 12438, app/assets/stylesheets/style.css.scss */
.custom-slider img {
  border-radius: 0px;
}

/* line 12441, app/assets/stylesheets/style.css.scss */
.custom-slider .link {
  border-bottom: 1px #a30a00 solid;
  display: inline-block;
  margin-top: 10px;
  color: #a30a00;
  font-weight: normal;
  font-style: normal;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*  category-slider  */
/*  custom-slider  */
/* line 12456, app/assets/stylesheets/style.css.scss */
.category-description {
  overflow: hidden;
  padding-bottom: 10px;
}

/* line 12460, app/assets/stylesheets/style.css.scss */
.category-description .container {
  width: 100%;
  padding: 0px;
}

/* line 12464, app/assets/stylesheets/style.css.scss */
.category-description a {
  display: block;
}

/* line 12467, app/assets/stylesheets/style.css.scss */
.category-description img {
  vertical-align: bottom;
  display: block;
}

/* line 12471, app/assets/stylesheets/style.css.scss */
.category-description .product-flexslider {
  margin: 0px;
}

/* line 12474, app/assets/stylesheets/style.css.scss */
.category-description .owl-theme .owl-controls {
  margin: 0px;
}

/* line 12477, app/assets/stylesheets/style.css.scss */
.category-description .small-tag {
  font-size: 15px;
  display: block;
  color: #fff;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 5px;
}

/* line 12485, app/assets/stylesheets/style.css.scss */
.category-description .small-tag span {
  background: #ffc000;
  display: inline-block;
  line-height: 90px;
  padding-left: 10px;
  padding-right: 20px;
  height: 90px;
  width: 90px;
  border-radius: 80px;
  font-size: 40px;
  color: #fff;
}

/*	Category Image */
/* line 12499, app/assets/stylesheets/style.css.scss */
.cat-img-title {
  display: block;
  position: absolute;
  bottom: 0;
  width: 80%;
  margin: 6%;
  padding: 0;
  top: 66%;
  height: 30%;
}

/* line 12509, app/assets/stylesheets/style.css.scss */
.cat-img-title.cat-box {
  margin: 0;
  width: 100%;
  text-align: left;
  top: 25%;
}

/* line 12515, app/assets/stylesheets/style.css.scss */
.cat-img-title.cat-box .inner {
  width: 1170px;
  margin: auto;
}

/* line 12519, app/assets/stylesheets/style.css.scss */
.cat-img-title .cat-heading {
  font-size: 50px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
}

/* line 12527, app/assets/stylesheets/style.css.scss */
.cat-img-title p {
  clear: left;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 1px;
  padding: 0.25em 0.5em;
  font-weight: normal;
  color: #fff;
}

/* line 12536, app/assets/stylesheets/style.css.scss */
.cat-img-title.cat-bg p {
  color: #fff;
}

/* line 12539, app/assets/stylesheets/style.css.scss */
.category-description .slider-items-products .owl-buttons .owl-prev {
  left: 12px;
  position: absolute;
  top: 45%;
  background: none;
}

/* line 12545, app/assets/stylesheets/style.css.scss */
.category-description .slider-items-products .owl-buttons .owl-next {
  right: -20px;
  position: absolute;
  top: 45%;
  background: none;
}

/* line 12551, app/assets/stylesheets/style.css.scss */
.category-description .slider-items-products .owl-buttons a {
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 0px;
  padding: 5px 3px 10px 0px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0px;
  background: #fff;
  opacity: 0.5;
  border: 1px #ddd solid;
  margin-top: -15px;
}

/* line 12574, app/assets/stylesheets/style.css.scss */
.category-description .slider-items-products .owl-buttons a:hover {
  background: #222;
  opacity: 1;
  border: 1px #ddd solid;
  color: #fff;
}

/* line 12580, app/assets/stylesheets/style.css.scss */
.category-description .slider-items-products .owl-buttons .owl-prev a:before {
  font-size: 24px;
  padding: 0px 8px;
  line-height: 16px;
}

/* line 12585, app/assets/stylesheets/style.css.scss */
.category-description .slider-items-products .owl-buttons .owl-next a:before {
  font-size: 24px;
  padding: 0px 8px;
  line-height: 16px;
}

/* line 12590, app/assets/stylesheets/style.css.scss */
.category-description .owl-item .item {
  margin: auto;
}

/* line 12593, app/assets/stylesheets/style.css.scss */
.header-banner.mobile-show .our-features-box {
  display: none;
}

/* line 12596, app/assets/stylesheets/style.css.scss */
#nav-home p {
  display: none;
}

/* line 12599, app/assets/stylesheets/style.css.scss */
#mgkquickview {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 1200px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* line 12611, app/assets/stylesheets/style.css.scss */
#mgkquickview1 {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 1200px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* line 12623, app/assets/stylesheets/style.css.scss */
#mgkquickview2 {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 1200px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* line 12635, app/assets/stylesheets/style.css.scss */
#mgkquickview3 {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 1200px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* line 12647, app/assets/stylesheets/style.css.scss */
.product-shop .social {
  float: left;
  margin-bottom: 10px;
}

/* line 12651, app/assets/stylesheets/style.css.scss */
.product-shop .social ul li {
  display: inline-block;
  margin: 0 7px 0 0;
}

/* line 12655, app/assets/stylesheets/style.css.scss */
.sendfriend-product-send .login_page h2 {
  font-size: 14px;
}

/* line 12658, app/assets/stylesheets/style.css.scss */
.sendfriend-product-send .login_page .form-list .field {
  float: left;
  width: 47%;
  margin-right: 10px;
}

/* line 12663, app/assets/stylesheets/style.css.scss */
.sendfriend-product-send .login_page textarea {
  width: 95%;
}

/* line 12666, app/assets/stylesheets/style.css.scss */
.product-options-bottom .sharing-links {
  display: none;
}

/* line 12669, app/assets/stylesheets/style.css.scss */
.product-view .product-shop .grouped-items-table .price {
  font-size: 18px;
}

/* line 12672, app/assets/stylesheets/style.css.scss */
#product-options-wrapper .options-list .price {
  font-size: 12px;
}

/* line 12675, app/assets/stylesheets/style.css.scss */
.radio, .checkbox {
  display: inline-block;
}

/* line 12678, app/assets/stylesheets/style.css.scss */
.noitem {
  padding: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 1px;
}

/* line 12685, app/assets/stylesheets/style.css.scss */
.noitem:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 40px;
  color: #ccc;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  display: block !important;
}

/* line 12695, app/assets/stylesheets/style.css.scss */
.validation-advice {
  color: #FF0000;
  margin: 3px 0px;
}

/* line 12699, app/assets/stylesheets/style.css.scss */
.newsletter-wrap .validation-advice {
  position: absolute;
}

/* line 12702, app/assets/stylesheets/style.css.scss */
.form-list .validation-advice {
  color: #FF0000;
  position: relative;
}

/* line 12706, app/assets/stylesheets/style.css.scss */
.mgkosc-login-input-box .validation-advice {
  color: #FF0000;
  position: relative;
}

/* line 12710, app/assets/stylesheets/style.css.scss */
.footer-top .newsletter .validation-advice {
  left: 106px;
}

/*============ Global Messages  ============*/
/* line 12714, app/assets/stylesheets/style.css.scss */
.success {
  color: #3d6611;
  font-weight: bold;
}

/* line 12718, app/assets/stylesheets/style.css.scss */
.error {
  color: #df280a;
  font-weight: bold;
}

/* line 12722, app/assets/stylesheets/style.css.scss */
.notice {
  color: #000000;
}

/* line 12725, app/assets/stylesheets/style.css.scss */
.messages, .messages ul {
  list-style: none !important;
  /*margin: 0 !important;*/
  padding: 0 !important;
}

/* line 12730, app/assets/stylesheets/style.css.scss */
.messages {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

/* line 12735, app/assets/stylesheets/style.css.scss */
.messages li {
  margin: 5px 0 10px !important;
}

/* line 12738, app/assets/stylesheets/style.css.scss */
.messages li li {
  margin: 0 0 3px !important;
}

/* line 12741, app/assets/stylesheets/style.css.scss */
.error-msg, .success-msg, .note-msg, .notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  /*min-height:20px !important;*/
  padding: 8px 8px 8px 8px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

/* line 12750, app/assets/stylesheets/style.css.scss */
.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  color: #df280a;
}

/* line 12755, app/assets/stylesheets/style.css.scss */
.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  color: #3d6611;
}

/* line 12760, app/assets/stylesheets/style.css.scss */
.note-msg, .notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611;
}

/**Global Messages**/
/* line 12766, app/assets/stylesheets/style.css.scss */
.review-product-list .email-addto-box {
  float: left;
}

/* line 12769, app/assets/stylesheets/style.css.scss */
.checkout-cart-index .shipping .sp-methods {
  margin-left: 0px;
  margin-top: 10px;
}

/* line 12773, app/assets/stylesheets/style.css.scss */
.checkout-cart-index .shipping .sp-methods ul {
  margin: 0px;
  padding: 0px;
}

/* line 12777, app/assets/stylesheets/style.css.scss */
.checkout-cart-index .shipping .sp-methods dd ul li {
  margin-bottom: 10px;
  display: block;
}

/* line 12781, app/assets/stylesheets/style.css.scss */
#my-reviews-table h2 {
  font-size: 16px;
  margin: 0;
}

/* line 12785, app/assets/stylesheets/style.css.scss */
.review-customer-view .product-img-box {
  float: left;
  margin-right: 10px;
}

/* line 12789, app/assets/stylesheets/style.css.scss */
.review-customer-view .product-details {
  float: left;
}

/* line 12792, app/assets/stylesheets/style.css.scss */
.review-customer-view .buttons-set {
  clear: both;
}

/* line 12795, app/assets/stylesheets/style.css.scss */
.review-customer-view .label {
  display: block;
}

/* line 12798, app/assets/stylesheets/style.css.scss */
.review-customer-view .product-details h3 {
  font-size: 14px;
  margin: 0;
}

/* line 12802, app/assets/stylesheets/style.css.scss */
.dashboard h2 {
  font-size: 16px;
}

/* line 12805, app/assets/stylesheets/style.css.scss */
.dashboard h4 {
  font-size: 18px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
  letter-spacing: 0.5px;
}

/* line 12814, app/assets/stylesheets/style.css.scss */
.title-buttons strong {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Saira Condensed', sans-serif;
  text-transform: uppercase;
  color: #ed6663;
}

/* line 12823, app/assets/stylesheets/style.css.scss */
.my-account .group-select h2 {
  font-size: 16px;
}

/* line 12826, app/assets/stylesheets/style.css.scss */
.login_page .pager .limiter {
  float: right;
  margin-left: 20px;
}

/* line 12830, app/assets/stylesheets/style.css.scss */
.login_page .pager .limiter label {
  float: none;
}

/* line 12833, app/assets/stylesheets/style.css.scss */
.login_page .pager .pages {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
}

/* line 12838, app/assets/stylesheets/style.css.scss */
.login_page .pager .amount {
  margin-top: 12px;
}

/* line 12841, app/assets/stylesheets/style.css.scss */
#my-orders-table {
  margin-bottom: 5px;
}

/* line 12844, app/assets/stylesheets/style.css.scss */
.order-info {
  border: 1px solid #DDDDDD;
  margin: 5px 0 8px;
  padding: 4px 8px;
}

/* line 12849, app/assets/stylesheets/style.css.scss */
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 12854, app/assets/stylesheets/style.css.scss */
.order-info .current {
  font-weight: bold;
}

/* line 12857, app/assets/stylesheets/style.css.scss */
.order-info li {
  margin: 0 3px;
}

/* line 12860, app/assets/stylesheets/style.css.scss */
#my-orders-table h3 {
  font-size: 16px;
  margin-top: 0px;
}

/* line 12864, app/assets/stylesheets/style.css.scss */
#multiship-addresses-table h3 {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}

/* line 12869, app/assets/stylesheets/style.css.scss */
.group-select h2 {
  font-size: 16px;
}

/* line 12872, app/assets/stylesheets/style.css.scss */
.multiple-checkout h3 {
  font-size: 16px;
}

/* line 12875, app/assets/stylesheets/style.css.scss */
.checkout-agreements {
  border: 1px solid #EAEAEA;
  margin-top: 20px;
  padding: 10px;
}

/* line 12880, app/assets/stylesheets/style.css.scss */
.one-page-checkout h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 0.5px;
}

/* line 12887, app/assets/stylesheets/style.css.scss */
#review-buttons-container .btn-checkout {
  float: right;
}

/* line 12890, app/assets/stylesheets/style.css.scss */
#checkout-review-submit .checkout-agreements {
  margin-bottom: 10px !important;
}

/* line 12893, app/assets/stylesheets/style.css.scss */
.block-layered-nav .btn-remove1 {
  display: none;
}

/* line 12896, app/assets/stylesheets/style.css.scss */
.button-set .bnt-comment {
  margin-bottom: 10px !important;
}

/* line 12899, app/assets/stylesheets/style.css.scss */
.commentlist li .comment-wrapper {
  padding: 0 20px 17px 0px !important;
}

/* line 12902, app/assets/stylesheets/style.css.scss */
.label {
  color: #333;
  display: inline-block;
  text-align: left;
  font-size: 12px;
  white-space: normal;
}

/*************Newsletter POPUP Start***************/
/* Newsletter POPUP Start */
/* line 12912, app/assets/stylesheets/style.css.scss */
#fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  z-index: 1000;
  display: none;
}

/* line 12926, app/assets/stylesheets/style.css.scss */
.popup1 {
  width: 100%;
  margin: 0 auto;
  display: none;
  z-index: 101;
}

/* line 12932, app/assets/stylesheets/style.css.scss */
.popup1 .newsletter {
  width: auto;
  background: #fff;
  padding: 0px 25px 25px 25px;
}

/* line 12938, app/assets/stylesheets/style.css.scss */
.quick-view-box {
  left: 50%;
  margin: auto;
  min-height: 150px;
  position: fixed;
  top: 20%;
  width: 720px;
  z-index: 10000;
  margin-left: -360px;
  border-radius: 5px;
}

/* line 12951, app/assets/stylesheets/style.css.scss */
.quick-view-box .container {
  width: 715px;
  margin-bottom: 0px;
}

/* line 12952, app/assets/stylesheets/style.css.scss */
.quick-view-box .product-view .product-name h1 {
  font-size: 24px;
  font-weight: normal;
}

/* line 12953, app/assets/stylesheets/style.css.scss */
.quick-view-box .product-view .product-shop .price {
  font-size: 18px;
}

/* line 12954, app/assets/stylesheets/style.css.scss */
.quick-view-box .product-view .short-description h2 {
  font-size: 12px;
  margin-bottom: 5px;
}

/* line 12955, app/assets/stylesheets/style.css.scss */
.quick-view-box .product-view .email-addto-box {
  display: none;
}

/* line 12956, app/assets/stylesheets/style.css.scss */
.quick-view-box .product-view .product-shop .add-to-box button.button.btn-cart span {
  background: none;
  padding: 0px 10px;
  font-size: 18px;
}

/* line 12961, app/assets/stylesheets/style.css.scss */
.quick-view-box .product-view .previews-list li {
  margin-left: 3px;
  margin-right: 3px;
}

/* line 12962, app/assets/stylesheets/style.css.scss */
.newsletter-sign-box {
  left: 50%;
  margin: auto;
  min-height: 150px;
  position: fixed;
  top: 20%;
  width: 300px;
  z-index: 10000;
  margin-left: -150px;
  background: #fff;
}

/* line 12974, app/assets/stylesheets/style.css.scss */
.popup1 .x {
  position: absolute;
  right: -15px;
  top: -16px;
  z-index: 10000;
}

/* line 12980, app/assets/stylesheets/style.css.scss */
.popup1 .x:hover {
  cursor: pointer;
}

/* line 12983, app/assets/stylesheets/style.css.scss */
.newsletter-sign-box h3 {
  color: #121212;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 22px 25px 22px 25px;
  position: relative;
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #a30a00;
  margin-top: 0px;
  min-width: 200px;
}

/* line 13000, app/assets/stylesheets/style.css.scss */
.newsletter-sign-box h3:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 100%;
  transform: skew(-35deg);
  right: -25px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* line 13012, app/assets/stylesheets/style.css.scss */
.newsletter-sign-box h4 {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
  color: #666;
  text-transform: none;
  line-height: 1.5em;
  margin-top: 20px;
}

/* line 13023, app/assets/stylesheets/style.css.scss */
.newsletter_img {
  width: 100%;
  margin-top: 40px;
}

/* line 13024, app/assets/stylesheets/style.css.scss */
.newsletter_img img {
  width: 100%;
}

/* line 13025, app/assets/stylesheets/style.css.scss */
.email-form {
  width: 100%;
  overflow: hidden;
}

/* line 13027, app/assets/stylesheets/style.css.scss */
.newsletter-sign-box .input-box {
  margin-bottom: 15px;
}

/* line 13030, app/assets/stylesheets/style.css.scss */
.newsletter-sign-box .input-box input {
  display: block;
  margin-right: 0px;
  padding: 10px 10px;
  width: 250px;
  border: 1px solid #ddd;
  text-align: center;
}

/* line 13038, app/assets/stylesheets/style.css.scss */
.newsletter-sign-box .subscribe {
  background: none repeat scroll 0 0 #23292e;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 12px 10px 12px 10px !important;
  border: none !important;
  margin-top: 10px;
  width: 250px;
  text-align: center;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 13053, app/assets/stylesheets/style.css.scss */
.newsletter-sign-box .subscribe:hover {
  background: none repeat scroll 0 0 #a30a00;
  border-radius: 0;
  color: #121212;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 12px 10px 12px 10px !important;
  border: none !important;
  box-shadow: inset 0 -45px 0 0 #a30a00;
}

/* line 13065, app/assets/stylesheets/style.css.scss */
.newsletter-sign-box button.button span {
  font-size: 18px;
  font-weight: 500;
}

/* line 13069, app/assets/stylesheets/style.css.scss */
.newsletter-sign-box .subscribe-bottom {
  color: #666;
  font-size: 11px;
  line-height: 3px !important;
  margin-top: 30px;
  text-align: center;
  display: block;
  overflow: hidden;
  font-weight: normal;
}

/* line 13079, app/assets/stylesheets/style.css.scss */
.newsletter-sign-box .subscribe-bottom input {
  margin: 0px 4px 0 0;
  vertical-align: middle;
}

/* line 13084, app/assets/stylesheets/style.css.scss */
.popup1 .line {
  background: #ddd;
  height: 5px;
  width: 100px;
  margin: auto;
  margin-bottom: 20px;
}

/* Newsletter POPUP END***************/
/* line 13094, app/assets/stylesheets/style.css.scss */
.cms-index-index .messages {
  width: 1170px;
  margin: auto;
}

/* line 13098, app/assets/stylesheets/style.css.scss */
.one-page-checkout ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 13103, app/assets/stylesheets/style.css.scss */
select#shipping-address-select {
  width: 570px;
}

/* line 13106, app/assets/stylesheets/style.css.scss */
#checkout-review-submit ol.checkout-agreements {
  list-style: none;
}

/* line 13109, app/assets/stylesheets/style.css.scss */
.sp-methods ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 13114, app/assets/stylesheets/style.css.scss */
.sendfriend-product-send .input-box textarea {
  width: 100%;
}

/* line 13119, app/assets/stylesheets/style.css.scss */
.button.button-clear {
  background-color: #f2f2f2;
  color: #121212 !important;
  border-bottom: 2px #e5e5e5 solid;
}

/* line 13124, app/assets/stylesheets/style.css.scss */
.button.button-clear:hover {
  background-color: #23292e;
  color: #fff !important;
  border-bottom: 2px #111 solid;
}

/* line 13132, app/assets/stylesheets/style.css.scss */
.multiple_addresses .button.btn-update:hover {
  background-color: #ed6663;
  color: #fff;
}

/* line 13136, app/assets/stylesheets/style.css.scss */
.data-table thead th {
  background-color: #fff;
  color: #222;
  border-bottom: 1px #eaeaea solid;
}

/* line 13141, app/assets/stylesheets/style.css.scss */
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #fff;
}

/* line 13144, app/assets/stylesheets/style.css.scss */
.data-table thead th:first-child {
  background-color: #fff;
  color: #222;
}

/* line 13148, app/assets/stylesheets/style.css.scss */
.data-table thead th:last-child {
  background-color: #fff;
  color: #222;
}

/* line 13152, app/assets/stylesheets/style.css.scss */
.login_page {
  margin-top: 20px;
}

/* line 13156, app/assets/stylesheets/style.css.scss */
.products-list .product-shop .out-of-stock {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  color: #fff;
  padding: 6px 12px;
  line-height: normal;
  margin-right: 8px;
  border-radius: 0px;
  display: inline-block;
  border: 2px solid #ddd;
}

/* line 13167, app/assets/stylesheets/style.css.scss */
.products-list .product-shop .out-of-stock span {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  color: #ff4c4c;
}

/* line 13176, app/assets/stylesheets/style.css.scss */
.product-shop .out-of-stock:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  color: #ff4c4c;
}

/* line 13181, app/assets/stylesheets/style.css.scss */
.products-grid .actions .out-of-stock {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #eee;
  color: #333;
  line-height: normal;
  margin: 0;
  padding: 6px 10px;
}

/* line 13189, app/assets/stylesheets/style.css.scss */
.products-grid .actions .out-of-stock span {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 13194, app/assets/stylesheets/style.css.scss */
.product-view .availability.out-of-stock {
  padding: 3px 10px;
  position: absolute;
  right: 0;
  top: 18px;
}

/* line 13200, app/assets/stylesheets/style.css.scss */
.fl-links {
  float: right;
}

/* line 13205, app/assets/stylesheets/style.css.scss */
.fl-links .clicker {
  padding: 0px 0px 0px 28px;
  line-height: 67px;
  height: 67px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
  box-shadow: inset 0 0 0 0 #202020;
}

/* line 13215, app/assets/stylesheets/style.css.scss */
.fl-links > .no-js:hover > .clicker {
  padding: 0px 0px 0px 28px;
  line-height: 67px;
  height: 67px;
  color: #66cc66;
}

/* line 13221, app/assets/stylesheets/style.css.scss */
.fl-links .clicker:before {
  content: '\f0c9';
  font-family: FontAwesome;
  font-size: 18px;
  padding-left: 4px;
  padding-top: 2px;
  margin-right: 6px;
  /* margin-top: -2px; */
  height: 40px;
  cursor: pointer;
  color: #121212;
}

/* line 13233, app/assets/stylesheets/style.css.scss */
.fl-links .links {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

/* line 13239, app/assets/stylesheets/style.css.scss */
.fl-links .links li {
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
  letter-spacing: 0.5px;
  padding-left: 0px;
  display: block;
  line-height: 23px;
}

/* line 13248, app/assets/stylesheets/style.css.scss */
.fl-links .links li:last-child {
  border: none;
}

/* line 13252, app/assets/stylesheets/style.css.scss */
.fl-links .no-js .fl-nav-links {
  background: #202020;
  background-repeat: repeat;
  background-position: 0 0;
  padding: 20px;
  margin: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 25px;
  z-index: 100;
  border-top: 0;
  width: 250px;
  position: absolute;
  opacity: 0;
  right: 0px;
  transform: scale(0) rotate(0deg);
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
}

/* line 13271, app/assets/stylesheets/style.css.scss */
.fl-links .no-js:hover .fl-nav-links {
  background: #fff;
  background-repeat: repeat;
  background-position: 0 0;
  margin: 0;
  width: 260px;
  overflow: hidden;
  font-size: 13px;
  line-height: 25px;
  z-index: 100;
  display: block;
  position: absolute;
  right: 0px;
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  border-top: none;
  box-shadow: 0 10px 20px -5px;
}

/* line 13293, app/assets/stylesheets/style.css.scss */
.fl-links .no-js .fl-nav-links h3 {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 0px 10px 10px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
  font-family: 'Saira Condensed', sans-serif;
  border-bottom: 1px #eaeaea solid;
  margin-bottom: 8px;
}

/* line 13307, app/assets/stylesheets/style.css.scss */
.fl-links .no-js:hover .fl-nav-links .links a {
  color: #333;
  letter-spacing: normal;
}

/* line 13312, app/assets/stylesheets/style.css.scss */
.top-offer-banner {
  margin: 65px 0px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  padding-top: 25px;
}

/* line 13319, app/assets/stylesheets/style.css.scss */
.offer-inner {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 13321, app/assets/stylesheets/style.css.scss */
.offer-inner .left {
  width: 58.5%;
  display: inline-block;
}

/* line 13325, app/assets/stylesheets/style.css.scss */
.offer-inner .right {
  width: 40%;
  float: right;
  position: relative;
  overflow: hidden;
}

/* line 13331, app/assets/stylesheets/style.css.scss */
.offer-inner .left .col-1 {
  width: 100%;
  float: left;
  margin-bottom: 18px;
  overflow: hidden;
}

/* line 13337, app/assets/stylesheets/style.css.scss */
.offer-inner .left .col-1 .inner-text {
  right: auto;
  left: 50px;
}

/* line 13341, app/assets/stylesheets/style.css.scss */
.offer-inner .left .col-1 .inner-text h3 {
  font-size: 18px;
}

/* line 13344, app/assets/stylesheets/style.css.scss */
.top-offer-banner .col img {
  width: 100%;
}

/* line 13347, app/assets/stylesheets/style.css.scss */
.offer-inner .left .col.mid {
  width: 55.5%;
  float: left;
  margin-right: 0px;
  position: relative;
  overflow: hidden;
}

/* line 13354, app/assets/stylesheets/style.css.scss */
.offer-inner .left .col.last {
  width: 42%;
  float: right;
  margin-right: 0px;
  position: relative;
  overflow: hidden;
}

/* line 13361, app/assets/stylesheets/style.css.scss */
.offer-inner .inner-text {
  top: 15px;
  position: absolute;
  right: 7%;
  white-space: normal;
  z-index: 3;
  text-align: left;
  color: #fff;
  cursor: pointer;
}

/* line 13371, app/assets/stylesheets/style.css.scss */
.offer-inner .inner-text h4 {
  font-size: 30px;
  line-height: 100%;
  margin: 7px 0;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 13378, app/assets/stylesheets/style.css.scss */
.offer-inner .inner-text h3 {
  font-size: 16px;
  line-height: 100%;
  margin: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}

/* line 13386, app/assets/stylesheets/style.css.scss */
.offer-inner .right .inner-text {
  top: 4%;
  text-align: left;
  right: auto;
  margin: auto;
  width: 100%;
  padding-left: 20px;
}

/* line 13394, app/assets/stylesheets/style.css.scss */
.offer-inner .right .inner-text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* line 13399, app/assets/stylesheets/style.css.scss */
.offer-inner .right .inner-text h3 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

/* line 13404, app/assets/stylesheets/style.css.scss */
.offer-inner .right .inner-text .line-b {
  height: 1px;
  background-color: #fff;
  margin: 25px auto;
  width: 15%;
}

/* line 13410, app/assets/stylesheets/style.css.scss */
.offer-inner .inner-text a.shop-now {
  text-transform: uppercase;
  color: #fff;
}

/* line 13414, app/assets/stylesheets/style.css.scss */
.offer-inner .inner-text a.shop-now1 {
  text-transform: uppercase;
  color: #fff;
  border-radius: 0px;
  padding: 6px 10px;
  display: inline-block;
  background-color: #2ecc71;
}

/* line 13422, app/assets/stylesheets/style.css.scss */
.offer-inner .inner-text a.shop-now1:hover {
  text-transform: uppercase;
  color: #333;
  background-color: #fff;
}

/* line 13427, app/assets/stylesheets/style.css.scss */
.offer-inner img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
}

/* line 13433, app/assets/stylesheets/style.css.scss */
.offer-inner img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

/* line 13439, app/assets/stylesheets/style.css.scss */
.offer-inner .left .col.mid:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

/* line 13445, app/assets/stylesheets/style.css.scss */
.offer-inner .left .col.last:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

/* line 13451, app/assets/stylesheets/style.css.scss */
.offer-inner .right:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

/*#background {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #e0e0e0;
}*/
/* line 13469, app/assets/stylesheets/style.css.scss */
.page-heading {
  padding: 70px 0 70px 0;
  background-size: cover;
  border-bottom: none;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url(/assets/category-bg-340bcc3f33ccd7319719b61be102de31acabbd67f24456b4a91669e16cb229ff.jpg);
  background-position: bottom;
}

/* line 13479, app/assets/stylesheets/style.css.scss */
.page-heading .page-title h2 {
  color: #fff;
}

/* line 13483, app/assets/stylesheets/style.css.scss */
.cms-page-view p {
  font-size: 13px;
  line-height: 1.6em;
}

/* line 13487, app/assets/stylesheets/style.css.scss */
.form_background {
  padding: 25px;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 45px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  margin-top: 30px;
}

/* line 13504, app/assets/stylesheets/style.css.scss */
.cms-engaging-home-page .home_content:after {
  background: url(/assets/bg_shadow_about-a573fba01ed2b09880261a5f3af98c6afdc7440417487c4bc7c6180b902879a9.png) no-repeat scroll center bottom transparent;
  content: "";
  height: 93px;
  position: absolute;
  width: 100%;
  z-index: 9;
}

/*	Testimonials */
/* line 13516, app/assets/stylesheets/style.css.scss */
.testimonials-section {
  padding: 15px 45px;
  text-align: center;
  min-height: 343px;
  padding-bottom: 25px;
  text-align: center;
  position: relative;
  margin: 25px;
}

/* line 13520, app/assets/stylesheets/style.css.scss */
.home-banner {
  padding: 40px 0px;
}

/* line 13521, app/assets/stylesheets/style.css.scss */
.avatar {
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

/* line 13522, app/assets/stylesheets/style.css.scss */
.avatar img {
  border-radius: 999px;
  margin-bottom: 10px;
  width: auto;
  display: inline-block;
  border: 8px rgba(255, 255, 255, 0.2) solid;
  width: 130px;
}

/* line 13523, app/assets/stylesheets/style.css.scss */
.testimonials {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.6em;
  padding: 0px 0px;
}

/* line 13524, app/assets/stylesheets/style.css.scss */
.clients_author {
  font-size: 22px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  color: #a30a00;
  letter-spacing: 0.5px;
}

/* line 13525, app/assets/stylesheets/style.css.scss */
.clients_author span {
  font-size: 18px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  margin-left: 7px;
  letter-spacing: 0.5px;
}

/* line 13529, app/assets/stylesheets/style.css.scss */
.section-filter {
  margin-top: 35px;
  padding: 30px;
  background: #fff;
  z-index: 100;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 13539, app/assets/stylesheets/style.css.scss */
.section-filter h2 {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 20px;
}

/* line 13549, app/assets/stylesheets/style.css.scss */
.b-filter .selectpicker {
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 48px;
  vertical-align: top;
  text-transform: inherit;
  color: #222;
  border: 1px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
  border-radius: 0;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2px !important;
  color: #777;
}

/* line 13566, app/assets/stylesheets/style.css.scss */
.b-filter .btn-group.open .dropdown-toggle {
  background: #fcf6cb;
  box-shadow: none;
}

/* line 13568, app/assets/stylesheets/style.css.scss */
.b-filter .bootstrap-select {
  margin-bottom: 5px;
}

/* line 13570, app/assets/stylesheets/style.css.scss */
.b-filter .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0 !important;
  display: none;
}

/* line 13593, app/assets/stylesheets/style.css.scss */
.open > .dropdown-menu {
  display: block;
  height: auto;
}

/* line 13597, app/assets/stylesheets/style.css.scss */
.b-filter .bootstrap-select.btn-group .dropdown-menu li a {
  padding: 7px 20px;
}

/* line 13598, app/assets/stylesheets/style.css.scss */
.b-filter .open > .dropdown-menu .selected {
  background: #f2f2f2;
  box-shadow: none;
  outline: none;
}

/* line 13600, app/assets/stylesheets/style.css.scss */
.b-filter__btns {
  margin-top: 150px;
  text-align: center;
}

/* line 13605, app/assets/stylesheets/style.css.scss */
.b-filter__btns .btn {
  width: 100%;
  background: #a30a00;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  color: white;
  display: block;
  line-height: 38px;
  letter-spacing: 1px;
  border-radius: 0;
  border-bottom: 3px red solid;
}

/* line 13621, app/assets/stylesheets/style.css.scss */
.b-filter .ui-filter-slider {
  margin-top: 7px;
  font-size: 14px;
}

/* line 13626, app/assets/stylesheets/style.css.scss */
.b-filter .ui-filter-slider .min-max {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}

/* line 13628, app/assets/stylesheets/style.css.scss */
.b-filter .ui-filter-slider__info {
  margin-top: 16px;
}

/* line 13632, app/assets/stylesheets/style.css.scss */
.b-filter .ui-filter-slider__current {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 13637, app/assets/stylesheets/style.css.scss */
.b-filter-type {
  margin-bottom: 23px;
  text-align: center;
}

/* line 13642, app/assets/stylesheets/style.css.scss */
.b-filter-type__item {
  display: inline-block;
}

/* line 13646, app/assets/stylesheets/style.css.scss */
.b-filter-type__input {
  display: none;
}

/* line 13650, app/assets/stylesheets/style.css.scss */
.b-filter-type__input:checked + .b-filter-type__label {
  border: 2px solid #444;
  border-radius: 2px;
}

/* line 13655, app/assets/stylesheets/style.css.scss */
.b-filter-type__input:checked + .b-filter-type__label .b-filter-type__title {
  font-weight: 600;
  color: #222;
}

/* line 13660, app/assets/stylesheets/style.css.scss */
.b-filter-type__label {
  width: 150px;
  height: 100px;
  cursor: pointer;
  text-transform: uppercase;
}

/* line 13667, app/assets/stylesheets/style.css.scss */
.b-filter-type__icon {
  display: block;
  margin-bottom: -30px;
  font-size: 80px;
  line-height: 1;
}

/* line 13674, app/assets/stylesheets/style.css.scss */
.b-filter-type__title {
  display: block;
  font: 500 11px Poppins;
  color: #888;
}

@media (min-width: 1300px) {
  /* line 13681, app/assets/stylesheets/style.css.scss */
  .container {
    width: 1300px;
  }
}

@media (min-width: 1350px) {
  /* line 13687, app/assets/stylesheets/style.css.scss */
  .container {
    width: 1320px;
  }
}

/* line 13693, app/assets/stylesheets/style.css.scss */
#searchForm .form-group {
  margin-bottom: 10px;
}

/* line 13697, app/assets/stylesheets/style.css.scss */
#searchForm .price-range {
  height: 50px;
  font-size: 14px;
  line-height: 48px;
  vertical-align: top;
  text-transform: uppercase;
  color: #222;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2px !important;
  color: #777;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 13711, app/assets/stylesheets/style.css.scss */
#searchForm .price-range #priceRange {
  margin-top: -10px;
}

/* line 13715, app/assets/stylesheets/style.css.scss */
#searchForm .price-range label {
  font-weight: inherit;
  padding-right: 10px;
}

/* line 13720, app/assets/stylesheets/style.css.scss */
#searchForm .price-range .ui-widget-header {
  background-color: #a30a00;
}

/* line 13724, app/assets/stylesheets/style.css.scss */
#searchForm .price-range span.ui-state-default {
  background: #f5f5f5;
}

/* line 13729, app/assets/stylesheets/style.css.scss */
#searchForm select {
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 48px;
  vertical-align: top;
  text-transform: inherit;
  color: #222;
  border: 1px solid #eaeaea;
  border-radius: 0;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2px !important;
  color: #777;
}

/* line 13744, app/assets/stylesheets/style.css.scss */
#searchForm select:hover {
  cursor: pointer;
}

/* line 13748, app/assets/stylesheets/style.css.scss */
#searchForm select:focus {
  box-shadow: none;
}

/* line 13755, app/assets/stylesheets/style.css.scss */
.nav-6-1-1 img {
  width: 45px;
}

/* line 13761, app/assets/stylesheets/style.css.scss */
#summarySpecs.summary-features tr {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* line 2, app/assets/stylesheets/responsive.css.scss */
  .logo:before {
    transform: none;
    position: relative;
    background-color: inherit;
    content: '';
    width: auto;
    z-index: 0;
    top: 0;
    right: 0;
    height: auto;
  }
  /* line 13, app/assets/stylesheets/responsive.css.scss */
  .header-banner:before {
    width: 100%;
  }
  /* line 16, app/assets/stylesheets/responsive.css.scss */
  .header-container {
    display: block;
  }
  /* line 19, app/assets/stylesheets/responsive.css.scss */
  .header-logo {
    flex: none;
  }
  /* line 22, app/assets/stylesheets/responsive.css.scss */
  .header-container .fl-nav-menu {
    display: block;
    border-radius: 3px;
    /* overflow: hidden; */
    /* top: 150px; */
    /* margin-top: 85px; */
    /* background-color: #fff; */
    /*clear: both;*/
    height: 55px;
  }
  /* line 32, app/assets/stylesheets/responsive.css.scss */
  .mm-toggle {
    padding: 16px 16px;
  }
  /* line 35, app/assets/stylesheets/responsive.css.scss */
  #thm-mart-slideshow {
    margin: 0px;
  }
  /* line 36, app/assets/stylesheets/responsive.css.scss */
  #thm-mart-slideshow:before {
    left: -500px;
  }
  /* line 37, app/assets/stylesheets/responsive.css.scss */
  #top {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  /* line 38, app/assets/stylesheets/responsive.css.scss */
  #top ul li {
    width: 100%;
  }
  /* line 39, app/assets/stylesheets/responsive.css.scss */
  .home-banner {
    padding: 0px 0px;
  }
  /* line 44, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.ExtraLargeTitle span {
    border: none;
    font-size: 13px !important;
  }
  /* line 45, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.Title {
    display: none;
  }
  /* line 46, app/assets/stylesheets/responsive.css.scss */
  .buy-btn {
    font-size: 12px !important;
  }
  /* line 48, app/assets/stylesheets/responsive.css.scss */
  .top-cate {
    margin-top: 30px;
  }
  /* line 49, app/assets/stylesheets/responsive.css.scss */
  .top-cate .new_title h2 {
    min-width: auto;
  }
  /* line 50, app/assets/stylesheets/responsive.css.scss */
  .top-cate .slider-items-products .owl-buttons .owl-prev {
    margin-top: -50px;
  }
  /* line 51, app/assets/stylesheets/responsive.css.scss */
  .top-cate .slider-items-products .owl-buttons .owl-next {
    margin-top: -50px;
  }
  /* line 54, app/assets/stylesheets/responsive.css.scss */
  .best-pro .new_title h2 {
    min-width: auto;
  }
  /* line 55, app/assets/stylesheets/responsive.css.scss */
  .b-compare-price {
    margin-bottom: 40px;
  }
  /* line 56, app/assets/stylesheets/responsive.css.scss */
  .b-compare__block-inside-title {
    text-align: left;
  }
  /* line 57, app/assets/stylesheets/responsive.css.scss */
  .b-compare__block-inside-value {
    padding-left: 0px;
  }
  /* line 58, app/assets/stylesheets/responsive.css.scss */
  #hot_deals .owl-item .item {
    border: none;
  }
  /* line 59, app/assets/stylesheets/responsive.css.scss */
  .cate-banner-img {
    display: none;
  }
  /* line 61, app/assets/stylesheets/responsive.css.scss */
  .our-features-box .feature-box {
    margin-right: 0px;
    padding: 0 0 25px 0;
  }
  /* line 62, app/assets/stylesheets/responsive.css.scss */
  .our-features-box {
    padding: 0px 15px;
  }
  /* line 64, app/assets/stylesheets/responsive.css.scss */
  .featured-pro {
    margin-bottom: 30px;
  }
  /* line 66, app/assets/stylesheets/responsive.css.scss */
  .sidebar.blog-side .block.widget_search {
    margin-top: 20px;
  }
  /*.latest-blog h2 { margin-bottom:40px!important}*/
  /* line 69, app/assets/stylesheets/responsive.css.scss */
  .latest-blog .blog_inner {
    margin: 0px;
  }
  /* line 70, app/assets/stylesheets/responsive.css.scss */
  .latest-blog .blog_inner {
    margin-bottom: 10px;
  }
  /* line 71, app/assets/stylesheets/responsive.css.scss */
  .slider-items-products .item img {
    width: 100%;
  }
  /* line 74, app/assets/stylesheets/responsive.css.scss */
  .testimonials-section {
    min-height: auto;
  }
  /* line 75, app/assets/stylesheets/responsive.css.scss */
  .testimonials-section .bx-viewport {
    height: auto !important;
  }
  /* line 76, app/assets/stylesheets/responsive.css.scss */
  .testimonials-section {
    padding: 0px 0px;
  }
  /* line 78, app/assets/stylesheets/responsive.css.scss */
  .best-pro {
    padding-bottom: 15px;
  }
  /* line 80, app/assets/stylesheets/responsive.css.scss */
  #best-seller .owl-item .item {
    margin: 15px 8px;
    border: none;
  }
  /* line 82, app/assets/stylesheets/responsive.css.scss */
  .hot_deals {
    margin-bottom: 30px;
  }
  /* line 84, app/assets/stylesheets/responsive.css.scss */
  #right_toolbar {
    display: none !important;
  }
  /* line 87, app/assets/stylesheets/responsive.css.scss */
  .brand-logo .new_title.center {
    height: 40px;
  }
  /* line 90, app/assets/stylesheets/responsive.css.scss */
  .new_title {
    margin-bottom: 2px;
  }
  /* line 93, app/assets/stylesheets/responsive.css.scss */
  .new_title.center {
    height: auto;
    border-bottom: none;
  }
  /* line 97, app/assets/stylesheets/responsive.css.scss */
  .new_title h2 {
    margin-bottom: 70px;
  }
  /* line 100, app/assets/stylesheets/responsive.css.scss */
  .my-wishlist .buttons-set2 .btn-share, .my-wishlist .buttons-set2 .btn-add, .my-wishlist .buttons-set2 .btn-update {
    float: none;
    margin-left: 0;
    margin-bottom: 8px;
  }
  /* line 105, app/assets/stylesheets/responsive.css.scss */
  .page-title_multi h2 {
    font-size: 17px;
  }
  /* line 108, app/assets/stylesheets/responsive.css.scss */
  .multiple_addresses .title-buttons.pull-right {
    float: left !important;
  }
  /* line 111, app/assets/stylesheets/responsive.css.scss */
  #multiship-addresses-table {
    margin-top: auto;
  }
  /* line 114, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop {
    margin-top: 20px;
    padding-left: 20px;
  }
  /* line 119, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs > table > tbody > tr, .spec-sub-ctr table > tbody > tr {
    width: 100%;
  }
  /* line 120, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs > table > tbody > tr.odd {
    background: #fff;
  }
  /* line 122, app/assets/stylesheets/responsive.css.scss */
  .product-essential {
    padding: 30px 15px;
  }
  /* line 125, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb {
    padding: 0 32px;
  }
  /* line 128, app/assets/stylesheets/responsive.css.scss */
  .related-pro .new_title.center {
    height: inherit;
  }
  /* line 131, app/assets/stylesheets/responsive.css.scss */
  .upsell-pro .new_title.center {
    height: inherit;
  }
  /* line 134, app/assets/stylesheets/responsive.css.scss */
  .product-tabs {
    height: auto;
  }
  /* line 137, app/assets/stylesheets/responsive.css.scss */
  .product-view .email-friend a span {
    display: none;
  }
  /* line 140, app/assets/stylesheets/responsive.css.scss */
  .product-view .add-to-links span {
    display: none;
  }
  /* line 143, app/assets/stylesheets/responsive.css.scss */
  .email-addto-box {
    margin-top: 10px;
    margin-left: 0px;
    width: 100%;
  }
  /* line 148, app/assets/stylesheets/responsive.css.scss */
  .product-shop .social {
    margin-top: 20px;
  }
  /* line 151, app/assets/stylesheets/responsive.css.scss */
  .product-collateral {
    margin-top: 4px;
    margin-bottom: 25px;
  }
  /* line 155, app/assets/stylesheets/responsive.css.scss */
  .product-view .email-friend {
    margin: auto;
  }
  /* line 158, app/assets/stylesheets/responsive.css.scss */
  .product-view .social ul li a {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
  /* line 163, app/assets/stylesheets/responsive.css.scss */
  .product-shop .social ul li {
    margin: auto;
  }
  /* line 167, app/assets/stylesheets/responsive.css.scss */
  .multiple_addresses .title-buttons {
    text-align: left;
  }
  /* line 170, app/assets/stylesheets/responsive.css.scss */
  #sort-by {
    display: none;
  }
  /* line 173, app/assets/stylesheets/responsive.css.scss */
  .toolbar .pager .pages {
    float: right;
  }
  /* line 176, app/assets/stylesheets/responsive.css.scss */
  .footer-inner .container {
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 178, app/assets/stylesheets/responsive.css.scss */
  .footer-column {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  /* line 180, app/assets/stylesheets/responsive.css.scss */
  .footer-bottom .company-links li {
    margin-left: 0;
    float: none;
    margin: 0 10px 5px 0;
  }
  /* line 185, app/assets/stylesheets/responsive.css.scss */
  .footer-bottom .company-links ul {
    text-align: center;
  }
  /* line 188, app/assets/stylesheets/responsive.css.scss */
  footer .coppyright {
    float: none;
    text-align: center;
  }
  /* line 192, app/assets/stylesheets/responsive.css.scss */
  .social ul li a {
    margin-bottom: 5px;
  }
  /* line 195, app/assets/stylesheets/responsive.css.scss */
  .payment-accept img {
    margin-right: 6px;
  }
  /* line 198, app/assets/stylesheets/responsive.css.scss */
  footer address {
    width: 82%;
  }
  /* line 201, app/assets/stylesheets/responsive.css.scss */
  .header-banner.mobile-show .our-features-box {
    display: block !important;
  }
  /* line 204, app/assets/stylesheets/responsive.css.scss */
  .offer-slider h1 {
    font-size: 34px;
    padding: 30px 0px;
    padding-bottom: 15px;
  }
  /* line 209, app/assets/stylesheets/responsive.css.scss */
  .offer-slider p {
    padding: 0 2% 1%;
    font-size: 14px;
  }
  /* line 213, app/assets/stylesheets/responsive.css.scss */
  .bx-wrapper {
    margin: auto;
  }
  /* line 216, app/assets/stylesheets/responsive.css.scss */
  .bx-viewport {
    height: 340px !important;
    width: 95% !important;
  }
  /* line 220, app/assets/stylesheets/responsive.css.scss */
  .bxslider li {
    margin-right: 0px !important;
  }
  /* line 227, app/assets/stylesheets/responsive.css.scss */
  .owl-pagination {
    top: -20px;
    right: auto;
    width: 100%;
  }
  /* line 232, app/assets/stylesheets/responsive.css.scss */
  .owl-theme .owl-controls .owl-page span {
    width: 14px;
    height: 14px;
  }
  /* line 237, app/assets/stylesheets/responsive.css.scss */
  #toTop {
    width: 30px;
    height: 30px;
    line-height: 38px;
  }
  /* line 242, app/assets/stylesheets/responsive.css.scss */
  .cms-index-index .our-features-box {
    display: none;
  }
  /* line 245, app/assets/stylesheets/responsive.css.scss */
  .header-banner .assetBlock {
    width: 100%;
    padding: 12px 0;
    font-size: 15px;
    text-align: center;
  }
  /* line 251, app/assets/stylesheets/responsive.css.scss */
  .header-banner .call-us {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0px 14px;
    letter-spacing: 0.3px;
    border-top: 1px solid #464646;
  }
  /* line 260, app/assets/stylesheets/responsive.css.scss */
  .social {
    float: none;
    text-align: center;
  }
  /* line 264, app/assets/stylesheets/responsive.css.scss */
  .social ul {
    float: none;
  }
  /* line 267, app/assets/stylesheets/responsive.css.scss */
  .our-features-box ul {
    width: 100%;
    padding: 20px 0px;
  }
  /* line 271, app/assets/stylesheets/responsive.css.scss */
  .our-features-box li {
    margin-bottom: 5px;
  }
  /* line 275, app/assets/stylesheets/responsive.css.scss */
  .fl-mini-cart-content .actions {
    padding: 0 8px 15px 8px;
  }
  /* line 278, app/assets/stylesheets/responsive.css.scss */
  .mini-products-list .product-image {
    margin-left: 8px;
  }
  /* line 281, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .actions .btn-checkout {
    padding: 8px 20px;
  }
  /* line 284, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .view-cart {
    padding: 10px 20px;
  }
  /* line 287, app/assets/stylesheets/responsive.css.scss */
  .col-xs-12.right_menu {
    padding-left: 4px;
  }
  /* line 290, app/assets/stylesheets/responsive.css.scss */
  .product-img-box.col-xs-12 {
    width: 300px;
  }
  /* line 293, app/assets/stylesheets/responsive.css.scss */
  .product-next-prev {
    display: none;
  }
  /* line 296, app/assets/stylesheets/responsive.css.scss */
  .product-view .previews-list li {
    margin-right: 13px;
  }
  /* line 299, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop .add-to-box .pull-right {
    float: left !important;
  }
  /* line 302, app/assets/stylesheets/responsive.css.scss */
  #cloud-zoom-big {
    display: none !important;
  }
  /* line 305, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons a {
    width: 25px;
    height: 25px;
  }
  /* line 309, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-image {
    width: 100%;
  }
  /* line 312, app/assets/stylesheets/responsive.css.scss */
  .language-currency {
    margin-left: 0;
  }
  /* line 315, app/assets/stylesheets/responsive.css.scss */
  .fl-currency {
    margin-right: 2px;
  }
  /* line 318, app/assets/stylesheets/responsive.css.scss */
  .fl-language {
    padding-left: 8px;
  }
  /* line 321, app/assets/stylesheets/responsive.css.scss */
  .logo {
    text-align: center;
    padding-bottom: 0px;
    margin-top: 0px;
    width: 100% !important;
    /* border-bottom: 1px solid #e5e5e5; */
    height: auto;
    line-height: normal;
    padding: 22px 55px;
    float: none;
    margin-right: 0;
  }
  /* line 335, app/assets/stylesheets/responsive.css.scss */
  .logo img {
    /* width: 100%; */
    position: relative;
  }
  /* line 336, app/assets/stylesheets/responsive.css.scss */
  .header__nav {
    flex: none;
  }
  /* line 339, app/assets/stylesheets/responsive.css.scss */
  .header-banner {
    background: #23292e;
  }
  /* line 342, app/assets/stylesheets/responsive.css.scss */
  .header-container .right_menu {
    background: none repeat scroll 0 0 #f5f5f5;
    margin-top: 0;
    padding-bottom: 5px;
    position: absolute;
    text-align: center;
    right: -2px;
  }
  /* line 350, app/assets/stylesheets/responsive.css.scss */
  .toplinks .links div {
    padding-right: 10px;
  }
  /* line 353, app/assets/stylesheets/responsive.css.scss */
  .toplinks {
    float: none;
    text-align: center;
  }
  /* line 357, app/assets/stylesheets/responsive.css.scss */
  .toplinks div.links div a:hover {
    color: #ed6663;
  }
  /* line 360, app/assets/stylesheets/responsive.css.scss */
  .mm-toggle-wrap {
    display: block;
    width: 100%;
  }
  /* line 364, app/assets/stylesheets/responsive.css.scss */
  .toplinks div.links div a {
    padding: 3px 5px;
  }
  /* line 367, app/assets/stylesheets/responsive.css.scss */
  .toplinks div.links div a {
    margin-left: 0px;
  }
  /* line 370, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.myaccount > a:before {
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 374, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.myaccount > a:before {
    content: '\f007';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 381, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.wishlist > a:before {
    content: '\f004';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 387, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.check > a:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 393, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.demo > a:before {
    content: '\f09e';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 399, app/assets/stylesheets/responsive.css.scss */
  .toplinks .links div .fl-links ul .clicker:before {
    content: '\f15b';
    font-family: FontAwesome;
    font-size: 13px;
    padding-left: 4px;
    padding-top: 2px;
    float: left;
    margin-right: 0px;
    margin-top: -2px;
  }
  /* line 409, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.login > a:before {
    content: '\f13e';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 415, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.logout > a:before {
    content: '\f09c';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 421, app/assets/stylesheets/responsive.css.scss */
  .toplinks {
    margin-left: 0px;
    position: absolute;
    right: -15px;
    top: 35px;
  }
  /* line 427, app/assets/stylesheets/responsive.css.scss */
  .caret {
    margin-left: -3px;
  }
  /* line 430, app/assets/stylesheets/responsive.css.scss */
  .search-box {
    width: 190px;
    margin-top: -34px;
  }
  /* line 434, app/assets/stylesheets/responsive.css.scss */
  #search {
    padding: 3px 6px;
    width: 170px;
    height: 38px;
  }
  /* line 439, app/assets/stylesheets/responsive.css.scss */
  .search-btn-bg {
    position: absolute;
    padding: 6px 5px;
    height: 26px;
    right: 10px;
  }
  /* line 445, app/assets/stylesheets/responsive.css.scss */
  .search-icon, .search-bar-submit {
    height: 38px;
    width: 50px;
  }
  /* line 449, app/assets/stylesheets/responsive.css.scss */
  .search-bar.search-bar-open, .no-js .search-bar {
    height: 38px;
    width: 220px;
  }
  /* line 453, app/assets/stylesheets/responsive.css.scss */
  .search-bar {
    height: 38px;
    min-width: 50px;
  }
  /* line 457, app/assets/stylesheets/responsive.css.scss */
  .search-icon:before {
    font-size: 16px;
  }
  /* line 460, app/assets/stylesheets/responsive.css.scss */
  .fl-links .clicker {
    padding: 0px 10px;
    height: 55px;
    line-height: 55px;
  }
  /* line 465, app/assets/stylesheets/responsive.css.scss */
  .fl-links .clicker:before {
    font-size: 20px;
  }
  /* line 468, app/assets/stylesheets/responsive.css.scss */
  .fl-links > .no-js:hover > .clicker {
    padding: 0px 10px;
    line-height: 55px;
    height: 55px;
  }
  /* line 473, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .fl-mini-cart-content {
    right: -50px;
    left: inherit;
  }
  /* line 477, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .basket a:first-child:before {
    font-size: 20px;
    background: url(/../images/icon-cart.png) no-repeat 0px 11px;
    background-size: 30px;
    margin-right: 6px;
    height: 55px;
  }
  /* line 485, app/assets/stylesheets/responsive.css.scss */
  nav {
    width: 100%;
    height: 3px;
    margin: 0px auto auto;
  }
  /* line 490, app/assets/stylesheets/responsive.css.scss */
  .nav-inner {
    height: auto;
    width: 100%;
    margin: auto;
  }
  /* line 495, app/assets/stylesheets/responsive.css.scss */
  ul.navmenu {
    padding: 0px;
    margin: auto;
  }
  /* line 499, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .basket a span {
    /*display: none;*/
    right: 11px;
    top: -8px;
  }
  /* line 504, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .basket a {
    margin: 0px;
    font-size: 14px;
    letter-spacing: normal;
    background: none;
    font-weight: normal;
    min-width: 40px !important;
    height: 55px;
    padding: 0px 10px;
    line-height: 55px;
  }
  /* line 515, app/assets/stylesheets/responsive.css.scss */
  .fl-cart-contain {
    right: 0px;
    top: 0px;
  }
  /* line 519, app/assets/stylesheets/responsive.css.scss */
  .navbar-form .search-btn {
    height: 50px;
    line-height: 50px;
    width: 55px;
    line-height: 55px !important;
  }
  /* line 525, app/assets/stylesheets/responsive.css.scss */
  .header-container .fl-header-right {
    top: 0px;
    z-index: 100;
    right: 15px;
    /*margin-top: -45px;*/
  }
  /* line 531, app/assets/stylesheets/responsive.css.scss */
  ul#cart-sidebar {
    padding: 10px 0 0;
  }
  /* line 534, app/assets/stylesheets/responsive.css.scss */
  .fl-mini-cart-content li.item {
    width: 290px;
  }
  /* line 537, app/assets/stylesheets/responsive.css.scss */
  .the-slideshow .slideshow .slide img {
    width: 100%;
  }
  /* line 540, app/assets/stylesheets/responsive.css.scss */
  .caption.light1 {
    display: none;
  }
  /* line 543, app/assets/stylesheets/responsive.css.scss */
  .section-filter {
    margin-top: 30px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  /* line 550, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter h2 {
    min-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 555, app/assets/stylesheets/responsive.css.scss */
  .b-filter .ui-filter-slider {
    font-size: 16px;
  }
  /* line 558, app/assets/stylesheets/responsive.css.scss */
  .b-filter .ui-filter-slider .min-max {
    padding: 0 20px;
  }
  /* line 561, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter {
    padding: 25px 0;
  }
  /* line 564, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter h2:after {
    display: none;
  }
  /* line 567, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories .block-title {
    min-width: 100%;
  }
  /* line 570, app/assets/stylesheets/responsive.css.scss */
  .block .block-title {
    min-width: 100%;
  }
  /* line 573, app/assets/stylesheets/responsive.css.scss */
  .block .block-title:after {
    display: none;
  }
  /* line 576, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories .block-title:after {
    display: none;
  }
  /* line 579, app/assets/stylesheets/responsive.css.scss */
  .category-products {
    overflow: hidden;
    padding: 0px 13px 0px 13px;
  }
  /* line 583, app/assets/stylesheets/responsive.css.scss */
  .slideshow-wrapper .backward {
    top: 25% !important;
    width: 15px !important;
    height: 38px !important;
  }
  /* line 588, app/assets/stylesheets/responsive.css.scss */
  .slideshow-wrapper .forward {
    right: 25px !important;
    top: 25% !important;
    background: url(/../images/slideshow-arrows.png) -85px 0 no-repeat !important;
    width: 15px !important;
    height: 38px !important;
  }
  /* line 595, app/assets/stylesheets/responsive.css.scss */
  .caption.top-center {
    display: none;
  }
  /* line 598, app/assets/stylesheets/responsive.css.scss */
  ul.slideshow {
    height: 122px !important;
  }
  /* line 601, app/assets/stylesheets/responsive.css.scss */
  .the-slideshow .tab-pager {
    left: 40%;
  }
  /* line 604, app/assets/stylesheets/responsive.css.scss */
  .service-section .services {
    padding: 20px 0px;
    width: 100%;
    border-bottom: 1px #e5e5e5 solid;
    border-left: 1px #fff solid;
    border-right: none;
  }
  /* line 611, app/assets/stylesheets/responsive.css.scss */
  .offer-banner-section .row {
    padding-top: 30px;
  }
  /* line 614, app/assets/stylesheets/responsive.css.scss */
  .box-timer {
    margin-top: 0;
    position: relative;
  }
  /* line 618, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li {
    padding: 0px 4px;
    font-size: 14px;
    width: 100%;
    margin: 0px;
    border-bottom: none;
  }
  /* line 625, app/assets/stylesheets/responsive.css.scss */
  .hot_deals.slider-items-products .owl-buttons .owl-prev, .hot_deals.slider-items-products .owl-buttons .owl-next {
    margin-top: -130px;
  }
  /* line 628, app/assets/stylesheets/responsive.css.scss */
  #top > div a {
    margin-bottom: 20px;
  }
  /* line 631, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li.tab-nav-actived, .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li:hover {
    border-bottom: none;
  }
  /* line 634, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li:last-child {
    border-bottom: 1px solid #666;
  }
  /* line 637, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-content .pdt-content .products-grid-home .item {
    margin-left: 0px;
    width: 100%;
  }
  /* line 641, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs ul.pdt-list li.item {
    width: 75%;
    margin: 0px auto 0px 13%;
  }
  /* line 646, app/assets/stylesheets/responsive.css.scss */
  .bag-product-slider .col-xs-4 {
    padding: 0 3px;
  }
  /* line 649, app/assets/stylesheets/responsive.css.scss */
  .col-item .item-title {
    white-space: normal;
  }
  /* line 652, app/assets/stylesheets/responsive.css.scss */
  .ratings .rating-links {
    display: none;
  }
  /* line 655, app/assets/stylesheets/responsive.css.scss */
  .col-item a.thumb span.quick-view {
    display: none;
  }
  /* line 658, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs ul.pdt-list li.item a.thumb span.quick-view {
    display: none;
  }
  /* line 661, app/assets/stylesheets/responsive.css.scss */
  .promo-banner-section {
    margin: 0px auto;
  }
  /* line 664, app/assets/stylesheets/responsive.css.scss */
  .promo-banner-section .col {
    float: none;
    padding: 20px 0px;
    width: 95%;
    margin: auto;
  }
  /* line 670, app/assets/stylesheets/responsive.css.scss */
  .promo-banner-section .col img {
    width: 100%;
  }
  /* line 673, app/assets/stylesheets/responsive.css.scss */
  .newsletter {
    width: auto;
  }
  /* line 676, app/assets/stylesheets/responsive.css.scss */
  .newsletter-wrap input[type="text"] {
    width: 100% !important;
    margin: 5px 0px 15px 0px;
  }
  /* line 680, app/assets/stylesheets/responsive.css.scss */
  .newsletter-wrap button.subscribe {
    margin-left: 0px !important;
    width: 100%;
  }
  /* line 684, app/assets/stylesheets/responsive.css.scss */
  .social {
    float: none;
    text-align: center;
  }
  /* line 688, app/assets/stylesheets/responsive.css.scss */
  .social ul {
    float: none;
  }
  /* line 691, app/assets/stylesheets/responsive.css.scss */
  .social ul li {
    margin-right: 4px;
  }
  /* line 694, app/assets/stylesheets/responsive.css.scss */
  .payment-accept {
    float: none !important;
    text-align: center;
  }
  /* line 698, app/assets/stylesheets/responsive.css.scss */
  footer .coppyright {
    overflow: hidden;
    padding-bottom: 15px;
  }
  /* line 702, app/assets/stylesheets/responsive.css.scss */
  .page-title h2 {
    font-size: 32px;
  }
  /* line 706, app/assets/stylesheets/responsive.css.scss */
  .cat-img-title.cat-box {
    font-size: 14px;
    top: 15%;
  }
  /* line 710, app/assets/stylesheets/responsive.css.scss */
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
  }
  /* line 713, app/assets/stylesheets/responsive.css.scss */
  #carousel-example-generic .carousel-caption {
    top: 40%;
  }
  /* line 716, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons a {
    left: 5px;
    padding: 2px 3px 10px 0px;
    height: 25px;
    width: 25px;
  }
  /* line 722, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons .owl-prev a:before {
    font-size: 20px;
    padding: 0px 8px;
    line-height: 20px;
  }
  /* line 727, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons .owl-next a:before {
    font-size: 16px;
    padding: 0px 8px;
    line-height: 20px;
  }
  /* line 732, app/assets/stylesheets/responsive.css.scss */
  .category-description .small-tag {
    display: none;
  }
  /* line 735, app/assets/stylesheets/responsive.css.scss */
  .cat-img-title .cat-heading {
    font-size: 16px;
    margin: 10px;
  }
  /* line 739, app/assets/stylesheets/responsive.css.scss */
  .cat-img-title.cat-bg p {
    margin: 0px;
    display: none;
  }
  /* line 743, app/assets/stylesheets/responsive.css.scss */
  .toolbar .pager {
    float: right;
    margin: 0px 0px;
    width: auto;
  }
  /* line 748, app/assets/stylesheets/responsive.css.scss */
  .pager .pages li a {
    padding: 7px;
  }
  /* line 751, app/assets/stylesheets/responsive.css.scss */
  #limiter {
    display: none;
  }
  /* line 753, app/assets/stylesheets/responsive.css.scss */
  .pager .limiter label, .toolbar label {
    display: none;
  }
  /* line 756, app/assets/stylesheets/responsive.css.scss */
  .category-products ul.products-grid li.item {
    width: 100%;
  }
  /* line 759, app/assets/stylesheets/responsive.css.scss */
  .category-products ul.products-grid li.item a.thumb span.quick-view {
    display: none;
  }
  /* line 762, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-shop {
    width: 100%;
    margin: 10px 0;
  }
  /* line 766, app/assets/stylesheets/responsive.css.scss */
  .col-left .block-cart .block-content ul li .product-details {
    width: 62%;
  }
  /*.side-nav-categories {
	margin-bottom: 10px;
}*/
  /* line 772, app/assets/stylesheets/responsive.css.scss */
  .block {
    margin: 0px 0px 15px 0px;
  }
  /* line 775, app/assets/stylesheets/responsive.css.scss */
  .category-products ul.products-grid li.item a.thumb span.quick-view {
    display: none;
  }
  /* line 778, app/assets/stylesheets/responsive.css.scss */
  .products-grid .actions button.button.btn-cart span {
    font-size: 10px;
  }
  /* line 781, app/assets/stylesheets/responsive.css.scss */
  .nav-tabs > li {
    width: 100%;
    text-align: center;
    margin-bottom: 1px;
    border-bottom: 1px solid #ddd;
  }
  /* line 787, app/assets/stylesheets/responsive.css.scss */
  .tab-content {
    display: inline-block;
  }
  /* line 793, app/assets/stylesheets/responsive.css.scss */
  .more-views .owl-carousel .owl-item {
    width: 90px !important;
  }
  /*.more-views .slider-items-products a.flex-prev {
	margin: 52px 0px 4px -208px;
}
.more-views .slider-items-products a.flex-next {
	margin: 52px 0px 4px 32px;
}*/
  /* line 802, app/assets/stylesheets/responsive.css.scss */
  .product-shop .product-next-prev .product-prev {
    margin-top: 5px;
  }
  /* line 805, app/assets/stylesheets/responsive.css.scss */
  .product-shop .product-next-prev .product-prev {
    width: 30px;
    height: 28px;
    right: 49px;
    margin: auto;
    padding: inherit;
  }
  /* line 812, app/assets/stylesheets/responsive.css.scss */
  .product-shop .product-next-prev .product-next {
    width: 30px;
    height: 28px;
    right: 15px;
    margin: auto;
    padding: inherit;
  }
  /* line 819, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-name h1 {
    font-size: 25px;
  }
  /* line 822, app/assets/stylesheets/responsive.css.scss */
  select#billing-address-select {
    width: 100%;
  }
  /* line 825, app/assets/stylesheets/responsive.css.scss */
  .sidebar .block dl {
    /*padding: 0px 10px;*/
  }
  /* line 828, app/assets/stylesheets/responsive.css.scss */
  .form_background {
    margin-bottom: 30px;
  }
  /* line 831, app/assets/stylesheets/responsive.css.scss */
  .group-select li .input-box input.input-text, .group-select li .input-box textarea {
    width: 100%;
  }
  /* line 834, app/assets/stylesheets/responsive.css.scss */
  .group-select li .input-box {
    width: 100%;
  }
  /* line 837, app/assets/stylesheets/responsive.css.scss */
  .group-select li input.input-text, .group-select li textarea {
    width: 100% !important;
  }
  /* line 840, app/assets/stylesheets/responsive.css.scss */
  .group-select li select {
    width: 100% !important;
  }
  /* line 844, app/assets/stylesheets/responsive.css.scss */
  label {
    font-weight: normal;
  }
  /* line 847, app/assets/stylesheets/responsive.css.scss */
  .products-list button.button span {
    font-weight: normal;
    /*padding: 0px 10px;*/
    font-size: 15px;
    display: none;
  }
  /* line 853, app/assets/stylesheets/responsive.css.scss */
  .products-list .actions .add-to-links a.link-wishlist {
    margin-right: 0px;
  }
  /* line 856, app/assets/stylesheets/responsive.css.scss */
  .products-list .btn-cart:before {
    padding-right: 0px;
  }
  /* line 859, app/assets/stylesheets/responsive.css.scss */
  .special-price .price {
    font-size: 18px;
  }
  /* line 863, app/assets/stylesheets/responsive.css.scss */
  .products-list .old-price .price {
    font-size: 18px;
  }
  /* line 866, app/assets/stylesheets/responsive.css.scss */
  button.button.btn-proceed-checkout span {
    font-size: 16px;
  }
  /* line 869, app/assets/stylesheets/responsive.css.scss */
  .crosssel h2 {
    font-size: 13px;
    font-weight: normal;
  }
  /* line 873, app/assets/stylesheets/responsive.css.scss */
  .cart-collaterals h3 {
    font-size: 16px;
  }
  /* line 876, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-1 {
    width: 100%;
  }
  /* line 879, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-1 h2 {
    font-size: 20px;
  }
  /* line 882, app/assets/stylesheets/responsive.css.scss */
  .data-table th {
    font-size: 14px;
  }
  /* line 885, app/assets/stylesheets/responsive.css.scss */
  .cart .totals table th, .cart .totals table td {
    font-size: 16px;
  }
  /* line 888, app/assets/stylesheets/responsive.css.scss */
  #shopping-cart-totals-table .price {
    font-size: 16px;
  }
  /* line 891, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-2 {
    width: 100%;
    margin-top: 20px;
  }
  /* line 895, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-2 h2 {
    font-size: 20px;
  }
  /* line 898, app/assets/stylesheets/responsive.css.scss */
  .back-link {
    float: none;
    display: block;
    padding: 7px 0px;
  }
  /* line 903, app/assets/stylesheets/responsive.css.scss */
  .state_bar li {
    width: 100%;
    margin-top: 8px;
    margin-right: 0px;
  }
  /* line 908, app/assets/stylesheets/responsive.css.scss */
  .account-login .col2-set .col-1 {
    width: 100%;
    padding: 10px;
    min-height: inherit;
    margin-bottom: 15px;
  }
  /* line 914, app/assets/stylesheets/responsive.css.scss */
  .account-login .col2-set .col-2 {
    width: 100%;
    padding: 10px;
    padding-top: 0px;
  }
  /* line 919, app/assets/stylesheets/responsive.css.scss */
  .popup1 {
    display: none !important;
  }
  /* line 922, app/assets/stylesheets/responsive.css.scss */
  #overlay {
    display: none !important;
  }
  /* line 925, app/assets/stylesheets/responsive.css.scss */
  .footer-column {
    width: 100%;
    margin-left: 0px;
  }
  /* line 929, app/assets/stylesheets/responsive.css.scss */
  .products-list .add-to-links span {
    display: none;
  }
  /* line 932, app/assets/stylesheets/responsive.css.scss */
  .products-list .add-to-links {
    margin-top: 5px;
    display: inline-block;
  }
  /* line 936, app/assets/stylesheets/responsive.css.scss */
  .review1, .review2 {
    width: 100%;
  }
  /* line 939, app/assets/stylesheets/responsive.css.scss */
  .box-reviews .review {
    border-left: 0 solid #dfdfdf;
    float: left;
    padding-left: 0;
    width: 95%;
  }
  /* line 945, app/assets/stylesheets/responsive.css.scss */
  .related-slider {
    display: inline-block;
    width: 100%;
  }
  /* line 949, app/assets/stylesheets/responsive.css.scss */
  .service-section .services {
    border-left: none;
  }
  /* line 952, app/assets/stylesheets/responsive.css.scss */
  footer .footer-inner {
    /*margin-bottom: 10px;*/
    padding-top: 0px;
    /*padding-bottom:15px;*/
  }
  /* line 957, app/assets/stylesheets/responsive.css.scss */
  .cloud-zoom-big {
    left: 0 !important;
  }
  /* line 960, app/assets/stylesheets/responsive.css.scss */
  .top-banner-section .col-xs-12 img {
    margin-bottom: 15px;
  }
  /* line 963, app/assets/stylesheets/responsive.css.scss */
  .discount, .totals {
    min-height: inherit;
  }
  /* line 966, app/assets/stylesheets/responsive.css.scss */
  .cross-sell-pro .new_title.center {
    height: auto;
  }
  /* line 969, app/assets/stylesheets/responsive.css.scss */
  .cross-sell-pro .new_title h2 {
    font-size: 14px;
  }
  /* line 972, app/assets/stylesheets/responsive.css.scss */
  .top-offer-banner {
    margin: 15px 0px 0px 0px;
  }
  /* line 975, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .left {
    width: 100%;
  }
  /* line 978, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .left .col.mid {
    padding: 0px 0px 20px 0px;
    width: 100%;
  }
  /* line 982, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .left .col.last {
    padding: 0px 0px 15px 0px;
    width: 100%;
  }
  /* line 986, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .right {
    width: 100%;
  }
  /* line 989, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .inner-text h3 {
    font-size: 18px;
    margin: 6px 0;
  }
  /* line 993, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .right .inner-text {
    top: 40%;
  }
  /* line 996, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .right .inner-text h3 {
    font-size: 40px;
  }
  /* line 999, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav {
    display: inline-block;
    width: 100%;
  }
  /* line 1003, app/assets/stylesheets/responsive.css.scss */
  .latest-blog {
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  /* line 1009, app/assets/stylesheets/responsive.css.scss */
  .logo-brand {
    margin-bottom: 30px;
  }
  /* line 1011, app/assets/stylesheets/responsive.css.scss */
  .brand-logo {
    padding: 0px 0px 60px 0px;
    margin: 0;
    background: url(/../images/testimonials-bg-img1.jpg) no-repeat top left;
    margin-bottom: 30px;
  }
  /* line 1017, app/assets/stylesheets/responsive.css.scss */
  footer .co-info {
    width: 100%;
    padding: 40px 15px 0;
  }
  /* line 1021, app/assets/stylesheets/responsive.css.scss */
  footer address {
    width: 100%;
  }
  /* line 1024, app/assets/stylesheets/responsive.css.scss */
  .payment-accept img {
    margin-left: 3px;
    width: 50px;
  }
  /* line 1029, app/assets/stylesheets/responsive.css.scss */
  .producttabs {
    margin-top: 0px;
  }
  /* line 1032, app/assets/stylesheets/responsive.css.scss */
  footer address span {
    font-size: 14px;
    width: 85%;
  }
  /* line 1036, app/assets/stylesheets/responsive.css.scss */
  .forcefullwidth_wrapper_tp_banner, .fullwidthbanner-container {
    height: 170px !important;
  }
  /* line 1039, app/assets/stylesheets/responsive.css.scss */
  footer a {
    font-size: 15px;
  }
  /* line 1042, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.ExtraLargeTitle {
    left: 0px !important;
  }
  /* line 1043, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.LargeTitle {
    left: 0px !important;
  }
  /* line 1044, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.Title {
    left: 0px !important;
  }
  /* line 1045, app/assets/stylesheets/responsive.css.scss */
  .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    left: 0px !important;
  }
  /* line 1046, app/assets/stylesheets/responsive.css.scss */
  #thm-mart-slideshow .container {
    padding: 0px;
  }
  /* line 1048, app/assets/stylesheets/responsive.css.scss */
  .catalog-category-view .page-heading {
    padding: 15px 0;
  }
  /* line 1051, app/assets/stylesheets/responsive.css.scss */
  .catalog-category-view .page-heading .page-title h1, .catalog-category-view .page-heading .page-title h2 {
    font-size: 26px !important;
  }
  /* line 1054, app/assets/stylesheets/responsive.css.scss */
  .breadcrumbs a, .breadcrumbs strong {
    font-size: 20px;
  }
  /* line 1057, app/assets/stylesheets/responsive.css.scss */
  .our-features-box li {
    width: 100%;
  }
  /* line 1060, app/assets/stylesheets/responsive.css.scss */
  .our-features-box li.last {
    width: 100%;
  }
  /* line 1063, app/assets/stylesheets/responsive.css.scss */
  .sidebar .hot-banner img {
    margin-bottom: 15px;
  }
  /* line 1066, app/assets/stylesheets/responsive.css.scss */
  .product-view .previews-list li {
    width: 70px !important;
  }
  /* line 1069, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop .add-to-box .btn-cart {
    font-size: 20px;
    padding: 7px 30px;
    margin-top: 10px;
    margin-left: 0px;
  }
  /* line 1076, app/assets/stylesheets/responsive.css.scss */
  .nav-tabs.product-tabs > li > a {
    width: 100%;
  }
  /* line 1079, app/assets/stylesheets/responsive.css.scss */
  .tab-content {
    width: 100%;
  }
  /* line 1082, app/assets/stylesheets/responsive.css.scss */
  .box-reviews .form-list input.input-text {
    width: 100%;
  }
  /* line 1085, app/assets/stylesheets/responsive.css.scss */
  .box-reviews textarea {
    width: 100% !important;
  }
  /* line 1088, app/assets/stylesheets/responsive.css.scss */
  .product-collateral .tabs {
    border-bottom: none;
  }
  /* line 1091, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-name {
    margin-bottom: 0px;
  }
  /* line 1094, app/assets/stylesheets/responsive.css.scss */
  .table-responsive {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    border: none;
  }
  /* line 1101, app/assets/stylesheets/responsive.css.scss */
  .cart-collaterals {
    padding: 0px;
  }
  /* line 1103, app/assets/stylesheets/responsive.css.scss */
  .buttons-set .login {
    float: none;
    display: block;
  }
  /* line 1105, app/assets/stylesheets/responsive.css.scss */
  .col-main {
    margin-top: 10px;
  }
  /* line 1109, app/assets/stylesheets/responsive.css.scss */
  .one-page-checkout .active .step-title h3 {
    font-size: 14px;
  }
  /* line 1112, app/assets/stylesheets/responsive.css.scss */
  .sidebar {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 1118, app/assets/stylesheets/responsive.css.scss */
  .product-grid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 1119, app/assets/stylesheets/responsive.css.scss */
  .sorter .view-mode {
    margin-right: 0px;
  }
  /* line 1121, app/assets/stylesheets/responsive.css.scss */
  footer .newsletter-row {
    padding: 20px 15px;
  }
  /* line 1125, app/assets/stylesheets/responsive.css.scss */
  #container_form_news {
    margin-top: 15px;
  }
  /* line 1127, app/assets/stylesheets/responsive.css.scss */
  .account-login {
    margin-top: 0px;
  }
  /* line 1130, app/assets/stylesheets/responsive.css.scss */
  .toolbar {
    padding: 15px;
  }
  /* line 1131, app/assets/stylesheets/responsive.css.scss */
  #fade {
    display: none !important;
  }
  /* line 1133, app/assets/stylesheets/responsive.css.scss */
  .zoomContainer {
    width: 100%;
    left: 0;
  }
  /* line 1134, app/assets/stylesheets/responsive.css.scss */
  .toll-free {
    margin-top: 50px;
  }
  /* line 1137, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs {
    margin-top: 0px;
  }
  /* line 1140, app/assets/stylesheets/responsive.css.scss */
  .header-banner .call-us i {
    opacity: 0.6;
    font-size: 16px;
    margin-right: 4px;
    margin-left: 0px;
    padding-left: 10px;
  }
  /* line 1147, app/assets/stylesheets/responsive.css.scss */
  .my-wishlist button.button span {
    font-size: 11px;
    display: none;
  }
  /* line 1151, app/assets/stylesheets/responsive.css.scss */
  button.button.btn-share:before {
    padding-right: 0px;
  }
  /* line 1155, app/assets/stylesheets/responsive.css.scss */
  button.button.btn-add:before {
    padding-right: 0;
  }
  /* line 1158, app/assets/stylesheets/responsive.css.scss */
  button.button.btn-update:before {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 1163, app/assets/stylesheets/responsive.css.scss */
  .navbar-collapse.collapse {
    display: none;
  }
  /* line 1164, app/assets/stylesheets/responsive.css.scss */
  .sidebar.blog-side .block.widget_search {
    margin-top: 20px;
  }
  /* line 1165, app/assets/stylesheets/responsive.css.scss */
  .sidebar.blog-side .block ul li {
    overflow: hidden;
  }
  /* line 1166, app/assets/stylesheets/responsive.css.scss */
  #fade {
    display: none !important;
  }
  /* line 1167, app/assets/stylesheets/responsive.css.scss */
  .toll-free {
    margin-top: 50px;
  }
  /* line 1170, app/assets/stylesheets/responsive.css.scss */
  .title-buttons button.button {
    float: right;
  }
  /* line 1173, app/assets/stylesheets/responsive.css.scss */
  .form_background {
    margin-bottom: 30px;
  }
  /* line 1176, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs {
    margin-top: 0px;
  }
  /* line 1179, app/assets/stylesheets/responsive.css.scss */
  .my-wishlist button.button span {
    font-size: 11px;
    display: none;
  }
  /* line 1183, app/assets/stylesheets/responsive.css.scss */
  button.button.btn-share:before {
    padding-right: 0px;
  }
  /* line 1187, app/assets/stylesheets/responsive.css.scss */
  button.button.btn-add:before {
    padding-right: 0;
  }
  /* line 1190, app/assets/stylesheets/responsive.css.scss */
  button.button.btn-update:before {
    padding-right: 0px;
  }
  /* line 1193, app/assets/stylesheets/responsive.css.scss */
  .logo {
    text-align: center;
    padding-bottom: 0px;
    margin-top: 0px;
    width: 100% !important;
    /* border-bottom: 1px solid #e5e5e5; */
    height: auto;
    line-height: normal;
    padding: 22px 55px;
    float: none;
    margin-right: 0;
  }
  /* line 1205, app/assets/stylesheets/responsive.css.scss */
  .logo:before {
    transform: none;
    position: relative;
    background-color: inherit;
    content: '';
    width: auto;
    z-index: 0;
    top: 0;
    right: 0;
    height: auto;
  }
  /* line 1216, app/assets/stylesheets/responsive.css.scss */
  .logo img {
    /* width: 100%; */
    position: relative;
  }
  /* line 1220, app/assets/stylesheets/responsive.css.scss */
  .header-banner {
    background: #23292e;
  }
  /* line 1223, app/assets/stylesheets/responsive.css.scss */
  .header-banner .assetBlock {
    width: 100%;
    padding: 12px 0px 12px;
    font-size: 15px;
    text-align: center;
  }
  /* line 1229, app/assets/stylesheets/responsive.css.scss */
  .header-banner .call-us {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 0px 14px;
    letter-spacing: 0.3px;
    border-top: 1px solid #464646;
  }
  /* line 1238, app/assets/stylesheets/responsive.css.scss */
  .header-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    content: '';
    background-color: #23292e;
    z-index: -1;
  }
  /* line 1248, app/assets/stylesheets/responsive.css.scss */
  .header-container {
    display: block;
  }
  /* line 1251, app/assets/stylesheets/responsive.css.scss */
  .header-logo {
    flex: none;
  }
  /* line 1254, app/assets/stylesheets/responsive.css.scss */
  .header__nav {
    flex: none;
  }
  /* line 1257, app/assets/stylesheets/responsive.css.scss */
  .header-container .fl-header-right {
    top: 20px;
    z-index: 100;
    right: 15px;
  }
  /* line 1263, app/assets/stylesheets/responsive.css.scss */
  .header-container .fl-nav-menu {
    display: block;
    border-radius: 0px;
    /* overflow: hidden; */
    /* top: 150px; */
    /*clear: both;*/
    float: left;
    /*	margin-top: 15px;
    margin-left: 10px;*/
    height: 55px;
  }
  /* line 1274, app/assets/stylesheets/responsive.css.scss */
  .navbar-form .search-btn .glyphicon {
    line-height: 55px !important;
  }
  /* line 1277, app/assets/stylesheets/responsive.css.scss */
  #thm-mart-slideshow {
    margin: 0px;
  }
  /* line 1278, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.ExtraLargeTitle span {
    border: none;
  }
  /* line 1279, app/assets/stylesheets/responsive.css.scss */
  #thm-mart-slideshow:before {
    left: -500px;
  }
  /* line 1280, app/assets/stylesheets/responsive.css.scss */
  #top {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  /* line 1281, app/assets/stylesheets/responsive.css.scss */
  #top ul li {
    width: 100%;
  }
  /* line 1283, app/assets/stylesheets/responsive.css.scss */
  .home-banner {
    padding: 0px 0px;
  }
  /* line 1286, app/assets/stylesheets/responsive.css.scss */
  .b-compare-price {
    margin-bottom: 40px;
  }
  /* line 1287, app/assets/stylesheets/responsive.css.scss */
  .b-compare__block-inside-title {
    text-align: left;
  }
  /* line 1288, app/assets/stylesheets/responsive.css.scss */
  .b-compare__block-inside-value {
    padding-left: 0px;
  }
  /* line 1290, app/assets/stylesheets/responsive.css.scss */
  .top-cate .new_title h2 {
    min-width: auto;
  }
  /* line 1291, app/assets/stylesheets/responsive.css.scss */
  .top-cate .slider-items-products .owl-buttons .owl-prev {
    margin-top: -55px;
  }
  /* line 1292, app/assets/stylesheets/responsive.css.scss */
  .top-cate .slider-items-products .owl-buttons .owl-next {
    margin-top: -55px;
  }
  /* line 1295, app/assets/stylesheets/responsive.css.scss */
  .best-pro .new_title h2 {
    min-width: auto;
  }
  /* line 1296, app/assets/stylesheets/responsive.css.scss */
  .cate-banner-img {
    display: none;
  }
  /*.latest-blog h2 { margin-bottom:40px!important}*/
  /* line 1300, app/assets/stylesheets/responsive.css.scss */
  .latest-blog .blog_inner {
    margin: 0px;
  }
  /* line 1301, app/assets/stylesheets/responsive.css.scss */
  .latest-blog h3 {
    margin-top: 10px;
  }
  /* line 1302, app/assets/stylesheets/responsive.css.scss */
  .latest-blog .blog_inner {
    margin-bottom: 10px;
  }
  /* line 1303, app/assets/stylesheets/responsive.css.scss */
  .slider-items-products .item img {
    width: 100%;
  }
  /* line 1306, app/assets/stylesheets/responsive.css.scss */
  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
    position: absolute;
    right: 0px;
    border: none;
    left: 63%;
    /*margin-top:10px;*/
    box-shadow: none;
  }
  /* line 1320, app/assets/stylesheets/responsive.css.scss */
  .navbar-form {
    border: none;
    box-shadow: none;
  }
  /* line 1322, app/assets/stylesheets/responsive.css.scss */
  .navbar-form .search-btn {
    height: 50px;
    line-height: 50px;
    width: 55px;
    line-height: 55px !important;
  }
  /* line 1323, app/assets/stylesheets/responsive.css.scss */
  .navbar-collapse form.active[role="search"] input {
    height: 50px;
    line-height: 50px;
    width: 100%;
  }
  /* line 1325, app/assets/stylesheets/responsive.css.scss */
  #brand-logo-slider {
    margin: 20px 0 !important;
  }
  /* line 1328, app/assets/stylesheets/responsive.css.scss */
  #right_toolbar {
    display: none !important;
  }
  /* line 1331, app/assets/stylesheets/responsive.css.scss */
  .brand-logo .new_title.center {
    height: 40px;
  }
  /* line 1334, app/assets/stylesheets/responsive.css.scss */
  .section-filter {
    margin-top: 50px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
  }
  /* line 1340, app/assets/stylesheets/responsive.css.scss */
  .our-features-box .feature-box {
    margin-right: 0px;
  }
  /* line 1341, app/assets/stylesheets/responsive.css.scss */
  #top > div a {
    margin-bottom: 20px;
  }
  /* line 1344, app/assets/stylesheets/responsive.css.scss */
  .new_title {
    margin-bottom: 2px;
  }
  /* line 1347, app/assets/stylesheets/responsive.css.scss */
  .new_title.center {
    text-align: left;
    height: auto;
    border-bottom: none;
  }
  /* line 1352, app/assets/stylesheets/responsive.css.scss */
  .new_title h2 {
    margin-bottom: 40px;
  }
  /* line 1354, app/assets/stylesheets/responsive.css.scss */
  .my-wishlist .buttons-set2 .btn-share {
    margin-left: 5px;
  }
  /* line 1357, app/assets/stylesheets/responsive.css.scss */
  .multiple_addresses .title-buttons.pull-right {
    float: left !important;
  }
  /* line 1360, app/assets/stylesheets/responsive.css.scss */
  .box-timer {
    position: relative;
    margin-top: 0;
  }
  /* line 1364, app/assets/stylesheets/responsive.css.scss */
  .hot_deals.slider-items-products .owl-buttons .owl-prev, .hot_deals.slider-items-products .owl-buttons .owl-next {
    margin-top: -123px;
  }
  /* line 1368, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop {
    margin-top: 20px;
    padding-left: 20px;
  }
  /* line 1373, app/assets/stylesheets/responsive.css.scss */
  #multiship-addresses-table {
    margin-top: auto;
  }
  /* line 1376, app/assets/stylesheets/responsive.css.scss */
  .cross-sell-pro .new_title.center {
    height: auto;
  }
  /* line 1379, app/assets/stylesheets/responsive.css.scss */
  .cross-sell-pro .new_title h2 {
    font-size: 14px;
  }
  /* line 1382, app/assets/stylesheets/responsive.css.scss */
  .discount, .totals {
    min-height: inherit;
  }
  /* line 1385, app/assets/stylesheets/responsive.css.scss */
  .data-table th {
    font-size: 14px;
  }
  /* line 1388, app/assets/stylesheets/responsive.css.scss */
  .cart .totals table th, .cart .totals table td {
    font-size: 16px;
  }
  /* line 1391, app/assets/stylesheets/responsive.css.scss */
  #shopping-cart-totals-table .price {
    font-size: 16px;
  }
  /* line 1394, app/assets/stylesheets/responsive.css.scss */
  .related-pro .new_title.center {
    height: inherit;
  }
  /* line 1397, app/assets/stylesheets/responsive.css.scss */
  .upsell-pro .new_title.center {
    height: inherit;
  }
  /* line 1400, app/assets/stylesheets/responsive.css.scss */
  .top-banner-section .col-xs-12 img {
    margin-bottom: 15px;
  }
  /* line 1403, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb {
    padding: 0 35px;
  }
  /* line 1406, app/assets/stylesheets/responsive.css.scss */
  .email-addto-box {
    margin-left: 0;
    margin-top: 15px;
  }
  /* line 1410, app/assets/stylesheets/responsive.css.scss */
  .category-description .small-tag {
    display: none;
  }
  /* line 1413, app/assets/stylesheets/responsive.css.scss */
  .our-features-box ul {
    width: 92%;
    padding: 20px 0px;
  }
  /* line 1417, app/assets/stylesheets/responsive.css.scss */
  .footer-column {
    margin-left: 10px;
    margin-bottom: 15px;
    width: 55%;
    padding-top: 20px;
  }
  /* line 1423, app/assets/stylesheets/responsive.css.scss */
  .footer-column-last {
    margin-left: 10px;
  }
  /* line 1426, app/assets/stylesheets/responsive.css.scss */
  .our-features-box li {
    margin-bottom: 6px;
  }
  /* line 1429, app/assets/stylesheets/responsive.css.scss */
  .footer-bottom .company-links li {
    margin-left: 0;
    float: none;
    margin: 0 10px 5px 0;
  }
  /* line 1434, app/assets/stylesheets/responsive.css.scss */
  .footer-bottom .company-links ul {
    text-align: center;
  }
  /* line 1437, app/assets/stylesheets/responsive.css.scss */
  footer .coppyright {
    float: none;
    text-align: center;
    overflow: hidden;
    padding-bottom: 15px;
  }
  /* line 1443, app/assets/stylesheets/responsive.css.scss */
  .social ul li a {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
  /* line 1448, app/assets/stylesheets/responsive.css.scss */
  .payment-accept img {
    margin-right: 6px;
  }
  /* line 1451, app/assets/stylesheets/responsive.css.scss */
  footer .footer-inner {
    margin-bottom: 15px;
    padding-top: 0px;
  }
  /* line 1455, app/assets/stylesheets/responsive.css.scss */
  .header-banner.mobile-show .our-features-box {
    display: block !important;
  }
  /* line 1458, app/assets/stylesheets/responsive.css.scss */
  .offer-slider h1 {
    font-size: 40px;
  }
  /* line 1461, app/assets/stylesheets/responsive.css.scss */
  .offer-slider p {
    padding: 0 2% 1%;
    font-size: 14px;
  }
  /* line 1465, app/assets/stylesheets/responsive.css.scss */
  .bx-wrapper {
    margin: auto;
  }
  /* line 1468, app/assets/stylesheets/responsive.css.scss */
  .bx-viewport {
    width: 95% !important;
  }
  /* line 1471, app/assets/stylesheets/responsive.css.scss */
  .bxslider li {
    margin-right: 30px !important;
  }
  /* line 1475, app/assets/stylesheets/responsive.css.scss */
  .bx-wrapper .bx-pager {
    padding-top: 8px;
  }
  /* line 1479, app/assets/stylesheets/responsive.css.scss */
  .owl-pagination {
    top: -20px;
    right: auto;
    width: 100%;
  }
  /* line 1484, app/assets/stylesheets/responsive.css.scss */
  .owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
  }
  /* line 1489, app/assets/stylesheets/responsive.css.scss */
  .cat-img-title.cat-box {
    font-size: 14px;
    top: 15%;
  }
  /* line 1493, app/assets/stylesheets/responsive.css.scss */
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
  }
  /* line 1496, app/assets/stylesheets/responsive.css.scss */
  #carousel-example-generic .carousel-caption {
    top: 22%;
  }
  /* line 1499, app/assets/stylesheets/responsive.css.scss */
  #toTop {
    width: 30px;
    height: 30px;
    line-height: 38px;
  }
  /* line 1504, app/assets/stylesheets/responsive.css.scss */
  .cms-index-index .our-features-box {
    display: none;
  }
  /* line 1507, app/assets/stylesheets/responsive.css.scss */
  .header-banner p {
    margin: 0px;
  }
  /* line 1510, app/assets/stylesheets/responsive.css.scss */
  .product-next-prev {
    display: none;
  }
  /* line 1513, app/assets/stylesheets/responsive.css.scss */
  .related-slider {
    display: inline-block;
    width: 100%;
  }
  /* line 1517, app/assets/stylesheets/responsive.css.scss */
  .service-section .services {
    border-left: none !important;
  }
  /* line 1520, app/assets/stylesheets/responsive.css.scss */
  .box-reviews .review {
    border-left: 0 solid #dfdfdf;
    float: left;
    padding-left: 0;
    width: 95%;
  }
  /* line 1526, app/assets/stylesheets/responsive.css.scss */
  .product-view .previews-list li {
    margin-right: 5px;
  }
  /* line 1529, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-image {
    width: 30%;
  }
  /* line 1532, app/assets/stylesheets/responsive.css.scss */
  .footer-bottom .company-links li {
    float: left;
    margin: 8px 15px 0px 0;
  }
  /* line 1536, app/assets/stylesheets/responsive.css.scss */
  .language-currency {
    margin-left: -5px;
  }
  /* line 1539, app/assets/stylesheets/responsive.css.scss */
  .fl-currency {
    margin-right: 2px;
  }
  /* line 1542, app/assets/stylesheets/responsive.css.scss */
  .fl-language {
    padding-left: 8px;
  }
  /* line 1545, app/assets/stylesheets/responsive.css.scss */
  .header-container .right_menu {
    background: none repeat scroll 0 0 #f5f5f5;
    margin-top: 0;
    padding-bottom: 5px;
    position: absolute;
    text-align: center;
    right: -2px;
    top: 0;
  }
  /* line 1554, app/assets/stylesheets/responsive.css.scss */
  .toplinks .links div {
    padding-right: 10px;
  }
  /* line 1557, app/assets/stylesheets/responsive.css.scss */
  .toplinks {
    float: none;
    position: absolute;
    top: 35px;
  }
  /* line 1562, app/assets/stylesheets/responsive.css.scss */
  .toplinks div.links div a:hover {
    color: #ed6663;
  }
  /* line 1565, app/assets/stylesheets/responsive.css.scss */
  .mm-toggle-wrap {
    display: block;
    width: 100%;
  }
  /* line 1569, app/assets/stylesheets/responsive.css.scss */
  .toplinks div.links div a {
    padding: 3px 10px;
  }
  /* line 1572, app/assets/stylesheets/responsive.css.scss */
  .toplinks div.links div a {
    margin-left: 0px;
  }
  /* line 1575, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.myaccount > a:before {
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 1579, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.myaccount > a:before {
    content: '\f007';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 1585, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.wishlist > a:before {
    content: '\f004';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 1591, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.check > a:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 1597, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.demo > a:before {
    content: '\f09e';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 1603, app/assets/stylesheets/responsive.css.scss */
  .toplinks .links div .fl-links ul .clicker:before {
    content: '\f15b';
    font-family: FontAwesome;
    font-size: 13px;
    padding-left: 4px;
    padding-top: 2px;
    float: left;
    margin-right: 0px;
    margin-top: -2px;
  }
  /* line 1613, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.login > a:before {
    content: '\f13e';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 1619, app/assets/stylesheets/responsive.css.scss */
  .toplinks > div > div.logout > a:before {
    content: '\f09c';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 0px;
  }
  /* line 1625, app/assets/stylesheets/responsive.css.scss */
  .search-box {
    margin-top: -33px;
    width: 200px;
  }
  /* line 1629, app/assets/stylesheets/responsive.css.scss */
  #search {
    padding: 3px 6px;
    width: 175px;
  }
  /* line 1633, app/assets/stylesheets/responsive.css.scss */
  .search-btn-bg {
    position: absolute;
    padding: 6px 5px;
    right: 10px;
    height: 26px;
  }
  /* line 1639, app/assets/stylesheets/responsive.css.scss */
  nav {
    width: 100%;
    height: 55px;
    margin: auto;
  }
  /* line 1644, app/assets/stylesheets/responsive.css.scss */
  .nav-inner {
    height: auto;
    width: 100%;
    margin: auto;
  }
  /* line 1649, app/assets/stylesheets/responsive.css.scss */
  ul.navmenu {
    padding: 0px;
    margin: auto;
  }
  /* line 1653, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .basket a {
    margin: 0px;
    font-size: 14px;
    letter-spacing: normal;
    background: none;
    font-weight: normal;
    min-width: 40px !important;
    height: 55px;
    padding: 0px 10px;
    line-height: 55px;
  }
  /* line 1664, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .basket a span {
    margin-top: 9px;
  }
  /* line 1667, app/assets/stylesheets/responsive.css.scss */
  .the-slideshow .slideshow .slide img {
    width: 100%;
  }
  /* line 1670, app/assets/stylesheets/responsive.css.scss */
  .caption.light1 {
    display: none;
  }
  /* line 1673, app/assets/stylesheets/responsive.css.scss */
  .slideshow-wrapper .backward {
    top: 30% !important;
    width: 17px !important;
    height: 45px !important;
  }
  /* line 1678, app/assets/stylesheets/responsive.css.scss */
  .slideshow-wrapper .forward {
    right: 10px !important;
    top: 30% !important;
    background: url(/../images/slideshow-arrows.png) -84px 0 no-repeat !important;
    width: 17px !important;
    height: 45px !important;
  }
  /* line 1685, app/assets/stylesheets/responsive.css.scss */
  .caption.top-center {
    display: none;
  }
  /* line 1688, app/assets/stylesheets/responsive.css.scss */
  ul.slideshow {
    height: 157px !important;
  }
  /* line 1691, app/assets/stylesheets/responsive.css.scss */
  .the-slideshow .tab-pager {
    left: 46%;
  }
  /* line 1694, app/assets/stylesheets/responsive.css.scss */
  .service-section .services {
    padding: 20px 0px;
    width: 100%;
    border-bottom: 1px #e5e5e5 solid;
    border-left: 1px #fff solid;
    border-right: none;
  }
  /* line 1701, app/assets/stylesheets/responsive.css.scss */
  .col {
    width: 370px;
    margin: auto;
  }
  /* line 1706, app/assets/stylesheets/responsive.css.scss */
  .newsletter-wrap h4 {
    margin-left: 0px;
    float: none;
    width: 100%;
  }
  /* line 1707, app/assets/stylesheets/responsive.css.scss */
  footer .newsletter-row .col1 {
    text-align: center;
    margin-top: 15px;
  }
  /* line 1709, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .right .inner-text {
    top: 65%;
    width: 80%;
  }
  /* line 1713, app/assets/stylesheets/responsive.css.scss */
  footer .co-info {
    width: 100%;
    padding: 40px 15px 0;
  }
  /* line 1717, app/assets/stylesheets/responsive.css.scss */
  .footer-column {
    width: 100%;
    margin-left: 0px;
  }
  /* line 1721, app/assets/stylesheets/responsive.css.scss */
  .footer-column {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  /* line 1726, app/assets/stylesheets/responsive.css.scss */
  footer address {
    font-size: 15px;
  }
  /* line 1729, app/assets/stylesheets/responsive.css.scss */
  footer a {
    font-size: 15px;
  }
  /* line 1732, app/assets/stylesheets/responsive.css.scss */
  .social ul {
    float: none;
  }
  /* line 1735, app/assets/stylesheets/responsive.css.scss */
  .social {
    float: none;
    text-align: center;
  }
  /* line 1739, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-content ul.pdt-list li {
    width: 45%;
    margin-left: 10px;
    margin-right: 2%;
  }
  /* line 1744, app/assets/stylesheets/responsive.css.scss */
  .newsletter {
    width: auto;
  }
  /* line 1747, app/assets/stylesheets/responsive.css.scss */
  .newsletter-wrap input[type="text"] {
    width: 60% !important;
    margin: 5px 0px 15px 0px;
  }
  /* line 1751, app/assets/stylesheets/responsive.css.scss */
  .newsletter-wrap button.subscribe {
    margin-left: 0px !important;
  }
  /* line 1754, app/assets/stylesheets/responsive.css.scss */
  .payment-accept {
    float: none !important;
    text-align: center;
  }
  /* line 1759, app/assets/stylesheets/responsive.css.scss */
  .footer-bottom .inner .bottom_links a {
    margin-left: 9px;
    float: left !important;
    font-size: 11px;
  }
  /* line 1764, app/assets/stylesheets/responsive.css.scss */
  .breadcrumbs ul {
    padding: 0px 15px;
  }
  /* line 1767, app/assets/stylesheets/responsive.css.scss */
  .page-title h2 {
    font-size: 30px;
  }
  /* line 1770, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons a {
    left: 5px;
    padding: 2px 3px 10px 0px;
    height: 30px;
    width: 30px;
  }
  /* line 1776, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons .owl-prev a:before {
    font-size: 20px;
    padding: 0px 10px;
    line-height: 24px;
  }
  /* line 1781, app/assets/stylesheets/responsive.css.scss */
  .cat-img-title .cat-heading {
    margin: auto;
    font-size: 20px;
    margin-top: 8px;
  }
  /* line 1786, app/assets/stylesheets/responsive.css.scss */
  .cat-img-title p {
    font-size: 16px;
  }
  /* line 1789, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons .owl-next a:before {
    font-size: 20px;
    padding: 0px 10px;
    line-height: 24px;
  }
  /* line 1794, app/assets/stylesheets/responsive.css.scss */
  .toolbar .pager {
    float: right;
    margin: 0px 0px;
    width: 75%;
  }
  /* line 1799, app/assets/stylesheets/responsive.css.scss */
  #limiter {
    float: right;
    font-size: 14px;
    margin-top: 0px;
    display: none;
  }
  /* line 1805, app/assets/stylesheets/responsive.css.scss */
  .toolbar .pager .pages {
    float: right;
  }
  /* line 1808, app/assets/stylesheets/responsive.css.scss */
  #sort-by {
    display: none;
  }
  /* line 1811, app/assets/stylesheets/responsive.css.scss */
  .col-left .block-cart .block-content ul li .product-details {
    width: 80%;
  }
  /* line 1814, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-shop {
    width: 65%;
    margin: 0px 0;
  }
  /* line 1818, app/assets/stylesheets/responsive.css.scss */
  .col-left .block-cart .block-content ul li .product-details {
    width: 78%;
  }
  /* line 1821, app/assets/stylesheets/responsive.css.scss */
  .products-grid .actions button.button.btn-cart span {
    font-size: 10px;
  }
  /* line 1824, app/assets/stylesheets/responsive.css.scss */
  .more-views .owl-carousel .owl-item {
    width: 106px !important;
  }
  /*.more-views .slider-items-products a.flex-prev {
	margin: 65px 0px 4px -368px;
}
.more-views .slider-items-products a.flex-next {
	margin: 65px 0px 4px 30px;
}*/
  /* line 1833, app/assets/stylesheets/responsive.css.scss */
  .nav-tabs > li {
    width: 100%;
    text-align: center;
    margin-bottom: 1px;
    border-bottom: 1px solid #ddd;
  }
  /* line 1839, app/assets/stylesheets/responsive.css.scss */
  .product-tabs {
    height: auto;
  }
  /* line 1842, app/assets/stylesheets/responsive.css.scss */
  .product-view .email-friend a span {
    display: none;
  }
  /* line 1845, app/assets/stylesheets/responsive.css.scss */
  .product-view .add-to-links span {
    display: none;
  }
  /* line 1848, app/assets/stylesheets/responsive.css.scss */
  .tab-content {
    display: inline-block;
  }
  /* line 1851, app/assets/stylesheets/responsive.css.scss */
  .form-add-tags input.input-text, select, textarea {
    width: 100% !important;
  }
  /* line 1854, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-name h1 {
    font-size: 30px;
  }
  /* line 1857, app/assets/stylesheets/responsive.css.scss */
  select#billing-address-select {
    width: 100%;
  }
  /* line 1860, app/assets/stylesheets/responsive.css.scss */
  .sidebar .block dl {
    padding: 0px 10px;
  }
  /* line 1863, app/assets/stylesheets/responsive.css.scss */
  select#billing-address-select {
    width: 100%;
  }
  /* line 1866, app/assets/stylesheets/responsive.css.scss */
  .sidebar .block dl {
    padding: 0px 10px;
  }
  /* line 1869, app/assets/stylesheets/responsive.css.scss */
  .group-select li .input-box input.input-text, .group-select li .input-box textarea {
    width: 100%;
  }
  /* line 1872, app/assets/stylesheets/responsive.css.scss */
  .group-select li .input-box {
    width: 100%;
  }
  /* line 1875, app/assets/stylesheets/responsive.css.scss */
  .group-select li input.input-text, .group-select li textarea {
    width: 100%;
  }
  /* line 1878, app/assets/stylesheets/responsive.css.scss */
  .group-select li select {
    width: 100% !important;
  }
  /* line 1881, app/assets/stylesheets/responsive.css.scss */
  #shopping-cart-table {
    margin-top: 0px;
  }
  /* line 1884, app/assets/stylesheets/responsive.css.scss */
  label {
    font-weight: normal;
  }
  /* line 1887, app/assets/stylesheets/responsive.css.scss */
  button.button span {
    font-weight: normal;
  }
  /* line 1890, app/assets/stylesheets/responsive.css.scss */
  .special-price .price {
    font-size: 18px;
  }
  /* line 1893, app/assets/stylesheets/responsive.css.scss */
  .products-list button.button span {
    font-weight: normal;
    display: none;
  }
  /* line 1897, app/assets/stylesheets/responsive.css.scss */
  .products-list .actions .add-to-links a.link-wishlist {
    margin-right: 0px;
  }
  /* line 1900, app/assets/stylesheets/responsive.css.scss */
  .products-list .btn-cart:before {
    padding-right: 0;
  }
  /* line 1903, app/assets/stylesheets/responsive.css.scss */
  .products-list .old-price .price {
    font-size: 18px;
  }
  /* line 1906, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-1 {
    width: 100%;
  }
  /* line 1909, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-1 h2 {
    font-size: 20px;
  }
  /* line 1912, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-2 {
    width: 100%;
  }
  /* line 1915, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-2 h2 {
    font-size: 20px;
  }
  /* line 1918, app/assets/stylesheets/responsive.css.scss */
  .back-link {
    float: none;
    display: block;
    padding: 7px 0px;
  }
  /* line 1923, app/assets/stylesheets/responsive.css.scss */
  .state_bar li {
    width: 100%;
    margin-top: 8px;
    margin-right: 0px;
  }
  /* line 1928, app/assets/stylesheets/responsive.css.scss */
  .account-login .col2-set .col-1 {
    width: 100%;
    padding: 10px;
    min-height: inherit;
    margin-bottom: 15px;
  }
  /* line 1934, app/assets/stylesheets/responsive.css.scss */
  .account-login .col2-set .col-2 {
    width: 100%;
    padding: 10px;
  }
  /* line 1938, app/assets/stylesheets/responsive.css.scss */
  .popup1 {
    display: none !important;
  }
  /* line 1941, app/assets/stylesheets/responsive.css.scss */
  #overlay {
    display: none !important;
  }
  /* line 1944, app/assets/stylesheets/responsive.css.scss */
  #cloud-zoom-big {
    display: none !important;
  }
  /* line 1948, app/assets/stylesheets/responsive.css.scss */
  .header-banner .assetBlock {
    width: 100%;
  }
  /* line 1953, app/assets/stylesheets/responsive.css.scss */
  .search-box {
    width: 190px;
    margin-top: -34px;
  }
  /* line 1957, app/assets/stylesheets/responsive.css.scss */
  #search {
    padding: 3px 6px;
    width: 215px;
    height: 38px;
  }
  /* line 1962, app/assets/stylesheets/responsive.css.scss */
  .search-btn-bg {
    position: absolute;
    padding: 6px 5px;
    height: 26px;
    right: 10px;
  }
  /* line 1968, app/assets/stylesheets/responsive.css.scss */
  .search-icon, .search-bar-submit {
    height: 38px;
    width: 50px;
  }
  /* line 1972, app/assets/stylesheets/responsive.css.scss */
  .search-bar.search-bar-open, .no-js .search-bar {
    height: 38px;
    width: 260px;
  }
  /* line 1976, app/assets/stylesheets/responsive.css.scss */
  .search-bar {
    height: 38px;
    min-width: 50px;
  }
  /* line 1980, app/assets/stylesheets/responsive.css.scss */
  .search-icon:before {
    font-size: 16px;
  }
  /*.fl-links { margin-top:10px}*/
  /* line 1986, app/assets/stylesheets/responsive.css.scss */
  .fl-links .clicker {
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
  }
  /* line 1992, app/assets/stylesheets/responsive.css.scss */
  .fl-links .clicker:before {
    font-size: 20px;
  }
  /* line 1995, app/assets/stylesheets/responsive.css.scss */
  .fl-links > .no-js:hover > .clicker {
    padding: 0px 15px;
    line-height: 50px;
    height: 50px;
  }
  /* line 2001, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .fl-mini-cart-content {
    right: -50px;
    left: inherit;
  }
  /* line 2005, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .basket a:first-child:before {
    font-size: 20px;
    margin-right: 0px;
    height: 55px;
    background: url(/../images/icon-cart.png) no-repeat 0px 18px;
    background-size: 25px;
  }
  /* line 2012, app/assets/stylesheets/responsive.css.scss */
  .mm-toggle {
    display: block;
    padding: 16px 15px;
  }
  /* line 2016, app/assets/stylesheets/responsive.css.scss */
  .fl-cart-contain {
    /*  right: 8px;
  top: 10px;
*/
  }
  /* line 2020, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .left {
    width: 100%;
  }
  /* line 2023, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .right {
    width: 100%;
  }
  /* line 2026, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .left .col-1 {
    margin-bottom: 0px;
  }
  /* line 2029, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .right .inner-text {
    top: 65%;
  }
  /* line 2032, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav {
    display: inline-block;
  }
  /* line 2035, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li {
    padding: 0px 4px;
    font-size: 14px;
    width: 100%;
    margin: 0px;
    border-bottom: none;
  }
  /* line 2042, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li.tab-nav-actived, .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li:hover {
    border-bottom: none;
  }
  /* line 2045, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-container .thm-mart-pdt-nav .pdt-nav > li:last-child {
    border-bottom: 1px solid #666;
  }
  /* line 2048, app/assets/stylesheets/responsive.css.scss */
  .latest-blog {
    padding: 5px 0px;
  }
  /* line 2051, app/assets/stylesheets/responsive.css.scss */
  footer .co-info {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  /* line 2056, app/assets/stylesheets/responsive.css.scss */
  .brand-logo {
    padding: 0px 0px;
    background: url(/../images/testimonials-bg-img1.jpg) no-repeat top left;
  }
  /* line 2061, app/assets/stylesheets/responsive.css.scss */
  .forcefullwidth_wrapper_tp_banner, .fullwidthbanner-container {
    height: 250px !important;
  }
  /* line 2064, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.ExtraLargeTitle {
    left: 0px !important;
  }
  /* line 2065, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.LargeTitle {
    left: 0px !important;
  }
  /* line 2066, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.Title {
    left: 0px !important;
  }
  /* line 2067, app/assets/stylesheets/responsive.css.scss */
  .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    left: 0px !important;
  }
  /* line 2068, app/assets/stylesheets/responsive.css.scss */
  #thm-mart-slideshow .container {
    padding: 0px;
  }
  /* line 2071, app/assets/stylesheets/responsive.css.scss */
  .top-offer-banner {
    margin: 15px 0px;
  }
  /* line 2074, app/assets/stylesheets/responsive.css.scss */
  .catalog-category-view .page-heading {
    padding: 20px 0;
  }
  /* line 2077, app/assets/stylesheets/responsive.css.scss */
  .catalog-category-view .page-heading .page-title h1, .catalog-category-view .page-heading .page-title h2 {
    font-size: 32px !important;
  }
  /* line 2080, app/assets/stylesheets/responsive.css.scss */
  .breadcrumbs a, .breadcrumbs strong {
    font-size: 20px;
  }
  /* line 2083, app/assets/stylesheets/responsive.css.scss */
  .our-features-box li {
    width: 50%;
  }
  /* line 2086, app/assets/stylesheets/responsive.css.scss */
  .our-features-box li.last {
    width: 50%;
  }
  /* line 2089, app/assets/stylesheets/responsive.css.scss */
  .sidebar .hot-banner img {
    margin-bottom: 15px;
  }
  /* line 2092, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories, .side-nav-categories .block {
    margin-bottom: 30px;
  }
  /* line 2095, app/assets/stylesheets/responsive.css.scss */
  .sidebar .block {
    margin: 0 0 20px;
  }
  /* line 2098, app/assets/stylesheets/responsive.css.scss */
  .sidebar .hot-banner img {
    width: 100%;
  }
  /* line 2101, app/assets/stylesheets/responsive.css.scss */
  #carousel-example-generic {
    width: 100%;
  }
  /* line 2104, app/assets/stylesheets/responsive.css.scss */
  .products-list .add-to-links span {
    display: none;
  }
  /* line 2107, app/assets/stylesheets/responsive.css.scss */
  .product-shop .social {
    margin-top: 13px;
  }
  /* line 2110, app/assets/stylesheets/responsive.css.scss */
  .product-collateral {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 2114, app/assets/stylesheets/responsive.css.scss */
  .tab-content {
    width: 100%;
  }
  /* line 2117, app/assets/stylesheets/responsive.css.scss */
  .box-reviews .form-list input.input-text {
    width: 100%;
  }
  /* line 2120, app/assets/stylesheets/responsive.css.scss */
  .box-reviews textarea {
    width: 100% !important;
  }
  /* line 2123, app/assets/stylesheets/responsive.css.scss */
  .product-collateral .tabs {
    border-bottom: none;
  }
  /* line 2126, app/assets/stylesheets/responsive.css.scss */
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    width: 100%;
  }
  /* line 2129, app/assets/stylesheets/responsive.css.scss */
  .nav-tabs.product-tabs > li > a {
    width: 100%;
  }
  /* line 2132, app/assets/stylesheets/responsive.css.scss */
  .review1 {
    width: 100%;
  }
  /* line 2135, app/assets/stylesheets/responsive.css.scss */
  .review2 {
    width: 100%;
  }
  /* line 2138, app/assets/stylesheets/responsive.css.scss */
  .product-view .previews-list li {
    width: 68px !important;
  }
  /* line 2141, app/assets/stylesheets/responsive.css.scss */
  footer .newsletter-row {
    padding: 20px 0px;
  }
  /*.product-view .product-shop .add-to-box {
  padding: 22px 0px 10px;
}*/
  /* line 2147, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-name {
    margin-bottom: 5px;
  }
  /* line 2150, app/assets/stylesheets/responsive.css.scss */
  .table-responsive {
    margin-bottom: 0px;
    margin-top: 10px;
    border: none;
  }
  /* line 2158, app/assets/stylesheets/responsive.css.scss */
  .one-page-checkout .active .step-title h3 {
    font-size: 14px;
  }
  /* line 2161, app/assets/stylesheets/responsive.css.scss */
  .block .block-content {
    padding: 20px 14px;
  }
  /* line 2164, app/assets/stylesheets/responsive.css.scss */
  .category-products ul.products-grid li.item {
    margin-bottom: 0;
  }
  /* line 2167, app/assets/stylesheets/responsive.css.scss */
  .category-products {
    overflow: hidden;
    padding: 0px 13px 0px 13px;
  }
  /* line 2171, app/assets/stylesheets/responsive.css.scss */
  .product-grid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 2174, app/assets/stylesheets/responsive.css.scss */
  .sidebar {
    margin-top: 0px;
    padding-left: 15px;
  }
  /* line 2178, app/assets/stylesheets/responsive.css.scss */
  .b-filter .ui-filter-slider .min-max {
    padding: 0 20px;
  }
  /* line 2181, app/assets/stylesheets/responsive.css.scss */
  .b-filter .ui-filter-slider {
    font-size: 16px;
  }
  /* line 2184, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter h2 {
    min-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 2189, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter {
    padding: 25px 0;
  }
  /* line 2192, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter h2:after {
    display: none;
  }
  /* line 2195, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories .block-title {
    min-width: 100%;
  }
  /* line 2198, app/assets/stylesheets/responsive.css.scss */
  .block .block-title {
    min-width: 100%;
  }
  /* line 2201, app/assets/stylesheets/responsive.css.scss */
  .block .block-title:after {
    display: none;
  }
  /* line 2204, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories .block-title:after {
    display: none;
  }
  /* line 2207, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-2 {
    margin-top: 20px;
  }
  /* line 2210, app/assets/stylesheets/responsive.css.scss */
  .account-login {
    margin-top: 0px;
  }
  /* line 2214, app/assets/stylesheets/responsive.css.scss */
  .footer-inner .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 2215, app/assets/stylesheets/responsive.css.scss */
  .header-banner .call-us i {
    opacity: 0.6;
    font-size: 16px;
    margin-right: 4px;
    margin-left: 0px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2225, app/assets/stylesheets/responsive.css.scss */
  .logo:before {
    position: absolute;
    background-color: inherit;
    content: '';
    width: 1000px;
    height: 100%;
    transform: skew(-35deg);
    z-index: 0;
    top: 0;
    right: -190px;
    height: 107px;
  }
  /* line 2238, app/assets/stylesheets/responsive.css.scss */
  .fl-custom-tabmenulink {
    display: none !important;
  }
  /* line 2239, app/assets/stylesheets/responsive.css.scss */
  .nav-inner {
    margin-left: 40px;
  }
  /* line 2241, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs > table > tbody > tr, .spec-sub-ctr table > tbody > tr {
    width: 100%;
  }
  /* line 2242, app/assets/stylesheets/responsive.css.scss */
  .blog-side {
    display: none;
  }
  /* line 2243, app/assets/stylesheets/responsive.css.scss */
  .main-blog {
    width: 100%;
  }
  /* line 2244, app/assets/stylesheets/responsive.css.scss */
  .form_background {
    margin-bottom: 30px;
  }
  /* line 2247, app/assets/stylesheets/responsive.css.scss */
  .product-tabs li a {
    font-size: 16px;
  }
  /* line 2251, app/assets/stylesheets/responsive.css.scss */
  #nav li.drop-menu:hover ul {
    top: 50px;
  }
  /* line 2253, app/assets/stylesheets/responsive.css.scss */
  .header-container .fl-nav-menu {
    display: block;
    border-radius: 0px;
    /* overflow: hidden; */
    /* top: 150px; */
    background-color: #fff;
    clear: both;
  }
  /* line 2259, app/assets/stylesheets/responsive.css.scss */
  .fl-header-right {
    position: absolute;
    right: 0;
    top: 36%;
  }
  /* line 2262, app/assets/stylesheets/responsive.css.scss */
  #nav > li > a {
    line-height: 30px;
    font-size: 16px;
  }
  /* line 2263, app/assets/stylesheets/responsive.css.scss */
  .fl-links .clicker {
    padding: 0px 0px 0px 8px;
    line-height: 67px;
    height: 67px;
  }
  /* line 2268, app/assets/stylesheets/responsive.css.scss */
  .fl-links > .no-js:hover > .clicker {
    padding: 0px 0px 0px 8px;
  }
  /* line 2271, app/assets/stylesheets/responsive.css.scss */
  .b-filter__btns .btn {
    font-size: 16px;
    line-height: 19px;
    margin-top: 410px;
  }
  /* line 2276, app/assets/stylesheets/responsive.css.scss */
  .our-features-box .feature-box {
    margin-right: 0px;
  }
  /* line 2277, app/assets/stylesheets/responsive.css.scss */
  .our-features-box li.last {
    width: 45%;
  }
  /* line 2279, app/assets/stylesheets/responsive.css.scss */
  .logo-item img {
    width: 100%;
  }
  /*.logo-brand {min-height: 345px;}*/
  /* line 2281, app/assets/stylesheets/responsive.css.scss */
  .b-filter__btns {
    margin-top: 11px;
  }
  /* line 2284, app/assets/stylesheets/responsive.css.scss */
  .section-filter {
    margin-top: 20px;
    padding: 20px;
    width: 100%;
  }
  /* line 2289, app/assets/stylesheets/responsive.css.scss */
  .b-filter .selectpicker {
    height: 45px;
    font-size: 13px;
    line-height: 20px;
  }
  /* line 2294, app/assets/stylesheets/responsive.css.scss */
  #thm-mart-slideshow {
    margin-top: -125px;
  }
  /*#top {margin-top:-90px}*/
  /* line 2296, app/assets/stylesheets/responsive.css.scss */
  .forcefullwidth_wrapper_tp_banner, .fullwidthbanner-container {
    height: 480px !important;
  }
  /* line 2297, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.ExtraLargeTitle {
    left: 0px !important;
  }
  /* line 2298, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.LargeTitle {
    left: 0px !important;
  }
  /* line 2299, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.Title {
    left: 0px !important;
  }
  /* line 2300, app/assets/stylesheets/responsive.css.scss */
  .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    left: 0px !important;
  }
  /* line 2301, app/assets/stylesheets/responsive.css.scss */
  #thm-mart-slideshow .container {
    padding: 0px;
  }
  /* line 2302, app/assets/stylesheets/responsive.css.scss */
  .box-timer {
    margin-left: -90px;
  }
  /* line 2306, app/assets/stylesheets/responsive.css.scss */
  .latest-blog .post-date {
    margin-top: -70px;
  }
  /* line 2309, app/assets/stylesheets/responsive.css.scss */
  .sidebar a, .sidebar .block-layered-nav .price .sub {
    color: #666;
    font-size: 11px;
    font-weight: 400;
  }
  /* line 2314, app/assets/stylesheets/responsive.css.scss */
  .block-account .block-content li {
    padding: 6px 0px;
  }
  /* line 2317, app/assets/stylesheets/responsive.css.scss */
  .page-heading {
    margin-top: -125px;
    padding-top: 150px;
  }
  /* line 2320, app/assets/stylesheets/responsive.css.scss */
  .catalog-category-view .page-heading {
    padding: 30px 0;
  }
  /* line 2323, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb {
    padding: 0 28px;
  }
  /* line 2327, app/assets/stylesheets/responsive.css.scss */
  .product-view .previews-list li {
    width: 85px !important;
  }
  /* line 2329, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb .flex-direction-nav {
    left: 8px;
    top: 40%;
    width: 90%;
  }
  /* line 2334, app/assets/stylesheets/responsive.css.scss */
  .cross-sell-pro .new_title h2 {
    font-size: 14px;
  }
  /* line 2337, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb .flex-direction-nav {
    z-index: 0;
  }
  /* line 2340, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop .add-to-box .btn-cart {
    padding: 7px 10px;
  }
  /* line 2343, app/assets/stylesheets/responsive.css.scss */
  .product-shop .social ul li {
    margin-bottom: 5px;
  }
  /* line 2346, app/assets/stylesheets/responsive.css.scss */
  .cat-img-title.cat-box {
    margin: 0;
    text-align: left;
    top: 10%;
  }
  /* line 2351, app/assets/stylesheets/responsive.css.scss */
  .category-description .small-tag span {
    background: #ffc000;
    display: inline-block;
    line-height: 70px;
    padding-left: 10px;
    padding-right: 20px;
    height: 70px;
    width: 70px;
    border-radius: 80px;
    font-size: 25px;
    color: #fff;
  }
  /* line 2363, app/assets/stylesheets/responsive.css.scss */
  .cat-img-title .cat-heading {
    font-size: 32px;
  }
  /* line 2366, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper2 .col-1 {
    width: 100%;
  }
  /* line 2369, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper2 .col-2 {
    width: 100%;
  }
  /* line 2372, app/assets/stylesheets/responsive.css.scss */
  .col-2 .menu_image {
    display: inline-block;
  }
  /* line 2375, app/assets/stylesheets/responsive.css.scss */
  .col-2 .menu_image1 {
    display: inline-block;
  }
  /* line 2378, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper, #nav.classic ul.level0 {
    top: 48px;
  }
  /* line 2381, app/assets/stylesheets/responsive.css.scss */
  .footer-bottom .company-links li {
    margin-left: 6px;
  }
  /* line 2384, app/assets/stylesheets/responsive.css.scss */
  .footer-bottom .company-links li a {
    font-size: 11px;
  }
  /* line 2388, app/assets/stylesheets/responsive.css.scss */
  footer .newsletter-row .col1 {
    text-align: center;
  }
  /* line 2389, app/assets/stylesheets/responsive.css.scss */
  .newsletter-wrap h4 {
    margin-left: 0px;
  }
  /* line 2391, app/assets/stylesheets/responsive.css.scss */
  .footer-top .social ul li a {
    font-size: 15px !important;
    line-height: 25px !important;
    width: 25px !important;
    height: 25px !important;
  }
  /* line 2397, app/assets/stylesheets/responsive.css.scss */
  .social ul li {
    margin: 0px 2px 0px 0px;
  }
  /* line 2400, app/assets/stylesheets/responsive.css.scss */
  footer .coppyright {
    padding-top: 0;
  }
  /* line 2403, app/assets/stylesheets/responsive.css.scss */
  .payment-accept img {
    margin-right: 5px;
    width: 48px;
  }
  /* line 2407, app/assets/stylesheets/responsive.css.scss */
  .our-features-box li {
    margin: 0 15px 8px 15px;
    width: 45%;
  }
  /* line 2411, app/assets/stylesheets/responsive.css.scss */
  .our-features-box ul {
    width: 100%;
  }
  /* line 2414, app/assets/stylesheets/responsive.css.scss */
  .header-banner .assetBlock {
    width: 100%;
    font-size: 12px;
    text-align: right;
  }
  /* line 2419, app/assets/stylesheets/responsive.css.scss */
  .header-banner .call-us {
    text-align: left;
    font-size: 12px;
  }
  /* line 2423, app/assets/stylesheets/responsive.css.scss */
  .header-banner .call-us i {
    margin-left: 6px;
  }
  /* line 2427, app/assets/stylesheets/responsive.css.scss */
  #nav li.drop-menu ul {
    top: 37px;
  }
  /* line 2431, app/assets/stylesheets/responsive.css.scss */
  .cms-index-index #nav #nav-home > a, #nav > li.active > a, .vertnav-top li.current > a:hover {
    padding: 10px 0;
  }
  /* line 2434, app/assets/stylesheets/responsive.css.scss */
  #nav > li > a {
    padding: 10px 0;
  }
  /* line 2437, app/assets/stylesheets/responsive.css.scss */
  #nav > li > a > span {
    padding: 0 9px;
    line-height: 47px;
  }
  /* line 2441, app/assets/stylesheets/responsive.css.scss */
  .toplinks .links div.demo {
    display: none;
  }
  /* line 2444, app/assets/stylesheets/responsive.css.scss */
  .toplinks div.links div a {
    padding: 0 10px 0 0;
  }
  /* line 2447, app/assets/stylesheets/responsive.css.scss */
  .header-container .right_menu {
    margin-top: 6px;
  }
  /* line 2450, app/assets/stylesheets/responsive.css.scss */
  .toplinks .links {
    text-align: left;
  }
  /* line 2453, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb .flex-prev {
    left: -10px;
  }
  /* line 2456, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb .flex-next {
    right: -27px;
  }
  /* line 2459, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb {
    padding: 0 20px;
  }
  /* line 2462, app/assets/stylesheets/responsive.css.scss */
  .email-addto-box {
    width: 100%;
    margin-left: 0;
  }
  /* line 2466, app/assets/stylesheets/responsive.css.scss */
  .product-view .email-friend {
    margin: auto;
  }
  /* line 2469, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop .add-to-box .pull-right {
    float: left !important;
  }
  /* line 2472, app/assets/stylesheets/responsive.css.scss */
  .products-list .add-to-links span {
    display: none;
  }
  /* line 2475, app/assets/stylesheets/responsive.css.scss */
  .products-list .add-to-links {
    display: inline-block;
  }
  /* line 2478, app/assets/stylesheets/responsive.css.scss */
  #compare-items .btn-remove1 {
    top: 0px;
  }
  /* line 2481, app/assets/stylesheets/responsive.css.scss */
  .our-features-box .feature-box .content {
    margin-top: 8p;
    text-align: left;
    margin-bottom: 10px;
  }
  /* line 2486, app/assets/stylesheets/responsive.css.scss */
  .footer-inner .newsletter-wrap {
    display: inline-block;
  }
  /* line 2489, app/assets/stylesheets/responsive.css.scss */
  .social h4 {
    margin: 6px 0 5px;
  }
  /* line 2492, app/assets/stylesheets/responsive.css.scss */
  .footer-bottom .company-links li {
    float: left;
  }
  /* line 2495, app/assets/stylesheets/responsive.css.scss */
  .footer-inner .social {
    width: 100%;
    float: none;
    text-align: center;
  }
  /* line 2501, app/assets/stylesheets/responsive.css.scss */
  .social ul li {
    border-bottom: none;
    float: none !important;
    display: inline-block;
    margin-bottom: 8px;
  }
  /* line 2508, app/assets/stylesheets/responsive.css.scss */
  #sequence-theme .controls a {
    background-size: 50px;
  }
  /* line 2511, app/assets/stylesheets/responsive.css.scss */
  .welcome-msg {
    display: none;
  }
  /* line 2514, app/assets/stylesheets/responsive.css.scss */
  .search-box {
    margin-top: 5px;
    width: 162px;
  }
  /* line 2518, app/assets/stylesheets/responsive.css.scss */
  #search {
    padding: 3px 6px;
    width: 160px;
  }
  /* line 2522, app/assets/stylesheets/responsive.css.scss */
  .search-btn-bg {
    position: absolute;
    padding: 6px 5px;
    height: 26px;
    right: 10px;
  }
  /* line 2528, app/assets/stylesheets/responsive.css.scss */
  .cat-img-title.cat-box .inner {
    width: 720px;
    margin: auto;
  }
  /* line 2532, app/assets/stylesheets/responsive.css.scss */
  #nav ul.level0 > li {
    width: 30%;
  }
  /* line 2535, app/assets/stylesheets/responsive.css.scss */
  #nav ul.level0 > li.last {
    width: 30%;
  }
  /* line 2538, app/assets/stylesheets/responsive.css.scss */
  #nav ul.level1 > li a {
    display: inline-flex;
    float: none;
  }
  /* line 2543, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add .push_item {
    width: 22.8%;
    height: auto;
    margin-right: 15px;
  }
  /* line 2548, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add .push_item img {
    width: 100%;
    height: auto;
  }
  /* line 2552, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add .push_item .push_img a {
    width: 100%;
  }
  /* line 2555, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add .push_item_last {
    width: 22.8%;
  }
  /* line 2558, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add .push_item_last img {
    width: 100%;
  }
  /* line 2561, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper, #nav.classic .parent > ul {
    margin: auto;
    padding: 10px 4px 10px 0px;
  }
  /* line 2565, app/assets/stylesheets/responsive.css.scss */
  .nav-block-center {
    margin-top: 0px;
  }
  /* line 2568, app/assets/stylesheets/responsive.css.scss */
  .grid12-5 {
    width: 23%;
  }
  /* line 2571, app/assets/stylesheets/responsive.css.scss */
  .grid12-5 img {
    width: 100%;
  }
  /* line 2574, app/assets/stylesheets/responsive.css.scss */
  .grid12-3 {
    width: 21.5%;
  }
  /* line 2577, app/assets/stylesheets/responsive.css.scss */
  .grid12-3 img {
    width: 100%;
  }
  /* line 2580, app/assets/stylesheets/responsive.css.scss */
  #nav .grid12-8 ul.level0 > li {
    width: 22% !important;
  }
  /* line 2584, app/assets/stylesheets/responsive.css.scss */
  footer .co-info {
    margin-right: 0px !important;
    width: 100%;
    float: none;
    text-align: left;
  }
  /* line 2592, app/assets/stylesheets/responsive.css.scss */
  footer address span {
    text-align: left;
    width: 100%;
  }
  /* line 2594, app/assets/stylesheets/responsive.css.scss */
  footer address em {
    display: block !important;
    vertical-align: middle !important;
    margin-right: 8px !important;
    text-align: center;
    margin-bottom: 10px !important;
  }
  /* line 2602, app/assets/stylesheets/responsive.css.scss */
  .footer-column {
    width: 33.33%;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-left: 0px;
  }
  /* line 2609, app/assets/stylesheets/responsive.css.scss */
  .grid12-3 a img {
    width: 100%;
  }
  /* line 2612, app/assets/stylesheets/responsive.css.scss */
  .grid12-4 {
    width: 30%;
    margin: 5px 20px 0 0;
  }
  /* line 2616, app/assets/stylesheets/responsive.css.scss */
  .grid12-4 a img {
    width: 245px;
  }
  /* line 2619, app/assets/stylesheets/responsive.css.scss */
  .grid12-8 ul.level0 > li {
    width: 145px !important;
  }
  /* line 2622, app/assets/stylesheets/responsive.css.scss */
  .grid12-8 .cat-img img {
    width: 175px !important;
  }
  /* line 2625, app/assets/stylesheets/responsive.css.scss */
  .grid13-8 {
    width: 70%;
  }
  /* line 2628, app/assets/stylesheets/responsive.css.scss */
  .grid12-8 {
    width: 100%;
  }
  /* line 2631, app/assets/stylesheets/responsive.css.scss */
  .grid13-8 ul.level0 > li {
    width: 240px !important;
  }
  /* line 2634, app/assets/stylesheets/responsive.css.scss */
  .slideshow-wrapper .browse-button, .slideshow-wrapper .tab-pager {
    z-index: 5;
  }
  /* line 2637, app/assets/stylesheets/responsive.css.scss */
  .fl-custom-tabmenu .grid12-5 img {
    width: 100%;
  }
  /* line 2640, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add {
    padding-left: 10px;
  }
  /* line 2643, app/assets/stylesheets/responsive.css.scss */
  #nav ul.level0 > li .cat-img img {
    width: 135px;
  }
  /* line 2649, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .basket a {
    min-width: 100% !important;
    margin: 0;
  }
  /* line 2653, app/assets/stylesheets/responsive.css.scss */
  .caption.light1 {
    right: 4% !important;
    margin-right: 15% !important;
    top: 0% !important;
    width: 65% !important;
    padding-top: 10px !important;
  }
  /* line 2660, app/assets/stylesheets/responsive.css.scss */
  .caption.light1 .heading {
    font-size: 40px !important;
    margin-top: 0px !important;
  }
  /* line 2664, app/assets/stylesheets/responsive.css.scss */
  .caption .normal-text1 {
    display: none !important;
  }
  /* line 2667, app/assets/stylesheets/responsive.css.scss */
  .caption.light1 .badge {
    margin-top: -83px !important;
  }
  /* line 2670, app/assets/stylesheets/responsive.css.scss */
  .the-slideshow .slideshow .slide img {
    width: 100% !important;
  }
  /* line 2673, app/assets/stylesheets/responsive.css.scss */
  ul.slideshow {
    height: 255px !important;
  }
  /* line 2676, app/assets/stylesheets/responsive.css.scss */
  .slideshow-wrapper .backward {
    top: 37% !important;
    width: 22px !important;
  }
  /* line 2680, app/assets/stylesheets/responsive.css.scss */
  .slideshow-wrapper .forward {
    top: 37% !important;
    background: url(/../images/slideshow-arrows.png) -79px 0 no-repeat !important;
    width: 22px !important;
  }
  /* line 2685, app/assets/stylesheets/responsive.css.scss */
  .caption.top-center {
    padding-top: 0% !important;
    width: 400px !important;
  }
  /* line 2689, app/assets/stylesheets/responsive.css.scss */
  .caption .normal-text {
    font-size: 20px !important;
    margin-bottom: 0px !important;
  }
  /* line 2693, app/assets/stylesheets/responsive.css.scss */
  .caption .heading {
    font-size: 34px !important;
    margin: 0px !important;
  }
  /* line 2697, app/assets/stylesheets/responsive.css.scss */
  .caption p {
    padding: 10px 0px !important;
  }
  /* line 2700, app/assets/stylesheets/responsive.css.scss */
  .caption .intro-btn a {
    padding: 10px 20px !important;
  }
  /* line 2703, app/assets/stylesheets/responsive.css.scss */
  .caption .intro-btn {
    margin-top: 0px !important;
    padding: 5px 0px !important;
  }
  /* line 2707, app/assets/stylesheets/responsive.css.scss */
  .caption.top-left {
    padding-left: 0%;
  }
  /* line 2710, app/assets/stylesheets/responsive.css.scss */
  .service-section .services {
    border-bottom: 1px #e5e5e5 solid;
  }
  /* line 2713, app/assets/stylesheets/responsive.css.scss */
  .service-section .services span {
    font-size: 11px;
  }
  /* line 2717, app/assets/stylesheets/responsive.css.scss */
  .top-offer-banner {
    margin: 25px 0px;
  }
  /* line 2718, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .right .inner-text h3 {
    font-size: 26px;
  }
  /* line 2722, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-content ul.pdt-list li {
    width: 31%;
    margin-left: 15px;
  }
  /* line 2728, app/assets/stylesheets/responsive.css.scss */
  .latest-blog {
    padding: 0px;
  }
  /* line 2733, app/assets/stylesheets/responsive.css.scss */
  .newsletter-wrap input[type="text"] {
    width: 300px !important;
  }
  /* line 2736, app/assets/stylesheets/responsive.css.scss */
  .breadcrumbs ul {
    padding: 0px 15px;
  }
  /* line 2739, app/assets/stylesheets/responsive.css.scss */
  .breadcrumbs a, .breadcrumbs strong {
    font-size: 20px;
  }
  /* line 2742, app/assets/stylesheets/responsive.css.scss */
  .page-title h2 {
    font-size: 30px;
  }
  /* line 2745, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons a {
    left: 5px;
    padding: 2px 3px 10px 0px;
    height: 30px;
    width: 30px;
  }
  /* line 2751, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons .owl-prev a:before {
    font-size: 20px;
    padding: 0px 10px;
    line-height: 24px;
  }
  /* line 2756, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons .owl-next a:before {
    font-size: 20px;
    padding: 0px 10px;
    line-height: 24px;
  }
  /* line 2761, app/assets/stylesheets/responsive.css.scss */
  .toolbar .pager {
    float: left;
    margin: 0px 0px;
    width: 78%;
  }
  /* line 2766, app/assets/stylesheets/responsive.css.scss */
  .pager .pages li a {
    /*padding: 2px 8px;*/
  }
  /* line 2770, app/assets/stylesheets/responsive.css.scss */
  .sidebar ol, .sidebar ul li ul {
    padding: 0px !important;
    margin-bottom: 15px;
  }
  /* line 2775, app/assets/stylesheets/responsive.css.scss */
  .box-category > ul > li ul > li > a {
    padding: 6px 0px !important;
  }
  /* line 2778, app/assets/stylesheets/responsive.css.scss */
  .col-left .block-cart ul li.item {
    display: inline-block;
  }
  /* line 2781, app/assets/stylesheets/responsive.css.scss */
  .col-left .block-cart .block-content ul li .product-details {
    width: 100%;
    margin-top: 10px;
  }
  /* line 2785, app/assets/stylesheets/responsive.css.scss */
  .block .block-title {
    min-width: 100%;
  }
  /* line 2788, app/assets/stylesheets/responsive.css.scss */
  .block .block-title:after {
    display: none;
  }
  /* line 2791, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories {
    margin-bottom: 30px;
  }
  /* line 2794, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter h2 {
    min-width: 100%;
  }
  /* line 2797, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter h2:after {
    display: none;
  }
  /* line 2800, app/assets/stylesheets/responsive.css.scss */
  ol#compare-items li a.product-name {
    width: 80%;
    padding: 0;
  }
  /* line 2804, app/assets/stylesheets/responsive.css.scss */
  .button, .btn, .button-inverse, .button-vote, .sidebar .button, .sidebar .btn, .dropdown .dropdown-menu .button, .buttons-set .back-link a, .scrolltop, .button-tabs li a {
    /*margin-bottom: 5px;*/
    padding: 10px 10px 8px 10px;
  }
  /* line 2808, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories .block-title:after {
    display: none;
  }
  /* line 2811, app/assets/stylesheets/responsive.css.scss */
  .section-filter h2 {
    /*margin-bottom: 12px;*/
    font-size: 20px;
  }
  /* line 2815, app/assets/stylesheets/responsive.css.scss */
  #sort-by {
    display: none;
  }
  /* line 2818, app/assets/stylesheets/responsive.css.scss */
  .toolbar .pager .pages {
    float: right;
  }
  /* line 2821, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories .block-title {
    min-width: 100%;
  }
  /* line 2825, app/assets/stylesheets/responsive.css.scss */
  #recently-viewed-items .product-name {
    width: 90%;
  }
  /* line 2828, app/assets/stylesheets/responsive.css.scss */
  .home-slider5 .info {
    left: 18%;
    width: 992px;
  }
  /* line 2832, app/assets/stylesheets/responsive.css.scss */
  .block .block-content {
    padding: 20px 14px;
  }
  /* line 2835, app/assets/stylesheets/responsive.css.scss */
  .block-banner img {
    width: 100%;
  }
  /* line 2838, app/assets/stylesheets/responsive.css.scss */
  .sidebar .block dt {
    padding: 5px 0;
  }
  /* line 2842, app/assets/stylesheets/responsive.css.scss */
  .brand-logo {
    background: url(/../images/testimonials-bg-img1.jpg) no-repeat center center;
  }
  /* line 2845, app/assets/stylesheets/responsive.css.scss */
  .block {
    margin: 0px 0px 25px 0px;
  }
  /* line 2848, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-shop {
    width: 51%;
    margin-left: 15px;
  }
  /* line 2852, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-image {
    width: 45%;
  }
  /* line 2855, app/assets/stylesheets/responsive.css.scss */
  .products-list .item a img {
    width: 100%;
  }
  /*.more-views .slider-items-products a.flex-prev {
	margin: 41px 0px 4px -154px;
}*/
  /*.product-view .email-friend a {
	padding: 0px;

}*/
  /* line 2866, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop .add-to-links .link-wishlist {
    margin-left: 5px;
  }
  /* line 2869, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop .add-to-links .link-compare:before {
    margin-right: 5px;
  }
  /* line 2872, app/assets/stylesheets/responsive.css.scss */
  .product-img-box img {
    width: 100%;
  }
  /* line 2875, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-name h1 {
    font-size: 23px;
  }
  /* line 2878, app/assets/stylesheets/responsive.css.scss */
  .product-tabs {
    height: auto;
  }
  /* line 2881, app/assets/stylesheets/responsive.css.scss */
  .product-view .email-friend a span {
    display: none;
  }
  /* line 2884, app/assets/stylesheets/responsive.css.scss */
  .product-view .add-to-links span {
    display: none;
  }
  /* line 2887, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-name h1 {
    font-size: 30px;
    font-weight: 600;
  }
  /* line 2891, app/assets/stylesheets/responsive.css.scss */
  select#billing-address-select {
    width: 100%;
  }
  /* line 2894, app/assets/stylesheets/responsive.css.scss */
  .data-table .price {
    font-size: 15px;
  }
  /* line 2897, app/assets/stylesheets/responsive.css.scss */
  .sidebar .block dl {
    padding: 0px 10px;
  }
  /* line 2900, app/assets/stylesheets/responsive.css.scss */
  #shopping-cart-table {
    margin-top: 0px;
  }
  /* line 2903, app/assets/stylesheets/responsive.css.scss */
  label {
    font-weight: normal;
  }
  /* line 2907, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop .add-to-box button.button.btn-cart span {
    padding: 0px 10px;
  }
  /* line 2909, app/assets/stylesheets/responsive.css.scss */
  button.button span {
    font-weight: normal;
  }
  /* line 2912, app/assets/stylesheets/responsive.css.scss */
  .special-price .price {
    font-size: 18px;
  }
  /* line 2915, app/assets/stylesheets/responsive.css.scss */
  .products-list .actions .add-to-links a.link-wishlist {
    margin-right: 0px;
  }
  /* line 2918, app/assets/stylesheets/responsive.css.scss */
  .products-list button.button span {
    font-weight: normal;
    display: none;
  }
  /* line 2922, app/assets/stylesheets/responsive.css.scss */
  .products-list .btn-cart:before {
    padding-right: 0;
  }
  /* line 2925, app/assets/stylesheets/responsive.css.scss */
  .products-list .old-price .price {
    font-size: 18px;
  }
  /* line 2928, app/assets/stylesheets/responsive.css.scss */
  button.button.btn-proceed-checkout span {
    font-size: 12px;
  }
  /* line 2931, app/assets/stylesheets/responsive.css.scss */
  .cart-collaterals h3 {
    font-size: 12px;
  }
  /* line 2934, app/assets/stylesheets/responsive.css.scss */
  button.button.btn-proceed-checkout:before {
    font-size: 13px;
  }
  /* line 2937, app/assets/stylesheets/responsive.css.scss */
  .cart-collaterals .col-sm-4 {
    padding-right: 0;
  }
  /* line 2940, app/assets/stylesheets/responsive.css.scss */
  .cart-collaterals .col-sm-4 .totals {
    margin-right: 15px;
  }
  /* line 2943, app/assets/stylesheets/responsive.css.scss */
  .cart-collaterals h3 {
    padding: 10px;
  }
  /* line 2946, app/assets/stylesheets/responsive.css.scss */
  .crosssel h2 {
    font-size: 14px;
    font-weight: normal;
  }
  /* line 2950, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-1 h2 {
    font-size: 20px;
  }
  /* line 2953, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-2 h2 {
    font-size: 20px;
  }
  /* line 2956, app/assets/stylesheets/responsive.css.scss */
  .state_bar li {
    width: 18%;
    padding: 5px 12px;
  }
  /* line 2961, app/assets/stylesheets/responsive.css.scss */
  .block-account .block-content li a {
    padding: 0 0 0 12px;
    display: inline-block;
  }
  /* line 2965, app/assets/stylesheets/responsive.css.scss */
  #brand-logo-slider {
    margin: 30px 0 !important;
  }
  /* line 2968, app/assets/stylesheets/responsive.css.scss */
  .custom-slider h3 {
    margin-top: 0px;
  }
  /* line 2971, app/assets/stylesheets/responsive.css.scss */
  .custom-slider h3 a {
    font-size: 28px;
  }
  /* line 2974, app/assets/stylesheets/responsive.css.scss */
  .custom-slider p {
    font-size: 10px;
  }
  /* line 2977, app/assets/stylesheets/responsive.css.scss */
  .custom-slider .carousel-indicators {
    bottom: 0;
  }
  /* line 2980, app/assets/stylesheets/responsive.css.scss */
  .blog-wrapper .entry-date {
    top: 39px;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  /*.fl-cart-contain {display:none}*/
}

@media (min-width: 992px) and (max-width: 1239px) {
  /* line 2993, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories .block-title {
    min-width: 212px;
    display: block;
  }
  /* line 2994, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories .block-title:after {
    content: none;
  }
  /* line 2995, app/assets/stylesheets/responsive.css.scss */
  .block .block-title {
    min-width: 212px;
    display: block;
  }
  /* line 2996, app/assets/stylesheets/responsive.css.scss */
  .block .block-title:after {
    content: none;
  }
  /* line 2998, app/assets/stylesheets/responsive.css.scss */
  .block-cart ul li.item img {
    width: 50px;
  }
  /* line 3001, app/assets/stylesheets/responsive.css.scss */
  ol#compare-items li a.product-name {
    width: auto;
  }
  /* line 3003, app/assets/stylesheets/responsive.css.scss */
  .form_background {
    margin-bottom: 30px;
  }
  /* line 3006, app/assets/stylesheets/responsive.css.scss */
  .data-table .price {
    font-size: 15px;
  }
  /* line 3009, app/assets/stylesheets/responsive.css.scss */
  .blog-wrapper .entry-date {
    top: 39px;
  }
  /* line 3013, app/assets/stylesheets/responsive.css.scss */
  .blog-side h2 {
    min-width: 212px;
  }
  /* line 3014, app/assets/stylesheets/responsive.css.scss */
  .blog-side h2:after, .popular-posts h2:after, .widget_recent_entries h2:after, widget_recent_comments h2:after {
    content: none;
  }
  /* line 3015, app/assets/stylesheets/responsive.css.scss */
  .blog-side .featured-thumb {
    float: none;
  }
  /* line 3016, app/assets/stylesheets/responsive.css.scss */
  .blog-side .featured-thumb img {
    width: 100%;
  }
  /* line 3018, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter h2 {
    min-width: 100%;
  }
  /* line 3021, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter h2:after {
    display: none;
  }
  /* line 3025, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.ExtraLargeTitle {
    left: 0px !important;
  }
  /* line 3026, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.LargeTitle {
    left: 0px !important;
  }
  /* line 3027, app/assets/stylesheets/responsive.css.scss */
  .tp-caption.Title {
    left: 0px !important;
  }
  /* line 3028, app/assets/stylesheets/responsive.css.scss */
  .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    left: 0px !important;
  }
  /* line 3029, app/assets/stylesheets/responsive.css.scss */
  #thm-mart-slideshow .container {
    padding: 0px;
  }
  /* line 3030, app/assets/stylesheets/responsive.css.scss */
  #nav > li > a > span {
    padding: 0px 12px;
  }
  /* line 3031, app/assets/stylesheets/responsive.css.scss */
  .top-offer-banner {
    margin: 30px 0px;
  }
  /* line 3032, app/assets/stylesheets/responsive.css.scss */
  .state_bar li {
    width: 18.8%;
    font-size: 12px;
  }
  /* line 3036, app/assets/stylesheets/responsive.css.scss */
  .cross-sell-pro .new_title h2 {
    font-size: 20px;
  }
  /* line 3039, app/assets/stylesheets/responsive.css.scss */
  #nav > li > a {
    font-size: 15px;
  }
  /* line 3042, app/assets/stylesheets/responsive.css.scss */
  .section-filter {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }
  /* line 3047, app/assets/stylesheets/responsive.css.scss */
  .b-filter__btns {
    margin-top: 150px;
    text-align: center;
  }
  /* line 3051, app/assets/stylesheets/responsive.css.scss */
  .slider-items-products .item img {
    width: 100%;
  }
  /* line 3056, app/assets/stylesheets/responsive.css.scss */
  .product-view .previews-list li {
    width: 85px !important;
    margin-right: 5px;
  }
  /* line 3058, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb .flex-direction-nav {
    z-index: 0;
  }
  /* line 3064, app/assets/stylesheets/responsive.css.scss */
  .payment-accept {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: inherit;
  }
  /* line 3071, app/assets/stylesheets/responsive.css.scss */
  .payment-accept img {
    margin-left: 5px;
    opacity: 0.5;
    width: 50px;
  }
  /* line 3080, app/assets/stylesheets/responsive.css.scss */
  .our-features-box ul {
    width: 100%;
  }
  /* line 3083, app/assets/stylesheets/responsive.css.scss */
  .header-banner .call-us i {
    font-size: 16px;
    margin-left: 10px;
  }
  /* line 3087, app/assets/stylesheets/responsive.css.scss */
  .header-banner .call-us {
    text-align: center;
    font-size: 15px;
  }
  /* line 3091, app/assets/stylesheets/responsive.css.scss */
  .header-banner .assetBlock {
    width: 100%;
    text-align: right;
  }
  /* line 3095, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add {
    padding-left: 0;
  }
  /* line 3098, app/assets/stylesheets/responsive.css.scss */
  .col-2 .menu_image img {
    width: 100%;
  }
  /* line 3101, app/assets/stylesheets/responsive.css.scss */
  .col-2 .menu_image1 img {
    width: 100%;
  }
  /* line 3104, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper2 .col-1 {
    width: 69%;
  }
  /* line 3108, app/assets/stylesheets/responsive.css.scss */
  #nav .col-1 ul.level0 > li {
    width: 29%;
  }
  /* line 3110, app/assets/stylesheets/responsive.css.scss */
  .toplinks .links div.demo {
    display: none;
  }
  /* line 3113, app/assets/stylesheets/responsive.css.scss */
  .toplinks div.links div a {
    padding: 0 0 0 8px;
  }
  /* line 3116, app/assets/stylesheets/responsive.css.scss */
  .our-features-box ul {
    width: 100%;
  }
  /* line 3119, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb .flex-prev {
    left: -10px;
  }
  /* line 3122, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb .flex-next {
    right: -8px;
  }
  /* line 3125, app/assets/stylesheets/responsive.css.scss */
  .product-view .flexslider-thumb {
    padding: 0 22px;
  }
  /* line 3128, app/assets/stylesheets/responsive.css.scss */
  .product-view .email-friend {
    margin: auto;
  }
  /* line 3131, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop .add-to-box .pull-right {
    float: left !important;
    margin-top: 10px;
  }
  /* line 3135, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop .add-to-box .btn-cart {
    padding: 7px 10px;
  }
  /* line 3138, app/assets/stylesheets/responsive.css.scss */
  .email-addto-box {
    margin-left: 5px;
  }
  /* line 3141, app/assets/stylesheets/responsive.css.scss */
  .product-additional .block-product-additional img {
    width: 100%;
  }
  /* line 3144, app/assets/stylesheets/responsive.css.scss */
  .footer-column {
    margin-right: 15px;
  }
  /* line 3145, app/assets/stylesheets/responsive.css.scss */
  footer address em {
    vertical-align: top !important;
  }
  /* line 3146, app/assets/stylesheets/responsive.css.scss */
  footer address span {
    width: 90%;
  }
  /* line 3149, app/assets/stylesheets/responsive.css.scss */
  .social h4 {
    margin: 6px 0 5px;
  }
  /* line 3152, app/assets/stylesheets/responsive.css.scss */
  .footer-bottom .company-links li {
    float: left;
  }
  /* line 3156, app/assets/stylesheets/responsive.css.scss */
  #sequence-theme .controls a {
    background-size: 50px;
  }
  /* line 3159, app/assets/stylesheets/responsive.css.scss */
  .welcome-msg {
    float: left;
  }
  /* line 3162, app/assets/stylesheets/responsive.css.scss */
  .search-box {
    width: 240px;
  }
  /* line 3165, app/assets/stylesheets/responsive.css.scss */
  #search {
    padding: 3px 6px;
    width: 230px;
  }
  /* line 3169, app/assets/stylesheets/responsive.css.scss */
  .search-btn-bg {
    position: absolute;
    padding: 6px 5px;
    height: 26px;
    right: 10px;
  }
  /* line 3175, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper, #nav.classic .parent > ul {
    padding-top: 15px;
  }
  /* line 3178, app/assets/stylesheets/responsive.css.scss */
  #nav ul.level0 > li {
    width: 14.2%;
  }
  /* line 3181, app/assets/stylesheets/responsive.css.scss */
  #nav ul.level0 > li.last {
    width: 136px;
  }
  /* line 3184, app/assets/stylesheets/responsive.css.scss */
  #nav ul.level1 > li a {
    display: inline-flex;
    float: none;
  }
  /* line 3188, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add .push_item {
    width: 22.3%;
    height: auto;
    margin-right: 15px;
  }
  /* line 3193, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add .push_item img {
    width: 100%;
    height: auto;
  }
  /* line 3197, app/assets/stylesheets/responsive.css.scss */
  #nav ul.level0 > li .cat-img img {
    width: 100%;
  }
  /* line 3200, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add .push_item .push_img a {
    height: 95px;
    width: 100%;
  }
  /* line 3204, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add .push_item_last {
    width: 23.3%;
  }
  /* line 3207, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add .push_item_last img {
    width: 100%;
  }
  /* line 3210, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper, #nav.classic .parent > ul {
    margin: auto;
    padding: 10px 4px 10px 0px;
  }
  /* line 3214, app/assets/stylesheets/responsive.css.scss */
  #nav .grid12-8 ul.level0 > li {
    width: 22% !important;
  }
  /* line 3217, app/assets/stylesheets/responsive.css.scss */
  .nav-block-center {
    margin-top: 5px;
  }
  /* line 3220, app/assets/stylesheets/responsive.css.scss */
  .grid12-5 {
    width: 23%;
  }
  /* line 3223, app/assets/stylesheets/responsive.css.scss */
  .grid12-5 img {
    width: 100%;
  }
  /* line 3226, app/assets/stylesheets/responsive.css.scss */
  .grid12-3 {
    width: 22%;
  }
  /* line 3229, app/assets/stylesheets/responsive.css.scss */
  .grid12-3 img {
    width: 100%;
  }
  /* line 3232, app/assets/stylesheets/responsive.css.scss */
  #nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper p {
    font-size: 12px;
  }
  /* line 3235, app/assets/stylesheets/responsive.css.scss */
  .grid12-4 {
    width: 30%;
    margin: 5px 20px 0 0;
  }
  /* line 3239, app/assets/stylesheets/responsive.css.scss */
  .grid12-4 a img {
    width: 100%;
  }
  /* line 3242, app/assets/stylesheets/responsive.css.scss */
  .grid12-8 ul.level0 > li {
    width: 185px !important;
  }
  /* line 3245, app/assets/stylesheets/responsive.css.scss */
  .grid12-8 .cat-img img {
    width: 185px !important;
  }
  /* line 3248, app/assets/stylesheets/responsive.css.scss */
  .grid13-8 {
    width: 71%;
  }
  /* line 3251, app/assets/stylesheets/responsive.css.scss */
  .grid12-8 {
    width: 65%;
  }
  /* line 3254, app/assets/stylesheets/responsive.css.scss */
  #nav .grid13-8 ul.level0 > li {
    width: 150px;
  }
  /* line 3257, app/assets/stylesheets/responsive.css.scss */
  .slideshow-wrapper .browse-button, .slideshow-wrapper .tab-pager {
    z-index: 5;
  }
  /* line 3260, app/assets/stylesheets/responsive.css.scss */
  .cat-img img {
    width: 170px;
  }
  /* line 3263, app/assets/stylesheets/responsive.css.scss */
  .fl-custom-tabmenu .grid12-5 img {
    width: 100%;
  }
  /* line 3266, app/assets/stylesheets/responsive.css.scss */
  #nav .level0-wrapper .nav-add {
    padding-left: 10px;
  }
  /* line 3269, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .basket a {
    min-width: 100% !important;
    margin: 0px 0px 0px 10px;
  }
  /* line 3273, app/assets/stylesheets/responsive.css.scss */
  .header-container .right_menu {
    margin-top: 8px;
  }
  /* line 3276, app/assets/stylesheets/responsive.css.scss */
  .the-slideshow .slideshow .slide img {
    width: 100%;
  }
  /* line 3279, app/assets/stylesheets/responsive.css.scss */
  .navbar-collapse {
    margin-left: 0;
  }
  /* line 3282, app/assets/stylesheets/responsive.css.scss */
  .navbar-form .search-btn {
    width: 55px;
  }
  /* line 3285, app/assets/stylesheets/responsive.css.scss */
  ul.slideshow {
    height: 330px !important;
  }
  /* line 3288, app/assets/stylesheets/responsive.css.scss */
  .slideshow-wrapper .backward {
    width: 25px;
    top: 40%;
  }
  /* line 3292, app/assets/stylesheets/responsive.css.scss */
  .slideshow-wrapper .forward {
    top: 40%;
    background: url(/../images/slideshow-arrows.png) -76px 0 no-repeat;
    width: 25px;
  }
  /* line 3297, app/assets/stylesheets/responsive.css.scss */
  .slideshow-wrapper .forward:hover {
    background-position: -76px -66px;
  }
  /* line 3300, app/assets/stylesheets/responsive.css.scss */
  .caption.light1 {
    right: 4% !important;
    margin-right: 15% !important;
    top: 8% !important;
    width: 500px !important;
    padding-top: 10px !important;
  }
  /* line 3307, app/assets/stylesheets/responsive.css.scss */
  .caption.light1 .heading {
    font-size: 40px;
    margin-top: 0px;
  }
  /* line 3311, app/assets/stylesheets/responsive.css.scss */
  .caption .normal-text1 {
    display: none;
  }
  /* line 3314, app/assets/stylesheets/responsive.css.scss */
  .caption.light1 .badge {
    margin-top: -190px !important;
  }
  /* line 3317, app/assets/stylesheets/responsive.css.scss */
  .caption.top-center {
    padding-top: 4% !important;
    width: 400px !important;
  }
  /* line 3321, app/assets/stylesheets/responsive.css.scss */
  .caption .normal-text {
    font-size: 20px !important;
    margin-bottom: 0px !important;
  }
  /* line 3325, app/assets/stylesheets/responsive.css.scss */
  .caption .heading {
    font-size: 34px !important;
    margin: 0px !important;
  }
  /* line 3329, app/assets/stylesheets/responsive.css.scss */
  .caption p {
    padding: 10px 0px !important;
  }
  /* line 3332, app/assets/stylesheets/responsive.css.scss */
  .caption .intro-btn a {
    padding: 10px 20px !important;
  }
  /* line 3335, app/assets/stylesheets/responsive.css.scss */
  .caption .intro-btn {
    margin-top: 0px !important;
    padding: 5px 0px !important;
  }
  /* line 3339, app/assets/stylesheets/responsive.css.scss */
  .caption.top-left {
    padding-left: 0% !important;
    margin-left: 24% !important;
  }
  /* line 3343, app/assets/stylesheets/responsive.css.scss */
  .service-section .services {
    width: auto;
  }
  /* line 3346, app/assets/stylesheets/responsive.css.scss */
  .caption.light1 .heading {
    font-size: 62px !important;
  }
  /* line 3350, app/assets/stylesheets/responsive.css.scss */
  .offer-inner .left .col-1 img {
    width: 100%;
  }
  /* line 3353, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-producttabs .thm-mart-pdt-content ul.pdt-list li {
    width: 23%;
    margin-left: 15px;
  }
  /* line 3357, app/assets/stylesheets/responsive.css.scss */
  .thm-mart-pdt-content a.link-compare {
    padding: 6px 8px;
  }
  /* line 3363, app/assets/stylesheets/responsive.css.scss */
  .latest-blog {
    padding: 0px;
  }
  /* line 3365, app/assets/stylesheets/responsive.css.scss */
  .breadcrumbs ul {
    padding: 0px 23px;
  }
  /* line 3368, app/assets/stylesheets/responsive.css.scss */
  .breadcrumbs a, .breadcrumbs strong {
    font-size: 20px;
  }
  /* line 3371, app/assets/stylesheets/responsive.css.scss */
  .page-title h2 {
    font-size: 30px;
  }
  /* line 3374, app/assets/stylesheets/responsive.css.scss */
  .cat-img-title.cat-box {
    width: 60%;
    left: 6%;
    top: 5%;
  }
  /* line 3379, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons a {
    left: 5px;
    padding: 2px 3px 10px 0px;
    height: 40px;
    width: 40px;
  }
  /* line 3385, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons .owl-prev a:before {
    font-size: 20px;
    padding: 0px 13px;
    line-height: 34px;
  }
  /* line 3390, app/assets/stylesheets/responsive.css.scss */
  .category-description .slider-items-products .owl-buttons .owl-next a:before {
    font-size: 20px;
    padding: 0px 13px;
    line-height: 34px;
  }
  /* line 3396, app/assets/stylesheets/responsive.css.scss */
  .block-cart .block-title {
    font-size: 20px;
  }
  /* line 3399, app/assets/stylesheets/responsive.css.scss */
  .toolbar .pager {
    float: right;
    margin: 0px 0px;
    width: 70%;
  }
  /* line 3404, app/assets/stylesheets/responsive.css.scss */
  .pager .pages li a {
    /*	padding: 2px 8px;*/
  }
  /* line 3408, app/assets/stylesheets/responsive.css.scss */
  .box-category > ul > li ul > li > a {
    padding: 6px 10px !important;
  }
  /* line 3411, app/assets/stylesheets/responsive.css.scss */
  .col-left .block-cart ul li.item {
    display: inline-block;
  }
  /* line 3414, app/assets/stylesheets/responsive.css.scss */
  .col-left .block-cart .block-content ul li .product-details {
    width: 55%;
  }
  /* line 3417, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories {
    margin-bottom: 30px;
  }
  /* line 3420, app/assets/stylesheets/responsive.css.scss */
  .category-products {
    overflow: hidden;
    padding: 0px 13px 0px 13px;
  }
  /* line 3424, app/assets/stylesheets/responsive.css.scss */
  ol#compare-items li a.product-name {
    width: 75%;
  }
  /* line 3427, app/assets/stylesheets/responsive.css.scss */
  #recently-viewed-items .product-name {
    width: 90%;
  }
  /* line 3430, app/assets/stylesheets/responsive.css.scss */
  .block-banner img {
    width: 100%;
  }
  /* line 3433, app/assets/stylesheets/responsive.css.scss */
  .block .block-content {
    /*padding: 5px 8px;*/
  }
  /* line 3436, app/assets/stylesheets/responsive.css.scss */
  .block {
    margin: 0px 0px 25px 0px;
  }
  /* line 3439, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-shop {
    width: 66%;
    margin-left: 15px;
  }
  /* line 3443, app/assets/stylesheets/responsive.css.scss */
  .products-list button.button span {
    font-weight: normal;
    display: none;
  }
  /* line 3447, app/assets/stylesheets/responsive.css.scss */
  .products-list .add-to-links span {
    display: none;
  }
  /* line 3450, app/assets/stylesheets/responsive.css.scss */
  .products-list .btn-cart:before {
    padding-right: 0px;
  }
  /* line 3453, app/assets/stylesheets/responsive.css.scss */
  .products-list .actions .add-to-links a.link-wishlist {
    margin-right: 0px;
  }
  /* line 3456, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-image {
    width: 30%;
  }
  /* line 3459, app/assets/stylesheets/responsive.css.scss */
  .products-list .item a img {
    width: 100%;
  }
  /* line 3462, app/assets/stylesheets/responsive.css.scss */
  .product-view .email-friend a span {
    display: none;
  }
  /* line 3465, app/assets/stylesheets/responsive.css.scss */
  .product-view .add-to-links span {
    display: none;
  }
  /* line 3468, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-1 h2 {
    font-size: 20px;
  }
  /* line 3471, app/assets/stylesheets/responsive.css.scss */
  .col2-set .col-2 h2 {
    font-size: 20px;
  }
  /* line 3474, app/assets/stylesheets/responsive.css.scss */
  .block-progress .block-content {
    /*padding: 0px 10px;*/
  }
  /* line 3477, app/assets/stylesheets/responsive.css.scss */
  .col-lg-8.col-md-8.col-sm-8.col-xs-12.col1 {
    text-align: left;
  }
  /* line 3478, app/assets/stylesheets/responsive.css.scss */
  .newsletter-wrap input[type="text"] {
    width: 436px !important;
  }
  /* line 3480, app/assets/stylesheets/responsive.css.scss */
  footer .co-info {
    padding: 40px 15px 0;
  }
  /* line 3483, app/assets/stylesheets/responsive.css.scss */
  .footer-column {
    width: 27%;
  }
  /* line 3486, app/assets/stylesheets/responsive.css.scss */
  footer a {
    font-size: 15px;
  }
  /* line 3489, app/assets/stylesheets/responsive.css.scss */
  .home-slider5 .info {
    left: 10%;
    width: 1199px;
  }
}

@media (min-width: 1240px) and (max-width: 1500px) {
  /* line 3495, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter h2 {
    width: 100%;
    min-width: 212px;
    display: block;
  }
  /* line 3496, app/assets/stylesheets/responsive.css.scss */
  .sidebar .section-filter h2:after {
    content: none;
  }
  /* line 3497, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories .block-title {
    min-width: 212px;
    display: block;
  }
  /* line 3498, app/assets/stylesheets/responsive.css.scss */
  .side-nav-categories .block-title:after {
    content: none;
  }
  /* line 3499, app/assets/stylesheets/responsive.css.scss */
  .block .block-title {
    min-width: 212px;
    display: block;
  }
  /* line 3500, app/assets/stylesheets/responsive.css.scss */
  .block .block-title:after {
    content: none;
  }
  /* line 3501, app/assets/stylesheets/responsive.css.scss */
  .blog-side h2 {
    width: 200px;
  }
  /* line 3502, app/assets/stylesheets/responsive.css.scss */
  .blog-side h2:after, .popular-posts h2:after, .widget_recent_entries h2:after, widget_recent_comments h2:after {
    right: -30px;
  }
  /* line 3503, app/assets/stylesheets/responsive.css.scss */
  .blog-side .featured-thumb {
    width: 100%;
    float: none;
  }
  /* line 3504, app/assets/stylesheets/responsive.css.scss */
  .blog-side .featured-thumb img {
    width: 100%;
  }
  /* line 3506, app/assets/stylesheets/responsive.css.scss */
  .block-cart ul li.item img {
    width: 50px;
  }
  /* line 3509, app/assets/stylesheets/responsive.css.scss */
  ol#compare-items li a.product-name {
    width: auto;
  }
  /* line 3511, app/assets/stylesheets/responsive.css.scss */
  footer .co-info {
    padding: 40px 15px 0;
  }
  /* line 3514, app/assets/stylesheets/responsive.css.scss */
  .footer-column {
    width: 27%;
  }
  /* line 3517, app/assets/stylesheets/responsive.css.scss */
  .slider-items-products .item img {
    width: 100%;
  }
  /* line 3521, app/assets/stylesheets/responsive.css.scss */
  .header-banner .call-us i {
    margin-left: 8px;
  }
  /* line 3524, app/assets/stylesheets/responsive.css.scss */
  .header-banner .call-us {
    text-align: center;
    font-size: 16px;
  }
  /* line 3528, app/assets/stylesheets/responsive.css.scss */
  #nav > li > a > span {
    padding: 0 13px;
  }
  /* line 3531, app/assets/stylesheets/responsive.css.scss */
  #nav > li > a {
    font-size: 16px;
  }
  /* line 3534, app/assets/stylesheets/responsive.css.scss */
  .fl-links .clicker {
    padding: 0px 0px 0px 10px;
  }
  /* line 3537, app/assets/stylesheets/responsive.css.scss */
  .mini-cart .basket a {
    margin: 0px 0px 0px 0px;
  }
  /* line 3540, app/assets/stylesheets/responsive.css.scss */
  .section-filter {
    width: 100%;
  }
  /* line 3543, app/assets/stylesheets/responsive.css.scss */
  .home-slider5 .info {
    left: 10%;
    width: 1300px;
  }
  /* line 3547, app/assets/stylesheets/responsive.css.scss */
  .toolbar .pager {
    float: right;
    margin: 6px 0px;
    width: 70%;
  }
  /* line 3553, app/assets/stylesheets/responsive.css.scss */
  .products-list button.button span {
    font-weight: normal;
  }
  /* line 3557, app/assets/stylesheets/responsive.css.scss */
  .products-list .add-to-links span {
    display: none;
  }
  /* line 3560, app/assets/stylesheets/responsive.css.scss */
  .products-list .btn-cart:before {
    padding-right: 0px;
  }
  /* line 3563, app/assets/stylesheets/responsive.css.scss */
  .products-list .actions .add-to-links a.link-wishlist {
    margin-right: 0px;
  }
  /* line 3567, app/assets/stylesheets/responsive.css.scss */
  .button-clear:before {
    padding-right: 0px;
  }
  /* line 3570, app/assets/stylesheets/responsive.css.scss */
  .blog-wrapper .entry-date {
    top: 39px;
  }
}

@media (max-width: 767px) {
  /* line 3576, app/assets/stylesheets/responsive.css.scss */
  .page-heading {
    margin-top: 0px;
    padding: 25px 0px;
  }
  /* line 3577, app/assets/stylesheets/responsive.css.scss */
  .blog-wrapper .entry-date {
    top: 42px;
  }
  /* line 3581, app/assets/stylesheets/responsive.css.scss */
  .page-not-found img {
    width: 100%;
  }
  /* line 3582, app/assets/stylesheets/responsive.css.scss */
  .multiple_addresses .title-buttons {
    text-align: left;
  }
  /* line 3583, app/assets/stylesheets/responsive.css.scss */
  .data-table .price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  /* line 3591, app/assets/stylesheets/responsive.css.scss */
  .assetBlock {
    margin-left: 10px !important;
  }
  /* line 3595, app/assets/stylesheets/responsive.css.scss */
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 3600, app/assets/stylesheets/responsive.css.scss */
  .container .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 3605, app/assets/stylesheets/responsive.css.scss */
  .container .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 3609, app/assets/stylesheets/responsive.css.scss */
  .container .feature-box {
    margin-right: 0;
  }
  /* line 3613, app/assets/stylesheets/responsive.css.scss */
  .container .section-filter {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 3617, app/assets/stylesheets/responsive.css.scss */
  .container .section-filter h2 {
    margin-left: -10px;
  }
  /* line 3623, app/assets/stylesheets/responsive.css.scss */
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
  /* line 3635, app/assets/stylesheets/responsive.css.scss */
  .section-filter {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 3640, app/assets/stylesheets/responsive.css.scss */
  .home-slider5 {
    margin-top: 0;
  }
  /* line 3644, app/assets/stylesheets/responsive.css.scss */
  .top-cate {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 3649, app/assets/stylesheets/responsive.css.scss */
  .product-grid {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  /* line 3656, app/assets/stylesheets/responsive.css.scss */
  .toolbar .pager {
    float: none;
  }
  /* line 3659, app/assets/stylesheets/responsive.css.scss */
  .toolbar .pager .pages {
    float: none;
  }
  /* line 3663, app/assets/stylesheets/responsive.css.scss */
  .toolbar .pager .pages li a {
    padding: 20px;
  }
  /* line 3671, app/assets/stylesheets/responsive.css.scss */
  .category-products {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 3677, app/assets/stylesheets/responsive.css.scss */
  .special-price .price {
    font-size: 22px;
  }
  /* line 3684, app/assets/stylesheets/responsive.css.scss */
  .products-list .item.first {
    padding-bottom: 0;
  }
  /* line 3688, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-image {
    position: relative;
  }
  /* line 3691, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-name {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 3695, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-shop {
    margin-bottom: 0;
  }
  /* line 3697, app/assets/stylesheets/responsive.css.scss */
  .products-list .product-shop .price-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 3702, app/assets/stylesheets/responsive.css.scss */
  .products-list button.button {
    width: 100%;
    padding: 20px 20px 20px 20px !important;
  }
  /* line 3705, app/assets/stylesheets/responsive.css.scss */
  .products-list button.button span {
    display: inline-block;
    font-size: 20px;
  }
  /* line 3712, app/assets/stylesheets/responsive.css.scss */
  .product-essential {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 3718, app/assets/stylesheets/responsive.css.scss */
  .product-img-box.col-xs-12 {
    width: 100%;
  }
  /* line 3723, app/assets/stylesheets/responsive.css.scss */
  .flex-direction-nav {
    display: none;
  }
  /* line 3728, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-name {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 3732, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop {
    padding-left: 10px;
  }
  /* line 3734, app/assets/stylesheets/responsive.css.scss */
  .product-view .product-shop .price-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 3741, app/assets/stylesheets/responsive.css.scss */
  .product-essential {
    margin-bottom: 0;
  }
  /* line 3746, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs table {
    margin-left: 10px;
  }
  /* line 3751, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs table tbody tr.mobile-60 {
    width: 60%;
  }
  /* line 3752, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs table tbody tr.mobile-40 {
    width: 40%;
  }
  /* line 3753, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs table tbody tr.mobile-50 {
    width: 50%;
  }
  /* line 3754, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs table tbody tr.mobile-65 {
    width: 65%;
  }
  /* line 3755, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs table tbody tr.mobile-35 {
    width: 35%;
  }
  /* line 3758, app/assets/stylesheets/responsive.css.scss */
  #summarySpecs table tbody tr td.mobile-right {
    float: right;
    padding-right: 25px;
  }
  /* line 3768, app/assets/stylesheets/responsive.css.scss */
  .products-grid .item .item-inner .item-img .item-img-info {
    height: 100px;
  }
}

@media (min-width: 1200px) {
  /* line 3775, app/assets/stylesheets/responsive.css.scss */
  .container .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  /* line 3782, app/assets/stylesheets/responsive.css.scss */
  .b-filter__btns .btn {
    margin-top: 400px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 3788, app/assets/stylesheets/responsive.css.scss */
  .products-grid .item .item-inner .item-img .item-img-info {
    height: 290px;
  }
  /* line 3792, app/assets/stylesheets/responsive.css.scss */
  .products-grid .item .item-inner .item-img .item-img-info.home-img-info {
    height: 110px;
  }
  /* line 3796, app/assets/stylesheets/responsive.css.scss */
  .products-grid .item .item-inner .item-info .info-inner {
    height: 200px;
  }
  /* line 3800, app/assets/stylesheets/responsive.css.scss */
  .other-info {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  /* line 3806, app/assets/stylesheets/responsive.css.scss */
  .products-grid .item .item-inner .item-img .item-img-info {
    height: 120px;
  }
  /* line 3810, app/assets/stylesheets/responsive.css.scss */
  .products-grid .item .item-inner .item-info .info-inner {
    height: 250px;
  }
  /* line 3814, app/assets/stylesheets/responsive.css.scss */
  .other-info {
    padding-top: 10px;
  }
}
/* line 1, app/assets/stylesheets/showroom.css.scss */
.showroom-header {
  background: #2f333e;
  height: 50px;
  width: 100%;
}

/* line 7, app/assets/stylesheets/showroom.css.scss */
.showroom-footer {
  background: #2f333e;
  height: 80px;
  width: 100%;
  bottom: 0;
  position: fixed;
  display: block;
}

/* line 15, app/assets/stylesheets/showroom.css.scss */
.showroom-footer h1 {
  color: white;
  text-align: center;
  font-family: 'Saira Condensed', sans-serif;
}

/* line 23, app/assets/stylesheets/showroom.css.scss */
.showroom-content .showroom-picture {
  width: auto;
  max-height: 500px;
}

/* line 28, app/assets/stylesheets/showroom.css.scss */
.showroom-content .swiper-slide {
  padding: 20px 50px;
  height: 100%;
}

/* line 33, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-title {
  color: #2f333e;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 50px;
}

/* line 39, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-title p {
  font-size: 22px;
  font-weight: normal;
  margin-top: 45px;
}

/* line 46, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-header-subtitle {
  margin-top: 50px;
  font-size: 18px;
  display: block;
  color: #a30a00;
  margin-bottom: 35px;
}

/* line 54, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-price {
  position: absolute;
  right: 50px;
  top: 100px;
  font-size: 64px;
  text-align: right;
}

/* line 61, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-price .old-price {
  font-size: 36px;
  text-decoration: line-through;
}

/* line 66, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-price p {
  font-weight: bold;
  color: #a30a00;
  margin-top: 35px;
}

/* line 72, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-price .reference {
  font-size: 25px;
  margin-top: 20px;
  font-weight: bold;
}

/* line 79, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-info {
  bottom: 15px;
  position: absolute;
  width: 45%;
  right: 0;
}

/* line 85, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-info .summary {
  font-size: 25px;
  margin-bottom: 35px;
}

/* line 90, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-info ul {
  font-size: 25px;
  margin-top: 40px;
}

/* line 94, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-info ul li {
  margin-bottom: 10px;
}

/* line 99, app/assets/stylesheets/showroom.css.scss */
.showroom-content .car-info p {
  font-size: 35px;
  font-weight: bold;
}

/* line 106, app/assets/stylesheets/showroom.css.scss */
.price-reduction {
  font-size: 28px;
  background: #50b2fc;
  display: inline-block;
  margin-left: 15px;
  padding: 8px 10px;
  border-radius: 20px;
  margin-top: 25px;
}
@media print {
  /* line 2, app/assets/stylesheets/print.css.scss */
  .container {
    width: 100%;
  }
  /* line 5, app/assets/stylesheets/print.css.scss */
  .product-essential {
    padding-top: 0;
    border: none;
  }
  /* line 9, app/assets/stylesheets/print.css.scss */
  #summarySpecs h2 {
    background: #a30a00 !important;
    color: white !important;
  }
  /* line 12, app/assets/stylesheets/print.css.scss */
  #summarySpecs h2:after {
    background-color: inherit !important;
  }
  /* line 16, app/assets/stylesheets/print.css.scss */
  .product-view .product-shop .price {
    color: #fb4e4a !important;
  }
  /* line 19, app/assets/stylesheets/print.css.scss */
  .product-view .product-shop .reduction-price {
    background: #50b2fc !important;
  }
  /* line 22, app/assets/stylesheets/print.css.scss */
  .odd {
    background-color: #f8f8f8 !important;
  }
  /* line 25, app/assets/stylesheets/print.css.scss */
  .product-img-box {
    -webkit-print-color-adjust: exact !important;
    width: 78% !important;
    margin-left: 11% !important;
    margin-right: 11% !important;
  }
  /* line 31, app/assets/stylesheets/print.css.scss */
  .product-shop {
    width: 100% !important;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *













 */
