/** Shopify CDN: Minification failed

Line 134:0 Unexpected "#96852037"
Line 1044:2 Expected identifier but found "*"
Line 1097:2 Expected identifier but found "*"
Line 1219:2 Expected identifier but found "*"
Line 1286:4 Expected identifier but found "*"
Line 1741:10 Expected identifier but found "*"
Line 1756:10 Expected identifier but found "*"
Line 2646:4 Expected identifier but found "*"
Line 2692:4 Expected identifier but found "*"
Line 2717:6 Expected identifier but found "*"
... and 4 more hidden warnings

**/
#cyvwb-popup, #rafvt-popup .cc-overlay {
  display: none !important; }

/*-----------------------------------------------------------------------------
-	Theme Setting Stylesheet  -
version:   	1.0.0
date:      	23/10/15
author:		EngoCreative
email:     	info@engocreative.com
website:   	http://www.engocreative.com
-----------------------------------------------------------------------------*/
/*================ Variables, theme settings, and Sass mixins ================*/
/*================ Global | Sass Mixins ================*/
/*============================================================================
Layer promotion mixin for creating smoother animations with higher FPS.
==============================================================================*/
/*============================================================================
Dependency-free breakpoint mixin
- Based on http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
- Usage docs: http://shopify.github.io/Timber/#sass-mixins
==============================================================================*/
/*================ Variables ================*/
/*
$colorFooterBg: ;
$colorFooterText: ;
*/
svg path,
svg rect {
  fill: #ffee38; }

/* AJAX TOOL */
.loading-icon {
  position: fixed;
  z-index: 9999;
  width: 100%;
  text-align: center;
  top: 48%;
  left: 0;
  display: none; }

/* toggle-menu */
.toggle-menu .sub-menu {
  padding: 0 0 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s; }
  .toggle-menu .sub-menu.active {
    max-height: 500px;
    padding-bottom: 10px; }

/*============================================================================
#Helper Classes
==============================================================================*/
.p-absolute {
  position: absolute !important; }

.p-fixed {
  position: fixed !important; }

.p-static {
  position: static !important; }

.p-relative {
  position: relative !important; }

.f-left {
  float: left !important; }

.f-right {
  float: right !important; }

.f-none {
  float: none !important; }

.a-left, .text-left {
  text-align: left !important; }

.a-right, .text-right {
  text-align: right !important; }

.a-center, .text-center {
  text-align: center !important; }

.no-background {
  background: none !important; }

.parallax {
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.list-inline li {
  display: inline-block; }

.p-mid {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(50px) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.flexbox-container, .engo-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

#96852037 {
  margin-top: 50px; }

.tp-simpleresponsive img {
  max-width: 100% !important; }

.category-grid-item h3, .category-grid-item .h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 15px; }

.category-grid-item {
  width: 19.6%;
  float: left;
  text-align: center; }

.category-grid-item img {
  margin: 40px auto 0; }

#engo-3, .tp-bullets, .blog-date {
  display: none !important; }

.main-nav .dropdown .sub-menu li a:before {
  width: 0px !important;
  height: 0px !important; }

.product-half-image, .product-youtube-half {
  width: 50%;
  float: left;
  margin-bottom: 20px; }

.product-col-3 {
  width: 30%;
  float: left;
  height: 400px;
  margin-right: 35px; }

.template-product .e-newletter {
  display: none; }

.main-slider a.tp-caption {
  letter-spacing: 0 !important; }

.main-slider {
  padding-top: 100px !important; }

.main-slider .tp-simpleresponsive a {
  background: #ffee37 !important;
  color: #000 !important;
  border-radius: 50px !important;
  -moz-box-shadow: 3px 3px 3px #000;
  -webkit-box-shadow: 3px 3px 3px #000;
  box-shadow: 3px 3px 3px #000;
  font-weight: bold !important;
  padding: 10px 30px !important; }

.main-slider .tp-simpleresponsive {
  color: #000 !important;
  font-weight: bold !important; }

.header-search img {
  max-width: 20px !important;
  margin-top: -1px !important; }

.swiper-slide {
  height: 75px !important;
  width: 75px !important;
  margin-bottom: 10px; }

.swiper-slide img {
  height: 75px !important;
  width: 75px !important;
  border: 1px solid #ccc !important; }

.product-media {
  height: 500px !important; }

.product-media .product-single-photos img {
  border: 1px solid #ccc !important; }

.swiper-container {
  width: 75px !important; }

.swiper-wrapper {
  transform: translate3d(0, 0px, 0px) !important; }

@media only screen and (max-width: 600px) {
  .product-half-image, .product-youtube-half {
    width: 100%;
    float: left; }

  .product-col-3 {
    width: 100%;
    float: left;
    height: auto;
    margin-right: 0px; }

  .category-grid-item h3, .category-grid-item .h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px; }

  .category-grid-item {
    width: 100%;
    text-align: center; }

  .category-grid-item img {
    margin: 40px auto 0; }

  .lena-banner img {
    width: 200px !important;
    height: 200px !important; }

  .main-slider {
    margin-bottom: 0px !important; } }
#contact .social {
  display: none; }

#contact .footer .social {
  display: block !important; }

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.f-box {
  margin-bottom: 15px; }

.links {
  list-style: none; }
  .links a {
    text-decoration: none;
    display: block;
    line-height: 26px; }
  .links.links-inline li {
    float: left;
    margin-right: 10px; }
    .links.links-inline li:last-child {
      margin-right: 0; }

a, button, input, form {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #b5b5b5; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b5b5b5; }

/*============================================================================
#Typography variables
==============================================================================*/
.product-name,
.article h2,
.article .h2,
input, textarea {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", sans-serif !important; }

.main-nav > li > a,
.cart-page-link .cart-count,
.ajaxcart__footer p,
.rv-heading,
.tab-link,
.blog-date span,
.readmore,
input[type=submit],
table th,
.block-content ul a,
.swatch .header,
label,
.money,
.total .label,
.mini-cartContent .btn-checkout,
.comment-info strong {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif !important;
  font-weight: 700; }

.comment-count,
#breadcrumbs,
.CartCount,
.btn-addToCart,
.label-sale,
.tab-viewall,
.btn,
.btn-secondary,
.rte .btn-secondary,
#mini-cart .qty,
.total .price,
.actions .btn-cart,
.header-v1 .top-info a,
.header-v1 select,
.dropdown-label,
.dropdown-toggle,
.btn-select-option,
.sub-menu a,
.pagination-custom a,
.pagination-custom span,
.author, .money, .price, .price-box, .prices, .total-price,
.rv-description {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif !important; }

#engo-2 {
  margin: -50px 0 0 !important; }

.box-emptyspace {
  display: none; }

.shop-cat-item {
  border: 1px solid #ffee38; }

.homepage-content {
  border-top: 5px solid #ffee38; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.4; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.4;
  color: black; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1 {
  font-size: 3.6rem; }

h2, .h2 {
  font-size: 2.8rem; }

h3, .h3 {
  font-size: 2.2rem; }

h4, .h4 {
  font-size: 2.0rem; }

h5, .h5 {
  font-size: 1.6rem; }

h6, .h6 {
  font-size: 1.4rem; }

p {
  margin: 0 0 15 0; }
  p img {
    margin: 0; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

#breadcrumbs .collection-info {
  display: none !important; }

#vnavs-wrp-el {
  display: none !important; }

/*================ Blockquotes ================*/
blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30;
  padding: 15 30;
  border-left: 1px solid #dddddd; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 15; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: '\2014 \0020'; }

/*================ Code ================*/
code, pre {
  background-color: #faf7f5;
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62; }

pre {
  overflow: auto;
  padding: 15;
  margin: 0 0 30; }

/*================ Horizontal Rules ================*/
hr {
  clear: both;
  border-top: solid #dddddd;
  border-width: 1px 0 0;
  margin: 30 0;
  height: 0; }
  hr.hr-small {
    margin: 15 0; }
  hr.hr-clear {
    border-top-color: transparent; }

/*============================================================================
#Normalize
==============================================================================*/
*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0; }

html {
  font-size: 62.5%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

body {
  position: relative;
  color: black;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", sans-serif; }

.template-index .main-content {
  margin: 0; }

.main-content {
  position: relative;
  z-index: 9; }

:focus {
  outline: none; }

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

/*============================================================================
#Rich Text Editor
==============================================================================*/
.rte {
  margin-bottom: 15; }
  .rte a {
    text-decoration: underline; }
  .rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
    margin-top: 2em; }
    .rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
      margin-top: 0; }
    .rte h1 a, .rte .h1 a, .rte h2 a, .rte .h2 a, .rte h3 a, .rte .h3 a, .rte h4 a, .rte .h4 a, .rte h5 a, .rte .h5 a, .rte h6 a, .rte .h6 a {
      text-decoration: none; }
  .rte > div {
    margin-bottom: 15; }
  .rte li {
    margin-bottom: 0.4em; }

.rte--header {
  margin-bottom: 0; }

/*============================================================================
#Links and Buttons
==============================================================================*/
a,
.text-link {
  color: #747474;
  text-decoration: none;
  background: transparent; }

a:hover, btn:focus,
a:focus {
  color: #9a9a9a;
  outline: none; }

button {
  overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

.btn, .btn-secondary,
.rte .btn-secondary,
.rte .btn,
.rte .btn-secondary {
  display: inline-block;
  line-height: 40px;
  padding: 0 18px;
  border: none;
  width: auto;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  /*================ Set primary button colors - can override later ================*/ }
  .btn.btn-primary, .btn-primary.btn-secondary,
  .rte .btn.btn-primary,
  .rte .btn-primary.btn-secondary {
    background-color: #ffee38;
    color: #212121; }
    .btn.btn-primary:hover, .btn-primary.btn-secondary:hover,
    .rte .btn.btn-primary:hover,
    .rte .btn-primary.btn-secondary:hover {
      background: #212121;
      color: #fff; }
  .btn:hover, .btn-secondary:hover,
  .rte .btn:hover,
  .rte .btn-secondary:hover {
    background-color: #ffea05;
    color: #212121; }
  .btn:active, .btn-secondary:active, .btn:focus, .btn-secondary:focus,
  .rte .btn:active,
  .rte .btn-secondary:active,
  .rte .btn:focus,
  .rte .btn-secondary:focus {
    background-color: #d1bf00;
    color: #212121;
    border: none; }
  .btn[disabled], [disabled].btn-secondary, .btn.disabled, .disabled.btn-secondary,
  .rte .btn[disabled],
  .rte [disabled].btn-secondary,
  .rte .btn.disabled,
  .rte .disabled.btn-secondary {
    cursor: default;
    color: #b6b6b6;
    background-color: #f6f6f6; }
  .btn.btn-sm, .btn-sm.btn-secondary,
  .rte .btn.btn-sm,
  .rte .btn-sm.btn-secondary {
    font-size: 1.4rem;
    line-height: 40px;
    padding: 0 20px; }
  .btn.btn-lg, .btn-lg.btn-secondary,
  .rte .btn.btn-lg,
  .rte .btn-lg.btn-secondary {
    font-size: 1.8rem;
    line-height: 45px;
    padding: 0 46px; }

.btn-secondary,
.rte .btn-secondary {
  line-height: 40px;
  font-size: 1.4rem;
  background-color: #212121;
  color: #ffee38; }
  .btn-secondary:hover,
  .rte .btn-secondary:hover {
    background-color: #080808;
    color: #ffee38; }
  .btn-secondary:active, .btn-secondary:focus,
  .rte .btn-secondary:active,
  .rte .btn-secondary:focus {
    background-color: black;
    color: #ffee38;
    border: none; }

.btn-small {
  padding: 4px 5px;
  font-size: em(12px); }

.btn-large {
  padding: 12px 15px;
  font-size: em(16px); }

.btn-full {
  width: 100%; }

/*============================================================================
#Lists
==============================================================================*/
ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

ul.square {
  list-style: square outside; }

ul.disc {
  list-style: disc outside; }

ol.alpha {
  list-style: lower-alpha outside; }

.no-bullets {
  list-style: none outside;
  margin-left: 0; }

.inline-list {
  margin-left: 0; }
  .inline-list li {
    display: inline-block;
    margin-bottom: 0; }

.list-info {
  font-size: 1.3rem;
  color: #555;
  line-height: 30px; }
  .list-info strong {
    margin: 0 5px 0 0; }

/*============================================================================
#Tables
==============================================================================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  table thead th {
    text-transform: uppercase;
    font-size: 1.8rem;
    border: none;
    padding-bottom: 15px;
    letter-spacing: 0.05em; }

.table-responsive {
  width: 100%;
  overflow-y: hidden; }

table.full {
  width: 100%;
  margin-bottom: 1em; }

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 15;
  border: 1px solid #dddddd;
  border-width: 1px 0;
  vertical-align: middle;
  padding: 10px; }

/*============================================================================
#OOCSS Media Object
- http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
==============================================================================*/
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media-img {
  float: left;
  margin-right: 30; }

.media-img-right {
  float: right;
  margin-left: 30; }

.media-img img,
.media-img-right img {
  display: block; }

/*============================================================================
#Images and Iframes
==============================================================================*/
img {
  border: 0 none;
  display: block; }

svg:not(:root) {
  overflow: hidden; }

img,
iframe {
  max-width: 100%; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*============================================================================
#Forms
==============================================================================*/
.tp-simpleresponsive a {
  border: 1px solid #000 !important;
  padding: 10px 20px !important;
  font-weight: bold !important; }

.tp-simpleresponsive a:hover {
  background: #000 !important;
  color: #fff !important; }

form {
  margin-bottom: 0; }

.form-vertical {
  margin-bottom: 15; }

/*================ Prevent zoom on touch devices in active inputs ================*/
input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

button {
  background: none;
  border: none;
  cursor: pointer; }

button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer; }

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

fieldset {
  border: 1px solid #dddddd;
  padding: 15; }

legend {
  border: 0;
  padding: 0; }

button,
input[type="submit"] {
  cursor: pointer; }

input,
textarea,
select {
  border: 1px solid #dddddd;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 0; }
  input:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #c4c4c4; }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6; }
  input.input-full,
  textarea.input-full,
  select.input-full {
    width: 100%; }

textarea {
  min-height: 100px; }

/*================ Input element overrides ================*/
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0;
  width: auto; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio; }

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//glidegear.net/cdn/shop/t/8/assets/ico-select.svg?v=161320694480170933321667871568");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

optgroup {
  font-weight: bold; }

option {
  color: #000;
  background-color: #fff; }

select::-ms-expand {
  display: none; }

/*================ Form labels ================*/
.hidden-label {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .ie9 .hidden-label, .lt-ie9 .hidden-label {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial; }

label[for] {
  cursor: pointer; }

/*================ Horizontal Form ================*/
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  margin-bottom: 10px; }
.form-vertical input[type="radio"],
.form-vertical input[type="checkbox"] {
  display: inline-block; }

/*================ Error styles ================*/
input.error,
select.error,
textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e; }

label.error {
  color: #d02e2e; }

/*================ Input Group ================*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .input-group-field:first-child,
  .input-group .input-group-btn:first-child,
  .input-group .input-group-btn:first-child > .btn,
  .input-group .input-group-btn:first-child > .btn-secondary,
  .input-group input[type="hidden"]:first-child + .input-group-field,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn-secondary {
    border-radius: 0 0 0 0; }
  .input-group .input-group-field:last-child,
  .input-group .input-group-btn:last-child > .btn,
  .input-group .input-group-btn:last-child > .btn-secondary {
    border-radius: 0 0 0 0; }
  .input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px; }

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group .btn, .input-group .btn-secondary,
.input-group .input-group-field {
  height: 37px; }

.input-group .input-group-field {
  width: 100%; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0; }

/*============================================================================
#Icons
==============================================================================*/
.icon-fallback-text .icon {
  display: none; }
  .supports-fontface .icon-fallback-text .icon {
    display: inline-block; }

/*============================================================================
#Page wrap
==============================================================================*/
/*============================================================================
#Dropdown
==============================================================================*/
.dropdown {
  position: relative;
  display: inline-block;
  *zoom: 1; }
  .dropdown:after {
    content: "";
    display: table;
    clear: both; }
  .dropdown .dropdown-toggle {
    position: relative; }
    .dropdown .dropdown-toggle:after {
      position: absolute;
      content: "";
      border-top: 4px solid #212121;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      height: 4px;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto; }
  .dropdown .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #f5f5f5;
    padding: 12px 20px 15px 10px;
    min-width: 100%; }
    .dropdown .dropdown-content.active {
      opacity: 1;
      visibility: visible;
      z-index: 9; }
    .dropdown .dropdown-content a {
      white-space: nowrap;
      display: block;
      padding: 3px 0; }
    .dropdown .dropdown-content .active a, .dropdown .dropdown-content a:hover {
      color: #000; }

.caret {
  display: block;
  margin-top: -2px;
  position: absolute;
  right: 22px;
  top: 50%;
  line-height: 1em; }
  .caret:after {
    position: absolute;
    content: "";
    border-top: 4px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }

.toolbar {
  *zoom: 1; }
  .toolbar:after {
    content: "";
    display: table;
    clear: both; }
  .toolbar .dropdown-toggle {
    float: left;
    border: 1px solid #212121;
    line-height: 32px;
    text-transform: uppercase;
    padding: 0 25px 0 10px; }
  .toolbar .collection-sorting {
    float: left;
    margin: 0 10px 25px 0; }
  .toolbar .view-mode {
    float: right; }
    .toolbar .view-mode a {
      border: 1px solid #b5b5b5;
      color: #b5b5b5;
      display: inline-block;
      font-size: 19px;
      height: 35px;
      line-height: 33px;
      margin-left: 5px;
      text-align: center;
      width: 35px; }
      .toolbar .view-mode a.active {
        border-color: #212121;
        color: #212121; }

/*============================================================================
#Header
==============================================================================*/
.template-index .h-fixed {
  position: absolute;
  background: none;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent; }

header.header-v1 .sticky-wrapper {
  height: auto !important; }

.h-fixed {
  background: url(//glidegear.net/cdn/shop/t/8/assets/fixed_header_bg.jpg?v=110598987389833574161667871486) top center no-repeat; }
  .h-fixed .is-sticky .header-wrap {
    background-color: rgba(0, 0, 0, 0.8); }

.topbar {
  border-bottom: solid 1px #FFEE38;
  background: #111111;
  color: #ffee38;
  line-height: 30px; }
  .topbar .topbar-inner {
    border-bottom: none; }
  .topbar a {
    color: #ffee38; }
  .topbar p, .topbar ul {
    margin: 0; }
  .topbar .account {
    color: #b5b5b5;
    position: relative;
    padding-left: 16px;
    margin: 0 0 0 5px; }
    .topbar .account li {
      font-size: 1.2rem;
      text-transform: uppercase; }
    .topbar .account a {
      font-weight: 700; }
    .topbar .account:after {
      content: "";
      width: 1px;
      height: 20px;
      background: #d5d5d5;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .topbar select {
    border: none;
    padding: 0 15px 0 0;
    font-size: 1.2rem;
    color: #555;
    background-position: calc(100% - 8px) 8px; }

.topbar select {
  color: #fff; }

.site-newsletter form input[type=email] {
  color: #fff !important;
  text-transform: uppercase; }

.topsocial a {
  color: #fff !important;
  font-size: 1.3rem; }

.topsocial {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #fff; }

.social a {
  color: #fff !important; }

.header-wrap {
  background: #212121;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .header-wrap.header-full .container {
    width: auto;
    padding: 0 40px; }

.collection-header.col-noimg {
  background-image: url(//glidegear.net/cdn/shop/t/8/assets/media-category.jpg?3904); }

/* Menu */
.main-nav {
  *zoom: 1; }
  .main-nav:after {
    content: "";
    display: table;
    clear: both; }
  .main-nav > li > a {
    color: #ffffff; }
    .main-nav > li > a .caret:after {
      border-top-color: #ffffff !important; }
  .main-nav > li:hover > a:before, .main-nav > li.active > a:before {
    width: 100%; }

/* Header v1 */
.template-index header.header-v1 > .topbar {
  display: none; }
.template-index header.header-v1 .topbar {
  line-height: 1.1em;
  background: transparent;
  margin-top: 40px; }
  .template-index header.header-v1 .topbar .account a {
    font-weight: 400;
    font-size: 1rem; }
.template-index header.header-v1 .top-menu {
  position: absolute;
  width: 100%;
  top: 53px;
  z-index: 99;
  padding: 0 70px; }
.template-index header.header-v1 .top-info {
  float: right;
  position: relative;
  padding: 0 0 0 20px; }
  .template-index header.header-v1 .top-info select, .template-index header.header-v1 .top-info a {
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    clear: both; }
  .template-index header.header-v1 .top-info:before {
    content: "";
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 8px);
    left: 0;
    top: 5px;
    background: #2a2a2b; }
  .template-index header.header-v1 .top-info .account {
    margin: 0;
    padding: 0; }
    .template-index header.header-v1 .top-info .account:after {
      display: none; }
.template-index header.header-v1 .sticky-wrapper .header-wrap {
  top: -120px;
  border-top: solid 1px #FFEE38;
  position: absolute;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms easet;
  transition: all 300ms ease; }
.template-index header.header-v1 .sticky-wrapper.is-sticky .header-wrap {
  top: 0; }

header.header-v1 .topbar {
  line-height: 30px; }
  header.header-v1 .topbar .topbar-inner {
    *zoom: 1;
    position: relative; }
    header.header-v1 .topbar .topbar-inner:after {
      content: "";
      display: table;
      clear: both; }
header.header-v1 select {
  color: #ffee38;
  position: relative;
  left: -4px;
  background-position: right center; }
header.header-v1 .topCart {
  margin: 0 25px 0 0;
  position: absolute;
  top: 50%;
  right: 100%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
header.header-v1 .sticky .topCart {
  position: relative;
  margin: 0 0 0 34px;
  top: 41px;
  right: 0;
  float: right; }
  header.header-v1 .sticky .topCart #cartCount img {
    height: 28px; }
header.header-v1 .sticky .header-search {
  margin-top: 33px; }

/* Header v3 */
header.header-v3 .topbar-inner {
  border-bottom: 1px solid #b5b5b5; }
header.header-v3 .header-bot {
  background: #212121; }
header.header-v3 .main-nav > li {
  margin: 0 4px; }
  header.header-v3 .main-nav > li > a {
    line-height: 35px;
    font-size: 1.3rem;
    color: #fff;
    padding: 0 25px;
    margin: 0; }
    header.header-v3 .main-nav > li > a:before {
      margin-top: -2px; }
    header.header-v3 .main-nav > li > a .caret {
      border-top-color: #fff;
      right: 15px; }
header.header-v3 .header-search {
  margin: 8px 8px 0 0; }
  header.header-v3 .header-search .header-search-form .header-search-input {
    height: 28px;
    color: #ddd;
    padding-left: 0; }
    header.header-v3 .header-search .header-search-form .header-search-input:focus {
      background: transparent;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
header.header-v3 .header-wrap .logo-wrapper {
  padding: 25px 0 20px;
  display: inline-block; }
header.header-v3 .topCart {
  margin: 50px 6px 0 0; }

/*============================================================================
#Footer
==============================================================================*/
/*============================================================================
#Product detail
==============================================================================*/
/*============================================================================
#Collection Filters
==============================================================================*/
/*============================================================================
#Breadcrumbs
==============================================================================*/
#breadcrumbs .breadcrumb-inner {
  background: #212121;
  margin: 0 0 60px;
  padding: 8px 0;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  width: 100%; }
  #breadcrumbs .breadcrumb-inner a {
    color: #b5b5b5; }
  #breadcrumbs .breadcrumb-inner .fa, #breadcrumbs .breadcrumb-inner [class*="revicon-"] {
    color: #656565;
    padding: 0 10px;
    vertical-align: middle; }

/*============================================================================
#Notes and Form Feedback
==============================================================================*/
.note,
.errors {
  border-radius: 0;
  padding: 6px 12px;
  margin-bottom: 15;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left; }
  .note ul,
  .note ol,
  .errors ul,
  .errors ol {
    margin-top: 0;
    margin-bottom: 0; }
  .note li:last-child,
  .errors li:last-child {
    margin-bottom: 0; }
  .note p,
  .errors p {
    margin-bottom: 0; }

.note {
  border-color: #dddddd; }

.errors ul {
  list-style: disc outside;
  margin-left: 20px; }

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a; }
  .form-success a {
    color: #56ad6a;
    text-decoration: underline; }
    .form-success a:hover {
      text-decoration: none; }

.form-error,
.errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e; }
  .form-error a,
  .errors a {
    color: #d02e2e;
    text-decoration: underline; }
    .form-error a:hover,
    .errors a:hover {
      text-decoration: none; }

#PageContainer {
  overflow: hidden; }

/*============================================================================
#MAIN MENU
==============================================================================*/
.main-nav > li {
  float: left; }
  .main-nav > li > a {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 29px;
    margin: 0 1px;
    line-height: 86px;
    display: block;
    position: relative; }
    .main-nav > li > a:before {
      content: "";
      width: 0;
      height: 4px;
      background: #ffee38;
      z-index: 9;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
.main-nav .menu-title {
  font-size: 1.5rem;
  margin: 5px 0 12px;
  text-transform: uppercase;
  color: #fff; }
.main-nav .dropdown {
  position: relative; }
  .main-nav .dropdown > a:after {
    border-bottom: 9px solid #212121;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    top: calc(100% + 11px);
    content: "";
    left: 0;
    right: 0;
    width: 10px;
    margin: auto;
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .main-nav .dropdown:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0; }
  .main-nav .dropdown:hover:before {
    height: 20px;
    z-index: 9; }
  .main-nav .dropdown.megamenu {
    position: static; }
    .main-nav .dropdown.megamenu .sub-menu {
      padding: 30px 30px 35px; }
  .main-nav .dropdown .sub-menu {
    position: absolute;
    left: -40px;
    top: 100%;
    width: 100%;
    min-width: 18.5em;
    z-index: 9;
    background: #212121;
    color: #fff;
    margin-top: 20px;
    padding: 20px 26px 25px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .main-nav .dropdown .sub-menu li {
      display: block; }
      .main-nav .dropdown .sub-menu li a {
        color: #fff;
        display: block;
        position: relative;
        padding: 5px 0 5px 15px; }
        .main-nav .dropdown .sub-menu li a:before {
          content: "";
          width: 4px;
          height: 4px;
          background: #fff;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        .main-nav .dropdown .sub-menu li a:hover {
          color: #ffee38; }
          .main-nav .dropdown .sub-menu li a:hover:before {
            background: #ffee38; }
  .main-nav .dropdown:hover .sub-menu {
    visibility: visible;
    left: 0;
    opacity: 1; }
  .main-nav .dropdown:hover > a:after {
    opacity: 1;
    visibility: visible; }

/*================ END MAIN MENU ================*/
header {
  position: relative;
  z-index: 99; }

.header {
  position: relative; }
  .header .logo-wrapper {
    display: block;
    padding-top: 27px;
    padding-bottom: 18px; }

.header-clone .header .logo-wrapper {
  padding-top: 9px; }
.header-clone .header-search, .header-clone .topCart {
  margin-top: 19px; }
.header-clone .main-nav > li > a {
  line-height: 68px; }

/*================ SEARCH ============*/
.header-search {
  float: right;
  margin: 35px 0 0; }
  .header-search .header-search-form {
    position: relative; }
    .header-search .header-search-form .header-search-input {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      opacity: 0;
      z-index: 11;
      border: none;
      background: rgba(0, 0, 0, 0);
      height: 32px;
      line-height: 32px;
      min-height: auto;
      max-width: none;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      cursor: pointer; }
      .header-search .header-search-form .header-search-input:focus {
        width: 250px;
        opacity: 1;
        background: #f5f6f7;
        z-index: 1;
        cursor: auto; }
    .header-search .header-search-form .btn-search {
      border: none;
      background: none;
      width: 32px;
      height: 32px;
      position: relative;
      z-index: 9;
      cursor: pointer; }

.header-search-v2 {
  position: relative;
  height: 33px;
  top: 1px;
  right: 1px; }
  .header-search-v2 .header-search-input {
    border: none;
    position: relative;
    padding: 0 35px 0 20px;
    max-width: none;
    position: absolute;
    right: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #212121;
    height: 100%;
    width: 120px; }
    .header-search-v2 .header-search-input:-webkit-input-placeholder, .header-search-v2 .header-search-input:-moz-placeholder, .header-search-v2 .header-search-input:-ms-input-placeholder, .header-search-v2 .header-search-input:-ms-input-placeholder, .header-search-v2 .header-search-input:-moz-placeholder, .header-search-v2 .header-search-input:-ms-input-placeholder {
      color: #212121; }
    .header-search-v2 .header-search-input:focus {
      width: 200px; }
  .header-search-v2 .btn-search2 {
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto; }

.template-search .page-content {
  margin: 0 0 120px; }
  .template-search .page-content h2, .template-search .page-content .h2 {
    font-size: 2rem;
    color: #3d3d3d;
    letter-spacing: 0.05em;
    position: relative;
    line-height: 1em;
    padding-bottom: 8px;
    text-transform: uppercase;
    margin: 35px 0 25px; }
    .template-search .page-content h2:before, .template-search .page-content .h2:before {
      content: "";
      display: block;
      width: 50px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #555; }
  .template-search .page-content .search-bar {
    position: relative;
    width: 100%;
    margin: 0 0 20px; }
    .template-search .page-content .search-bar .input-group-btn {
      height: 37px;
      line-height: 46px;
      position: absolute;
      right: 0;
      top: 0;
      width: 30px; }

/*================ END SEARCH ============*/
/*================ MINI CART ============*/
.topCart {
  position: relative;
  display: block;
  float: right;
  margin: 28px 0 0 32px; }
  .topCart #mini-cart {
    position: absolute;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    max-width: none;
    width: 310px;
    top: calc(100% + 30px);
    margin-top: 18px;
    background-color: #fff;
    right: -55px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
    .topCart #mini-cart .mini-cartContent {
      display: none; }
    .topCart #mini-cart .empty {
      text-align: center; }
      .topCart #mini-cart .empty p {
        padding: 20px 0; }
    .topCart #mini-cart.hasItem .empty {
      display: none; }
    .topCart #mini-cart.hasItem .mini-cartContent {
      display: block; }
    .topCart #mini-cart:before {
      display: block;
      width: 25px;
      height: 25px;
      background: #FFF;
      content: "";
      position: absolute;
      top: -5px;
      right: 55px;
      box-shadow: -5px -5px 5px -5px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: -5px -5px 5px -5px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: -5px -5px 5px -5px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: -5px -5px 5px -5px rgba(0, 0, 0, 0.3);
      -o-box-shadow: -5px -5px 5px -5px rgba(0, 0, 0, 0.3);
      transform: rotate(45deg); }
    .topCart #mini-cart .mini-cartContent {
      background: #fff;
      z-index: 9;
      position: relative; }
      .topCart #mini-cart .mini-cartContent .item {
        padding: 14px 16px;
        border-bottom: 1px solid #e9e9e9;
        font-size: 1.5rem; }
        .topCart #mini-cart .mini-cartContent .item .product-name a {
          font-weight: 600;
          color: #555;
          display: block;
          font-size: 1.4rem;
          letter-spacing: 0.025em;
          margin: 5px 0;
          line-height: 1.3em; }
      .topCart #mini-cart .mini-cartContent .summary {
        padding: 0 18px 16px; }
        .topCart #mini-cart .mini-cartContent .summary .total {
          *zoom: 1;
          margin: 13px 0; }
          .topCart #mini-cart .mini-cartContent .summary .total:after {
            content: "";
            display: table;
            clear: both; }
          .topCart #mini-cart .mini-cartContent .summary .total .label {
            font-size: 14px;
            color: #888;
            text-transform: uppercase; }
          .topCart #mini-cart .mini-cartContent .summary .total .price {
            font-size: 18px;
            color: #212121;
            float: right; }
        .topCart #mini-cart .mini-cartContent .summary .actions {
          *zoom: 1; }
          .topCart #mini-cart .mini-cartContent .summary .actions:after {
            content: "";
            display: table;
            clear: both; }
          .topCart #mini-cart .mini-cartContent .summary .actions a {
            display: block;
            line-height: 38px;
            border: 1px solid #dddddd;
            padding: 0 22px;
            font-size: 14px;
            text-transform: uppercase; }
            .topCart #mini-cart .mini-cartContent .summary .actions a:first-child {
              float: left; }
            .topCart #mini-cart .mini-cartContent .summary .actions a:last-child {
              float: right; }
          .topCart #mini-cart .mini-cartContent .summary .actions .btn-checkout {
            background: #212121;
            border-color: #212121;
            color: #ffee38; }
  .topCart.dropdow.active #mini-cart {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  .topCart .CartCount {
    position: absolute;
    right: -9px;
    top: 1px;
    z-index: 9;
    background: #ffee38;
    border-radius: 50%;
    -moz-border-radius: 50%;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 1.2rem;
    color: #212121;
    font-weight: 400; }
  .topCart #cartCount {
    position: relative;
    display: block; }
    .topCart #cartCount img {
      max-width: none; }

/* Head Menu */
.head-menu {
  position: absolute;
  top: 50%;
  z-index: 99;
  left: 70px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

/*================ END MINI CART ============*/
/*============================================================================
#Slideshow
==============================================================================*/
.tparrows {
  display: none;
  visibility: hidden; }

.rv-description {
  position: relative; }
  .rv-description:before, .rv-description:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #ffee38;
    top: 50%; }
  .rv-description:before {
    left: calc(100% + 22px ); }
  .rv-description:after {
    right: calc(100% + 22px ); }

a.tp-caption {
  font-weight: 100;
  z-index: 0;
  letter-spacing: 1rem !important; }

/*============================================================================
#Tabs Collection
==============================================================================*/
#tabs-collection .product-wrap:nth-child(4n+1) {
  clear: both; }

.tabs-collection.style-white .tabs-title li.current {
  color: #fff; }
.tabs-collection.style-white .product-item .product-info .product-name {
  color: #888; }
.tabs-collection.style-white .product-item .product-info .price-box .price {
  color: #ffee38; }
.tabs-collection.style-white .tab-viewall {
  background: #fff;
  color: #212121; }

/*============================================================================
#Testimonial
==============================================================================*/
.testimonial [class*="box-title"] {
  margin: 0 0 65px; }
.testimonial .testimonial-content {
  position: relative;
  background: #FFF;
  font-size: 15px;
  padding: 40px 20px; }
  .testimonial .testimonial-content .job {
    font-size: 1.3rem;
    color: #555;
    font-weight: 300; }
.testimonial .testimonial-content:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FFF;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px; }
.testimonial .testimonial-desc {
  color: #555; }
.testimonial .avatar {
  text-align: center;
  padding: 30px 0 0; }
  .testimonial .avatar img {
    max-width: 70px;
    display: inline-block !important;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
.testimonial .testimonial-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 300; }
  .testimonial .testimonial-title:before {
    content: "";
    width: 80px;
    height: 1px;
    background: #b5b5b5;
    display: block;
    margin: 20px 0; }
.testimonial .testimonial .job {
  font-size: 13px; }

/*============================================================================
#Blog
==============================================================================*/
.blog-carousel .blog-item h3 a, .blog-carousel .blog-item .h3 a {
  color: #212121; }
.blog-carousel .blog-item .blog-excerpt {
  position: relative;
  margin: 0 0 18px; }
  .blog-carousel .blog-item .blog-excerpt .blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    min-width: 60px;
    padding: 11px 0;
    text-align: center; }
    .blog-carousel .blog-item .blog-excerpt .blog-date span {
      display: block;
      color: #fff;
      font-size: 1.2rem;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 1.1em; }
      .blog-carousel .blog-item .blog-excerpt .blog-date span:first-child {
        font-size: 2.2rem;
        font-weight: 700;
        color: #ffee38; }
.blog-carousel .blog-item h3, .blog-carousel .blog-item .h3 {
  font-size: 1.8rem; }
.blog-carousel .blog-item .des {
  font-size: 1.4rem;
  line-height: 1.7em;
  color: #888;
  margin: 0 0 7px;
  font-weight: 300; }
.blog-carousel .blog-item .comment-count {
  font-size: 1.2rem;
  color: #555;
  font-weight: 400;
  color: #b6b6b6;
  margin: 0 0 15px; }
  .blog-carousel .blog-item .comment-count a {
    color: #b6b6b6; }
  .blog-carousel .blog-item .comment-count i {
    font-size: 13px; }
.blog-carousel .blog-item .readmore {
  font-weight: 700;
  color: #555;
  text-decoration: underline;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 0; }

/* Recent */
.recent-item {
  margin: 0 0 30px; }
  .recent-item .item-media {
    float: left;
    max-width: 70px;
    margin-right: 20px; }
  .recent-item .item-content {
    overflow: hidden; }
    .recent-item .item-content time {
      display: block; }
    .recent-item .item-content a {
      color: #555555;
      display: block;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.2;
      margin: 0 0 5px; }
  .recent-item .time span {
    font-size: 1.4rem;
    color: #b5b5b5;
    text-transform: uppercase; }

/* List */
.template-blog .page-content {
  margin-bottom: 120px; }

/* article */
.template-article .page-content {
  margin-bottom: 60px; }

.article, article {
  margin: 0 0 60px; }
  .article .rte, article .rte {
    margin: 0 0 25px;
    position: relative; }
    .article .rte .blog-date, article .rte .blog-date {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      width: 80px;
      height: 80px;
      text-align: center; }
      .article .rte .blog-date > *, article .rte .blog-date > * {
        width: 100%; }
      .article .rte .blog-date span, article .rte .blog-date span {
        color: #fff;
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.1em;
        text-transform: uppercase;
        width: 100%;
        text-align: center; }
        .article .rte .blog-date span:first-child, article .rte .blog-date span:first-child {
          font-size: 3rem;
          color: #ffee38;
          font-weight: 700; }
  .article h2 a, .article .h2 a, article h2 a, article .h2 a {
    font-size: 3rem;
    color: #555; }
  .article .readmore, article .readmore {
    font-size: 16px;
    text-transform: uppercase;
    color: #555;
    text-decoration: underline;
    font-weight: 700; }

.comment-count {
  margin: 0 0 20px; }
  .comment-count a {
    font-size: 14px;
    color: #b6b6b6; }
    .comment-count a i {
      margin: 0 6px 0 0; }

.comment-info {
  margin: 40px 0 70px;
  padding: 0 0 15px;
  border-bottom: 1px solid #dddddd; }
  .comment-info strong {
    font-size: 1.4rem;
    color: #212121;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    float: left; }
  .comment-info .tags a {
    font-size: 1.4rem;
    font-weight: 400;
    color: #b5b5b5; }
    .comment-info .tags a:last-child span {
      display: none; }
  .comment-info .social-sharing {
    float: right; }

#comments .list-comment {
  margin: 0 0 50px; }
#comments input[type="text"], #comments input[type="email"], #comments textarea {
  width: 100%;
  border-color: #b5b5b5;
  min-height: 40px;
  margin: 0 0 30px;
  font-size: 1.4rem;
  font-weight: 400; }
#comments .title, #comments .sidebar .block .block-title h3, .sidebar .block .block-title #comments h3, #comments .sidebar .block .block-title .h3, .sidebar .block .block-title #comments .h3 {
  margin-bottom: 35px; }
#comments .info {
  border-bottom: 1px solid #dddddd;
  line-height: 1em;
  padding: 0 0 8px; }
  #comments .info .author {
    color: #212121;
    font-size: 1.4rem;
    text-transform: uppercase; }
#comments .comment {
  color: #b5b5b5; }

.blog-carousel.style-white .box-title h2, .blog-carousel.style-white .box-title .h2 {
  color: #fff; }
.blog-carousel.style-white h3 a, .blog-carousel.style-white .h3 a {
  color: #fff; }
.blog-carousel.style-white .blog-item .comment-count a {
  color: #888; }
.blog-carousel.style-white .blog-item .readmore {
  color: #ffee38; }

.block-blog-tags .block-content ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  border: none !important; }
  .block-blog-tags .block-content ul li a {
    height: auto;
    line-height: 26px;
    font-weight: 400; }

/*============================================================================
#Newletter
==============================================================================*/
.newsletters #mc-embedded-subscribe-form {
  float: left; }
  .newsletters #mc-embedded-subscribe-form > * {
    border: 0 none;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 18px;
    width: auto;
    -webkit-border-radius: 0%;
    border-radius: 0%; }
  .newsletters #mc-embedded-subscribe-form #mail {
    min-width: 320px; }
  .newsletters #mc-embedded-subscribe-form #subscribe {
    position: relative;
    font-size: 16px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 48px;
    background-color: rgba(68, 68, 68, 0.2); }

.site-newsletter form {
  position: relative;
  margin: 50px 100px 0; }
  .site-newsletter form label {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.1);
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
    .site-newsletter form label i {
      font-size: 18px;
      margin-right: 5px; }
  .site-newsletter form input[type=text],
  .site-newsletter form input[type=email] {
    border: 1px solid #FFF;
    width: 100%;
    height: 45px;
    padding: 5px 20px;
    background: none;
    outline: none;
    position: relative;
    z-index: 2;
    color: #999; }
  .site-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    height: 100%;
    color: #212121;
    border: none;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 0 30px;
    z-index: 10; }
    .site-newsletter form input[type=submit]:hover {
      background: #ffee38; }

/*================ End Newletter ============*/
/*================ Footer ================*/
.footer {
  position: relative;
  top: -1px;
  background: #000000;
  color: #ffffff; }
  .footer .footer-inner {
    padding: 50px 0;
    border-top: none !important; }
  .footer h1, .footer .h1, .footer h2, .footer .h2, .footer h3, .footer .h3, .footer h4, .footer .h4, .footer h5, .footer .h5 {
    color: #ffee38; }
  .footer a {
    color: #ffee38; }
  .footer coppyright {
    color: #ffffff; }
  .footer .social li .fa {
    color: #ffffff; }

.footer-main {
  font-size: 1.3rem;
  font-weight: 300; }
  .footer-main h3, .footer-main .h3 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-weight: 500; }
  .footer-main ul li {
    line-height: 24px; }
  .footer-main strong {
    font-weight: 700; }
  .footer-main .coppyright {
    border-top: 1px solid #b5b5b5;
    padding: 12px 0 0; }
    .footer-main .coppyright .links {
      margin: 0 0 8px; }
      .footer-main .coppyright .links li {
        margin: 0; }
        .footer-main .coppyright .links li:first-child a {
          padding-left: 0; }
        .footer-main .coppyright .links li:last-child a {
          border: none;
          padding-right: 0; }
        .footer-main .coppyright .links li a {
          font-weight: 400;
          line-height: 1em;
          border-right: 1px solid #747474;
          padding: 0 13px 0 12px; }

/* AJAX MODAL */
.modal {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(50%) translateY(50%);
  -webkit-transform: translateX(50%) translateY(50%);
  -o-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%); }
  .modal .loader {
    display: block; }
    .modal .loader svg path,
    .modal .loader svg rect {
      fill: #ffee38; }

/* Product - Table */
.table .product-title {
  font-size: 1.8rem;
  color: #212121;
  display: block;
  font-weight: 700;
  letter-spacing: .05em; }
.table .money {
  color: #212121;
  font-size: 2rem; }

/*============================================================================
#   PRODUCT ITEM
==============================================================================*/
.product-item {
  position: relative;
  margin: 0 0 55px; }
  .product-item .review {
    min-height: 18px; }
  .product-item .label {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #212121;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    font-weight: 400;
    display: block;
    font-size: 1.8rem;
    width: 63px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
    z-index: 5; }
    .product-item .label.label-soldout {
      font-size: 12px;
      font-weight: 700;
      line-height: 1.2em;
      padding: 18px 10px 0; }
  .product-item .product-img img {
    display: block; }
  .product-item .product-info {
    text-align: center;
    padding: 20px 0 0;
    position: relative;
    z-index: 9; }
    .product-item .product-info .product-name {
      color: #555;
      font-size: 1.4rem;
      line-height: 1.3;
      margin: 10px 0 8px;
      display: block;
      font-weight: 600;
      letter-spacing: 0.0075em; }
    .product-item .product-info .price-box strong {
      display: none; }
  .product-item .spr-badge-caption {
    display: none; }
  .product-item .spr-badge-starrating {
    margin: 0; }
  .product-item .btn-add-to-cart {
    background: #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    color: #444;
    line-height: 34px;
    padding: 0 15px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0; }
  .product-item .p-hr {
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: #f1f1f1;
    margin: 11px auto 15px;
    display: block; }
  .product-item .price {
    display: inline-block;
    font-size: 1.8rem;
    color: #212121;
    font-weight: 400; }
    .product-item .price .sale-price {
      float: right;
      margin-left: 12px;
      font-size: 1.4rem;
      color: #b5b5b5;
      text-decoration: line-through;
      position: relative;
      top: 3px; }
  .product-item .action.sold-out form {
    background: #b5b5b5 !important; }
    .product-item .action.sold-out form:hover i {
      color: #212121 !important; }

.grid-item .p-actions {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 1; }
  .grid-item .p-actions > a, .grid-item .p-actions > form, .grid-item .p-actions > div {
    padding: 0;
    margin: 0 4px;
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: inline-block;
    border: none;
    background: #212121;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s; }
    .grid-item .p-actions > a i, .grid-item .p-actions > form i, .grid-item .p-actions > div i {
      color: #fafafa;
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s; }
    .grid-item .p-actions > a:hover, .grid-item .p-actions > form:hover, .grid-item .p-actions > div:hover {
      background: #ffee38; }
      .grid-item .p-actions > a:hover i, .grid-item .p-actions > form:hover i, .grid-item .p-actions > div:hover i {
        color: #212121; }
    .grid-item .p-actions > a:first-child, .grid-item .p-actions > form:first-child, .grid-item .p-actions > div:first-child {
      background: #ffee38; }
      .grid-item .p-actions > a:first-child i, .grid-item .p-actions > form:first-child i, .grid-item .p-actions > div:first-child i {
        color: #212121; }
      .grid-item .p-actions > a:first-child:hover, .grid-item .p-actions > form:first-child:hover, .grid-item .p-actions > div:first-child:hover {
        background: #212121; }
        .grid-item .p-actions > a:first-child:hover i, .grid-item .p-actions > form:first-child:hover i, .grid-item .p-actions > div:first-child:hover i {
          color: #fafafa; }
    .grid-item .p-actions > a a, .grid-item .p-actions > form a, .grid-item .p-actions > div a {
      display: block;
      background: transparent !important;
      margin: 0;
      color: #fafafa; }
      .grid-item .p-actions > a a.added, .grid-item .p-actions > form a.added, .grid-item .p-actions > div a.added {
        color: #ffee38; }
        .grid-item .p-actions > a a.added i, .grid-item .p-actions > form a.added i, .grid-item .p-actions > div a.added i {
          color: #ffee38; }
    .grid-item .p-actions > a.add-to-cart-button, .grid-item .p-actions > form.add-to-cart-button, .grid-item .p-actions > div.add-to-cart-button {
      background: #ffee38;
      color: #212121; }
    .grid-item .p-actions > a.added, .grid-item .p-actions > form.added, .grid-item .p-actions > div.added {
      color: #ffee38; }
      .grid-item .p-actions > a.added i, .grid-item .p-actions > form.added i, .grid-item .p-actions > div.added i {
        color: #ffee38; }
    .grid-item .p-actions > a input.btn-addToCart, .grid-item .p-actions > form input.btn-addToCart, .grid-item .p-actions > div input.btn-addToCart {
      background: none;
      border: none; }
  .grid-item .p-actions .quickview {
    display: inline-block !important; }

.grid-item .p-actions > .action {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s; }

.grid-item .p-actions > .wishlist {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s; }

.grid-item .p-actions > .btn-quickview {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s; }

.grid-item .p-actions .add-to-cart-button i {
  display: inline; }

.grid-item .p-actions .add-to-cart-button span {
  display: none; }

.grid-item:hover .p-actions > a, .grid-item:hover .p-actions > form, .grid-item:hover .p-actions > div {
  margin-bottom: 10px;
  visibility: inherit;
  opacity: 1; }

.product-stock-status {
  font-size: 1.6rem;
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif; }

/*================ Title ================*/
.title, .sidebar .block .block-title h3, .sidebar .block .block-title .h3 {
  font-size: 2rem;
  color: #3d3d3d;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1em;
  padding-bottom: 8px;
  text-transform: uppercase;
  margin: 0 0 0px;
  font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif; }

/*================ Sidebar ================*/
.sidebar {
  /* Widgets */
  /* BLOG CATEGORIES */ }
  .sidebar .block {
    margin: 0 0 50px; }
    .sidebar .block .block-title {
      margin-bottom: 20px; }
      .sidebar .block .block-title h3:before, .sidebar .block .block-title .h3:before {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #555; }
  .sidebar .block-content ul li {
    border-bottom: 1px solid #f5f5f5; }
    .sidebar .block-content ul li:last-child {
      border-bottom: none; }
    .sidebar .block-content ul li.active > a {
      color: #000; }
  .sidebar .block-content ul a, .sidebar .block-content ul label {
    display: block;
    line-height: 40px;
    height: 40px;
    font-size: 1.4rem;
    color: #555;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .sidebar .block-content ul a img, .sidebar .block-content ul label img {
      display: inline-block; }
    .sidebar .block-content ul a:hover, .sidebar .block-content ul a.active, .sidebar .block-content ul label:hover, .sidebar .block-content ul label.active {
      color: #000; }
  .sidebar .count {
    font-size: 1.2rem;
    color: #555;
    float: right;
    margin-right: 8px;
    font-weight: 400; }
  .sidebar .block-mini-products-list .block-title {
    margin-bottom: 35px; }
  .sidebar .block-category ul li {
    position: relative; }
  .sidebar .block-category a {
    position: relative; }
    .sidebar .block-category a .caret {
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      height: 5px;
      width: 40px;
      height: 100%;
      z-index: 9;
      margin: 0; }
      .sidebar .block-category a .caret:after {
        width: 4px;
        height: 4px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }

/*================ End Sidebar ================*/
/*================ AJAX Filter ================*/
.filter-block input {
  display: none; }
.filter-block .clear {
  float: right;
  margin: 0 10px 0 0; }
.filter-block .filter-tag.color img {
  max-width: 14px;
  margin: 0 10px 0 0; }

/* -------------------------------------------------------------------- */
/*   LIST COLLECTIONS   */
/* -------------------------------------------------------------------- */
.template-list-collections .page-content {
  margin: 0 0 80px; }
  .template-list-collections .page-content .media {
    margin: 0 0 20px; }
  .template-list-collections .page-content h3, .template-list-collections .page-content .h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0 0 6px; }
  .template-list-collections .page-content .btn, .template-list-collections .page-content .btn-secondary {
    margin: 15px 0 0; }
  .template-list-collections .page-content .info {
    display: block; }

/* -------------------------------------------------------------------- */
/*   COLLECTION   */
/* -------------------------------------------------------------------- */
.collection-info {
  text-align: right;
  margin: 0 50px 0 0; }
  .collection-info h3, .collection-info .h3 {
    color: #fff;
    font-size: 3.6rem;
    letter-spacing: 0.2em;
    margin: 0;
    line-height: 1.2em;
    text-transform: uppercase; }
  .collection-info p {
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    margin: 0;
    position: relative; }
    .collection-info p:before, .collection-info p:after {
      content: "";
      position: absolute;
      width: 30px;
      height: 1px;
      background: #ffee38;
      top: 50%; }
    .collection-info p:before {
      left: calc(100% + 12px); }
    .collection-info p:after {
      right: calc(100% + 12px); }

.collection-grid [class*="col-"]:nth-child(3n+1) {
  clear: both; }

.collection-content {
  margin: 0 0 50px; }
  .collection-content .pagination {
    margin: 35px 0 120px; }

.collection-list .product-item {
  margin-bottom: 30px; }
  .collection-list .product-item .product-info {
    padding: 0;
    text-align: left; }
    .collection-list .product-item .product-info .review {
      padding: 6px 0 8px; }
    .collection-list .product-item .product-info .product-name {
      font-size: 2.4rem;
      color: #212121;
      font-weight: 700;
      letter-spacing: 0.075em; }
    .collection-list .product-item .product-info .des {
      padding-top: 20px; }
    .collection-list .product-item .product-info .p-actions {
      position: relative; }
      .collection-list .product-item .product-info .p-actions .action {
        float: left;
        margin: 0 12px 0 0; }
        .collection-list .product-item .product-info .p-actions .action .btn-select-option {
          display: block;
          line-height: 38px;
          padding: 0 18px;
          font-size: 16px;
          color: #212121;
          font-weight: 400;
          border: 1px solid #dddddd;
          text-transform: uppercase; }
      .collection-list .product-item .product-info .p-actions .wishlist {
        float: left;
        margin: 0 12px 0 0; }
      .collection-list .product-item .product-info .p-actions .wishlist, .collection-list .product-item .product-info .p-actions .btn-quickview {
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #dddddd;
        font-size: 16px; }

/* -------------------------------------------------------------------- */
/*   PRODUCT DETAIL   */
/* -------------------------------------------------------------------- */
.product-vendor {
  color: #999;
  display: block;
  margin: 0 0 10px; }

.price-box .price {
  color: #212121;
  font-size: 1.8rem;
  font-weight: 400; }
.price-box .old-price {
  color: #b5b5b5;
  font-size: 1.4rem;
  margin-left: 6px;
  position: relative;
  top: -1px;
  text-decoration: line-through; }

.description, .des {
  font-size: 1.4rem;
  line-height: 1.7em;
  color: #888;
  font-weight: 300;
  padding: 0 0 30px; }

.product-single {
  margin-bottom: 50px; }
  .product-single #ProductPhoto {
    position: relative; }
    .product-single #ProductPhoto.pull-none {
      margin-bottom: 10px; }
  .product-single .product-media {
    margin: 0 0 30px;
    *zoom: 1; }
    .product-single .product-media:after {
      content: "";
      display: table;
      clear: both; }
    .product-single .product-media .product-single-photos.pull-right, .product-single .product-media .product-single-photos.pull-left {
      width: calc(100% - 100px); }
    .product-single .product-media.thumbnai-left .more-views {
      height: 100%;
      max-width: 90px;
      height: 100%;
      position: absolute !important;
      right: 0; }
    .product-single .product-media.thumbnai-right .more-views {
      height: 100%;
      max-width: 90px;
      height: 100%;
      position: absolute !important;
      left: 0; }
    .product-single .product-media .more-views .swiper-slide {
      overflow: hidden; }
  .product-single .product-info-main .product-name {
    font-size: 3rem;
    letter-spacing: .075em;
    margin: 6px 0 10px;
    color: #212121; }
  .product-single .product-info-main .spr-badge {
    margin-bottom: 18px; }
    .product-single .product-info-main .spr-badge [class^="spr-icon-"]::before, .product-single .product-info-main .spr-badge [class*=" spr-icon-"]::before {
      font-size: 130%; }
  .product-single .product-info-main .product-single-prices, .product-single .product-info-main .prices {
    font-size: 2rem;
    margin-bottom: 20px; }
    .product-single .product-info-main .product-single-prices #ComparePrice, .product-single .product-info-main .product-single-prices .compare-price, .product-single .product-info-main .prices #ComparePrice, .product-single .product-info-main .prices .compare-price {
      color: #b5b5b5;
      font-size: 1.6rem;
      margin-left: 10px;
      text-decoration: line-through; }
  .product-single .product-info-main .description {
    border-bottom: 1px solid #dddddd;
    margin: 0; }
  .product-single .product-info-main .product-actions {
    border-top: 1px solid #dddddd;
    position: relative;
    top: -1px;
    padding: 28px 0 0;
    *zoom: 1; }
    .product-single .product-info-main .product-actions:after {
      content: "";
      display: table;
      clear: both; }
    .product-single .product-info-main .product-actions label {
      margin: 0 5px 0 0;
      float: left;
      min-width: 65px;
      line-height: 35px;
      color: #212121; }
    .product-single .product-info-main .product-actions #Quantity, .product-single .product-info-main .product-actions .quantity {
      width: 70px;
      padding: 0 2px 0 4px;
      height: 35px;
      text-align: center;
      font-size: 1.4rem;
      float: left;
      margin-right: 20px; }
    .product-single .product-info-main .product-actions .total-price {
      line-height: 33px; }
      .product-single .product-info-main .product-actions .total-price .money {
        font-size: 2rem; }
    .product-single .product-info-main .product-actions .product-quantity {
      margin-bottom: 22px;
      *zoom: 1; }
      .product-single .product-info-main .product-actions .product-quantity:after {
        content: "";
        display: table;
        clear: both; }
    .product-single .product-info-main .product-actions #product-addTocart {
      clear: both;
      float: left;
      display: block;
      margin-right: 12px; }
    .product-single .product-info-main .product-actions .wish-list {
      float: left;
      border: 1px solid #b5b5b5;
      width: 40px;
      height: 40px;
      text-align: center; }
      .product-single .product-info-main .product-actions .wish-list i {
        font-size: 20px;
        color: #bfbfbf;
        line-height: 40px; }
  .product-single .product-info-main .product-sharing {
    border-top: 1px solid #dddddd;
    padding-top: 24px;
    clear: both;
    margin-top: 24px; }

/* spr-badge-starrating */
.spr-badge-starrating {
  *zoom: 1;
  display: inline-block; }
  .spr-badge-starrating:after {
    content: "";
    display: table;
    clear: both; }
  .spr-badge-starrating .spr-icon {
    font-size: 10px !important;
    margin: 0 2px 0 0;
    float: left;
    color: #212121; }
    .spr-badge-starrating .spr-icon.spr-icon-star-empty {
      color: #b5b5b5; }

.collateral .tabs.tabs-title {
  margin-bottom: 0; }

/* -------------------------------------------------------------------- */
/*   REVIEW   */
/* -------------------------------------------------------------------- */
#shopify-product-reviews .spr-container {
  padding: 0 !important;
  border: none; }
#shopify-product-reviews .spr-header .spr-header-title {
  display: none; }
#shopify-product-reviews .spr-summary-actions .spr-summary-actions-newreview {
  color: #888; }
#shopify-product-reviews .spr-review-header-title {
  font-size: 1.4rem;
  font-weight: 400; }
#shopify-product-reviews .spr-form-title {
  font-weight: 400;
  padding: 0 0 10px;
  font-size: 1.4rem;
  text-transform: uppercase; }
#shopify-product-reviews .spr-form-label {
  display: block;
  margin: 0 0 4px;
  font-weight: 400;
  color: #212121; }
#shopify-product-reviews .spr-form-contact {
  *zoom: 1; }
  #shopify-product-reviews .spr-form-contact:after {
    content: "";
    display: table;
    clear: both; }
  #shopify-product-reviews .spr-form-contact > div {
    width: calc(50% - 15px); }
    #shopify-product-reviews .spr-form-contact > div:first-child {
      float: left; }
    #shopify-product-reviews .spr-form-contact > div:last-child {
      float: right; }

.spr-icon {
  font-size: 10px !important; }

.spr-summary-caption, .spr-badge-caption {
  vertical-align: middle;
  color: #888; }

.home-promotion, #tabs-collection {
  display: none; }

/* -------------------------------------------------------------------- */
/*   POLICY   */
/* -------------------------------------------------------------------- */
.policy {
  display: none; }

.policy-item {
  font-size: 18px;
  text-transform: uppercase;
  color: #212121;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #212121;
  text-align: center;
  padding: 40px 0; }

.policy-item > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px; }

.policy-item i {
  font-size: 50px; }

.policy.dark .policy-item {
  background: #212121;
  color: #FFF;
  border-color: #fff; }

.policy.dark .policy-item i {
  color: #ffee38; }

/* -------------------------------------------------------------------- */
/*   SOCIAL   */
/* -------------------------------------------------------------------- */
.social {
  font-size: 30px; }

.social {
  *zoom: 1; }
  .social:after {
    content: "";
    display: table;
    clear: both; }
  .social li {
    float: left;
    margin: 0 25px 0 0; }
    .social li .fa {
      font-size: 20px;
      color: #3d3d3d; }

.social-icons a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  margin: 0 0 0 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .social-icons a .icon {
    font-size: 14px;
    color: #ffee38; }

/* -------------------------------------------------------------------- */
/*   GALLERY   */
/* -------------------------------------------------------------------- */
.gallery .item {
  margin-bottom: 10px; }

/* -------------------------------------------------------------------- */
/*   OWL   */
/* -------------------------------------------------------------------- */
.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 5px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }

.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
  background: #FFF; }

.owl-dots {
  margin: 35px 0 0;
  text-align: center; }

/* -------------------------------------------------------------------- */
/*   MOBILE MENU   */
/* -------------------------------------------------------------------- */
.mobile-menu {
  display: block;
  float: right;
  width: 26px;
  height: 17px;
  border-top: 3px solid #ffffff;
  position: relative;
  cursor: pointer;
  margin-top: 34px; }

.mobile-menu:after,
.mobile-menu:before {
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  content: "";
  position: absolute;
  bottom: 0; }

.mobile-menu:before {
  bottom: 50%; }

.mobile-menu,
.mobile-menu:after,
.mobile-menu:before {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  border-radius: 1px; }

.mobile-menu:hover:before,
.mobile-menu:hover:after {
  background: #ffee38; }

.mobile-menu:hover {
  border-color: #ffee38; }

/* Menu Off canvas */
.menu-offcanvas .en-shadow {
  display: block; }
.menu-offcanvas .main-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  visibility: visible;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }

/* EN DROPDOW */
/* -------------------------------------------------------------------- */
/*   MAIN SLIDER   */
/* -------------------------------------------------------------------- */
.main-slider {
  position: relative;
  z-index: 9;
  /* bullet */ }
  .main-slider .tp-bullets {
    margin: 0 !important;
    bottom: 50px !important;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .main-slider .tp-bullets.preview3 .bullet, .main-slider .tp-bullets.preview3 .bullet.selected, .main-slider .tp-bullets.preview3 .bullet:hover {
    border-radius: 0;
    -moz-border-radius: 0;
    border-width: 1px !important;
    border-color: #fff !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 5px !important; }
  .main-slider .tp-bullets.preview3 .bullet {
    border-color: #535152 !important;
    display: block !important;
    float: left !important; }

/* -------------------------------------------------------------------- */
/*   BRAND CAROUSEL   */
/* -------------------------------------------------------------------- */
.brand-carousel {
  text-align: center; }
  .brand-carousel .brand-item {
    display: inline-block; }

/* -------------------------------------------------------------------- */
/*   PRODUCT POPUP   */
/* -------------------------------------------------------------------- */
.product-popup .close-window .fa {
  font-size: 2rem; }
.product-popup .product-image {
  float: left;
  margin: 0 15px 0 0; }
.product-popup .product-info .product-name {
  font-size: 1.4rem;
  padding: 10px 0 2px;
  margin: 0; }
.product-popup .product-info .success-message {
  margin: 0;
  color: #999; }
.product-popup .actions {
  margin: 30px 0 0;
  *zoom: 1; }
  .product-popup .actions:after {
    content: "";
    display: table;
    clear: both; }
  .product-popup .actions .btn, .product-popup .actions .btn-secondary {
    line-height: 32px;
    padding: 0 12px;
    font-size: 1.2rem;
    float: left;
    margin: 0 5px 0 0; }
    .product-popup .actions .btn.btn-checkout, .product-popup .actions .btn-checkout.btn-secondary, .product-popup .actions .btn.btn-continue, .product-popup .actions .btn-continue.btn-secondary {
      background: #ffee38; }
.product-popup .success-message, .product-popup .actions .btn, .product-popup .actions .btn-secondary {
  display: none; }
.product-popup.wishlist-popup .btn-wishlist, .product-popup.wishlist-popup .btn-continue {
  display: block; }
.product-popup.cart-popup .btn-cart, .product-popup.cart-popup .btn-checkout {
  display: block; }

/* -------------------------------------------------------------------- */
/*   CUSTOMERS ACCOUNT   */
/* -------------------------------------------------------------------- */
.template-customers-account table thead th {
  font-size: 1.4rem; }

.block-address .form-group {
  padding: 8px 0; }
  .block-address .form-group label {
    display: block;
    margin-bottom: 2px; }

.address-form {
  margin: 0 0 120px; }

.edit-address label {
  min-width: 150px;
  display: inline-block; }
.edit-address .item-row {
  margin: 0 0 10px; }
.edit-address input[type="text"], .edit-address input[type="tel"], .edit-address select {
  min-width: 300px; }

/* -------------------------------------------------------------------- */
/*   pagination   */
/* -------------------------------------------------------------------- */
.pagination-custom {
  display: inline-block;
  border-top: 1px solid #b5b5b5;
  padding: 40px 25px 0; }
  .pagination-custom > li {
    display: inline-block;
    font-weight: 400; }
    .pagination-custom > li:first-child {
      margin: 0 50px 0 0; }
    .pagination-custom > li:last-child {
      margin: 0 0 0 50px; }
    .pagination-custom > li:first-child span, .pagination-custom > li:first-child a, .pagination-custom > li:last-child span, .pagination-custom > li:last-child a {
      font-size: 1.6rem; }
      .pagination-custom > li:first-child span:hover:before, .pagination-custom > li:first-child a:hover:before, .pagination-custom > li:last-child span:hover:before, .pagination-custom > li:last-child a:hover:before {
        height: 0; }
    .pagination-custom > li:first-child span, .pagination-custom > li:first-child i, .pagination-custom > li:first-child a, .pagination-custom > li:last-child span, .pagination-custom > li:last-child i, .pagination-custom > li:last-child a {
      color: #b5b5b5;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
    .pagination-custom > li:first-child:hover span, .pagination-custom > li:first-child:hover i, .pagination-custom > li:first-child:hover a, .pagination-custom > li:last-child:hover span, .pagination-custom > li:last-child:hover i, .pagination-custom > li:last-child:hover a {
      color: #212121; }
    .pagination-custom > li a, .pagination-custom > li span {
      font-size: 1.6rem;
      margin: 0 4px;
      position: relative;
      color: #212121; }
      .pagination-custom > li a:before, .pagination-custom > li span:before {
        content: "";
        width: 100%;
        height: 0;
        background: #212121;
        position: absolute;
        bottom: 2px;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
      .pagination-custom > li a:hover:before, .pagination-custom > li span:hover:before {
        height: 1px;
        color: #212121; }
    .pagination-custom > li.active a:before, .pagination-custom > li.active span:before {
      height: 1px;
      color: #212121; }
    .pagination-custom > li .fa {
      font-size: 1.6rem;
      padding: 0 10px; }
  .pagination-custom .disabled span, .pagination-custom .disabled i {
    color: #b5b5b5;
    cursor: default; }
  .pagination-custom .disabled:hover span, .pagination-custom .disabled:hover i {
    color: #b5b5b5 !important; }

/* Social Sharing */
.social-sharing a {
  margin: 0 10px; }
.social-sharing i {
  font-size: 20px;
  color: #3d3d3d; }

/* 404-not-found */
.template-404 .main-content img {
  display: inline-block;
  margin: 95px 0 50px; }
.template-404 .main-content h1, .template-404 .main-content .h1 {
  color: #212121; }
.template-404 .main-content p {
  color: #212121;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  margin: 0 15px 0 0;
  position: relative;
  top: 3px; }
.template-404 .page-404 {
  margin-bottom: 140px; }

/* wishlist-page */
.wishlist-page {
  margin: 0 0 120px; }
  .wishlist-page .wishlist-button {
    text-align: center;
    margin: 30px 0 0; }

/* Checkout - Cart */
.cart-remove, .btn-remove-wishlist {
  font-size: 20px;
  color: #b5b5b5; }

/* e-newletter */
.e-newletter {
  position: relative;
  margin: 0 0 -1px;
  padding: 60px 0 70px;
  background: url(//glidegear.net/cdn/shop/t/8/assets/newletter_bg.jpg?v=41188473059054651591667871512) center no-repeat; }

/* Checkout - Cart */
.cart-info {
  margin: 65px 0 120px; }
  .cart-info h4, .cart-info .h4 {
    margin: 0 0 25px;
    letter-spacing: .075em; }
  .cart-info .add-note .btn, .cart-info .add-note .btn-secondary {
    border: 1px solid #b5b5b5; }
  .cart-info .add-note #CartSpecialInstructions {
    border-color: #b5b5b5;
    margin: 0 0 25px; }
  .cart-info .cart-total .cart-subtotal-title {
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 0 0 0 20px; }
  .cart-info .cart-total .cart-subtotal {
    float: right;
    line-height: 1em; }
    .cart-info .cart-total .cart-subtotal .money {
      font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif;
      font-size: 20px;
      color: #212121; }
  .cart-info .cart-total .shipping {
    font-size: 18px;
    margin: 12px 0 25px;
    padding: 30px 0 10px 20px;
    color: #212121;
    border: 1px solid #dddddd;
    border-width: 1px 0; }
  .cart-info .cart-total .update-cart {
    margin-right: 12px; }

/* Animation */
.anm_s1 {
  position: relative;
  display: block;
  overflow: hidden; }
  .anm_s1:before {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    width: 80%;
    height: 220%;
    left: -120%;
    top: -90%;
    display: inline-block;
    position: absolute;
    z-index: 3;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
  .anm_s1:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s; }
  .anm_s1:hover:before {
    left: -56%; }
  .anm_s1:hover:after {
    background: rgba(0, 0, 0, 0.5); }

/* BACK TO TOP */
.back-to-top {
  position: relative;
  overflow: hidden;
  width: 135px;
  height: 135px;
  display: block;
  position: fixed;
  bottom: -100%;
  right: 0px;
  z-index: 1000;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold; }
  .back-to-top:before {
    content: "";
    width: 300px;
    height: 300px;
    background: #212121;
    display: block;
    position: absolute;
    top: 48px;
    left: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg); }

.back-to-top.show {
  bottom: 0px; }

.back-to-top span {
  display: block;
  right: 0%;
  margin-left: 0;
  position: absolute;
  width: 60%;
  text-align: center;
  line-height: 1em;
  bottom: 22px; }

/*==========================================================
PAGE LOADER
==========================================================*/
#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.98);
  z-index: 99999; }

#preloader {
  position: absolute;
  width: 125px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

#preloader span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffee38;
  opacity: 0.5;
  border-radius: 20px;
  animation: preloader 1s infinite ease-in-out; }

#preloader span:nth-child(2) {
  left: 25px;
  animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s; }

#preloader span:nth-child(3) {
  left: 50px;
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s; }

#preloader span:nth-child(4) {
  left: 75px;
  animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s; }

#preloader span:nth-child(5) {
  left: 100px;
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s; }

@keyframes preloader {
  0% {
    opacity: 0.3;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }

  50% {
    opacity: 1;
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    background: #f1c40f;
    box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 20px 3px rgba(0, 0, 0, 0.05); }

  100% {
    opacity: 0.3;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); } }

body {
  overflow-x: hidden; }

@media only screen and (max-device-width: 375px) {
  #engo-6 {
    display: none !important; }

  #engo-2 {
    margin: 0px 0 0 !important; }

  .lena-banner {
    margin-top: 100px !important; }

  .lena-banner.lena-banner-1 {
    margin-top: 0px !important; }

  .main-slider {
    border-bottom: none !important;
    margin-bottom: 0px !important; }

  .shop-cat-item .title, .shop-cat-item .sidebar .block .block-title h3, .sidebar .block .block-title .shop-cat-item h3, .shop-cat-item .sidebar .block .block-title .h3, .sidebar .block .block-title .shop-cat-item .h3 {
    font-size: 12px !important;
    padding: 0px !important; }

  .shop-cat-item fieldset legend {
    font-size: 12px !important;
    padding: 0px !important; }

  .shop-cat-item fieldset {
    padding: 3px !important;
    border: none !important; }

  .topCart {
    margin-top: 15px !important; }

  .header-search {
    margin-top: 22px !important; }

  .mobile-menu {
    margin-top: 24px !important; }

  .footer-main {
    text-align: center; }

  .col-xs-4 {
    width: 100% !important; }

  .header .logo-wrapper {
    max-width: 160px !important;
    padding-top: 17px !important; }

  div.col-sm-2.col-xs-4 {
    width: 50% !important; }

  .shop-cat-item fieldset legend, .shop-cat-subtitle {
    font-size: 20px !important; }

  .shop-cat-item .title, .shop-cat-item .sidebar .block .block-title h3, .sidebar .block .block-title .shop-cat-item h3, .shop-cat-item .sidebar .block .block-title .h3, .sidebar .block .block-title .shop-cat-item .h3, .lena-banner-1 .shop-cat-item.item1 .shop-cat-title, .lena-banner-1 .shop-cat-title a {
    font-size: 30px !important;
    font-weight: bold !important; }

  .col-xs-6 {
    width: 100% !important; }

  .lena-banner-1 .shop-cat-item.item1 .shop-cat-sale {
    font-size: 14px !important; }

  .homepage-content {
    padding: 25px 30px !important;
    text-align: center !important; }

  .homepage-content h1, .homepage-content .h1 {
    font-size: 20px !important; } }
@media only screen and (max-device-width: 667px) and (min-width: 376px) {
  #engo-6 {
    display: none !important; }

  #engo-2 {
    margin: 0px 0 0 !important; }

  .lena-banner {
    margin-top: 0px !important; }

  #rev_slider {
    height: 170px !important; }

  .main-slider {
    border-bottom: none !important;
    margin-bottom: 0px !important; }

  .shop-cat-item .title, .shop-cat-item .sidebar .block .block-title h3, .sidebar .block .block-title .shop-cat-item h3, .shop-cat-item .sidebar .block .block-title .h3, .sidebar .block .block-title .shop-cat-item .h3 {
    font-size: 12px !important;
    padding: 0px !important; }

  .shop-cat-item fieldset legend {
    font-size: 12px !important;
    padding: 0px !important; }

  .shop-cat-item fieldset {
    padding: 3px !important;
    border: none !important; }

  .topCart {
    margin-top: 25px !important;
    margin-right: 30px !important; }

  .header-search {
    margin-top: 31px !important; }

  .mobile-menu {
    margin-top: 34px !important; }

  .footer-main {
    text-align: center; } }
