/* Static color */
/*Main Color*/
/* Font */
/* Header */
/* Navigation */
/* Body */
/* Footer */
/* Button Default*/
/* Button Primary*/
@keyframes moveFromLeft {
  from {
    left: -9000px; }

  to {
    left: 0; } }

@keyframes moveFromRight {
  from {
    right: -9000px; }

  to {
    right: 0; } }

@keyframes moveFromTop {
  from {
    top: -5000px; }

  to {
    top: 0; } }

@keyframes moveFromBottom {
  from {
    bottom: -5000px; }

  to {
    bottom: 0; } }

@-webkit-keyframes moveFromLeft {
  from {
    left: -9000px; }

  to {
    left: 0; } }

@-webkit-keyframes moveFromRight {
  from {
    right: -9000px; }

  to {
    right: 0; } }

@-webkit-keyframes moveFromTop {
  from {
    top: -5000px; }

  to {
    top: 0; } }

@-webkit-keyframes moveFromBottom {
  from {
    bottom: -5000px; }

  to {
    bottom: 0; } }

@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0; }

  to {
    margin-top: 0;
    opacity: 1; } }

@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0; }

  to {
    margin-top: 0;
    opacity: 1; } }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: black;
  font-weight: 400; }

#page-body {
  background: white; }

a {
  color: black; }
  a:hover, a:focus {
    color: #c52724;
    text-decoration: none; }

i.left {
  margin-right: 7px; }

i.right {
  margin-left: 7px; }

html, button, input, select, textarea {
  font: 14px/1.35 "Open Sans", Arial, Helvetica, sans-serif; }

button {
  outline: none; }

input:focus, textarea:focus, select:focus,
.form-control:focus {
  outline: none;
  background: #eaeaea;
  border-color: #eaeaea;
  -webkit-box-shadow: 0 0 0 white;
  -ms-transform: 0 0 0 white;
  -o-transform: 0 0 0 white;
  box-shadow: 0 0 0 white; }

p {
  line-height: 20px; }

.heatmap {
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 10;
  opacity: 0;
  display: none; }

.boxes {
  -webkit-box-shadow: 0 0 8px 0 #dddddd;
  -ms-transform: 0 0 8px 0 #dddddd;
  -o-transform: 0 0 8px 0 #dddddd;
  box-shadow: 0 0 8px 0 #dddddd; }

.boxes-wrapper {
  position: relative; }

.boxes-wrapper {
  background-color: #ffffff; }

.btn-1 {
  text-align: center;
  padding: 10px 30px;
  line-height: 27px;
  background: #c52724;
  color: white;
  border: 1px solid #c52724;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-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;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  display: inline-block; }
  .btn-1:hover {
    text-decoration: none;
    background: #333e48;
    color: white;
    border-color: #333e48; }

.btn-2 {
  text-align: center;
  padding: 10px 30px;
  line-height: 27px;
  background: #c52724;
  color: white;
  border: 1px solid #c52724;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-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;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  display: inline-block; }
  .btn-2:hover {
    background: #c52724;
    text-decoration: none;
    color: white;
    border-color: #c52724; }

.spr-badge-caption {
  display: none; }

/*site loading*/
@keyframes "loading" {
  from {
    left: 0; }

  to {
    left: 100%; } }

@-moz-keyframes loading {
  from {
    left: 0; }

  to {
    left: 100%; } }

@-webkit-keyframes "loading" {
  from {
    left: 0; }

  to {
    left: 100%; } }

@-ms-keyframes "loading" {
  from {
    left: 0; }

  to {
    left: 100%; } }

@-o-keyframes "loading" {
  from {
    left: 0; }

  to {
    left: 100%; } }

.load-complete {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 0;
  z-index: 100001; }
  .load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px; }
    .load-complete .load-position h6 {
      text-align: center;
      color: #000;
      font-size: 12px;
      font-weight: 400;
      font-style: italic; }
  .load-complete .logo {
    color: #4C4C4C;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-family: 'mission_scriptregular';
    font-size: 50px; }
  .load-complete .loading-page {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0; }
    .load-complete .loading-page .loading-line {
      position: absolute;
      background: #ececec;
      width: 100%;
      height: 2px; }
    .load-complete .loading-page .loading-break {
      position: absolute;
      background: #c52724;
      width: 15px;
      height: 2px; }
      .load-complete .loading-page .loading-break.loading-dot-1 {
        -webkit-animation: loading 2s infinite;
        -moz-animation: loading 2s infinite;
        -ms-animation: loading 2s infinite;
        -o-animation: loading 2s infinite;
        animation: loading 2s infinite; }
      .load-complete .loading-page .loading-break.loading-dot-2 {
        -webkit-animation: loading 2s 0.5s infinite;
        -moz-animation: loading 2s 0.5s infinite;
        -ms-animation: loading 2s 0.5s infinite;
        -o-animation: loading 2s 0.5s infinite;
        animation: loading 2s 0.5s infinite; }
      .load-complete .loading-page .loading-break.loading-dot-3 {
        -webkit-animation: loading 2s 1s infinite;
        -moz-animation: loading 2s 1s infinite;
        -ms-animation: loading 2s 1s infinite;
        -o-animation: loading 2s 1s infinite;
        animation: loading 2s 1s infinite; }

/* header ----------------*/
.header-content {
  position: relative;
  background-color: white;
  /*stick menu*/ }
  .header-content .top-bar {
    background-color: white;
    border-bottom: 1px solid #eaeaea;
    padding: 8px 0;
    font-size: 13px; }
    .header-content .top-bar .top-bar-contact {
      list-style: none; }
      .header-content .top-bar .top-bar-contact > li {
        display: inline-block;
        padding: 0 15px;
        line-height: 28px;
        color: #334141; }
        .header-content .top-bar .top-bar-contact > li .icon {
          line-height: 28px; }
          .header-content .top-bar .top-bar-contact > li .icon:before {
            margin: 0 7px 0 0px;
            line-height: 28px;
            position: relative;
            top: 4px; }
          .header-content .top-bar .top-bar-contact > li .icon.main-color {
            color: #c52724;
            font-size: 16px; }
        .header-content .top-bar .top-bar-contact > li:first-child {
          padding-left: 0 !important;
          border-left: none; }
  .header-content .top-bar-right {
    font-size: 13px;
    text-align: right; }
    .header-content .top-bar-right > ul > li {
      padding: 0 15px;
      position: relative; }
      .header-content .top-bar-right > ul > li:before {
        content: '';
        height: 15px;
        width: 1px;
        background: #cad5d5;
        position: absolute;
        display: block;
        top: 7px;
        right: 0; }
      .header-content .top-bar-right > ul > li .dropdown-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        min-width: 100px;
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px; }
      .header-content .top-bar-right > ul > li .icon {
        margin: 0 7px 0 0px;
        color: #334141;
        font-size: 16px;
        line-height: 28px; }
        .header-content .top-bar-right > ul > li .icon:before {
          position: relative;
          top: 3px;
          line-height: 28px; }
      .header-content .top-bar-right > ul > li > a {
        display: inline-block;
        font-size: 13px;
        line-height: 28px;
        padding: 0;
        color: #334141; }
        .header-content .top-bar-right > ul > li > a:hover {
          color: #c52724; }
          .header-content .top-bar-right > ul > li > a:hover .icon {
            color: #c52724; }
      .header-content .top-bar-right > ul > li .customer-or {
        display: inline-block;
        padding: 3px 0;
        color: #959595; }
      .header-content .top-bar-right > ul > li:last-child {
        padding-right: 0; }
        .header-content .top-bar-right > ul > li:last-child:before {
          content: none; }
  .header-content .currency {
    margin: 0px;
    position: relative; }
    .header-content .currency:hover .dropdown-menu {
      display: block !important;
      margin-top: 8px; }
      .header-content .currency:hover .dropdown-menu:after {
        content: '';
        display: block;
        height: 12px;
        width: 100%;
        position: absolute;
        display: block;
        left: 0;
        top: -11px; }
  .header-content .top-cart-row {
    display: table-cell;
    vertical-align: middle;
    float: none; }
  .header-content .top-cart-row-container {
    padding: 0px;
    text-align: right; }
  .header-content .wishlist-checkout-holder {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    text-transform: capitalize;
    vertical-align: top;
    text-align: left; }
    .header-content .wishlist-checkout-holder > div {
      display: inline-block; }
      .header-content .wishlist-checkout-holder > div a {
        display: inline-block; }
        .header-content .wishlist-checkout-holder > div a .icon {
          color: #333e48;
          font-size: 24px;
          display: block;
          line-height: 54px; }
          .header-content .wishlist-checkout-holder > div a .icon:before {
            position: relative;
            top: 3px; }
        .header-content .wishlist-checkout-holder > div a:hover .icon {
          color: #c52724; }
      .header-content .wishlist-checkout-holder > div.compare-target {
        position: relative;
        margin: 0 25px 0 0; }
        .header-content .wishlist-checkout-holder > div.compare-target .compare-icon {
          position: absolute;
          display: block;
          right: -10px;
          bottom: 8px;
          border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          -webkit-border-radius: 50% 50% 50% 50%;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          color: #c52724;
          font-weight: 700; }
      .header-content .wishlist-checkout-holder > div.wishlist-target {
        position: relative;
        margin: 0 25px 0 0; }
        .header-content .wishlist-checkout-holder > div.wishlist-target .number {
          position: absolute;
          display: block;
          right: -10px;
          bottom: 8px;
          border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          -webkit-border-radius: 50% 50% 50% 50%;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          color: #c52724;
          font-weight: 700; }
  .header-content .top-cart-holder {
    display: inline-block;
    text-align: left; }
    .header-content .top-cart-holder .cart-target {
      font-size: 15px;
      font-weight: 700;
      position: relative;
      z-index: 12;
      padding: 0;
      line-height: 54px; }
      .header-content .top-cart-holder .cart-target .icon {
        color: #333e48;
        font-size: 24px;
        margin: 0 10px 0 0;
        line-height: 54px;
        display: inline-block;
        font-weight: normal; }
        .header-content .top-cart-holder .cart-target .icon:before {
          position: relative;
          top: 3px; }
      .header-content .top-cart-holder .cart-target .n-item {
        background: #c52724;
        color: white;
        font-size: 12px;
        font-weight: 400;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        display: block;
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%;
        position: absolute;
        display: block;
        left: 10px;
        bottom: 10px; }
      .header-content .top-cart-holder .cart-target:hover .dropdown-menu {
        display: block; }
    .header-content .top-cart-holder .basket {
      cursor: pointer; }
    .header-content .top-cart-holder .basket-item-count {
      display: inline-block;
      position: relative;
      vertical-align: top; }
      .header-content .top-cart-holder .basket-item-count .cart-icon {
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%;
        background: #c52724;
        color: white;
        font-size: 12px;
        font-weight: 700;
        height: 21px;
        line-height: 21px;
        position: absolute;
        right: 12px;
        text-align: center;
        top: 5px;
        width: 21px; }
    .header-content .top-cart-holder .total-price-basket {
      display: inline-block;
      margin: 0 0 0 5px;
      text-transform: capitalize;
      vertical-align: top; }
      .header-content .top-cart-holder .total-price-basket .lbl {
        color: #343f49;
        display: block;
        font-size: 14px;
        line-height: 21px; }
      .header-content .top-cart-holder .total-price-basket .main-color {
        font-size: 22px;
        font-weight: 700;
        color: #c52724; }
      @media (max-width: 767px) {
        .header-content .top-cart-holder .total-price-basket .ajax-total {
          position: absolute;
          right: 0;
          bottom: 6px; } }
  .header-content .header-middle {
    padding: 25px 0; }
  .header-content .top-search-holder {
    clear: none !important;
    display: table-cell;
    vertical-align: middle;
    float: none; }
  .header-content .searchbox {
    position: relative; }
    .header-content .searchbox .navbar-form {
      height: 54px;
      margin: 0;
      padding: 0px;
      position: relative;
      display: block;
      border: 2px solid #c52724;
      border-radius: 25px 25px 25px 25px;
      -moz-border-radius: 25px 25px 25px 25px;
      -webkit-border-radius: 25px 25px 25px 25px; }
    .header-content .searchbox .form-control {
      width: 100%;
      height: 50px;
      padding: 15px 60px 15px 30px;
      border: none;
      line-height: 18px;
      background: none;
      -webkit-box-shadow: inset 0 0 0 white;
      -ms-transform: inset 0 0 0 white;
      -o-transform: inset 0 0 0 white;
      box-shadow: inset 0 0 0 white; }
      .header-content .searchbox .form-control:hover, .header-content .searchbox .form-control:focus {
        -webkit-box-shadow: 0 0 0 white;
        -ms-transform: 0 0 0 white;
        -o-transform: 0 0 0 white;
        box-shadow: 0 0 0 white;
        background: none; }
    .header-content .searchbox button.search-icon {
      border: none;
      border-radius: 0 25px 25px 0;
      -moz-border-radius: 0 25px 25px 0;
      -webkit-border-radius: 0 25px 25px 0;
      position: absolute;
      display: block;
      top: -2px;
      right: -2px;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-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;
      width: 75px;
      min-width: 75px;
      height: 54px;
      text-align: center;
      line-height: 54px;
      padding: 0;
      margin: 0; }
      .header-content .searchbox button.search-icon i.icon-search {
        font-size: 20px;
        display: block;
        line-height: 54px;
        text-align: center;
        width: 100%; }
        .header-content .searchbox button.search-icon i.icon-search:before {
          font-size: 20px;
          display: block;
          line-height: 54px;
          text-align: center;
          width: 100%; }
    .header-content .searchbox #result-ajax-search {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 0px;
      display: none;
      z-index: 12; }
      .header-content .searchbox #result-ajax-search ul {
        margin: 10px 0 0 0;
        max-height: 520px;
        overflow: auto;
        background: white;
        border-top: 2px solid #c52724;
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        -ms-transform: 0 2px 4px rgba(0, 0, 0, 0.2);
        -o-transform: 0 2px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        width: 100%; }
        .header-content .searchbox #result-ajax-search ul:before {
          content: "\f0d8";
          position: absolute;
          display: block;
          left: 48%;
          top: -3px;
          color: #c52724;
          font-size: 18px;
          font-family: FontAwesome; }
        .header-content .searchbox #result-ajax-search ul li {
          display: block;
          overflow: hidden;
          padding: 15px 10px; }
          .header-content .searchbox #result-ajax-search ul li .search-item-img {
            float: left;
            margin: 0px 15px 0 0; }
          .header-content .searchbox #result-ajax-search ul li .search-item-title {
            display: block;
            margin: 0 0 5px;
            color: black;
            font-weight: 700;
            font-size: 15px; }
            .header-content .searchbox #result-ajax-search ul li .search-item-title .marked {
              color: #c52724; }
            .header-content .searchbox #result-ajax-search ul li .search-item-title:hover {
              color: #c52724; }
          .header-content .searchbox #result-ajax-search ul li p {
            color: #1d1a1a;
            font-weight: 700;
            margin: 0;
            padding: 20px; }
          .header-content .searchbox #result-ajax-search ul li .price,
          .header-content .searchbox #result-ajax-search ul li .price-sale,
          .header-content .searchbox #result-ajax-search ul li .price-compare {
            display: inline-block;
            line-height: 28px; }
          .header-content .searchbox #result-ajax-search ul li:hover {
            background: #eeeeee; }
  .header-content .header-nav > .container {
    position: relative; }
  .header-content .header-nav .navigation {
    padding: 0 200px;
    width: 100%; }
  .header-content .header-bottom .top-categ > span {
    display: block;
    padding: 10px 15px;
    line-height: 25px;
    color: white;
    font-size: 20px;
    text-transform: uppercase; }
  .header-content .topmenu .list-topmenu > li {
    padding: 0;
    margin: 0; }
    .header-content .topmenu .list-topmenu > li > a {
      display: inline-block;
      padding: 10px;
      line-height: 25px;
      font-size: 16px;
      text-transform: uppercase; }
    .header-content .topmenu .list-topmenu > li:hover > a {
      background-color: rgba(0, 0, 0, 0.3); }
  .header-content .row-wrapper {
    display: table;
    width: 100%; }
  .header-content .header-logo {
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    float: none; }
    .header-content .header-logo .logo {
      color: #c52724;
      display: inline-block;
      vertical-align: middle; }
    .header-content .header-logo .logo-site {
      color: black;
      font-size: 25px;
      line-height: 0.5;
      vertical-align: middle;
      display: inline-block;
      max-height: 100%;
      max-height: 100%; }
      @media (min-width: 1025px) {
        .header-content .header-logo .logo-site {
          max-width: 230px; } }
      .header-content .header-logo .logo-site:hover {
        color: black; }
  .header-content .search-content {
    padding: 54px 15px;
    text-align: right; }
    .header-content .search-content .search-form {
      border: 1px solid #dddddd;
      text-align: left;
      display: inline-block;
      width: 100%; }
      .header-content .search-content .search-form .search-select-wrapper {
        display: inline-block;
        padding: 20px 15px 21px;
        position: relative; }
        .header-content .search-content .search-form .search-select-wrapper:after {
          content: "";
          position: absolute;
          display: block;
          top: 18px;
          right: 0;
          width: 1px;
          height: 20px;
          background-color: white; }
        .header-content .search-content .search-form .search-select-wrapper > a i {
          margin: 0 5px; }
        .header-content .search-content .search-form .search-select-wrapper > a > i {
          margin-left: 10px; }
        .header-content .search-content .search-form .search-select-wrapper > a:hover {
          text-decoration: none; }
        .header-content .search-content .search-form .search-select-wrapper .search-select {
          border: 1px solid white;
          width: 100%;
          left: -1px;
          min-width: 130px; }
          .header-content .search-content .search-form .search-select-wrapper .search-select li:hover a, .header-content .search-content .search-form .search-select-wrapper .search-select li.active a {
            background-color: white;
            color: #fff; }
        .header-content .search-content .search-form .search-select-wrapper:hover .search-select {
          display: block; }
      .header-content .search-content .search-form .search-submit {
        border: 0;
        background: 0;
        color: black;
        position: absolute;
        display: block;
        top: -2px;
        right: 5px;
        font-size: 14px;
        width: 32px;
        height: 48px;
        line-height: 44px; }
  .header-content .sticky-logo {
    display: none; }
  .header-content .header-fixed {
    position: fixed;
    z-index: 1030;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 0 10px #dddddd;
    -ms-transform: 0 0 10px #dddddd;
    -o-transform: 0 0 10px #dddddd;
    box-shadow: 0 0 10px #dddddd;
    border-bottom: 1px solid #eaeaea;
    background: white;
  /*> .container {
  position: relative;
}
  .horizontal-menu-container {
  position: static;
}*/ }
    .header-content .header-fixed .vertical-menu,
    .header-content .header-fixed .free-ship {
      display: none; }
    .header-content .header-fixed .sticky-logo {
      display: block !important;
      height: 52px;
      position: relative;
      vertical-align: middle;
      padding-top: 2px;
      padding-bottom: 2px; }
      .header-content .header-fixed .sticky-logo .logo {
        display: inline-block;
        vertical-align: middle;
        max-height: 48px; }

.navigation .head {
  background: #c52724;
  color: white;
  padding: 15px 20px;
  line-height: 22px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  display: block;
  position: relative;
  cursor: pointer; }
  .navigation .head .icon {
    float: left;
    line-height: 22px;
    margin: 0 10px 0 0; }
    .navigation .head .icon:before {
      display: block;
      line-height: 22px; }
.navigation.opened .head {
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px; }
.navigation.opened .navbar {
  display: block;
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  z-index: 102; }
  .navigation.opened .navbar:before {
    content: none; }

.horizontal-menu-container {
  position: relative; }
  .horizontal-menu-container .free-ship {
    float: right;
    line-height: 22px;
    padding: 15px 0;
    color: #333e48;
    font-size: 15px; }

.horizontal-menu {
  display: inline-block;
  float: left; }
  .horizontal-menu .navigation {
    position: static; }
    .horizontal-menu .navigation .navbar .navbar-collapse .main-nav {
      border: none;
      position: static;
      display: inline-block;
      padding: 0;
      background: white;
      border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      -webkit-border-radius: 0 0 0 0; }
      .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li {
        display: inline-block;
        float: left; }
        .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li > a {
          padding: 15px 0px;
          line-height: 22px;
          font-weight: 700;
          font-size: 15px;
          color: #333e48;
          border: none;
          display: inline-block; }
          .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li > a:hover {
            margin: 0;
            color: #c52724;
            background: none; }
        .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li > .expand {
          position: static;
          width: 20px;
          display: inline-block; }
          .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li > .expand .fa:before {
            content: "\f107";
            font-family: FontAwesome;
            color: #333e48;
            display: inline-block;
            font-size: 14px; }
        .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover > a, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hover > a {
          position: relative; }
          .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover > a:after, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hover > a:after {
            content: "\f0d8";
            position: absolute;
            display: block;
            left: 45%;
            bottom: -9px;
            color: #c52724;
            font-size: 14px;
            font-family: FontAwesome; }
        .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover > .dropdown-menu, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hover > .dropdown-menu {
          top: 100%;
          left: 0px !important;
          display: block !important; }
        .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu {
          position: static; }
          .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu:hover > a, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu.hover > a {
            position: relative; }
            .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu:hover > a:after, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu.hover > a:after {
              content: "\f0d8";
              position: absolute;
              display: block;
              left: 45%;
              bottom: -9px;
              color: #c52724;
              font-size: 14px;
              font-family: FontAwesome;
              z-index: 2; }
          .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu:hover > .dropdown-menu, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu.hover > .dropdown-menu {
            left: 0px !important;
            display: block !important; }
          .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu {
            left: 0px !important; }
            .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu .dropdown-menu {
              font-size: 14px; }
            .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-4 {
              width: 100%; }
            .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-3 {
              width: 75%; }
            .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-2 {
              width: 50%; }
            .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-1 {
              width: 25%; }
        .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover {
          background: none; }
          .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover > a {
            margin: 0;
            color: #c52724;
            background: none; }
        .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li:hover, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.active {
          background: none; }
          .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li:hover > a, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.active > a {
            margin: 0;
            color: #c52724;
            background: none; }
          .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li:hover > .expand .fa:before, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.active > .expand .fa:before {
            color: #c52724; }

.vertical-menu .sidemenu-holder .navbar {
  z-index: 5;
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  display: none; }
  .vertical-menu .sidemenu-holder .navbar .navbar-collapse {
    position: relative; }
    .vertical-menu .sidemenu-holder .navbar .navbar-collapse .main-nav > li span.expand {
      position: relative;
      float: right;
      width: 25px;
      margin-top: -40px; }
    .vertical-menu .sidemenu-holder .navbar .navbar-collapse .main-nav > li.dropdown {
      position: static; }
      .vertical-menu .sidemenu-holder .navbar .navbar-collapse .main-nav > li.dropdown > a {
        padding-right: 45px; }
      .vertical-menu .sidemenu-holder .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu {
        min-height: 462px; }
        .vertical-menu .sidemenu-holder .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu:after {
          content: '';
          width: 5px;
          height: 100%;
          position: absolute;
          display: block;
          left: -5px;
          top: 0; }
    .vertical-menu .sidemenu-holder .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link > a {
      margin: 15px 0 10px; }
    .vertical-menu .sidemenu-holder .navbar .navbar-collapse .main-nav > li.mega-menu > .dropdown-menu {
      padding: 20px 30px !important; }
      .vertical-menu .sidemenu-holder .navbar .navbar-collapse .main-nav > li.mega-menu > .dropdown-menu li a {
        border: none;
        padding: 3px 0; }

/* Sidebar cart ------------------------*/
.cart-sb.opened, .cart-dd {
  padding: 15px 0 10px;
  left: auto;
  right: 0px;
  width: 335px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px; }
  .cart-sb.opened:after, .cart-dd:after {
    content: "\f0d8";
    position: absolute;
    display: block;
    top: -29px;
    right: 25px;
    margin: 0 auto;
    color: #c52724;
    font-size: 18px;
    font-family: FontAwesome; }
  .cart-sb.opened #cart-info, .cart-dd #cart-info {
    background: white;
    padding: 0px;
    max-height: 540px;
    overflow: auto;
    font-size: 14px;
    text-align: left; }
    .cart-sb.opened #cart-info .cart-item-empty, .cart-dd #cart-info .cart-item-empty {
      padding: 20px;
      font-weight: 400; }
      .cart-sb.opened #cart-info .cart-item-empty p, .cart-dd #cart-info .cart-item-empty p {
        font-size: 16px; }
    .cart-sb.opened #cart-info h1, .cart-dd #cart-info h1 {
      text-transform: none;
      margin: 0px;
      padding: 15px 15px 0;
      font-weight: 400; }
    .cart-sb.opened #cart-info .items-inner, .cart-dd #cart-info .items-inner {
      padding: 15px 0;
      margin: 0 25px;
      overflow: hidden;
      position: relative;
      border-bottom: 1px solid #eaeaea; }
      .cart-sb.opened #cart-info .items-inner .cart-item-image, .cart-dd #cart-info .items-inner .cart-item-image {
        float: left;
        margin: 0 15px 0 0;
        max-width: 75px; }
      .cart-sb.opened #cart-info .items-inner .cart-close, .cart-dd #cart-info .items-inner .cart-close {
        position: absolute;
        display: block;
        top: 11px;
        right: 0;
        font-size: 14px;
        line-height: 20px; }
        .cart-sb.opened #cart-info .items-inner .cart-close .icon, .cart-dd #cart-info .items-inner .cart-close .icon {
          margin: 0;
          font-size: 14px;
          line-height: 20px;
          color: #7c7c7c; }
          .cart-sb.opened #cart-info .items-inner .cart-close .icon:before, .cart-dd #cart-info .items-inner .cart-close .icon:before {
            line-height: 20px; }
          .cart-sb.opened #cart-info .items-inner .cart-close .icon:hover, .cart-dd #cart-info .items-inner .cart-close .icon:hover {
            color: #c52724; }
      .cart-sb.opened #cart-info .items-inner .cart-item-title, .cart-dd #cart-info .items-inner .cart-item-title {
        margin: 0 20px 5px 0;
        line-height: 1.4; }
        .cart-sb.opened #cart-info .items-inner .cart-item-title a, .cart-dd #cart-info .items-inner .cart-item-title a {
          color: black; }
          .cart-sb.opened #cart-info .items-inner .cart-item-title a:hover, .cart-dd #cart-info .items-inner .cart-item-title a:hover {
            color: #c52724; }
      .cart-sb.opened #cart-info .items-inner .cart-item-price, .cart-dd #cart-info .items-inner .cart-item-price {
        color: #1d1a1a;
        line-height: 1.5; }
    .cart-sb.opened #cart-info .subtotal, .cart-dd #cart-info .subtotal {
      padding: 0;
      margin: 0 25px;
      font-size: 20px;
      overflow: hidden;
      line-height: 54px;
      border-bottom: 1px solid #eaeaea; }
      .cart-sb.opened #cart-info .subtotal > span:first-child, .cart-dd #cart-info .subtotal > span:first-child {
        margin-right: 57px;
        font-weight: 400; }
      .cart-sb.opened #cart-info .subtotal .cart-item-total-price, .cart-dd #cart-info .subtotal .cart-item-total-price {
        float: right;
        font-weight: 700;
        color: #1d1a1a; }
    .cart-sb.opened #cart-info .action, .cart-dd #cart-info .action {
      padding: 15px 25px 11px;
      overflow: hidden; }
      .cart-sb.opened #cart-info .action br, .cart-dd #cart-info .action br {
        display: none; }
      .cart-sb.opened #cart-info .action button.btn, .cart-dd #cart-info .action button.btn {
        float: right;
        padding: 5px 15px;
        min-width: 50px;
        font-weight: normal; }
      .cart-sb.opened #cart-info .action a.btn, .cart-dd #cart-info .action a.btn {
        text-align: center;
        padding: 10px 30px;
        line-height: 27px;
        background: #c52724;
        color: white;
        border: 1px solid #c52724;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-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;
        border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px 20px;
        font-weight: normal;
        padding: 5px 15px;
        float: left;
        min-width: 50px;
        color: white; }
        .cart-sb.opened #cart-info .action a.btn:hover, .cart-dd #cart-info .action a.btn:hover {
          background: #c52724;
          text-decoration: none;
          color: white;
          border-color: #c52724; }

.cart-sb.opened {
  padding: 20px; }
  .cart-sb.opened #cart-info {
    border: 0;
    padding: 0; }

.navmenu-shopping-cart .btn {
  min-width: 180px; }

/* Search sidebar -----------------------------*/
.search-sb .title {
  margin-bottom: 20px; }
.search-sb #header-search {
  display: block;
  width: 100%; }
  .search-sb #header-search .search_box {
    width: 100%;
    padding-right: 35px; }
  .search-sb #header-search button.search-submit {
    border: 0;
    background: 0;
    color: black;
    position: absolute;
    display: block;
    top: 0px;
    right: 5px;
    font-size: 20px;
    width: 32px;
    height: 32px; }
.search-sb .search-results {
  width: 100%; }
  .search-sb .search-results .search-item-wrapper {
    clear: both;
    padding-top: 20px; }
    .search-sb .search-results .search-item-wrapper .search-item-img {
      display: inline-block;
      float: left;
      margin-right: 20px;
      vertical-align: top; }
    .search-sb .search-results .search-item-wrapper .search-item-title {
      vertical-align: top; }

/* ajjax cart ------------------------------*/
.jGrowl-notification {
  -webkit-box-shadow: 2px, 0, 15px, #bebebe;
  -ms-transform: 2px, 0, 15px, #bebebe;
  -o-transform: 2px, 0, 15px, #bebebe;
  box-shadow: 2px, 0, 15px, #bebebe; }
  .jGrowl-notification div.jGrowl-close {
    top: -17px !important;
    right: -17px;
    left: auto !important;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    text-align: center;
    background-color: #c52724;
    background-image: url(//cdn.shopify.com/s/files/1/0007/9029/8742/t/8/assets/close.png?v=12354483179606821113);
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 1;
    cursor: pointer; }
    .jGrowl-notification div.jGrowl-close:hover {
      background-color: #333e48; }
    .jGrowl-notification div.jGrowl-close:hover {
      color: black; }
    .jGrowl-notification div.jGrowl-close .fa {
      display: none; }
  .jGrowl-notification .jGrowl-message .effect-item-action .your-cart {
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px; }

/* Quick view ----------------------------------*/
.quantity {
  position: relative;
  display: inline-block; }
  .quantity input {
    text-align: left;
    width: 115px;
    height: 34px;
    min-height: 34px;
    border: 1px solid #eaeaea;
    padding: 7px 15px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: white; }
    .quantity input:focus, .quantity input:active, .quantity input:hover {
      background: white; }
  .quantity .qty-inner > span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    background: #ededed;
    position: absolute;
    display: block;
    top: 7px; }
    .quantity .qty-inner > span.qty-up {
      right: 35px; }
    .quantity .qty-inner > span.qty-down {
      right: 10px; }
    .quantity .qty-inner > span i {
      color: #333e48;
      font-size: 9px;
      display: block;
      line-height: 20px; }
    .quantity .qty-inner > span:hover {
      background: #f6f6f6; }
      .quantity .qty-inner > span:hover i {
        color: #c52724; }

#quick-shop-popup {
  background-color: rgba(0, 0, 0, 0.5); }
  #quick-shop-popup .modal-dialog {
    width: 900px; }
    #quick-shop-popup .modal-dialog .modal-content {
      border-radius: 20px 20px 20px 20px;
      -moz-border-radius: 20px 20px 20px 20px;
      -webkit-border-radius: 20px 20px 20px 20px; }
      #quick-shop-popup .modal-dialog .modal-content .close {
        opacity: 1;
        filter: alpha(opacity=100); }
      #quick-shop-popup .modal-dialog .modal-content .modal-header {
        border: 0;
        padding: 0px;
        text-align: right;
        min-height: 0; }
        #quick-shop-popup .modal-dialog .modal-content .modal-header span {
          position: absolute;
          display: block;
          top: -17px;
          right: -17px;
          border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          -webkit-border-radius: 50% 50% 50% 50%;
          text-align: center;
          background-color: #c52724;
          background-image: url(//cdn.shopify.com/s/files/1/0007/9029/8742/t/8/assets/close.png?v=12354483179606821113);
          background-repeat: no-repeat;
          background-position: center center;
          width: 45px;
          height: 45px;
          text-align: center;
          line-height: 45px;
          z-index: 1;
          cursor: pointer; }
          #quick-shop-popup .modal-dialog .modal-content .modal-header span:hover {
            background-color: #333e48; }
      #quick-shop-popup .modal-dialog .modal-content .modal-body {
        padding: 40px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div {
          width: 24px;
          height: 24px;
          border: none;
          opacity: 0; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div .fa {
            height: 100%;
            width: 100%;
            line-height: 100%; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div .fa:before {
              line-height: 24px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div.owl-next {
            right: 0px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div.owl-prev {
            left: 0px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div:hover .fa {
            background-color: #c52724; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div:hover .fa:before {
              color: white; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image:hover .owl-controls .owl-nav > div {
          opacity: 0.8; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title {
          margin: 0px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title a {
            color: #333e48;
            font-weight: 400;
            font-size: 25px;
            text-transform: none; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title a:hover {
              text-decoration: none;
              color: #c52724; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price {
          clear: both;
          font-size: 40px;
          margin-top: 20px;
          margin-bottom: 20px;
          color: #1d1a1a;
          padding: 15px 0 0; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price {
            color: #1d1a1a;
            font-size: 41px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price-sale {
            margin-right: 15px;
            font-size: 41px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price-compare {
            color: #b7b7b7;
            font-size: 20px;
            font-weight: normal;
            float: none; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .description {
          color: black;
          font-size: 14px;
          line-height: 24px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-type {
          margin: 0 0 5px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-type span {
            display: block;
            min-width: 90px;
            text-transform: capitalize;
            color: #878787;
            font-size: 12px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper {
          width: 100%;
          clear: both;
          margin: 0 0 35px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper .selector-wrapper {
            margin-bottom: 15px;
            overflow: hidden; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper .selector-wrapper select {
              min-width: 180px;
              height: 34px;
              line-height: 32px;
              padding: 0px 15px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper label {
            color: black;
            margin-top: 0px;
            margin-bottom: 0px;
            display: inline-block;
            float: left;
            line-height: 34px;
            margin-right: 30px;
            font-weight: 400;
            min-width: 140px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product {
          margin: 0 30px 0 0;
          float: left;
          width: 140px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product label {
            margin: -6px 0 0;
            line-height: 22px;
            display: block;
            font-size: 13px;
            color: #333e48; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product .quantity {
            margin: 0; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product .quantity input {
              width: 100%; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .qs-action .add-to-cart {
          padding: 10px 40px;
          line-height: 30px;
          font-size: 14px;
          color: white;
          border-radius: 25px 25px 25px 25px;
          -moz-border-radius: 25px 25px 25px 25px;
          -webkit-border-radius: 25px 25px 25px 25px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .qs-action .add-to-cart .icon {
            float: left;
            font-size: 22px;
            line-height: 30px;
            margin: 0 6px 0 0; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .qs-action .add-to-cart .icon:before {
              display: block;
              line-height: 30px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-wl {
          padding: 20px 0 0; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-wl .add-to-wishlist {
            background: none;
            padding: 5px 0px 15px;
            margin: 0;
            line-height: 20px;
            border: none; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-wl .add-to-wishlist .fa {
              margin: 2px 7px 0 0;
              float: left; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-wl .add-to-wishlist:hover span, #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-wl .add-to-wishlist:hover .fa {
              color: #c52724; }
  #quick-shop-popup .product-image-inner {
    margin: 0;
    padding: 0; }
    #quick-shop-popup .product-image-inner .featured-image {
      display: block;
      background: white;
      padding: 0px;
      pointer-events: none;
      cursor: default; }
  #quick-shop-popup .gallery-thumb-img {
    overflow: hidden;
    margin: 10px auto 0; }
    #quick-shop-popup .gallery-thumb-img a.thumb-img {
      display: block;
      margin: 0 auto;
      overflow: hidden;
      position: relative; }
      #quick-shop-popup .gallery-thumb-img a.thumb-img img {
        border: 1px solid #eaeaea; }
      #quick-shop-popup .gallery-thumb-img a.thumb-img.active:after, #quick-shop-popup .gallery-thumb-img a.thumb-img:hover:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #c52724;
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        bottom: 0; }
  #quick-shop-popup #qs-product-link {
    margin: 0px auto 0;
    padding: 11px 0;
    text-align: left;
    display: inline-block; }
    #quick-shop-popup #qs-product-link > a {
      color: black; }
      #quick-shop-popup #qs-product-link > a:hover {
        color: #888; }
  #quick-shop-popup #qs-rating {
    line-height: 30px; }
    #quick-shop-popup #qs-rating .spr-starrating {
      float: left;
      margin-right: 20px; }

#qs-tab {
  clear: both;
  padding-top: 25px; }

/* Popup newsletter ------------------------------*/
.fancybox-skin {
  padding: 0 !important;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  color: black; }
  .fancybox-skin #mailchimp-popup {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed; }
  .fancybox-skin .fancybox-close {
    position: absolute;
    display: block;
    top: -17px;
    right: -17px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    text-align: center;
    background-color: #c52724;
    background-image: url(//cdn.shopify.com/s/files/1/0007/9029/8742/t/8/assets/close.png?v=12354483179606821113);
    background-repeat: no-repeat;
    background-position: center center;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    z-index: 1;
    cursor: pointer; }
    .fancybox-skin .fancybox-close:hover {
      background-color: #333e48; }
  .fancybox-skin .mailchimp-popup-img {
    width: 45%;
    display: table-cell;
    vertical-align: middle; }
    .fancybox-skin .mailchimp-popup-img img {
      border-radius: 0 25px 25px 0;
      -moz-border-radius: 0 25px 25px 0;
      -webkit-border-radius: 0 25px 25px 0; }
  .fancybox-skin .mailchimp-popup-content {
    padding: 40px 20px 40px 40px;
    overflow: hidden;
    color: #636363;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    max-width: 55%;
    text-align: center; }
    .fancybox-skin .mailchimp-popup-content .title {
      color: #636363;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 35px;
      line-height: 0.9;
      margin: 0 0 3px; }
    .fancybox-skin .mailchimp-popup-content .mailchimp-caption-1 {
      text-transform: uppercase;
      margin: 0 0 5px;
      font-size: 97px;
      font-weight: 800;
      color: #5bb300;
      line-height: 1.0; }
      .fancybox-skin .mailchimp-popup-content .mailchimp-caption-1 label {
        font-size: 42px;
        vertical-align: super;
        font-weight: 700; }
    .fancybox-skin .mailchimp-popup-content .mailchimp-caption-2 {
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
      margin: 0;
      padding: 0; }
    .fancybox-skin .mailchimp-popup-content #mc-form {
      margin: 25px 0 0px;
      width: 100%;
      padding: 0;
      border: 2px solid #ececec;
      border-radius: 25px 25px 25px 25px;
      -moz-border-radius: 25px 25px 25px 25px;
      -webkit-border-radius: 25px 25px 25px 25px;
      position: relative;
      float: left;
      clear: both;
      height: 51px; }
      .fancybox-skin .mailchimp-popup-content #mc-form #mc-email {
        color: #7e7e7e;
        width: 75%;
        margin-left: 10px;
        height: 49px;
        border: none;
        float: left;
        font-size: 14px;
        background: none; }
        .fancybox-skin .mailchimp-popup-content #mc-form #mc-email:focus {
          -webkit-box-shadow: 0 0 0 white;
          -ms-transform: 0 0 0 white;
          -o-transform: 0 0 0 white;
          box-shadow: 0 0 0 white;
          background: none; }
      .fancybox-skin .mailchimp-popup-content #mc-form .btn {
        position: absolute;
        display: block;
        top: -2px;
        right: -2px;
        border-radius: 0px 25px 25px 0px;
        -moz-border-radius: 0px 25px 25px 0px;
        -webkit-border-radius: 0px 25px 25px 0px;
        padding: 8px 30px;
        height: 51px;
        font-size: 16px;
        font-weight: 700;
        background: #c52724; }
        .fancybox-skin .mailchimp-popup-content #mc-form .btn:hover {
          background: #333e48; }
      .fancybox-skin .mailchimp-popup-content #mc-form .fa {
        color: #d4d4d4;
        font-size: 1.42857em;
        left: 20px;
        position: absolute;
        top: 17px;
        z-index: 1;
        display: none; }
    .fancybox-skin .mailchimp-popup-content .btn-3 {
      border: none;
      background-color: #c52724;
      height: 37px;
      padding: 5px 15px;
      line-height: 27px; }
      .fancybox-skin .mailchimp-popup-content .btn-3:hover {
        background-color: #333e48; }
    .fancybox-skin .mailchimp-popup-content .social-sharing a {
      color: #c52724;
      font-size: 25px;
      display: inline-block;
      margin-right: 10px; }
      .fancybox-skin .mailchimp-popup-content .social-sharing a:hover {
        text-decoration: none;
        color: black; }

/* Back to top ---------------------------------*/
#scroll-to-top i {
  font-size: 32px;
  padding: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  display: block;
  background: #c52724;
  opacity: 0.5;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%; }
#scroll-to-top:hover i {
  background: #c52724;
  opacity: 1; }

/*menu on PC---------------------------------*/
.navigation {
  position: relative; }
  .navigation .navbar {
    position: static;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .navigation .navbar .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
      position: static; }
      .navigation .navbar .navbar-collapse .main-nav {
        position: static;
        border: none;
        background: white;
        margin: 0px;
        padding: 0 0 12px;
        border-radius: 0 0px 10px 10px;
        -moz-border-radius: 0 0px 10px 10px;
        -webkit-border-radius: 0 0px 10px 10px; }
        .navigation .navbar .navbar-collapse .main-nav span.expand {
          padding: 0;
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          position: absolute;
          top: 0px;
          z-index: 2;
          right: 0; }
          .navigation .navbar .navbar-collapse .main-nav span.expand .fa {
            font-size: 16px;
            font-weight: 700;
            color: #333e48; }
        .navigation .navbar .navbar-collapse .main-nav > li {
          margin-bottom: 0px;
          padding: 0 17px;
          /*have submenu*/ }
          .navigation .navbar .navbar-collapse .main-nav > li > a {
            font-weight: 400;
            font-size: 14px;
            margin: 0;
            padding: 7px 0px;
            display: block;
            text-decoration: none;
            color: #333e48;
            line-height: 26px;
            border-bottom: 1px solid #dddddd;
            font-family: "Open Sans", Arial, Helvetica, sans-serif; }
          .navigation .navbar .navbar-collapse .main-nav > li:hover > a {
            color: #c52724;
            font-weight: 700; }
          .navigation .navbar .navbar-collapse .main-nav > li:hover span.expand i {
            color: #c52724; }
          .navigation .navbar .navbar-collapse .main-nav > li.dropdown {
            position: relative; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > a.hover {
              position: relative;
              z-index: 6;
              background: #c52724;
              margin-right: -1px;
              color: white; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu {
              display: none;
              left: 100%;
              top: 0%;
              background: white;
              font-size: 14px;
              padding: 10px 0; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-4 {
                width: 901px; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-3 {
                width: 675px; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-2 {
                width: 450px; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-1 {
                width: 225px; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu span.expand {
                display: none; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > a {
                color: #333e48;
                white-space: normal; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > a span {
                  color: #333e48;
                  font-size: 14px; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > a:hover span {
                  color: #c52724; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu {
                background: white; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a {
                  color: #333e48;
                  white-space: normal; }
                  .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a span {
                    color: #333e48; }
                  .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a:hover span {
                    color: #c52724; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu span.expand {
                display: none; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu > .dropdown-menu {
                -webkit-box-shadow: 0 1px 1px #e3e3e3;
                -ms-transform: 0 1px 1px #e3e3e3;
                -o-transform: 0 1px 1px #e3e3e3;
                box-shadow: 0 1px 1px #e3e3e3;
                -webkit-backface-visibility: hidden;
                -webkit-transform: translateZ(0);
                background: white; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .product-button {
                display: none; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .mega-col .bp-item {
                width: 100%;
                float: left;
                display: block; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .mega-col .bp-item .product-review,
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .mega-col .bp-item .product-des-list,
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .mega-col .bp-item .product-des-grid {
                  display: none; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .mega-col .bp-item .product-name {
                  height: auto !important; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .mega-col .bp-item .featured-img {
                  position: relative; }
                  .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .mega-col .bp-item .featured-img a {
                    border: none;
                    padding: 0;
                    margin: 0; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .mega-col .bp-item .price-cart-wrapper {
                  border: none !important;
                  padding-bottom: 0;
                  margin-top: 15px;
                  min-height: 35px; }
                  .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .mega-col .bp-item .price-cart-wrapper a.btn-primary {
                    color: white; }
                    .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .mega-col .bp-item .price-cart-wrapper a.btn-primary:hover {
                      color: white; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .mega-col .dropdown-menu.fix > li {
                border-bottom: 0 !important; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub {
              background: transparent;
              border: 0;
              border-radius: 0;
              box-shadow: none;
              position: static;
              width: 100%;
              min-width: auto; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a {
                color: #333e48; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a span {
                  color: #333e48; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a:hover span {
                  color: #bcbcbc; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover, .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hold {
              z-index: 22; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover > .dropdown-menu, .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hold > .dropdown-menu {
                left: 100%;
                display: block;
                -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
                -ms-transform: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
                -o-transform: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
                box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2); }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu:hover > .dropdown-menu .dropdown-menu-sub, .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu.hold > .dropdown-menu .dropdown-menu-sub {
              display: block; }
          .navigation .navbar .navbar-collapse .main-nav > li:last-child > a {
            border-bottom: none; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link {
          overflow: hidden; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link > a {
            font-size: 16px;
            font-weight: 700;
            position: relative;
            display: block;
            padding: 0;
            line-height: 24px;
            margin: 20px 0;
            color: #333e48; }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link > a:hover {
              text-decoration: none;
              color: #c52724; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub:before {
            content: none; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li {
            padding: 0; }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li a:hover {
              color: #c52724; }
              .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li a:hover img {
                opacity: 0.75; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .product-title a {
          color: #333e48 !important; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .product-title a:hover {
            color: #c52724 !important; }

/* Menu mobile -----------------------------*/
.mobile-version {
  width: 100%; }
  .mobile-version .list-inline {
    width: 100%;
    float: left;
    margin-left: 0; }
    .mobile-version .list-inline > li {
      float: left;
      width: 33.33%;
      height: 41px;
      padding: 0;
      text-align: center;
      display: inline-block;
      position: relative; }
      .mobile-version .list-inline > li i {
        font-size: 16px; }
      .mobile-version .list-inline > li.cart-target {
        width: auto;
        height: 48px;
        text-align: right;
        position: relative;
        float: none;
        vertical-align: top; }
        .mobile-version .list-inline > li.cart-target > a {
          border: 1px solid #dddddd;
          color: black;
          position: relative;
          display: inline-block;
          -moz-transition: all 0.5s ease-out 0s;
          -webkit-transition: all 0.5s ease-out 0s;
          -ms-transition: all 0.5s ease-out 0s;
          -o-transition: all 0.5s ease-out 0s;
          transition: all 0.5s ease-out 0s;
          padding: 13px 20px;
          margin-right: 15px; }
          .mobile-version .list-inline > li.cart-target > a .cart-text {
            text-transform: uppercase;
            font-size: 11px;
            letter-spacing: 0.3em;
            font-weight: 600;
            line-height: 1.7em; }
          .mobile-version .list-inline > li.cart-target > a i {
            font-size: 20px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 15px;
            margin-right: 5px; }
          .mobile-version .list-inline > li.cart-target > a:hover {
            text-decoration: none; }
          .mobile-version .list-inline > li.cart-target > a .number {
            font-size: 13px;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            display: inline-block;
            text-align: center;
            line-height: 30px;
            letter-spacing: 0;
            font-weight: 600;
            position: absolute;
            display: block;
            top: 8px;
            right: -15px; }
        .mobile-version .list-inline > li.cart-target:hover .cart-dd {
          display: block !important; }

.menu-mobile {
  border: 0; }
  .menu-mobile .main-nav .dropdown-menu li {
    padding: 0;
    border: none; }
  .menu-mobile .main-nav .dropdown.open > .dropdown-menu {
    display: none; }
  .menu-mobile .main-nav .dropdown.menu-mobile-open > .dropdown-menu {
    display: block;
    clear: both;
    border: none; }
  .menu-mobile .main-nav > li {
    display: block;
    clear: both;
    position: relative; }
    .menu-mobile .main-nav > li a {
      padding: 12px 18px;
      display: block;
      line-height: 26px;
      font-weight: 600;
      color: #333e48; }
      .menu-mobile .main-nav > li a:hover {
        color: #c52724; }
    .menu-mobile .main-nav > li .icon-nav {
      display: none; }
    .menu-mobile .main-nav > li > a {
      color: #333e48; }
      .menu-mobile .main-nav > li > a:hover, .menu-mobile .main-nav > li > a:focus {
        text-decoration: none;
        color: #c52724; }
    .menu-mobile .main-nav > li > span.expand {
      width: 100%;
      color: #333e48; }
    .menu-mobile .main-nav > li.menu-mobile-open > a {
      text-decoration: none;
      background: #c52724;
      color: white;
      border: none; }
    .menu-mobile .main-nav > li.menu-mobile-open > span.expand i {
      color: white; }
    .menu-mobile .main-nav > li.dropdown.menu-mobile-open {
      border-bottom: 1px solid #eaeaea; }
      .menu-mobile .main-nav > li.dropdown.menu-mobile-open > .dropdown-menu {
        display: block;
        width: 100% !important;
        background-image: none !important;
        min-height: 0 !important;
        border-bottom: 1px solid #eaeaea;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
        -ms-transform: 0 0 0 rgba(0, 0, 0, 0.2);
        -o-transform: 0 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); }
    .menu-mobile .main-nav > li.dropdown .dropdown-menu {
      width: 100%;
      position: static;
      padding: 0;
      border: none;
      border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      -webkit-border-radius: 0 0 0 0;
      background: white; }
      .menu-mobile .main-nav > li.dropdown .dropdown-menu > li > a {
        white-space: normal;
        padding: 10px 20px 10px 25px;
        font-size: 13px;
        background: none; }
      .menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
        padding: 0;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
        -ms-transform: 0 0 0 rgba(0, 0, 0, 0.2);
        -o-transform: 0 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid #c52724;
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0; }
        .menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li {
          border-bottom: 1px solid #eaeaea; }
          .menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a {
            color: #333e48;
            border: 0;
            padding: 10px 15px 10px 35px;
            background: none; }
            .menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a:hover {
              color: #c52724;
              text-decoration: none; }
          .menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li:last-child {
            border-bottom: 0; }
        .menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-menu {
          padding-left: 10px;
          border-top: 1px solid #eaeaea;
          border-radius: 0 0 0 0;
          -moz-border-radius: 0 0 0 0;
          -webkit-border-radius: 0 0 0 0; }
    .menu-mobile .main-nav > li.li-on-mobile {
      font-size: 26px;
      text-align: center;
      padding: 15px;
      font-weight: 600;
      color: #333e48;
      border-bottom: 1px solid #eaeaea;
      background: white; }
  .menu-mobile .main-nav .product-button {
    display: none !important; }
  .menu-mobile .main-nav span.expand {
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 0px;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    cursor: pointer;
    color: #333e48; }
    .menu-mobile .main-nav span.expand i {
      display: block;
      line-height: 47px; }
  .menu-mobile .main-nav .mega-menu .product-wrapper {
    padding: 0 18px 0 0; }
    .menu-mobile .main-nav .mega-menu .product-wrapper a {
      border: 0;
      padding: 0; }
    .menu-mobile .main-nav .mega-menu .product-wrapper img {
      width: 100%; }
  .menu-mobile .main-nav .mega-menu > .dropdown-menu {
    border: none !important; }
  .menu-mobile .main-nav .mega-menu .dropdown-menu {
    background: white;
    padding: 0px !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -ms-transform: 0 0 0 rgba(0, 0, 0, 0.2);
    -o-transform: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu > .row {
      margin: 0; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu li a {
      padding: 15px 20px; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link {
      padding-bottom: 0;
      clear: both; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-0 > a,
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-0 > span.expand {
        display: none !important; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-0 .dropdown-menu {
        display: block !important; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-2 > a,
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-2 > span.expand {
        display: none !important; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-2 .dropdown-menu {
        display: block !important; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu {
        border: none;
        padding: 10px 0 !important; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners a {
        padding: 10px 20px; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link > .dropdown-menu-sub {
        border-bottom: 1px solid #eaeaea; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link > .dropdown-menu-sub.dropdown-menu {
          border-bottom: none; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link > .dropdown-menu-sub.fix {
          border-left: none;
          border-right: none;
          border-bottom: 1px solid #eaeaea; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link > .dropdown-menu-sub.no-title-1 > a,
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link > .dropdown-menu-sub.no-title-1 > span.expand {
          display: none !important; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link > .dropdown-menu-sub.no-title-1 .dropdown-menu {
          display: block !important; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link a {
        padding: 10px 19px 10px 25px; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link a:hover {
          text-decoration: none; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.menu-mobile-open > a {
        transition: none;
        -webkit-transition: none;
        border-bottom: 1px solid #eaeaea;
        color: #c52724; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col {
      padding: 0;
      float: left;
      width: 100%; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item {
        width: 100%;
        float: left;
        display: block;
        margin: 0;
        overflow: hidden;
        background: white; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .product-name {
          height: auto !important; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .featured-img {
          position: relative; }
          .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .featured-img a {
            padding: 0;
            border: none; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .product-name a {
          padding: 0 0 10px; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .product-review {
          padding-top: 10px; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .price-cart-wrapper a.btn-primary {
          color: white;
          padding: 0; }
          .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .price-cart-wrapper a.btn-primary:hover {
            color: white; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .dropdown-menu.fix > li {
        border-bottom: 0 !important; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub {
      padding: 0px !important; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub a {
        padding: 10px 15px 10px 35px;
        font-size: 14px;
        border-bottom: 1px solid #eaeaea; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub a:hover {
          text-decoration: none;
          color: #c52724; }
  .menu-mobile .main-nav .mega-menu .dropdown-menu-2 .product-wrapper {
    padding: 15px 18px 0 18px; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu-2 .product-wrapper a {
      border: 0;
      padding: 0; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu-2 .product-wrapper img {
      width: 100%; }
  .menu-mobile .main-nav li {
    clear: both;
    margin-bottom: 0;
    position: relative; }
    .menu-mobile .main-nav li a {
      border-bottom: 1px solid #eaeaea; }

/* main slideshow -----------------------------------*/
.video-slide .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }

.container-box > div {
  background: transparent;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.4;
  padding: 0;
  margin: 0px auto;
  text-transform: uppercase;
  color: black; }
  .container-box > div.heading {
    margin-bottom: 2.3%;
    font-size: 66px;
    line-height: 0.9;
    font-weight: 300;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    position: relative; }
    .container-box > div.heading img {
      width: auto;
      max-width: 100%; }
  .container-box > div.subheading {
    margin-bottom: 3%;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    position: relative; }
    .container-box > div.subheading img {
      width: auto !important;
      display: inline-block; }
  .container-box > div.caption {
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
    .container-box > div.caption .title-price {
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1.3; }
    .container-box > div.caption p {
      margin: 0;
      font-weight: 700;
      font-size: 57px;
      line-height: 1.0; }
      .container-box > div.caption p .small-size {
        vertical-align: top;
        font-size: 48px;
        display: inline-block; }
  .container-box > div.caption-link {
    margin: 1.5% 0 0;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
    .container-box > div.caption-link .btn {
      font-weight: 400;
      font-size: 18px;
      padding: 9px 50px; }

#home-slideshow .swiper-slide {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  overflow: hidden;
  background: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0 !important; }
  #home-slideshow .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
    #home-slideshow .swiper-slide > a > img {
      width: 100%;
      opacity: 0; }
  #home-slideshow .swiper-slide.swiper-slide-active {
    opacity: 1 !important; }
  #home-slideshow .swiper-slide.has-video:hover .container {
    z-index: 4; }
#home-slideshow .container {
  height: 100%;
  z-index: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
#home-slideshow .swiper-content {
  position: absolute;
  display: block;
  bottom: 10%;
  text-transform: capitalize;
  text-align: center;
  padding: 0 0 0 25%;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  margin: 0px auto;
  z-index: 2;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  #home-slideshow .swiper-content.text-center {
    left: 0;
    right: 0; }
  #home-slideshow .swiper-content.text-left {
    left: 0%;
    text-align: left; }
  #home-slideshow .swiper-content.text-right {
    right: 0%;
    text-align: right; }
  @media (min-width: 992px) {
    #home-slideshow .swiper-content .container-box {
      padding: 0 15px; } }
#home-slideshow.flexslider {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }
  #home-slideshow.flexslider .flex-direction-nav a {
    position: absolute;
    top: 45%;
    z-index: 4;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.3); }
    #home-slideshow.flexslider .flex-direction-nav a:before {
      display: block;
      color: white;
      line-height: 40px;
      text-align: center;
      font-family: fontawesome;
      font-size: 20px; }
    #home-slideshow.flexslider .flex-direction-nav a:hover {
      opacity: 1;
      background: rgba(0, 0, 0, 0.5); }
  #home-slideshow.flexslider .flex-direction-nav a.flex-prev {
    left: 10px; }
    #home-slideshow.flexslider .flex-direction-nav a.flex-prev:before {
      content: "\f104"; }
  #home-slideshow.flexslider .flex-direction-nav a.flex-next {
    right: 10px; }
    #home-slideshow.flexslider .flex-direction-nav a.flex-next:before {
      content: "\f105"; }
  #home-slideshow.flexslider .flex-control-nav {
    bottom: 4%;
    z-index: 10; }
  #home-slideshow.flexslider .slides > li {
    position: relative; }
#home-slideshow .cameracurrent .camera_caption > div, #home-slideshow .flex-active-slide .camera_caption > div {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
#home-slideshow .flex-control-paging li a {
  width: 12px;
  height: 12px;
  margin: 0px;
  background-color: white;
  border: 2px solid #333;
  background: #333;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  position: relative;
  padding: 0;
  opacity: 0.6; }
  #home-slideshow .flex-control-paging li a:hover, #home-slideshow .flex-control-paging li a.flex-active {
    border-color: #c52724;
    background: #c52724; }

.center-content-slideshow #home-slideshow .swiper-content {
  padding: 0; }

.swiper-button-white {
  position: absolute;
  top: 49%;
  z-index: 4;
  display: block;
  height: 60px;
  width: 60px;
  background-image: none;
  opacity: 0 !important;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border: none;
  text-align: center;
  background: #333e48; }
  .swiper-button-white:before {
    display: block;
    color: white;
    line-height: 60px;
    text-align: center;
    font-family: fontawesome;
    font-size: 21px; }
  .swiper-button-white:hover {
    opacity: 0.25 !important; }
  .swiper-button-white.swiper-button-prev {
    background-image: none;
    left: 45px; }
    .swiper-button-white.swiper-button-prev:before {
      content: "\f053"; }
    .swiper-button-white.swiper-button-prev:hover:before {
      color: #c52724; }
  .swiper-button-white.swiper-button-next {
    background-image: none;
    right: 45px; }
    .swiper-button-white.swiper-button-next:before {
      content: "\f054"; }
    .swiper-button-white.swiper-button-next:hover:before {
      color: #c52724; }
  .swiper-button-white.swiper-button-disabled {
    cursor: default;
    opacity: 0 !important; }

.bc-wrapper {
  position: relative; }
  .bc-wrapper:hover .swiper-button-white {
    opacity: 1 !important; }
    .bc-wrapper:hover .swiper-button-white.swiper-button-disabled {
      opacity: 0 !important; }
  .bc-wrapper:hover .video-slide .video {
    z-index: 1; }
  .bc-wrapper.boxed {
    padding: 0 15px;
    margin: 0px auto; }
    .bc-wrapper.boxed .container {
      max-width: 100%; }
    @media (min-width: 768px) {
      .bc-wrapper.boxed {
        max-width: 760px; } }
    @media (min-width: 992px) {
      .bc-wrapper.boxed {
        max-width: 980px; } }
    @media (min-width: 1200px) {
      .bc-wrapper.boxed {
        max-width: 1200px; } }

.home-slideshow-wrapper {
  /*Hack css for slider only IE9*/ }
  @media all and (min-width: 0 \0) and (min-resolution: 0.001dpcm) {
    .home-slideshow-wrapper .swiper-button-white {
      display: none \9; } }
  .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-next {
    left: auto !important;
    right: 20px !important;
    border: none !important;
    position: absolute;
    z-index: 99;
    height: 60px;
    width: 60px;
    line-height: 60px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border: none;
    text-align: center;
    background: #333e48; }
    .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-next .fa {
      display: block;
      line-height: 60px; }
      .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-next .fa:before {
        color: white;
        font-size: 30px;
        font-weight: 700;
        display: block;
        line-height: 60px; }
      .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-next .fa:hover:before {
        color: #c52724; }
  .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev {
    left: 20px !important;
    right: auto !important;
    border: none !important;
    position: absolute;
    z-index: 99;
    height: 60px;
    width: 60px;
    line-height: 60px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border: none;
    text-align: center;
    background: #333e48; }
    .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev .fa {
      display: block;
      line-height: 60px; }
      .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev .fa:before {
        color: white;
        font-size: 30px;
        font-weight: 700;
        display: block;
        line-height: 60px; }
      .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev .fa:hover:before {
        color: #c52724; }
  .home-slideshow-wrapper .owl-controls .owl-nav > div:hover .fa:before {
    color: #c52724; }

.swiper-wrapper .owl-controls .owl-dots {
  position: absolute;
  display: block;
  right: 0;
  bottom: 6%;
  margin: 0px auto;
  text-align: center;
  width: 100%; }
  .swiper-wrapper .owl-controls .owl-dots .owl-dot {
    margin: 0 3px;
    display: inline-block; }
    .swiper-wrapper .owl-controls .owl-dots .owl-dot span {
      width: 8px !important;
      height: 8px !important;
      margin: 0px 7px;
      background: #bcbcbc;
      border: none;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%;
      opacity: 1;
      position: relative;
      display: inline-block;
      padding: 0; }
    .swiper-wrapper .owl-controls .owl-dots .owl-dot:hover span, .swiper-wrapper .owl-controls .owl-dots .owl-dot:focus span, .swiper-wrapper .owl-controls .owl-dots .owl-dot.active span {
      background: #c52724;
      width: 30px !important;
      border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px; }

.swiper-container-horizontal > .swiper-pagination {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  bottom: 4%;
  z-index: 2;
  padding-left: 2; }
  .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    background: #bcbcbc;
    opacity: 1;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #c52724;
      width: 30px;
      border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px; }

/*product grid*/
.owl-carousel .owl-wrapper {
  display: none; }

.product-grid-item {
  margin: 0px 0 20px;
  float: left;
  display: inline-block; }

.product-grid-item .switch, .owl-item .switch,
.home-tab-third-section .tab-content .switch,
.home-tab .product-holder .switch {
  position: relative;
  margin: 0 auto 15px; }
  .product-grid-item .switch > a > span.hidden-sm, .owl-item .switch > a > span.hidden-sm,
  .home-tab-third-section .tab-content .switch > a > span.hidden-sm,
  .home-tab .product-holder .switch > a > span.hidden-sm {
    visibility: hidden;
    width: 100%;
    opacity: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s; }
  .product-grid-item .switch > a:hover > span.hidden-sm, .owl-item .switch > a:hover > span.hidden-sm,
  .home-tab-third-section .tab-content .switch > a:hover > span.hidden-sm,
  .home-tab .product-holder .switch > a:hover > span.hidden-sm {
    opacity: 1;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    visibility: visible; }
.product-grid-item .featured-img, .owl-item .featured-img,
.home-tab-third-section .tab-content .featured-img,
.home-tab .product-holder .featured-img {
  overflow: hidden;
  position: relative;
  margin: 0 auto 15px; }
.product-grid-item .product-wrapper, .owl-item .product-wrapper,
.home-tab-third-section .tab-content .product-wrapper,
.home-tab .product-holder .product-wrapper {
  padding: 15px 20px;
  -moz-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  position: relative; }
  @media (min-width: 1025px) {
    .product-grid-item .product-wrapper:after, .owl-item .product-wrapper:after,
    .home-tab-third-section .tab-content .product-wrapper:after,
    .home-tab .product-holder .product-wrapper:after {
      content: '';
      width: 100%;
      display: block;
      z-index: -1;
      border: 1px solid #eaeaea;
      background: white;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: -10.5%;
      -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
      -ms-transform: 0 0 5px 0 #c6c6c6;
      -o-transform: 0 0 5px 0 #c6c6c6;
      box-shadow: 0 0 5px 0 #c6c6c6;
      -moz-transition: all 0.35s ease 0s;
      -webkit-transition: all 0.35s ease 0s;
      -ms-transition: all 0.35s ease 0s;
      -o-transition: all 0.35s ease 0s;
      transition: all 0.35s ease 0s;
      -moz-transform: rotateX(45deg);
      -webkit-transform: rotateX(45deg);
      -o-transform: rotateX(45deg);
      -ms-transform: rotateX(45deg);
      transform: rotateX(45deg);
      moz-transform-origin: bottom;
      -o-transform-origin: bottom;
      -ms-transform-origin: bottom;
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
      opacity: 0; }
    .product-grid-item .product-wrapper:before, .owl-item .product-wrapper:before,
    .home-tab-third-section .tab-content .product-wrapper:before,
    .home-tab .product-holder .product-wrapper:before {
      content: '';
      width: 1px;
      background: #eaeaea;
      position: absolute;
      display: block;
      left: 0;
      top: 50px;
      bottom: 40px; } }
  .product-grid-item .product-wrapper .product-head, .owl-item .product-wrapper .product-head,
  .home-tab-third-section .tab-content .product-wrapper .product-head,
  .home-tab .product-holder .product-wrapper .product-head {
    position: relative;
    float: none; }
  .product-grid-item .product-wrapper .product-review, .product-grid-item .product-wrapper .product-des-grid,
  .product-grid-item .product-wrapper .product-sku, .owl-item .product-wrapper .product-review, .owl-item .product-wrapper .product-des-grid,
  .owl-item .product-wrapper .product-sku,
  .home-tab-third-section .tab-content .product-wrapper .product-review,
  .home-tab-third-section .tab-content .product-wrapper .product-des-grid,
  .home-tab-third-section .tab-content .product-wrapper .product-sku,
  .home-tab .product-holder .product-wrapper .product-review,
  .home-tab .product-holder .product-wrapper .product-des-grid,
  .home-tab .product-holder .product-wrapper .product-sku {
    display: none; }
  .product-grid-item .product-wrapper .product-content .product-wishlist, .owl-item .product-wrapper .product-content .product-wishlist,
  .home-tab-third-section .tab-content .product-wrapper .product-content .product-wishlist,
  .home-tab .product-holder .product-wrapper .product-content .product-wishlist {
    display: inline-block; }
  .product-grid-item .product-wrapper .product-content .quick-shop-button,
  .product-grid-item .product-wrapper .product-content .add-to-wishlist, .owl-item .product-wrapper .product-content .quick-shop-button,
  .owl-item .product-wrapper .product-content .add-to-wishlist,
  .home-tab-third-section .tab-content .product-wrapper .product-content .quick-shop-button,
  .home-tab-third-section .tab-content .product-wrapper .product-content .add-to-wishlist,
  .home-tab .product-holder .product-wrapper .product-content .quick-shop-button,
  .home-tab .product-holder .product-wrapper .product-content .add-to-wishlist {
    margin-bottom: 0px;
    display: inline-block;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
  .product-grid-item .product-wrapper .product-content .contact-form, .owl-item .product-wrapper .product-content .contact-form,
  .home-tab-third-section .tab-content .product-wrapper .product-content .contact-form,
  .home-tab .product-holder .product-wrapper .product-content .contact-form {
    display: inline-block; }
  .product-grid-item .product-wrapper .product-content .product-button, .owl-item .product-wrapper .product-content .product-button,
  .home-tab-third-section .tab-content .product-wrapper .product-content .product-button,
  .home-tab .product-holder .product-wrapper .product-content .product-button {
    text-align: center;
    padding: 0 0 15px 0;
    background: white;
    border: 1px solid #eaeaea;
    border-top: none;
    width: auto;
    z-index: -1;
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    bottom: -10.5%;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
    -webkit-transition: color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
    -moz-transition: color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
    -o-transition: color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
    transition: color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px; }
  .product-grid-item .product-wrapper .product-content .swatch, .owl-item .product-wrapper .product-content .swatch,
  .home-tab-third-section .tab-content .product-wrapper .product-content .swatch,
  .home-tab .product-holder .product-wrapper .product-content .swatch {
    color: black;
    margin: 0; }
    .product-grid-item .product-wrapper .product-content .swatch .header, .owl-item .product-wrapper .product-content .swatch .header,
    .home-tab-third-section .tab-content .product-wrapper .product-content .swatch .header,
    .home-tab .product-holder .product-wrapper .product-content .swatch .header {
      display: none; }
    .product-grid-item .product-wrapper .product-content .swatch .swatch-element, .owl-item .product-wrapper .product-content .swatch .swatch-element,
    .home-tab-third-section .tab-content .product-wrapper .product-content .swatch .swatch-element,
    .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element {
      margin: 0px auto 5px;
      float: none;
      display: inline-block; }
      .product-grid-item .product-wrapper .product-content .swatch .swatch-element .tooltip, .owl-item .product-wrapper .product-content .swatch .swatch-element .tooltip,
      .home-tab-third-section .tab-content .product-wrapper .product-content .swatch .swatch-element .tooltip,
      .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element .tooltip {
        display: none !important; }
      .product-grid-item .product-wrapper .product-content .swatch .swatch-element label, .owl-item .product-wrapper .product-content .swatch .swatch-element label,
      .home-tab-third-section .tab-content .product-wrapper .product-content .swatch .swatch-element label,
      .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element label {
        background: transparent;
        background-size: cover;
        border: 1px solid #dddddd;
        min-width: 30px !important;
        height: 30px !important;
        padding: 0px;
        border-radius: 0;
        line-height: 30px !important;
        text-align: center;
        cursor: pointer;
        margin: 0 3px; }
      .product-grid-item .product-wrapper .product-content .swatch .swatch-element input:checked + label, .owl-item .product-wrapper .product-content .swatch .swatch-element input:checked + label,
      .home-tab-third-section .tab-content .product-wrapper .product-content .swatch .swatch-element input:checked + label,
      .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element input:checked + label {
        box-shadow: none;
        border-color: black;
        cursor: default; }
      .product-grid-item .product-wrapper .product-content .swatch .swatch-element:hover label, .owl-item .product-wrapper .product-content .swatch .swatch-element:hover label,
      .home-tab-third-section .tab-content .product-wrapper .product-content .swatch .swatch-element:hover label,
      .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element:hover label {
        border-color: black; }
  .product-grid-item .product-wrapper:hover, .owl-item .product-wrapper:hover,
  .home-tab-third-section .tab-content .product-wrapper:hover,
  .home-tab .product-holder .product-wrapper:hover {
    z-index: 5;
    background: white; }
    .product-grid-item .product-wrapper:hover:after, .owl-item .product-wrapper:hover:after,
    .home-tab-third-section .tab-content .product-wrapper:hover:after,
    .home-tab .product-holder .product-wrapper:hover:after {
      -moz-transform: rotateX(0);
      -webkit-transform: rotateX(0);
      -o-transform: rotateX(0);
      -ms-transform: rotateX(0);
      transform: rotateX(0);
      opacity: 1; }
    .product-grid-item .product-wrapper:hover:before, .owl-item .product-wrapper:hover:before,
    .home-tab-third-section .tab-content .product-wrapper:hover:before,
    .home-tab .product-holder .product-wrapper:hover:before {
      content: none; }
    .product-grid-item .product-wrapper:hover .product-content .product-button, .owl-item .product-wrapper:hover .product-content .product-button,
    .home-tab-third-section .tab-content .product-wrapper:hover .product-content .product-button,
    .home-tab .product-holder .product-wrapper:hover .product-content .product-button {
      opacity: 1;
      -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
      -o-transform: translate(0, 0px);
      transform: translate(0, 0px);
      bottom: -10.5%;
      z-index: 20; }
    .product-grid-item .product-wrapper:hover .product-content .pc-inner .price-cart-wrapper, .owl-item .product-wrapper:hover .product-content .pc-inner .price-cart-wrapper,
    .home-tab-third-section .tab-content .product-wrapper:hover .product-content .pc-inner .price-cart-wrapper,
    .home-tab .product-holder .product-wrapper:hover .product-content .pc-inner .price-cart-wrapper {
      border-color: #eaeaea; }

.product-wrapper,
.product-wrapper-2 {
  position: relative;
  margin-bottom: 0px; }
  .product-wrapper .product-wrap-info .product-des-list,
  .product-wrapper-2 .product-wrap-info .product-des-list {
    display: none; }
  .product-wrapper .product-head .product-name,
  .product-wrapper-2 .product-head .product-name {
    margin-bottom: 15px;
    color: black;
    font-weight: 700;
    text-transform: none;
    font-size: 15px; }
    .product-wrapper .product-head .product-name a,
    .product-wrapper-2 .product-head .product-name a {
      color: black;
      font-weight: 700;
      text-transform: none;
      font-size: 15px;
      border: none; }
    .product-wrapper .product-head .product-name:hover a,
    .product-wrapper-2 .product-head .product-name:hover a {
      text-decoration: none;
      color: #c52724; }
  .product-wrapper .product-head .product-type,
  .product-wrapper-2 .product-head .product-type {
    margin: 0 0 4px;
    padding: 0;
    border: none;
    font-size: 12px;
    min-height: 20px; }
  .product-wrapper .product-head .product-image,
  .product-wrapper-2 .product-head .product-image {
    position: relative; }
    .product-wrapper .product-head .product-image .featured-img,
    .product-wrapper-2 .product-head .product-image .featured-img {
      max-width: 100%;
      vertical-align: middle;
      text-align: center; }
      .product-wrapper .product-head .product-image .featured-img a img,
      .product-wrapper-2 .product-head .product-image .featured-img a img {
        max-width: 100%;
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin: 0px auto;
        transform-style: inherit;
        -webkit-transform-style: inherit;
        -moz-transform-style: inherit; }
  .product-wrapper .product-head .wrapper-countdown,
  .product-wrapper-2 .product-head .wrapper-countdown {
    position: absolute;
    display: block;
    left: 1px;
    right: 1px;
    bottom: 0;
    height: 34px;
    z-index: 2; }
    .product-wrapper .product-head .wrapper-countdown > div,
    .product-wrapper-2 .product-head .wrapper-countdown > div {
      border: 0;
      background: #4d4d4d;
      line-height: 34px;
      color: #fff;
      font-size: 14px;
      text-align: center; }
      .product-wrapper .product-head .wrapper-countdown > div > span,
      .product-wrapper-2 .product-head .wrapper-countdown > div > span {
        font-weight: 600; }
  .product-wrapper .product-review,
  .product-wrapper-2 .product-review {
    margin: 0 0 5px;
    color: black; }
    .product-wrapper .product-review .spr-badge-caption,
    .product-wrapper-2 .product-review .spr-badge-caption {
      display: none; }
  .product-wrapper .product-content,
  .product-wrapper-2 .product-content {
    display: block; }
    .product-wrapper .product-content .availability,
    .product-wrapper-2 .product-content .availability {
      display: none; }
    .product-wrapper .product-content .pc-inner,
    .product-wrapper-2 .product-content .pc-inner {
      display: block;
      width: 100%;
      min-height: 35px; }
      .product-wrapper .product-content .pc-inner .price-cart-wrapper,
      .product-wrapper-2 .product-content .pc-inner .price-cart-wrapper {
        position: relative;
        padding: 0 38px 13px 0;
        border-bottom: 1px solid transparent;
        overflow: hidden; }
        .product-wrapper .product-content .pc-inner .price-cart-wrapper .bold_options,
        .product-wrapper-2 .product-content .pc-inner .price-cart-wrapper .bold_options {
          display: none; }
    .product-wrapper .product-content .product-descrip,
    .product-wrapper-2 .product-content .product-descrip {
      display: none; }
    .product-wrapper .product-content .product-price,
    .product-wrapper-2 .product-content .product-price {
      line-height: 1.3;
      padding: 5px 0 1px; }
      .product-wrapper .product-content .product-price .price-compare,
      .product-wrapper-2 .product-content .product-price .price-compare {
        display: inline-block; }
    .product-wrapper .product-content .add-cart-button,
    .product-wrapper-2 .product-content .add-cart-button {
      position: absolute;
      display: block;
      top: 0;
      right: 0; }
      .product-wrapper .product-content .add-cart-button .btn-primary,
      .product-wrapper-2 .product-content .add-cart-button .btn-primary {
        padding: 0;
        margin: 0;
        height: 35px;
        line-height: 35px;
        width: 35px;
        min-width: 35px;
        text-align: center;
        float: left;
        font-size: 0;
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%; }
        .product-wrapper .product-content .add-cart-button .btn-primary .bold_options,
        .product-wrapper-2 .product-content .add-cart-button .btn-primary .bold_options {
          display: none;
          margin: 0; }
        .product-wrapper .product-content .add-cart-button .btn-primary .icon-add-to-cart,
        .product-wrapper-2 .product-content .add-cart-button .btn-primary .icon-add-to-cart {
          font-size: 20px;
          display: block;
          line-height: 35px;
          width: 100%;
          height: 100%; }
          .product-wrapper .product-content .add-cart-button .btn-primary .icon-add-to-cart:before,
          .product-wrapper-2 .product-content .add-cart-button .btn-primary .icon-add-to-cart:before {
            display: block;
            line-height: 35px;
            width: 100%;
            height: 100%; }
        .product-wrapper .product-content .add-cart-button .btn-primary:hover, .product-wrapper .product-content .add-cart-button .btn-primary:focus,
        .product-wrapper-2 .product-content .add-cart-button .btn-primary:hover,
        .product-wrapper-2 .product-content .add-cart-button .btn-primary:focus {
          color: white; }

.product-price,
.price {
  color: #1d1a1a;
  font-size: 20px;
  font-weight: 400; }

.price-sale {
  color: #c52724;
  font-size: 20px;
  font-weight: 400;
  float: left; }

.price-compare {
  text-decoration: line-through;
  margin-left: 10px;
  color: #848484;
  font-size: 12px;
  font-weight: 400; }

.product-label {
  z-index: 2;
  position: absolute;
  display: block;
  left: 0px;
  top: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: white; }
  .product-label > span {
    height: 35px;
    line-height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    padding: 0;
    position: relative;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
    .product-label > span.label-sale {
      color: #c52724;
      background-color: #343f49; }
    .product-label > span.label-deal {
      color: #383838;
      background-color: #e6e6e6; }

.quick-shop-button,
.add-to-wishlist,
.add-to-compare {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 13px;
  color: black;
  margin: 0px 10px 0 0;
  line-height: 20px;
  -moz-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s; }
  .quick-shop-button .icon,
  .add-to-wishlist .icon,
  .add-to-compare .icon {
    color: black;
    font-size: 16px;
    margin: 0 5px 0 0;
    line-height: 20px;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; }
    .quick-shop-button .icon:before,
    .add-to-wishlist .icon:before,
    .add-to-compare .icon:before {
      position: relative;
      top: 3px;
      line-height: 20px; }
  .quick-shop-button:hover,
  .add-to-wishlist:hover,
  .add-to-compare:hover {
    color: #c52724; }
    .quick-shop-button:hover .icon,
    .add-to-wishlist:hover .icon,
    .add-to-compare:hover .icon {
      color: #c52724; }

.add-to-wishlist {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0; }

/*button slider*/
.owl-theme .owl-controls .owl-nav > div {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: white;
  width: 20px;
  height: 30px;
  text-align: center; }
  .owl-theme .owl-controls .owl-nav > div .fa:before {
    font-size: 22px;
    color: #aeaeae;
    line-height: 30px; }
  .owl-theme .owl-controls .owl-nav > div .fa:hover:before {
    color: #37424c; }
  .owl-theme .owl-controls .owl-nav > div span {
    display: block; }
    .owl-theme .owl-controls .owl-nav > div span:before {
      display: block;
      text-align: center;
      width: 20px;
      height: 30px;
      line-height: 30px;
      color: #aeaeae;
      font-family: FontAwesome;
      font-size: 22px; }
    .owl-theme .owl-controls .owl-nav > div span:hover:before {
      color: #37424c; }
  .owl-theme .owl-controls .owl-nav > div.owl-prev {
    left: 0px; }
    .owl-theme .owl-controls .owl-nav > div.owl-prev span:before {
      content: "\f104"; }
  .owl-theme .owl-controls .owl-nav > div.owl-next {
    right: 0px; }
    .owl-theme .owl-controls .owl-nav > div.owl-next span:before {
      content: "\f105"; }
.owl-theme:hover .owl-controls .owl-nav > div {
  opacity: 1; }

/* footer --------------------------*/
.home-partner {
  padding: 0; }
  .home-partner .partner-container {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
  .home-partner .partner-item {
    display: inline-block;
    padding: 10px;
    width: 25%;
    text-align: center;
    float: left; }
    .home-partner .partner-item > a {
      display: inline-block;
      margin: 0px auto;
      padding: 0;
      width: 100%;
      text-align: center;
      border: 1px solid translate; }
      .home-partner .partner-item > a:hover {
        border-color: #c52724; }
      .home-partner .partner-item > a img {
        display: inline-block;
        width: auto; }
  .home-partner .owl-carousel .partner-item {
    width: 100%; }

.bottom-product-block {
  padding: 88px 0 75px; }

.footer-logo {
  margin: 4px 0 40px; }

.f-support-box .icon-support {
  color: #c52724;
  float: left;
  font-size: 68px;
  margin: -8px 12px 0 0; }
  .f-support-box .icon-support:before {
    float: left; }

.f-support-text {
  color: #333e48; }
  .f-support-text .f-text-1 {
    display: block;
    font-size: 13px;
    font-weight: 300; }
  .f-support-text .f-text-2 {
    display: block;
    font-size: 22px; }

.f-address {
  clear: both;
  padding: 28px 0 0; }
  .f-address .f-text-3 {
    display: block;
    font-weight: 700;
    padding: 0 0 3px 0; }

.footer-social-icon {
  padding: 0px 0 35px; }
  .footer-social-icon .list-inline {
    font-size: 0;
    margin-left: 0; }
    .footer-social-icon .list-inline li {
      background-color: transparent;
      padding: 0px;
      margin: 0 22px 0 0;
      text-align: center;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-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; }
      .footer-social-icon .list-inline li a {
        display: block;
        font-size: 24px;
        color: #333e48; }
      .footer-social-icon .list-inline li:last-child {
        border-right: 0; }
      .footer-social-icon .list-inline li:hover a i {
        color: white; }

.footer-block h3 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 12px;
  text-transform: capitalize;
  font-weight: 600;
  color: #333e48;
  position: relative; }
  @media (max-width: 767px) {
    .footer-block h3 > span {
      padding-bottom: 0;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 0;
      top: 0px;
      z-index: 1;
      text-align: center;
      display: block; }
      .footer-block h3 > span:after {
        content: "\f055";
        font-family: "FontAweSome";
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
        width: 100%; } }
  @media (max-width: 767px) {
    .footer-block h3.opened > span:after {
      content: "\f056"; } }
.footer-block .list-links,
.footer-block .list-unstyled {
  margin: 20px 0 0; }
  @media (min-width: 768px) {
    .footer-block .list-links,
    .footer-block .list-unstyled {
      display: block !important; } }
  @media (max-width: 767px) {
    .footer-block .list-links,
    .footer-block .list-unstyled {
      display: none; } }
  .footer-block .list-links li,
  .footer-block .list-unstyled li {
    margin: 0 0 12px; }
    .footer-block .list-links li a,
    .footer-block .list-unstyled li a {
      color: #333e48; }
    .footer-block .list-links li:hover a,
    .footer-block .list-unstyled li:hover a {
      color: white;
      font-weight: 700; }

.bottom-container {
  padding: 100px 0 0;
  background: white;
  margin-top: -1px;
  position: relative;
  z-index: 2; }

.bottom-widget h3 {
  color: black;
  border-bottom: 1px solid #eaeaea;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin: 0 0 40px;
  font-weight: 400;
  position: relative; }
  .bottom-widget h3:before {
    content: '';
    display: block;
    width: 85px;
    height: 2px;
    background: #c52724;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px; }
.bottom-widget .row {
  margin-bottom: 20px; }
.bottom-widget .sb-content-inner .sbp-title {
  margin: 0 0 15px; }
  .bottom-widget .sb-content-inner .sbp-title a {
    color: black;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize; }
    .bottom-widget .sb-content-inner .sbp-title a:hover {
      color: #c52724; }
.bottom-widget .sb-content-inner .sb-price {
  line-height: 24px; }
  .bottom-widget .sb-content-inner .sb-price .price,
  .bottom-widget .sb-content-inner .sb-price .product-price,
  .bottom-widget .sb-content-inner .sb-price .price-sale {
    color: #1d1a1a;
    font-size: 15px;
    font-weight: 400; }
  .bottom-widget .sb-content-inner .sb-price .price-compare {
    font-size: 12px;
    font-weight: 400;
    float: none;
    margin: 0 0 0 10px;
    color: #8f8f8f; }
.bottom-widget .sb-head {
  max-width: 110px;
  float: left; }
  .bottom-widget .sb-head > a {
    display: block;
    text-align: center;
    margin: 0px auto;
    background: white; }

.footer-top {
  padding: 55px 0 64px;
  margin: 0; }

#footer-content {
  margin: 0 auto;
  color: #333e48;
  padding: 0;
  background: #f8f8f8; }
  #footer-content .contact-and-links {
    padding-bottom: 45px; }
  #footer-content .footer-links {
    padding: 0 0 35px; }
    #footer-content .footer-links .links-title {
      color: #333e48;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 1;
      margin-bottom: 22px;
      margin-top: 14px;
      padding: 7px 0;
      text-transform: uppercase; }
    #footer-content .footer-links .list-links > li > a {
      color: #333e48;
      font-size: 13px;
      letter-spacing: 0.1em;
      line-height: 30px;
      text-transform: uppercase; }
      #footer-content .footer-links .list-links > li > a:hover {
        text-decoration: none;
        color: #c52724; }
  #footer-content .text-center img:hover {
    opacity: 0.8; }

.footer-copyright {
  padding-top: 22px;
  padding-bottom: 12px;
  background: #eaeaea;
  margin: 0px;
  color: #333e48;
  text-align: left;
  text-transform: none; }
  .footer-copyright a {
    color: #333e48;
    font-weight: 700; }
    .footer-copyright a:hover {
      text-decoration: none;
      color: #c52724; }
  .footer-copyright .copyright > p {
    margin: 0 0 10px;
    line-height: 20px; }
  .footer-copyright .payment-icons {
    text-align: right; }
    .footer-copyright .payment-icons li {
      display: inline-block;
      margin: 0 10px 10px; }
      .footer-copyright .payment-icons li:last-child {
        margin-right: 0; }

.templateIndex #body-content {
  margin: 0px auto;
  padding: 0;
  border: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }
.templateIndex .navigation .head {
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px; }
.templateIndex .vertical-menu .sidemenu-holder .navbar {
  display: block; }
.templateIndex .bottom-container {
  padding-top: 55px; }

/* Sidebar -------------------------------*/
.catalog-icon {
  display: inline-block;
  width: 30px;
  height: 15px;
  background-position: left bottom;
  margin-bottom: -2px; }

.sidebar .search-blog, #sidebar-blog .search-blog {
  position: relative;
  padding: 0; }
  .sidebar .search-blog .form-control, #sidebar-blog .search-blog .form-control {
    height: 44px;
    padding: 12px 25px;
    color: #818181; }
  .sidebar .search-blog button, #sidebar-blog .search-blog button {
    background: none;
    border: none;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    padding: 0;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 1; }
    .sidebar .search-blog button .fa, #sidebar-blog .search-blog button .fa {
      color: #818181;
      font-size: 14px; }
    .sidebar .search-blog button:hover .fa, #sidebar-blog .search-blog button:hover .fa {
      color: #c52724; }
.sidebar .product-price, .sidebar .price, #sidebar-blog .product-price, #sidebar-blog .price {
  font-weight: 700;
  font-size: 15px; }
.sidebar .price-compare, #sidebar-blog .price-compare {
  font-size: 11px;
  font-weight: 400;
  color: #8f8f8f;
  margin: 0; }
.sidebar .price-sale, #sidebar-blog .price-sale {
  font-weight: 700;
  font-size: 15px;
  float: none;
  display: block; }
.sidebar .sb-banner img, #sidebar-blog .sb-banner img {
  width: 100%; }
.sidebar .sb-banner a, #sidebar-blog .sb-banner a {
  display: block;
  position: relative; }
  @media (min-width: 1025px) {
    .sidebar .sb-banner a:before, #sidebar-blog .sb-banner a:before {
      -webkit-transition-duration: 0.35s;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      transition-duration: 0.35s;
      -moz-transition: all 0.35s ease 0s;
      -webkit-transition: all 0.35s ease 0s;
      -ms-transition: all 0.35s ease 0s;
      -o-transition: all 0.35s ease 0s;
      transition: all 0.35s ease 0s;
      background-color: rgba(0, 0, 0, 0.1);
      content: "";
      height: 0;
      left: 0;
      right: 0;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0; } }
  .sidebar .sb-banner a:hover:before, #sidebar-blog .sb-banner a:hover:before {
    height: 100%;
    width: 100%; }
.sidebar .sb-service, #sidebar-blog .sb-service {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #dddddd;
  background: #fdfdfd;
  padding: 20px 30px; }
  .sidebar .sb-service .sb-service-item, #sidebar-blog .sb-service .sb-service-item {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 20px;
    margin: 0 0 20px; }
    .sidebar .sb-service .sb-service-item:last-child, #sidebar-blog .sb-service .sb-service-item:last-child {
      border-bottom: none;
      padding: 0;
      margin: 0; }
    .sidebar .sb-service .sb-service-item .list-si li, #sidebar-blog .sb-service .sb-service-item .list-si li {
      text-align: center;
      font-size: 15px;
      color: #333e48;
      padding: 0;
      margin: 0; }
      .sidebar .sb-service .sb-service-item .list-si li.icon, #sidebar-blog .sb-service .sb-service-item .list-si li.icon {
        float: left;
        color: #c52724;
        font-size: 44px;
        margin: 0 15px 0 0; }
        .sidebar .sb-service .sb-service-item .list-si li.icon span.icon, #sidebar-blog .sb-service .sb-service-item .list-si li.icon span.icon {
          float: left;
          height: 38px;
          vertical-align: middle;
          overflow: hidden;
          position: relative; }
          .sidebar .sb-service .sb-service-item .list-si li.icon span.icon:before, #sidebar-blog .sb-service .sb-service-item .list-si li.icon span.icon:before {
            height: 100%;
            vertical-align: middle;
            display: inline-block;
            float: left; }
      .sidebar .sb-service .sb-service-item .list-si li .text-1, #sidebar-blog .sb-service .sb-service-item .list-si li .text-1 {
        font-weight: 700; }
.sidebar .sb-widget, #sidebar-blog .sb-widget {
  margin-bottom: 55px;
  width: 100%;
  float: left;
  border: none;
  padding: 0; }
  .sidebar .sb-widget > div .row, #sidebar-blog .sb-widget > div .row {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 40px; }
    .sidebar .sb-widget > div .row:after, #sidebar-blog .sb-widget > div .row:after {
      content: '';
      width: auto;
      height: 1px;
      background: #eaeaea;
      position: absolute;
      display: block;
      left: 0px;
      right: 0px;
      bottom: -20px; }
    .sidebar .sb-widget > div .row:last-child, #sidebar-blog .sb-widget > div .row:last-child {
      margin-bottom: 0; }
      .sidebar .sb-widget > div .row:last-child:after, #sidebar-blog .sb-widget > div .row:last-child:after {
        content: none; }
  .sidebar .sb-widget .sb-head, #sidebar-blog .sb-widget .sb-head {
    padding-left: 0; }
  .sidebar .sb-widget .sb-content, #sidebar-blog .sb-widget .sb-content {
    padding-left: 5px;
    padding-right: 0; }
    .sidebar .sb-widget .sb-content .sb-content-inner .sbp-title > a, #sidebar-blog .sb-widget .sb-content .sb-content-inner .sbp-title > a {
      font-size: 14px;
      color: #333e48;
      margin: 0 0 10px;
      display: block; }
      .sidebar .sb-widget .sb-content .sb-content-inner .sbp-title > a:hover, #sidebar-blog .sb-widget .sb-content .sb-content-inner .sbp-title > a:hover {
        color: #c52724; }
  .sidebar .sb-widget h4.sb-title, #sidebar-blog .sb-widget h4.sb-title {
    font-size: 19px;
    color: black;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #dddddd;
    line-height: 1.8;
    margin: 0 0 35px;
    padding: 0 0 10px;
    position: relative; }
    .sidebar .sb-widget h4.sb-title:before, #sidebar-blog .sb-widget h4.sb-title:before {
      content: '';
      width: 70px;
      height: 2px;
      background: #c52724;
      position: absolute;
      display: block;
      left: 0;
      bottom: -1px; }
  .sidebar .sb-widget .sb-title h4, #sidebar-blog .sb-widget .sb-title h4 {
    font-size: 19px;
    color: black;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #dddddd;
    line-height: 1.8;
    margin: 0 0 35px;
    padding: 0 0 10px;
    position: relative; }
    .sidebar .sb-widget .sb-title h4:before, #sidebar-blog .sb-widget .sb-title h4:before {
      content: '';
      width: 70px;
      height: 2px;
      background: #c52724;
      position: absolute;
      display: block;
      left: 0;
      bottom: -1px; }
  .sidebar .sb-widget .sb-title span, #sidebar-blog .sb-widget .sb-title span {
    font-size: 14px; }
  .sidebar .sb-widget .sb-title .clear-filter, #sidebar-blog .sb-widget .sb-title .clear-filter {
    margin-top: 4px; }
  .sidebar .sb-widget .sb-about-blog p, #sidebar-blog .sb-widget .sb-about-blog p {
    margin: -8px 0 0 0;
    font-size: 14px;
    line-height: 24px; }
  .sidebar .sb-widget ul, #sidebar-blog .sb-widget ul {
    list-style: none; }
    .sidebar .sb-widget ul ul, .sidebar .sb-widget ul ol, #sidebar-blog .sb-widget ul ul, #sidebar-blog .sb-widget ul ol {
      padding: 0;
      margin: 0; }
    .sidebar .sb-widget ul .recent-post-item .recent-media-thumb, #sidebar-blog .sb-widget ul .recent-post-item .recent-media-thumb {
      float: left;
      margin: 0 12px 0 0;
      max-width: 75px; }
    .sidebar .sb-widget ul .recent-post-item .recent-media-content, #sidebar-blog .sb-widget ul .recent-post-item .recent-media-content {
      overflow: hidden; }
      .sidebar .sb-widget ul .recent-post-item .recent-media-content a, #sidebar-blog .sb-widget ul .recent-post-item .recent-media-content a {
        display: block;
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 7px 0;
        text-transform: capitalize;
        color: black; }
        .sidebar .sb-widget ul .recent-post-item .recent-media-content a:hover, #sidebar-blog .sb-widget ul .recent-post-item .recent-media-content a:hover {
          color: #c52724; }
      .sidebar .sb-widget ul .recent-post-item .recent-media-content .posted-date, #sidebar-blog .sb-widget ul .recent-post-item .recent-media-content .posted-date {
        font-size: 12px; }
    .sidebar .sb-widget ul li, #sidebar-blog .sb-widget ul li {
      padding: 0;
      margin: 0 0 20px;
      text-transform: capitalize;
      overflow: hidden; }
      .sidebar .sb-widget ul li a, #sidebar-blog .sb-widget ul li a {
        color: black; }
        .sidebar .sb-widget ul li a:hover, #sidebar-blog .sb-widget ul li a:hover {
          color: #eaeaea;
          text-decoration: none; }
  .sidebar .sb-widget .sb-categories-list, #sidebar-blog .sb-widget .sb-categories-list {
    padding: 0;
    margin: 0; }
    .sidebar .sb-widget .sb-categories-list li, #sidebar-blog .sb-widget .sb-categories-list li {
      display: block;
      margin: 0;
      border-bottom: 1px solid #eaeaea; }
      .sidebar .sb-widget .sb-categories-list li a, #sidebar-blog .sb-widget .sb-categories-list li a {
        font-size: 14px;
        padding: 6px 0 6px 15px;
        line-height: 26px;
        color: #575560;
        font-weight: 400;
        display: inline-block;
        position: relative; }
        .sidebar .sb-widget .sb-categories-list li a:hover, #sidebar-blog .sb-widget .sb-categories-list li a:hover {
          color: #575560; }
    .sidebar .sb-widget .sb-categories-list > li > a:before, #sidebar-blog .sb-widget .sb-categories-list > li > a:before {
      /*content: '\f105';*/
      font-family: FontAwesome;
      font-size: 14px;
      display: inline-block;
      margin: 0 10px; }
    .sidebar .sb-widget .sb-categories-list > li > a:hover, #sidebar-blog .sb-widget .sb-categories-list > li > a:hover {
      font-weight: 700; }
      .sidebar .sb-widget .sb-categories-list > li > a:hover:before, #sidebar-blog .sb-widget .sb-categories-list > li > a:hover:before {
        font-weight: 400; }
    .sidebar .sb-widget .sb-categories-list > li:hover a, #sidebar-blog .sb-widget .sb-categories-list > li:hover a {
      color: #575560; }
      .sidebar .sb-widget .sb-categories-list > li:hover a:before, #sidebar-blog .sb-widget .sb-categories-list > li:hover a:before {
        font-weight: 400; }
    .sidebar .sb-widget .sb-categories-list > li.dropdown, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown {
      position: relative; }
      .sidebar .sb-widget .sb-categories-list > li.dropdown > a, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown > a {
        margin-right: 30px; }
      .sidebar .sb-widget .sb-categories-list > li.dropdown .s-expand, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown .s-expand {
        position: absolute;
        display: block;
        top: 5px;
        right: 0;
        z-index: 2;
        line-height: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer; }
        .sidebar .sb-widget .sb-categories-list > li.dropdown .s-expand .fa, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown .s-expand .fa {
          font-weight: 700;
          font-size: 16px; }
      .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > a, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > a {
        font-weight: 700; }
        .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > a:before, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > a:before {
          font-weight: 400; }
      .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu {
        display: block;
        position: static;
        width: 100%;
        border: none; }
        .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu:before, .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu:after, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu:before, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu:after {
          content: none; }
        .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li {
          padding-left: 15px; }
          .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li:first-child, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li:first-child {
            border-top: 1px solid #eaeaea; }
          .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li:last-child, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li:last-child {
            border-bottom: none; }
          .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li > a:hover, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li > a:hover {
            color: #c52724; }
          .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li > ul > li, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li > ul > li {
            padding-left: 15px; }
            .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li > ul > li:first-child, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li > ul > li:first-child {
              border-top: 1px solid #eaeaea; }
            .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li > ul > li:last-child, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li > ul > li:last-child {
              border-bottom: none; }
            .sidebar .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li > ul > li > a:hover, #sidebar-blog .sb-widget .sb-categories-list > li.dropdown.s-open > .dropdown-menu > li > ul > li > a:hover {
              color: #c52724; }
    .sidebar .sb-widget .sb-categories-list > li:last-child, #sidebar-blog .sb-widget .sb-categories-list > li:last-child {
      border-bottom: none; }
  .sidebar .sb-widget .sb-categories .sb-title, #sidebar-blog .sb-widget .sb-categories .sb-title {
    margin-bottom: 20px; }
  .sidebar .sb-widget .sb-categories ul, #sidebar-blog .sb-widget .sb-categories ul {
    padding: 0;
    margin: 0; }
    .sidebar .sb-widget .sb-categories ul li, #sidebar-blog .sb-widget .sb-categories ul li {
      display: block;
      margin: 0;
      border-bottom: 1px solid #eaeaea; }
      .sidebar .sb-widget .sb-categories ul li a, #sidebar-blog .sb-widget .sb-categories ul li a {
        font-size: 14px;
        padding: 6px 0;
        line-height: 26px;
        color: #575560;
        font-weight: 400;
        display: inline-block;
        position: relative; }
        .sidebar .sb-widget .sb-categories ul li a:before, #sidebar-blog .sb-widget .sb-categories ul li a:before {
          content: '\f105';
          font-family: FontAwesome;
          font-size: 14px;
          display: inline-block;
          margin: 0 10px; }
        .sidebar .sb-widget .sb-categories ul li a:hover, #sidebar-blog .sb-widget .sb-categories ul li a:hover {
          color: #575560;
          font-weight: 700; }
          .sidebar .sb-widget .sb-categories ul li a:hover:before, #sidebar-blog .sb-widget .sb-categories ul li a:hover:before {
            font-weight: 400; }
      .sidebar .sb-widget .sb-categories ul li:hover a, #sidebar-blog .sb-widget .sb-categories ul li:hover a {
        color: #575560;
        font-weight: 700; }
        .sidebar .sb-widget .sb-categories ul li:hover a:before, #sidebar-blog .sb-widget .sb-categories ul li:hover a:before {
          font-weight: 400; }
      .sidebar .sb-widget .sb-categories ul li:last-child, #sidebar-blog .sb-widget .sb-categories ul li:last-child {
        border-bottom: none; }
  .sidebar .sb-widget.sb-filter, #sidebar-blog .sb-widget.sb-filter {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    text-align: left;
    font-weight: normal; }
    .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter a, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter a {
      position: relative;
      padding-left: 25px; }
      .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter a:before, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter a:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 3px;
        width: 15px;
        height: 15px;
        background-color: white;
        border: 1px solid #dddddd; }
      .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter a:after, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter a:after {
        content: "";
        position: absolute;
        display: block;
        left: 0px;
        top: 3px;
        width: 15px;
        height: 15px;
        opacity: 0;
        background: #c52724; }
    .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color {
      border: none;
      padding: 0;
      float: none;
      width: inherit;
      margin-left: 5px;
      margin-right: 5px;
      width: 17px;
      height: 17px;
      line-height: 17px;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%;
      position: relative;
      cursor: pointer;
      float: left; }
      .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a {
        width: 17px;
        height: 17px;
        line-height: 17px;
        padding: 0;
        position: relative;
        display: block; }
        .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a:before, .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a:after, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a:before, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a:after {
          position: absolute;
          top: 0;
          left: 0;
          width: 17px;
          height: 17px;
          line-height: 17px;
          border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          -webkit-border-radius: 50% 50% 50% 50%;
          border: none;
          background: none;
          z-index: 5;
          content: '' !important; }
      .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color.active-filter a:before, .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color.active-filter a:after, .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color:hover a:before, .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color:hover a:after, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color.active-filter a:before, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color.active-filter a:after, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color:hover a:before, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color:hover a:after {
        opacity: 1;
        content: '' !important;
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%;
        top: 5px;
        left: 5px;
        background: #fff; }
    .sidebar .sb-widget.sb-filter .advanced-filters li.advanced-filter.active-filter a:after, #sidebar-blog .sb-widget.sb-filter .advanced-filters li.advanced-filter.active-filter a:after {
      opacity: 1; }
    .sidebar .sb-widget.sb-filter.size .advanced-filters li.advanced-filter, #sidebar-blog .sb-widget.sb-filter.size .advanced-filters li.advanced-filter {
      width: auto;
      display: inline-block;
      float: left;
      margin: 5px; }
      .sidebar .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a, #sidebar-blog .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a {
        color: black;
        padding: 10px;
        font-size: 11px;
        text-transform: uppercase;
        background: #f6f6f6;
        text-align: center;
        height: 35px;
        min-width: 35px;
        display: inline-block;
        font-weight: 600; }
        .sidebar .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a:before, .sidebar .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a:after, #sidebar-blog .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a:before, #sidebar-blog .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a:after {
          width: 0;
          height: 0;
          border: 0; }
        .sidebar .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a:hover, #sidebar-blog .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a:hover {
          color: #fff;
          background: #c52724; }
      .sidebar .sb-widget.sb-filter.size .advanced-filters li.advanced-filter.active-filter a, #sidebar-blog .sb-widget.sb-filter.size .advanced-filters li.advanced-filter.active-filter a {
        color: #fff;
        background: #c52724; }
  .sidebar .sb-widget.sb-image, #sidebar-blog .sb-widget.sb-image {
    padding: 0;
    border: 0;
    text-align: center; }
  .sidebar .sb-widget .sb-custom-block ul li a, #sidebar-blog .sb-widget .sb-custom-block ul li a {
    cursor: pointer; }
    .sidebar .sb-widget .sb-custom-block ul li a i, #sidebar-blog .sb-widget .sb-custom-block ul li a i {
      color: black;
      font-size: 19px;
      min-width: 27px; }
    .sidebar .sb-widget .sb-custom-block ul li a:hover i, #sidebar-blog .sb-widget .sb-custom-block ul li a:hover i {
      color: black; }
  .sidebar .sb-widget .owl-theme .owl-controls .owl-nav, #sidebar-blog .sb-widget .owl-theme .owl-controls .owl-nav {
    position: absolute;
    display: block;
    top: -60px;
    right: 0; }
    .sidebar .sb-widget .owl-theme .owl-controls .owl-nav > div.owl-prev,
    .sidebar .sb-widget .owl-theme .owl-controls .owl-nav > div.owl-next, #sidebar-blog .sb-widget .owl-theme .owl-controls .owl-nav > div.owl-prev,
    #sidebar-blog .sb-widget .owl-theme .owl-controls .owl-nav > div.owl-next {
      position: static; }

#sidebar-blog .sb-widget {
  margin-bottom: 50px; }
  #sidebar-blog .sb-widget .sb-blog-tag li {
    margin: 0; }
    #sidebar-blog .sb-widget .sb-blog-tag li a {
      padding: 5px 15px;
      line-height: 1.8;
      color: #565656;
      display: inline-block;
      border: 1px solid #ececec;
      margin: 0px 8px 8px 0; }
      #sidebar-blog .sb-widget .sb-blog-tag li a:hover {
        background: #333e48;
        border-color: #333e48;
        color: white !important; }

.product-name:hover a,
.bp-content-inner:hover a {
  color: #c52724; }

.sold-out {
  color: #c52724;
  font-size: 20px;
  font-weight: 400; }

.price-range-slider {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dddddd; }
  .price-range-slider h4 {
    border: none !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #575560 !important; }
    .price-range-slider h4:before {
      content: none !important; }
  .price-range-slider .ui-widget-content {
    border: none;
    height: 6px; }
  .price-range-slider .ui-slider-horizontal .ui-slider-range {
    background-color: #dcdcdc;
    z-index: 1;
    border: none;
    height: 6px; }
  .price-range-slider .ui-slider-range.ui-widget-header.ui-corner-all {
    background-color: #cacaca;
    border: none;
    height: 2px;
    top: 2px; }
  .price-range-slider .ui-state-default,
  .price-range-slider .ui-widget-content .ui-state-default,
  .price-range-slider .ui-widget-header .ui-state-default {
    background-color: white;
    background-repeat: repeat-x;
    border: 3px solid;
    height: 16px;
    margin-left: -5px !important;
    position: absolute;
    top: -6px;
    width: 16px;
    border-color: #c52724;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    opacity: 1;
    cursor: pointer; }
  .price-range-slider .range-right .ui-state-default,
  .price-range-slider .range-right .ui-widget-content .ui-state-default,
  .price-range-slider .range-right .ui-widget-header .ui-state-default {
    margin-left: -15px !important; }
  .price-range-slider .price-range {
    font-size: 14px; }
    .price-range-slider .price-range p {
      margin: 10px 0 15px; }
    .price-range-slider .price-range #amount {
      font-weight: normal !important;
      color: #686868; }
    .price-range-slider .price-range label {
      font-weight: normal;
      color: #686868; }

.sb-filter-wrapper .sbf-title {
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #575560; }
  .sb-filter-wrapper .sbf-title:before {
    content: none; }
.sb-filter-wrapper .advanced-filters {
  padding: 10px 0 0;
  margin: 10px 0 0; }

.sbw-filter > ul,
.sbw-filter > o {
  list-style: none;
  margin: 0;
  padding: 15px; }
  .sbw-filter > ul li,
  .sbw-filter > o li {
    margin: 8px 0; }
    .sbw-filter > ul li a:hover,
    .sbw-filter > o li a:hover {
      color: #888; }
.sbw-filter .price {
  color: #c52724; }
.sbw-filter .price-compare {
  color: #aaa; }
.sbw-filter .sb-title {
  padding: 14px 15px;
  margin: 0;
  border-bottom: 1px solid #eaeaea; }
.sbw-filter > div .row {
  margin-bottom: 15px; }
  .sbw-filter > div .row:last-child {
    margin-bottom: 0; }
.sbw-filter > div .sb-product-content {
  padding-left: 0; }
.sbw-filter > div .sb-product-head a {
  display: block;
  border: 1px solid #ececec;
  overflow: hidden; }
  .sbw-filter > div .sb-product-head a:hover {
    border-color: #eaeaea; }
.sbw-filter > div .sb-price {
  margin: 10px 0 0; }
.sbw-filter > div .sb-filter {
  margin: 0 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd; }
  .sbw-filter > div .sb-filter:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
.sbw-filter > div .advanced-filters {
  list-style: none;
  margin: 15px 0 0; }
  .sbw-filter > div .advanced-filters > li {
    margin: 0px 0 15px;
    padding: 0; }
    .sbw-filter > div .advanced-filters > li > a {
      position: relative;
      padding-left: 25px; }
      .sbw-filter > div .advanced-filters > li > a:before {
        content: '';
        border: 1px solid #eaeaea;
        width: 15px;
        height: 15px;
        position: absolute;
        display: block;
        left: 0;
        top: 3px;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        display: block; }
      .sbw-filter > div .advanced-filters > li > a:hover {
        color: #c52724; }
        .sbw-filter > div .advanced-filters > li > a:hover:before {
          border-color: #c52724 !important;
          background: #eaeaea; }
    .sbw-filter > div .advanced-filters > li.active-filter > a {
      color: #c52724; }
      .sbw-filter > div .advanced-filters > li.active-filter > a:before {
        border-color: #c52724; }
      .sbw-filter > div .advanced-filters > li.active-filter > a:after {
        content: '';
        background: #c52724;
        width: 15px;
        height: 15px;
        position: absolute;
        display: block;
        left: 0px;
        top: 3px;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px; }

.sb-banner .list-unstyled li {
  display: block;
  margin: 0 0 30px; }
  .sb-banner .list-unstyled li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center; }
    @media (min-width: 1025px) {
      .sb-banner .list-unstyled li a:before {
        -webkit-transition-duration: 0.35s;
        -moz-transition-duration: 0.35s;
        -o-transition-duration: 0.35s;
        transition-duration: 0.35s;
        -moz-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        background-color: rgba(0, 0, 0, 0.1);
        content: "";
        height: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0; } }
    .sb-banner .list-unstyled li a img {
      width: 100%; }
    .sb-banner .list-unstyled li a:hover:before {
      height: 100%;
      width: 100%; }

/* home page ------------------------------*/
.shopify-section .special-offer-product .product-wrapper {
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 2px solid #c52724;
  overflow: hidden;
  padding: 20px 20px 30px;
  margin: -40px 15px 0 0;
  background: white; }
  .shopify-section .special-offer-product .product-wrapper .product-head .product-image {
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    margin: 7px 0 15px; }
    .shopify-section .special-offer-product .product-wrapper .product-head .product-image .switch a > span img {
      opacity: 0;
      position: absolute;
      display: block;
      left: 0;
      top: 50%;
      right: 0;
      bottom: 0;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      z-index: 0;
      display: inline-block;
      vertical-align: middle;
      max-width: 98%;
      margin: 0px auto; }
    .shopify-section .special-offer-product .product-wrapper .product-head .product-image:hover .featured-image.switch {
      opacity: 0; }
    .shopify-section .special-offer-product .product-wrapper .product-head .product-image:hover a > span img {
      opacity: 1;
      z-index: 1; }
  .shopify-section .special-offer-product .product-wrapper .special-product-label .spl-1 {
    font-size: 28px;
    color: #343f49;
    display: inline-block; }
    .shopify-section .special-offer-product .product-wrapper .special-product-label .spl-1 strong {
      display: block; }
  .shopify-section .special-offer-product .product-wrapper .special-product-label .spl-2 {
    float: right;
    background: #343f49;
    color: #c52724;
    padding: 10px 30px;
    line-height: 1.2;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px; }
    .shopify-section .special-offer-product .product-wrapper .special-product-label .spl-2 .spl-text-2 {
      font-weight: 700; }
  .shopify-section .special-offer-product .product-wrapper .product-content .product-type {
    margin: 10px 0 1px; }
  .shopify-section .special-offer-product .product-wrapper .product-content .deal-progress {
    overflow: hidden; }
    .shopify-section .special-offer-product .product-wrapper .product-content .deal-progress .deal-stock {
      width: 100%;
      overflow: hidden;
      text-align: left;
      padding: 26px 0 13px; }
      .shopify-section .special-offer-product .product-wrapper .product-content .deal-progress .deal-stock .stock-sold {
        float: left;
        font-size: 15px;
        color: #383838; }
      .shopify-section .special-offer-product .product-wrapper .product-content .deal-progress .deal-stock .stock-available {
        float: right;
        font-size: 15px;
        color: #383838; }
    .shopify-section .special-offer-product .product-wrapper .product-content .deal-progress .progress {
      border-radius: 10px 10px 10px 10px;
      -moz-border-radius: 10px 10px 10px 10px;
      -webkit-border-radius: 10px 10px 10px 10px;
      -webkit-box-shadow: 0 0 0 white;
      -ms-transform: 0 0 0 white;
      -o-transform: 0 0 0 white;
      box-shadow: 0 0 0 white;
      background-color: #eeeeee;
      height: 20px;
      margin: 0; }
      .shopify-section .special-offer-product .product-wrapper .product-content .deal-progress .progress .progress-bar {
        background-color: #c52724;
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        -webkit-box-shadow: 0 0 0 white;
        -ms-transform: 0 0 0 white;
        -o-transform: 0 0 0 white;
        box-shadow: 0 0 0 white; }
  .shopify-section .special-offer-product .product-wrapper .product-content .pc-inner {
    padding: 0;
    text-align: center; }
  .shopify-section .special-offer-product .product-wrapper .product-content .price-sale {
    float: none;
    font-size: 30px; }
  .shopify-section .special-offer-product .product-wrapper .product-content .price-compare {
    margin: 0 10px 0 0;
    font-size: 18px;
    color: #383838; }
  .shopify-section .special-offer-product .product-wrapper .product-content .price {
    font-size: 30px; }
  .shopify-section .special-offer-product .product-wrapper .product-content .product-name {
    text-align: center;
    font-size: 15px;
    margin: 0 0 10px; }
    .shopify-section .special-offer-product .product-wrapper .product-content .product-name a {
      color: black;
      font-size: 15px;
      font-weight: 700; }
    .shopify-section .special-offer-product .product-wrapper .product-content .product-name:hover a {
      color: #c52724; }
  .shopify-section .special-offer-product .product-wrapper .product-content .deal-text {
    display: block;
    font-size: 15px;
    color: #383838;
    padding: 15px 0 0; }
  .shopify-section .special-offer-product .product-wrapper .product-content .is-countdown {
    border: none;
    background: none;
    text-align: center;
    margin: 15px auto 0;
    overflow: hidden; }
    .shopify-section .special-offer-product .product-wrapper .product-content .is-countdown .countdown-row {
      padding: 0; }
    .shopify-section .special-offer-product .product-wrapper .product-content .is-countdown .countdown-section {
      width: auto;
      margin: 0px auto;
      padding: 0 7px;
      display: inline-block;
      position: relative;
      float: none; }
      .shopify-section .special-offer-product .product-wrapper .product-content .is-countdown .countdown-section:after {
        content: ':';
        color: #383838;
        font-size: 30px;
        line-height: 40px;
        height: 40px;
        position: absolute;
        display: block;
        top: 0px;
        right: -4px; }
      .shopify-section .special-offer-product .product-wrapper .product-content .is-countdown .countdown-section:last-child:after {
        content: none; }
      .shopify-section .special-offer-product .product-wrapper .product-content .is-countdown .countdown-section .countdown-amount {
        font-size: 30px;
        padding: 0 10px;
        line-height: 40px;
        float: none;
        margin: 0 auto;
        background: #e6e6e6;
        color: #383838;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px; }
      .shopify-section .special-offer-product .product-wrapper .product-content .is-countdown .countdown-section .countdown-period {
        font-size: 12px;
        text-transform: uppercase;
        float: none;
        padding: 5px 0 0;
        color: #383838;
        margin: 0px auto; }

.home-carousel {
  margin: 0 auto;
  overflow: hidden; }
  .home-carousel > h4 {
    font-size: 25px;
    font-weight: 400;
    color: black;
    border-bottom: 1px solid #eaeaea;
    line-height: 32px;
    padding-bottom: 13px;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative; }
    .home-carousel > h4:before {
      content: '';
      display: block;
      width: 115px;
      height: 2px;
      background: #c52724;
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      bottom: -1px; }
  .home-carousel .product-list,
  .home-carousel .related-items {
    overflow: hidden; }
    .home-carousel .product-list .product-wrapper,
    .home-carousel .related-items .product-wrapper {
      width: 20%;
      float: left;
      padding: 15px; }
      .home-carousel .product-list .product-wrapper .pc-inner .price-cart-wrapper,
      .home-carousel .related-items .product-wrapper .pc-inner .price-cart-wrapper {
        min-height: 43px;
        overflow: inherit; }
      .home-carousel .product-list .product-wrapper .product-head .product-name,
      .home-carousel .related-items .product-wrapper .product-head .product-name {
        overflow: hidden; }
      .home-carousel .product-list .product-wrapper .price-cart-wrapper .product-price,
      .home-carousel .related-items .product-wrapper .price-cart-wrapper .product-price {
        position: absolute;
        display: block;
        left: 0;
        bottom: 12px;
        line-height: 1.2;
        padding: 0; }
        .home-carousel .product-list .product-wrapper .price-cart-wrapper .product-price .price-compare,
        .home-carousel .related-items .product-wrapper .price-cart-wrapper .product-price .price-compare {
          display: block;
          margin: 0; }
    .home-carousel .product-list.owl-carousel,
    .home-carousel .related-items.owl-carousel {
      overflow: visible; }
      .home-carousel .product-list.owl-carousel .product-wrapper,
      .home-carousel .related-items.owl-carousel .product-wrapper {
        width: 100%; }
  .home-carousel .owl-carousel .owl-stage-outer {
    padding: 10px 0px 50px; }
  .home-carousel .owl-theme .owl-controls .owl-nav {
    position: absolute;
    display: block;
    top: -45px;
    right: 0; }
    .home-carousel .owl-theme .owl-controls .owl-nav > div.owl-prev,
    .home-carousel .owl-theme .owl-controls .owl-nav > div.owl-next {
      position: static; }
  .home-carousel .owl-dots {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    position: relative; }
    .home-carousel .owl-dots .owl-dot {
      margin: 0px auto;
      display: inline-block; }
      .home-carousel .owl-dots .owl-dot span {
        display: block;
        margin: 0 7px;
        width: 8px;
        height: 8px;
        background: #bcbcbc;
        -moz-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%; }
      .home-carousel .owl-dots .owl-dot.active span, .home-carousel .owl-dots .owl-dot:hover span {
        width: 30px;
        background: #c52724;
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px; }

.title-wrapper h2 {
  font-size: 25px;
  font-weight: 400;
  color: black;
  border-bottom: 1px solid #eaeaea;
  line-height: 32px;
  padding-bottom: 13px;
  text-transform: capitalize;
  margin: 0 0 20px;
  position: relative; }
  .title-wrapper h2:before {
    content: '';
    display: block;
    width: 115px;
    height: 2px;
    background: #c52724;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px; }

/*home-blog ====================================*/
.latest-blog .blog-container {
  padding: 15px 10px;
  border-right: 1px solid #eaeaea;
  margin-right: -1px;
  position: relative; }
  .latest-blog .blog-container .blog-img {
    margin: 0 auto 15px; }
    .latest-blog .blog-container .blog-img p {
      margin: 0;
      padding: 0; }
    .latest-blog .blog-container .blog-img a {
      display: block;
      position: relative;
      overflow: hidden; }
      .latest-blog .blog-container .blog-img a:before {
        z-index: 11; }
        @media (min-width: 1025px) {
          .latest-blog .blog-container .blog-img a:before {
            -webkit-transition-duration: 0.35s;
            -moz-transition-duration: 0.35s;
            -o-transition-duration: 0.35s;
            transition-duration: 0.35s;
            -moz-transition: all 0.35s ease 0s;
            -webkit-transition: all 0.35s ease 0s;
            -ms-transition: all 0.35s ease 0s;
            -o-transition: all 0.35s ease 0s;
            transition: all 0.35s ease 0s;
            background-color: rgba(0, 0, 0, 0.1);
            content: "";
            height: 0;
            left: 0;
            right: 0;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            width: 0; } }
      .latest-blog .blog-container .blog-img a:hover:before {
        height: 100%;
        width: 100%; }
  .latest-blog .blog-container .news-date {
    background: #333;
    color: white;
    font-size: 12px;
    padding: 4px 6px;
    position: absolute;
    display: block;
    left: 10px;
    top: 15px;
    z-index: 11; }
  .latest-blog .blog-container h5 {
    text-transform: none;
    font-size: 16px; }
    .latest-blog .blog-container h5:hover a {
      color: #c52724; }
  .latest-blog .blog-container p {
    font-size: 12px;
    color: #999; }

/* end home-blog========================*/
/*bottom*/
.bottom-content {
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  padding-top: 30px;
  padding-bottom: 25px; }
  .bottom-content .bottom-item {
    text-align: center; }
    .bottom-content .bottom-item .bottom-icon:hover img {
      opacity: 0.65; }
    .bottom-content .bottom-item .bottom-title {
      font-size: 13px;
      line-height: 30px;
      color: #000;
      font-weight: 400;
      text-transform: uppercase;
      margin-top: 3px; }

#widget-newsletter {
  display: block;
  padding: 20px 0;
  margin: 0;
  position: relative;
  background: #c52724;
  color: white; }
  #widget-newsletter .newsletter-title {
    display: inline-block;
    color: white;
    font-size: 22px;
    padding: 10px 50px 5px 0;
    line-height: 30px; }
    #widget-newsletter .newsletter-title .icon {
      font-size: 40px;
      float: left;
      margin: 0 15px 0 0; }
      #widget-newsletter .newsletter-title .icon:before {
        display: block;
        line-height: 30px; }
  #widget-newsletter p {
    display: inline-block;
    text-transform: none;
    margin: 0;
    color: white;
    font-size: 15px;
    padding: 10px 20px 5px 0;
    line-height: 30px; }
    #widget-newsletter p span {
      font-weight: 700; }
  #widget-newsletter form {
    width: 40%;
    margin: 0px auto;
    position: relative;
    float: right; }
    #widget-newsletter form input {
      color: #797979;
      height: 50px;
      width: 85%;
      display: inline-block;
      vertical-align: middle;
      border: none;
      padding: 15px 50px 15px 30px;
      line-height: 20px;
      border-radius: 25px 25px 25px 25px;
      -moz-border-radius: 25px 25px 25px 25px;
      -webkit-border-radius: 25px 25px 25px 25px; }
    #widget-newsletter form #email-submit {
      height: 50px;
      padding: 10px 35px;
      line-height: 30px;
      font-weight: 400;
      font-size: 14px;
      text-transform: capitalize;
      background: #333e48;
      color: white;
      border: 1px solid #333e48;
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      border-radius: 0 25px 25px 0;
      -moz-border-radius: 0 25px 25px 0;
      -webkit-border-radius: 0 25px 25px 0;
      -moz-transition: all 0.35s ease-in-out 0 0s;
      -webkit-transition: all 0.35s ease-in-out 0 0s;
      -ms-transition: all 0.35s ease-in-out 0 0s;
      -o-transition: all 0.35s ease-in-out 0 0s;
      transition: all 0.35s ease-in-out 0 0s; }
      #widget-newsletter form #email-submit:hover {
        background: black;
        border-color: black;
        color: white; }

/*end bottom*/
/*end homepage*/
/* Category page --------------------------*/
.page-cata h2 {
  text-align: left;
  color: #333e48;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 20px; }
.page-cata .pagination-holder .pagination {
  border: none;
  text-align: right; }
  .page-cata .pagination-holder .pagination li {
    margin: 0; }
@media (min-width: 992px) {
  .page-cata .col-md-12 .cata-product .product-grid-item {
    width: 25%; }
    .page-cata .col-md-12 .cata-product .product-grid-item .product-wrapper:before {
      content: ''; }
    .page-cata .col-md-12 .cata-product .product-grid-item:nth-child(4n + 1) {
      clear: both; }
      .page-cata .col-md-12 .cata-product .product-grid-item:nth-child(4n + 1) .product-wrapper:before {
        content: none !important; }
    .page-cata .col-md-12 .cata-product .product-grid-item:nth-child(3n + 1) {
      clear: none; }
      .page-cata .col-md-12 .cata-product .product-grid-item:nth-child(3n + 1) .product-wrapper:before {
        content: ''; } }

.cata-header {
  margin: 0 0 30px; }
  .cata-header p {
    margin: 20px 0 0;
    color: #888; }

.wrap-cata-title h2 {
  display: inline-block; }
.wrap-cata-title .pagination-top-showing {
  float: right;
  margin: 0 0 20px;
  font-size: 13px;
  color: #717171;
  line-height: 30px; }

.cata-descrip {
  margin-bottom: 60px; }
  .cata-descrip > p {
    margin-top: 40px; }
    .cata-descrip > p strong {
      text-transform: uppercase;
      color: black;
      font-size: 150%; }
    .cata-descrip > p + p {
      margin-bottom: 40px; }
    .cata-descrip > p:last-child {
      line-height: 28px; }

.cata-title {
  display: block;
  margin-bottom: 30px; }
  .cata-title h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    letter-spacing: 0; }
  .cata-title span {
    text-align: right;
    color: black; }

/*toolbar*/
.cata-toolbar {
  margin: 0 0 37px;
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 20px 0 20px;
  background: whitesmoke; }
  .cata-toolbar .grid-list {
    display: inline-block;
    padding: 0; }
    .cata-toolbar .grid-list .grid {
      margin: 0;
      font-size: 20px;
      color: #333e48;
      line-height: 38px;
      cursor: pointer;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .cata-toolbar .grid-list .grid .icon:before {
        position: relative;
        top: 3px; }
      .cata-toolbar .grid-list .grid.active {
        color: #333e48;
        cursor: default; }
      .cata-toolbar .grid-list .grid:hover {
        color: #333e48; }
    .cata-toolbar .grid-list .list, .cata-toolbar .grid-list .grid-extended, .cata-toolbar .grid-list .list-small {
      margin-left: 15px;
      display: inline-block;
      font-size: 20px;
      color: #d6dbe1;
      line-height: 38px;
      cursor: pointer;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .cata-toolbar .grid-list .list .icon:before, .cata-toolbar .grid-list .grid-extended .icon:before, .cata-toolbar .grid-list .list-small .icon:before {
        position: relative;
        top: 3px; }
      .cata-toolbar .grid-list .list.active, .cata-toolbar .grid-list .grid-extended.active, .cata-toolbar .grid-list .list-small.active {
        color: #333e48;
        cursor: default; }
      .cata-toolbar .grid-list .list:hover, .cata-toolbar .grid-list .grid-extended:hover, .cata-toolbar .grid-list .list-small:hover {
        color: #333e48; }
  .cata-toolbar .filter {
    margin-right: 40px;
    padding-bottom: 20px;
    margin-bottom: -1px; }
    .cata-toolbar .filter:hover > .dropdown-menu {
      display: block;
      z-index: 11; }
    .cata-toolbar .filter > a {
      border: 1px solid #dddddd;
      padding: 9px 20px;
      font-size: 14px;
      display: inline-block;
      width: 140px;
      text-align: center; }
      .cata-toolbar .filter > a i {
        float: right;
        margin-top: 4px; }
      .cata-toolbar .filter > a:hover {
        text-decoration: none;
        color: black; }
    .cata-toolbar .filter > .dropdown-menu {
      background-color: #fbfbfb;
      right: auto;
      left: 15px;
      width: 100%;
      padding: 25px 30px;
      min-width: 700px;
      border: 1px solid #ddd; }
      .cata-toolbar .filter > .dropdown-menu > .list-inline > .sbw-filter {
        width: 100%;
        float: left; }
        .cata-toolbar .filter > .dropdown-menu > .list-inline > .sbw-filter .grid-uniform > .sb-widget {
          width: 25%;
          float: left; }
      .cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget .sb-title {
        color: black;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 15px; }
      .cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li a {
        letter-spacing: 0.1em;
        line-height: 26px;
        padding-left: 20px;
        position: relative; }
        .cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li a:before {
          content: "";
          position: absolute;
          display: block;
          left: 0px;
          top: 4px;
          width: 12px;
          height: 12px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          background: #ccc;
          opacity: 0; }
        .cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li a:after {
          content: "";
          position: absolute;
          display: block;
          left: 2px;
          top: 6px;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          background: #797979; }
        .cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li a:hover {
          text-decoration: none;
          color: #000; }
          .cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li a:hover:before {
            opacity: 1; }
      .cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li.active-filter a {
        text-decoration: none;
        color: #000; }
        .cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li.active-filter a:before {
          opacity: 1; }
    .cata-toolbar .filter .clear-filter {
      display: none; }
  .cata-toolbar .group-toolbar {
    text-align: center; }
    .cata-toolbar .group-toolbar > li {
      margin: 0 0 10px; }
  .cata-toolbar .group-gl {
    float: left; }
  .cata-toolbar .pagination-top {
    float: right; }
    .cata-toolbar .pagination-top li a {
      padding: 4px 15px;
      background: none;
      border: 1px solid transparent;
      color: #7e7e7e;
      margin: 0;
      line-height: 28px;
      font-size: 14px;
      min-width: 45px;
      text-align: center;
      display: inline-block;
      border-radius: 15px 15px 15px 15px;
      -moz-border-radius: 15px 15px 15px 15px;
      -webkit-border-radius: 15px 15px 15px 15px; }
      .cata-toolbar .pagination-top li a.disabled {
        opacity: 0.7;
        cursor: no-drop; }
    .cata-toolbar .pagination-top li.active a, .cata-toolbar .pagination-top li:hover a {
      border-color: #eaeaea;
      background: white; }
  .cata-toolbar .sort-by {
    display: inline-block;
    font-size: 13px;
    color: black; }
    .cata-toolbar .sort-by > label {
      margin-right: 10px;
      vertical-align: top;
      margin-bottom: 0;
      display: inline-block;
      line-height: 27px; }
    .cata-toolbar .sort-by .sort-by-inner {
      display: inline-block;
      position: relative; }
      .cata-toolbar .sort-by .sort-by-inner .dropdown-toggle {
        display: inline-block; }
        .cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button {
          border: 1px solid #eaeaea;
          background: white;
          padding: 8px 25px;
          font: 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
          color: #7e7e7e;
          text-transform: none;
          min-width: 160px;
          text-align: left;
          font-weight: 400;
          border-radius: 15px 15px 15px 15px;
          -moz-border-radius: 15px 15px 15px 15px;
          -webkit-border-radius: 15px 15px 15px 15px; }
          .cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span {
            padding-right: 5px;
            float: left; }
            .cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span a:hover {
              text-decoration: none; }
            .cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span.visible-xs {
              padding-top: 0; }
          .cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button i {
            float: right;
            width: 10px;
            text-align: right;
            padding-top: 4px; }
    .cata-toolbar .sort-by #sort_by_box {
      width: 100%;
      min-width: auto;
      right: 0;
      left: auto; }
      .cata-toolbar .sort-by #sort_by_box li {
        padding: 0 10px;
        text-align: left;
        margin-bottom: 0;
        font-size: 13px; }
        .cata-toolbar .sort-by #sort_by_box li a {
          padding: 5px 0;
          transition: none; }
        .cata-toolbar .sort-by #sort_by_box li:hover {
          background: #eeeeee; }
          .cata-toolbar .sort-by #sort_by_box li:hover a {
            color: black; }
        .cata-toolbar .sort-by #sort_by_box li.active {
          background: #eeeeee; }
          .cata-toolbar .sort-by #sort_by_box li.active a {
            cursor: default;
            background-color: transparent;
            color: black; }
    .cata-toolbar .sort-by:hover #sort_by_box {
      display: block; }
  .cata-toolbar .visible-xs {
    cursor: pointer;
    vertical-align: top;
    padding-top: 9px; }
    .cata-toolbar .visible-xs .filter-toggle {
      text-transform: uppercase;
      padding: 5px 20px;
      border: 1px solid #eaeaea;
      font-size: 12px; }

.pagination-catalog {
  border-top: 1px solid #eaeaea; }

.cata-product.cp-grid {
  display: block;
  margin: 0px; }
  .cata-product.cp-grid .product-grid-item {
    display: inline-block;
    width: 33.333333%;
    float: left; }
    .cata-product.cp-grid .product-grid-item:nth-child(3n + 1) .product-wrapper:before {
      content: none; }
  .cata-product.cp-grid.cp-none-sb .product-grid-item {
    width: 25%; }
    .cata-product.cp-grid.cp-none-sb .product-grid-item:nth-child(4n + 1) .product-wrapper:before {
      content: none; }

.available {
  color: #c52724;
  font-weight: 700; }

.not-available {
  color: #c52724;
  font-weight: 700; }

.cata-list .cata-product {
  margin: 0 -15px; }
  .cata-list .cata-product .product-grid-item {
    width: 100%;
    clear: both;
    padding: 0px 0 30px;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative; }
    .cata-list .cata-product .product-grid-item:after {
      content: '';
      height: 1px;
      background: #eaeaea;
      position: absolute;
      display: block;
      left: 15px;
      right: 15px;
      bottom: 0; }
    .cata-list .cata-product .product-grid-item:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .cata-list .cata-product .product-grid-item .product-label {
      left: 15px; }
  .cata-list .cata-product .product-wrapper {
    overflow: hidden;
    padding: 0; }
    .cata-list .cata-product .product-wrapper:before, .cata-list .cata-product .product-wrapper:after {
      content: none !important; }
    .cata-list .cata-product .product-wrapper .product-head {
      float: left;
      width: 75%; }
      .cata-list .cata-product .product-wrapper .product-head .product-image .product-name {
        height: auto !important; }
      .cata-list .cata-product .product-wrapper .product-head .product-image .featured-img {
        float: left;
        width: 43.33333333%;
        padding: 0 15px; }
      .cata-list .cata-product .product-wrapper .product-head .product-image .product-wrap-info {
        float: right;
        width: 56.66666667%;
        padding: 0 15px; }
        .cata-list .cata-product .product-wrapper .product-head .product-image .product-wrap-info .product-review {
          display: block; }
        .cata-list .cata-product .product-wrapper .product-head .product-image .product-wrap-info .product-des-list {
          display: block;
          font-size: 13px;
          line-height: 18px;
          margin: 15px 0 0 0px; }
          .cata-list .cata-product .product-wrapper .product-head .product-image .product-wrap-info .product-des-list p {
            margin: 0 0 15px; }
    .cata-list .cata-product .product-wrapper .product-content {
      float: left;
      width: 25%;
      padding: 0 15px; }
      .cata-list .cata-product .product-wrapper .product-content .product-name {
        height: auto !important;
        margin: 0 0 10px; }
      .cata-list .cata-product .product-wrapper .product-content .price-cart-wrapper {
        padding: 0;
        border: none; }
      .cata-list .cata-product .product-wrapper .product-content .product-button {
        position: static;
        padding: 0;
        border: none;
        text-align: left;
        z-index: 1;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
      .cata-list .cata-product .product-wrapper .product-content .product-price, .cata-list .cata-product .product-wrapper .product-content .price {
        font-size: 23px;
        padding-top: 0;
        padding-bottom: 0;
        border: none; }
        .cata-list .cata-product .product-wrapper .product-content .product-price .price-sale, .cata-list .cata-product .product-wrapper .product-content .price .price-sale {
          font-size: 23px;
          margin: 0;
          display: block;
          float: none; }
        .cata-list .cata-product .product-wrapper .product-content .product-price .price-compare, .cata-list .cata-product .product-wrapper .product-content .price .price-compare {
          float: none;
          margin: 0;
          font-size: 12px;
          display: block; }
      .cata-list .cata-product .product-wrapper .product-content .availability {
        display: block;
        font-size: 12px;
        font-weight: normal;
        border-bottom: 1px solid #dddddd;
        padding: 0 0 2px;
        margin: 0 0 10px; }
        .cata-list .cata-product .product-wrapper .product-content .availability .available {
          color: #5bb300;
          font-weight: 700; }
      .cata-list .cata-product .product-wrapper .product-content .add-cart-button {
        text-align: left;
        margin: 5px 0 14px;
        overflow: hidden;
        position: static; }
        .cata-list .cata-product .product-wrapper .product-content .add-cart-button .btn-primary {
          font-weight: 700;
          color: white;
          font-size: 14px;
          display: block;
          padding: 0px 10px;
          height: 43px;
          line-height: 43px;
          width: 100%;
          white-space: nowrap;
          border-radius: 20px 20px 20px 20px;
          -moz-border-radius: 20px 20px 20px 20px;
          -webkit-border-radius: 20px 20px 20px 20px; }
        .cata-list .cata-product .product-wrapper .product-content .add-cart-button .icon {
          font-size: 20px;
          margin: 0 5px 0 0;
          display: inline-block;
          width: auto; }
          .cata-list .cata-product .product-wrapper .product-content .add-cart-button .icon:before {
            position: relative;
            top: 3px; }
      .cata-list .cata-product .product-wrapper .product-content .product-wishlist {
        display: inline-block; }
      .cata-list .cata-product .product-wrapper .product-content .add-to-wishlist {
        margin: 0;
        line-height: 18px; }
.cata-list .cata-toolbar .grid-list .list {
  color: #333e48; }
.cata-list .cata-toolbar .grid-list .grid-extended,
.cata-list .cata-toolbar .grid-list .grid,
.cata-list .cata-toolbar .grid-list .list-small {
  color: #d6dbe1; }
  .cata-list .cata-toolbar .grid-list .grid-extended:hover,
  .cata-list .cata-toolbar .grid-list .grid:hover,
  .cata-list .cata-toolbar .grid-list .list-small:hover {
    color: #333e48; }

.cata-grid-extended .cata-product .product-grid-item .product-wrapper:after {
  bottom: -7.5%; }
.cata-grid-extended .cata-product .product-grid-item .product-wrapper .product-content .product-review {
  display: block;
  margin: 0 0 15px; }
.cata-grid-extended .cata-product .product-grid-item .product-wrapper .product-des-grid {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 30px; }
.cata-grid-extended .cata-product .product-grid-item .product-wrapper .product-sku {
  display: block;
  font-size: 12px;
  margin: 0 0 5px;
  min-height: 18px; }
.cata-grid-extended .cata-product .product-grid-item:hover .product-content .product-button {
  bottom: -7.5%; }
.cata-grid-extended .cata-toolbar .grid-list .grid-extended {
  color: #333e48; }
.cata-grid-extended .cata-toolbar .grid-list .list,
.cata-grid-extended .cata-toolbar .grid-list .grid,
.cata-grid-extended .cata-toolbar .grid-list .list-small {
  color: #d6dbe1; }
  .cata-grid-extended .cata-toolbar .grid-list .list:hover,
  .cata-grid-extended .cata-toolbar .grid-list .grid:hover,
  .cata-grid-extended .cata-toolbar .grid-list .list-small:hover {
    color: #333e48; }

.cata-list-small .cata-product {
  margin: 0 -15px; }
  .cata-list-small .cata-product .product-grid-item {
    width: 100%;
    clear: both;
    padding: 0px 0 30px;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative; }
    .cata-list-small .cata-product .product-grid-item:after {
      content: '';
      height: 1px;
      background: #eaeaea;
      position: absolute;
      display: block;
      left: 15px;
      right: 15px;
      bottom: 0; }
    .cata-list-small .cata-product .product-grid-item:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .cata-list-small .cata-product .product-grid-item .product-wrapper {
      overflow: hidden;
      padding: 0; }
      .cata-list-small .cata-product .product-grid-item .product-wrapper:before, .cata-list-small .cata-product .product-grid-item .product-wrapper:after {
        content: none !important; }
      .cata-list-small .cata-product .product-grid-item .product-wrapper .product-head {
        float: left;
        width: 75%; }
        .cata-list-small .cata-product .product-grid-item .product-wrapper .product-head .product-name {
          height: auto !important; }
        .cata-list-small .cata-product .product-grid-item .product-wrapper .product-head .product-image .featured-img {
          float: left;
          width: 22.222222%;
          padding: 0 15px;
          margin: 0px auto;
          height: auto; }
          .cata-list-small .cata-product .product-grid-item .product-wrapper .product-head .product-image .featured-img a .featured-image {
            position: static;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0); }
          .cata-list-small .cata-product .product-grid-item .product-wrapper .product-head .product-image .featured-img .product-label {
            left: 15px; }
        .cata-list-small .cata-product .product-grid-item .product-wrapper .product-head .product-image .product-wrap-info {
          float: right;
          width: 77.777778%;
          padding: 0 45px 30px 15px;
          position: relative;
          font-size: 12px;
          margin: 0; }
          .cata-list-small .cata-product .product-grid-item .product-wrapper .product-head .product-image .product-wrap-info .product-review {
            display: block;
            margin: 0;
            position: absolute;
            display: block;
            left: 15px;
            bottom: 0; }
          .cata-list-small .cata-product .product-grid-item .product-wrapper .product-head .product-image .product-wrap-info .product-des-list {
            display: block;
            font-size: 13px;
            line-height: 18px;
            margin: 5px 0 0 0px; }
            .cata-list-small .cata-product .product-grid-item .product-wrapper .product-head .product-image .product-wrap-info .product-des-list p {
              margin: 0;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
      .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content {
        float: left;
        width: 25%;
        padding: 0 15px; }
        .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content .product-name {
          height: auto !important;
          margin: 0 0 10px; }
        .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content .price-cart-wrapper {
          padding-bottom: 20px;
          border-bottom: 1px solid #dddddd !important;
          margin: 0px 0 16px; }
        .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content .product-button {
          position: static;
          padding: 0;
          border: none;
          text-align: left;
          z-index: 1;
          opacity: 1;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); }
        .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content .product-price, .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content .price {
          font-size: 23px;
          padding-top: 0;
          padding-bottom: 0px;
          border: none;
          line-height: 35px; }
          .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content .product-price .price-sale, .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content .price .price-sale {
            font-size: 23px;
            float: none;
            display: block;
            line-height: 20px; }
          .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content .product-price .price-compare, .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content .price .price-compare {
            float: none;
            margin: 0;
            font-size: 12px;
            display: block;
            line-height: 15px; }
        .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content .product-wishlist {
          display: inline-block; }
        .cata-list-small .cata-product .product-grid-item .product-wrapper .product-content .add-to-wishlist {
          margin: 0;
          line-height: 18px; }
.cata-list-small .cata-toolbar .grid-list .list-small {
  color: #333e48; }
.cata-list-small .cata-toolbar .grid-list .grid-extended,
.cata-list-small .cata-toolbar .grid-list .grid,
.cata-list-small .cata-toolbar .grid-list .list {
  color: #d6dbe1; }
  .cata-list-small .cata-toolbar .grid-list .grid-extended:hover,
  .cata-list-small .cata-toolbar .grid-list .grid:hover,
  .cata-list-small .cata-toolbar .grid-list .list:hover {
    color: #333e48; }

.pagination-holder .pagination-showing {
  margin: 25px 0 0 0;
  line-height: 40px; }
.pagination-holder .pagination {
  margin: 0px auto;
  display: block;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  background: none;
  padding: 25px 0 0;
  border-top: 1px solid #eaeaea;
  overflow: hidden;
  text-align: center; }
  .pagination-holder .pagination > li {
    margin: 0 5px 0 0;
    display: inline-block; }
    .pagination-holder .pagination > li > a,
    .pagination-holder .pagination > li > span {
      padding: 5px 15px;
      background: none;
      border: 1px solid #eaeaea;
      color: #7e7e7e;
      margin: 0;
      line-height: 28px;
      font-size: 15px;
      min-width: 45px;
      text-align: center;
      border-radius: 15px 15px 15px 15px;
      -moz-border-radius: 15px 15px 15px 15px;
      -webkit-border-radius: 15px 15px 15px 15px; }
      .pagination-holder .pagination > li > a.disabled,
      .pagination-holder .pagination > li > span.disabled {
        opacity: 0.7;
        cursor: no-drop; }
    .pagination-holder .pagination > li:hover > a,
    .pagination-holder .pagination > li:hover > span {
      border-color: #c52724;
      background: #c52724;
      color: white; }
    .pagination-holder .pagination > li.active > a,
    .pagination-holder .pagination > li.active > span {
      border-color: #c52724;
      background: #c52724;
      color: white; }

/*end category page*/
/*Collection page*/
.category-grid-view {
  padding: 0;
  max-width: 1200px;
  margin: 0px auto; }
  .category-grid-view > div {
    padding: 0; }
    .category-grid-view > div.col-lg-3:nth-child(4n + 1) .category:before, .category-grid-view > div.col-md-3:nth-child(4n + 1) .category:before {
      content: none; }

@media (min-width: 992px) {
  .collection-item:nth-child(4n +1) {
    clear: both; } }
@media (max-width: 991px) {
  .collection-item:nth-child(2n +1) {
    clear: both; } }

.category {
  padding: 20px 20px 50px;
  background: white;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  -moz-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s; }
  .category:before {
    content: '';
    width: 1px;
    height: auto;
    background: #eaeaea;
    position: absolute;
    display: block;
    left: 0;
    top: 50px;
    bottom: 50px; }
  .category .category-name {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    margin: 20px auto 0; }
    .category .category-name a {
      color: black; }
      .category .category-name a:hover {
        color: #c52724; }
    .category .category-name:hover a {
      color: #c52724; }
  .category .section .image {
    text-align: center; }
    .category .section .image img {
      display: inline-block;
      vertical-align: middle; }
  .category:hover, .category:focus {
    -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
    -ms-transform: 0 0 5px 0 #c6c6c6;
    -o-transform: 0 0 5px 0 #c6c6c6;
    box-shadow: 0 0 5px 0 #c6c6c6;
    z-index: 4; }
    .category:hover:before, .category:focus:before {
      content: none; }

@media (max-width: 767px) {
  .category:before {
    content: none; } }
/*End collection page*/
/* Page search ------------------------------------------*/
.page-search > h4 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  text-align: center; }
.page-search > .row {
  margin-bottom: 30px; }

/* Register page -----------------------------------------------*/
.login-or,
.register-or {
  position: relative;
  border-left: 1px solid #dddddd; }
  .login-or:before,
  .register-or:before {
    content: 'or';
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-style: italic;
    color: #7a7a7a;
    border: 1px solid #dddddd;
    background: white;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }

.register-or {
  border-right: 1px solid #dddddd;
  border-left: none; }
  .register-or:before {
    left: auto;
    right: -50px; }

.form-wrapper {
  padding: 0 55px; }
  .form-wrapper p {
    color: black;
    line-height: 28px;
    margin: 0; }

.semi-bold {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  margin: 0 0 12px; }

h2.heading {
  font-size: 25px;
  font-weight: 400;
  color: black;
  border-bottom: 1px solid #dddddd;
  line-height: 32px;
  padding-bottom: 13px;
  text-transform: capitalize;
  margin: 0 0 10px;
  position: relative; }
  h2.heading:before {
    content: '';
    display: block;
    width: 115px;
    height: 2px;
    background: #c52724;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px; }

.list-benefits > li {
  color: #333e48;
  font-weight: 400;
  margin-bottom: 3px;
  line-height: 26px; }
  .list-benefits > li .fa {
    color: #5bb300;
    margin: 0 5px 0 0; }

.control-wrapper {
  display: block;
  clear: both; }
  .control-wrapper label {
    display: block;
    clear: both;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #333e48; }
  .control-wrapper input, .control-wrapper select {
    display: block;
    clear: both;
    margin-bottom: 25px;
    width: 100%; }
  .control-wrapper input[type="checkbox"] {
    width: auto; }
  .control-wrapper textarea {
    max-width: 870px; }
  .control-wrapper.last button {
    margin: 0; }
  .control-wrapper button,
  .control-wrapper .btn-default {
    margin-right: 10px; }
  .control-wrapper .action {
    margin: 0 0 27px; }
    .control-wrapper .action .forgot-pass,
    .control-wrapper .action .return-store {
      color: #333e48; }
      .control-wrapper .action .forgot-pass:hover,
      .control-wrapper .action .return-store:hover {
        color: #c52724; }
  .control-wrapper .forgot-pass {
    float: right; }

#customer_login, #register-form {
  margin: 0;
  padding: 30px 0; }
  #customer_login > div label, #register-form > div label {
    margin-bottom: 10px; }

.page-reset, #recover-password {
  padding-bottom: 30px; }
  .page-reset .note, #recover-password .note {
    margin-bottom: 30px; }

/* Details page----------------------------------------*/
.product-sku-cate {
  padding: 20px 0 0; }
  .product-sku-cate ul {
    list-style: none;
    margin: 0; }
    .product-sku-cate ul li {
      margin: 0 0 5px;
      color: black;
      padding-left: 100px;
      position: relative; }
      .product-sku-cate ul li:before {
        content: "\f111";
        font-family: FontAwesome;
        font-size: 5px;
        display: inline-block;
        padding: 0 5px 0 0;
        float: left;
        position: absolute;
        display: block;
        left: 0;
        top: 7px; }
      .product-sku-cate ul li span:first-child {
        display: inline-block;
        padding-right: 8px;
        float: left;
        width: 90px;
        position: absolute;
        display: block;
        left: 12px;
        top: 0; }

.spr-form-title {
  text-transform: none; }

.bx-wrapper {
  -webkit-box-shadow: 0 0 0 white;
  -ms-transform: 0 0 0 white;
  -o-transform: 0 0 0 white;
  box-shadow: 0 0 0 white; }

.tab-content .tab-pane {
  color: black; }
  .tab-content .tab-pane ul {
    padding: 0 0 0 25px;
    list-style: disc; }
    .tab-content .tab-pane ul li {
      padding: 3px 0; }
  .tab-content .tab-pane ol {
    padding: 0 0 0 25px;
    list-style: decimal; }
    .tab-content .tab-pane ol li {
      padding: 3px 0; }
.tab-content > .tab-pane {
  visibility: hidden;
  height: 0px;
  overflow: hidden; }
.tab-content > .active {
  visibility: visible;
  height: auto;
  overflow: visible; }

.page-product .product-type {
  text-transform: capitalize;
  font-size: 12px;
  color: black;
  display: block;
  padding: 0;
  margin: 0 0 5px; }
.page-product .product-image-inner {
  margin: 0;
  padding: 0; }
.page-product .spr-container {
  padding: 0 !important; }
.page-product .tab-content {
  padding: 60px 70px;
  margin: 0 0 70px;
  border: 1px solid #dddddd;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px; }
  .page-product .tab-content iframe {
    max-width: 100%; }
  .page-product .tab-content h5 {
    text-transform: none;
    font-size: 14px;
    margin: 0 0 15px;
    font-weight: 700; }
  .page-product .tab-content p {
    margin: 0 0 15px;
    color: black;
    line-height: 24px; }
  .page-product .tab-content table {
    border-collapse: collapse; }
    .page-product .tab-content table td {
      border: none;
      border-bottom: 1px solid #dddddd;
      padding: 13px 20px;
      text-align: left; }
      .page-product .tab-content table td:first-child {
        padding-left: 0; }
.page-product .spr-badge-starrating {
  float: left;
  margin-right: 5px; }
.page-product .related-content {
  margin: 0 -15px;
  padding: 65px 0 0; }
  .page-product .related-content .related-item,
  .page-product .related-content .wear-with-item {
    padding-bottom: 100px;
    margin: 0 15px; }
  .page-product .related-content .owl-controls {
    margin-top: -50px; }
.page-product #product-image {
  margin-bottom: 30px; }
  .page-product #product-image .featured-image {
    display: block;
    padding: 0;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .page-product #product-image .featured-image {
        position: relative; }
        .page-product #product-image .featured-image:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; } }
  .page-product #product-image .more-view-image {
    margin: 0;
    overflow: hidden;
    padding: 0; }
  .page-product #product-image .bx-wrapper {
    border: none;
    position: relative; }
    .page-product #product-image .bx-wrapper .bx-viewport {
      left: 0;
      border: none;
      -webkit-box-shadow: 0 0 0 white;
      -ms-transform: 0 0 0 white;
      -o-transform: 0 0 0 white;
      box-shadow: 0 0 0 white; }
    .page-product #product-image .bx-wrapper .bx-controls-direction a {
      position: absolute;
      z-index: 2;
      left: 40%;
      width: 20px;
      height: 20px;
      background-color: #c5c5c5;
      text-indent: 0;
      text-align: center;
      margin: 0; }
      .page-product #product-image .bx-wrapper .bx-controls-direction a .fa:before, .page-product #product-image .bx-wrapper .bx-controls-direction a .fa:after {
        font-size: 17px; }
      .page-product #product-image .bx-wrapper .bx-controls-direction a.bx-next {
        bottom: 0;
        top: auto; }
      .page-product #product-image .bx-wrapper .bx-controls-direction a.bx-prev {
        top: 0; }
  .page-product #product-image .more-view-image #gallery-image {
    margin: 8px 0px 0;
    list-style: none; }
    .page-product #product-image .more-view-image #gallery-image li {
      float: left; }
    .page-product #product-image .more-view-image #gallery-image .thumb-img {
      display: block; }
    .page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item li {
      width: 100%; }
    .page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a {
      position: relative; }
      .page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a img {
        max-width: 100%;
        border: 1px solid #eaeaea; }
      .page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a:hover img, .page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a.active img {
        cursor: pointer; }
      .page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a:hover:after, .page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a.active:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #c52724;
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        bottom: 0; }
      .page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a.active {
        cursor: default; }
    .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div {
      background: none;
      width: 24px;
      height: 24px;
      border: none; }
      .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div .fa {
        display: block;
        width: 100%;
        height: 100%; }
        .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div .fa:before {
          line-height: 24px;
          color: #7c7c7c; }
      .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div:hover .fa {
        background: #c52724; }
        .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div:hover .fa:before {
          color: white; }
      .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div.owl-next {
        right: 0px; }
      .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div.owl-prev {
        left: 0px; }
.page-product .product-info {
  margin-bottom: 30px;
  position: relative; }
  .page-product .product-info h1[itemprop="name"] {
    font-weight: 400;
    text-transform: none;
    text-align: left;
    font-size: 25px;
    color: #333e48;
    margin: 0 0 10px; }
  .page-product .product-info .product-des {
    line-height: 24px;
    margin: 0 0 22px;
    color: #7d7d7d; }
  .page-product .product-info p.product-vendor {
    margin: 0 0 15px 0; }
    .page-product .product-info p.product-vendor span {
      display: inline-block;
      min-width: 120px;
      color: black; }
  .page-product .product-info .share-links {
    padding: 0;
    display: inline-block; }
    .page-product .product-info .share-links ul li a {
      display: block;
      height: 28px;
      line-height: 28px;
      margin: 0 10px 0px 0;
      text-align: center;
      font-size: 18px; }
      .page-product .product-info .share-links ul li a:hover {
        color: #c52724; }
  .page-product .product-info .goup-wl-share {
    overflow: hidden;
    padding: 0 0 12px; }
  .page-product .product-info .contact-form {
    float: left; }
  .page-product .product-info .add-to-wishlist,
  .page-product .product-info .add-to-compare {
    margin: 0;
    padding: 0;
    float: left;
    text-align: left;
    color: #848484; }
    .page-product .product-info .add-to-wishlist:hover,
    .page-product .product-info .add-to-compare:hover {
      color: #c52724; }
  .page-product .product-info .add-to-wishlist {
    margin: 0 30px 0 0; }
  .page-product .product-info #stock {
    text-transform: capitalize;
    padding: 11px 0px 18px;
    display: block;
    color: #8f8e94;
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 15px;
    font-size: 13px; }
    .page-product .product-info #stock .stock {
      color: #5bb300;
      font-weight: 700;
      font-size: 13px; }
  .page-product .product-info .detail-deal {
    display: block; }
    .page-product .product-info .detail-deal .wrapper-countdown > p {
      display: inline-block;
      margin: 0 5px 15px 0; }
    .page-product .product-info .detail-deal .wrapper-countdown > div {
      border: 0;
      background: transparent;
      display: inline-block;
      font-size: 14px;
      margin-bottom: 15px;
      font-weight: 600; }
  .page-product .product-info .product-relative .product-vendor, .page-product .product-info .product-relative .product-type {
    display: block;
    margin-bottom: 10px; }
  .page-product .product-info .spr-badge {
    margin: 0; }
    .page-product .product-info .spr-badge .spr-badge-caption {
      display: inline-block;
      font-size: 13px;
      color: #dddddd; }
      .page-product .product-info .spr-badge .spr-badge-caption:before {
        content: "("; }
      .page-product .product-info .spr-badge .spr-badge-caption:after {
        content: ")"; }
  .page-product .product-info .product-price,
  .page-product .product-info .price {
    font-size: 35px;
    color: #333e48;
    margin: 38px 0 0px;
    text-align: left;
    padding: 0;
    border: none;
    overflow: hidden;
    line-height: 40px; }
    .page-product .product-info .product-price .price-sale,
    .page-product .product-info .price .price-sale {
      margin-right: 20px;
      float: left;
      font-size: 35px;
      color: #333e48; }
    .page-product .product-info .product-price .price-compare,
    .page-product .product-info .price .price-compare {
      font-size: 14px;
      font-weight: 400;
      float: left;
      margin: 0; }
  .page-product .product-info .policy-image-wrapper {
    margin: 30px auto;
    display: block;
    padding-top: 30px;
    border-top: 1px solid #dddddd; }
    .page-product .product-info .policy-image-wrapper .policy-image {
      text-align: center; }
      .page-product .product-info .policy-image-wrapper .policy-image img {
        display: block;
        margin: 0 auto 20px; }
      .page-product .product-info .policy-image-wrapper .policy-image span {
        font-size: 14px;
        font-weight: 600;
        display: block; }
  .page-product .product-info .product-description {
    margin-bottom: 35px;
    display: block; }
    .page-product .product-info .product-description p {
      font-size: 14px;
      line-height: 27px; }
  .page-product .product-info .group-cw {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px; }
  .page-product .product-info .swatch {
    color: black;
    margin: 15px 0 0; }
    .page-product .product-info .swatch .header {
      margin: 0 30px 0 0;
      display: inline-block;
      float: left;
      line-height: 34px;
      font-weight: 400;
      min-width: 140px;
      font-size: 15px;
      color: black; }
    .page-product .product-info .swatch .swatch-element {
      margin: 0px 5px 0px 0;
      padding: 0;
      position: relative; }
      .page-product .product-info .swatch .swatch-element label {
        background: transparent;
        background-size: cover;
        border: 1px solid #eaeaea;
        margin: 0;
        text-align: center;
        cursor: pointer;
        min-width: 35px !important;
        height: 35px !important;
        padding: 5px;
        line-height: 23px !important;
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        color: black;
        font-weight: 700; }
      .page-product .product-info .swatch .swatch-element input:checked + label {
        box-shadow: none;
        cursor: default;
        border-color: #c52724;
        color: #c52724; }
      .page-product .product-info .swatch .swatch-element.color label {
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%; }
        @media (min-width: 1025px) {
          .page-product .product-info .swatch .swatch-element.color label:hover:after {
            opacity: 1;
            border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            -webkit-border-radius: 50% 50% 50% 50%;
            position: absolute;
            display: block;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: '' !important;
            width: 10px;
            height: 10px;
            background: #fff; } }
      .page-product .product-info .swatch .swatch-element.color input:checked + label:after {
        opacity: 1;
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%;
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '' !important;
        width: 10px;
        height: 10px;
        background: #fff; }
      @media (min-width: 1025px) {
        .page-product .product-info .swatch .swatch-element:hover label {
          border-color: #c52724;
          color: #c52724; } }
  .page-product .product-info .product-action .variants-wrapper .selector-wrapper {
    margin-bottom: 15px; }
    .page-product .product-info .product-action .variants-wrapper .selector-wrapper select {
      min-width: 150px;
      line-height: 32px;
      height: 34px;
      padding: 0px 15px; }
  .page-product .product-info .product-action .variants-wrapper label {
    color: black;
    margin: 0;
    display: inline-block;
    float: left;
    line-height: 34px;
    margin-right: 30px;
    min-width: 140px; }
  .page-product .product-info .product-action .quantity-product {
    margin: 0 30px 0 0;
    float: left;
    width: 140px; }
    .page-product .product-info .product-action .quantity-product label {
      margin: -6px 0 0;
      line-height: 22px;
      display: block;
      font-size: 13px;
      color: #333e48; }
    .page-product .product-info .product-action .quantity-product .quantity {
      margin: 0; }
      .page-product .product-info .product-action .quantity-product .quantity input {
        width: 100%; }
  .page-product .product-info .product-action .total-price {
    color: #1d1a1a;
    display: inline-block;
    margin-right: 10px;
    margin-top: 16px; }
    .page-product .product-info .product-action .total-price .price-sale {
      margin-right: 10px; }
  .page-product .product-info .product-action .action-button {
    display: block;
    padding: 0;
    margin: 23px 0 30px; }
    .page-product .product-info .product-action .action-button .add-to-cart {
      padding: 10px 40px;
      line-height: 30px;
      font-size: 14px;
      color: white;
      border-radius: 25px 25px 25px 25px;
      -moz-border-radius: 25px 25px 25px 25px;
      -webkit-border-radius: 25px 25px 25px 25px; }
      .page-product .product-info .product-action .action-button .add-to-cart .icon {
        float: left;
        font-size: 22px;
        line-height: 30px;
        margin: 0 6px 0 0; }
        .page-product .product-info .product-action .action-button .add-to-cart .icon:before {
          display: block;
          line-height: 30px; }
  .page-product .product-info .product-action .product-price {
    border-top: 1px solid #eaeaea;
    padding: 15px 0 20px;
    margin: 20px 0 0; }
.page-product .table {
  margin: 0 0 50px; }
  .page-product .table td {
    text-align: left;
    padding: 7px 30px; }
    .page-product .table td:first-child {
      width: 26%;
      font-weight: 700;
      color: black; }
  .page-product .table tr:first-child td {
    border-top: none; }
  .page-product .table tr:last-child td {
    border-bottom: none; }
  .page-product .table:last-child {
    margin-bottom: 0; }
.page-product .table-extended td {
  text-align: left;
  padding: 0;
  width: 50%;
  border: none; }
  .page-product .table-extended td img {
    max-width: 100%; }
.page-product .table-extended.align-left td img {
  position: relative;
  right: -70px;
  float: right; }
.page-product .table-extended.align-right td img {
  position: relative;
  left: -70px; }
.page-product .product-simple-tab,
.page-product .product-extended-tab {
  background: white;
  margin: 55px 0; }
  .page-product .product-simple-tab .nav,
  .page-product .product-extended-tab .nav {
    border: none;
    margin: 0; }
    .page-product .product-simple-tab .nav li,
    .page-product .product-extended-tab .nav li {
      padding: 0 25px; }
      .page-product .product-simple-tab .nav li a,
      .page-product .product-extended-tab .nav li a {
        font-size: 18px; }
  .page-product .product-simple-tab .tab-content .tab-pane h1, .page-product .product-simple-tab .tab-content .tab-pane h2, .page-product .product-simple-tab .tab-content .tab-pane h3, .page-product .product-simple-tab .tab-content .tab-pane h4,
  .page-product .product-extended-tab .tab-content .tab-pane h1,
  .page-product .product-extended-tab .tab-content .tab-pane h2,
  .page-product .product-extended-tab .tab-content .tab-pane h3,
  .page-product .product-extended-tab .tab-content .tab-pane h4 {
    color: black;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px; }
  .page-product .product-simple-tab .tab-content .tab-pane p,
  .page-product .product-extended-tab .tab-content .tab-pane p {
    margin: 0 0 40px; }
    .page-product .product-simple-tab .tab-content .tab-pane p b,
    .page-product .product-extended-tab .tab-content .tab-pane p b {
      font-size: 23px;
      font-weight: 400;
      color: #333e48; }
.page-product .product-extended-tab #tab_sc,
.page-product .product-extended-tab #tab_review,
.page-product .product-extended-tab #tab_custom {
  max-width: 1170px;
  margin: 0px auto;
  padding: 0 15px; }
.page-product.product-extended .product-info .spr-badge {
  margin: 0 0 14px; }
.page-product.product-extended .product-info .social-sharing {
  padding-bottom: 10px; }
.page-product.product-extended .ex-action-container {
  border: 2px solid #dddddd;
  padding: 15px 30px;
  overflow: hidden;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px; }
  .page-product.product-extended .ex-action-container .contact-form {
    float: left; }
  .page-product.product-extended .ex-action-container .add-to-wishlist {
    padding: 6px 5px 6px 0;
    float: left; }
  .page-product.product-extended .ex-action-container .add-to-compare {
    display: inline-block;
    margin: 0;
    padding: 6px 0; }
  .page-product.product-extended .ex-action-container #stock {
    border-bottom: 1px solid #dddddd;
    padding: 0 0 10px; }
    .page-product.product-extended .ex-action-container #stock span {
      display: inline-block;
      font-size: 13px;
      color: #8f8e94; }
      .page-product.product-extended .ex-action-container #stock span.stock {
        font-weight: 700;
        color: #5bb300;
        padding-left: 5px; }
  .page-product.product-extended .ex-action-container .product-price {
    font-size: 35px;
    color: #333e48;
    margin: 11px 0 17px;
    position: relative; }
  .page-product.product-extended .ex-action-container .price,
  .page-product.product-extended .ex-action-container .price-sale {
    font-size: 35px;
    color: #333e48; }
  .page-product.product-extended .ex-action-container .price-sale {
    float: none;
    display: block;
    padding-top: 20px; }
  .page-product.product-extended .ex-action-container .price-compare {
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 7px; }
  .page-product.product-extended .ex-action-container .quantity-product {
    margin: 0;
    width: 135px; }
    .page-product.product-extended .ex-action-container .quantity-product label {
      margin: 0;
      line-height: 22px;
      display: block;
      font-size: 13px;
      color: #333e48; }
    .page-product.product-extended .ex-action-container .quantity-product .quantity {
      margin: 0; }
      .page-product.product-extended .ex-action-container .quantity-product .quantity input {
        width: 100%; }
  .page-product.product-extended .ex-action-container .variants-wrapper {
    margin: 0; }
    .page-product.product-extended .ex-action-container .variants-wrapper .selector-wrapper {
      margin: 8px 0 0; }
      .page-product.product-extended .ex-action-container .variants-wrapper .selector-wrapper label {
        display: block;
        margin: 0;
        line-height: 22px;
        font-size: 13px;
        color: #333e48; }
      .page-product.product-extended .ex-action-container .variants-wrapper .selector-wrapper select {
        height: 34px;
        line-height: 32px;
        padding: 0px 15px;
        width: 100%;
        background-color: none; }
  .page-product.product-extended .ex-action-container .swatch {
    color: black;
    margin: 6px 0 0; }
    .page-product.product-extended .ex-action-container .swatch .header {
      margin: 0;
      display: block;
      line-height: 22px;
      font-weight: 400;
      min-width: 140px;
      font-size: 13px;
      color: black; }
    .page-product.product-extended .ex-action-container .swatch .swatch-element {
      margin: 0px 5px 0px 0;
      padding: 0;
      position: relative; }
      .page-product.product-extended .ex-action-container .swatch .swatch-element label {
        background: transparent;
        background-size: cover;
        border: 1px solid #eaeaea;
        margin: 0;
        text-align: center;
        cursor: pointer;
        min-width: 35px !important;
        height: 35px !important;
        padding: 5px;
        line-height: 23px !important;
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        color: black;
        font-weight: 700; }
      .page-product.product-extended .ex-action-container .swatch .swatch-element input:checked + label {
        box-shadow: none;
        cursor: default;
        border-color: #c52724;
        color: #c52724; }
      .page-product.product-extended .ex-action-container .swatch .swatch-element.color label {
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%; }
        @media (min-width: 1025px) {
          .page-product.product-extended .ex-action-container .swatch .swatch-element.color label:hover:after {
            opacity: 1;
            border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            -webkit-border-radius: 50% 50% 50% 50%;
            position: absolute;
            display: block;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: '' !important;
            width: 10px;
            height: 10px;
            background: #fff; } }
      .page-product.product-extended .ex-action-container .swatch .swatch-element.color input:checked + label:after {
        opacity: 1;
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%;
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '' !important;
        width: 10px;
        height: 10px;
        background: #fff; }
      @media (min-width: 1025px) {
        .page-product.product-extended .ex-action-container .swatch .swatch-element:hover label {
          border-color: #c52724;
          color: #c52724; } }
  .page-product.product-extended .ex-action-container .action-button {
    margin: 30px 0 6px; }
    .page-product.product-extended .ex-action-container .action-button .btn {
      color: white;
      width: 100%;
      line-height: 40px;
      padding: 5px;
      font-size: 14px;
      border-radius: 25px 25px 25px 25px;
      -moz-border-radius: 25px 25px 25px 25px;
      -webkit-border-radius: 25px 25px 25px 25px; }
      .page-product.product-extended .ex-action-container .action-button .btn .icon {
        display: inline-flex;
        padding: 0 8px 0 0;
        font-size: 22px; }
        .page-product.product-extended .ex-action-container .action-button .btn .icon:before {
          position: relative;
          top: 3px; }
.page-product.product-extended .tab-content {
  margin: 0px auto;
  position: relative;
  border: none;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0; }
  .page-product.product-extended .tab-content:before {
    content: '';
    display: block;
    height: 1px;
    background: #dddddd;
    position: absolute;
    display: block;
    left: 30px;
    top: 0;
    right: 30px; }
.page-product.product-extended .ex-detail-tab {
  background: #f9f9f9;
  padding: 40px 0; }
  .page-product.product-extended .ex-detail-tab .product-simple-tab {
    margin: 0px auto;
    padding-top: 35px; }
.page-product.product-extended .home-carousel {
  padding-top: 65px; }

.page-product .product-info .product-action .variants-wrapper .selector-wrapper.size {
  display: none; }

.page-product .ex-action-container .product-action .variants-wrapper .selector-wrapper.size {
  display: none; }

.page-product .product-info .product-action .variants-wrapper .selector-wrapper.color {
  display: none; }

.page-product .ex-action-container .product-action .variants-wrapper .selector-wrapper.color {
  display: none; }

.panel-group .panel {
  border-radius: 0;
  border: 0;
  margin: 0;
  box-shadow: none;
  border-bottom: 1px solid #eaeaea; }
  .panel-group .panel .panel-heading {
    background: one;
    text-transform: uppercase;
    padding: 25px 0; }
    .panel-group .panel .panel-heading .panel-title {
      color: #434343;
      font-size: 25px;
      font-weight: 400; }
      .panel-group .panel .panel-heading .panel-title a {
        color: #434343;
        font-size: 25px;
        display: block;
        font-weight: 400;
        text-transform: none;
        position: relative; }
        .panel-group .panel .panel-heading .panel-title a.collapsed {
          color: #333e48; }
        .panel-group .panel .panel-heading .panel-title a:hover {
          color: #c52724; }
  .panel-group .panel .panel-collapse > .panel-body, .panel-group .panel .panel-collapse > .list-group {
    border-top: 0;
    padding: 0 0 15px;
    background: white; }
  .panel-group .panel + .panel {
    margin-top: 0; }
  .panel-group .panel .panel-body {
    color: black;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0px 60px; }
    .panel-group .panel .panel-body > iframe {
      max-width: 100%; }
  .panel-group .panel:last-child {
    border-bottom: none; }

.spr-icon {
  opacity: 1 !important; }
  .spr-icon:before {
    content: '' !important;
    margin: 0 3px 0 0;
    display: inline-block;
    width: 18px !important;
    height: 14px !important;
    background: url(//cdn.shopify.com/s/files/1/0007/9029/8742/t/8/assets/ratting.png?v=5242803892439447655); }
  .spr-icon.spr-icon-star:before {
    background-position: bottom center; }
  .spr-icon.spr-icon-star-empty:before {
    background-position: top center; }

#shopify-product-reviews .spr-form-title {
  font-size: 18px;
  margin: 0 0 35px 0;
  color: #333e48;
  font-weight: 400; }
#shopify-product-reviews .spr-container {
  padding: 0;
  border: 0; }
  #shopify-product-reviews .spr-container .spr-header-title {
    display: none; }
  #shopify-product-reviews .spr-container .spr-summary .spr-starrating {
    float: left;
    margin-top: 5px; }
    #shopify-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon:before {
      content: '';
      width: 18px !important;
      height: 14px !important;
      background-position: bottom center; }
    #shopify-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon.spr-icon-star-empty:before {
      background-position: top center; }
    #shopify-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon.spr-icon-star-hover:before {
      background-position: bottom center; }
  #shopify-product-reviews .spr-container .spr-summary .spr-summary-caption {
    display: inline-block;
    margin-top: 8px;
    color: #686c6f; }
  #shopify-product-reviews .spr-container .spr-summary-actions {
    float: right; }
    #shopify-product-reviews .spr-container .spr-summary-actions a {
      text-align: center;
      padding: 10px 30px;
      line-height: 27px;
      background: #c52724;
      color: white;
      border: 1px solid #c52724;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-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;
      border-radius: 20px 20px 20px 20px;
      -moz-border-radius: 20px 20px 20px 20px;
      -webkit-border-radius: 20px 20px 20px 20px;
      padding: 5px 30px;
      color: white;
      font-size: 13px;
      font-weight: 700; }
      #shopify-product-reviews .spr-container .spr-summary-actions a:hover {
        text-decoration: none;
        background: #333e48;
        color: white;
        border-color: #333e48; }
  #shopify-product-reviews .spr-container .spr-review {
    padding: 30px 0;
    border-color: #eaeaea; }
    #shopify-product-reviews .spr-container .spr-review .spr-review-header-title {
      margin: 10px 0;
      font-size: 18px;
      color: #333e48;
      font-weight: 400; }
    #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-review-header-byline {
      font-style: normal;
      opacity: 1; }
    #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-starratings {
      font-size: 10px; }
      #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-starratings i {
        margin-right: 2px; }
    #shopify-product-reviews .spr-container .spr-review .spr-review-footer a {
      float: left;
      font-size: 14px; }
    #shopify-product-reviews .spr-container .spr-review:first-child {
      border-top: none; }
  #shopify-product-reviews .spr-container .spr-button, #shopify-product-reviews .spr-container .spr-button-primary {
    text-align: center;
    padding: 10px 30px;
    line-height: 27px;
    background: #c52724;
    color: white;
    border: 1px solid #c52724;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-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;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: 700;
    line-height: 27px;
    padding: 5px 30px; }
    #shopify-product-reviews .spr-container .spr-button:hover, #shopify-product-reviews .spr-container .spr-button-primary:hover {
      text-decoration: none;
      background: #333e48;
      color: white;
      border-color: #333e48; }
  #shopify-product-reviews .spr-container .spr-form-contact, #shopify-product-reviews .spr-container .spr-form-review, #shopify-product-reviews .spr-container .spr-form-actions {
    max-width: 500px; }
  #shopify-product-reviews .spr-container .spr-form-input-text, #shopify-product-reviews .spr-container .spr-form-input-email {
    width: 315px;
    max-width: 100%;
    height: 37px;
    padding: 8px 17px;
    line-height: 18px;
    float: right;
    clear: none;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px; }
  #shopify-product-reviews .spr-container .spr-form-label {
    font-weight: 400;
    float: left;
    width: 155px;
    text-align: right;
    line-height: 38px;
    margin: 0 10px 0 0;
    color: #333e48;
    font-size: 14px; }
  #shopify-product-reviews .spr-container .spr-form {
    border-top: 1px solid #dddddd; }
  #shopify-product-reviews .spr-container .spr-form-review-rating {
    margin-bottom: 25px; }
    #shopify-product-reviews .spr-container .spr-form-review-rating .spr-form-label {
      display: inline-block;
      margin-right: 20px; }
    #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon {
      width: 20px !important;
      height: 14px !important; }
      #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon:before {
        content: '';
        width: 18px !important;
        height: 14px !important;
        background-position: bottom center; }
      #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon.spr-icon-star-empty:before {
        background-position: top center; }
      #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon.spr-icon-star-empty:hover:before {
        background-position: bottom center; }
      #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon.spr-icon-star-hover:before {
        background-position: bottom center; }
  #shopify-product-reviews .spr-container .spr-form-review-rating .spr-starrating {
    margin-top: 8px; }
  #shopify-product-reviews .spr-container .spr-form-input-textarea {
    max-width: 315px;
    width: 100%;
    float: right; }
  #shopify-product-reviews .spr-container .spr-form-actions {
    max-width: 500px;
    width: 100%;
    margin-top: 15px; }
    #shopify-product-reviews .spr-container .spr-form-actions .spr-button-primary {
      float: left;
      font-size: 13px;
      margin-left: 185px; }
#shopify-product-reviews .spr-form-contact-name, #shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location, #shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-title, #shopify-product-reviews .spr-form-review-body {
  margin: 0 0 15px 0; }

#main-column {
  margin: 30px auto 0; }

.main-content {
  position: relative;
  margin: 0px auto;
  clear: both; }
  .main-content > section.cata-header {
    position: relative; }
    .main-content > section.cata-header .catalog-title {
      position: absolute;
      top: 25%;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 1;
      margin: 0;
      font-size: 48px;
      font-weight: 400; }
    .main-content > section.cata-header > img {
      min-height: 104px; }

.nav-links-detail {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0px auto;
  text-align: right;
  position: relative; }
  .nav-links-detail > a {
    display: inline-block;
    margin: 0 0 0 15px;
    line-height: 32px;
    position: absolute;
    top: -82px;
    right: 15px;
    z-index: 3; }
    .nav-links-detail > a .icon:before {
      font-size: 28px;
      display: inline-block;
      height: 32px;
      line-height: 32px;
      float: right;
      margin-left: 10px; }
    .nav-links-detail > a.prev {
      padding-right: 15px;
      right: 100px; }
      .nav-links-detail > a.prev:after {
        content: '';
        width: 1px;
        height: 20px;
        right: 0;
        top: 5px;
        background-color: #adadad;
        position: absolute; }
      .nav-links-detail > a.prev .icon:before {
        float: left;
        margin-right: 10px;
        margin-left: 0; }

.breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 14px; }
  .breadcrumb > li {
    position: relative;
    float: left;
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: none;
      padding: 0; }
    .breadcrumb > li > a {
      color: #333e48;
      display: inline-block;
      padding: 5px 18px;
      line-height: 25px;
      position: relative;
      text-transform: capitalize; }
      .breadcrumb > li > a:hover {
        background-color: whitesmoke;
        color: #333e48; }
    .breadcrumb > li.active {
      padding: 5px 18px;
      line-height: 25px;
      color: #333e48; }
    .breadcrumb > li:first-child > a {
      padding-left: 0; }
  .breadcrumb .icon {
    display: inline-block;
    line-height: 35px; }
    .breadcrumb .icon:before {
      position: relative;
      top: 3px; }

.breadcrumb-holder {
  padding: 0px;
  background: none;
  float: left;
  width: 100%;
  margin: 0 0 50px; }
  .breadcrumb-holder .verticle-menu {
    padding-left: 0; }
  .breadcrumb-holder .nav-links {
    display: inline-block;
    float: right;
    padding: 0;
    margin-bottom: 0; }
    .breadcrumb-holder .nav-links > a {
      line-height: 18px; }
      .breadcrumb-holder .nav-links > a.prev {
        color: #797979;
        margin-right: 17px;
        border-right: 1px solid #c5c5c5;
        padding-right: 18px; }
        .breadcrumb-holder .nav-links > a.prev .icon-prev {
          margin-right: 12px; }
      .breadcrumb-holder .nav-links > a.next {
        color: #0c0d0d; }
        .breadcrumb-holder .nav-links > a.next .icon-next {
          margin-left: 12px; }
      .breadcrumb-holder .nav-links > a .icon {
        font-size: 28px;
        vertical-align: middle;
        display: inline-block; }

.next-prev-product > a {
  font-size: 23px;
  width: 34px;
  height: 34px;
  text-align: center;
  border: 1px solid #dddddd; }
  .next-prev-product > a:hover {
    color: black;
    border: 1px solid black; }
  .next-prev-product > a.next {
    position: absolute;
    display: block;
    top: -50px;
    right: 15px; }
  .next-prev-product > a.prev {
    position: absolute;
    display: block;
    top: -50px;
    right: 55px; }

/* Shopping cart page ----------------------------------------------------*/
.upsell-products {
  clear: both;
  margin: 30px auto 0; }

.upsell-items .product-wrapper .product-content .add-cart-button {
  display: none; }
.upsell-items .product-wrapper .product-content .pc-inner .price-cart-wrapper {
  padding-right: 0; }

.page-cart .cart-empty-wrapper {
  display: none; }
.page-cart .quantity {
  padding: 0 60px 0 15px;
  width: 115px;
  height: 34px;
  border: 1px solid #eaeaea;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  background: white; }
  .page-cart .quantity input {
    padding: 7px 0;
    border: none;
    height: 32px;
    min-height: 32px;
    width: 100%;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0; }
  .page-cart .quantity .qty-inner > span {
    z-index: 2;
    top: 6px; }
    .page-cart .quantity .qty-inner > span.qty-down {
      right: 5px; }
    .page-cart .quantity .qty-inner > span.qty-up {
      right: 30px; }

#cartform {
  display: none; }

.cart-table {
  margin-bottom: 30px;
  width: 100%;
  overflow-x: auto; }
  .cart-table table {
    width: 100%; }
    .cart-table table td {
      position: relative;
      text-align: center; }
      .cart-table table td.item-title li.image {
        margin-bottom: 0;
        margin-right: 10px;
        float: left; }
      .cart-table table td.item-title .item-variant {
        color: #888;
        font-size: 12px;
        margin: 15px 0 0; }
      .cart-table table td.item-title li.link {
        display: block;
        overflow: hidden;
        padding-top: 42px; }
        .cart-table table td.item-title li.link .product-name {
          text-transform: uppercase; }
        .cart-table table td.item-title li.link .variant_title {
          display: none; }

#shipping-calculator {
  padding: 24px 0; }
  #shipping-calculator h4 {
    color: black;
    font-size: 25px;
    font-weight: 400;
    color: black;
    border-bottom: 1px solid #dddddd;
    line-height: 32px;
    padding-bottom: 13px;
    text-transform: capitalize;
    margin: 0 0 40px;
    position: relative; }
    #shipping-calculator h4:before {
      content: '';
      display: block;
      width: 115px;
      height: 2px;
      background: #c52724;
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      bottom: -1px; }
  #shipping-calculator .control-wrapper .btn {
    width: auto; }
  #shipping-calculator #wrapper-response {
    padding: 0; }

#checkout-addnote textarea {
  display: block;
  width: 100%;
  margin: 30px 0 0; }

div.total-price {
  text-align: right;
  padding: 20px 25px 50px;
  font-size: 16px;
  color: #2c2c2c; }
  div.total-price span {
    font-weight: 700; }

.cart-right {
  overflow: hidden;
  text-align: right; }
  .cart-right .cart-action .btn-default {
    margin-left: 8px;
    margin-bottom: 5px; }
  .cart-right .cart-action .btn-primary {
    color: #333e48;
    margin-bottom: 5px; }

/* My account page -------------------------------*/
.control-wrapper h4 {
  text-transform: none;
  margin: 0 0 15px; }

table {
  width: 100%;
  border-collapse: inherit; }
  table td {
    position: relative;
    padding: 30px 20px;
    text-align: center;
    border: none; }
    table td.item-title {
      text-align: left; }
      table td.item-title > a {
        font-weight: 400;
        font-size: 17px;
        color: #3e3e3e; }
        table td.item-title > a:hover {
          color: #c52724; }
    table td.action button, table td.product-action button {
      border: 0;
      background: none;
      color: #a7a7a7; }
      table td.action button:hover, table td.product-action button:hover {
        color: #c52724; }
    table td.item-price, table td.item-total {
      font-size: 16.43px;
      color: #343f49;
      font-weight: 400; }
    table td:last-child {
      border-right: none; }
  table tbody tr:last-child td {
    border-bottom: 1px solid #eaeaea; }
  table thead th {
    text-transform: capitalize;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    color: black;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea; }
    table thead th.price {
      color: black;
      font-weight: 400;
      font-size: 14px;
      text-align: center; }

h1.page-heading {
  margin-bottom: 40px;
  text-align: center;
  color: #434343;
  font-weight: 400; }
  @media (max-width: 767px) {
    h1.page-heading {
      margin-bottom: 20px; } }

h3.subheading {
  text-transform: none;
  font-size: 22px;
  color: #333e48;
  border-bottom: 1px solid #ececec;
  margin: 0 0 12px;
  padding: 0 0 14px; }

.s-title {
  font-size: 20px;
  color: black;
  margin-bottom: 10px; }

#customer_orders {
  padding: 0px 0 60px; }
  #customer_orders .table-wrapper {
    margin: 40px 0 0;
    width: 100%;
    overflow-x: auto; }
    #customer_orders .table-wrapper table tr td .total {
      font-size: 18px; }

.order-status {
  margin-top: 30px; }

.customer-info {
  margin-top: 25px; }

.page-address .new-address {
  margin-top: 30px; }
  .page-address .new-address #new-address {
    display: block;
    margin-bottom: 30px; }
  .page-address .new-address > a {
    color: black;
    margin-bottom: 20px;
    display: inline-block; }
.page-address .control-wrapper {
  max-width: 750px; }
  .page-address .control-wrapper > button {
    margin-right: 10px; }
.page-address #add_address {
  border-top: 1px solid #dddddd;
  padding: 30px 0 40px; }
.page-address .address-table {
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #eaeaea; }
  .page-address .address-table .action-edit-address > button {
    margin-right: 10px; }
.page-address .address_actions {
  margin-top: 5px; }
  .page-address .address_actions button {
    text-align: center;
    padding: 10px 30px;
    line-height: 27px;
    background: #c52724;
    color: white;
    border: 1px solid #c52724;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-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;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 8px 25px;
    margin: 0 10px 0 0; }
    .page-address .address_actions button:hover {
      background: #c52724;
      text-decoration: none;
      color: white;
      border-color: #c52724; }
    .page-address .address_actions button:last-child {
      text-align: center;
      padding: 10px 30px;
      line-height: 27px;
      background: #c52724;
      color: white;
      border: 1px solid #c52724;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-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;
      border-radius: 20px 20px 20px 20px;
      -moz-border-radius: 20px 20px 20px 20px;
      -webkit-border-radius: 20px 20px 20px 20px;
      padding: 8px 25px;
      border: none; }
      .page-address .address_actions button:last-child:hover {
        text-decoration: none;
        background: #333e48;
        color: white;
        border-color: #333e48; }
      .page-address .address_actions button:last-child:hover {
        border: none; }

.customer_address_table h4.title {
  margin-bottom: 30px;
  text-transform: capitalize;
  color: black;
  font-weight: 400; }
.customer_address_table .control-wrapper.set_default {
  margin-bottom: 30px; }
  .customer_address_table .control-wrapper.set_default input {
    display: inline-block;
    clear: none;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

.page-order .note.order_date {
  margin-bottom: 30px; }
.page-order #order-details {
  margin-bottom: 40px;
  width: 100%;
  overflow-x: auto; }
  .page-order #order-details table td.product-item {
    text-align: left; }
  .page-order #order-details table td.quantity {
    display: table-cell; }
  .page-order #order-details table tr.order_summary td {
    text-align: right;
    padding: 20px 10px 0 10px; }
    .page-order #order-details table tr.order_summary td:last-child {
      text-align: center; }
.page-order #order-address .title {
  margin-bottom: 20px; }
.page-order #order-address #order-payment {
  margin-bottom: 15px; }

.table-cart .wrap-table {
  width: 100%;
  overflow-x: auto; }
  .table-cart .wrap-table .top-labels th:nth-of-type(2) {
    text-align: left;
    padding-left: 20px; }
  .table-cart .wrap-table .wishlist-item td.product-title a:hover {
    color: #888; }
  .table-cart .wrap-table .wishlist-item td.product-image a.image {
    min-width: 100px; }
  .table-cart .wrap-table .wishlist-item td.product-action button {
    border: 0;
    background: none;
    padding: 0; }
  .table-cart .wrap-table .wishlist-item td.product-price {
    border-top: none;
    padding: 25px 12px;
    font-size: 16.43px;
    color: #343f49;
    font-weight: 400; }
  .table-cart .wrap-table .wishlist-item td.product-title a {
    color: #3e3e3e;
    font-size: 17px; }
    .table-cart .wrap-table .wishlist-item td.product-title a:hover {
      color: #c52724; }
  .table-cart .wrap-table .wishlist-item td.add-cart .btn {
    padding: 5px;
    width: 150px;
    font-size: 14px; }
  .table-cart .wrap-table .wishlist-item:last-child td {
    border-bottom: 0; }

/* Page FAQS ----------------------------------*/
.faq-section .question-v1 > h2 {
  font-size: 25px;
  color: #434343;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0 22px;
  margin: 0 0 50px; }
.faq-section .question-ship-block {
  padding: 0 0 80px; }
  .faq-section .question-ship-block h4 {
    font-weight: 700;
    font-size: 16px;
    color: #434343;
    margin: 0 0 25px; }
  .faq-section .question-ship-block .qs-content {
    line-height: 24px;
    color: black; }
.faq-section .question-v2 {
  padding-top: 95px; }
.faq-section .panel-group {
  margin-bottom: 0; }
  .faq-section .panel-group .faq-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #434343;
    margin: 0 0 30px; }
  .faq-section .panel-group .panel:first-child {
    border-top: 0; }
  .faq-section .panel-group .panel .panel-heading {
    text-transform: inherit; }
    .faq-section .panel-group .panel .panel-heading .panel-title a i {
      margin-left: 0; }
  .faq-section .panel-group .panel .panel-collapse > .panel-body {
    padding: 10px 0 30px; }

/* Boxes -----------------------------------------------------*/
/* Zoom effect */
/* Page 404 */
.page-404 h1 {
  margin-bottom: 2px;
  font-weight: 300;
  margin: 0 0 20px;
  font-size: 72px; }
.page-404 h4 {
  text-transform: uppercase; }
.page-404 p {
  font-size: 20px;
  font-weight: 300;
  margin: 30px 0; }
.page-404 a {
  text-align: center;
  padding: 10px 30px;
  line-height: 27px;
  background: #c52724;
  color: white;
  border: 1px solid #c52724;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-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;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  display: inline-block;
  font-weight: 700; }
  .page-404 a:hover {
    text-decoration: none;
    background: #333e48;
    color: white;
    border-color: #333e48; }
  .page-404 a .fa {
    margin: 0 7px 0 0; }

/*Page search*/
.templateSearch .page-search .search-form {
  display: none; }

/*Page account*/
.page-account h4.title > a {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  color: black; }

.account-detail .fa {
  color: #c52724;
  font-size: 18px;
  margin: 0 7px 0 0; }

/*Page Blog*/
.post-comment-form .subheading {
  color: black;
  font-size: 25px;
  font-weight: 400;
  color: black;
  border-bottom: 1px solid #eaeaea;
  line-height: 32px;
  padding-bottom: 13px;
  text-transform: capitalize;
  margin: 0 0 40px;
  position: relative; }
  .post-comment-form .subheading:before {
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background: #c52724;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px; }
.post-comment-form .comment {
  padding: 15px 20px;
  margin: 0px 0 50px;
  background: whitesmoke;
  position: relative; }
  .post-comment-form .comment:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    display: block;
    left: 0;
    bottom: -25px; }
  .post-comment-form .comment .comment-head {
    float: left;
    max-width: 160px;
    margin: 0 30px 5px 0; }
    .post-comment-form .comment .comment-head img {
      width: 100%; }
  .post-comment-form .comment .comment-content .author {
    text-transform: capitalize;
    font-size: 19px;
    color: #333e48; }
  .post-comment-form .comment .comment-content .date {
    font-size: 11px;
    color: #999;
    margin: 0 0 0 10px; }
  .post-comment-form .comment .comment-content p {
    margin: 20px 0 10px;
    color: black; }
  .post-comment-form .comment:last-child:after {
    content: none; }

.comment-form p {
  margin-bottom: 30px; }
.comment-form .control-wrapper {
  max-width: 500px; }
  .comment-form .control-wrapper label {
    font-weight: 400;
    float: left;
    width: 115px;
    text-align: right;
    line-height: 38px;
    margin: 0 10px 0 0; }
  .comment-form .control-wrapper input {
    width: 375px;
    max-width: 100%;
    height: 37px;
    padding: 8px 17px;
    line-height: 18px;
    float: right;
    clear: none;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px; }
  .comment-form .control-wrapper textarea {
    width: 375px;
    max-width: 100%;
    float: right;
    margin: 0 0 25px;
    padding: 8px 17px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px; }
  .comment-form .control-wrapper .btn {
    color: white;
    margin-left: 125px;
    padding: 5px 30px; }

.page-blog .post {
  margin: 0 0 85px;
  overflow: hidden;
  position: relative; }
  .page-blog .post .post-info {
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid #ececec; }
    .page-blog .post .post-info .list-inline li {
      margin: 0 6px; }
      .page-blog .post .post-info .list-inline li:before {
        content: "\f111";
        font-family: FontAwesome;
        float: left;
        margin: 7px 15px 0 0;
        color: #9f9f9f;
        font-size: 5px; }
      .page-blog .post .post-info .list-inline li:first-child {
        margin-left: 0; }
        .page-blog .post .post-info .list-inline li:first-child:before {
          content: none; }
      .page-blog .post .post-info .list-inline li:last-child {
        margin-right: 0; }
        .page-blog .post .post-info .list-inline li:last-child:before {
          content: none; }
  .page-blog .post .post-des {
    padding: 20px 0;
    margin: 0 0 10px;
    color: black;
    font-size: 15px;
    line-height: 24px; }
  .page-blog .post .post-image {
    margin: 0; }
  .page-blog .post .post-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .page-blog .post .post-video iframe {
      border: none;
      position: absolute;
      width: 100% !important;
      height: 100% !important;
      left: 0;
      top: 0; }
.page-blog .post-date-wrapper {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  padding: 0 0 10px; }
  .page-blog .post-date-wrapper .posted-on {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background: #c52724;
    color: white;
    display: table-cell;
    height: 71px;
    line-height: 24px;
    vertical-align: middle;
    width: 52px;
    text-align: center; }
    .page-blog .post-date-wrapper .posted-on .month {
      display: block;
      font-size: 15px;
      text-transform: uppercase; }
    .page-blog .post-date-wrapper .posted-on .day {
      display: block;
      font-size: 18px; }
.page-blog .post-content-wrapper .post-head {
  margin: 0 0 34px; }
.page-blog .post-content-wrapper .post-content .post-title a {
  color: #434343;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -1px; }
  .page-blog .post-content-wrapper .post-content .post-title a:hover a {
    color: #c52724; }
.page-blog .post-content-wrapper .post-content .post-title:hover a {
  color: #c52724; }
.page-blog .post-content-wrapper .post-content .post-button {
  overflow: hidden; }
  .page-blog .post-content-wrapper .post-content .post-button .btn {
    padding: 8px 40px;
    line-height: 26px;
    color: #333e48;
    margin: 0 10px 0 0;
    float: left; }
.page-blog .post-content-wrapper .post-content .post-comment {
  line-height: 42px;
  color: #878787; }
  .page-blog .post-content-wrapper .post-content .post-comment .icon {
    font-size: 20px;
    float: left;
    line-height: 42px;
    color: #878787;
    margin: 0 5px 0 0; }
    .page-blog .post-content-wrapper .post-content .post-comment .icon:before {
      float: left;
      line-height: 42px; }

.blog-filter {
  margin-bottom: 20px; }

.post-content .post-title {
  color: #333e48;
  font-size: 22px;
  font-weight: 400; }
  .post-content .post-title:hover {
    color: #c52724; }
.post-content p {
  color: black;
  margin: 0 0 40px;
  padding: 0;
  font-size: 14px;
  line-height: 24px; }
  .post-content p:last-child {
    margin-bottom: 0; }
.post-content .highlight {
  font-size: 19px;
  font-weight: 600; }
.post-content .highlight-light {
  font-size: 19px; }
.post-content .inner-left {
  padding: 0 0 0 50px; }
  .post-content .inner-left blockquote {
    border-left: 0;
    font-size: inherit;
    margin: 0;
    padding: 0;
    position: relative; }
    .post-content .inner-left blockquote:before {
      color: #a7a7a7;
      content: "\f10d";
      float: left;
      font-family: FontAwesome;
      font-size: 25px;
      margin-left: -38px; }
    .post-content .inner-left blockquote p {
      font-size: 16px;
      font-style: italic;
      font-weight: 600; }

.post-info {
  color: black;
  margin: 0 0 25px;
  padding: 12px 0 18px;
  border-bottom: 1px solid #ececec; }
  .post-info .fa {
    margin: 0 7px 0 0; }
  .post-info .list-inline li {
    margin: 0 6px;
    color: black;
    font-size: 13px; }
    .post-info .list-inline li:before {
      content: "\f111";
      font-family: FontAwesome;
      float: left;
      margin: 7px 15px 0 0;
      color: #878787;
      font-size: 5px; }
    .post-info .list-inline li:first-child {
      margin-left: 0; }
      .post-info .list-inline li:first-child:before {
        content: none; }
    .post-info .list-inline li:last-child {
      margin-right: 0; }

.post-thumbnail > a > img {
  width: 100%;
  max-width: 100%; }

.post-np a:hover {
  color: #c52724; }
.post-np .post-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  color: black;
  font-weight: 700;
  display: block; }
  .post-np .post-title:hover {
    color: #c52724; }
.post-np img {
  display: inline-block;
  margin: 15px 0; }
.post-np .post-prev {
  padding: 0 0 20px 0;
  margin: 0  0 20px 0;
  border-bottom: 1px solid #ececec; }

.post iframe {
  max-width: 100%; }
.post .post-image {
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block; }
  @media (min-width: 1025px) {
    .post .post-image:before {
      -webkit-transition-duration: 0.35s;
      -moz-transition-duration: 0.35s;
      -o-transition-duration: 0.35s;
      transition-duration: 0.35s;
      -moz-transition: all 0.35s ease 0s;
      -webkit-transition: all 0.35s ease 0s;
      -ms-transition: all 0.35s ease 0s;
      -o-transition: all 0.35s ease 0s;
      transition: all 0.35s ease 0s;
      background-color: rgba(0, 0, 0, 0.1);
      content: "";
      height: 0;
      left: 0;
      right: 0;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0; } }
  .post .post-image img {
    width: 100%; }
  .post .post-image:hover:before {
    height: 100%;
    width: 100%; }
.post .post-video {
  margin: 0 auto 30px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .post .post-video iframe {
    border: none;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0; }
.post .post-title {
  color: #333e48;
  font-size: 22px;
  font-weight: 400; }
.post .share-links {
  margin: 40px 0 35px; }
  .post .share-links .blog-share li
  a {
    display: inline-block;
    line-height: 26px;
    margin: 0 15px 0 0; }
  .post .share-links .blog-share .fa {
    font-size: 26px;
    float: left;
    margin: 0 7px 0 0; }
    .post .share-links .blog-share .fa.fa-facebook-official {
      color: #305891; }
    .post .share-links .blog-share .fa.fa-twitter-square {
      color: #2ca8d2; }
    .post .share-links .blog-share .fa.fa-google-plus-square {
      color: #c82828; }
.post .entry-footer .tags-links a {
  background: #f0f0f0;
  font-size: 12px;
  color: #717272;
  padding: 2px 5px;
  margin: 0 1px 0 0; }
  .post .entry-footer .tags-links a:hover {
    background: #ececec;
    color: white; }

.posts .post .post-image {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative; }
  .posts .post .post-image:after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 150%;
    top: 0;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transform: skew(-45deg, 0);
    -ms-transform: skewX(-45deg) skewY(0);
    -o-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0);
    vertical-align: middle;
    width: 100%; }
  .posts .post .post-image img {
    display: block;
    margin: 0px auto; }
  .posts .post .post-image:hover:after {
    right: -150%; }
.posts .post .post-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .posts .post .post-video iframe {
    border: none;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0; }

.post-thumbnail {
  padding-right: 32px;
  border-right: 1px solid #ececec; }
  .post-thumbnail > a {
    display: block;
    position: relative;
    overflow: hidden; }
    .post-thumbnail > a:after {
      background-color: rgba(255, 255, 255, 0.2);
      content: "";
      display: inline-block;
      height: 100%;
      position: absolute;
      right: 150%;
      vertical-align: middle;
      width: 100%;
      top: 0;
      -moz-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      -ms-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      -webkit-transform: skew(-45deg, 0);
      -ms-transform: skewX(-45deg) skewY(0);
      -o-transform: skew(-45deg, 0);
      transform: skew(-45deg, 0); }
    .post-thumbnail > a:hover:after {
      right: -150%; }

.post-navigation a:hover {
  text-decoration: none; }

/* About us */
.au-banner {
  background-image: url(//cdn.shopify.com/s/files/1/0007/9029/8742/t/8/assets/au_banner.jpg?v=5794460826101631);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 588px;
  position: relative;
  text-align: center;
  margin: 0 auto 95px; }
  .au-banner .au-banner-text {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 650px; }
    .au-banner .au-banner-text h3 {
      font-size: 40px;
      font-weight: 700;
      color: #434343;
      margin: 0 0 25px; }
    .au-banner .au-banner-text p {
      margin: 0;
      padding: 0;
      font-size: 18px;
      color: #434343;
      line-height: 28px; }

.au-three-column {
  margin: 0px auto 100px; }

.three-column-list .three-column-item {
  float: left;
  width: 33.333333%;
  text-align: center; }
  .three-column-list .three-column-item h4 {
    color: #434343;
    font-size: 18px;
    margin: 35px 0 22px; }
  .three-column-list .three-column-item p.caption {
    margin: 0;
    padding: 0;
    color: black;
    line-height: 24px;
    font-size: 14px; }
  .three-column-list .three-column-item:hover img {
    opacity: 0.85; }
.three-column-list.owl-carousel .three-column-item {
  width: 100%; }

.au-team {
  background: whitesmoke;
  padding: 90px 0 60px;
  margin: 0 0 30px; }
  .au-team .team-member {
    padding: 0;
    margin: 0 -15px; }
    .au-team .team-member li {
      padding: 0 15px;
      margin: 0 auto 30px;
      width: 16.666666%;
      float: left;
      text-align: center; }
      .au-team .team-member li img {
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%;
        max-width: 170px;
        margin: 0px auto;
        display: inline-block; }
      .au-team .team-member li h4 {
        color: #434343;
        font-size: 18px;
        margin: 15px 0 2px; }
      .au-team .team-member li span {
        display: block;
        color: #989898; }
      .au-team .team-member li:hover img {
        opacity: 0.85; }
  .au-team .au-team-6 {
    margin: 0px auto;
    text-align: center; }
    .au-team .au-team-6 .wrap-team-6 {
      background: #c52724;
      font-size: 18px;
      color: #333e48;
      width: 170px;
      height: 170px;
      position: relative;
      margin: 0px auto;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%; }
      .au-team .au-team-6 .wrap-team-6 .wrap-team-6-inner {
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 5px; }
      .au-team .au-team-6 .wrap-team-6 .text-1 {
        color: #333e48;
        display: block; }
      .au-team .au-team-6 .wrap-team-6 .text-2 {
        font-weight: 600;
        color: #333e48;
        display: block;
        font-size: 36px;
        line-height: 1.0; }
    .au-team .au-team-6 a {
      display: inline-block;
      color: #434343;
      font-size: 18px;
      margin: 15px 0 2px;
      font-weight: 600; }
      .au-team .au-team-6 a:hover {
        color: #c52724; }

.text-boxes-left {
  overflow: hidden;
  margin: 0 -15px; }
  .text-boxes-left .text-boxes-item {
    float: left;
    width: 50%;
    padding: 80px 15px 0px; }
    .text-boxes-left .text-boxes-item h4 {
      font-weight: 600;
      font-size: 16px;
      color: #434343;
      margin: 0 0 25px; }
    .text-boxes-left .text-boxes-item p {
      line-height: 24px;
      color: black;
      margin: 0; }

.text-boxes-right {
  padding-top: 80px; }
  .text-boxes-right h5 {
    color: #797979;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    line-height: 37px;
    margin: 0 0 20px 0; }
    .text-boxes-right h5:before {
      content: '+';
      width: 37px;
      height: 37px;
      line-height: 35px;
      font-size: 18px;
      color: #b5b5b5;
      display: inline-block;
      text-align: center;
      margin: 0 20px 0 0;
      border: 1px solid #b5b5b5;
      border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      -webkit-border-radius: 3px 3px 3px 3px; }

/* Contact page */
.page-contact .contact-form,
.page-contact .contact-content {
  margin: 60px 0 0; }
  .page-contact .contact-form h2,
  .page-contact .contact-content h2 {
    margin: 0 0 30px;
    text-transform: none; }
  .page-contact .contact-form p,
  .page-contact .contact-content p {
    color: black;
    font-size: 14px;
    line-height: 24px; }
    .page-contact .contact-form p a,
    .page-contact .contact-content p a {
      color: #5bb300; }
.page-contact .contact-form .contact-form {
  padding: 10px 0 0 0; }
  .page-contact .contact-form .contact-form .form-group {
    margin: 0 0 22px; }
    .page-contact .contact-form .contact-form .form-group label {
      font-weight: 700;
      color: #333e48; }
.page-contact .contact-form .form-actions {
  padding: 8px 0 0;
  overflow: hidden; }
  .page-contact .contact-form .form-actions .btn {
    float: right;
    padding-left: 38px;
    padding-right: 38px; }
.page-contact .contact-content {
  color: black; }
  .page-contact .contact-content address {
    line-height: 24px; }
  .page-contact .contact-content h3 {
    color: #333e48;
    font-size: 14px;
    margin: 40px 0 15px;
    font-weight: bold; }
  .page-contact .contact-content ul li {
    color: black;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 3px 0; }
.page-contact .col-md-6 .map {
  margin-top: 68px; }
.page-contact .col-md-6 .contact-form .form-actions .btn {
  float: left; }
.page-contact .col-md-6 .contact-content p a {
  color: #0062bd; }

/*------Terms & Conditions------*/
.shopify-section {
  clear: both;
  margin: 0 auto 45px; }
  .shopify-section .home-product.home-carousel {
    overflow: hidden;
    margin: 65px auto 0; }

.page-content h2 {
  font-size: 25px;
  color: #434343;
  font-weight: 400;
  margin: 0 0 40px;
  padding: 0; }
.page-content ol, .page-content ul {
  padding-left: 30px;
  list-style-position: outside; }
  .page-content ol li, .page-content ul li {
    color: black;
    line-height: 1.5;
    margin: 0 0 5px;
    padding: 0 0 0 5px; }
.page-content p {
  margin: 0 0 20px;
  color: black; }

.home-top-banner {
  margin: 0px auto; }
  .home-top-banner.style-2 .banner-item {
    overflow: hidden; }
    .home-top-banner.style-2 .banner-item > a:before {
      content: none; }
    @media (min-width: 1025px) {
      .home-top-banner.style-2 .banner-item > a:hover {
        transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05); } }

.banner-item {
  margin: 0 auto;
  position: relative; }
  .banner-item > a {
    display: block;
    position: relative;
    text-align: center; }
    @media (min-width: 1025px) {
      .banner-item > a:before {
        -webkit-transition-duration: 0.35s;
        -moz-transition-duration: 0.35s;
        -o-transition-duration: 0.35s;
        transition-duration: 0.35s;
        -moz-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        background-color: rgba(0, 0, 0, 0.1);
        content: "";
        height: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0; } }
    .banner-item > a:hover:before {
      height: 100%;
      width: 100%; }
  .banner-item img {
    width: 100%; }

.home-tab-first-section,
.home-tab-second-section,
.product-simple-tab,
.product-extended-tab {
  margin: 70px auto 0; }
  .home-tab-first-section .nav,
  .home-tab-second-section .nav,
  .product-simple-tab .nav,
  .product-extended-tab .nav {
    border: none;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 10px; }
    .home-tab-first-section .nav li,
    .home-tab-second-section .nav li,
    .product-simple-tab .nav li,
    .product-extended-tab .nav li {
      display: inline-block;
      float: none;
      vertical-align: bottom;
      margin: 0 auto;
      float: none;
      padding: 0 20px; }
      .home-tab-first-section .nav li a,
      .home-tab-second-section .nav li a,
      .product-simple-tab .nav li a,
      .product-extended-tab .nav li a {
        background: none;
        border: medium none;
        color: #343f49;
        font-size: 20px;
        line-height: 24px;
        margin: 0px;
        padding: 0px 0px 9px;
        text-transform: capitalize;
        font-weight: 400;
        position: relative;
        border-radius: 0px 0px 0 0;
        -moz-border-radius: 0px 0px 0 0;
        -webkit-border-radius: 0px 0px 0 0; }
        .home-tab-first-section .nav li a:before,
        .home-tab-second-section .nav li a:before,
        .product-simple-tab .nav li a:before,
        .product-extended-tab .nav li a:before {
          content: '';
          width: 0;
          height: 2px;
          background-color: #c52724;
          position: absolute;
          display: block;
          left: 50%;
          right: 50%;
          bottom: -1px;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          opacity: 0;
          z-index: 1; }
        .home-tab-first-section .nav li a:after,
        .home-tab-second-section .nav li a:after,
        .product-simple-tab .nav li a:after,
        .product-extended-tab .nav li a:after {
          content: "\f0d7";
          color: #c52724;
          display: block;
          margin: 0px auto;
          font-family: Fontawesome;
          position: absolute;
          display: block;
          left: 0;
          right: 0;
          bottom: -15px;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          opacity: 0; }
        @media (min-width: 1025px) {
          .home-tab-first-section .nav li a:hover, .home-tab-first-section .nav li a:focus,
          .home-tab-second-section .nav li a:hover,
          .home-tab-second-section .nav li a:focus,
          .product-simple-tab .nav li a:hover,
          .product-simple-tab .nav li a:focus,
          .product-extended-tab .nav li a:hover,
          .product-extended-tab .nav li a:focus {
            background: none;
            border: none; }
            .home-tab-first-section .nav li a:hover:before, .home-tab-first-section .nav li a:focus:before,
            .home-tab-second-section .nav li a:hover:before,
            .home-tab-second-section .nav li a:focus:before,
            .product-simple-tab .nav li a:hover:before,
            .product-simple-tab .nav li a:focus:before,
            .product-extended-tab .nav li a:hover:before,
            .product-extended-tab .nav li a:focus:before {
              opacity: 1;
              left: 0;
              right: 0;
              width: 100%; }
            .home-tab-first-section .nav li a:hover:after, .home-tab-first-section .nav li a:focus:after,
            .home-tab-second-section .nav li a:hover:after,
            .home-tab-second-section .nav li a:focus:after,
            .product-simple-tab .nav li a:hover:after,
            .product-simple-tab .nav li a:focus:after,
            .product-extended-tab .nav li a:hover:after,
            .product-extended-tab .nav li a:focus:after {
              opacity: 1;
              z-index: 1; } }
      .home-tab-first-section .nav li.active a,
      .home-tab-second-section .nav li.active a,
      .product-simple-tab .nav li.active a,
      .product-extended-tab .nav li.active a {
        font-weight: 600;
        text-transform: capitalize;
        color: #343f49;
        border: none;
        background: none; }
        .home-tab-first-section .nav li.active a:before,
        .home-tab-second-section .nav li.active a:before,
        .product-simple-tab .nav li.active a:before,
        .product-extended-tab .nav li.active a:before {
          opacity: 1;
          left: 0;
          right: 0;
          width: 100%; }
        .home-tab-first-section .nav li.active a:after,
        .home-tab-second-section .nav li.active a:after,
        .product-simple-tab .nav li.active a:after,
        .product-extended-tab .nav li.active a:after {
          opacity: 1; }

.home-tab-first-section .nav {
  float: left;
  width: 66.66666667%; }
.home-tab-first-section .tab-content {
  clear: both; }
  .home-tab-first-section .tab-content .home-tab-first .normal-product .row {
    margin-left: 0;
    margin-right: 0; }
  .home-tab-first-section .tab-content .home-tab-first .product-grid-item {
    padding: 0; }
    .home-tab-first-section .tab-content .home-tab-first .product-grid-item .product-wrapper {
      padding: 15px 25px; }
    @media (min-width: 768px) {
      .home-tab-first-section .tab-content .home-tab-first .product-grid-item.col-md-4:nth-child(3n + 1) {
        clear: both; } }
    .home-tab-first-section .tab-content .home-tab-first .product-grid-item.col-md-4:nth-child(3n+1) .product-wrapper:before {
      content: none; }
    @media (min-width: 992px) {
      .home-tab-first-section .tab-content .home-tab-first .product-grid-item.col-md-3:nth-child(4n + 1) {
        clear: both; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-tab-first-section .tab-content .home-tab-first .product-grid-item.col-md-3:nth-child(3n + 1) {
        clear: both; } }
    .home-tab-first-section .tab-content .home-tab-first .product-grid-item.col-md-3:nth-child(4n+1) .product-wrapper:before {
      content: none; }

.home-tab-second-section {
  margin: 38px auto 0;
  padding: 55px 0;
  background: #f8f8f8; }
  .home-tab-second-section .nav li a {
    font-size: 17px; }
  .home-tab-second-section .switch {
    position: relative;
    margin: 0 auto 15px; }
    .home-tab-second-section .switch > a > span.hidden-sm {
      visibility: hidden;
      width: 100%;
      opacity: 0;
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      -moz-transition: all 0.35s ease-in-out 0s;
      -webkit-transition: all 0.35s ease-in-out 0s;
      -ms-transition: all 0.35s ease-in-out 0s;
      -o-transition: all 0.35s ease-in-out 0s;
      transition: all 0.35s ease-in-out 0s; }
    .home-tab-second-section .switch > a:hover > span.hidden-sm {
      opacity: 1;
      -moz-transition: all 0.35s ease-in-out 0s;
      -webkit-transition: all 0.35s ease-in-out 0s;
      -ms-transition: all 0.35s ease-in-out 0s;
      -o-transition: all 0.35s ease-in-out 0s;
      transition: all 0.35s ease-in-out 0s;
      visibility: visible; }
  .home-tab-second-section .featured-img {
    overflow: hidden;
    position: relative;
    margin: 0 auto 15px; }
  .home-tab-second-section .product-wrapper-2 {
    padding: 15px 20px;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    position: relative; }
    .home-tab-second-section .product-wrapper-2:after {
      content: '';
      width: 100%;
      display: block;
      z-index: -1;
      border: 1px solid #eaeaea;
      background: white;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: -10.5%;
      -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
      -ms-transform: 0 0 5px 0 #c6c6c6;
      -o-transform: 0 0 5px 0 #c6c6c6;
      box-shadow: 0 0 5px 0 #c6c6c6;
      -moz-transition: all 0.35s ease 0s;
      -webkit-transition: all 0.35s ease 0s;
      -ms-transition: all 0.35s ease 0s;
      -o-transition: all 0.35s ease 0s;
      transition: all 0.35s ease 0s;
      -moz-transform: rotateX(45deg);
      -webkit-transform: rotateX(45deg);
      -o-transform: rotateX(45deg);
      -ms-transform: rotateX(45deg);
      transform: rotateX(45deg);
      moz-transform-origin: bottom;
      -o-transform-origin: bottom;
      -ms-transform-origin: bottom;
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
      opacity: 0; }
    .home-tab-second-section .product-wrapper-2:before {
      content: none; }
    .home-tab-second-section .product-wrapper-2 .product-head {
      position: relative;
      float: none; }
    .home-tab-second-section .product-wrapper-2 .product-review, .home-tab-second-section .product-wrapper-2 .product-des-grid,
    .home-tab-second-section .product-wrapper-2 .product-sku {
      display: none; }
    .home-tab-second-section .product-wrapper-2 .product-content .product-wishlist {
      display: inline-block; }
    .home-tab-second-section .product-wrapper-2 .product-content .quick-shop-button,
    .home-tab-second-section .product-wrapper-2 .product-content .add-to-wishlist {
      margin-bottom: 0px;
      display: inline-block;
      padding: 0;
      text-align: center;
      border: none;
      border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      -webkit-border-radius: 0 0 0 0;
      -moz-transition: all 0.35s ease 0s;
      -webkit-transition: all 0.35s ease 0s;
      -ms-transition: all 0.35s ease 0s;
      -o-transition: all 0.35s ease 0s;
      transition: all 0.35s ease 0s; }
    .home-tab-second-section .product-wrapper-2 .product-content .contact-form {
      display: inline-block; }
    .home-tab-second-section .product-wrapper-2 .product-content .product-button {
      text-align: center;
      padding: 0 0 15px 0;
      background: white;
      border: 1px solid #eaeaea;
      border-top: none;
      width: auto;
      z-index: -1;
      position: absolute;
      display: block;
      left: 0px;
      right: 0px;
      bottom: -10.5%;
      -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
      -o-transform: translate(0, 20px);
      transform: translate(0, 20px);
      opacity: 0;
      -webkit-transition: color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
      -moz-transition: color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
      -o-transition: color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
      transition: color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
      border-radius: 0px 0px 5px 5px;
      -moz-border-radius: 0px 0px 5px 5px;
      -webkit-border-radius: 0px 0px 5px 5px; }
    .home-tab-second-section .product-wrapper-2 .product-content .swatch {
      color: black;
      margin: 0; }
      .home-tab-second-section .product-wrapper-2 .product-content .swatch .header {
        display: none; }
      .home-tab-second-section .product-wrapper-2 .product-content .swatch .swatch-element {
        margin: 0px auto 5px;
        float: none;
        display: inline-block; }
        .home-tab-second-section .product-wrapper-2 .product-content .swatch .swatch-element .tooltip {
          display: none !important; }
        .home-tab-second-section .product-wrapper-2 .product-content .swatch .swatch-element label {
          background: transparent;
          background-size: cover;
          border: 1px solid #dddddd;
          min-width: 30px !important;
          height: 30px !important;
          padding: 0px;
          border-radius: 0;
          line-height: 30px !important;
          text-align: center;
          cursor: pointer;
          margin: 0 3px; }
        .home-tab-second-section .product-wrapper-2 .product-content .swatch .swatch-element input:checked + label {
          box-shadow: none;
          border-color: black;
          cursor: default; }
        .home-tab-second-section .product-wrapper-2 .product-content .swatch .swatch-element:hover label {
          border-color: black; }
    .home-tab-second-section .product-wrapper-2:hover {
      z-index: 5;
      background: white; }
      .home-tab-second-section .product-wrapper-2:hover:after {
        -moz-transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -o-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1; }
      .home-tab-second-section .product-wrapper-2:hover:before {
        content: none; }
      .home-tab-second-section .product-wrapper-2:hover .product-content .product-button {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        transform: translate(0, 0px);
        bottom: -10.5%;
        z-index: 20; }
      .home-tab-second-section .product-wrapper-2:hover .product-content .pc-inner .price-cart-wrapper {
        border-color: #eaeaea; }
  .home-tab-second-section .home-tab-second {
    padding: 10px 0 25px; }
    .home-tab-second-section .home-tab-second .ht2-item {
      width: 25%;
      float: left; }
      .home-tab-second-section .home-tab-second .ht2-item .product-wrapper-2 {
        padding: 15px 25px;
        background: white;
        margin: 0 0 8px; }
        .home-tab-second-section .home-tab-second .ht2-item .product-wrapper-2 .product-content .product-button {
          padding-top: 12px; }
        .home-tab-second-section .home-tab-second .ht2-item .product-wrapper-2:hover:after {
          bottom: -50px; }
        .home-tab-second-section .home-tab-second .ht2-item .product-wrapper-2:hover .product-content .product-button {
          bottom: -50px; }
        @media (max-width: 1199px) {
          .home-tab-second-section .home-tab-second .ht2-item .product-wrapper-2 {
            padding: 15px; } }
      .home-tab-second-section .home-tab-second .ht2-item.ht2-special {
        width: 50%;
        padding: 0 8px; }
        .home-tab-second-section .home-tab-second .ht2-item.ht2-special .featured-img {
          margin: 15% auto; }
        .home-tab-second-section .home-tab-second .ht2-item.ht2-special .product-wrapper {
          margin-left: 8px;
          margin-right: 8px;
          padding-bottom: 7px; }
    .home-tab-second-section .home-tab-second.owl-carousel .owl-stage-outer {
      padding-bottom: 25px; }
      .home-tab-second-section .home-tab-second.owl-carousel .owl-stage-outer:hover {
        z-index: 1; }
    .home-tab-second-section .home-tab-second.owl-carousel .ht2-item {
      width: 100%; }
  .home-tab-second-section .owl-item .product-wrapper:before {
    content: none !important; }

.ht2-special .add-cart-button .btn-default {
  color: white;
  font-size: 13px;
  padding: 5px 15px; }
  .ht2-special .add-cart-button .btn-default .icon {
    font-size: 20px;
    margin: 0 5px 0 0;
    float: left; }

.home-tab-third-section {
  margin: 70px auto 0; }
  .home-tab-third-section .nav-tab-wrapper {
    position: relative; }
    .home-tab-third-section .nav-tab-wrapper .nav {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      border: none;
      text-align: right; }
      .home-tab-third-section .nav-tab-wrapper .nav li {
        display: inline-block;
        float: none;
        margin: 0 auto;
        float: none;
        padding: 0px; }
        .home-tab-third-section .nav-tab-wrapper .nav li a {
          background: none;
          color: #7b8186;
          font-size: 15px;
          line-height: 24px;
          margin: 0px;
          padding: 3px 20px;
          text-transform: capitalize;
          font-weight: 400;
          position: relative;
          border: 2px solid transparent;
          border-radius: 13px 13px 13px 13px;
          -moz-border-radius: 13px 13px 13px 13px;
          -webkit-border-radius: 13px 13px 13px 13px; }
        .home-tab-third-section .nav-tab-wrapper .nav li.active a {
          border-color: #c52724;
          color: #333e48; }
        @media (min-width: 1025px) {
          .home-tab-third-section .nav-tab-wrapper .nav li:hover a {
            border-color: #c52724;
            color: #333e48; } }

.current .product-wrapper:before {
  content: none !important; }

.shopify-section .home-tab-third {
  margin: 20px auto 0; }
  .shopify-section .home-tab-third .product-tab-third {
    width: 33.3333%;
    float: left; }
    .shopify-section .home-tab-third .product-tab-third .product-wrapper {
      float: left;
      width: 100%;
      clear: both; }
      .shopify-section .home-tab-third .product-tab-third .product-wrapper:after {
        bottom: 0; }
      .shopify-section .home-tab-third .product-tab-third .product-wrapper .product-head {
        float: left;
        width: 43%;
        max-width: 165px;
        padding: 0 20px 0 0; }
        .shopify-section .home-tab-third .product-tab-third .product-wrapper .product-head .featured-img {
          margin: 0px auto; }
          .shopify-section .home-tab-third .product-tab-third .product-wrapper .product-head .featured-img img {
            display: inline-block;
            height: auto;
            width: 100%;
            transform-style: inherit;
            vertical-align: middle; }
      .shopify-section .home-tab-third .product-tab-third .product-wrapper .product-content {
        float: left;
        width: 57%; }
      .shopify-section .home-tab-third .product-tab-third .product-wrapper .product-type {
        margin: 0 0 4px;
        padding: 0;
        border: none;
        font-size: 12px;
        color: #878787; }
      .shopify-section .home-tab-third .product-tab-third .product-wrapper .product-button {
        -webkit-box-shadow: 0 0 0 white;
        -ms-transform: 0 0 0 white;
        -o-transform: 0 0 0 white;
        box-shadow: 0 0 0 white;
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        position: static;
        border: none;
        margin: 15px 0 0;
        padding: 0;
        text-align: left; }
        .shopify-section .home-tab-third .product-tab-third .product-wrapper .product-button:before {
          content: none; }
    .shopify-section .home-tab-third .product-tab-third .product-name {
      margin-bottom: 15px;
      color: black;
      font-weight: 700;
      text-transform: none;
      font-size: 15px; }
      .shopify-section .home-tab-third .product-tab-third .product-name a {
        color: black;
        font-weight: 700;
        text-transform: none;
        font-size: 15px; }
      .shopify-section .home-tab-third .product-tab-third .product-name:hover a {
        text-decoration: none;
        color: #c52724; }
  .shopify-section .home-tab-third.owl-carousel .owl-stage-outer {
    padding-bottom: 0px !important; }
  .shopify-section .home-tab-third.owl-carousel .product-tab-third {
    width: 100%; }

.subscription {
  text-align: center;
  padding: 58px 0 0; }

.btn {
  border: none;
  outline: none !important;
  outline-offset: 0; }

.btn-default {
  background: #c52724;
  color: white;
  border: 1px solid #c52724;
  padding: 10px 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: 700;
  min-width: 130px;
  text-align: center;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s; }
  .btn-default:hover, .btn-default:focus {
    background: #333e48;
    color: white;
    border-color: #333e48; }

.btn-primary {
  padding: 10px 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: 400;
  background: #c52724;
  color: white;
  border: 1px solid #c52724;
  min-width: 130px;
  text-align: center;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s; }
  .btn-primary:hover, .btn-primary:focus {
    background: #c52724;
    color: white;
    border-color: #c52724; }

.btn-custom {
  background: #333e48;
  color: white;
  border: 1px solid #333e48;
  padding: 10px 30px;
  line-height: 27px;
  font-size: 16px;
  min-width: 130px;
  text-align: center;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s; }
  .btn-custom:hover, .btn-custom:focus {
    background: #c52724;
    color: white;
    border-color: #c52724; }

.dropdown-menu.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.product-list-item .switch,
.product-wrapper .product .image,
.product-wrapper-2 .product .image {
  overflow: hidden;
  position: relative;
  text-align: center; }
  .product-list-item .switch > a > span.hidden-sm,
  .product-wrapper .product .image > a > span.hidden-sm,
  .product-wrapper-2 .product .image > a > span.hidden-sm {
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    transform-style: preserve-3d;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
  .product-list-item .switch > a:hover > span.hidden-sm,
  .product-wrapper .product .image > a:hover > span.hidden-sm,
  .product-wrapper-2 .product .image > a:hover > span.hidden-sm {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    visibility: visible; }

.colpick {
  position: relative;
  z-index: 99991; }

#widget-social {
  list-style: none;
  margin: 34px 0 0; }
  #widget-social li {
    display: inline-block;
    font-size: 22px;
    margin-right: 20px;
    padding: 0;
    text-align: center; }
    #widget-social li:last-child {
      margin-right: 0; }
    #widget-social li a {
      color: #7c7c7c;
      display: inline-block;
      padding: 0px;
      height: 28px;
      line-height: 28px;
      -moz-transition: all 0.35s ease 0s;
      -webkit-transition: all 0.35s ease 0s;
      -ms-transition: all 0.35s ease 0s;
      -o-transition: all 0.35s ease 0s;
      transition: all 0.35s ease 0s; }
      #widget-social li a:hover {
        color: #c52724; }

.errors {
  color: #c52724; }

body > div.jGrowl {
  z-index: 10000;
  left: 0 !important;
  margin: 0 35%;
  width: 30% !important; }
  body > div.jGrowl div.jGrowl-notification {
    width: 100% !important; }

/*Popup Cart*/
#layer-addcart-modal {
  z-index: 9999; }
  #layer-addcart-modal .addcart-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990; }
  #layer-addcart-modal .addcart-modal-box {
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    position: absolute;
    display: block;
    top: 15%;
    -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    -ms-transform: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    -o-transform: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    margin: 0 25%;
    width: 50%;
    height: auto;
    max-height: 90%;
    z-index: 9991;
    background: white; }
    #layer-addcart-modal .addcart-modal-box .note {
      color: #5bb300;
      display: block;
      margin: 30px;
      padding: 0px; }
    #layer-addcart-modal .addcart-modal-box .addcart-modal-product {
      padding: 0px 30px 20px;
      overflow: hidden; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-image {
        float: left;
        margin: 0 30px 0 0; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div {
        margin: 0 0 8px; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-title {
          font-weight: 700;
          color: black;
          font-size: 16px; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-qty strong {
          font-weight: normal; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-price {
          font-size: 18px; }
          #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-price strong {
            color: black;
            font-weight: 400; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info strong {
        margin: 0 10px 0 0; }
    #layer-addcart-modal .addcart-modal-box .addcart-modal-action {
      background: white;
      border-top: 1px solid #eaeaea;
      padding: 20px 0px 40px;
      margin: 0 30px; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-number {
        display: block;
        font-size: 16px;
        margin: 0 0 15px; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-subtotal {
        font-size: 30px; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-subtotal strong {
          margin: 0 20px 0 0;
          color: black;
          font-weight: 400;
          font-size: 20px; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button {
        overflow: hidden;
        padding-top: 10px; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-continue {
          float: left;
          border: none;
          margin: 10px 0 0; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-checkout {
          float: right;
          margin: 10px 0 0; }
  #layer-addcart-modal .addcart-modal-content {
    overflow-y: auto;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px; }
  #layer-addcart-modal .addcart-modal-close {
    position: absolute;
    display: block;
    top: -17px;
    right: -17px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    text-align: center;
    background-color: #c52724;
    background-image: url(//cdn.shopify.com/s/files/1/0007/9029/8742/t/8/assets/close.png?v=12354483179606821113);
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 1;
    cursor: pointer; }
    #layer-addcart-modal .addcart-modal-close:hover {
      background-color: #333e48; }
    #layer-addcart-modal .addcart-modal-close:hover {
      color: black; }
    #layer-addcart-modal .addcart-modal-close .fa {
      display: none; }

.templateListCollections .price-range-slider,
.templateListCollections .sb-filter-wrapper {
  display: none; }

#product-action.sold-out {
  font-size: 24px; }

.notifyjs-corner,
.noti-product-slider {
  position: fixed;
  bottom: 10px;
  width: 330px;
  z-index: 9999;
  overflow: hidden;
  right: 10px; }
  .notifyjs-corner .np-slider,
  .noti-product-slider .np-slider {
    display: none; }
    .notifyjs-corner .np-slider.owl-carousel,
    .noti-product-slider .np-slider.owl-carousel {
      display: block; }
  .notifyjs-corner .col-sm-4,
  .noti-product-slider .col-sm-4 {
    padding-right: 5px; }
    .notifyjs-corner .col-sm-4 a,
    .noti-product-slider .col-sm-4 a {
      display: block; }
      .notifyjs-corner .col-sm-4 a img,
      .noti-product-slider .col-sm-4 a img {
        width: 100%; }
  .notifyjs-corner .product h3,
  .noti-product-slider .product h3 {
    font-size: 18px;
    margin: 0 0 10px; }
  .notifyjs-corner .product h5,
  .noti-product-slider .product h5 {
    font-size: 15px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0 0 5px; }
    .notifyjs-corner .product h5 a,
    .noti-product-slider .product h5 a {
      font-size: 15px;
      color: #333e48; }
      .notifyjs-corner .product h5 a:hover,
      .noti-product-slider .product h5 a:hover {
        color: #c52724; }
  .notifyjs-corner .product .product-price,
  .noti-product-slider .product .product-price {
    text-align: left;
    border: none;
    padding: 0;
    color: #1d1a1a;
    font-weight: 600;
    font-size: 15px; }
    .notifyjs-corner .product .product-price .price_compare,
    .noti-product-slider .product .product-price .price_compare {
      margin: 0 5px 0 0;
      color: #848484;
      font-weight: 300;
      font-size: 13px; }
  .notifyjs-corner .notifyjs-wrapper,
  .notifyjs-corner .owl-stage-outer,
  .noti-product-slider .notifyjs-wrapper,
  .noti-product-slider .owl-stage-outer {
    margin: 0px !important;
    display: block;
    height: inherit;
    margin: 3px;
    position: relative;
    width: inherit; }
  .notifyjs-corner .product-grid-item,
  .noti-product-slider .product-grid-item {
    padding: 0;
    margin: 0; }
    .notifyjs-corner .product-grid-item:before,
    .noti-product-slider .product-grid-item:before {
      content: none; }
  .notifyjs-corner .notifyjs-container,
  .notifyjs-corner .owl-item,
  .noti-product-slider .notifyjs-container,
  .noti-product-slider .owl-item {
    margin: 0px !important;
    display: block;
    height: inherit;
    padding: 5px;
    position: relative;
    width: inherit;
    /*> div,*/ }
    .notifyjs-corner .notifyjs-container .product-wrapper,
    .notifyjs-corner .owl-item .product-wrapper,
    .noti-product-slider .notifyjs-container .product-wrapper,
    .noti-product-slider .owl-item .product-wrapper {
      margin: 0px !important;
      padding: 15px;
      background: white;
      width: 100%;
      overflow: hidden;
      -webkit-box-shadow: 0 0 5px #c6c6c6;
      -ms-transform: 0 0 5px #c6c6c6;
      -o-transform: 0 0 5px #c6c6c6;
      box-shadow: 0 0 5px #c6c6c6; }
      .notifyjs-corner .notifyjs-container .product-wrapper:after, .notifyjs-corner .notifyjs-container .product-wrapper:before,
      .notifyjs-corner .owl-item .product-wrapper:after,
      .notifyjs-corner .owl-item .product-wrapper:before,
      .noti-product-slider .notifyjs-container .product-wrapper:after,
      .noti-product-slider .notifyjs-container .product-wrapper:before,
      .noti-product-slider .owl-item .product-wrapper:after,
      .noti-product-slider .owl-item .product-wrapper:before {
        content: none; }
      .notifyjs-corner .notifyjs-container .product-wrapper .np-slider-title,
      .notifyjs-corner .notifyjs-container .product-wrapper .noti-title,
      .notifyjs-corner .owl-item .product-wrapper .np-slider-title,
      .notifyjs-corner .owl-item .product-wrapper .noti-title,
      .noti-product-slider .notifyjs-container .product-wrapper .np-slider-title,
      .noti-product-slider .notifyjs-container .product-wrapper .noti-title,
      .noti-product-slider .owl-item .product-wrapper .np-slider-title,
      .noti-product-slider .owl-item .product-wrapper .noti-title {
        display: block !important;
        font-size: 20px;
        margin: 0 0 15px; }
      .notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-name,
      .notifyjs-corner .owl-item .product-wrapper .product-head .product-name,
      .noti-product-slider .notifyjs-container .product-wrapper .product-head .product-name,
      .noti-product-slider .owl-item .product-wrapper .product-head .product-name {
        margin: 0px;
        height: auto !important;
        float: right;
        width: 66.6667%; }
        .notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-name a,
        .notifyjs-corner .owl-item .product-wrapper .product-head .product-name a,
        .noti-product-slider .notifyjs-container .product-wrapper .product-head .product-name a,
        .noti-product-slider .owl-item .product-wrapper .product-head .product-name a {
          font-size: 14px; }
      .notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img,
      .notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img,
      .noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img,
      .noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img {
        height: auto;
        width: 33.33333%;
        margin: 0;
        padding: 0 20px 0 0;
        float: left; }
        .notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img a > span img,
        .notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img a > span img,
        .noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img a > span img,
        .noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img a > span img {
          display: none; }
        .notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img img,
        .notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img img,
        .noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img img,
        .noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img img {
          position: static;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          opacity: 1; }
      .notifyjs-corner .notifyjs-container .product-wrapper .product-content,
      .notifyjs-corner .owl-item .product-wrapper .product-content,
      .noti-product-slider .notifyjs-container .product-wrapper .product-content,
      .noti-product-slider .owl-item .product-wrapper .product-content {
        width: 66.6667%;
        padding: 0;
        float: right; }
        .notifyjs-corner .notifyjs-container .product-wrapper .product-content .product-price,
        .notifyjs-corner .owl-item .product-wrapper .product-content .product-price,
        .noti-product-slider .notifyjs-container .product-wrapper .product-content .product-price,
        .noti-product-slider .owl-item .product-wrapper .product-content .product-price {
          display: block; }
      .notifyjs-corner .notifyjs-container .product-wrapper .price-cart-wrapper,
      .notifyjs-corner .owl-item .product-wrapper .price-cart-wrapper,
      .noti-product-slider .notifyjs-container .product-wrapper .price-cart-wrapper,
      .noti-product-slider .owl-item .product-wrapper .price-cart-wrapper {
        padding: 0;
        border: none; }
      .notifyjs-corner .notifyjs-container .product-wrapper .product-type,
      .notifyjs-corner .notifyjs-container .product-wrapper .product-description,
      .notifyjs-corner .notifyjs-container .product-wrapper .product-button,
      .notifyjs-corner .notifyjs-container .product-wrapper .product-review,
      .notifyjs-corner .notifyjs-container .product-wrapper .product-label,
      .notifyjs-corner .notifyjs-container .product-wrapper .quick_shop,
      .notifyjs-corner .notifyjs-container .product-wrapper .wrapper-countdown,
      .notifyjs-corner .notifyjs-container .product-wrapper .product-btn,
      .notifyjs-corner .notifyjs-container .product-wrapper .add-cart-button,
      .notifyjs-corner .notifyjs-container .product-wrapper .availability,
      .notifyjs-corner .owl-item .product-wrapper .product-type,
      .notifyjs-corner .owl-item .product-wrapper .product-description,
      .notifyjs-corner .owl-item .product-wrapper .product-button,
      .notifyjs-corner .owl-item .product-wrapper .product-review,
      .notifyjs-corner .owl-item .product-wrapper .product-label,
      .notifyjs-corner .owl-item .product-wrapper .quick_shop,
      .notifyjs-corner .owl-item .product-wrapper .wrapper-countdown,
      .notifyjs-corner .owl-item .product-wrapper .product-btn,
      .notifyjs-corner .owl-item .product-wrapper .add-cart-button,
      .notifyjs-corner .owl-item .product-wrapper .availability,
      .noti-product-slider .notifyjs-container .product-wrapper .product-type,
      .noti-product-slider .notifyjs-container .product-wrapper .product-description,
      .noti-product-slider .notifyjs-container .product-wrapper .product-button,
      .noti-product-slider .notifyjs-container .product-wrapper .product-review,
      .noti-product-slider .notifyjs-container .product-wrapper .product-label,
      .noti-product-slider .notifyjs-container .product-wrapper .quick_shop,
      .noti-product-slider .notifyjs-container .product-wrapper .wrapper-countdown,
      .noti-product-slider .notifyjs-container .product-wrapper .product-btn,
      .noti-product-slider .notifyjs-container .product-wrapper .add-cart-button,
      .noti-product-slider .notifyjs-container .product-wrapper .availability,
      .noti-product-slider .owl-item .product-wrapper .product-type,
      .noti-product-slider .owl-item .product-wrapper .product-description,
      .noti-product-slider .owl-item .product-wrapper .product-button,
      .noti-product-slider .owl-item .product-wrapper .product-review,
      .noti-product-slider .owl-item .product-wrapper .product-label,
      .noti-product-slider .owl-item .product-wrapper .quick_shop,
      .noti-product-slider .owl-item .product-wrapper .wrapper-countdown,
      .noti-product-slider .owl-item .product-wrapper .product-btn,
      .noti-product-slider .owl-item .product-wrapper .add-cart-button,
      .noti-product-slider .owl-item .product-wrapper .availability {
        display: none; }

.layer-effect-wl .info p {
  background: none;
  padding: 0;
  font-size: 13px;
  color: #5bb300; }

#hi-eu-opt-in.active {
  z-index: 99;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  width: 100%;
  bottom: 0;
  color: white;
  padding: 15px; }
#hi-eu-opt-in #hi-cookie-box {
  max-width: 1200px;
  margin: 0px auto;
  overflow: hidden; }
#hi-eu-opt-in .hi-cookie-head,
#hi-eu-opt-in .hi-cookie-intro {
  margin: 0px;
  width: 45%;
  clear: both;
  padding: 0 15px;
  float: left; }
  #hi-eu-opt-in .hi-cookie-head .read-more,
  #hi-eu-opt-in .hi-cookie-intro .read-more {
    display: none; }
  #hi-eu-opt-in .hi-cookie-head br,
  #hi-eu-opt-in .hi-cookie-intro br {
    display: none; }
#hi-eu-opt-in .hi-cookie-head {
  padding-bottom: 5px; }
#hi-eu-opt-in .hi-cookie-happy {
  float: left;
  text-align: right;
  padding: 0 15px;
  margin: -11px 0 0;
  width: 28%; }
#hi-eu-opt-in .hi-cookie-btn {
  float: left;
  width: auto;
  margin: -20px 5px 0;
  text-align: center;
  padding: 10px 30px;
  line-height: 27px;
  background: #c52724;
  color: white;
  border: 1px solid #c52724;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-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;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  padding: 5px 30px;
  cursor: pointer; }
  #hi-eu-opt-in .hi-cookie-btn:hover {
    text-decoration: none;
    background: #333e48;
    color: white;
    border-color: #333e48; }
  #hi-eu-opt-in .hi-cookie-btn.disagree {
    text-align: center;
    padding: 10px 30px;
    line-height: 27px;
    background: #c52724;
    color: white;
    border: 1px solid #c52724;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-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;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    color: #333e48;
    padding: 5px 30px; }
    #hi-eu-opt-in .hi-cookie-btn.disagree:hover {
      background: #c52724;
      text-decoration: none;
      color: white;
      border-color: #c52724; }

.modern {
  padding: 0;
  margin: 0px auto;
  box-sizing: border-box; }

.template-password {
  text-align: center;
  padding: 0;
  margin: 0px auto;
  background-image: url(//cdn.shopify.com/s/files/1/0007/9029/8742/t/8/assets/password-page-background.jpg?v=12987344696580752000);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: table;
  height: 100%;
  width: 100%; }
  .template-password *, .template-password input, .template-password *::before, .template-password *::after {
    box-sizing: border-box; }

.password-page__wrapper a {
  color: inherit; }
.password-page__wrapper hr {
  border-color: inherit;
  margin: 0 auto;
  max-width: 60px;
  padding: 15px 0; }
.password-page__wrapper .social-sharing a {
  color: #ffffff; }
.password-page__wrapper .social-sharing.is-clean a {
  background: #ffffff none repeat scroll 0 0;
  color: #333333; }
  .password-page__wrapper .social-sharing.is-clean a:hover {
    background: #ececec none repeat scroll 0 0; }

.template-password {
  height: 100vh;
  text-align: center; }
  .template-password .hidden-label {
    display: none; }
  .template-password .share-title {
    font-size: 12px;
    font-weight: 900;
    padding-right: 10px; }
  .template-password .is-large .share-title {
    padding-right: 16px; }
  .template-password .is-large .share-count {
    font-size: 18px;
    padding: 0 14px; }
  .template-password .share-facebook {
    background-color: #3b5998; }
    .template-password .share-facebook:hover {
      background-color: #2d4373; }
  .template-password .share-twitter {
    background-color: #00aced; }
    .template-password .share-twitter:hover {
      background-color: #0087ba; }
  .template-password .share-pinterest {
    background-color: #cb2027; }
    .template-password .share-pinterest:hover {
      background-color: #9f191f; }
  .template-password .share-fancy {
    background-color: #4999dc; }
    .template-password .share-fancy:hover {
      background-color: #2780cb; }
  .template-password .share-google {
    background-color: #dd4b39; }
    .template-password .share-google:hover {
      background-color: #c23321; }
  .template-password .social-sharing {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 20px auto; }
    .template-password .social-sharing ul {
      padding: 0;
      margin: 0px auto;
      list-style: none; }
      .template-password .social-sharing ul li {
        display: inline-block; }
    .template-password .social-sharing * {
      box-sizing: border-box; }
    .template-password .social-sharing a {
      border-radius: 2px;
      color: #ffffff;
      display: inline-block;
      font-weight: normal;
      height: 30px;
      line-height: 30px;
      margin: 5px 10px;
      text-decoration: none; }
      .template-password .social-sharing a:hover {
        color: #c52724; }
    .template-password .social-sharing span {
      display: inline-block;
      font-size: 13px;
      height: 30px;
      line-height: 30px;
      vertical-align: top;
      font-weight: 400; }
    .template-password .social-sharing .fa {
      padding: 0;
      font-size: 20px; }
    .template-password .social-sharing .icon:before {
      line-height: 22px; }
    .template-password .social-sharing.is-clean .share-count {
      top: -1px; }
    .template-password .social-sharing.is-clean .fa-facebook {
      color: #3b5998; }
    .template-password .social-sharing.is-clean .fa-twitter {
      color: #00aced; }
    .template-password .social-sharing.is-clean .fa-pinterest {
      color: #cb2027; }
    .template-password .social-sharing.is-clean .fa-fancy {
      color: #4999dc; }
    .template-password .social-sharing.is-clean .fa-google-plus {
      color: #dd4b39; }
    .template-password .social-sharing.is-clean a {
      background-color: #ffffff;
      border: 1px solid #ececec;
      color: #333333;
      height: 30px;
      line-height: 30px; }
      .template-password .social-sharing.is-clean a span {
        font-size: 13px;
        height: 30px;
        line-height: 30px; }
      .template-password .social-sharing.is-clean a .share-title {
        font-weight: normal; }
      .template-password .social-sharing.is-clean a:hover {
        background-color: #ececec; }
        .template-password .social-sharing.is-clean a:hover .share-count {
          background-color: #ffffff; }
          .template-password .social-sharing.is-clean a:hover .share-count:after {
            border-right-color: #ffffff; }
    .template-password .social-sharing.is-large a {
      height: 44px;
      line-height: 44px; }
      .template-password .social-sharing.is-large a span {
        font-size: 18px;
        height: 44px;
        line-height: 44px; }
      .template-password .social-sharing.is-large a .fa {
        padding: 0 10px 0 18px; }
        .template-password .social-sharing.is-large a .fa:before {
          line-height: 44px; }

.password-page__header__inner {
  padding: 15px 30px; }

.password-page__logo {
  color: inherit;
  margin-top: 90px; }
  .password-page__logo .logo {
    max-width: 100%; }

.password-page__main {
  height: 100%;
  margin: 0 auto;
  width: 100%; }

.password-page__main__inner {
  padding: 15px 30px;
  vertical-align: middle; }

.password-page__hero {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 2.625em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-rendering: optimizelegibility;
  text-transform: none; }

@media screen and (min-width: 481px) {
  .password-page__hero {
    font-size: 3.75em; } }
@media screen and (min-width: 769px) {
  .password-page__hero {
    font-size: 4em; } }
.password-page__message {
  font-size: 120%;
  font-style: italic; }

.password-page__message img {
  max-width: 100%; }

.password-page__message,
.password-page__login-form,
.password-page__signup-form {
  margin: 0 auto;
  max-width: 500px; }

.password-page__message,
.password-page__login-form {
  padding: 30px;
  text-align: center; }

@media screen and (min-width: 480px) {
  .password-page__login-form,
  .password-page__signup-form {
    padding: 0 30px; } }
.password-page__login-form .input-group,
.password-page__signup-form .input-group {
  width: 100%; }

.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0; }

.lt-ie9 .template-password .newsletter__submit-text--small,
.lt-ie9 .template-password .password-page__login-form__submit-text--small {
  display: none !important; }

input.input-group-field {
  height: 37px;
  padding: 8px 10px;
  line-height: 1.42;
  color: #333;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px; }

input.password-page__login-form__submit[type="submit"],
input.password-page__signup-form__submit[type="submit"] {
  font-size: 0.9em; }

.password-page__social-sharing {
  margin-top: 30px; }

.password-login {
  text-align: right; }

.password-login,
.admin-login {
  margin-top: 15px; }
  .password-login a:hover,
  .admin-login a:hover {
    color: inherit; }

.password-login {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  line-height: 14px; }

.lock-icon-svg {
  display: inline-block;
  height: 14px;
  vertical-align: baseline;
  width: 14px; }
  .lock-icon-svg path {
    fill: currentcolor; }

.lt-ie9 .lock-icon-svg {
  display: none; }

.password-page__footer_inner {
  font-size: 95%;
  line-height: 24px;
  padding: 30px;
  vertical-align: bottom; }

.shopify-link {
  color: inherit; }
  .shopify-link:hover {
    color: inherit; }

.shopify-logo-svg {
  display: inline-block;
  height: 24px;
  line-height: 0;
  vertical-align: top;
  width: 82.2857px; }
  .shopify-logo-svg path {
    fill: currentcolor; }

.lt-ie9 .shopify-logo-svg {
  display: none; }

.modern .shopify-name {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

.input-group {
  border-collapse: separate;
  display: table;
  position: relative; }
  .input-group .btn, .input-group .btn--secondary,
  .input-group input.btn--secondary,
  .input-group .btn--tertiary,
  .input-group input.btn--tertiary,
  .input-group input[type="submit"] {
    -moz-appearance: none;
    -moz-user-select: none;
    background-color: #c52724;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px 2px 2px 0;
    -moz-border-radius: 0px 2px 2px 0;
    -webkit-border-radius: 0px 2px 2px 0;
    -webkit-appearance: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42;
    height: 37px;
    margin: 0;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.1s ease-in 0s;
    vertical-align: middle;
    white-space: nowrap; }
    .input-group .btn:hover, .input-group .btn--secondary:hover,
    .input-group input.btn--secondary:hover,
    .input-group .btn--tertiary:hover,
    .input-group input.btn--tertiary:hover,
    .input-group input[type="submit"]:hover {
      background: #333e48; }

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

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

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

.mfp-bg {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042; }

.mfp-wrap {
  height: 100%;
  left: 0;
  outline: medium none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043; }

.mfp-container {
  background-color: #ffffff;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }
  .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

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

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

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

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

a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: black;
  text-decoration: none; }

.text-link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #c52724;
  text-decoration: none; }

a:hover, a:focus,
.text-link:hover,
.text-link:focus {
  color: #c52724; }

button.mfp-close,
button.mfp-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: medium none;
  overflow: visible;
  padding: 0;
  z-index: 1046; }

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

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

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

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

button.mfp-close {
  color: #333333;
  font-size: 2.5em;
  margin: 30px;
  opacity: 1; }

#style-panel .style-toggle {
  background-color: #fff;
  border-image: none;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  -ms-transform: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  -o-transform: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  border: 1px solid #ededed;
  border-left: none;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 25px;
  left: 0;
  line-height: 25px;
  padding: 10px 13px 10px 12px;
  position: fixed;
  top: 75px;
  z-index: 9999;
  color: #333e48; }
#style-panel .style-content {
  background-color: #fff;
  border-top: 1px solid #ededed;
  float: left;
  left: -200px;
  line-height: 24px;
  padding: 20px 20px 30px;
  position: fixed;
  -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  -ms-transform: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  -o-transform: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 200px;
  z-index: 9999; }
  #style-panel .style-content .sc-content {
    border-bottom: 1px solid #ddd;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    #style-panel .style-content .sc-content .btn {
      background: #c52724;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      padding: 13px;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
    #style-panel .style-content .sc-content .sc-title {
      display: block;
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: uppercase; }
    #style-panel .style-content .sc-content .layout-control {
      display: block;
      margin: 0 0 10px 0; }
      #style-panel .style-content .sc-content .layout-control span, #style-panel .style-content .sc-content .layout-control a {
        background: #fff;
        border: 1px solid #ddd;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        padding: 5px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 5px;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px; }
        #style-panel .style-content .sc-content .layout-control span:hover, #style-panel .style-content .sc-content .layout-control a:hover {
          background: #e6e6e6;
          color: #f94127; }
        #style-panel .style-content .sc-content .layout-control span.selected, #style-panel .style-content .sc-content .layout-control a.selected {
          background: #e6e6e6;
          color: #f94127;
          cursor: default; }
      #style-panel .style-content .sc-content .layout-control .tptn-config-title {
        display: inline-block; }
    #style-panel .style-content .sc-content .list-inline .changecolor {
      width: 20px;
      height: 20px;
      float: left;
      margin: 0;
      border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      -webkit-border-radius: 3px 3px 3px 3px;
      cursor: pointer;
      border: 2px solid transparent; }
      #style-panel .style-content .sc-content .list-inline .changecolor.yellow-text {
        background-color: #fed700; }
      #style-panel .style-content .sc-content .list-inline .changecolor.green-text {
        background-color: #a3d133; }
      #style-panel .style-content .sc-content .list-inline .changecolor.blue-text {
        background-color: #0787ea; }
      #style-panel .style-content .sc-content .list-inline .changecolor.red-text {
        background-color: #e74c3c; }
      #style-panel .style-content .sc-content .list-inline .changecolor.orange-text {
        background-color: #f89a20; }
      #style-panel .style-content .sc-content .list-inline .changecolor.gold-text {
        background-color: #dab26d; }
      #style-panel .style-content .sc-content .list-inline .changecolor.flat-blue-text {
        background-color: #00abc5; }
      #style-panel .style-content .sc-content .list-inline .changecolor.pink-text {
        background-color: #ce1d76; }
      #style-panel .style-content .sc-content .list-inline .changecolor:hover {
        border-color: #333e48; }
      #style-panel .style-content .sc-content .list-inline .changecolor.selected {
        cursor: default;
        border-color: #333e48; }
    #style-panel .style-content .sc-content:last-child {
      border-bottom: 0 none;
      margin-bottom: 0;
      padding-bottom: 0; }
#style-panel.open .style-toggle {
  left: 200px; }
#style-panel.open .style-content {
  left: 0; }

/*Compare*/
.fancybox-inner .bc-error,
.fancybox-inner .bc-success {
  margin: 0px auto;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%; }
  .fancybox-inner .bc-error > span,
  .fancybox-inner .bc-success > span {
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#product-compare,
#product-wishlist {
  background: white;
  padding: 50px 0 0; }
  #product-compare table,
  #product-wishlist table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0; }
    #product-compare table tr td,
    #product-wishlist table tr td {
      padding: 15px;
      border: 1px solid #ddd;
      position: static; }
      #product-compare table tr td.comparison_options .line,
      #product-wishlist table tr td.comparison_options .line {
        display: block;
        padding: 0 0 5px;
        text-align: center; }
        #product-compare table tr td.comparison_options .line > label,
        #product-wishlist table tr td.comparison_options .line > label {
          margin: 0;
          display: inline-block;
          padding: 0 10px 0 0;
          font-weight: 600; }
    #product-compare table .heading-col,
    #product-wishlist table .heading-col {
      text-align: left;
      background: #f3f3f3;
      color: black;
      font-size: 16px; }
      #product-compare table .heading-col strong, #product-compare table .heading-col b,
      #product-wishlist table .heading-col strong,
      #product-wishlist table .heading-col b {
        font-weight: 400; }
    #product-compare table .product-col,
    #product-wishlist table .product-col {
      text-align: center;
      position: relative; }
      #product-compare table .product-col .remove,
      #product-wishlist table .product-col .remove {
        position: absolute;
        display: block;
        top: 10px;
        right: 10px; }
        #product-compare table .product-col .remove a,
        #product-wishlist table .product-col .remove a {
          color: black;
          font-size: 18px; }
          #product-compare table .product-col .remove a:hover,
          #product-wishlist table .product-col .remove a:hover {
            color: #c52724; }
      #product-compare table .product-col .cmp-product-image,
      #product-wishlist table .product-col .cmp-product-image {
        margin: 0px auto;
        width: 150px; }
      #product-compare table .product-col .product-name,
      #product-wishlist table .product-col .product-name {
        margin: 15px auto; }
        #product-compare table .product-col .product-name a,
        #product-wishlist table .product-col .product-name a {
          color: black; }
          #product-compare table .product-col .product-name a:hover,
          #product-wishlist table .product-col .product-name a:hover {
            color: #c52724; }
      #product-compare table .product-col .product-price .price-compare,
      #product-wishlist table .product-col .product-price .price-compare {
        margin: 0 15px 0 0; }
      #product-compare table .product-col .button-container .btn,
      #product-wishlist table .product-col .button-container .btn {
        margin: 10px auto 0;
        padding: 6px 30px;
        min-width: 160px;
        font-weight: 400; }
      #product-compare table .product-col.comparison_collection a,
      #product-wishlist table .product-col.comparison_collection a {
        color: black; }
        #product-compare table .product-col.comparison_collection a:hover,
        #product-wishlist table .product-col.comparison_collection a:hover {
          color: #c52724; }

/* FAQ App*/
.s4com-helpcenter {
  padding: 0; }
  .s4com-helpcenter > h1 {
    text-align: center;
    margin: 0 auto 40px;
    color: black;
    display: none; }
  .s4com-helpcenter .s4com-panel {
    display: none;
    padding: 0px;
    border: none;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0; }
    .s4com-helpcenter .s4com-panel .twitter-typeahead {
      width: 80%;
      margin: 0 10%; }
      @media (max-width: 767px) {
        .s4com-helpcenter .s4com-panel .twitter-typeahead {
          width: 100%;
          margin: 0; } }
    .s4com-helpcenter .s4com-panel input {
      border: 1px solid #dddddd;
      padding: 15px 30px;
      height: 50px;
      border-radius: 25px 25px 25px 25px;
      -moz-border-radius: 25px 25px 25px 25px;
      -webkit-border-radius: 25px 25px 25px 25px; }
    .s4com-helpcenter .s4com-panel .tt-menu {
      width: 100%;
      border: 1px solid #dddddd;
      padding: 10px 0; }
      .s4com-helpcenter .s4com-panel .tt-menu .tt-suggestion a {
        color: black; }
      .s4com-helpcenter .s4com-panel .tt-menu .tt-suggestion:hover {
        background: none; }
        .s4com-helpcenter .s4com-panel .tt-menu .tt-suggestion:hover a {
          color: #c52724; }
  .s4com-helpcenter .s4com-top-heading {
    padding: 0;
    margin: 0;
    font-size: 40px;
    border: none;
    text-align: center;
    display: none; }
  .s4com-helpcenter .s4com-sub-heading {
    padding: 0 !important;
    margin: 8% 0 3.5%;
    text-align: center;
    border: none;
    font-size: 40px;
    color: black; }
  .s4com-helpcenter .s4com-articles {
    border-bottom: 1px solid #dddddd;
    padding: 0;
    margin: 0; }
    .s4com-helpcenter .s4com-articles > a {
      color: black;
      display: block;
      font-weight: 500;
      position: relative;
      padding: 0;
      font-size: 18px;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .s4com-helpcenter .s4com-articles > a > h4 {
        display: block;
        padding: 25px 0;
        color: #434343;
        font-size: 25px;
        display: block;
        font-weight: 400;
        text-transform: none;
        position: relative; }
      .s4com-helpcenter .s4com-articles > a.s4com-active {
        color: #c52724; }
        .s4com-helpcenter .s4com-articles > a.s4com-active h4 {
          color: #c52724; }
      .s4com-helpcenter .s4com-articles > a .s4com-icon-wrap {
        display: none; }
    .s4com-helpcenter .s4com-articles .s4com-article-body {
      margin: 0px;
      color: black;
      font-size: 14px;
      line-height: 24px;
      padding: 10px 0 30px; }
      .s4com-helpcenter .s4com-articles .s4com-article-body p {
        margin: 0;
        font-size: 14px;
        line-height: 24px; }
  .s4com-helpcenter .s4com-space-bottom {
    padding: 0;
    border: none; }

#fsb_background {
  z-index: 999 !important; }

.crossed-out {
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%; }

#shopify-product-reviews .spr-container .spr-summary .spr-starrating,
#shopify-product-reviews .spr-container .spr-summary .spr-summary-caption {
  display: none; }

#shopify-product-reviews .spr-container .spr-summary .spr-starrating.has-review,
#shopify-product-reviews .spr-container .spr-summary .spr-summary-caption.has-review {
  display: block; }

.hidden {
  display: none; }

.add-to-cart, #product-ex-action, #qs-action-wrapper {
  display: none; }

.cata-toolbar-v2 > * {
  display: inline-block;
  width: 50%; }
.cata-toolbar-v2 .pagination-top {
  text-align: right; }

@media (max-width: 767px) {
  .cata-toolbar-v2 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    margin-bottom: 0;
    padding: 10px; }
    .cata-toolbar-v2 .pagination-top {
      text-align: center; }
    .cata-toolbar-v2 > * {
      display: table;
      width: 100%; }
    .cata-toolbar-v2 li.mob-filter {
      font-size: 25px; }
    .cata-toolbar-v2 .mob-filter, .cata-toolbar-v2 .group-gl, .cata-toolbar-v2 .sort-by {
      float: unset;
      display: table-cell; }
    .cata-toolbar-v2 .mob-filter {
      vertical-align: middle;
      width: 10%; }
    .cata-toolbar-v2 .sort-by {
      text-align: right; }
    .cata-toolbar-v2 .group-gl {
      width: 50%; } }
