/* Static color */
/*Main Color*/
/* Font */
/* Header */
/* Navigation */
/* Body */
/* Footer */
@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: 15px;
  line-height: 1.3;
  color: #333333;
  font-weight: 400; }

#page-body {
  background: white; }

a {
  color: #3d3d3d; }
  a:hover, a:focus {
    color: #49c904;
    text-decoration: none; }

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

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

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

input:focus, textarea:focus, select:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 0px 0px  #4D90FE;
  box-shadow: 0px 0px 0px  #4D90FE;
  background: #e0e0e0; }

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 #dddddd;
  -ms-transform: 0 0 8px #dddddd;
  -o-transform: 0 0 8px #dddddd;
  box-shadow: 0 0 8px #dddddd; }

.boxes-wrapper {
  position: relative; }
  .boxes-wrapper .header-content .header-nav > .container {
    padding-left: 0;
    padding-right: 0; }
  .boxes-wrapper .header-content .header-icon {
    right: -1px; }

.boxes-wrapper {
  background: url(body_bg_image_v-2835103472446376814.jpg) repeat fixed transparent; }

.btn-1 {
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  font-size: 15px;
  padding: 10px 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: #49c904;
  color: white;
  border: none;
  font-weight: 700;
  display: inline-block; }
  .btn-1:hover {
    text-decoration: none;
    border: none; }

.btn-2 {
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  font-size: 15px;
  padding: 10px 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: #e0e0e0;
  color: #3d3d3d;
  border: none;
  display: inline-block; }
  .btn-2:hover {
    background: #ececec;
    text-decoration: none;
    border: none; }

.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: #49c904;
      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-mobile > ul:before, .header-content .top-bar-mobile > ul:after {
    content: "";
    display: table;
    clear: both; }
  .header-content .top-bar-mobile > ul > li {
    float: left;
    width: 25%;
    min-height: 58px;
    border-right: 1px solid #f5f5f5;
    background-color: #49c904;
    text-align: center; }
    .header-content .top-bar-mobile > ul > li > a {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 58px;
      color: #fff; }
      .header-content .top-bar-mobile > ul > li > a > i {
        font-size: 18px; }
  .header-content .contact-row-mobile {
    float: left;
    padding-left: 75px;
    width: 60%; }
    @media (max-width: 415px) {
      .header-content .contact-row-mobile {
        display: none !important; } }
    .header-content .contact-row-mobile li {
      text-align: left;
      line-height: 23px;
      font-size: 14px; }
      .header-content .contact-row-mobile li:before, .header-content .contact-row-mobile li:after {
        content: "";
        display: table;
        clear: both; }
      .header-content .contact-row-mobile li i {
        font-size: 23px;
        margin-right: 8px;
        float: left;
        color: #49c904; }
  .header-content .top-bar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0 9px;
    font-size: 13px; }
    .header-content .top-bar .top-bar-menu {
      list-style: none; }
      .header-content .top-bar .top-bar-menu > li {
        display: inline-block; }
        .header-content .top-bar .top-bar-menu > li > a {
          display: inline-block;
          padding: 0 15px;
          border-left: 1px solid #e0e0e0; }
          .header-content .top-bar .top-bar-menu > li > a .fa {
            color: #c6c6c6;
            margin: 0 0 0 2px; }
        .header-content .top-bar .top-bar-menu > li:first-child > a {
          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; }
      .header-content .top-bar-right > ul > li .dropdown-menu {
        padding-top: 5px;
        padding-bottom: 5px; }
      .header-content .top-bar-right > ul > li > a {
        display: inline-block;
        font-size: 13px;
        padding: 0 15px;
        border-right: 1px solid #e0e0e0; }
        .header-content .top-bar-right > ul > li > a .fa {
          color: #c6c6c6;
          margin: 0 0 0 2px; }
      .header-content .top-bar-right > ul > li:last-child > a {
        padding-right: 0;
        border-right: none; }
  .header-content .dropdown-menu {
    font-size: 13px; }
  .header-content .currency {
    margin: 0px;
    position: relative; }
    .header-content .currency:hover .dropdown-menu {
      display: block !important; }
  .header-content .top-search-holder .contact-row {
    font-size: 14px; }
    .header-content .top-search-holder .contact-row li {
      padding: 0 10px 0 0;
      line-height: 24px; }
    .header-content .top-search-holder .contact-row .fa {
      margin: 0 8px 0 0;
      color: #49c904;
      font-size: 23px;
      float: left; }
  .header-content .top-cart-row-container {
    padding: 35px 0 0 0px;
    text-align: right; }
  .header-content .wishlist-checkout-holder {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    margin: 0 18px 0 0;
    text-transform: capitalize;
    vertical-align: top;
    text-align: left; }
    .header-content .wishlist-checkout-holder > div a {
      font-size: 13px; }
      .header-content .wishlist-checkout-holder > div a .fa {
        color: #c6c6c6;
        font-size: 14px;
        margin: 0 10px 0 0; }
      .header-content .wishlist-checkout-holder > div a:hover .fa {
        color: #49c904; }
  .header-content .top-cart-holder {
    display: inline-block;
    text-align: left; }
    @media (max-width: 767px) {
      .header-content .top-cart-holder {
        float: right; } }
    .header-content .top-cart-holder .cart-target {
      position: relative;
      z-index: 12;
      padding-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: #49c904;
        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: #5d5d5d;
        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: #49c904; }
      @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: 40px 0 28px;
    border-bottom: 1px solid #e0e0e0; }
  .header-content .searchbox {
    position: relative; }
    .header-content .searchbox .navbar-form {
      height: 53px;
      margin: 8px 0 0;
      padding: 3px;
      position: relative;
      display: block;
      border: 3px solid #c6c6c6;
      border-radius: 7px 7px 7px 7px;
      -moz-border-radius: 7px 7px 7px 7px;
      -webkit-border-radius: 7px 7px 7px 7px; }
    .header-content .searchbox .form-control {
      width: 100%;
      height: 41px;
      padding: 12px 60px 12px 12px;
      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 .btn {
      border: none;
      border-radius: 0 7px 7px 0;
      -moz-border-radius: 0 7px 7px 0;
      -webkit-border-radius: 0 7px 7px 0;
      position: absolute;
      display: block;
      top: -3px;
      right: -3px;
      width: 53px;
      height: 53px;
      text-align: center;
      line-height: 53px;
      padding: 0;
      margin: 0; }
      .header-content .searchbox .btn:before {
        content: "\f002";
        font-family: FontAwesome;
        color: #fff;
        font-size: 25px; }
    .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: 500px;
        overflow: auto;
        background: white;
        border-top: 2px solid #49c904;
        -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: 10%;
          top: -5px;
          color: #49c904;
          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;
            border: 1px solid #ececec; }
          .header-content .searchbox #result-ajax-search ul li .search-item-title {
            display: block;
            margin: 0 0 5px; }
            .header-content .searchbox #result-ajax-search ul li .search-item-title .marked {
              color: #49c904; }
          .header-content .searchbox #result-ajax-search ul li p {
            color: #2a1051;
            font-weight: 700; }
          .header-content .searchbox #result-ajax-search ul li:hover {
            background: #eeeeee; }
    .header-content .searchbox.ajax-loading {
      background: none; }
      .header-content .searchbox.ajax-loading:before {
        width: 22px;
        height: 22px;
        position: absolute;
        display: block;
        top: 14px;
        right: 60px;
        z-index: 5;
        font-size: 20px;
        vertical-align: middle;
        line-height: 20px;
        background: none;
        display: block;
        font-family: FontAwesome;
        content: "\f110";
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
        color: #49c904; }
  .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: 24px;
    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: 14px;
      text-transform: uppercase; }
    .header-content .topmenu .list-topmenu > li:hover > a {
      background-color: rgba(0, 0, 0, 0.3); }
  .header-content .header-logo {
    display: block;
    margin: 17px 0; }
    .header-content .header-logo .logo-site {
      color: #49c904; }
    .header-content .header-logo .logo-svg {
      color: #49c904;
      fill: #49c904; }
  .header-content .search-content {
    padding: 54px 15px;
    text-align: right; }
    .header-content .search-content .search-form {
      border: 1px solid #e3e3e3;
      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: #3d3d3d;
        position: absolute;
        display: block;
        top: -2px;
        right: 5px;
        font-size: 14px;
        width: 32px;
        height: 48px;
        line-height: 44px; }
  .header-content .logo-stick {
    display: none; }
  .header-content.header-fixed {
    position: fixed;
    z-index: 1030;
    /*fixed z-index higher than zoomContainer*/
    left: 0;
    right: 0;
    top: 0; }
    .header-content.header-fixed .header-top,
    .header-content.header-fixed .header-middle {
      display: none; }
    .header-content.header-fixed .header-bottom .top-categ {
      display: none; }
    .header-content.header-fixed .header-bottom .logo-stick {
      display: block; }
      .header-content.header-fixed .header-bottom .logo-stick img {
        max-height: 45px; }
    .header-content.header-fixed .navigation {
      margin-top: 0px;
      padding: 0 0px 0 200px; }
      .header-content.header-fixed .navigation .navbar-collapse .main-nav > li:hover > a, .header-content.header-fixed .navigation .navbar-collapse .main-nav > li.active > a {
        color: #333333 !important; }

.navigation .head,
.navigation a.dropdown-toggle {
  background: #49c904;
  color: white;
  padding: 17px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  display: block;
  position: relative; }
  .navigation .head:after,
  .navigation a.dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    display: block;
    top: 14px;
    right: 15px;
    font-weight: 400;
    font-size: 22px; }
  .navigation .head:hover,
  .navigation a.dropdown-toggle:hover {
    color: white; }
  .navigation .head .fa,
  .navigation a.dropdown-toggle .fa {
    margin: 0 6px 0 0; }
.navigation.open a.dropdown-toggle {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px; }
  .navigation.open a.dropdown-toggle:after {
    content: "\f106"; }
.navigation.open .navbar {
  display: block;
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  z-index: 102; }
  .navigation.open .navbar:before {
    content: none; }
.navigation .head {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px; }
  .navigation .head:after {
    content: none; }

/*Style Menu 2*/
.header-style-2 .header-content .header-middle {
  border: none; }
.header-style-2 #home-slideshow .swiper-content .container > div,
.header-style-2 #home-slideshow .swiper-content > div {
  padding-left: 5%; }
.header-style-2 #body-content {
  margin-top: 0; }
.header-style-2 .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-next,
.header-style-2 .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev {
  width: 60px;
  height: 60px;
  line-height: 60px; }
  .header-style-2 .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-next .fa,
  .header-style-2 .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev .fa {
    margin-top: -2px; }
    .header-style-2 .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-next .fa:before,
    .header-style-2 .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev .fa:before {
      font-size: 60px;
      line-height: 60px; }

.horizontal-menu {
  background-color: #49c904;
  position: relative; }
  .horizontal-menu .navigation .navbar .navbar-collapse .main-nav {
    border: none;
    background: #49c904;
    position: relative;
    max-height: 58px;
    z-index: 3;
    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;
      padding-bottom: 11px;
      float: left; }
      .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li > a {
        padding: 16px 27px;
        font-weight: 700;
        color: white;
        border-right: 1px solid #252bd1; }
        .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li > a:hover {
          margin: 0;
          background-color: #2b9401; }
      .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li .expand {
        display: none; }
      .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: -22px;
          color: #49c904;
          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: -22px;
            color: #49c904;
            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 {
          top: 69px;
          left: 0px !important;
          display: block !important; }
        .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu {
          left: 0px !important;
          top: 69px; }
          .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu .dropdown-menu {
            font-size: 15px; }
          .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 > a {
        background-color: #2b9401;
        margin: 0; }

/* Sidebar cart ------------------------*/
.cart-sb.opened, .cart-dd {
  padding: 15px 0 10px;
  left: auto;
  right: 0px;
  top: 60px;
  width: 335px; }
  .cart-sb.opened:after, .cart-dd:after {
    content: "\f0d8";
    position: absolute;
    display: block;
    top: -15px;
    right: 18%;
    color: #49c904;
    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: 15px; }
    .cart-sb.opened #cart-info .cart-item-empty, .cart-dd #cart-info .cart-item-empty {
      padding: 0 0 20px; }
      .cart-sb.opened #cart-info .cart-item-empty span, .cart-dd #cart-info .cart-item-empty span {
        /* background: url( cart-empty_v-14108843043382978320.png ) center center no-repeat;
        width: 140px;
        height: 183px;
        display: block;
        margin: 30px auto 20px;*/ }
      .cart-sb.opened #cart-info .cart-item-empty p, .cart-dd #cart-info .cart-item-empty p {
        font-size: 18px; }
    .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: 11px 28px;
      overflow: hidden;
      position: relative;
      border-bottom: 1px solid #e0e0e0; }
      .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;
        border: 1px solid #e0e0e0;
        max-width: 75px; }
        .cart-sb.opened #cart-info .items-inner .cart-item-image:hover, .cart-dd #cart-info .items-inner .cart-item-image:hover {
          border-color: #49c904; }
      .cart-sb.opened #cart-info .items-inner .cart-close, .cart-dd #cart-info .items-inner .cart-close {
        position: absolute;
        top: 35px;
        right: 20px;
        color: #5d5d5d;
        font-size: 14px; }
        .cart-sb.opened #cart-info .items-inner .cart-close:hover, .cart-dd #cart-info .items-inner .cart-close:hover {
          color: #49c904; }
      .cart-sb.opened #cart-info .items-inner .cart-item-title, .cart-dd #cart-info .items-inner .cart-item-title {
        margin: 0 0 5px; }
        .cart-sb.opened #cart-info .items-inner .cart-item-title a, .cart-dd #cart-info .items-inner .cart-item-title a {
          color: #5d5d5d; }
          .cart-sb.opened #cart-info .items-inner .cart-item-title a:hover, .cart-dd #cart-info .items-inner .cart-item-title a:hover {
            color: #49c904; }
      .cart-sb.opened #cart-info .items-inner .cart-item-price, .cart-dd #cart-info .items-inner .cart-item-price {
        color: #49c904;
        font-weight: 700; }
    .cart-sb.opened #cart-info .subtotal, .cart-dd #cart-info .subtotal {
      padding: 11px 28px;
      border-bottom: 1px solid #e0e0e0;
      background: #f8f8f8;
      font-size: 20px;
      overflow: hidden; }
      .cart-sb.opened #cart-info .subtotal > span:first-child, .cart-dd #cart-info .subtotal > span:first-child {
        margin-right: 57px; }
      .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: #49c904; }
    .cart-sb.opened #cart-info .action, .cart-dd #cart-info .action {
      padding: 11px 28px;
      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;
        font-weight: 700; }
      .cart-sb.opened #cart-info .action a.btn, .cart-dd #cart-info .action a.btn {
        text-align: center;
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        font-size: 15px;
        padding: 10px 20px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        background: #e0e0e0;
        color: #3d3d3d;
        border: none;
        color: #5d5d5d;
        font-weight: normal; }
        .cart-sb.opened #cart-info .action a.btn:hover, .cart-dd #cart-info .action a.btn:hover {
          background: #ececec;
          text-decoration: none;
          border: none; }

.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: #3d3d3d;
    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: 2px !important;
    right: 6px;
    left: auto !important; }
  .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: center;
    width: 110px;
    height: 56px;
    min-height: 56px;
    border: 1px solid #e0e0e0;
    font-size: 20px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    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: 30px;
    height: 54px;
    text-align: center;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    line-height: 34px; }
    .quantity .qty-inner > span.qty-up {
      position: absolute;
      display: block;
      top: 1px;
      right: 1px;
      border-radius: 0px 0 0 0px;
      -moz-border-radius: 0px 0 0 0px;
      -webkit-border-radius: 0px 0 0 0px;
      border-left: 1px solid #e0e0e0; }
    .quantity .qty-inner > span.qty-down {
      position: absolute;
      display: block;
      left: 1px;
      top: 1px;
      border-radius: 1px 1px 0 0;
      -moz-border-radius: 1px 1px 0 0;
      -webkit-border-radius: 1px 1px 0 0;
      border-right: 1px solid #e0e0e0;
      padding: 10px 5px;
      line-height: 34px; }
    .quantity .qty-inner > span i {
      color: #3d3d3d;
      font-size: 10px; }
    .quantity .qty-inner > span:hover {
      background: #f6f6f6; }
      .quantity .qty-inner > span:hover i {
        color: #49c904; }

#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; }
      #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: #49c904;
          background-image: url(close_v-12354483179606821113.png);
          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: #2b9401; }
      #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 {
          top: 0;
          width: 23px;
          height: 100%;
          line-height: 100%;
          border: none;
          -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
          -ms-transform: 0 0px 0px rgba(0, 0, 0, 0.2);
          -o-transform: 0 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
          opacity: 0; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div .fa {
            border-radius: 2px 2px 2px 2px;
            -moz-border-radius: 2px 2px 2px 2px;
            -webkit-border-radius: 2px 2px 2px 2px;
            height: 100%;
            width: 100%;
            line-height: 100%;
            background-color: #e0e0e0;
            color: white; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div .fa:before {
              display: block;
              line-height: 90px; }
          #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: #49c904; }
            #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: #0e53a5;
            font-weight: 400;
            font-size: 28px;
            text-transform: none; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title a:hover {
              text-decoration: none;
              color: #49c904; }
        #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: #2a1051;
          padding: 15px 0 0; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price {
            color: #2a1051;
            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: #747474;
          font-size: 14px;
          line-height: 1.42857; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-type {
          border-bottom: 1px solid #ececec;
          padding: 0 0 7px;
          margin: 0 0 10px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-type span {
            display: inline-block;
            min-width: 90px;
            text-transform: uppercase;
            font-size: 10px; }
        #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: 120px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper label {
            color: #3d3d3d;
            margin-top: 8px;
            margin-bottom: 0px;
            display: inline-block;
            float: left;
            margin-right: 20px;
            font-weight: 400;
            min-width: 70px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product {
          margin-right: 25px;
          color: #3d3d3d;
          display: inline-block;
          float: left; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product label {
            margin-bottom: 0px;
            float: left;
            margin-top: 8px;
            margin-right: 20px;
            min-width: 70px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product input {
            height: 55px;
            line-height: 18px;
            width: 110px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product .qty-inner > span {
            width: 30px;
            height: 55px;
            text-align: center;
            padding: 10px 5px;
            font-size: 15px;
            font-weight: 400;
            cursor: pointer;
            display: inline-block;
            line-height: 35px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .qs-action {
          margin: 0px 10px 0 0;
          display: inline-block;
          float: left; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .qs-action .btn {
            line-height: 20px;
            padding: 18px 52px;
            float: left;
            font-weight: 700; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .qs-action .btn .fa {
              margin: 0 5px 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: #49c904; }
  #quick-shop-popup .product-image-inner {
    margin: 0;
    padding: 0; }
    #quick-shop-popup .product-image-inner .featured-image {
      display: block;
      border: 1px solid #e0e0e0;
      background: white;
      padding: 0px; }
  #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;
      border: 1px solid #ececec;
      overflow: hidden; }
      #quick-shop-popup .gallery-thumb-img a.thumb-img.active, #quick-shop-popup .gallery-thumb-img a.thumb-img:hover {
        border-bottom-color: #49c904; }
  #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: #3d3d3d; }
      #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: #333333; }
  .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: #49c904;
    background-image: url(close_v-12354483179606821113.png);
    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: #2b9401; }
  .fancybox-skin .mailchimp-popup-img {
    max-width: 56%;
    float: right;
    display: inline-block; }
  .fancybox-skin .mailchimp-popup-content {
    padding: 40px 0px 40px 50px;
    overflow: hidden;
    color: #636363;
    display: inline-block;
    margin: 0 -13% 0 0;
    min-width: 57%; }
    .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;
      letter-spacing: -1px; }
    .fancybox-skin .mailchimp-popup-content .mailchimp-caption-1 {
      text-transform: uppercase;
      margin: 0 0 5px;
      font-size: 97px;
      font-weight: 800;
      color: #49c904;
      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: 8px 8px 8px 8px;
      -moz-border-radius: 8px 8px 8px 8px;
      -webkit-border-radius: 8px 8px 8px 8px;
      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 4px 4px 0px;
        -moz-border-radius: 0px 4px 4px 0px;
        -webkit-border-radius: 0px 4px 4px 0px;
        padding: 8px 30px;
        height: 51px;
        font-size: 16px;
        font-weight: 700;
        background: #49c904; }
        .fancybox-skin .mailchimp-popup-content #mc-form .btn:hover {
          background: #2b9401; }
      .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: #49c904;
      height: 37px;
      padding: 5px 15px;
      line-height: 27px; }
      .fancybox-skin .mailchimp-popup-content .btn-3:hover {
        background-color: #2b9401; }
    .fancybox-skin .mailchimp-popup-content .social-sharing a {
      color: #49c904;
      font-size: 25px;
      display: inline-block;
      margin-right: 10px; }
      .fancybox-skin .mailchimp-popup-content .social-sharing a:hover {
        text-decoration: none;
        color: #333333; }

/* Back to top ---------------------------------*/
#scroll-to-top i {
  font-size: 36px;
  padding: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #ffffff;
  display: block;
  background: #49c904;
  opacity: 0.5;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px; }
#scroll-to-top:hover i {
  background: #49c904;
  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: 1px solid #e0e0e0;
        border-top: none;
        background: white;
        margin: 0px;
        border-radius: 0 0px 5px 5px;
        -moz-border-radius: 0 0px 5px 5px;
        -webkit-border-radius: 0 0px 5px 5px; }
        .navigation .navbar .navbar-collapse .main-nav span.expand {
          padding: 0 15px 0 0;
          position: absolute;
          top: 13px;
          z-index: 7;
          right: 0;
          opacity: 0; }
          .navigation .navbar .navbar-collapse .main-nav span.expand .fa {
            font-size: 22px;
            font-weight: 700;
            color: #333333; }
        .navigation .navbar .navbar-collapse .main-nav > li {
          margin-bottom: 0px;
          /*have submenu*/ }
          .navigation .navbar .navbar-collapse .main-nav > li > a {
            font-weight: 600;
            font-size: 15px;
            text-transform: capitalize;
            margin: 0;
            padding: 12px 18px;
            display: block;
            text-decoration: none;
            color: #333333;
            line-height: 26px; }
          .navigation .navbar .navbar-collapse .main-nav > li:hover > a {
            background: #49c904;
            color: white;
            margin: 0 -1px 0 -0.5px; }
          .navigation .navbar .navbar-collapse .main-nav > li:hover span.expand {
            opacity: 1; }
            .navigation .navbar .navbar-collapse .main-nav > li:hover span.expand i {
              color: white; }
          .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: #49c904;
              margin-right: -1px;
              color: white; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu {
              display: none;
              left: 100%;
              top: 0%;
              background: white;
              background-size: contain !important;
              font-size: 15px;
              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: #666666;
                white-space: normal; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > a span {
                  color: #666666;
                  font-size: 15px; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > a:hover span {
                  color: #333333; }
              .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: #666666;
                  white-space: normal; }
                  .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a span {
                    color: #666666; }
                  .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a:hover span {
                    color: #333333; }
              .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-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 .bp-item .bp-content-inner .bp-title {
                margin: 0 0px 10px; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title a {
                  padding: 0;
                  color: #333333; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title:hover a, .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title:hover a:hover {
                  color: #49c904; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a {
                color: #666666; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a span {
                  color: #666666; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a:hover span {
                  color: #e0e0e0; }
            .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.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: 18px;
            font-weight: 700;
            position: relative;
            display: block;
            padding: 0;
            line-height: 24px;
            margin: 20px 0;
            letter-spacing: -1px;
            color: #49c904; }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link > a:hover {
              text-decoration: none; }
          .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 a {
            display: block;
            padding: 0; }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li a:hover {
              color: #49c904; }
              .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: #666666 !important; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .product-title a:hover {
            color: #333333 !important; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-item {
          width: 100%;
          float: left;
          display: block;
          margin-top: 20px; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-content {
          padding-top: 10px;
          text-align: center; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-content .bp-title > a {
            padding-top: 0; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-content .bp-title > a, .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-content .bp-price {
            color: white;
            text-transform: none;
            line-height: 20px; }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-content .bp-title > a:hover, .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-content .bp-price:hover {
              padding-left: 0 !important; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-content .bp-price {
            color: #2a1051; }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-content .bp-price .price-compare {
              float: none; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-head > a {
          padding: 0;
          display: block !important; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-head > a img {
            width: 100%; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-head > a:hover {
            padding-left: 0 !important; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content {
          margin-bottom: 10px;
          padding-right: 30px; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-title a {
            color: #666666;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 20px;
            display: inline-block; }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-title a:hover {
              padding-left: 0 !important; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-price {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 10px; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-des {
            font-size: 11px;
            letter-spacing: 0.06em;
            margin-bottom: 20px;
            display: inline-block; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .wrapper-countdown .is-countdown {
            border: 0;
            background: none; }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .wrapper-countdown .is-countdown .countdown-section {
              background: #fafafa;
              display: inline-block;
              padding: 5px 2px;
              margin-right: 5px;
              width: 45px;
              margin-bottom: 5px; }
              .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .wrapper-countdown .is-countdown .countdown-section .countdown-amount {
                font-size: 11px;
                color: #292929;
                font-weight: 700; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-head {
          display: inline-block;
          margin-bottom: 10px;
          width: 35%;
          float: left; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-head .product-image img {
            width: 100%; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-head .product-image a:hover {
            padding-left: 0 !important; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .dropdown-menu.fix > li {
          border-bottom: 0 !important; }

/* Menu mobile -----------------------------*/
.mobile-version {
  width: 100%; }
  .mobile-version .logo-svg {
    fill: #49c904; }
  .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: 17px; }
      .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 #e3e3e3;
          color: #3d3d3d;
          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; }
    .menu-mobile .main-nav > li .icon-nav {
      display: none; }
    .menu-mobile .main-nav > li > a:hover, .menu-mobile .main-nav > li > a:focus {
      text-decoration: none; }
    .menu-mobile .main-nav > li.menu-mobile-open > a {
      text-decoration: none;
      background: #49c904;
      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 #e0e0e0; }
      .menu-mobile .main-nav > li.dropdown.menu-mobile-open > .dropdown-menu {
        display: block;
        width: 100% !important;
        background-image: none !important;
        min-height: 0 !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); }
    .menu-mobile .main-nav > li.dropdown .dropdown-menu {
      width: 100%;
      position: static;
      padding: 0;
      border-top: none; }
      .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 #49c904; }
        .menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li {
          border-bottom: 1px solid #e0e0e0; }
          .menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a {
            color: #666666;
            border: 0;
            padding: 10px 15px 10px 35px;
            background: none; }
            .menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a:hover {
              text-decoration: none;
              color: #49c904; }
          .menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li:last-child {
            border-bottom: 0; }
    .menu-mobile .main-nav > li.li-on-mobile {
      font-size: 20px;
      text-align: center;
      padding: 15px;
      font-weight: 600;
      text-transform: uppercase;
      color: #49c904;
      border-bottom: 1px solid #e0e0e0;
      background: #f9f9f9; }
  .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: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #333333; }
    .menu-mobile .main-nav span.expand i {
      display: block;
      line-height: 50px; }
  .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 {
    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); }
    .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 > .dropdown-menu-sub {
        border-bottom: 1px solid #e0e0e0; }
      .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 #e0e0e0;
        color: #333333; }
    .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: 15px 0;
        overflow: hidden; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content {
        padding-left: 0px; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .bp-title > a, .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .bp-price {
          color: #3d3d3d;
          text-transform: capitalize;
          line-height: 20px;
          border: none;
          padding: 0; }
          .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .bp-title > a:hover, .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .bp-price:hover {
            padding-left: 0 !important; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .bp-price {
          margin-top: 10px;
          color: #2a1051; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-head {
        width: 30%;
        float: left;
        margin: 0 15px; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-head > a {
          padding: 0;
          display: block !important;
          border: 1px solid #e0e0e0; }
          .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-head > a img {
            width: 100%; }
          .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-head > a:hover {
            padding-left: 0 !important; }
      .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: 15px;
        border-bottom: 1px solid #e0e0e0; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub a:hover {
          text-decoration: none;
          color: #49c904; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub > li:last-child > a {
        border-bottom: none; }
  .menu-mobile .main-nav .mega-menu .dropdown-menu-2 .product-wrapper {
    padding: 20px 18px 0 0; }
    .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 #e0e0e0; }
  .menu-mobile .main-nav .menu-mobile-open > span.expand {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

/* main slideshow -----------------------------------*/
.header-style-2 .swiper-container {
  overflow: hidden;
  background-color: #f6f6f6; }

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

#home-slideshow .swiper-slide {
  margin: 0px auto;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  max-width: 100%; }
#home-slideshow .swiper-content {
  position: absolute;
  display: block;
  top: 10%;
  text-transform: capitalize;
  text-align: center;
  padding: 0;
  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; }
  #home-slideshow .swiper-content .container > div,
  #home-slideshow .swiper-content > 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 20% 0 5%;
    margin: 0px auto;
    text-transform: uppercase;
    color: #5d5d5d; }
    #home-slideshow .swiper-content .container > div.heading,
    #home-slideshow .swiper-content > div.heading {
      margin-bottom: 0px;
      font-size: 50px;
      line-height: 1.2;
      letter-spacing: -3px;
      -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; }
      #home-slideshow .swiper-content .container > div.heading img,
      #home-slideshow .swiper-content > div.heading img {
        width: auto;
        max-width: 100%; }
    #home-slideshow .swiper-content .container > div.subheading,
    #home-slideshow .swiper-content > div.subheading {
      font-size: 28px;
      letter-spacing: -1px;
      margin-bottom: 0px;
      display: block;
      -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; }
    #home-slideshow .swiper-content .container > div.caption-content,
    #home-slideshow .swiper-content > div.caption-content {
      position: relative;
      margin-bottom: 0px;
      font-weight: 400;
      font-size: 15px;
      margin: 0px 0;
      line-height: 28px;
      text-transform: uppercase;
      letter-spacing: -1px;
      -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; }
      #home-slideshow .swiper-content .container > div.caption-content img,
      #home-slideshow .swiper-content > div.caption-content img {
        width: auto !important;
        display: inline-block; }
      #home-slideshow .swiper-content .container > div.caption-content .sign,
      #home-slideshow .swiper-content > div.caption-content .sign {
        font-size: 42px;
        vertical-align: top;
        display: inline-block;
        margin-top: -13px; }
      #home-slideshow .swiper-content .container > div.caption-content .big,
      #home-slideshow .swiper-content > div.caption-content .big {
        display: block;
        font-size: 90px;
        font-weight: 800;
        line-height: 70px;
        letter-spacing: -3px;
        margin: 15PX 0 25px; }
      #home-slideshow .swiper-content .container > div.caption-content .big-text,
      #home-slideshow .swiper-content > div.caption-content .big-text {
        font-size: 50px;
        letter-spacing: -3px; }
    #home-slideshow .swiper-content .container > div.caption-link,
    #home-slideshow .swiper-content > div.caption-link {
      margin: 30px 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; }
      #home-slideshow .swiper-content .container > div.caption-link button,
      #home-slideshow .swiper-content > div.caption-link button {
        font-weight: 700;
        padding: 15px 34px; }
#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: #f94a4a;
    background: #f94a4a; }

.swiper-button-white {
  position: absolute;
  top: 49%;
  z-index: 4;
  display: block;
  height: 30px;
  width: 30px;
  background-image: none;
  opacity: 0 !important;
  -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;
  border: none;
  text-align: center;
  background: #d3d3d3; }
  .swiper-button-white:before {
    display: block;
    color: white;
    line-height: 30px;
    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: #49c904; }
  .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: #49c904; }
  .swiper-button-white.swiper-button-disabled {
    cursor: default;
    opacity: 0 !important; }

.home-slideshow-wrapper {
  /*Hack css for slider only IE9*/ }
  .home-slideshow-wrapper:hover .swiper-button-white {
    opacity: 1 !important; }
    .home-slideshow-wrapper:hover .swiper-button-white.swiper-button-disabled {
      opacity: 0 !important; }
  .home-slideshow-wrapper:hover .video-slide .video {
    z-index: 1; }
  @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;
    top: 39%;
    z-index: 99;
    height: 30px;
    width: 30px;
    background-image: none;
    -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;
    border: none;
    text-align: center;
    background: #d3d3d3; }
    .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-next .fa {
      margin-top: -5px; }
      .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-next .fa:before {
        color: white;
        font-size: 30px;
        font-weight: 700; }
  .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev {
    left: 20px !important;
    right: auto !important;
    border: none !important;
    position: absolute;
    top: 39%;
    z-index: 99;
    height: 30px;
    width: 30px;
    background-image: none;
    -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;
    border: none;
    text-align: center;
    background: #d3d3d3; }
    .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev .fa {
      margin-top: -5px; }
      .home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev .fa:before {
        color: white;
        font-size: 30px;
        font-weight: 700; }
  .home-slideshow-wrapper .owl-controls .owl-nav > div:hover .fa:before {
    color: #49c904; }

.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: 15px !important;
      height: 15px !important;
      margin: 0px 5px;
      background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
      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: #49c904; }

.swiper-pagination {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  bottom: 4%;
  z-index: 2; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1; }
    .swiper-pagination .swiper-pagination-bullet:hover {
      background: #49c904; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #49c904; }

/* position text*/
#home-slideshow .swiper-slide-active .swiper-content.slide-1 {
  top: 10%; }

@media (max-width: 1199px) and (min-width: 992px) {
  #home-slideshow .swiper-slide-active .swiper-content.slide-1 {
    top: 5%; } }
@media (max-width: 991px) and (min-width: 768px) {
  #home-slideshow .swiper-slide-active .swiper-content.slide-1 {
    top: 0%; } }
/* heading */
#home-slideshow .swiper-slide-active .swiper-content.slide-1 .heading {
  color: #04f602; }

#home-slideshow .swiper-slide-active .swiper-content.slide-1 .heading {
  font-size: 39; }

#home-slideshow .swiper-slide-active .swiper-content.slide-1 .heading {
  -webkit-animation-name: moveFromRight;
  animation-name: moveFromRight;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

/* caption */
#home-slideshow .swiper-slide-active .swiper-content.slide-1 .caption-content {
  color: #3fff00; }

#home-slideshow .swiper-slide-active .swiper-content.slide-1 .caption-content {
  font-size: 28px; }

#home-slideshow .swiper-slide-active .swiper-content.slide-1 .caption-content {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

/* button */
#home-slideshow .swiper-slide-active .swiper-content.slide-1 .caption-link {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

/* position text*/
#home-slideshow .swiper-slide-active .swiper-content.slide-2 {
  top: 10%; }

@media (max-width: 1199px) and (min-width: 992px) {
  #home-slideshow .swiper-slide-active .swiper-content.slide-2 {
    top: 5%; } }
@media (max-width: 991px) and (min-width: 768px) {
  #home-slideshow .swiper-slide-active .swiper-content.slide-2 {
    top: 0%; } }
/* heading */
#home-slideshow .swiper-slide-active .swiper-content.slide-2 .heading {
  color: #ffffff; }

#home-slideshow .swiper-slide-active .swiper-content.slide-2 .heading {
  font-size: 50px; }

#home-slideshow .swiper-slide-active .swiper-content.slide-2 .heading {
  -webkit-animation-name: moveFromLeft;
  animation-name: moveFromLeft;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

/* caption */
#home-slideshow .swiper-slide-active .swiper-content.slide-2 .caption-content {
  color: #41f000; }

#home-slideshow .swiper-slide-active .swiper-content.slide-2 .caption-content {
  font-size: 28px; }

#home-slideshow .swiper-slide-active .swiper-content.slide-2 .caption-content {
  -webkit-animation-name: moveFromBottom;
  animation-name: moveFromBottom;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

/* button */
#home-slideshow .swiper-slide-active .swiper-content.slide-2 .caption-link {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

/* position text*/
#home-slideshow .swiper-slide-active .swiper-content.slide-3 {
  top: 10%; }

@media (max-width: 1199px) and (min-width: 992px) {
  #home-slideshow .swiper-slide-active .swiper-content.slide-3 {
    top: 5%; } }
@media (max-width: 991px) and (min-width: 768px) {
  #home-slideshow .swiper-slide-active .swiper-content.slide-3 {
    top: 0%; } }
/* heading */
#home-slideshow .swiper-slide-active .swiper-content.slide-3 .heading {
  color: #60c011; }

#home-slideshow .swiper-slide-active .swiper-content.slide-3 .heading {
  font-size: 50px; }

#home-slideshow .swiper-slide-active .swiper-content.slide-3 .heading {
  -webkit-animation-name: moveFromLeft;
  animation-name: moveFromLeft;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

/* caption */
#home-slideshow .swiper-slide-active .swiper-content.slide-3 .caption-content {
  color: #fb0000; }

#home-slideshow .swiper-slide-active .swiper-content.slide-3 .caption-content {
  font-size: 28px; }

#home-slideshow .swiper-slide-active .swiper-content.slide-3 .caption-content {
  -webkit-animation-name: moveFromLeft;
  animation-name: moveFromLeft;
  -webkit-animation-delay: 3;
  animation-delay: 3; }

/* button */
#home-slideshow .swiper-slide-active .swiper-content.slide-3 .caption-link {
  -webkit-animation-name: moveFromRight;
  animation-name: moveFromRight;
  -webkit-animation-delay: 2;
  animation-delay: 2; }

/* position text*/
/* heading */
#home-slideshow .swiper-slide-active .swiper-content.slide-4 .heading {
  color: #636363; }

#home-slideshow .swiper-slide-active .swiper-content.slide-4 .heading {
  font-size: 50px; }

#home-slideshow .swiper-slide-active .swiper-content.slide-4 .heading {
  -webkit-animation-name: moveFromTop;
  animation-name: moveFromTop;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

/* caption */
#home-slideshow .swiper-slide-active .swiper-content.slide-4 .caption-content {
  color: #636363; }

#home-slideshow .swiper-slide-active .swiper-content.slide-4 .caption-content {
  font-size: 28px; }

#home-slideshow .swiper-slide-active .swiper-content.slide-4 .caption-content {
  -webkit-animation-name: moveFromRight;
  animation-name: moveFromRight;
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

/* button */
#home-slideshow .swiper-slide-active .swiper-content.slide-4 .caption-link {
  -webkit-animation-name: moveFromLeft;
  animation-name: moveFromLeft;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

/* position text*/
/* heading */
#home-slideshow .swiper-slide-active .swiper-content.slide-5 .heading {
  color: #ffffff; }

#home-slideshow .swiper-slide-active .swiper-content.slide-5 .heading {
  font-size: 30px; }

#home-slideshow .swiper-slide-active .swiper-content.slide-5 .heading {
  -webkit-animation-name: moveFromTop;
  animation-name: moveFromTop;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

/* caption */
#home-slideshow .swiper-slide-active .swiper-content.slide-5 .caption-content {
  color: #ffffff; }

#home-slideshow .swiper-slide-active .swiper-content.slide-5 .caption-content {
  font-size: 14px; }

#home-slideshow .swiper-slide-active .swiper-content.slide-5 .caption-content {
  -webkit-animation-name: moveFromLeft;
  animation-name: moveFromLeft;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

/* button */
#home-slideshow .swiper-slide-active .swiper-content.slide-5 .caption-link {
  -webkit-animation-name: moveFromLeft;
  animation-name: moveFromLeft;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

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

.product-grid-item {
  padding: 0px;
  margin: 0px;
  float: left;
  display: inline-block; }
  .product-grid-item .product-wrapper {
    margin-left: -1px; }
  .product-grid-item:first-child .product-wrapper {
    margin-left: 0; }
  .product-grid-item .product-type {
    margin: 0 0 18px;
    text-transform: uppercase;
    font-size: 10px;
    color: #5d5d5d; }

.product-grid-item .switch, .owl-item .switch,
.featured-content-holder .featured-product .switch,
.home-tab .product-holder .switch {
  position: relative;
  margin: 0 auto 7px; }
  .product-grid-item .switch > a > span.hidden-sm img, .owl-item .switch > a > span.hidden-sm img,
  .featured-content-holder .featured-product .switch > a > span.hidden-sm img,
  .home-tab .product-holder .switch > a > span.hidden-sm img {
    /*@include rotateY(-90deg);
    transform-style: preserve-3d;*/
    visibility: hidden;
    width: 100%;
    opacity: 0;
    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%);
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  @media (min-width: 1025px) {
    .product-grid-item .switch > a:hover > img, .owl-item .switch > a:hover > img,
    .featured-content-holder .featured-product .switch > a:hover > img,
    .home-tab .product-holder .switch > a:hover > img {
      opacity: 0; } }
  .product-grid-item .switch > a:hover > span.hidden-sm img, .owl-item .switch > a:hover > span.hidden-sm img,
  .featured-content-holder .featured-product .switch > a:hover > span.hidden-sm img,
  .home-tab .product-holder .switch > a:hover > span.hidden-sm img {
    opacity: 1;
    /*@include rotateY(0deg);*/
    -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;
    visibility: visible; }
.product-grid-item .featured-img, .owl-item .featured-img,
.featured-content-holder .featured-product .featured-img,
.home-tab .product-holder .featured-img {
  overflow: hidden;
  position: relative;
  margin: 0 auto 10px; }
.product-grid-item .product-wrapper, .owl-item .product-wrapper,
.featured-content-holder .featured-product .product-wrapper,
.home-tab .product-holder .product-wrapper {
  padding: 0px;
  border: 1px solid #ececec;
  -webkit-transition: opacity(0.5s), 0.5s ease;
  -moz-transition: opacity(0.5s), 0.5s ease;
  -o-transition: opacity(0.5s), 0.5s ease;
  transition: opacity(0.5s), 0.5s ease;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .product-grid-item .product-wrapper .product-head, .owl-item .product-wrapper .product-head,
  .featured-content-holder .featured-product .product-wrapper .product-head,
  .home-tab .product-holder .product-wrapper .product-head {
    position: relative;
    float: none; }
  .product-grid-item .product-wrapper .product-review, .owl-item .product-wrapper .product-review,
  .featured-content-holder .featured-product .product-wrapper .product-review,
  .home-tab .product-holder .product-wrapper .product-review {
    display: none; }
  .product-grid-item .product-wrapper .product-content, .owl-item .product-wrapper .product-content,
  .featured-content-holder .featured-product .product-wrapper .product-content,
  .home-tab .product-holder .product-wrapper .product-content {
    padding: 0 34px; }
    .product-grid-item .product-wrapper .product-content .product-wishlist, .owl-item .product-wrapper .product-content .product-wishlist,
    .featured-content-holder .featured-product .product-wrapper .product-content .product-wishlist,
    .home-tab .product-holder .product-wrapper .product-content .product-wishlist {
      display: inline-flex;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox; }
    @media all and (min-width: 0 \0) and (min-resolution: 0.001dpcm) {
      .product-grid-item .product-wrapper .product-content .product-wishlist, .owl-item .product-wrapper .product-content .product-wishlist,
      .featured-content-holder .featured-product .product-wrapper .product-content .product-wishlist,
      .home-tab .product-holder .product-wrapper .product-content .product-wishlist {
        display: inline-block \9; } }
    .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,
    .featured-content-holder .featured-product .product-wrapper .product-content .quick-shop-button,
    .featured-content-holder .featured-product .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.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; }
    .product-grid-item .product-wrapper .product-content .contact-form, .owl-item .product-wrapper .product-content .contact-form,
    .featured-content-holder .featured-product .product-wrapper .product-content .contact-form,
    .home-tab .product-holder .product-wrapper .product-content .contact-form {
      display: inline-flex;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox; }
    @media all and (min-width: 0 \0) and (min-resolution: 0.001dpcm) {
      .product-grid-item .product-wrapper .product-content .contact-form, .owl-item .product-wrapper .product-content .contact-form,
      .featured-content-holder .featured-product .product-wrapper .product-content .contact-form,
      .home-tab .product-holder .product-wrapper .product-content .contact-form {
        display: inline-block \9; } }
    .product-grid-item .product-wrapper .product-content .product-button, .owl-item .product-wrapper .product-content .product-button,
    .featured-content-holder .featured-product .product-wrapper .product-content .product-button,
    .home-tab .product-holder .product-wrapper .product-content .product-button {
      text-align: center;
      padding: 0 0 10px 0;
      background: white;
      border: 1px solid #ececec;
      border-top: none;
      width: auto;
      border-radius: 0px 0px 5px 5px;
      -moz-border-radius: 0px 0px 5px 5px;
      -webkit-border-radius: 0px 0px 5px 5px;
      position: absolute;
      display: block;
      left: -1px;
      top: 85%;
      right: -1px;
      opacity: 0;
      -webkit-transition: opacity(0.5s), 0.5s ease;
      -moz-transition: opacity(0.5s), 0.5s ease;
      -o-transition: opacity(0.5s), 0.5s ease;
      transition: opacity(0.5s), 0.5s ease;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transform: translate3d(0, 0px, 0);
      transform: translate3d(0, 0px, 0);
      -ms-transform: translate3d(0, 0px, 0);
      -o-transform: translate3d(0, 0px, 0);
      z-index: 2; }
      .product-grid-item .product-wrapper .product-content .product-button:before, .owl-item .product-wrapper .product-content .product-button:before,
      .featured-content-holder .featured-product .product-wrapper .product-content .product-button:before,
      .home-tab .product-holder .product-wrapper .product-content .product-button:before {
        position: absolute;
        display: block;
        left: -1px;
        top: 15px;
        right: -1px;
        bottom: 0;
        content: '';
        z-index: -1;
        -webkit-box-shadow: 0 3px 5px 0 #c6c6c6;
        -ms-transform: 0 3px 5px 0 #c6c6c6;
        -o-transform: 0 3px 5px 0 #c6c6c6;
        box-shadow: 0 3px 5px 0 #c6c6c6; }
      .product-grid-item .product-wrapper .product-content .product-button .add-cart-button, .owl-item .product-wrapper .product-content .product-button .add-cart-button,
      .featured-content-holder .featured-product .product-wrapper .product-content .product-button .add-cart-button,
      .home-tab .product-holder .product-wrapper .product-content .product-button .add-cart-button {
        width: auto;
        margin: 0px auto 10px;
        display: block;
        position: relative; }
        .product-grid-item .product-wrapper .product-content .product-button .add-cart-button:before, .owl-item .product-wrapper .product-content .product-button .add-cart-button:before,
        .featured-content-holder .featured-product .product-wrapper .product-content .product-button .add-cart-button:before,
        .home-tab .product-holder .product-wrapper .product-content .product-button .add-cart-button:before {
          border-bottom: 1px solid #ececec;
          content: '';
          height: 1px;
          width: 100%;
          position: absolute;
          display: block;
          top: 50%;
          right: 0;
          z-index: -1; }
        .product-grid-item .product-wrapper .product-content .product-button .add-cart-button .add-to-cart, .product-grid-item .product-wrapper .product-content .product-button .add-cart-button .select-options, .owl-item .product-wrapper .product-content .product-button .add-cart-button .add-to-cart, .owl-item .product-wrapper .product-content .product-button .add-cart-button .select-options,
        .featured-content-holder .featured-product .product-wrapper .product-content .product-button .add-cart-button .add-to-cart,
        .featured-content-holder .featured-product .product-wrapper .product-content .product-button .add-cart-button .select-options,
        .home-tab .product-holder .product-wrapper .product-content .product-button .add-cart-button .add-to-cart,
        .home-tab .product-holder .product-wrapper .product-content .product-button .add-cart-button .select-options {
          text-align: center;
          border: none;
          -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;
          text-transform: capitalize;
          font-weight: 700; }
    .product-grid-item .product-wrapper .product-content .swatch, .owl-item .product-wrapper .product-content .swatch,
    .featured-content-holder .featured-product .product-wrapper .product-content .swatch,
    .home-tab .product-holder .product-wrapper .product-content .swatch {
      color: #3d3d3d;
      margin: 0; }
      .product-grid-item .product-wrapper .product-content .swatch .header, .owl-item .product-wrapper .product-content .swatch .header,
      .featured-content-holder .featured-product .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,
      .featured-content-holder .featured-product .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,
        .featured-content-holder .featured-product .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,
        .featured-content-holder .featured-product .product-wrapper .product-content .swatch .swatch-element label,
        .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element label {
          background: transparent;
          border: 1px solid #e3e3e3;
          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,
        .featured-content-holder .featured-product .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: #3d3d3d;
          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,
        .featured-content-holder .featured-product .product-wrapper .product-content .swatch .swatch-element:hover label,
        .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element:hover label {
          border-color: #3d3d3d; }
  .product-grid-item .product-wrapper:hover, .owl-item .product-wrapper:hover,
  .featured-content-holder .featured-product .product-wrapper:hover,
  .home-tab .product-holder .product-wrapper:hover {
    -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: 5;
    background: white; }
    .product-grid-item .product-wrapper:hover .product-content .quick-shop-button,
    .product-grid-item .product-wrapper:hover .product-content .add-to-wishlist, .owl-item .product-wrapper:hover .product-content .quick-shop-button,
    .owl-item .product-wrapper:hover .product-content .add-to-wishlist,
    .featured-content-holder .featured-product .product-wrapper:hover .product-content .quick-shop-button,
    .featured-content-holder .featured-product .product-wrapper:hover .product-content .add-to-wishlist,
    .home-tab .product-holder .product-wrapper:hover .product-content .quick-shop-button,
    .home-tab .product-holder .product-wrapper:hover .product-content .add-to-wishlist {
      opacity: 1; }
    .product-grid-item .product-wrapper:hover .product-content .product-button, .owl-item .product-wrapper:hover .product-content .product-button,
    .featured-content-holder .featured-product .product-wrapper:hover .product-content .product-button,
    .home-tab .product-holder .product-wrapper:hover .product-content .product-button {
      opacity: 1;
      -webkit-transform: translate3d(0, 0px, 0);
      transform: translate3d(0, 0px, 0);
      -ms-transform: translate3d(0, 0px, 0);
      -o-transform: translate3d(0, 0px, 0);
      z-index: 20;
      top: 95%; }

.product-wrapper {
  position: relative;
  margin-bottom: 0px; }
  .product-wrapper .product-head .product-image {
    position: relative; }
    .product-wrapper .product-head .product-image .featured-img a {
      position: relative;
      display: block;
      overflow: hidden;
      text-align: center;
      padding: 100% 0 0px; }
      .product-wrapper .product-head .product-image .featured-img a img {
        max-width: 100%;
        margin: 0px auto;
        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-wrapper .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 {
      border: 0;
      background: #4d4d4d;
      line-height: 34px;
      color: #fff;
      font-size: 15px;
      text-align: center; }
      .product-wrapper .product-head .wrapper-countdown > div > span {
        font-weight: 600; }
  .product-wrapper .product-review {
    margin: 0 0 5px;
    color: #333333; }
    .product-wrapper .product-review .spr-badge-caption {
      display: none; }
  .product-wrapper .product-des-grid {
    margin: 10px 0 13px;
    font-style: italic; }
  .product-wrapper .product-content {
    display: block;
    overflow: hidden; }
    .product-wrapper .product-content .pc-inner {
      display: block;
      width: 100%;
      float: left; }
    .product-wrapper .product-content .product-name {
      margin-bottom: 5px;
      color: #0e53a5;
      font-weight: 700;
      text-transform: none;
      font-size: 15px; }
      .product-wrapper .product-content .product-name a {
        color: #0e53a5;
        font-weight: 700;
        text-transform: none;
        font-size: 15px; }
      .product-wrapper .product-content .product-name:hover a {
        text-decoration: none;
        color: #49c904; }
    .product-wrapper .product-content .product-type {
      margin: 0 0 18px;
      padding: 0;
      border: none;
      text-transform: uppercase;
      font-size: 10px;
      color: #5d5d5d; }
    .product-wrapper .product-content .product-descrip {
      display: none; }
    .product-wrapper .product-content .product-price .price-compare {
      display: inline; }

#best-selling-product {
  clear: both;
  padding: 24px 0 63px;
  border-top: 1px solid #e0e0e0;
  background: #f8f8f8; }
  #best-selling-product h2 {
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 40px;
    margin: 29px 0;
    font-weight: 400;
    text-transform: capitalize; }
  #best-selling-product .container > .row {
    margin: 0; }

.best-medium-product .product-grid-item {
  margin: 0; }
  .best-medium-product .product-grid-item:nth-child(3n+1) {
    clear: both; }
    .best-medium-product .product-grid-item:nth-child(3n+1) .product-wrapper {
      margin-left: 0; }
  .best-medium-product .product-grid-item .product-wrapper {
    padding-bottom: 0;
    margin-top: -1px;
    min-height: 390px;
    background: white; }
    .best-medium-product .product-grid-item .product-wrapper .product-content {
      padding: 0 20px; }
      .best-medium-product .product-grid-item .product-wrapper .product-content .product-price {
        padding-bottom: 10px; }
      .best-medium-product .product-grid-item .product-wrapper .product-content .add-cart-button .btn {
        padding: 5px 10px;
        font-size: 12px;
        width: auto; }
    .best-medium-product .product-grid-item .product-wrapper .quick-shop-button,
    .best-medium-product .product-grid-item .product-wrapper .add-to-wishlist {
      margin: 0 3px; }

.best-big-product {
  padding: 0; }

.size-big {
  border: 1px solid #ececec;
  border-left: none;
  background: white;
  margin-top: -1px; }
  .size-big .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%; }
  .size-big .single-gallery-thumbs {
    margin: 0 40px;
    overflow: hidden; }
    .size-big .single-gallery-thumbs ul li {
      float: left; }
      .size-big .single-gallery-thumbs ul li > a {
        display: block;
        border: 1px solid #ececec; }
        .size-big .single-gallery-thumbs ul li > a.active, .size-big .single-gallery-thumbs ul li > a:hover {
          border-bottom-color: #49c904; }
  .size-big .big-product-gallery-item {
    padding: 0px;
    overflow: hidden;
    text-align: center; }
    .size-big .big-product-gallery-item a {
      display: block;
      text-align: center; }
      .size-big .big-product-gallery-item a img {
        margin: 0px auto; }
  .size-big .big-single-product-content {
    margin: 20px 40px 0; }
    .size-big .big-single-product-content .big-product-title {
      font-size: 20px;
      color: #0e53a5;
      font-weight: 700; }
      .size-big .big-single-product-content .big-product-title:hover {
        color: #49c904; }
    .size-big .big-single-product-content .type {
      text-transform: uppercase;
      color: #5d5d5d;
      font-size: 10px;
      display: block;
      padding: 5px 0; }
    .size-big .big-single-product-content .price-container {
      margin: 20px 0 0;
      padding: 21px 0 30px;
      border-top: 1px solid #ececec;
      text-align: right;
      overflow: hidden; }
      .size-big .big-single-product-content .price-container .big-price {
        display: inline-block;
        line-height: 50px; }
        .size-big .big-single-product-content .price-container .big-price .price {
          font-size: 26px;
          display: inline-block;
          line-height: 50px; }
      .size-big .big-single-product-content .price-container .btn {
        float: right;
        padding: 15px 34px;
        margin: 0 0 0 10px;
        font-weight: 700;
        text-transform: capitalize; }

.main-content #trending-now {
  margin: 90px 0 10px; }

.trending-now .product-wrapper {
  min-height: 340px; }
  .trending-now .product-wrapper .product-content {
    padding: 0 15px; }
    .trending-now .product-wrapper .product-content .add-cart-button .btn {
      padding: 5px 10px;
      font-size: 12px;
      width: auto; }
.trending-now .quick-shop-button,
.trending-now .add-to-wishlist {
  margin: 0 3px; }
  .trending-now .quick-shop-button .fa,
  .trending-now .add-to-wishlist .fa {
    font-size: 12px;
    margin-right: 3px; }

.product-price {
  border-top: 1px solid #ececec;
  padding: 11px 0 15px; }

.home-tab .product-price,
.related-items .product-price {
  padding-bottom: 30px; }

.product-price,
.price {
  color: #2a1051;
  font-size: 17px;
  font-weight: 800;
  text-align: right; }

.price-sale {
  color: #f40909;
  font-size: 17px;
  font-weight: 800; }

.price-compare {
  text-decoration: line-through;
  margin-right: 10px;
  color: lightgrey;
  font-size: 14px;
  font-weight: 700;
  float: left; }

.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: 28px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    padding: 4px 14px;
    position: relative; }
    .product-label > span:after {
      border-style: solid;
      border-width: 28px 12px 0 0;
      bottom: 0;
      content: "";
      right: -12px;
      position: absolute; }
    .product-label > span.label-sale {
      color: white;
      background-color: #f8484a; }
      .product-label > span.label-sale:after {
        border-color: #f8484a transparent transparent #f8484a; }
    .product-label > span.label-deal {
      color: white;
      background-color: #407ac5; }
      .product-label > span.label-deal:after {
        border-color: #407ac5 transparent transparent #407ac5; }
    .product-label > span > span {
      display: inline-block; }

.quick-shop-button,
.add-to-wishlist {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 12px;
  color: #5d5d5d;
  margin: 0 10px;
  -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 .fa,
  .add-to-wishlist .fa {
    color: #c6c6c6;
    font-size: 18px;
    margin: 0 5px 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; }
  .quick-shop-button:hover,
  .add-to-wishlist:hover {
    color: #49c904; }
    .quick-shop-button:hover .fa,
    .add-to-wishlist:hover .fa {
      color: #49c904; }

.add-to-wishlist {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  text-align: center; }

.add-cart-button {
  width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  border: 0;
  margin-bottom: 15px; }
  .add-cart-button .add-to-cart, .add-cart-button .select-options {
    padding: 13px 5px;
    width: 100%;
    max-width: 170px;
    float: none;
    display: inline-block;
    font-weight: 700;
    line-height: 20px; }

/*button slider*/
.owl-theme .owl-controls .owl-nav > div {
  position: absolute;
  display: block;
  top: -72px;
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: white;
  width: 20px;
  height: 40px;
  -moz-transition: all 500ms ease 0ms;
  -webkit-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  text-align: center; }
  .owl-theme .owl-controls .owl-nav > div .fa:before {
    font-size: 29px;
    color: #d3d3d3;
    line-height: 40px; }
  .owl-theme .owl-controls .owl-nav > div .fa:hover:before {
    color: #49c904; }
  .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: 40px;
      line-height: 40px;
      color: #d3d3d3;
      font-family: FontAwesome;
      font-size: 29px; }
    .owl-theme .owl-controls .owl-nav > div span:hover:before {
      color: #49c904; }
  .owl-theme .owl-controls .owl-nav > div.owl-prev {
    right: 20px; }
    .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 0 84px; }
  .home-partner .partner-item {
    display: inline-block;
    padding: 0 10px;
    width: 100%;
    text-align: center; }
    .home-partner .partner-item > a {
      display: inline-block;
      margin: 0px auto;
      border: 1px solid #e0e0e0;
      padding: 30px 11px;
      width: 100%;
      text-align: center; }
      .home-partner .partner-item > a:hover {
        border-color: #49c904; }

.footer-logo {
  margin: 7px 0 30px; }
  .footer-logo path:first-child {
    fill: transparent !important; }
  .footer-logo .logo-svg {
    color: #49c904;
    fill: #49c904; }

.regular-bold {
  margin: 0 0 29px;
  font-weight: 700;
  color: #5d5d5d; }

.address {
  margin: 0 0 10px;
  color: #5d5d5d; }

.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: #5d5d5d; }
      .footer-social-icon .list-inline li:last-child {
        border-right: 0; }
      .footer-social-icon .list-inline li:hover a i {
        color: #333333; }

.footer-block h3 {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 24px;
  padding-bottom: 32px;
  text-transform: capitalize;
  font-weight: 600;
  color: #5d5d5d;
  position: relative; }
  @media (max-width: 767px) {
    .footer-block h3 > span {
      padding-bottom: 0; }
      .footer-block h3 > span:after {
        content: "\f055";
        font-family: "FontAweSome";
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 3px;
        line-height: 1; }
      .footer-block h3 > span.opened:after {
        content: "\f056"; } }
.footer-block .list-links {
  margin: 20px 0 0; }
  @media (min-width: 768px) {
    .footer-block .list-links {
      display: block !important; } }
  @media (max-width: 767px) {
    .footer-block .list-links {
      display: none; } }
  .footer-block .list-links li {
    margin: 0 0 12px; }
    .footer-block .list-links li a {
      color: #adadad; }
    .footer-block .list-links li:hover a {
      color: #49c904; }

.bottom-container {
  background: #f9f9f9;
  border-top: 1px solid #e0e0e0;
  padding: 54px 0 0; }

.bottom-widget h2 {
  color: #49c904;
  border-bottom: 1px solid #e0e0e0;
  font-size: 21px;
  letter-spacing: -1px;
  line-height: 32px;
  padding-bottom: 11px;
  text-transform: capitalize;
  margin: 0 0 27px; }
.bottom-widget .row {
  margin-bottom: 20px; }
.bottom-widget .sb-content-inner .sbp-title a {
  color: #0e53a5;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize; }
  .bottom-widget .sb-content-inner .sbp-title a:hover {
    color: #49c904; }
.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: #3d3d3d;
    font-size: 15px;
    font-weight: 400; }
  .bottom-widget .sb-content-inner .sb-price .price-compare {
    font-size: 11px;
    font-weight: 400; }
.bottom-widget .sb-head {
  text-align: right;
  max-width: 110px;
  float: right; }
  .bottom-widget .sb-head > a {
    display: block;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin: 0px auto;
    background: white; }
    .bottom-widget .sb-head > a:hover {
      border-color: #49c904; }

.footer-top {
  padding: 75px 0 72px;
  margin: 0; }

#footer-content {
  margin: 0;
  background: #f9f9f9;
  color: #5d5d5d;
  padding: 0; }
  #footer-content .contact-and-links {
    padding-bottom: 45px; }
  #footer-content .footer-links {
    padding: 0 0 35px; }
    #footer-content .footer-links .links-title {
      color: #5d5d5d;
      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: #adadad;
      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: #f94a4a; }
  #footer-content .text-center img:hover {
    opacity: 0.8; }

.footer-copyright {
  padding-top: 17px;
  padding-bottom: 17px;
  background: #3d3d3d;
  margin: 0px;
  color: #8a8a8a;
  text-align: left;
  text-transform: none; }
  .footer-copyright a {
    color: white;
    font-weight: 600; }
    .footer-copyright a:hover {
      text-decoration: none;
      color: #49c904; }
  .footer-copyright .copyright > p {
    margin: 0; }
  .footer-copyright #widget-payment {
    text-align: right; }

.templateIndex #body-content {
  padding-bottom: 0; }
.templateIndex .header-style-2 #body-content {
  margin-top: 0; }

/* 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 {
    font-size: 14px;
    height: 42px;
    padding: 12px 25px 12px 10px;
    border: none; }
  .sidebar .search-blog button, #sidebar-blog .search-blog button {
    background: none;
    border: none;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 34px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 1; }
    .sidebar .search-blog button .fa, #sidebar-blog .search-blog button .fa {
      color: #868686;
      font-size: 14px; }
    .sidebar .search-blog button:hover .fa, #sidebar-blog .search-blog button:hover .fa {
      color: #49c904; }
.sidebar .product-price, .sidebar .price, #sidebar-blog .product-price, #sidebar-blog .price {
  font-weight: 700;
  font-size: 15px;
  color: #49c904; }
.sidebar .price-compare, #sidebar-blog .price-compare {
  font-size: 12px;
  font-weight: 400;
  color: #8f8f8f;
  margin-top: 4px; }
.sidebar .price-sale, #sidebar-blog .price-sale {
  font-weight: 700;
  color: #49c904; }
.sidebar .sb-banner img, #sidebar-blog .sb-banner img {
  width: 100%; }
.sidebar .sb-banner a, #sidebar-blog .sb-banner a {
  display: block;
  position: relative; }
  .sidebar .sb-banner a:before, #sidebar-blog .sb-banner a:before {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -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;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0; }
  .sidebar .sb-banner a:after, #sidebar-blog .sb-banner a:after {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -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;
    background-color: rgba(255, 255, 255, 0.1);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 2; }
  .sidebar .sb-banner a:hover:before, #sidebar-blog .sb-banner a:hover:before {
    height: 100%;
    width: 100%; }
  .sidebar .sb-banner a:hover:after, #sidebar-blog .sb-banner a:hover:after {
    height: 100%;
    width: 100%; }
.sidebar .sb-widget, #sidebar-blog .sb-widget {
  margin-bottom: 25px;
  width: 100%;
  float: left;
  border: none;
  padding: 0; }
  .sidebar .sb-widget > div .row, #sidebar-blog .sb-widget > div .row {
    margin-bottom: 20px; }
  .sidebar .sb-widget .sb-product-head > a, #sidebar-blog .sb-widget .sb-product-head > a {
    display: block;
    border: 1px solid #ececec; }
    .sidebar .sb-widget .sb-product-head > a:hover, #sidebar-blog .sb-widget .sb-product-head > a:hover {
      border-color: #49c904; }
  .sidebar .sb-widget .sb-product-content .bp-content-inner > a, #sidebar-blog .sb-widget .sb-product-content .bp-content-inner > a {
    font-size: 14px;
    color: #434343;
    margin: 0 0 4px;
    display: inline-block; }
    .sidebar .sb-widget .sb-product-content .bp-content-inner > a:hover, #sidebar-blog .sb-widget .sb-product-content .bp-content-inner > a:hover {
      color: #49c904; }
  .sidebar .sb-widget h4.sb-title, #sidebar-blog .sb-widget h4.sb-title {
    font-size: 28px;
    color: #3d3d3d;
    letter-spacing: -1px;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.8;
    margin: 0 0 30px; }
  .sidebar .sb-widget .sb-title h4, #sidebar-blog .sb-widget .sb-title h4 {
    border-bottom: 1px solid #ececec;
    font-size: 24px;
    font-weight: 400;
    line-height: 2.8;
    color: #5d5d5d; }
  .sidebar .sb-widget .sb-title span, #sidebar-blog .sb-widget .sb-title span {
    font-weight: 700;
    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: 20px 0 10px;
    color: #868686;
    font-size: 14px;
    line-height: 24px; }
  .sidebar .sb-widget ul, #sidebar-blog .sb-widget ul {
    list-style: none;
    padding: 20px 0 0; }
    .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 10px 0 0;
      border: 1px solid #e0e0e0; }
      .sidebar .sb-widget ul .recent-post-item .recent-media-thumb:hover, #sidebar-blog .sb-widget ul .recent-post-item .recent-media-thumb:hover {
        border-color: #49c904; }
    .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: 300;
        margin: 7px 0;
        text-transform: capitalize;
        color: #434343; }
        .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: #49c904; }
      .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 {
        color: #8f8f8f;
        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:last-child, #sidebar-blog .sb-widget ul li:last-child {
        margin-bottom: 0; }
      .sidebar .sb-widget ul li a, #sidebar-blog .sb-widget ul li a {
        color: #333333; }
        .sidebar .sb-widget ul li a:hover, #sidebar-blog .sb-widget ul li a:hover {
          color: #3d3d3d;
          text-decoration: none; }
  .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; }
      .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: #5d5d5d;
        font-weight: 400;
        display: inline-block; }
        .sidebar .sb-widget.sb-categories ul li a:hover, #sidebar-blog .sb-widget.sb-categories ul li a:hover {
          color: #49c904; }
      .sidebar .sb-widget.sb-categories ul li:hover a, #sidebar-blog .sb-widget.sb-categories ul li:hover a {
        color: #49c904; }
  .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: 20px; }
      .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: 12px;
        height: 12px;
        background-color: white;
        border: 1px solid #e3e3e3; }
      .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: 12px;
        height: 12px;
        opacity: 0;
        background: #49c904; }
    .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: #3d3d3d;
        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: #49c904; }
      .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: #49c904; }
  .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: #333333;
      font-size: 20px;
      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: #3d3d3d; }
  .sidebar .sb-widget .sb-product-wrapper, #sidebar-blog .sb-widget .sb-product-wrapper {
    overflow: hidden;
    padding-top: 8px; }
    .sidebar .sb-widget .sb-product-wrapper > div, #sidebar-blog .sb-widget .sb-product-wrapper > div {
      padding: 25px 0;
      border-top: 1px solid #e3e3e3; }
      .sidebar .sb-widget .sb-product-wrapper > div .sb-content, #sidebar-blog .sb-widget .sb-product-wrapper > div .sb-content {
        padding-left: 0; }
        .sidebar .sb-widget .sb-product-wrapper > div .sb-content .sbp-title, #sidebar-blog .sb-widget .sb-product-wrapper > div .sb-content .sbp-title {
          font-size: 15px;
          margin-bottom: 10px;
          color: #3d3d3d;
          font-weight: 600; }
        .sidebar .sb-widget .sb-product-wrapper > div .sb-content .sb-review, #sidebar-blog .sb-widget .sb-product-wrapper > div .sb-content .sb-review {
          margin-bottom: 10px; }
          .sidebar .sb-widget .sb-product-wrapper > div .sb-content .sb-review .spr-badge-caption, #sidebar-blog .sb-widget .sb-product-wrapper > div .sb-content .sb-review .spr-badge-caption {
            display: none; }
        .sidebar .sb-widget .sb-product-wrapper > div .sb-content .sb-price, #sidebar-blog .sb-widget .sb-product-wrapper > div .sb-content .sb-price {
          font-size: 16px;
          color: #3d3d3d;
          font-weight: 600; }
    .sidebar .sb-widget .sb-product-wrapper > div:first-child, #sidebar-blog .sb-widget .sb-product-wrapper > div:first-child {
      padding-top: 0;
      border-top: 0; }
  .sidebar .sb-widget .product-wrapper .product-head .product-image:before, #sidebar-blog .sb-widget .product-wrapper .product-head .product-image:before {
    display: none; }

#sidebar-blog .sb-widget {
  margin-bottom: 55px; }
  #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: #686868;
      display: inline-block;
      border: 1px solid #ececec;
      margin: 0px 3px 5px 0; }
      #sidebar-blog .sb-widget .sb-blog-tag li a:hover {
        background: #49c904;
        border-color: #49c904;
        color: white !important; }

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

.sold-out {
  color: #f94a4a;
  font-size: 15px;
  font-weight: 700; }

.price-range-slider h4 {
  border: none !important;
  margin: 0 !important; }
.price-range-slider .price-range {
  padding: 10px 20px 30px;
  border: 2px solid #ececec;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px; }
.price-range-slider .ui-widget-content {
  border: none;
  height: 6px; }
.price-range-slider .ui-slider-horizontal .ui-slider-range {
  background-color: #49c904;
  z-index: 1;
  border: none; }
.price-range-slider .ui-slider-range.ui-widget-header.ui-corner-all {
  background-color: #a1a1a1;
  border: none; }
.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: 5px solid;
  height: 20px;
  margin-left: -5px !important;
  position: absolute;
  top: -8px;
  width: 20px;
  border-color: #49c904;
  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: 13px; }
  .price-range-slider .price-range p {
    margin: 10px 0 15px; }
  .price-range-slider .price-range #amount {
    font-weight: normal !important;
    color: #747474; }
  .price-range-slider .price-range label {
    font-weight: normal;
    color: #747474; }

.sb-filter-wrapper h4 {
  border: none !important;
  margin: 0 !important; }
.sb-filter-wrapper .sbw-filter {
  padding: 10px 20px;
  border: 2px solid #ececec;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px; }
  .sb-filter-wrapper .sbw-filter .sbf-title span {
    font-size: 18px;
    color: #49c904;
    font-weight: 500;
    letter-spacing: -1px;
    position: relative;
    cursor: pointer; }
    .sb-filter-wrapper .sbw-filter .sbf-title span .fa {
      float: right;
      cursor: pointer; }
    .sb-filter-wrapper .sbw-filter .sbf-title span .fa-angle-up {
      display: none !important; }
    .sb-filter-wrapper .sbw-filter .sbf-title span.none-active .fa-angle-down {
      display: none !important; }
    .sb-filter-wrapper .sbw-filter .sbf-title span.none-active .fa-angle-up {
      display: block !important; }
  .sb-filter-wrapper .sbw-filter .advanced-filters {
    padding: 10px 0 0;
    margin: 10px 0 0;
    border-top: 1px solid #ececec; }

.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: #f94a4a; }
.sbw-filter .price-compare {
  color: #aaa; }
.sbw-filter .sb-title {
  padding: 14px 15px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0; }
.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: #e0e0e0; }
.sbw-filter > div .sb-price {
  margin: 10px 0 0; }
.sbw-filter > div .sbf-title {
  font-weight: 700;
  color: #3d3d3d; }
.sbw-filter > div .sb-filter {
  margin: 0 0 25px; }
  .sbw-filter > div .sb-filter:last-child {
    margin-bottom: 0; }
.sbw-filter > div .advanced-filters {
  list-style: none;
  margin: 15px 0 0;
  font-size: 12px; }
  .sbw-filter > div .advanced-filters > li {
    margin: 5px 0;
    padding: 0; }
    .sbw-filter > div .advanced-filters > li > a {
      position: relative;
      padding-left: 20px; }
      .sbw-filter > div .advanced-filters > li > a:before {
        content: '';
        border: 1px solid #e0e0e0;
        width: 12px;
        height: 12px;
        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: #49c904; }
        .sbw-filter > div .advanced-filters > li > a:hover:before {
          border-color: #49c904 !important; }
    .sbw-filter > div .advanced-filters > li.active-filter > a {
      color: #49c904; }
      .sbw-filter > div .advanced-filters > li.active-filter > a:before {
        border-color: #49c904; }
      .sbw-filter > div .advanced-filters > li.active-filter > a:after {
        content: '';
        background: #49c904;
        width: 12px;
        height: 12px;
        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; }
    .sb-banner .list-unstyled li a:before {
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -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;
      background-color: rgba(255, 255, 255, 0.1);
      content: "";
      height: 0;
      left: 0;
      margin: auto;
      position: absolute;
      top: 0;
      width: 0; }
    .sb-banner .list-unstyled li a:after {
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -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;
      background-color: rgba(255, 255, 255, 0.1);
      bottom: 0;
      content: "";
      height: 0;
      position: absolute;
      right: 0;
      width: 0;
      z-index: 2; }
    .sb-banner .list-unstyled li a img {
      width: 100%; }
    .sb-banner .list-unstyled li a:hover:before {
      height: 100%;
      width: 100%; }
    .sb-banner .list-unstyled li a:hover:after {
      height: 100%;
      width: 100%; }

/* home page ------------------------------*/
.templateIndex .product-wrapper .product-content .product-review {
  display: none; }
.templateIndex .product-wrapper .product-content .product-des-grid {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 8px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #3d3d3d;
  font-style: normal; }
  .templateIndex .product-wrapper .product-content .product-des-grid p {
    letter-spacing: 0.4em; }

.add-cart-button a.btn-1 {
  border-radius: 2px; }

/*block feature product homepage */
.title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #3d3d3d;
  text-transform: capitalize; }

.title-2 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 36px;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.1em; }

.title-3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 700; }

.title-4 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 700; }

.title-5 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 700; }

.home-carousel,
#new-product,
.home-partner {
  position: relative;
  overflow: hidden;
  margin: 0;
  z-index: 1; }
  .home-carousel .container,
  #new-product .container,
  .home-partner .container {
    position: relative; }
    .home-carousel .container:before,
    #new-product .container:before,
    .home-partner .container:before {
      content: '';
      position: absolute;
      display: block;
      left: 15px;
      top: 20px;
      height: 1px;
      width: 93%;
      border-bottom: 1px solid #e0e0e0;
      z-index: -1; }
  .home-carousel h4,
  #new-product h4,
  .home-partner h4 {
    margin: 0 0 32px;
    position: relative;
    background-color: white;
    color: #5d5d5d;
    display: inline-block;
    font-weight: normal !important;
    letter-spacing: -1px;
    padding: 0 40px 0 0;
    text-transform: capitalize;
    vertical-align: top;
    font-size: 33px;
    line-height: 40px; }
  .home-carousel .owl-item .product-wrapper,
  #new-product .owl-item .product-wrapper,
  .home-partner .owl-item .product-wrapper {
    width: 100%; }

.home-carousel .owl-carousel .owl-stage-outer {
  padding: 5px 0px 70px; }

#related_item {
  position: relative; }
  #related_item:before {
    content: '';
    position: absolute;
    display: block;
    left: 15px;
    top: 20px;
    height: 1px;
    width: 93%;
    border-bottom: 1px solid #e0e0e0;
    z-index: -1; }

/*home-blog ====================================*/
.latest-blog .blog-container {
  padding: 15px 10px;
  border-right: 1px solid #e0e0e0;
  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 {
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -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;
        background-color: rgba(255, 255, 255, 0.1);
        content: "";
        height: 0;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0;
        width: 0;
        z-index: 11; }
      .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: 14px; }
    .latest-blog .blog-container h5:hover a {
      color: #49c904; }
  .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: 51px 0;
  margin: 0;
  position: relative;
  z-index: 1; }
  #widget-newsletter:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e0e0e0;
    z-index: -1;
    display: block; }
  #widget-newsletter form {
    width: 66.6667%;
    margin: 0px auto;
    position: relative; }
    #widget-newsletter form .title-3 {
      color: white;
      letter-spacing: 0.04em;
      margin-bottom: 5px; }
    #widget-newsletter form p {
      letter-spacing: 0.04em;
      text-transform: capitalize;
      margin-bottom: 25px;
      font-size: 13px; }
    #widget-newsletter form input {
      color: #797979;
      font-size: 14px;
      height: 60px;
      width: 85%;
      display: inline-block;
      vertical-align: middle;
      padding: 18px 50px 18px 18px;
      background: white;
      border: 1px solid #e0e0e0;
      border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px 0 0 5px; }
    #widget-newsletter form #email-submit {
      height: 60px;
      padding: 19px 31px 20px;
      line-height: 20px;
      font-weight: 700;
      text-transform: capitalize;
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      -webkit-border-radius: 0 5px 5px 0; }

.our-clients .brands > li img:hover {
  opacity: 0.65; }

/*end bottom*/
/*end homepage*/
/* Category page --------------------------*/
.page-cata h2 {
  text-align: left;
  color: #49c904;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px; }
.page-cata .pagination-holder .pagination {
  border: none; }

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

.cata-descrip {
  margin-bottom: 60px; }
  .cata-descrip > p {
    margin-top: 40px; }
    .cata-descrip > p strong {
      text-transform: uppercase;
      color: #3d3d3d;
      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: #3d3d3d;
    letter-spacing: 0; }
  .cata-title span {
    text-align: right;
    color: #3d3d3d; }

/*toolbar*/
.cata-toolbar {
  margin: 0 0 37px;
  width: 100%;
  float: left;
  position: relative;
  padding: 13px 15px; }
  .cata-toolbar .grid-list {
    display: inline-block;
    padding: 0; }
    .cata-toolbar .grid-list label {
      float: left;
      margin: 7px 10px 0 0; }
    .cata-toolbar .grid-list .grid {
      margin-right: 25px;
      font-size: 13px;
      color: #8f8f8f;
      font-weight: 400; }
      .cata-toolbar .grid-list .grid .fa {
        margin: 2px 7px 0 0;
        font-size: 19px;
        float: left; }
      .cata-toolbar .grid-list .grid.active, .cata-toolbar .grid-list .grid:hover {
        font-weight: 700;
        color: #595959; }
        .cata-toolbar .grid-list .grid.active .fa, .cata-toolbar .grid-list .grid:hover .fa {
          font-weight: normal;
          color: #49c904; }
    .cata-toolbar .grid-list .list {
      display: inline-block;
      font-size: 13px;
      color: #8f8f8f;
      font-weight: 400; }
      .cata-toolbar .grid-list .list .fa {
        margin: 0 7px 0 0;
        font-size: 19px;
        float: left; }
      .cata-toolbar .grid-list .list.active, .cata-toolbar .grid-list .list:hover {
        font-weight: 700;
        color: #595959; }
        .cata-toolbar .grid-list .list.active .fa, .cata-toolbar .grid-list .list:hover .fa {
          font-weight: normal;
          color: #49c904; }
  .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 #e3e3e3;
      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: #3d3d3d; }
    .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: #3d3d3d;
        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-gl {
    text-align: right;
    padding: 4px 0 0; }
  .cata-toolbar .sort-by {
    display: inline-block;
    font-size: 13px;
    color: #747474; }
    .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 #ddd;
          padding: 5px 10px;
          background: none;
          font: 12px/17px "Open Sans", Arial, Helvetica, sans-serif;
          color: #3d3d3d;
          text-transform: uppercase;
          width: 215px;
          text-align: left;
          font-weight: 400; }
          .cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span {
            padding-right: 15px;
            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%;
      z-index: 12;
      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: #333333; }
        .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: #333333; }
    .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 #e0e0e0;
      font-size: 12px; }

.cata-product.cp-grid {
  display: block;
  letter-spacing: -0.5em;
  vertical-align: top;
  clear: both; }
  .cata-product.cp-grid .product-wrapper {
    border: 1px solid #e0e0e0;
    background: white;
    padding: 0px;
    margin: -1px 0 0 -1px;
    min-height: 432px; }
    .cata-product.cp-grid .product-wrapper .product-price {
      padding-bottom: 15px;
      font-size: 18px; }
  .cata-product.cp-grid .product-grid-item:nth-child(3n+1) .product-wrapper {
    margin-left: 0; }
  .cata-product.cp-grid .product-grid-item {
    width: 33.333333%;
    letter-spacing: 0;
    vertical-align: top;
    display: inline-block;
    float: none;
    padding: 0px;
    margin: 0; }
  .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) {
    clear: both;
    margin-left: 0; }
  .cata-product.cp-grid.cp-none-sb .product-grid-item:nth-child(4n) {
    margin-right: 0; }

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

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

.product-list-item {
  clear: both;
  padding: 0px;
  border: 1px solid #ececec;
  border-top: none; }
  .product-list-item .product-wrapper {
    float: none;
    display: block; }
    .product-list-item .product-wrapper .row {
      margin: 0; }
    .product-list-item .product-wrapper .wrapper-countdown {
      position: absolute;
      display: block;
      left: 1px;
      right: 1px;
      bottom: 0;
      height: 34px;
      z-index: 2; }
      .product-list-item .product-wrapper .wrapper-countdown > div {
        border: 0;
        background: #4d4d4d;
        line-height: 34px;
        color: #fff;
        font-size: 15px;
        text-align: center; }
        .product-list-item .product-wrapper .wrapper-countdown > div > span {
          font-weight: 600; }
    .product-list-item .product-wrapper .pc-inner {
      padding: 13px 0; }
      .product-list-item .product-wrapper .pc-inner .product-title {
        padding: 21px 0 5px; }
        .product-list-item .product-wrapper .pc-inner .product-title a {
          color: #0e53a5;
          font-weight: 700; }
          .product-list-item .product-wrapper .pc-inner .product-title a:hover {
            color: #49c904; }
      .product-list-item .product-wrapper .pc-inner .product-type {
        margin: 0 0 10px;
        padding: 0 0 3px;
        font-size: 10px;
        color: #5d5d5d;
        text-transform: uppercase;
        border-bottom: 1px solid #ececec; }
      .product-list-item .product-wrapper .pc-inner .product-des-list {
        font-size: 13px;
        color: #747474;
        line-height: 18px;
        margin: 0 0 25px; }
        .product-list-item .product-wrapper .pc-inner .product-des-list p {
          margin: 0 0 10px; }
    .product-list-item .product-wrapper .product-image-holder {
      padding: 0;
      position: relative; }
    .product-list-item .product-wrapper .product-action-holder {
      padding-top: 32px;
      padding-bottom: 32px; }
      .product-list-item .product-wrapper .product-action-holder > div {
        text-align: left;
        padding-right: 10px; }
      .product-list-item .product-wrapper .product-action-holder .product-price, .product-list-item .product-wrapper .product-action-holder .price {
        font-size: 18px;
        padding-top: 0;
        padding-bottom: 0;
        border: none; }
        .product-list-item .product-wrapper .product-action-holder .product-price .price-sale, .product-list-item .product-wrapper .product-action-holder .price .price-sale {
          font-size: 18px;
          float: left;
          margin: 0 15px 0 0; }
        .product-list-item .product-wrapper .product-action-holder .product-price .price-compare, .product-list-item .product-wrapper .product-action-holder .price .price-compare {
          float: none;
          margin: 0; }
      .product-list-item .product-wrapper .product-action-holder .availability {
        margin: 10px 0;
        font-size: 11px;
        color: #747474;
        font-size: 13px;
        font-weight: normal; }
      .product-list-item .product-wrapper .product-action-holder .add-cart-button {
        text-align: left;
        margin: 0 0 18px; }
      .product-list-item .product-wrapper .product-action-holder .add-to-wishlist {
        margin: 0;
        line-height: 18px; }
        .product-list-item .product-wrapper .product-action-holder .add-to-wishlist .fa {
          float: left; }
    .product-list-item .product-wrapper .product-head .quick-shop-button {
      margin-bottom: 0; }
    .product-list-item .product-wrapper .product-head .wrapper-countdown > div {
      margin: 0 15px; }
    .product-list-item .product-wrapper .product-head:hover .product-button {
      right: 25px; }
    .product-list-item .product-wrapper .swatch {
      color: #3d3d3d;
      margin: 0; }
      .product-list-item .product-wrapper .swatch .header {
        display: none; }
      .product-list-item .product-wrapper .swatch .swatch-element {
        margin: 0px auto 5px;
        float: none;
        display: inline-block; }
        .product-list-item .product-wrapper .swatch .swatch-element .tooltip {
          display: none !important; }
        .product-list-item .product-wrapper .swatch .swatch-element label {
          background: transparent;
          border: 1px solid #e3e3e3;
          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-list-item .product-wrapper .swatch .swatch-element input:checked + label {
          box-shadow: none;
          border-color: #3d3d3d;
          cursor: default; }
        .product-list-item .product-wrapper .swatch .swatch-element:hover label {
          border-color: #3d3d3d; }
    .product-list-item .product-wrapper:hover .pc-inner .product-button-list {
      opacity: 1;
      bottom: 1px; }
  .product-list-item:first-child {
    border-top: 1px solid #ececec; }

.pagination-holder .pagination-showing {
  text-align: right;
  font-size: 13px;
  margin: 30px 0 0;
  line-height: 47px; }
.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: 30px 0 0;
  border-top: 1px solid #e0e0e0;
  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: 11px 17px;
      background: none;
      border: 1px solid #e0e0e0;
      color: #3d3d3d;
      margin: 0;
      line-height: 1.3;
      font-size: 18px; }
      .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: #49c904;
      color: #49c904; }
    .pagination-holder .pagination > li:first-child > a,
    .pagination-holder .pagination > li:first-child > span, .pagination-holder .pagination > li:last-child > a,
    .pagination-holder .pagination > li:last-child > span {
      border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      -webkit-border-radius: 0 0 0 0; }
    .pagination-holder .pagination > li.active > a,
    .pagination-holder .pagination > li.active > span {
      border-color: #49c904;
      color: #49c904;
      background: none !important; }

/*end category page*/
/*Collection page*/
.category {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
  overflow: hidden;
  max-height: 515px;
  -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; }
  .category .header .category-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: none; }
    .category .header .category-name a {
      color: #0e53a5; }
      .category .header .category-name a:hover {
        color: #49c904; }
    .category .header .category-name:hover a {
      color: #49c904; }
  .category .header .starting-price {
    font-size: 14px;
    font-weight: 400;
    color: #333; }
    .category .header .starting-price span {
      font-weight: 700;
      color: black; }
  .category .section .image {
    text-align: center; }
    .category .section .image img {
      display: inline-block;
      vertical-align: middle; }
  .category .footer .view-all {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em;
    color: #3d3d3d;
    display: block;
    margin-bottom: 0; }
    .category .footer .view-all:hover {
      color: #49c904; }
  .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; }

/*End collection page*/
/* Page search ------------------------------------------*/
.page-search > h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-align: center; }
.page-search .cata-product {
  padding: 0;
  margin: 0; }
.page-search > .row {
  margin: 0 0 30px; }

/* Register page -----------------------------------------------*/
.form-wrapper p {
  color: #747474;
  font-size: 16px;
  line-height: 28px; }

h2.heading,
.semi-bold {
  color: #434343;
  font-size: 28px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 12px;
  padding-bottom: 14px; }

h2.heading {
  border-bottom: 1px solid #ececec; }

.list-benefits > li {
  color: #747474;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 26px; }
  .list-benefits > li .fa {
    color: #49c904; }

.control-wrapper {
  display: block;
  clear: both; }
  .control-wrapper label {
    display: block;
    clear: both;
    margin-bottom: 10px;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600; }
  .control-wrapper input, .control-wrapper select {
    display: block;
    clear: both;
    margin-bottom: 25px; }
  .control-wrapper textarea {
    max-width: 870px; }
  .control-wrapper.last button {
    margin: 0; }
  .control-wrapper button,
  .control-wrapper .btn-default {
    margin-right: 10px;
    padding: 14px 35px; }
  .control-wrapper .action {
    margin: 0 0 35px;
    font-weight: 700; }
    .control-wrapper .action .forgot-pass,
    .control-wrapper .action .return-store {
      color: #747474; }
      .control-wrapper .action .forgot-pass:hover,
      .control-wrapper .action .return-store:hover {
        color: #49c904; }
  .control-wrapper .forgot-pass {
    float: right; }

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

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

/* Typography page ------------------------------------*/
.style-1 h1, .style-1 h2, .style-1 h3, .style-1 h4, .style-1 h5, .style-1 h6 {
  color: #333333 !important;
  font-weight: 700 !important;
  text-transform: capitalize; }

.style-2 h1, .style-2 h2, .style-2 h3, .style-2 h4, .style-2 h5, .style-2 h6 {
  text-transform: uppercase;
  font-weight: 700 !important; }

.style-3 h1, .style-3 h2, .style-3 h3, .style-3 h4, .style-3 h5, .style-3 h6 {
  color: #333333 !important;
  font-weight: 400 !important; }

.page_typography .block-1 {
  margin-bottom: 50px; }
.page_typography .heading {
  background: white;
  padding-top: 40px;
  padding-bottom: 80px; }
  .page_typography .heading h1, .page_typography .heading h2, .page_typography .heading h3, .page_typography .heading h4, .page_typography .heading h5, .page_typography .heading h6 {
    margin-bottom: 25px;
    margin-top: 40px; }
.page_typography .block-3 {
  padding-top: 50px;
  padding-bottom: 50px; }
  .page_typography .block-3 h5 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px; }

/* Details page----------------------------------------*/
.product-sku-cate ul li {
  margin: 0 0 15px; }
  .product-sku-cate ul li span:first-child {
    display: inline-block;
    min-width: 120px;
    font-size: 14px;
    color: #747474; }

.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; }

.product-simple-tab,
.product-extended-tab {
  background: white;
  margin: 0 0 30px; }

.product-extended-tab #tab_sc,
.product-extended-tab #tab_review,
.product-extended-tab #tab_custom {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 15px; }

.related-tab .tab-content {
  padding: 65px 0 0;
  margin: 0 -15px; }
.related-tab .related-item,
.related-tab .wear-with-item {
  margin: 0 15px;
  padding-bottom: 100px; }
.related-tab .owl-controls {
  margin-top: -50px; }

.tab-content .tab-pane {
  color: #747474; }
  .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; }

.page-product .product-type {
  text-transform: uppercase;
  font-size: 10px;
  color: #5d5d5d;
  display: block;
  padding: 0 0 7px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e0e0e0; }
.page-product .product-image-inner {
  margin: 0;
  padding: 0; }
.page-product .spr-container {
  padding: 0 !important; }
.page-product .tab-content {
  padding: 35px;
  margin: 0 0 70px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px; }
  .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: #747474;
    line-height: 24px; }
.page-product .spr-badge-starrating {
  float: left;
  margin-right: 20px; }
  .page-product .spr-badge-starrating .spr-icon:before {
    font-size: 20px !important; }
.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-info {
  position: relative; }
  .page-product .product-info .product-des {
    line-height: 24px;
    margin: 0 0 22px;
    font-size: 14px;
    color: #747474; }
  .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;
      font-size: 14px;
      color: #747474; }
  .page-product .product-info > div .sold-out {
    padding: 0px 0 30px;
    margin-top: -15px; }
    .page-product .product-info > div .sold-out .price {
      color: #f94a4a;
      padding: 0;
      margin: 0;
      font-size: 24px; }
  .page-product .product-info > div > .action-button {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 0px; }
    .page-product .product-info > div > .action-button .btn {
      padding: 13px 40px;
      line-height: 30px;
      font-size: 18px; }
  .page-product .product-info .share-links {
    padding: 5px 0 0; }
    .page-product .product-info .share-links ul li a {
      display: block;
      width: 35px;
      height: 35px;
      line-height: 33px;
      border: 1px solid #e0e0e0;
      color: #3d3d3d;
      margin: 0 10px 10px 0;
      text-align: center;
      font-size: 18px; }
      .page-product .product-info .share-links ul li a:hover {
        color: #49c904;
        border-color: #49c904; }
    .page-product .product-info .share-links ul li:first-child {
      min-width: 120px;
      font-size: 14px;
      color: #747474; }
  .page-product .product-info .add-to-wishlist {
    margin: 0 0 25px;
    padding: 0;
    display: block;
    text-align: left; }
    .page-product .product-info .add-to-wishlist .fa {
      float: left; }
.page-product #product-image {
  margin-bottom: 30px; }
  .page-product #product-image .featured-image {
    display: block;
    border: 1px solid #ececec;
    padding: 0;
    background: white;
    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;
      width: 100%; }
    .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 a img {
      max-width: 100%;
      border: 1px solid #ececec; }
    .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;
      border-bottom-color: #49c904; }
    .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 {
      top: 32%;
      width: 30px;
      height: 30px;
      border: none;
      -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
      -ms-transform: 0 0px 4px rgba(0, 0, 0, 0.2);
      -o-transform: 0 0px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2); }
      .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div .fa:before {
        line-height: 28px;
        color: #333; }
      .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div:hover .fa:before {
        color: #f94a4a; }
      .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div.owl-next {
        right: 1px; }
      .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div.owl-prev {
        left: 1px; }
.page-product .product-info {
  margin-bottom: 15px; }
  .page-product .product-info h1[itemprop="name"] {
    font-weight: 400;
    text-transform: none;
    text-align: left;
    font-size: 28px;
    color: #434343;
    margin: 0 0 8px; }
  .page-product .product-info .qty-stock {
    margin-bottom: 30px;
    display: block;
    overflow: hidden; }
    .page-product .product-info .qty-stock .in-stock {
      text-transform: capitalize;
      color: white;
      padding: 10px 15px 10px 25px;
      background-color: #24c869;
      display: inline-block;
      float: left;
      position: relative;
      border-radius: 2px 0 0 2px; }
      .page-product .product-info .qty-stock .in-stock:after {
        content: "";
        position: absolute;
        display: block;
        left: 10px;
        top: 18px;
        width: 8px;
        height: 8px;
        background-color: white;
        border-radius: 100%; }
    .page-product .product-info .qty-stock #stock {
      font-size: 16px;
      text-transform: capitalize;
      padding: 10px 15px;
      background-color: white;
      display: inline-block;
      float: left; }
  .page-product .product-info .product-sku {
    display: block; }
  .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: 15px;
      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 0 10px; }
    .page-product .product-info .spr-badge .spr-badge-caption {
      display: inline-block;
      font-size: 14px;
      color: #747474; }
      .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: 41px;
    margin: 0 0 22px;
    text-align: left;
    padding: 0;
    border: none;
    font-size: 41px;
    overflow: hidden; }
    .page-product .product-info .product-price .price-sale,
    .page-product .product-info .price .price-sale {
      margin-right: 20px;
      float: left;
      font-size: 41px; }
    .page-product .product-info .product-price .price-compare,
    .page-product .product-info .price .price-compare {
      font-size: 20px;
      font-weight: 600;
      float: none; }
  .page-product .product-info .policy-image-wrapper {
    margin: 30px auto;
    display: block;
    padding-top: 30px;
    border-top: 1px solid #e3e3e3; }
    .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 .social-sharing > p {
    display: inline-block;
    margin: 13px 0; }
  .page-product .product-info .social-sharing .social-sharing-inner {
    display: inline-block;
    float: right;
    margin: 9px 0; }
    .page-product .product-info .social-sharing .social-sharing-inner a {
      display: inline-block;
      margin-left: 3px;
      color: #333333; }
      .page-product .product-info .social-sharing .social-sharing-inner a:hover {
        color: #3d3d3d;
        text-decoration: none; }
      .page-product .product-info .social-sharing .social-sharing-inner a i {
        font-size: 27px; }
  .page-product .product-info .product-description {
    margin-bottom: 35px;
    display: block; }
    .page-product .product-info .product-description p {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 27px; }
  .page-product .product-info .group-cw {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px; }
  .page-product .product-info .swatch {
    color: #3d3d3d;
    margin: 15px 0 0; }
    .page-product .product-info .swatch .header {
      margin-top: 6px;
      margin-bottom: 0px;
      margin-right: 0;
      display: inline-block;
      float: left;
      font-weight: 400;
      min-width: 120px;
      font-size: 14px;
      color: #747474; }
    .page-product .product-info .swatch .swatch-element {
      margin: 0;
      padding: 0; }
      .page-product .product-info .swatch .swatch-element label {
        background: transparent;
        border: 1px solid #e0e0e0;
        margin: 0px 5px 0px 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: #333333;
        position: relative;
        font-weight: 700; }
      .page-product .product-info .swatch .swatch-element input:checked + label {
        box-shadow: none;
        cursor: default;
        border-color: #49c904;
        color: #49c904; }
      .page-product .product-info .swatch .swatch-element:hover label {
        border-color: #49c904;
        color: #49c904; }
  .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: 130px; }
  .page-product .product-info .product-action .variants-wrapper label {
    color: #3d3d3d;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    min-width: 70px; }
  .page-product .product-info .product-action .quantity-product {
    margin: 0 20px 0 0;
    float: left;
    color: #3d3d3d; }
    .page-product .product-info .product-action .quantity-product label {
      margin-bottom: 0px;
      min-width: 120px;
      float: left;
      margin-top: 18px;
      font-size: 14px;
      color: #747474; }
    .page-product .product-info .product-action .quantity-product .quantity {
      display: inline-block;
      position: relative;
      margin-bottom: 0px;
      margin-right: 15px; }
      .page-product .product-info .product-action .quantity-product .quantity input {
        height: 56px;
        line-height: 18px;
        width: 110px;
        background: white; }
      .page-product .product-info .product-action .quantity-product .quantity .qty-inner > span {
        width: 30px;
        height: 54px;
        text-align: center;
        padding: 10px 5px;
        font-size: 15px;
        font-weight: 400;
        cursor: pointer;
        display: inline-block;
        line-height: 34px; }
    .page-product .product-info .product-action .quantity-product .qty-stock {
      display: inline-block;
      margin-bottom: 15px; }
  .page-product .product-info .product-action .total-price {
    color: #2a1051;
    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: 30px 0; }
    .page-product .product-info .product-action .action-button .add-to-cart {
      padding: 13px 40px;
      line-height: 30px;
      font-size: 18px; }
  .page-product .product-info .product-action .product-price {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0 20px;
    margin: 20px 0 0; }
  .page-product .product-info .detail-product-tab.style-1 {
    margin-top: 40px; }
.page-product.product-extended .product-info .product-action .action-button .add-to-cart {
  width: 100%; }
  .page-product.product-extended .product-info .product-action .action-button .add-to-cart:hover {
    color: white; }

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

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

.panel-group .panel {
  border-radius: 0;
  border: 0;
  margin: 0;
  box-shadow: none; }
  .panel-group .panel .panel-heading {
    background: one;
    text-transform: uppercase;
    padding: 20px 0; }
    .panel-group .panel .panel-heading .panel-title {
      color: #434343;
      font-size: 28px;
      font-weight: 400; }
      .panel-group .panel .panel-heading .panel-title a {
        color: #49c904;
        font-size: 28px;
        display: block;
        font-weight: 400;
        text-transform: none;
        position: relative;
        padding-right: 25px; }
        .panel-group .panel .panel-heading .panel-title a:after {
          content: "\f107";
          float: right;
          font-family: fontawesome;
          position: absolute;
          display: block;
          top: 0;
          right: 0; }
        .panel-group .panel .panel-heading .panel-title a.collapsed {
          color: #434343; }
          .panel-group .panel .panel-heading .panel-title a.collapsed:after {
            content: "\f106";
            position: absolute;
            display: block;
            top: 0;
            right: 0; }
        .panel-group .panel .panel-heading .panel-title a:hover {
          color: #49c904; }
  .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: #747474;
    font-size: 16px;
    line-height: 28px;
    padding: 20px 15px 60px; }
    .panel-group .panel .panel-body > iframe {
      max-width: 100%; }

.spr-icon {
  opacity: 1 !important; }
  .spr-icon:before {
    color: #ffd800;
    font-size: 14px !important;
    margin: 0 3px 0 0; }
  .spr-icon.spr-icon-star:before {
    color: #ffd800; }
  .spr-icon.spr-icon-star-empty:before {
    color: #ffd800; }
  .spr-icon.spr-icon-star-empty:hover:before {
    color: #ffd800; }

#shopify-product-reviews .spr-form-title {
  font-size: 24px;
  margin: 0 0 15px 0;
  color: #434343; }
#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 {
      font-size: 20px !important; }
  #shopify-product-reviews .spr-container .spr-summary .spr-summary-caption {
    display: inline-block;
    margin-top: 10px;
    color: #747474; }
  #shopify-product-reviews .spr-container .spr-summary-actions {
    float: right; }
    #shopify-product-reviews .spr-container .spr-summary-actions a {
      text-align: center;
      border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      font-size: 15px;
      padding: 10px 20px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      background: #49c904;
      color: white;
      border: none;
      font-weight: 700; }
      #shopify-product-reviews .spr-container .spr-summary-actions a:hover {
        text-decoration: none;
        border: none; }
  #shopify-product-reviews .spr-container .spr-review {
    padding: 15px 0;
    border-color: #747474; }
    #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: 15px; }
  #shopify-product-reviews .spr-container .spr-button, #shopify-product-reviews .spr-container .spr-button-primary {
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-size: 15px;
    padding: 10px 20px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    background: #49c904;
    color: white;
    border: none;
    font-weight: 700;
    text-transform: none; }
    #shopify-product-reviews .spr-container .spr-button:hover, #shopify-product-reviews .spr-container .spr-button-primary:hover {
      text-decoration: none;
      border: none; }
  #shopify-product-reviews .spr-container .spr-form-input-text, #shopify-product-reviews .spr-container .spr-form-input-email {
    max-width: 370px;
    width: 100%;
    clear: both; }
  #shopify-product-reviews .spr-container .spr-form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3d; }
  #shopify-product-reviews .spr-container .spr-form {
    border-top: 1px solid #e3e3e3; }
  #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:before {
      font-size: 20px !important; }
    #shopify-product-reviews .spr-container .spr-form-review-rating a {
      color: #ffd800;
      width: 22px; }
    #shopify-product-reviews .spr-container .spr-form-review-rating a:hover:before {
      color: #ffd800; }
  #shopify-product-reviews .spr-container .spr-form-review-rating .spr-starrating {
    display: inline-block;
    line-height: 22px;
    font-size: 11px; }
  #shopify-product-reviews .spr-container .spr-form-input-textarea {
    max-width: 670px;
    width: 100%;
    clear: both; }
  #shopify-product-reviews .spr-container .spr-form-actions {
    max-width: 670px;
    width: 100%;
    margin-top: 15px; }
#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 25px 0; }

#related-product, .cart-related {
  margin-bottom: 50px; }
  #related-product > .title-5, .cart-related > .title-5 {
    margin-bottom: 15px; }
  #related-product .product-wrapper .product-head .product-image a .product-label, .cart-related .product-wrapper .product-head .product-image a .product-label {
    display: none; }

#recently-viewed {
  margin-bottom: 20px !important; }
  #recently-viewed #recently-viewed-products > li {
    margin: 0 0 10px 0; }
    #recently-viewed #recently-viewed-products > li a {
      display: block;
      border: 1px solid transparent; }
    #recently-viewed #recently-viewed-products > li:hover a {
      border-color: #e6e6e6; }
  #recently-viewed #recently-viewed-products > div {
    width: 28%;
    float: left;
    margin-right: 5%;
    margin-bottom: 10px; }
    #recently-viewed #recently-viewed-products > div:last-child {
      margin-right: 0; }
    #recently-viewed #recently-viewed-products > div .product-wrapper .product-head .product-image a {
      display: inline-block;
      width: 100%; }

#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; }

.category-grid-view {
  padding: 0;
  max-width: 1200px;
  margin: 0px auto; }

.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: 15px; }
  .breadcrumb > li {
    position: relative;
    float: left;
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: '';
      padding: 0; }
    .breadcrumb > li + li:last-child:before {
      content: none; }
    .breadcrumb > li + li:last-child:after {
      border: none; }
    .breadcrumb > li:after, .breadcrumb > li:before {
      border-style: solid;
      content: '';
      display: block;
      height: 0;
      width: 0;
      z-index: 1;
      position: absolute;
      display: block;
      -moz-transition: all 0.43s ease 0s;
      -webkit-transition: all 0.43s ease 0s;
      -ms-transition: all 0.43s ease 0s;
      -o-transition: all 0.43s ease 0s;
      transition: all 0.43s ease 0s; }
    .breadcrumb > li:before {
      border-color: transparent transparent transparent #e0e0e0;
      border-width: 7.5px 0 7.5px 10px;
      right: -10px;
      top: 39%; }
    .breadcrumb > li:after {
      border-color: transparent transparent transparent #f9f9f9;
      border-width: 7.5px 0 7.5px 10px;
      right: -8px;
      top: 39%; }
    .breadcrumb > li > a {
      background-color: #f9f9f9;
      border-right: 1px solid #e0e0e0;
      color: #3d3d3d;
      display: inline-block;
      letter-spacing: -1px;
      padding: 17px 18px;
      line-height: 20px;
      position: relative;
      text-transform: capitalize; }
      .breadcrumb > li > a:hover {
        background-color: #e0e0e0;
        color: #3d3d3d; }
    .breadcrumb > li:hover:after, .breadcrumb > li:focus:after {
      border-color: transparent transparent transparent #e0e0e0;
      right: -8px;
      top: 39%; }
    .breadcrumb > li.active {
      letter-spacing: -1px;
      padding: 17px 18px;
      line-height: 20px;
      color: #49c904;
    /*&:after {
    border-color: transparent transparent transparent $border-main;		
    border-width: 7.5px 0 7.5px 10px;		
    right: -8px;
    top: 39%;
  }*/ }
      .breadcrumb > li.active:hover {
        background-color: #ececec; }
        .breadcrumb > li.active:hover:after, .breadcrumb > li.active:hover:before {
          content: none; }

.breadcrumb-holder {
  padding: 0px;
  background: none;
  float: left;
  width: 100%;
  margin: 0 0 27px; }
  .breadcrumb-holder .verticle-menu {
    padding-left: 0; }
  .breadcrumb-holder .breadcrumb {
    margin: 0 -15px 0 -30px; }
  .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 #e3e3e3; }
  .next-prev-product > a:hover {
    color: #333333;
    border: 1px solid #333333; }
  .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; }

.detail-product-tab.style-2 {
  width: 100%;
  padding: 28px 0 40px;
  margin-bottom: 35px; }
  .detail-product-tab.style-2 .nav-tabs {
    border: 0;
    margin-bottom: 13px; }
    .detail-product-tab.style-2 .nav-tabs > li {
      margin-right: 10px; }
      .detail-product-tab.style-2 .nav-tabs > li > a {
        color: #3d3d3d;
        border: 0;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        padding: 9px 25px;
        font-size: 16px;
        background-color: #ececec;
        border-radius: 0;
        -webkit-border-radius: 0; }
        .detail-product-tab.style-2 .nav-tabs > li > a:hover, .detail-product-tab.style-2 .nav-tabs > li > a.focus {
          border: 0;
          background-color: #3d3d3d;
          color: white; }
    .detail-product-tab.style-2 .nav-tabs > li.active > a, .detail-product-tab.style-2 .nav-tabs > li.active > a:hover, .detail-product-tab.style-2 .nav-tabs > li.active > a:focus {
      border: 0;
      background-color: #3d3d3d;
      color: white; }
  .detail-product-tab.style-2 .tab-content {
    padding: 40px 40px;
    background: white;
    font-size: 14px; }
    .detail-product-tab.style-2 .tab-content p {
      font-size: 14px;
      letter-spacing: 0.06em;
      line-height: 26px; }
  .detail-product-tab.style-2 .tab-pane iframe {
    max-width: 100%; }

/* Shopping cart page ----------------------------------------------------*/
.page-cart .cart-empty-wrapper {
  display: none; }

#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;
  border-top: 1px solid #ececec; }
  #shipping-calculator .shipping-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    color: #434343;
    cursor: pointer; }
    #shipping-calculator .shipping-title .fa {
      margin: 0 0 0 7px; }
  #shipping-calculator .shipping-calculator-form {
    padding: 15px 0px 0; }
  #shipping-calculator #wrapper-response {
    padding: 0; }

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

.cart-right {
  overflow: hidden; }
  .cart-right .cart-action-wrapper {
    padding: 20px 0 15px;
    text-transform: none; }
    .cart-right .cart-action-wrapper .total-price {
      font-size: 14px;
      font-weight: 700;
      color: #3d3d3d;
      text-transform: uppercase;
      padding: 0 0 7px; }
      .cart-right .cart-action-wrapper .total-price > span {
        float: right;
        color: #2a1051; }
    .cart-right .cart-action-wrapper .note-shipping {
      padding: 7px 0 20px;
      text-align: right;
      color: #747474; }
      .cart-right .cart-action-wrapper .note-shipping > span {
        font-size: 14px;
        font-weight: 700;
        color: #434343;
        text-transform: uppercase;
        display: inline-block;
        min-width: 150px;
        text-align: left;
        float: left; }
    .cart-right .cart-action-wrapper > p {
      font-style: italic; }
    .cart-right .cart-action-wrapper .cart-action {
      overflow: hidden;
      padding: 0 0 80px; }
      @media (max-width: 480px) {
        .cart-right .cart-action-wrapper .cart-action {
          padding-bottom: 40px; } }
      .cart-right .cart-action-wrapper .cart-action button {
        min-width: 162px;
        float: right;
        padding: 15px 35px;
        line-height: 20px; }
      .cart-right .cart-action-wrapper .cart-action > a {
        text-align: center;
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        font-size: 15px;
        padding: 10px 20px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        background: #e0e0e0;
        color: #3d3d3d;
        border: none;
        display: inline-block;
        padding: 15px 35px;
        line-height: 20px;
        color: #5d5d5d; }
        .cart-right .cart-action-wrapper .cart-action > a:hover {
          background: #ececec;
          text-decoration: none;
          border: none; }
        .cart-right .cart-action-wrapper .cart-action > a i {
          margin-right: 7px; }

.cart-related {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e3e3e3; }

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

table {
  width: 100%;
  border-collapse: inherit; }
  table td {
    position: relative;
    padding: 25px 12px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center; }
    table td.product-image a {
      display: inline-block;
      border: 1px solid #e0e0e0; }
      table td.product-image a:hover {
        border-color: #49c904; }
    table td.item-title {
      text-align: left; }
      table td.item-title > a {
        font-weight: 700;
        font-size: 16px;
        color: #0e53a5; }
        table td.item-title > a:hover {
          color: #49c904; }
    table td.action button, table td.product-action button {
      border: 0;
      background: none;
      color: #747474; }
      table td.action button .fa:before, table td.product-action button .fa:before {
        font-size: 15px;
        color: #81807f; }
      table td.action button:hover .fa:before, table td.product-action button:hover .fa:before {
        color: #49c904; }
    table td.item-price, table td.item-total {
      font-size: 18px;
      color: #2a1051;
      font-weight: 700; }
    table td:last-child {
      border-right: none; }
  table thead th {
    text-transform: uppercase;
    text-align: center;
    padding: 15px 12px 30px;
    font-weight: 700;
    color: #747474;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0; }
    table thead th.price {
      color: #747474;
      font-weight: 700;
      font-size: 14px;
      text-align: center; }

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

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

.s-title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px; }

#customer_orders {
  margin-bottom: 30px; }
  #customer_orders .table-wrapper {
    width: 100%;
    overflow-x: auto; }

.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: #333333;
    margin-bottom: 20px;
    display: inline-block; }
.page-address #add_address {
  border-top: 1px solid #e3e3e3;
  padding: 30px 0 40px; }
  .page-address #add_address .control-wrapper > button {
    margin-right: 10px; }
.page-address .address-table {
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #e0e0e0; }
  .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;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-size: 15px;
    padding: 10px 20px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    background: #e0e0e0;
    color: #3d3d3d;
    border: none;
    -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: #ececec;
      text-decoration: none;
      border: none; }
    .page-address .address_actions button:last-child {
      text-align: center;
      border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      font-size: 15px;
      padding: 10px 20px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      background: #49c904;
      color: white;
      border: none;
      font-weight: 700;
      padding: 8px 25px;
      border: none; }
      .page-address .address_actions button:last-child:hover {
        text-decoration: none;
        border: none; }
      .page-address .address_actions button:last-child:hover {
        border: none; }

.customer_address_table h4.title {
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #333333;
  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-top: 20px;
  margin-bottom: 10px; }
.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; }
.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-action button i {
      color: #f4454a; }
    .table-cart .wrap-table .wishlist-item td.product-action button:hover i {
      color: #333333; }
  .table-cart .wrap-table .wishlist-item td.product-price {
    border-top: none;
    padding: 25px 12px; }
  .table-cart .wrap-table .wishlist-item td.product-title a {
    color: #0e53a5;
    font-weight: 700;
    font-size: 16px; }
    .table-cart .wrap-table .wishlist-item td.product-title a:hover {
      color: #49c904; }
  .table-cart .wrap-table .wishlist-item td.add-cart .btn {
    padding-left: 5px;
    padding-right: 5px;
    width: 150px; }
  .table-cart .wrap-table .wishlist-item:last-child td {
    border-bottom: 0; }

/* Page FAQS ----------------------------------*/
.page-faqs {
  margin-top: 20px; }
  .page-faqs .panel-group {
    margin-bottom: 0; }
    .page-faqs .panel-group .panel:first-child {
      border-top: 0; }
    .page-faqs .panel-group .panel .panel-heading {
      text-transform: inherit; }
      .page-faqs .panel-group .panel .panel-heading .panel-title a i {
        margin-left: 0; }
    .page-faqs .panel-group .panel .panel-collapse > .panel-body {
      padding: 0 15px 15px; }

/* Boxes -----------------------------------------------------*/
/* Zoom effect */
/* Page 404 */
.page-404 h1 {
  margin-bottom: 2px;
  font-weight: 700;
  margin: 0 0 20px; }
.page-404 h4 {
  text-transform: uppercase; }
.page-404 a {
  color: #49c904;
  font-weight: 700; }
  .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: #333333; }

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

/*Page Blog*/
.post-comment-form .comment {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd; }
  .post-comment-form .comment .comment-head {
    float: left; }
    .post-comment-form .comment .comment-head img {
      border: 1px solid #ddd; }
  .post-comment-form .comment .comment-content {
    margin: 0 0 0 70px; }
    .post-comment-form .comment .comment-content .author {
      text-transform: capitalize; }
    .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: 10px 0 0px;
      color: #888; }
  .post-comment-form .comment:last-child {
    border: none; }

.comment-form h3,
.related-post h3 {
  border-bottom: 1px solid #ececec;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  margin: 0 0 15px;
  color: #5d5d5d; }
.comment-form p,
.related-post p {
  margin-bottom: 40px;
  color: #5d5d5d; }
.comment-form .control-wrapper input,
.related-post .control-wrapper input {
  width: 100%; }
.comment-form .control-wrapper textarea,
.related-post .control-wrapper textarea {
  margin: 0 0 25px;
  width: 100%; }
.comment-form .list-unstyled > li,
.related-post .list-unstyled > li {
  margin: 0 0 10px; }
  .comment-form .list-unstyled > li > a:before,
  .related-post .list-unstyled > li > a:before {
    content: "\f0a4";
    margin: 0 10px 0 0;
    font-family: "FontAwesome"; }
  .comment-form .list-unstyled > li > a:hover,
  .related-post .list-unstyled > li > a:hover {
    color: #888; }

.page-blog .post {
  margin: 0 0 100px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .page-blog .post {
      margin-bottom: 70px; } }
  .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: 24px 0;
    margin: 0 0 10px;
    color: #747474;
    font-size: 14px;
    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: #49c904;
    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 {
  padding: 0 0 0 70px; }
  .page-blog .post-content-wrapper .post-head {
    margin: 0 0 45px; }
    @media (max-width: 767px) {
      .page-blog .post-content-wrapper .post-head {
        margin-bottom: 20px; } }
  .page-blog .post-content-wrapper .post-content .post-title a {
    color: #434343;
    font-size: 28px;
    font-weight: 400; }
    .page-blog .post-content-wrapper .post-content .post-title a:hover a {
      color: #49c904; }
  .page-blog .post-content-wrapper .post-content .post-title:hover a {
    color: #49c904; }
  .page-blog .post-content-wrapper .post-content .btn {
    padding: 14px 30px; }

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

.post-content .post-title {
  color: #434343;
  font-size: 28px;
  font-weight: 400; }
  .post-content .post-title:hover {
    color: #49c904; }
.post-content p {
  color: #747474;
  margin: 0 0 40px;
  padding: 0;
  font-size: 16px;
  line-height: 28px; }
.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: #9f9f9f;
  margin: 0 0 25px;
  padding: 18px 0;
  border-bottom: 1px solid #ececec; }
  .post-info .fa {
    margin: 0 7px 0 0; }
  .post-info .list-inline li {
    margin: 0 6px; }
    .post-info .list-inline li:before {
      content: "\f111";
      font-family: FontAwesome;
      float: left;
      margin: 7px 15px 0 0;
      color: #9f9f9f;
      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: #f94a4a; }
.post-np .post-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 700;
  display: block; }
  .post-np .post-title:hover {
    color: #f94a4a; }
.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; }
  .post .post-image:before {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -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;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 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: #434343;
  font-size: 28px;
  font-weight: 400; }
.post .share-links {
  margin: 0 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 */
.about-section,
.our-service {
  margin: 0 0 30px; }
  .about-section h2,
  .our-service h2 {
    color: #434343;
    font-size: 28px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 12px;
    padding-bottom: 14px; }
  .about-section h3,
  .our-service h3 {
    color: #434343;
    font-size: 21px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px; }
  .about-section p,
  .about-section li,
  .our-service p,
  .our-service li {
    color: #747474;
    font-size: 16px;
    line-height: 28px; }

.our-team .list-unstyled li {
  margin: 0 0 20px; }

.our-service {
  padding: 80px 0;
  margin: 0; }
  .our-service .services {
    text-align: center; }
    .our-service .services p {
      color: #747474;
      font-size: 15px;
      line-height: 24px; }

.service-icon {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  font-size: 40px;
  height: 70px;
  margin: 0px auto 20px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: #49c904;
  color: white; }

/* Contact page */
.page-contact .contact-form,
.page-contact .contact-content {
  margin: 30px 0 0; }
  .page-contact .contact-form p,
  .page-contact .contact-content p {
    color: #747474;
    font-size: 16px;
    line-height: 28px; }
    .page-contact .contact-form p a,
    .page-contact .contact-content p a {
      color: #49c904; }
.page-contact .contact-form .contact-form {
  padding: 40px 0 0; }
.page-contact .contact-content {
  color: #747474; }
  .page-contact .contact-content address {
    line-height: 28px; }
  .page-contact .contact-content h3 {
    color: #434343;
    font-size: 16px;
    margin: 40px 0; }
  .page-contact .contact-content ul li {
    color: #747474;
    font-size: 16px;
    line-height: 28px; }

/*Home page 2*/
.banner-top-item {
  margin: 23px auto 0;
  position: relative; }
  .banner-top-item > a {
    display: block;
    position: relative;
    text-align: center; }
    .banner-top-item > a:before {
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -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;
      background-color: rgba(255, 255, 255, 0.1);
      content: "";
      height: 0;
      left: 0;
      margin: auto;
      position: absolute;
      top: 0;
      width: 0; }
    .banner-top-item > a:after {
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -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;
      background-color: rgba(255, 255, 255, 0.1);
      bottom: 0;
      content: "";
      height: 0;
      position: absolute;
      right: 0;
      width: 0;
      z-index: 2; }
    .banner-top-item > a:hover:before {
      height: 100%;
      width: 100%; }
    .banner-top-item > a:hover:after {
      height: 100%;
      width: 100%; }
  .banner-top-item img {
    width: 100%; }
  .banner-top-item .banner-top-text {
    color: #5d5d5d;
    left: 4%;
    position: absolute;
    top: 30%;
    z-index: 2; }
    .banner-top-item .banner-top-text .banner-title {
      display: block;
      font-size: 36px;
      font-weight: 800;
      line-height: 38px;
      text-transform: capitalize; }
    .banner-top-item .banner-top-text .banner-caption {
      font-size: 20px;
      font-weight: 100;
      line-height: 33px;
      text-transform: capitalize; }
  .banner-top-item.banner-top-left .banner-top-text {
    text-align: left; }
    .banner-top-item.banner-top-left .banner-top-text .banner-title,
    .banner-top-item.banner-top-left .banner-top-text .banner-caption {
      color: #4f6276; }
  .banner-top-item.banner-top-right .banner-top-text {
    text-align: right;
    left: auto;
    right: 4%; }

#home-tabs,
.product-simple-tab,
.product-extended-tab {
  margin: 50px auto; }
  #home-tabs .nav,
  .product-simple-tab .nav,
  .product-extended-tab .nav {
    border: none; }
    #home-tabs .nav li,
    .product-simple-tab .nav li,
    .product-extended-tab .nav li {
      display: inline-block;
      float: none;
      vertical-align: bottom;
      margin: 0; }
      #home-tabs .nav li a,
      .product-simple-tab .nav li a,
      .product-extended-tab .nav li a {
        background-color: #f9f9f9;
        border: medium none;
        color: #5d5d5d;
        font-size: 15px;
        line-height: 13px;
        margin: 0 3px;
        padding: 18px 39px;
        text-transform: capitalize;
        border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0; }
        #home-tabs .nav li a:hover, #home-tabs .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: #eee;
          border: none; }
      #home-tabs .nav li.active a,
      .product-simple-tab .nav li.active a,
      .product-extended-tab .nav li.active a {
        font-size: 19px;
        font-weight: 600;
        line-height: 30px;
        margin-left: 0;
        padding: 16px 53px;
        text-transform: capitalize;
        background: #49c904;
        color: white;
        border: none; }

.tab-content .active .pageLeft-animate {
  -webkit-animation: pageLeft 600ms ease both;
  -moz-animation: pageLeft 600ms ease both;
  -o-animation: pageLeft 600ms ease both;
  animation: pageLeft 600ms ease both;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms; }

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

.btn-default {
  border: none;
  background: #49c904;
  color: white;
  font-size: 15px;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: 700; }
  .btn-default:hover, .btn-default:focus {
    background: #2b9401;
    color: white; }

.btn-primary {
  background: #49c904;
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  padding: 10px 30px; }
  .btn-primary:hover, .btn-primary:focus {
    background: #2b9401;
    color: white; }

.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 {
  overflow: hidden;
  position: relative;
  text-align: center; }
  .product-list-item .switch > a > span.hidden-sm,
  .product-wrapper .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 {
    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; }

#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);
  @inlcude CSStransition(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; }
#style-panel .style-content {
  background-color: #fff;
  border-top: 1px solid #ededed;
  float: left;
  left: -250px;
  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);
  @inlcude CSStransition(all, 0.6s, ease, 0s);
  width: 250px;
  z-index: 9999; }
  #style-panel .style-content .sc-content {
    border-bottom: 1px solid #ddd;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 25px; }
    #style-panel .style-content .sc-content .btn {
      background: #49c904;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      padding: 13px;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
      #style-panel .style-content .sc-content .btn:hover {
        background: #2b9401;
        color: #fff; }
    #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;
        margin-right: 5px;
        padding: 5px 17px;
        min-width: 95px;
        text-align: center;
        text-transform: uppercase;
        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; }
      #style-panel .style-content .sc-content .list-inline .changecolor.green-text {
        background-color: #59b210; }
      #style-panel .style-content .sc-content .list-inline .changecolor.blue-text {
        background-color: #3498db; }
      #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: #f27a24; }
      #style-panel .style-content .sc-content .list-inline .changecolor.navy-text {
        background-color: #34495e; }
      #style-panel .style-content .sc-content .list-inline .changecolor.dark-green-text {
        background-color: #21b68e; }
    #style-panel .style-content .sc-content:last-child {
      border-bottom: 0 none;
      margin-bottom: 0;
      padding-bottom: 0; }
#style-panel.open .style-toggle {
  left: 250px; }
#style-panel.open .style-content {
  left: 0; }

.tptn-config-button {
  margin: 0px auto;
  text-align: center; }
  .tptn-config-button .apply {
    margin: 0px auto;
    border: none;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-size: 15px;
    padding: 10px 20px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    background: #49c904;
    color: white;
    border: none;
    font-weight: 700; }
    .tptn-config-button .apply:hover {
      text-decoration: none;
      border: none; }

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

#widget-social {
  list-style: none;
  margin: 58px 0 0; }
  #widget-social h3 {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 27px;
    padding-bottom: 11px;
    text-transform: capitalize; }
  #widget-social li {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    padding: 0;
    text-align: center; }
    #widget-social li a {
      background-color: #5d5d5d;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%;
      color: #fff;
      display: inline-block;
      padding: 6px;
      width: 28px;
      height: 28px;
      line-height: 16px;
      transition: background-color 0.5s ease 0s; }
      #widget-social li a:hover {
        background-color: #49c904; }

.errors {
  color: #f94a4a; }

body > div.jGrowl {
  z-index: 10000;
  left: 0 !important;
  margin: 0 30%;
  width: 40% !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 {
      background: #e1f2e4 none repeat scroll 0 0;
      color: #41ae53;
      display: block;
      margin: 40px 40px 30px;
      padding: 10px; }
    #layer-addcart-modal .addcart-modal-box .addcart-modal-product {
      padding: 0px 40px 20px;
      overflow: hidden; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-image {
        float: left;
        margin: 0 20px 0 0;
        border: 1px solid #ececec; }
      #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: #0e53a5;
          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 {
          color: #49c904;
          font-weight: 700;
          font-size: 18px; }
          #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-price strong {
            color: #333333;
            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 #e0e0e0;
      padding: 20px 40px 40px; }
      #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 {
        color: #49c904;
        font-weight: 700;
        font-size: 30px; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-subtotal strong {
          margin: 0 20px 0 0;
          color: #333333;
          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-continue .btn {
            text-align: center;
            border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px 4px 4px 4px;
            -webkit-border-radius: 4px 4px 4px 4px;
            font-size: 15px;
            padding: 10px 20px;
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
            background: #e0e0e0;
            color: #3d3d3d;
            border: none;
            padding: 13px 30px; }
            #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-continue .btn:hover {
              background: #ececec;
              text-decoration: none;
              border: none; }
        #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-box .addcart-modal-action .addcart-modal-button .addcart-modal-checkout .btn {
            padding: 13px 30px; }
  #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: #49c904;
    background-image: url(close_v-12354483179606821113.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    z-index: 1;
    cursor: pointer; }
    #layer-addcart-modal .addcart-modal-close:hover {
      background-color: #2b9401; }
    #layer-addcart-modal .addcart-modal-close:hover {
      color: #3d3d3d; }
    #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 {
  position: fixed;
  left: 10px !important;
  bottom: 10px !important; }
  .notifyjs-corner .col-sm-4 a {
    display: inline-block; }
  .notifyjs-corner .product h3 {
    font-weight: 700;
    font-size: 15px;
    color: #49c904;
    margin: 0 0 5px; }
  .notifyjs-corner .product h5 {
    font-weight: 400;
    font-style: 14px; }
    .notifyjs-corner .product h5 a {
      color: #0e53a5;
      font-weight: 400;
      font-size: 14px; }
      .notifyjs-corner .product h5 a:hover {
        color: #49c904; }
  .notifyjs-corner .product .product-price {
    text-align: left;
    font-size: 15px;
    border: none;
    padding: 3px 0 0; }
    .notifyjs-corner .product .product-price .price_compare {
      font-size: 14px;
      color: #747474;
      margin: 0 5px 0 0;
      font-weight: 400; }
  .notifyjs-corner .notifyjs-wrapper {
    margin: 0px !important; }
  .notifyjs-corner .notifyjs-container {
    margin: 0px !important; }
    .notifyjs-corner .notifyjs-container > div {
      margin: 0px !important;
      padding: 15px;
      background: white;
      -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;
      border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      -webkit-border-radius: 3px 3px 3px 3px; }

#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: 60%;
  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;
  padding: 0 15px;
  margin: -11px 0 0;
  width: 20%; }
#hi-eu-opt-in .hi-cookie-btn {
  float: left;
  width: auto;
  margin: -23px 5px 0;
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  font-size: 15px;
  padding: 10px 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: #49c904;
  color: white;
  border: none;
  font-weight: 700;
  cursor: pointer; }
  #hi-eu-opt-in .hi-cookie-btn:hover {
    text-decoration: none;
    border: none; }
  #hi-eu-opt-in .hi-cookie-btn:hover {
    background: #2b9401; }