/*fix boostrap */
.container {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .container {
    width: 1190px;
  }
}
@media (max-width: 576px) {
  .col-xxs-12 {
    width: 100%;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/*end fix theme*/
/* Reset 
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

f
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

/* Basics
================================================== */
* {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

body {
  font: 14px "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.8;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center {
  text-align: center;
  margin: auto;
}

.hide {
  display: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2125em;
  margin-top: -0.2em;
  margin-bottom: 0.2em;
}

h1 {
  font-size: 2.3125em;
}

h2 {
  font-size: 1.6875em;
}

h3 {
  font-size: 1.4375em;
}

h4 {
  font-size: 1.375em;
}

h5 {
  font-size: 1.375em;
}

h6 {
  font-size: 1.375em;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.6875em;
  }

  h2 {
    font-size: 1.475em;
  }

  h3 {
    font-size: 1.375em;
  }
}
p {
  margin: 10px 0 0 0;
}

p img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

hr {
  border: solid #f0f0f0;
  border-width: 1px 0 0;
  clear: both;
  margin: 0px;
  height: 0;
  width: 100%;
}

hr.full-width {
  position: absolute;
  left: 0px;
}

.no-underline a, a.no-underline {
  text-decoration: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

/* Links */
a {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: 0;
}

a, a:visited {
  color: #7fc4bf;
  outline: 0;
  text-decoration: none;
}

a:hover, a:focus {
  color: #7fc4bf;
  outline: 0;
  text-decoration: none;
}

/* List */
ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 0.1em 0 0.1em 1em;
  font-size: 90%;
}

/* Input */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #deddde;
  padding: 6px 10px;
  outline: none;
  font-size: 13px;
  color: #777;
  margin: 0;
  width: 285px;
  display: inline-block;
  background: #fff;
  line-height: 18px;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  height: 36px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #deddde;
  color: #444;
}

textarea {
  min-height: 60px;
}

label,
legend,
label span {
  font-size: 12px;
}

input[type="checkbox"] {
  display: inline;
}

/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #7fc4bf;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  padding: 0px 8px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}

a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.btn span,
button span,
input[type="submit"] span,
input[type="reset"] span,
input[type="button"] span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.title-featured {
  margin-bottom: 20px;
}

/* Align vertical */
.align {
  display: table;
  width: 100%;
}

.align .vertical {
  display: table-cell;
  vertical-align: middle;
}

/* Bootstrap */
.content {
  padding-bottom: 60px;
}

.tabsPages .page.info ul,
.page-title .col-md-7 ul,
.page-title .col-md-12 ul {
  list-style: inherit;
  list-style-position: inside;
}

.tabsPages .page.info a,
.page-title .col-md-7 a,
.page-title .col-md-12 a {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .col-md-clear {
    clear: both;
  }
}
/* header
================================================== */
header {
  background: #fff;
}

/* .topnav */
@media (max-width: 767px) {
  .topnav .my-account {
    display: none;
  }
}
.mobile {
  -webkit-transform: translate3d(0, 0, 0);
}

.header-right .align {
  width: initial;
}

/* burger open/close */
.align .burger {
  display: none;
}

header.open .fa-bars:before {
  content: "\f00d";
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  header {
    border: 0px;
  }

  .header-right {
    padding: 0 10px;
    border-bottom: 2px solid #454545;
  }

  .topnav {
    position: relative;
    z-index: 1000;
  }

  .navigation {
    padding: 0px;
  }
  .navigation .logo {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 30px 0px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    line-height: 0px;
  }
  .navigation .logo, .navigation .burger {
    background-color: white;
  }
  .navigation .burger {
    position: relative;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    z-index: 10;
    font-size: 22px;
    padding-top: 10px;
  }
  .navigation .burger img {
    margin: 5px 15px;
  }
  .navigation .burger.open li {
    background-color: #7fc4bf;
  }

  nav {
    width: 240px;
    height: auto;
    position: absolute;
    overflow-y: auto;
    left: 0;
    top: 0;
    background-color: #414141;
    box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    z-index: -1000;
  }

  .formSearch {
    float: none;
  }

  .formSearch {
    width: 100%;
    padding: 15px;
    margin: 0px;
    border-bottom: 1px solid #474747;
  }

  .formSearch input {
    max-width: 100%;
  }

  .formSearch .glyphicon-search {
    margin-top: 14px;
    padding: 14px 10px;
    transition: 0.3s ease;
  }
  .formSearch .glyphicon-search:hover {
    color: #7fc4bf;
  }

  .wrapper {
    background-color: white;
    position: relative;
    z-index: 1;
  }

  header {
    margin-left: 0px;
    width: 100%;
    overflow: hidden;
    transition: margin-left .25s ease-in-out;
    -moz-transition: margin-left .25s ease-in-out;
    -webkit-transition: margin-left .25s ease-in-out;
  }

  header.open {
    margin-left: 240px;
  }

  header.close {
    margin-left: 0px;
  }

  .wrapper {
    left: 0px;
    transition: left .25s ease-in-out;
    -moz-transition: left .25s ease-in-out;
    -webkit-transition: left .25s ease-in-out;
  }

  .wrapper.open {
    left: 240px;
  }

  .wrapper.close {
    left: -9999;
  }

  /* .view-subnav */
  .item.sub {
    position: relative;
  }

  .item.sub .itemLink {
    padding-right: 40px;
  }

  .item.sub.view-subnav .itemLink {
    font-weight: 600;
    padding-right: 15px;
  }

  nav .item.view-subnav {
    position: absolute;
    background-color: #3d3d3d;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 30px;
    z-index: 1000;
    box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
  }

  nav .view-subnav .subnav {
    display: block !important;
    width: 100%;
    margin: 0px;
  }

  @-webkit-keyframes fadeIn {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  nav .view-subnav .subnav .subnav .subitemLink {
    padding-left: 30px;
  }

  /* icons */
  nav .glyphicon-play {
    color: #f7f7f7;
    position: absolute;
    font-size: 10px;
    top: 50%;
    margin-top: -5px;
    right: 15px;
  }

  nav .item.view-subnav .glyphicon-play, nav .glyphicon-remove {
    display: none;
  }

  nav .glyphicon-remove {
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    color: #7fc4bf;
    right: 15px;
    top: 13px;
    font-size: 16px;
  }
}
/* .page-tile 
================================================== */
.page-title h1 {
  font-size: 1.6875em;
}

.page-title h1.product-page {
  float: left;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .page-title h1 {
    font-size: 1.475em;
  }
}
.page-title .glyphicon {
  font-size: 12px;
  top: -1px;
  float: left;
  margin-left: 5px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .page-title h1 {
    margin-bottom: 0px;
  }
}
/* .slider
================================================== */
/* .headline */
.headline {
  position: relative;
  margin-bottom: 20px;
}

.headline.single {
  margin-bottom: 30px;
}

/* .categories
================================================== */
.categories .category {
  border: 1px solid #deddde;
  margin: 0px -1px -1px 0px;
  padding: 0px;
  position: relative;
  background-color: white;
}

.categories .category img {
  background-color: #7fc4bf;
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
}

.categories .category div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 15px 19px;
}

.categories .category span {
  background-color: #7fc4bf;
  color: white;
  text-transform: uppercase;
  line-height: 22px;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .categories .category.hover span,
  .categories .category.hover img {
    opacity: 0.6;
  }
}
.categories .category span.title {
  position: relative;
  margin-top: 15px;
  font-size: 16px;
  margin-left: 4px;
}

.categories .category span.amount {
  position: absolute;
  bottom: 15px;
  right: 19px;
  font-size: 12px;
}

.categories .category span.amount .glyphicon {
  font-size: 10px;
  margin-right: 4px;
  opacity: 1;
  vertical-align: 1px;
}

@media (max-width: 992px) {
  .categories .category div {
    padding: 11px 14px;
  }

  .categories .category span.amount {
    bottom: 11px;
    right: 14px;
  }
}
/* .products
================================================== */
.products .col-md-10 {
  padding-right: 0px;
}

.products .col-md-10 .no-products-found {
  padding: 0px 15px;
  font-style: italic;
}

@media (max-width: 992px) {
  .products .col-md-10 {
    padding-left: 0px;
  }
}
.products .product a {
  text-decoration: none;
}

.stars-o {
  font-size: 11px;
  color: #b1b1b1;
}

.stars {
  color: #ffae00;
  font-size: 11px;
}

.price {
  color: #de2e2f;
  font-size: 20px;
  font-weight: 300;
}
.price .old-price {
  font-size: 12px;
}

.old-price {
  text-decoration: line-through;
  color: #797979;
}

.top-padding {
  font-size: 13px;
  line-height: 18px;
}

.add-bundle-btn:hover {
  color: #fff;
}

.products .product .image-wrap .cart {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 0px 4px;
  text-transform: uppercase;
  border: 1px solid;
  margin-top: 10px;
  text-decoration: none;
  color: #7fc4bf;
}

.product-page .quantity {
  margin-bottom: 30px;
}
.product-page .quantity:before, .product-page .quantity:after {
  content: " ";
  display: table;
}
.product-page .quantity:after {
  clear: both;
}
.product-page .review a {
  display: inline-block;
}
.product-page #product_configure_form .btn {
  background: transparent;
  line-height: 24px;
  box-shadow: 0 0 0 1px #deddde inset;
  position: relative;
  padding: 7.5px 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 10px;
  display: inline-block;
  height: 34px;
  margin-right: 10px;
  color: #666a6d;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 991px) {
  .product-page #product_configure_form .btn {
    margin-bottom: 10px;
  }
}
.product-page #product_configure_form .btn.cart {
  padding: 7.5px 14px;
}
.product-page #product_configure_form .btn.last-child {
  margin: 0;
}
.product-page #product_configure_form .btn.compare, .product-page #product_configure_form .btn.wishlist {
  width: 34px;
  opacity: 0;
}
.product-page #product_configure_form .btn:before {
  box-shadow: 0 0 0 1px #deddde inset;
  content: "";
  height: 100%;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 100%;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.product-page #product_configure_form .btn:hover {
  background: #7fc4bf;
  box-shadow: 4px 4px 0 0 #5c6665;
  color: #fff;
}
.product-page #product_configure_form .btn:hover:before {
  box-shadow: none;
}
.product-page .buttons {
  margin-bottom: 20px;
}
.product-page .buttons a {
  box-shadow: 0 0 0 1px #deddde inset;
  position: relative;
  padding: 7.5px 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 10px;
  display: inline-block;
  height: 34px;
  margin-right: 10px;
  color: #666a6d;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 991px) {
  .product-page .buttons a {
    margin-bottom: 10px;
  }
}
.product-page .buttons a.cart {
  padding: 7.5px 14px;
}
.product-page .buttons a.last-child {
  margin: 0;
}
.product-page .buttons a.compare, .product-page .buttons a.wishlist {
  width: 34px;
  opacity: 0;
}
.product-page .buttons a:before {
  box-shadow: 0 0 0 1px #deddde inset;
  content: "";
  height: 100%;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 100%;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.product-page .buttons a:hover {
  background: #7fc4bf;
  box-shadow: 4px 4px 0 0 #5c6665;
  color: #fff;
}
.product-page .buttons a:hover:before {
  box-shadow: none;
}

.product-container {
  transition: 0.3s ease-in-out;
}
.product-container .image-wrap {
  position: relative;
}
.product-container .image-wrap img {
  background-color: #f7f7f7;
  border: 1px solid #deddde;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
}
.product-container .info {
  padding: 16px 5px;
  min-height: 180px;
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .product-container .info {
    padding: 16px 0;
  }
}
.product-container .name {
  margin: 5px 0 10px;
  max-height: 40px;
}
.product-container .name a {
  text-decoration: none;
  font-size: 13px;
  color: #414141;
  font-weight: 500;
  line-height: 20px;
  display: block;
  max-height: 40px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.product-container .name a:hover {
  color: #7fc4bf;
}
.product-container .sale-new {
  position: absolute;
  height: 30px;
  padding: 4px 10px;
  text-align: center;
  background: #e82a16;
  color: #fff;
  border-radius: 4px 4px 0;
  font-size: 13px;
  left: 10px;
  top: 10px;
  z-index: 20;
  text-transform: uppercase;
  font-weight: 500;
}
.product-container .sale-new.new-label {
  background: #7fc4bf;
}
.product-container .sale-new.new-label:before {
  border-right-color: #7fc4bf;
}
.product-container .sale-new:before {
  position: absolute;
  bottom: -6px;
  right: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid #e82a16;
  border-bottom: 8px solid transparent;
  content: "";
}
.product-container .price {
  font-size: 16px;
  margin-bottom: 10px;
}
.product-container .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-container .actions a {
  box-shadow: 0 0 0 1px #deddde inset;
  position: relative;
  padding: 7.5px 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 10px;
  display: inline-block;
  min-height: 34px;
  margin-right: 10px;
  color: #666a6d;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 1199px) {
  .product-container .actions a {
    margin-right: 5px;
  }
}
.product-container .actions a.cart {
  padding: 7.5px 14px;
}
.product-container .actions a.last-child {
  margin-right: 0;
}
.product-container .actions a.compare, .product-container .actions a.wishlist {
  width: 34px;
  opacity: 0;
}
@media (max-width: 1199px) {
  .product-container .actions a.compare, .product-container .actions a.wishlist {
    opacity: 1;
  }
}
.product-container .actions a:before {
  box-shadow: 0 0 0 1px #deddde inset;
  content: "";
  height: 100%;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 100%;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.product-container .actions a:hover {
  background: #7fc4bf;
  box-shadow: 4px 4px 0 0 #5c6665;
  color: #fff;
}
.product-container .actions a:hover:before {
  box-shadow: none;
}
.product-container:hover .actions a.compare, .product-container:hover .actions a.wishlist {
  opacity: 1;
}

.products .product .info.strict {
  height: auto;
  overflow: auto;
}

.products .product .info.strict .unit-price {
  display: block;
  clear: both;
}

@media (max-width: 1025px) {
  .products .product .image-wrap .description {
    display: none;
  }

  .products .product .image-wrap .description .text {
    padding: 0px;
  }
}
/* .sidebar
================================================== */
.sidebar {
  color: #797979;
  margin-bottom: 20px;
}
.sidebar strong {
  display: block;
  padding-top: 10px;
}

/* .price-filter */
.price-filter-range {
  font-size: 10px;
}

#collection-filter-price {
  height: 12px;
  border: 1px solid #deddde;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative;
}

#collection-filter-price .ui-slider-range {
  background-color: #f7f7f7;
  border: 1px solid #deddde;
  margin: -1px 0 0 -1px;
  position: absolute;
  height: 12px;
}

#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 0;
  top: -3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;
  border: 1px solid #ccc;
  background-color: white;
  outline: none;
}

.price-filter-range .min {
  float: left;
}

.price-filter-range .max {
  float: right;
}

/* select */
.sidebar {
  /* nav */
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ol, .sidebar ol ul {
  margin-left: 15px;
}
.sidebar .block {
  box-shadow: 0 0 0 1px #deddde inset;
  margin-bottom: 20px;
  background: #fff;
}
.sidebar .block h4 {
  background: #7fc4bf;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 12px 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.sidebar .block .content-block {
  padding: 20px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ol, .sidebar ol ul {
  font-size: 100%;
}
.sidebar select {
  display: block;
  max-width: 100%;
}
.sidebar ul li.item {
  font-size: 13px;
}
.sidebar ul li.item:last-child {
  border-bottom: none;
}
.sidebar ul li.item .itemLink {
  display: block;
  text-transform: normal;
}
.sidebar ul li.item .itemLink, .sidebar ul li.item .subitemLink {
  color: #666a6d;
  text-decoration: none;
}
.sidebar ul li.item .itemLink:hover, .sidebar ul li.item .subitemLink:hover {
  color: #666a6d;
}
.sidebar ul li.item .active, .sidebar ul li.item .active:hover {
  color: #000;
}
.sidebar ul li.item .subnav .subnav {
  margin-left: 15px;
}

/* .pager
================================================== */
.pager {
  font-size: 12px;
  color: #797979;
  margin: 0px;
  padding-top: 0px;
}

.pager .left {
  font-size: 12px;
}

.pager ul {
  border: 1px solid #deddde;
}

.pager ul li {
  display: inline;
}

.pager ul li a {
  color: #797979;
  float: left;
  padding: 7px 18px;
  line-height: 20px;
  text-decoration: none;
  border-right: 1px solid #f0f0f0;
}

.pager ul li a:hover {
  color: #414141;
}

.pager ul li a .glyphicon {
  font-size: 10px;
  line-height: 18px;
}

.pager ul li:last-child a {
  border-right: 0px;
}

.pager ul li.active a {
  background-color: #f7f7f7;
}

.pager ul li.prev a {
  border-left-width: 1px;
}

.pager ul li.disabled {
  display: none;
}

/* Product page
================================================== */
.product-wrap {
  padding-top: 20px;
}

/* .zoombox */
.zoombox .images {
  position: relative;
  display: block;
  border: 1px solid #deddde;
  margin-bottom: 20px;
  width: 80%;
  float: left;
}
.zoombox .thumbs {
  width: 20%;
  float: left;
  padding-left: 12px;
}

.zoombox .images a {
  display: none;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  overflow: hidden;
}

.zoombox .images a.first {
  display: block;
}

.zoombox .images a img, .zoombox .thumbs a img {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}

.zoombox .images a img.zoomImg {
  max-height: none;
}

.zoom a {
  text-decoration: none;
}

.zoombox .thumbs a {
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .zoombox .images {
    max-width: 358px;
  }
}
.product-info .row {
  clear: both;
  margin-right: 0px;
}

/* .product-option */
.product-info .product-option {
  border-top: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

.product-configure-custom-option,
.product-configure-variants,
.product-configure-options {
  margin: 0px 15px 15px 0px;
  clear: both;
}
.addition .product-configure-custom-option, .addition
.product-configure-variants, .addition
.product-configure-options {
  margin: 0;
}

.addition {
  margin-bottom: 20px;
}
.addition .product-configure-custom-option span:after {
  content: ",";
  display: inline-block;
}
.addition .product-configure-custom-option span:last-child:after {
  display: none;
}

.reviews-total {
  font-size: 13px;
  color: #969696;
}

.product-meta h3 {
  margin-bottom: 12px;
}
.product-meta .des {
  font-size: 13px;
  color: #636363;
}

.product-configure label {
  min-width: 120px;
  display: inline-block;
  color: #000;
  font-size: 14px;
}

#product_configure_form {
  margin-top: 20px;
  margin-bottom: 20px;
}
#product_configure_form .btn {
  float: left;
}

/* .product-price */
.product-info .product-price {
  padding-bottom: 30px;
  border-top: 1px solid #f0f0f0;
}

.product-info .product-price .price {
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  vertical-align: middle;
}

/* quantity */
.product-info .product-price .cart {
  float: right;
  line-height: 0px;
}

.product-info .product-price .cart input {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  padding: 8px 5px;
}

.product-info .product-price .cart .change {
  float: left;
  width: 16px;
  height: 40px;
  background-color: #f7f7f7;
  margin-right: 10px;
  border: 1px solid #deddde;
  border-left: 0px;
}

.product-info .product-price .cart .change a {
  color: #797979;
  display: block;
  width: 16px;
  height: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
}

.product-info .product-price .cart .change a:hover {
  color: #414141;
}

@media (max-width: 480px) {
  .product-info .product-price .price {
    line-height: 24px;
  }

  .product-info .price-wrap, .product-info .product-price .cart {
    float: none;
    width: 100%;
  }

  .product-info .product-price .cart {
    margin-top: 15px;
  }
}
/* add to cart */
.product-info .product-price .btn {
  overflow: hidden;
  margin-top: -1px;
  line-height: 37px;
  height: 39px;
  padding: 0px 30px;
}

.product-info .product-price .btn:hover span {
  opacity: 0;
}

.product-info .product-price .btn::before {
  left: 0;
  top: -50px;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  text-align: center;
}

.product-info .product-price .btn:hover::before {
  top: 2px;
}

/* .tabs */
.product-tabs {
  padding-top: 0px;
}

.tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tabs ul li {
  float: left;
}

.tabs ul li a {
  color: #444;
  border-top: 0;
  border-right: 0;
  display: block;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
  font-size: 18px;
}

.tabs ul li:first-child a {
  border-left: 0px;
}

.tabs ul li.active a {
  border-bottom-color: transparent;
  font-weight: bold;
}

.tabs ul li.active a small {
  font-weight: normal;
}

.tabsPages {
  width: 100%;
}

.tabsPages .page {
  clear: both;
  display: none;
  min-height: 160px;
  overflow: auto;
  padding: 15px;
  width: 100%;
}

.tabsPages .page.active {
  display: block;
}

.tabsPages .page.info .details {
  margin-bottom: 20px;
}

.tabsPages .page.info .details tr td {
  padding-right: 10px;
  font-style: italic;
}

.tabsPages .page.info .details .out-of-stock {
  color: #eb6161;
}

/* .reviews */
.tabsPages .page.reviews .review {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}

.tabsPages .page.reviews .stars {
  font-size: 10px;
  float: right;
}

.tabsPages .page.reviews .bottom {
  font-size: 12px;
}

/* .tags-actions */
.product-actions {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 0px;
}

.product-actions .social-media {
  line-height: 0px;
}

.product-actions .social-media .social-block {
  float: left;
  margin: 0px 15px 0px 0px;
}

.product-actions .tags-actions {
  padding-top: 0px;
  font-size: 12px;
  color: #797979;
  margin-right: 0px;
}

.product-actions .tags {
  padding-right: 0px;
}

.product-actions .tags h2 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  line-height: inherit;
  display: inline;
}

.product-actions .tags-actions .actions {
  padding-right: 0px;
}

.product-actions .tags-actions .actions a {
  color: #797979;
}

.product-actions .tags-actions .actions a:hover {
  color: #414141;
}

@media (max-width: 992px) {
  .product-actions .social-media {
    padding-left: 0px;
  }

  .product-actions .tags-actions .actions {
    text-align: left;
    margin-top: 15px;
  }

  .product-actions .social-media {
    margin-bottom: 15px;
  }

  .product-actions .tags, .product-actions .actions {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .tabsPages .page {
    max-height: 160px !important;
  }

  .product-actions, .product-info .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .product-actions .tags, .product-actions .actions {
    margin-left: 0px;
  }

  .product-actions .social-media {
    padding-left: 15px;
  }
}
/* footer
================================================== */
footer {
  color: #f7f7f7;
  background: transparent;
}
footer .footer-top {
  background: #2f2f2f;
  padding: 16px 20px;
  box-shadow: 0 0 0 1px #2f2f2f;
}
@media (max-width: 991px) {
  footer .footer-top .links > div {
    margin-bottom: 20px;
  }
}
footer .copyright-payment {
  background: #222222;
  box-shadow: 0 0 0 1px #222222;
  color: #6c6c6c;
  font-size: 12px;
  background-color: #3d3d3d;
  padding: 15px  20px;
}
footer .copyright-payment .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
footer .copyright-payment .copyright {
  color: #b2b6ba;
}
footer .copyright-payment .payments {
  line-height: 12px;
}
footer .copyright-payment .payments img {
  display: inline-block;
  height: 22px;
  width: auto;
  line-height: 35px;
  margin-left: 7px;
}
footer .footer-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 25px;
  float: left;
}
footer a, footer .links a, footer .list {
  color: #aaaaaa;
  font-size: 13px;
}
footer .list ul li {
  clear: both;
}
footer .list ul li .contact {
  margin-bottom: 5px;
}
footer .list ul li span {
  overflow: hidden;
}
footer .list ul li span i {
  border: 1px solid #e4e5e7;
  border-radius: 50%;
  height: 25px;
  line-height: 22px;
  margin-right: 12px;
  text-align: center;
  width: 25px;
}
footer .list li {
  line-height: 36px;
}
footer .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer hr {
  border-color: black;
  opacity: 0.085;
}
footer input[type="text"] {
  border-color: rgba(0, 0, 0, 0.085);
}
footer .newsletter {
  margin-bottom: 30px;
}
footer .newsletter .description {
  margin-bottom: 16px;
}
footer .newsletter form {
  display: inline-block;
  position: relative;
  width: 100%;
}
footer .newsletter form input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 38px;
  padding-right: 100px;
}
footer .newsletter form .btn {
  overflow: hidden;
  margin-top: -1px;
  line-height: 28px;
  position: absolute;
  right: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
}
footer .newsletter form .btn span {
  color: #fff;
}
footer .newsletter form .btn:hover span {
  opacity: 0;
}
footer .newsletter form .btn::before {
  left: 0;
  top: -50px;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
footer .newsletter form .btn:hover::before {
  top: 2px;
}
footer .newsletter .title {
  display: block;
  line-height: 21px;
  float: left;
  font-weight: 600;
  font-size: 18px;
  margin: 5px 15px 5px 0px;
}
footer .description {
  display: block;
  padding-bottom: 10px;
  line-height: 16px;
  padding-top: 8px;
  color: #aaaaaa;
  font-size: 13px;
}

/* .social-icons */
.social-media {
  line-height: 0px;
  clear: both;
}

.social-media .social-icon {
  display: inline-block;
  background-image: url(social-icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  margin-bottom: 5px;
}

.social-media .social-icon:hover {
  opacity: 1;
}

.social-media .social-icon.facebook {
  background-position: 0px 0px;
}

.social-media .social-icon.twitter {
  background-position: -32px 0px;
}

.social-media .social-icon.google {
  background-position: -64px 0px;
}

.social-media .social-icon.pinterest {
  background-position: -96px 0px;
}

.social-media .social-icon.youtube {
  background-position: -128px 0px;
}

.social-media .social-icon.tumblr {
  background-position: -160px 0px;
}

.social-media .social-icon.instagram {
  background-position: -192px 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  .social-media .social-icon {
    background-image: url(social-icons-2x.png);
    background-size: cover;
  }
}
@media (max-width: 767px) {
  footer a {
    line-height: 25px;
  }
  footer form {
    margin: 10px 0px;
  }
  footer .links ul {
    margin-bottom: 15px;
  }
  footer .contact {
    margin-bottom: 5px;
  }
  footer .newsletter .title {
    margin: 0px 0px 15px 0px;
    float: none;
  }
  footer .newsletter input {
    max-width: 160px;
  }
  footer form .btn {
    line-height: 37px;
  }
  footer .social-media, footer .newsletter {
    text-align: left;
  }
  footer .social-media {
    margin-top: 15px;
  }
}
footer .hallmarks {
  margin-top: 30px;
}

/* DE */
.strict-shipping {
  padding-top: 0px;
}

.shipping-cost {
  display: block;
  text-align: right;
  width: 100%;
}

.shipping-cost.collection {
  margin-bottom: 30px;
}

/* GUI
================================================== */
.gui a.gui-button-large,
.gui a.gui-button-small,
.gui-block,
.gui-block.gui-closed .gui-block-title,
.gui-block-option,
.gui-block-option img.gui-border,
.gui-block-option-block,
.gui-block-title span,
.gui-image,
.gui-input,
.gui-text,
.gui-messages ul,
.messages ul,
.gui-number,
.gui-popover,
.gui-popover-bg,
.gui-popover-content,
.gui-popover-title a,
.gui-select,
.gui-table,
.gui-block-content .gui-mask,
.gui-block-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.gui .gui-progressbar {
  background-color: transparent;
}

/* BUNDLES
================================================== */
.bundleproductinfo h3 {
  font-size: 14px;
}

.bundle h3 {
  margin-bottom: 25px;
}

.glyph-bundle {
  position: absolute;
  top: 70px;
  margin-left: -17px;
}

.bundlecart {
  width: 16.666667%;
}

.bundleproductinfo {
  height: 60px;
}

.product .bundleproductinfo a {
  max-height: 70px !important;
  color: #666a6d;
  font-size: 13px;
  font-weight: 500;
}

.bundleproductinfo p {
  margin-top: -6px;
  font-size: 12px;
}

.line-through {
  text-decoration: line-through;
}

@media (max-width: 767px) {
  .bundle {
    display: none;
  }
}
@media (max-width: 992px) {
  .product:nth-child(5) > .glyph-bundle {
    display: none;
  }
}
/* Collapsing footer */
span.glyphicon.glyphicon-chevron-down {
  display: none;
}

@media (max-width: 480px) {
  .collapse {
    display: block;
    margin-bottom: 10px;
  }

  .collapse + input {
    display: none;
  }

  .collapse + input + * {
    display: none;
  }

  .collapse + input:checked + * {
    display: block;
  }

  .collapse {
    cursor: pointer;
  }

  span.glyphicon.glyphicon-chevron-down {
    float: right;
    display: inline-block;
    font-size: 10px;
    margin-top: 5px;
  }
}
.collapse {
  color: inherit;
}

.glyphicon-chevron-down {
  color: inherit;
}

.collapse_input {
  visibility: hidden;
}

/* block-subtitle */
.gui-block-subtitle,
.gui-content-subtitle {
  min-height: 30px;
  height: auto !important;
}

.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider li {
  float: left;
}
.slider img {
  display: block;
  max-width: 100%;
  background-color: #f7f7f7;
  height: auto !important;
}

.slider-prev,
.slider-next {
  background-color: #414141;
  color: #fff;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  margin-top: -35px;
}
.slider-prev:hover i,
.slider-next:hover i {
  color: #fff;
}
.slider-prev i,
.slider-next i {
  color: #fff;
}

.headline:hover .slider-prev,
.headline:hover .slider-next {
  opacity: 1;
}

.slider-prev {
  left: 0;
  transition: 0.3s ease;
}

.slider-prev:hover {
  background: #7fc4bf;
}

.slider-next {
  right: 0;
  transition: 0.3s ease;
}

.slider-next:hover {
  background: #7fc4bf;
}

.slider-pagination {
  width: 100%;
  text-align: center;
  line-height: 0px;
  margin: 20px 0px;
}

.slider-pagination a {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #414141;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-indent: -9999px;
  margin: 0px 6px;
  padding: 0px;
  border: 1px solid #7fc4bf;
}

.slider-pagination a.active {
  background: #7fc4bf;
}

/* topbar*/
.topnav {
  color: #636363;
  border-bottom: 1px solid #deddde;
  font-size: 12px;
  line-height: 12px;
}

.topnav a {
  color: #636363;
  line-height: 16px;
  text-decoration: none;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.topnav a:hover {
  opacity: 0.8;
}

.topnav a .glyphicon {
  margin: 0px 10px 0px 20px;
}

.topnav .tui-dropdown {
  border-left: 1px solid #e3e3e3;
  display: inline-block;
  line-height: 32px;
  padding: 0 15px;
  position: relative;
}
.topnav .tui-dropdown:hover span {
  color: #7fc4bf;
}
.topnav .tui-dropdown.currency ul {
  min-width: auto;
}

.topnav .tui-dropdown:hover ul {
  opacity: 1;
  visibility: visible;
}

.topnav .tui-dropdown ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.3s ease;
  background: #fff;
  width: 100%;
  min-width: 140px;
  left: 0;
  border-bottom: 0;
  z-index: 20;
  border-bottom: 0 none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}

.topnav .tui-dropdown ul li a {
  margin-left: 10px;
  margin-right: 10px;
  color: inherit;
  display: inline-block;
}
.topnav .tui-dropdown ul li a:hover {
  color: #7fc4bf;
}
.topnav .tui-dropdown ul li:first-child a {
  margin-top: 10px;
}
.topnav .tui-dropdown ul li:last-child a {
  margin-bottom: 10px;
}

.headerlinks {
  font-size: 13px;
  line-height: 32px;
}
.headerlinks.tui-dropdown ul {
  min-width: 140px;
}

.headerlinks .login a {
  color: #7fc4bf;
}

.logo {
  text-align: center;
}

.logo a {
  display: inline-block;
}

/* .formSearch */
.formSearch {
  position: relative;
  width: 190px;
  float: right;
}

.formSearch input {
  padding-left: 10px;
  margin-bottom: -1px;
  height: 32px;
  border-bottom: none;
  border-top: none;
  max-width: 190px;
  padding-right: 30px;
}

.formSearch input:focus {
  border-color: #e3e3e3;
}

.formSearch .glyphicon-search {
  cursor: pointer;
  color: #797979;
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  padding: 9px 25px 11px 10px;
}

.menu-wrap .main-menu {
  padding: 18px 0 20px;
}

.menu-wrap .main-menu .header-cart, .menu-wrap .main-menu .header-contact {
  line-height: 65px;
}

/* nav */
.align .vertical .logo img {
  max-width: 100%;
  height: auto;
}

nav.desktop {
  line-height: 0;
}
nav.desktop ul {
  float: none;
  display: inline-block;
  margin: 0px;
  line-height: 18px;
}
nav.desktop ul li {
  margin: 0px;
  line-height: 18px;
  float: left;
}
nav.desktop ul li a {
  display: block;
  padding: 13px 23px 12px;
  color: #414141;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
  transition: 0.3s ease;
}
nav.desktop ul li a:hover {
  color: #7fc4bf;
  transition: 0.3s ease;
}
nav.desktop ul li a:after, nav.desktop ul li a:before {
  background: #7fc4bf;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-out 0s;
  width: 0;
}
nav.desktop ul li a:before {
  top: -2px;
}
nav.desktop ul li a:after {
  bottom: -2px;
}
nav.desktop ul li:last-child {
  margin-right: 0px;
}

nav.desktop ul li:hover a:before, nav.desktop ul li:hover a:after {
  opacity: 1;
  width: 100%;
}

nav.desktop ul a, nav.desktop ul a:visited {
  color: #414141;
}

nav.desktop .glyphicon-play, nav.desktop .glyphicon-remove {
  display: none;
}

header.open nav.mobile {
  z-index: 1000;
  left: 0;
}

.menu-wrap nav {
  text-align: center;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #e3e3e3 #e3e3e3 #000 #e3e3e3;
  margin-bottom: 16px;
}
.menu-wrap nav.mobile {
  height: 100%;
  position: fixed;
  left: -240px;
  transition: 0.2s ease;
  overflow-y: scroll;
}
.menu-wrap nav.mobile .formSearch {
  float: none;
  width: 100%;
  padding: 15px 0;
}
.menu-wrap nav.mobile .formSearch .glyphicon-search {
  right: 15px;
  padding: 12px 25px 11px 10px;
}
.menu-wrap nav.mobile .formSearch input {
  width: 100%;
  max-width: 100%;
}
.menu-wrap nav.mobile ul li {
  width: 100%;
  clear: both;
  text-align: left;
  line-height: 36px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.menu-wrap nav.mobile ul li a {
  color: #fff;
}
.menu-wrap nav.mobile ul li a:hover {
  color: #7fc4bf;
}

.header-cart .cart {
  font-size: 12px;
}

.header-cart .cart i {
  color: #fff;
  height: 32px;
  line-height: 32px;
  margin-right: 3px;
  text-align: center;
  width: 32px;
  border-radius: 50%;
  background: #7fc4bf;
}

.header-cart .cart span {
  color: #7fc4bf;
}

h2.title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  font-size: 13px;
  z-index: 1;
  font-weight: bold;
  margin-top: 42px;
}
h2.title:after, h2.title:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #deddde;
  bottom: 10px;
  right: 0;
}
h2.title:before {
  left: 0;
  right: inherit;
}
h2.title:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #deddde;
  bottom: 10px;
  right: 0;
}
h2.title span {
  background: #fff;
  border: 1px solid #deddde;
  color: #2f2f2f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 6px 32px 4px;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}
h2.title span:before {
  border: 1px solid #deddde;
  content: "";
  height: 105%;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 101%;
  z-index: 5;
}

.fetured-container {
  margin-top: 50px;
}

.owl-carousel .owl-item {
  padding-left: 10px;
  padding-right: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
  border: 1px solid #deddde;
  width: 22px;
  height: 40px;
  line-height: 40px;
}

.owl-theme .owl-controls .owl-pagination {
  display: none;
}

.blog-content .blog-item {
  margin-bottom: 20px;
}
.blog-content .blog-item .info {
  padding: 12px 15px;
}
.blog-content .blog-item .post-title a {
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.blog-content .blog-item small {
  color: #999999;
  font-size: 13px;
  font-style: italic;
}
.blog-content .blog-item .des {
  font-size: 13px;
  color: #666a6d;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .blog-content .blog-item .readmore-button {
    margin-bottom: 10px;
  }
}
.blog-content .blog-item .readmore-button .btn-default {
  background: transparent;
  color: #666a6d;
  padding: 7.5px 14px;
  font-weight: 500;
  line-height: 20px;
}
.blog-content .blog-item .readmore-button .btn-default i {
  margin-left: 3px;
}
.blog-content .blog-item .readmore-button .btn-default:hover {
  background: #7fc4bf;
  color: #fff;
}
@media (min-width: 992px) {
  .blog-content .blog-item:nth-child(3) .post-wrap, .blog-content .blog-item:nth-child(4) .post-wrap {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
  }
}
.blog-content .blog-item:nth-child(3) {
  clear: both;
}

.post-wrap {
  background: #eceff0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .post-wrap {
    display: flex;
    display: -webkit-flex;
    /* Safari */
  }
  .post-wrap .image-wrap img {
    max-width: 279px;
  }
}

@media (max-width: 1199px) {
  .image-wrap img {
    margin: 0 auto;
  }
}
.btn-default {
  box-shadow: 0 0 0 1px #deddde inset;
  position: relative;
  padding: 7.5px 14px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 10px;
  display: inline-block;
  line-height: normal;
  height: 34px;
  margin-right: 10px;
  color: #666a6d;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn-default:before {
  box-shadow: 0 0 0 1px #deddde inset;
  content: "";
  height: 100%;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 100%;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn-default:hover {
  background: #7fc4bf;
  box-shadow: 4px 4px 0 0 #5c6665;
  color: #fff;
}
.btn-default:hover:before {
  box-shadow: none;
}

.brands {
  box-shadow: 0 0 0 1px #deddde;
  margin-bottom: 1px;
}
.brands.owl-carousel .owl-item {
  padding: 13px 0;
  border-left: 1px solid #deddde;
  background: #fff;
}
.brands.owl-carousel .owl-item:first-child {
  border-left: none;
}

.banner-wrapper .banner-item {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .banner-wrapper .banner-item img {
    width: 100%;
  }
}

.section-blog {
  margin-bottom: 25px;
}

.owl-theme .owl-controls {
  margin: 0;
}

.selectors .sort, .selectors .limit {
  margin-right: 20px;
  margin-bottom: 20px;
}
.selectors .sort select, .selectors .limit select {
  width: 277px;
}
@media (max-width: 767px) {
  .selectors .sort, .selectors .limit {
    margin-right: 0;
  }
  .selectors .sort select, .selectors .limit select {
    width: auto;
  }
}

.grid-list div {
  color: #969696;
  border: 1px solid #deddde;
  font-size: 16px;
  color: #969696;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}
.grid-list div.active {
  background: #7fc4bf;
  color: #fff;
  border-color: #7fc4bf;
}
.grid-list div:first-child {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .grid-list div:first-child {
    margin-right: 9px;
  }
}

.description {
  margin-bottom: 15px;
}

.products-list-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.breadcrumb {
  color: #2f2f2f;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: #fff;
}

.content-header {
  margin-bottom: 30px;
}

.pagination-wrapper {
  padding-top: 20px;
  border-top: 1px solid #deddde;
  margin-top: 20px;
}

.filter-widget h6 {
  margin-bottom: 5px;
  margin-top: 20px;
}
.filter-widget label {
  margin-right: 10px;
  font-size: 13px;
}
.filter-widget label small {
  font-size: 100%;
}

.socials .social {
  float: left;
  margin-right: 5px;
  line-height: normal;
}

.quantity input {
  width: 90px;
  text-align: center;
  height: 38px;
  line-height: 16px;
  display: block;
  float: left;
  padding: 8px 5px;
  margin-top: 1px;
  font-size: 18px;
  font-weight: 500;
}

.quantity .change {
  float: left;
  width: 20px;
  height: 38px;
  margin-right: 10px;
  border: 1px solid #deddde;
  border-left: 0px;
  margin-top: 1px;
}
.quantity .change a {
  background: #d0d0d0;
  color: #fff;
}
.quantity .change a:first-child {
  position: relative;
}
.quantity .change a:first-child:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #deddde;
  position: absolute;
  bottom: 0;
  left: 0;
}
.quantity .change a:hover {
  background: #000;
}

.quantity .change a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 10px;
  padding: 4px 0;
}

.thumbs .active {
  position: relative;
}
.thumbs .active:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 9px solid #deddde;
  border-top: 8px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: -9px;
  top: calc(50% - 8px);
}
.thumbs .active:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 9px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: -8px;
  top: calc(50% - 8px);
}

.gui-blog-comment {
  margin-bottom: 75px;
}

.gui-form input[type="text"], .gui-form input[type="password"], .gui-form input[type="email"], .gui-form textarea, .gui-form select {
  width: 100%;
}

.gui-block, .gui-block-title, .gui-buttons.gui-border, .gui-block-inner, .gui-image {
  border-color: #deddde;
}

.gui-input, .gui-text, .gui-select, .gui-number {
  border-color: #deddde;
}

.gui a.gui-button-large, .gui a.gui-button-small {
  border-color: #deddde;
  line-height: 32px;
}

.gui-blogshort .gui-blog-article-image .gui-blog-article-content, .gui-blogshort .gui-blog-article-image footer, .gui-blogshort .gui-blog-article-image header {
  width: auto;
  padding-left: 0;
}

.gui-block-title {
  background: #7fc4bf;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 12px 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  border: none;
}
.gui-block-title strong {
  color: #fff;
}

.gui-block-linklist li {
  border-bottom: none;
}

.gui-block.gui-margin {
  margin: 20px 0px;
}

#content {
  margin-bottom: 75px;
}
.index #content {
  margin-bottom: 0;
}

footer .newsletter input {
  max-width: 100%;
}

.newsletter .list {
  clear: both;
}

footer .list {
  clear: both;
}

.home-content {
  margin-bottom: 20px;
}

.seo {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.navbar > li.sub:before {
  content: "\f107";
  position: absolute;
  right: 5px;
  top: 12px;
  font-family: FontAwesome;
}

.has-subnav:before {
  content: "\f107";
  position: absolute;
  right: 5px;
  top: 12px;
  font-family: FontAwesome;
  transform: rotate(0deg);
  transition: 0.3s ease;
}
.has-subnav:hover:before {
  transform: rotate(-90deg);
}

nav .subnav {
  background-color: white;
  position: absolute;
  min-width: 240px;
  z-index: 10;
  box-shadow: 0 0 30px 0px rgba(187, 187, 187, 0.43);
  top: 45px;
  padding: 10px;
}

.subnav li {
  display: inherit;
  padding: 0;
  font-weight: 600;
  position: relative;
}

nav .subnav .subitemLink {
  display: block;
  padding: 10px;
  white-space: nowrap;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
}

nav .subnav .subnav {
  top: 0;
  left: 100%;
  z-index: 980;
}

nav.desktop ul li {
  position: relative;
  text-align: left;
}

nav.desktop ul.subnav {
  display: none;
}

nav.desktop ul.subnav li a:before, nav.desktop ul.subnav li a:after {
  display: none;
}

.subnav li {
  width: 100%;
}

nav.desktop ul li:hover:before {
  color: #7fc4bf;
}
nav.desktop ul li:hover > a {
  color: #7fc4bf;
}

@media (max-width: 767px) {
  nav .subnav {
    position: relative;
    background: transparent;
    min-width: auto;
    box-shadow: none;
    top: 0;
    padding: 0;
    margin: 0;
  }
  nav .subnav li {
    padding: 10px;
    line-height: 0;
  }
  nav .subnav li a {
    padding: 0;
  }

  nav .subnav .subnav {
    left: 0;
    line-height: 0;
  }

  nav .subnav .subitemLink {
    padding: 0;
  }
}
.tags-actions {
  text-align: center;
  margin-bottom: 60px;
}
.tags-actions .tags a {
  background: #7fc4bf;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.3s ease;
}
.tags-actions .tags a:hover {
  background: #5c6665;
}

.details td {
  min-width: 120px;
}

.gui-buttons .gui-right a {
  color: #fff;
  background: #7fc4bf;
}

.gui-button-small {
  background: #7fc4bf !important;
  color: #fff !important;
}

.out-of-stock {
  color: #cc181e;
}

.in-stock {
  color: #22a522;
}

.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action {
  border: none;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.gui a.gui-button-large, .gui a.gui-button-small {
  border: none;
}


.product-single__thumbnails li {
  min-height: 125px;
  margin-bottom:12px;
  width:100%;
  border: 1px solid #deddde;
}
.product-single__thumbnails li a {
  display: block;
  margin: 0 auto;
}

.special-collection .carousel-md {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
}
.special-collection .carousel-md.disabled {
  opacity: 0.3;
}
.gui-table tbody tr:first-child td{width: 50px;}

.gui-table tbody tr:first-child td .gui-image{border: none;}
@media (max-width: 480px){
.product-single__thumbnails li{
height: 50px !important;
  min-height: auto;
}
.zoombox .thumbs{
height: 330px !important;}
}