/*
 * Cache buster: 2020-09-15 11:41;
 */
/* responsive breakpoints */
/* Mixins */
/** Header **/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600&amp;display=swap");
.header-left {
  float: left; }

.header-right {
  float: right; }

.logo {
  padding-top: 10px; }

nav.top-nav, nav.main-nav {
  min-height: 40px; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

nav.top-nav ul {
  float: right; }
  nav.top-nav ul li {
    padding: 8px;
    float: left; }
    nav.top-nav ul li.account-logout {
      padding-left: 4px; }
    nav.top-nav ul li .mobile-menu-bars {
      display: none;
      width: 30px;
      height: 3px;
      background: #000;
      position: relative;
      border-radius: 3px;
      top: 10px; }
      nav.top-nav ul li .mobile-menu-bars:before {
        content: " ";
        width: 30px;
        height: 3px;
        background: #000;
        position: absolute;
        top: -6px;
        border-radius: 3px; }
      nav.top-nav ul li .mobile-menu-bars:after {
        content: " ";
        width: 30px;
        height: 3px;
        background: #000;
        position: absolute;
        top: 6px;
        border-radius: 3px; }
      @media (max-width: 767px) {
        nav.top-nav ul li .mobile-menu-bars {
          display: block; } }

nav.main-nav ul {
  position: relative; }

nav.main-nav li {
  display: inline-block;
  letter-spacing: 0.5px; }
  nav.main-nav li a {
    padding: 10px 15px;
    display: inline-block; }
  nav.main-nav li:hover, nav.main-nav li.active {
    background-color: #df6f2e;
    border-radius: 2px; }
  nav.main-nav li:hover > a,
  nav.main-nav li.active > a {
    color: #fff; }

@media (max-width: 767px) {
  nav.main-nav ul {
    display: none; }
    nav.main-nav ul.mobile-menu {
      display: block;
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      background: #f5f5f5;
      border: 1px solid #ddd;
      border-bottom: none; }
      nav.main-nav ul.mobile-menu li {
        display: block;
        float: none;
        border-bottom: 1px solid #ddd; }
        nav.main-nav ul.mobile-menu li a {
          padding: 10px; }
        nav.main-nav ul.mobile-menu li:last-child {
          border-bottom: none;
          margin-bottom: 30px; } }
      @media screen and (max-width: 767px) and (min-width: 767px) {
        nav.main-nav ul.mobile-menu li {
          display: none; } }

nav .search {
  cursor: pointer;
  position: relative;
  width: 20px; }
  nav .search .search-form {
    display: none;
    position: absolute;
    z-index: 3;
    width: 250px;
    background: #efefef;
    border-radius: 2px;
    padding: 10px;
    margin-left: -110px; }
    nav .search .search-form input {
      width: unset;
      margin-bottom: 0;
      display: inline-block;
      width: 200px; }
      nav .search .search-form input[type="submit"] {
        display: inline-block;
        position: absolute;
        border-left: none;
        background: #fff url(../png/search.png) no-repeat center center;
        background-size: 20px 20px;
        right: 20px;
        top: 1px;
        width: 30px;
        height: 37px; }
    nav .search .search-form form {
      margin-bottom: 0;
      position: relative; }
    nav .search .search-form:before {
      content: " ";
      position: absolute;
      top: -10px;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #ddd transparent; }
  nav .search:hover .search-form {
    display: block; }

.zs-base .logo {
  max-width: 200px; }

.zs-base nav.main-nav li a {
  color: #47403c; }

.zs-base nav.main-nav li:hover, .zs-base nav.main-nav li.active {
  background: none;
  border-radius: 0; }

.zs-base nav.main-nav li:hover > a,
.zs-base nav.main-nav li.active > a {
  color: #47403c; }

.main-content .tags span {
  border-radius: 5px;
  padding: 7px 12px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #ecd1b4;
  background: #ecd1b4;
  color: #df6f2e; }
  .main-content .tags span:hover {
    background-color: #1fb4bc;
    border: 1px solid #1fb4bc;
    color: #fff; }
  .main-content .tags span span.active-tag {
    background-color: #1fb4bc;
    border: 1px solid #1fb4bc;
    color: #fff; }

.main-content .blog-content {
  position: relative; }

.main-content article {
  padding: 30px;
  border-radius: 2px;
  background-color: #fff;
  margin: 0 4% 4% 0; }
  .main-content article .article-body {
    overflow: auto; }
  .main-content article .img-container {
    border: 2px solid #eee;
    border-radius: 2px;
    padding: 5px 5px 1px 5px;
    margin: 15px 0;
    box-sizing: border-box; }
  .main-content article .article-content {
    padding-bottom: 15px; }
  .main-content article .article-bottom {
    overflow: auto; }
    .main-content article .article-bottom:after {
      content: '';
      clear: both; }
    .main-content article .article-bottom .tags {
      color: #b3aaa0;
      width: 70%;
      float: left;
      padding: 0 10px; }
      .main-content article .article-bottom .tags a {
        text-transform: uppercase;
        color: #b3aaa0; }
        .main-content article .article-bottom .tags a:first-child {
          margin-left: 20px; }
    .main-content article .article-bottom .read-more {
      display: block;
      float: right;
      width: auto;
      padding: 10px 20px;
      border: 1px solid #df6f2e;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      border-radius: 35px; }
    @media (max-width: 767px) {
      .main-content article .article-bottom .tags,
      .main-content article .article-bottom .read-more {
        width: auto;
        float: none;
        margin-top: 15px; } }
  .main-content article .created_at {
    position: relative;
    padding: 0 0 20px 30px; }
    .main-content article .created_at:before {
      content: '';
      position: absolute;
      left: 0;
      top: -5px;
      background:  url(../png/calendar.png) no-repeat center left;
      width: 20px;
      height: 20px; }
  .main-content article .article-meta {
    padding: 10px 0; }
    .main-content article .article-meta div {
      padding: 10px 0; }
    .main-content article .article-meta dd {
      display: inline-block;
      margin-left: 10px; }
    .main-content article .article-meta dt {
      display: inline-block;
      font-weight: 500;
      color: #a7a7a7; }
  .main-content article .comments-section .zs-title {
    color: #47403c;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative; }
    .main-content article .comments-section .zs-title.section-expand:after, .main-content article .comments-section .zs-title.section-collapse:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      border-top: 8px solid #429d9e;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-radius: 4px;
      margin: 7px 5px; }
    .main-content article .comments-section .zs-title.section-collapse:after {
      border-top: none;
      border-bottom: 8px solid #47403c; }
  .main-content article .comments-section .section-collapse + .comments-body {
    display: none; }
  .main-content article .comments-section .comment-form h6 {
    font-weight: normal;
    margin-bottom: 20px; }
  .main-content article .comments-section .comment-form button {
    display: block;
    margin-top: 0; }
  .main-content article .comments-section .comment-author {
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px; }
    .main-content article .comments-section .comment-author:before {
      content: '';
      position: absolute;
      top: -7px;
      left: 0;
      background:  url(../png/user.png) no-repeat center center;
      width: 20px;
      height: 20px;
      background-size: 15px 15px;
      border: 2px solid #000;
      border-radius: 2px; }
  .main-content article .comments-section .comment-content {
    padding: 15px;
    border: 1px solid #b3aaa0;
    box-shadow: 3px 3px 6px #eee;
    border-radius: 5px;
    margin: 15px 0; }
    .main-content article .comments-section .comment-content p {
      margin: 15px 0 0; }
  @media (max-width: 767px) {
    .main-content article {
      margin-right: 0; } }

.main-content .blog-sidebar {
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 20px; }
  .main-content .blog-sidebar .title {
    color: #429d9e;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px; }
  .main-content .blog-sidebar article {
    padding: 10px 0; }
  .main-content .blog-sidebar ul.tags li {
    display: inline-block;
    padding: 15px 5px 10px 0; }

.zs-base .main-content .sidebar {
  padding: 0;
  border-radius: 5px; }

.zs-base .main-content .blog-sidebar {
  box-shadow: 2px 2px 4px #ddd;
  border-radius: 5px; }
  .zs-base .main-content .blog-sidebar .sidebar-section {
    margin-bottom: 30px; }
  .zs-base .main-content .blog-sidebar ul.articles li {
    padding: 5px 0; }
    .zs-base .main-content .blog-sidebar ul.articles li:first-child {
      padding-top: 0; }
  .zs-base .main-content .blog-sidebar form input {
    width: 100%; }
  .zs-base .main-content .blog-sidebar .tags li {
    padding-top: 0; }
  .zs-base .main-content .blog-sidebar form.search {
    position: relative; }
    .zs-base .main-content .blog-sidebar form.search input {
      padding-right: 30px; }
    .zs-base .main-content .blog-sidebar form.search button {
      background: none;
      border: none;
      outline: none;
      position: absolute;
      right: 0;
      top: 10px; }

.zs-base .tags span {
  background: none;
  border: none;
  text-transform: capitalize; }
  .zs-base .tags span:hover {
    background: none;
    border: none;
    color: #df6f2e; }

.zs-base article {
  box-shadow: 2px 2px 4px #ddd;
  margin: 0 0 30px 0; }
  .zs-base article .title a {
    color: #47403c; }
  .zs-base article .article-meta {
    color: #b3aaa0; }
  .zs-base article .article-content {
    overflow: auto;
    padding: 0; }
    .zs-base article .article-content:after {
      content: '';
      clear: both; }
    .zs-base article .article-content .img-container {
      width: 300px;
      float: left; }
    .zs-base article .article-content .article-excerpt {
      margin: 15px 0 15px;
      width: calc(100% - 330px);
      float: right; }
      .zs-base article .article-content .article-excerpt p {
        line-height: 1.5; }
    @media (max-width: 767px) {
      .zs-base article .article-content .img-container,
      .zs-base article .article-content .article-excerpt {
        width: 100%;
        float: none; } }
  .zs-base article .read-more {
    text-align: center; }
  .zs-base article .comments-section .title {
    font-weight: normal;
    text-transform: uppercase; }

.product-container {
  padding: 20px 0; }
  .product-container:after {
    content: " ";
    clear: both; }
  .product-container .product-gallery {
    width: 65%;
    margin-bottom: 20px;
    float: left;
    overflow: auto; }
    .product-container .product-gallery .thumbnails {
      width: 25%;
      height: 400px;
      float: left;
      overflow-y: auto; }
      .product-container .product-gallery .thumbnails img {
        padding-bottom: 15px;
        float: left; }
    .product-container .product-gallery .featured-image {
      width: 75%;
      float: left;
      padding: 0 20px; }
    @media (max-width: 767px) {
      .product-container .product-gallery .featured-image,
      .product-container .product-gallery .thumbnails {
        width: 100%;
        padding: 0 0 20px 0;
        height: unset; }
      .product-container .product-gallery .thumbnails {
        padding-bottom: 0; }
        .product-container .product-gallery .thumbnails img {
          width: 50%;
          padding-right: 15px; } }
  .product-container .product-content {
    width: 35%;
    float: left; }

/*** Product List - Collection, Collection Lists ***/
ul.product-list {
  position: relative;
  left: 0;
  z-index: 0; }
  ul.product-list li {
    display: inline-block;
    vertical-align: top;
    margin: 1%;
    background-color: #fff;
    border: 4px solid transparent;
    box-shadow: 3px 3px 6px #ddd;
    padding: 15px;
    width: 31%;
    position: relative;
    border-radius: 4px;
    z-index: 0;
    cursor: pointer; }
    ul.product-list li:before {
      position: absolute;
      top: -4px;
      left: -4px;
      right: -4px;
      bottom: -4px;
      content: " ";
      border: 1px solid #ddd;
      z-index: -1; }
    ul.product-list li .btn {
      float: right; }
    ul.product-list li:hover {
      border: 4px solid #429d9e; }
    ul.product-list li:hover:before {
      border: none; }
    @media (max-width: 991px) {
      ul.product-list li {
        width: 30%; } }
    @media (max-width: 767px) {
      ul.product-list li {
        width: 98%; } }
  ul.product-list .img-container {
    position: relative; }
    ul.product-list .img-container .sold-out {
      position: absolute;
      top: 5px;
      right: 5px;
      border-radius: 2px;
      background-color: #bbbbbb;
      box-shadow: 2px 2px 4px gray;
      text-transform: uppercase;
      font-size: 10px;
      padding: 7px 15px;
      color: #fff;
      letter-spacing: 0.5px; }
  ul.product-list .product-meta {
    padding: 10px; }

/*** Related Products ***/
.related-products {
  position: relative;
  margin: 30px 0; }
  .related-products .prev, .related-products .next {
    background:  url(../png/left-arrow.png) no-repeat left center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -25px;
    cursor: pointer;
    z-index: 1; }
  .related-products .next {
    background:  url(../png/right-arrow.png) no-repeat left center;
    left: auto;
    right: -25px; }
  .related-products .prev.disable:after, .related-products .disable.next:after,
  .related-products .hide.disable:after {
    background-color: #f5f5f5;
    opacity: 0.4;
    content: '';
    cursor: unset;
    width: 50px;
    height: 50px;
    z-index: 2;
    position: absolute; }
  .related-products .related-products-content {
    overflow-x: hidden;
    position: relative;
    z-index: 0;
    width: 95%;
    margin: auto; }
    .related-products .related-products-content ul.product-list li {
      width: 250px;
      margin: 10px; }
      .related-products .related-products-content ul.product-list li .product-meta h4 {
        font-size: 16px; }
      .related-products .related-products-content ul.product-list li:first-child {
        margin-left: 0; }

/** Product Price **/
.product-price {
  font-weight: 600;
  padding-bottom: 20px;
  color: #429d9e;
  font-size: 20px; }

/** Collection Toolbar **/
.toolbar {
  padding: 0 15px; }
  .toolbar .sort {
    width: auto;
    display: inline-block; }
    .toolbar .sort span {
      font-size: 12px;
      text-transform: uppercase; }
    .toolbar .sort .select-container {
      background: #fff;
      position: relative;
      display: inline-block;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 5px 0px 5px 10px;
      margin-left: 10px;
      z-index: 0; }
      .toolbar .sort .select-container select {
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 140px;
        background: transparent; }
      .toolbar .sort .select-container:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 12px;
        right: 10px;
        border-top: 5px solid #aaa;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        z-index: -1; }

/** zs-base **/
.zs-base .shop .shop-head {
  padding: 0 10px; }

.zs-base .shop a.add-to-cart {
  margin-top: 0; }

.zs-base .shop .product-price {
  font-weight: 400;
  padding-bottom: 20px; }

.zs-base .shop form[name="add-to-cart"] input[type="submit"] {
  display: block;
  margin: 0; }

.zs-base .shop .product-container {
  position: relative;
  overflow: auto;
  z-index: 1; }
  .zs-base .shop .product-container .product-gallery {
    width: calc(65% - 30px);
    margin-right: 30px;
    position: relative;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 2px 2px 4px #ddd;
    border-radius: 5px; }
    .zs-base .shop .product-container .product-gallery .thumbnails {
      width: 100%;
      height: auto;
      float: none;
      overflow-y: auto;
      padding: 0 15px; }
      .zs-base .shop .product-container .product-gallery .thumbnails a {
        padding: 0 5px;
        display: inline-block; }
      .zs-base .shop .product-container .product-gallery .thumbnails img {
        width: auto; }
    .zs-base .shop .product-container .product-gallery .featured-image {
      width: 100%;
      float: none;
      padding: 20px; }
  .zs-base .shop .product-container .product-content {
    position: relative;
    padding: 20px;
    z-index: 2;
    overflow: auto; }
    .zs-base .shop .product-container .product-content .title {
      color: #47403c;
      line-height: 1.5;
      font-weight: normal;
      letter-spacing: 0.5; }
  @media (max-width: 767px) {
    .zs-base .shop .product-container {
      padding: 10px; }
      .zs-base .shop .product-container .product-gallery,
      .zs-base .shop .product-container .product-content {
        width: 100%; }
      .zs-base .shop .product-container .product-content {
        background-color: #fff;
        box-shadow: 2px 2px 4px #ddd;
        border-radius: 4px;
        margin: 20px 0; } }

.zs-base .shop .product-bottom-content {
  position: relative; }
  .zs-base .shop .product-bottom-content .share {
    position: absolute;
    right: 0px;
    top: 0px; }
  @media (max-width: 767px) {
    .zs-base .shop .product-bottom-content ul.tab-list {
      padding-top: 30px; } }

.zs-base ul.product-list {
  padding-top: 20px; }
  .zs-base ul.product-list li {
    border: 0;
    transition: all 0.1s ease; }
    .zs-base ul.product-list li .product-title {
      font-weight: 200;
      letter-spacing: 0.5px; }
      .zs-base ul.product-list li .product-title a {
        color: #47403c; }
    .zs-base ul.product-list li .product-excerpt p {
      font-size: inherit;
      margin-bottom: 10px; }
    .zs-base ul.product-list li:before {
      content: none; }
    .zs-base ul.product-list li:hover {
      transform: scale(1.02); }
  .zs-base ul.product-list li > a {
    display: block;
    border: 0; }

/** Mini Cart **/
.minicart {
  position: relative;
  font-size: 14px; }
  .minicart:hover .minicart-dropdown {
    visibility: visible;
    opacity: 1; }
  .minicart .cart-img {
    position: relative;
    display: inline-block; }
    .minicart .cart-img:after {
      content: attr(data-count);
      background-color: #bd581d;
      border-radius: 50%;
      text-align: center;
      height: 18px;
      width: 18px;
      line-height: 18px;
      position: absolute;
      top: -10px;
      left: -8px;
      color: #fff;
      font-size: 10px;
      cursor: pointer; }
  .minicart .minicart-dropdown {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    padding: 20px;
    top: 20px;
    left: -250px;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0; }
  @media (max-width: 767px) {
    .minicart {
      display: none; } }

@media (max-width: 767px) {
  .cart-page .cart-total {
    overflow-x: auto; } }

.cart-page .cart-total {
  width: 50%;
  float: right;
  margin-top: 50px; }

.checkout section {
  margin: 0 0 40px; }

.checkout .payment-types {
  margin: 10px 0;
  box-shadow: 3px 3px 6px #ddd; }
  .checkout .payment-types .payment-tab {
    position: relative; }
    .checkout .payment-types .payment-tab .tab-header label {
      padding: 10px 20px 0;
      border: 1px solid #ddd;
      border-bottom: none;
      background-color: #fff;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      cursor: pointer;
      display: block; }
    .checkout .payment-types .payment-tab .tab-content {
      background-color: #efefef;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      box-shadow: 3px 3px 6px #ddd;
      padding: 20px;
      display: none;
      overflow: auto; }
    .checkout .payment-types .payment-tab:first-child .tab-header label {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .checkout .payment-types .payment-tab:last-child .tab-header label {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom: 1px solid #ddd; }
    .checkout .payment-types .payment-tab:last-child .tab-content {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .checkout .payment-types .payment-tab.active .tab-content {
      display: block; }

.qty {
  width: 50px;
  padding: 7px 10px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  vertical-align: -moz-middle-with-baseline;
  margin-right: 5px;
  outline: none; }

.reduce-amt {
  color: #de2d27; }

.strike-through {
  color: #282828;
  text-decoration: line-through;
  padding-right: 15px;
  font-size: 16px; }

.zs-base .shop input.add-to-cart {
  display: block; }

.zs-base .shop h3.title,
.zs-base .shop h4.title {
  font-weight: normal;
  letter-spacing: 0.5px; }

.zs-base .shop .step.up,
.zs-base .shop .step.down {
  padding: 4px 15px 5px;
  outline: none;
  border: 1px solid #aaa;
  font-size: 18px;
  background: transparent;
  cursor: pointer; }

.zs-base .shop .step.up {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.zs-base .shop .step.down {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.zs-base .shop label {
  padding-right: 5px; }

.zs-base .shop .qty {
  margin: 0 0 15px 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border-color: #aaa; }
  .zs-base .shop .qty:focus:invalid {
    border: 1px solid red; }

.zs-base .shop .customizations,
.zs-base .shop .customizations a {
  font-size: 11px; }

.zs-base .shop dl {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 3px 0; }
  .zs-base .shop dl > div {
    padding: 3px 0;
    overflow: auto;
    position: relative; }
    .zs-base .shop dl > div:after {
      content: '';
      clear: both; }
  .zs-base .shop dl.order-items .item {
    overflow: auto;
    position: relative; }
    .zs-base .shop dl.order-items .item:not(:first-child) {
      padding-top: 40px; }
      .zs-base .shop dl.order-items .item:not(:first-child):before {
        content: '';
        position: absolute;
        width: 60%;
        left: 20%;
        top: 20px;
        border-top: 1px solid #ddd; }
    .zs-base .shop dl.order-items .item:last-child {
      padding-bottom: 40px; }
      .zs-base .shop dl.order-items .item:last-child:after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 10px;
        border-top: 1px solid #ddd; }
  .zs-base .shop dl dd,
  .zs-base .shop dl dt {
    display: inline-block;
    margin: 0;
    float: left;
    width: 50%; }
  .zs-base .shop dl.total {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px; }
    .zs-base .shop dl.total:after {
      content: '';
      position: absolute;
      bottom: -10px;
      width: 60%;
      border-bottom: 1px solid #ddd;
      left: 20%; }

.zs-base .shop .order-summary {
  box-shadow: 2px 2px 4px #ddd;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 30px 30px;
  overflow: auto; }
  .zs-base .shop .order-summary .img-container {
    display: inline-block;
    width: 30%;
    padding-right: 10px;
    vertical-align: top; }
  .zs-base .shop .order-summary .product-data {
    display: inline-block;
    width: calc(70% - 10px); }
  .zs-base .shop .order-summary dt {
    width: 70%; }
  .zs-base .shop .order-summary dd {
    text-align: right;
    width: 30%; }
  .zs-base .shop .order-summary .quantity {
    font-weight: 500;
    margin-left: 20px; }
  .zs-base .shop .order-summary input[name="place_order"] {
    display: block;
    margin: 30px auto 0;
    width: 50%; }

.zs-base .shop.minicart .item, .zs-base .shop.cart .item {
  position: relative;
  padding: 20px 0;
  overflow: auto;
  font-size: 14px;
  overflow: visible; }
  .zs-base .shop.minicart .item:not(:only-child):not(:last-child), .zs-base .shop.cart .item:not(:only-child):not(:last-child) {
    border-bottom: 1px solid #e8e8e8; }
  .zs-base .shop.minicart .item:after, .zs-base .shop.cart .item:after {
    content: '';
    clear: both;
    display: table; }
  .zs-base .shop.minicart .item .item-detail, .zs-base .shop.cart .item .item-detail {
    position: relative; }
    .zs-base .shop.minicart .item .item-detail img, .zs-base .shop.cart .item .item-detail img {
      width: 30%;
      display: inline-block;
      padding-right: 10px;
      vertical-align: top; }
    .zs-base .shop.minicart .item .item-detail .product-data, .zs-base .shop.cart .item .item-detail .product-data {
      display: inline-block;
      padding-bottom: 10px; }
      .zs-base .shop.minicart .item .item-detail .product-data .item-price, .zs-base .shop.cart .item .item-detail .product-data .item-price {
        position: absolute;
        bottom: 0px; }
    .zs-base .shop.minicart .item .item-detail .remove, .zs-base .shop.cart .item .item-detail .remove {
      position: absolute;
      height: 25px;
      width: 25px;
      border-radius: 50%;
      background-color: #bd581d;
      color: #fff;
      font-size: 21px;
      text-align: center;
      cursor: pointer;
      box-shadow: 2px 2px 4px #ddd;
      line-height: normal; }
      .zs-base .shop.minicart .item .item-detail .remove:hover, .zs-base .shop.cart .item .item-detail .remove:hover {
        background-color: #914316; }
  @media (max-width: 767px) {
    .zs-base .shop.minicart .item .field, .zs-base .shop.cart .item .field {
      width: 50%; }
      .zs-base .shop.minicart .item .field.quantity, .zs-base .shop.cart .item .field.quantity {
        padding-left: 35px;
        width: 50%; }
    .zs-base .shop.minicart .item .item-detail, .zs-base .shop.cart .item .item-detail {
      width: 100%;
      float: none;
      margin-bottom: 15px;
      padding: 0; }
      .zs-base .shop.minicart .item .item-detail .product-data .item-price, .zs-base .shop.cart .item .item-detail .product-data .item-price {
        position: static;
        padding-top: 10px; } }

.zs-base .shop.minicart:hover .minicart-dropdown {
  max-height: 500px;
  height: auto; }

.zs-base .shop.minicart .cart-img {
  position: relative;
  display: inline-block; }
  .zs-base .shop.minicart .cart-img:after {
    content: attr(data-count);
    background-color: #bd581d;
    border-radius: 50%;
    text-align: center;
    height: 18px;
    width: 18px;
    line-height: 18px;
    position: absolute;
    top: -10px;
    left: -8px;
    color: #fff;
    font-size: 10px;
    cursor: pointer; }

.zs-base .shop.minicart .minicart-dropdown {
  overflow-x: hidden;
  max-height: 0;
  height: auto;
  transition: max-height 0.5s ease-out;
  left: -300px;
  width: 350px;
  box-shadow: 2px 2px 4px #ddd; }
  .zs-base .shop.minicart .minicart-dropdown a.cart {
    display: block;
    text-decoration: underline;
    color: #2b2725;
    text-align: right; }
  .zs-base .shop.minicart .minicart-dropdown .item .item-detail .product-data {
    width: calc(70% - 40px); }
  .zs-base .shop.minicart .minicart-dropdown .item .item-detail .item-price {
    right: 0;
    bottom: 0;
    position: absolute; }
  .zs-base .shop.minicart .minicart-dropdown .item .item-detail .remove {
    top: 0;
    right: 0;
    font-size: 16px; }
  .zs-base .shop.minicart .minicart-dropdown .item .line-total {
    text-align: right;
    margin-top: -10px; }
  .zs-base .shop.minicart .minicart-dropdown .minicart-footer .subtotal {
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0; }
  .zs-base .shop.minicart .minicart-dropdown .minicart-footer dd {
    text-align: right; }
  .zs-base .shop.minicart .minicart-dropdown .minicart-footer a.btn {
    display: block;
    margin: 15px auto 0;
    width: 70%;
    text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  .zs-base .shop.cart .col-9 {
    width: calc(8.33% * 8); }
  .zs-base .shop.cart .col-3 {
    width: calc(8.33% * 4); } }

.zs-base .shop.cart .item-container {
  margin-right: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 4px #ddd;
  padding: 20px; }
  .zs-base .shop.cart .item-container .item .field {
    float: left;
    padding: 0 5px;
    width: 15%; }
    .zs-base .shop.cart .item-container .item .field.line-total {
      text-align: right;
      font-size: 16px;
      font-weight: 500;
      float: right; }
    .zs-base .shop.cart .item-container .item .field.quantity input {
      border: 1px solid #ddd;
      border-radius: 4px; }
  .zs-base .shop.cart .item-container .item .item-detail {
    width: 70%; }
    .zs-base .shop.cart .item-container .item .item-detail img {
      margin-left: 35px; }
    .zs-base .shop.cart .item-container .item .item-detail .product-data {
      width: calc(70% - 40px);
      /* account for remove btn(25px) + padding */ }
      .zs-base .shop.cart .item-container .item .item-detail .product-data .item-price {
        left: calc(30% + 40px);
        /* account for remove btn(25px) + padding(15px) */ }
    .zs-base .shop.cart .item-container .item .item-detail .remove {
      top: calc(50% - 15px);
      left: 0; }
  @media (max-width: 767px) {
    .zs-base .shop.cart .item-container .item .item-detail {
      width: 100%;
      float: none;
      margin-bottom: 15px;
      padding: 0; }
      .zs-base .shop.cart .item-container .item .item-detail .product-data .item-price {
        position: static;
        padding-top: 10px; } }
  .zs-base .shop.cart .item-container .discount-form {
    padding: 15px 0 0; }
    .zs-base .shop.cart .item-container .discount-form .add-discount,
    .zs-base .shop.cart .item-container .discount-form .cancel-discount {
      text-decoration: underline;
      cursor: pointer;
      color: initial;
      background: none;
      border: none;
      padding: 0;
      font-size: 14px;
      white-space: nowrap; }
      .zs-base .shop.cart .item-container .discount-form .add-discount.hide,
      .zs-base .shop.cart .item-container .discount-form .cancel-discount.hide {
        display: none; }
    .zs-base .shop.cart .item-container .discount-form .cancel-discount span {
      text-decoration: none; }
    .zs-base .shop.cart .item-container .discount-form .discount-input {
      padding: 10px 0 0; }
      .zs-base .shop.cart .item-container .discount-form .discount-input input,
      .zs-base .shop.cart .item-container .discount-form .discount-input button {
        display: inline-block;
        margin: 0; }
      .zs-base .shop.cart .item-container .discount-form .discount-input button {
        border: none;
        vertical-align: top; }
      .zs-base .shop.cart .item-container .discount-form .discount-input input {
        margin: 0 10px 5px 0; }
      @media (max-width: 767px) {
        .zs-base .shop.cart .item-container .discount-form .discount-input input {
          width: calc(70% - 10px); }
        .zs-base .shop.cart .item-container .discount-form .discount-input button {
          width: 30%;
          padding: 10px 0; } }
    .zs-base .shop.cart .item-container .discount-form ul.added-discounts {
      margin: 0;
      padding: 10px 0 0; }
      .zs-base .shop.cart .item-container .discount-form ul.added-discounts li {
        border-radius: 4px;
        background-color: #fad957;
        padding: 7px;
        display: inline-block;
        margin: 0 5px 5px 0;
        color: #47403c;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase; }
        .zs-base .shop.cart .item-container .discount-form ul.added-discounts li .remove {
          color: #fff;
          font-weight: 600;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          margin-right: 7px;
          cursor: pointer; }
  @media (max-width: 767px) {
    .zs-base .shop.cart .item-container {
      margin-right: 0;
      margin-bottom: 30px; } }

.zs-base .shop.cart .cart-totals {
  background-color: #fff;
  box-shadow: 2px 2px 4px #ddd;
  padding: 20px;
  overflow: auto; }
  .zs-base .shop.cart .cart-totals dt, .zs-base .shop.cart .cart-totals dd {
    font-weight: 600;
    padding: 7px 0; }
  .zs-base .shop.cart .cart-totals dd {
    text-align: right; }
  .zs-base .shop.cart .cart-totals .view-checkout {
    margin: 15px auto;
    display: block;
    width: 70%;
    text-align: center; }
  @media (max-width: 767px) {
    .zs-base .shop.cart .cart-totals {
      width: 100%; } }

.zs-base .shop.checkout form#checkout {
  position: relative; }

.zs-base .shop.checkout .sticky.absolute {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 767px) {
    .zs-base .shop.checkout .sticky.absolute {
      position: static; } }

.zs-base .shop.checkout h4.title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block; }
  .zs-base .shop.checkout h4.title:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #df6f2e;
    z-index: 1; }

.zs-base .shop.checkout .checkout-form {
  margin: 0 30px 0 0; }
  @media (max-width: 767px) {
    .zs-base .shop.checkout .checkout-form {
      margin-right: 0; } }
  .zs-base .shop.checkout .checkout-form section {
    box-shadow: 2px 2px 4px #ddd;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 30px 15px;
    overflow: auto; }
    .zs-base .shop.checkout .checkout-form section.billing-address {
      max-height: 0;
      opacity: 0;
      transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
      overflow-y: hidden;
      margin: 0;
      padding: 10px 30px 15px; }
      .zs-base .shop.checkout .checkout-form section.billing-address.collapsed {
        padding: 0;
        transition: padding 0.3s ease-out; }
        .zs-base .shop.checkout .checkout-form section.billing-address.collapsed + section.payment {
          margin-top: 0; }
      .zs-base .shop.checkout .checkout-form section.billing-address.edit {
        max-height: 900px;
        opacity: 1;
        margin-bottom: 40px; }
    .zs-base .shop.checkout .checkout-form section.payment .tab-list li {
      float: none; }
    .zs-base .shop.checkout .checkout-form section.payment .tab-list li,
    .zs-base .shop.checkout .checkout-form section.payment .tab-list li.active,
    .zs-base .shop.checkout .checkout-form section.payment .tab-content {
      border: none;
      background: transparent;
      box-shadow: none;
      padding-left: 0; }

.zs-base .shop .no-order {
  padding: 20px 20px 20px 0; }

.search-results input {
  display: inline-block;
  width: 73%; }
  .search-results input[type="submit"] {
    width: 25%;
    display: inline-block;
    float: right; }

.search-results .results {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 2%;
  border-radius: 4px;
  box-shadow: 3px 3px 6px #ddd; }
  .search-results .results .img-container {
    width: 30%;
    margin-right: 2%;
    display: inline-block; }
  .search-results .results .search-result-content {
    display: inline-block;
    vertical-align: top; }
    .search-results .results .search-result-content.reduced-width {
      width: 67%; }
  @media (max-width: 767px) {
    .search-results .results .img-container,
    .search-results .results .search-result-content,
    .search-results .results .search-result-content.reduced-width {
      width: 100%; } }

.search-results .add-to-cart {
  display: none; }

.sidebar {
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 20px; }
  .sidebar .facets {
    padding: 0 20px; }
    .sidebar .facets h4.title {
      color: #aaa; }
    .sidebar .facets .facet {
      padding: 5px 0; }
      .sidebar .facets .facet h6 {
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-weight: 600;
        font-size: 14px;
        position: relative; }
        .sidebar .facets .facet h6.open:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 5px solid #000;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-radius: 4px;
          position: absolute;
          margin-left: 10px;
          top: 2px; }
        .sidebar .facets .facet h6.close:after {
          content: '';
          width: 0;
          height: 0;
          border-bottom: 5px solid #000;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-radius: 4px;
          position: absolute;
          margin-left: 10px;
          top: 2px; }
        .sidebar .facets .facet h6.close + ul {
          display: none; }
      .sidebar .facets .facet li:after {
        content: '';
        display: table;
        clear: both; }
      .sidebar .facets .facet li:hover,
      .sidebar .facets .facet li:hover .facet-count {
        color: #df6f2e; }
      .sidebar .facets .facet .facet-value {
        float: left;
        cursor: pointer;
        width: 75%; }
        .sidebar .facets .facet .facet-value label {
          display: block;
          cursor: pointer; }
        .sidebar .facets .facet .facet-value input[type="checkbox"] {
          margin-right: 10px; }
      .sidebar .facets .facet .facet-count {
        float: right;
        color: #aaa;
        width: 25%;
        text-align: right; }
      .sidebar .facets .facet .rating {
        padding: 1px 0; }
        .sidebar .facets .facet .rating span {
          display: inline-block;
          width: 70%; }
        .sidebar .facets .facet .rating img {
          width: 15%; }
          @media (max-width: 767px) {
            .sidebar .facets .facet .rating img {
              width: auto; } }

.menu-sidebar li {
  padding: 10px; }
  .menu-sidebar li:hover {
    background-color: #eee; }

.menu-sidebar li.active {
  background-color: #eee; }

.page-content {
  padding: 0 30px; }

.error-page {
  text-align: center; }

pagebuilder > [id*="zsel_"] > p:empty:only-child,
pagebuilder.zs-pagebuilder-box,
pagebuilderzone.zs-pagebuilder-box,
pagebuilder[id*="zsel_"] > div.placeholder {
  min-height: 50px;
  border: 2px dashed #ddd;
  border-radius: 4px;
  position: relative;
  margin: 0 -1px 0px; }

pagebuilder.zs-pagebuilder-box,
pagebuilderzone.zs-pagebuilder-box {
  display: block;
  cursor: pointer;
  min-height: 50px;
  z-index: 0;
  /*& > * {
    min-height: 50px;
  }*/ }
  pagebuilder.zs-pagebuilder-box:after,
  pagebuilderzone.zs-pagebuilder-box:after {
    content: '+';
    color: #fff;
    font-weight: bold;
    background: #ddd;
    font-size: 22px;
    padding: 0 9px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }

pagebuilder,
pagebuilder * {
  cursor: move !important; }

pagebuilder[id*="zsel_"] > div.placeholder:empty {
  padding: 10px; }
  pagebuilder[id*="zsel_"] > div.placeholder:empty:after {
    content: 'CUSTOM'; }

#pb-dragdrop-placeholder {
  height: 50px;
  border-radius: 5px;
  border: 2px dashed #ddd;
  box-shadow: 2px 2px 6px #ddd;
  position: relative; }
  #pb-dragdrop-placeholder:after {
    content: '[Drop Zone]';
    color: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0; }

pagebuilderzone {
  display: block; }

.scroll-indicator {
  position: fixed;
  height: 10px;
  top: 0px;
  width: 100%;
  z-index: 1000; }
  .scroll-indicator.bottom {
    bottom: 0px;
    top: unset; }

.zs-base .page-content {
  padding: 0; }

.zs-base [class*="col-"] .sidebar.left {
  margin-right: 30px; }

.zs-base [class*="col-"] .sidebar.right {
  margin-left: 30px; }

.zs-base .sidebar {
  padding: 20px; }
  @media (max-width: 767px) {
    .zs-base .sidebar {
      margin: auto 0; } }

.zs-base .zs-homepage .hero {
  background: url("../jpg/homepage_2.jpg") no-repeat left center;
  background-size: cover;
  min-height: 600px;
  position: relative; }
  .zs-base .zs-homepage .hero .hero-content {
    width: 70%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    background-color: #fff;
    padding: 30px;
    color: red;
    text-align: center;
    text-transform: uppercase; }
    .zs-base .zs-homepage .hero .hero-content .title {
      font-size: 60px;
      color: red;
      text-align: center;
      position: relative; }
      .zs-base .zs-homepage .hero .hero-content .title:after {
        content: '';
        position: absolute;
        border-bottom: 1px solid red;
        width: 16%;
        left: 42%;
        bottom: -10px; }
    .zs-base .zs-homepage .hero .hero-content .desc {
      padding: 30px;
      font-size: 20px;
      letter-spacing: 1px; }

.account {
  padding: 30px 0; }
  .account .sidebar ul li a {
    color: #47403c;
    padding: 10px;
    display: block;
    border-radius: 4px; }
    .account .sidebar ul li a:hover {
      background-color: #635953;
      color: #fff; }
  .account .btn-container input[type="submit"] {
    margin-left: 20px; }
  .account .table-container {
    width: 75%; }
  .account table tr {
    border-bottom: 1px solid #ddd; }
    .account table tr td .column-split {
      border-bottom: 1px solid #ddd; }
    .account table tr td .column-split:first-child {
      padding-top: 0; }
    .account table tr td .column-split:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
  .account table.orders td {
    border-right: 1px solid #ddd; }
  .account .addresses {
    padding-top: 30px; }
    .account .addresses:last-child {
      padding-bottom: 30px; }
    .account .addresses .address-details {
      padding: 30px;
      border-radius: 10px;
      background-color: #fff;
      border: 1px solid #eee;
      width: 300px; }
  .account ul.errors {
    padding: 0 0 20px;
    margin: 0; }
    .account ul.errors li {
      padding: 7px 0;
      color: red; }

footer {
  padding: 30px 0 0;
  background: #132426;
  color: #8b8c8d; }
  footer .top {
    width: 30px;
    height: 30px;
    background: #8b8c8d;
    border-radius: 5px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 10px;
    padding-top: 15px;
    float: right;
    margin-right: 10px;
    cursor: pointer; }
    footer .top:before {
      content: '';
      border-bottom: 5px solid #333;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      top: 5px;
      left: 10px; }
  footer .footer-row:after {
    content: '';
    display: table;
    clear: both; }
  footer .footer-row .copyright {
    color: #fff;
    font-size: 12px; }
    footer .footer-row .copyright span {
      white-space: nowrap; }
  footer .footer-row .footer-column {
    width: 25%;
    float: left; }
  footer .footer-row .logo img {
    width: 90%;
    padding: 10px 0; }
  footer .footer-row .footer-links {
    padding: 15px 0; }
    footer .footer-row .footer-links li {
      padding: 7px; }
  footer .footer-row .footer-desc {
    padding: 15px 0; }
  footer .footer-row .share {
    padding-top: 0; }
  footer .footer-row .newsletter-signup {
    color: #df6f2e; }
    footer .footer-row .newsletter-signup label {
      color: #8b8c8d; }
    footer .footer-row .newsletter-signup input {
      background-color: rgba(255, 255, 255, 0.2);
      border: none;
      width: unset;
      padding: 7px 15px;
      color: #8b8c8d; }
    footer .footer-row .newsletter-signup .btn {
      background-color: #df6f2e;
      padding: 7px 10px;
      opacity: 0.8; }
    footer .footer-row .newsletter-signup p {
      margin: 20px 0;
      color: #429d9e; }
  @media (max-width: 767px) {
    footer .footer-row .footer-column {
      width: 100%;
      float: none; }
    footer .footer-row .logo img {
      width: unset; } }

.zs-base footer {
  background-color: #47403c; }
  .zs-base footer .container {
    position: relative; }
  @media (max-width: 767px) {
    .zs-base footer .text-right {
      text-align: left; } }
  .zs-base footer .top {
    background-color: #fff; }

* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: #f5f5f5;
  font-size: 14px; }
  html.zs-base, body.zs-base {
    background-color: #f9fbfc;
    font-family: Montserrat, "Helvetica Neue",Arial,sans-serif;
    color: #70655f; }
    html.zs-base .page-wrapper, body.zs-base .page-wrapper {
      min-height: calc(100% - 160px);
      overflow: visible; }
      @media (max-width: 767px) {
        html.zs-base .page-wrapper, body.zs-base .page-wrapper {
          min-height: calc(100% - 260px); } }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 10px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px;
  font-weight: 400; }

img {
  width: 100%; }
  img.auto-width {
    width: auto; }

a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #df6f2e; }

ul {
  margin: 0; }
  ul.default {
    list-style: unset;
    padding-left: 40px; }
  ul.zs-list {
    list-style: none;
    padding: 0; }

p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  margin: 0 0 20px 0; }

header {
  min-height: 100px;
  background-color: #fff;
  padding-top: 10px;
  margin-bottom: 20px;
  position: relative; }

table {
  width: 100%;
  border-collapse: collapse; }
  table td, table th {
    padding: 15px;
    text-align: left; }

.table-container {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  box-shadow: 3px 3px 6px #ddd;
  border-radius: 4px; }

.container {
  padding: 0 15px; }
  .container:after {
    content: " ";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .container {
      width: 1200px;
      margin: auto; } }

.main-content {
  margin-bottom: 30px; }

ul.breadcrumb {
  list-style: none;
  padding: 15px 0;
  margin: 0; }
  ul.breadcrumb li {
    display: inline; }
    ul.breadcrumb li:after {
      content: '/';
      padding: 0 10px;
      color: #aaa; }
    ul.breadcrumb li:last-child:after {
      content: ""; }

form {
  margin-bottom: 20px; }
  form label {
    font-weight: 600;
    padding-right: 20px; }
    form label.required:after {
      content: '*';
      color: red; }
  form input {
    width: 300px;
    border-radius: 4px;
    margin: 0 5px 20px 0;
    padding: 10px;
    color: #333;
    border: 1px solid #ddd;
    font-size: 14px;
    display: block; }
    form input.error {
      border: 1px solid red; }
    form input[type="submit"] {
      width: auto;
      display: block;
      border: 0 none;
      outline: none;
      cursor: pointer; }
    form input[type="submit"].btn {
      display: inline-block;
      margin-right: 15px;
      cursor: pointer; }
    form input[type="checkbox"], form input[type="radio"] {
      display: inline;
      width: auto;
      cursor: pointer; }
  form textarea {
    width: 300px;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #ddd;
    font-size: 14px; }
  form .success {
    position: relative;
    padding: 10px 25px;
    color: #459410; }
    form .success:before {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      background:  url(../png/checkmark.png) no-repeat top left;
      left: 0px;
      top: 7px; }
    form .success .btn {
      vertical-align: super;
      background-color: #df6f2e; }
  form .errors {
    margin-bottom: 10px; }
    form .errors li {
      color: red;
      padding: 5px 0px; }
  form .field-group {
    overflow: auto; }
    form .field-group input,
    form .field-group select {
      width: 99%;
      margin-right: 1%; }
    form .field-group .inline {
      width: 50%;
      float: left; }
    @media (max-width: 767px) {
      form .field-group .inline {
        width: inherit;
        float: none; } }
    form .field-group:after {
      content: '';
      clear: both; }

.btn {
  background: #429d9e;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  padding: 10px 20px;
  height: unset;
  font-size: 14px;
  vertical-align: -moz-middle-with-baseline; }
  .btn:link, .btn:visited, .btn:hover, .btn:active {
    color: #fff; }

.no-margin {
  margin: 0 !important; }

.share {
  clear: both;
  padding: 10px 5px; }
  .share .social li {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
    .share .social li img {
      height: 100%; }

.hide {
  display: none; }

.show {
  display: inline; }

ul.pagination {
  text-align: center;
  margin: 30px 0; }
  ul.pagination li {
    display: inline-block;
    padding: 5px 15px;
    vertical-align: middle; }
    ul.pagination li.active {
      border: 2px solid #ddd;
      border-radius: 5px; }

.column_1 {
  width: 100%; }

.column_2 {
  width: 49.5%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    .column_2 {
      width: 100%; } }

.col-6 {
  width: calc( 8.33% * 6);
  float: left; }
  @media (max-width: 767px) {
    .col-6 {
      width: 100%; } }

.col-3 {
  float: left;
  width: calc( 8.33% * 3); }
  @media (max-width: 767px) {
    .col-3 {
      width: 100%; } }

.col-8 {
  float: left;
  width: calc( 8.33% * 8); }
  @media (max-width: 767px) {
    .col-8 {
      width: 100%; } }

.col-4 {
  float: left;
  width: calc( 8.33% * 4); }
  @media (max-width: 767px) {
    .col-4 {
      width: 100%; } }

.col-9 {
  float: left;
  width: calc( 8.33% * 9); }
  @media (max-width: 767px) {
    .col-9 {
      width: 100%; } }

.prev-arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #df6f2e;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle; }

.next-arrow {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #df6f2e;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

.float-left {
  float: left;
  display: inline-block; }
  @media (max-width: 767px) {
    .float-left {
      float: none; } }

.float-right {
  float: right;
  display: inline-block; }
  @media (max-width: 767px) {
    .float-right {
      float: none; } }

a.back {
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
  margin: 20px 0;
  display: block; }
  a.back:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 7px solid #df6f2e;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 0; }

.refresh-token-error {
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  background: #fff;
  color: tomato; }

.zs-base {
  /* ZS-Lighbox */ }
  .zs-base header {
    margin-bottom: 0; }
  .zs-base .main-content {
    margin: 30px 0; }
  .zs-base footer {
    height: 160px;
    width: 100%; }
    @media (max-width: 767px) {
      .zs-base footer {
        height: 300px; } }
  .zs-base p {
    color: inherit;
    line-height: 1.4; }
  .zs-base .main-content h1,
  .zs-base .shop h1,
  .zs-base .zs-title {
    color: #47403c;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b3aaa0;
    margin-bottom: 20px; }
  .zs-base .btn.primary {
    background: #0bd168;
    color: #fff;
    border-radius: 25px;
    padding: 11px 23px;
    font-size: 15px;
    text-transform: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    .zs-base .btn.primary:hover, .zs-base .btn.primary:active {
      background: #0ab95c; }
  .zs-base .btn.secondary {
    background: #47403c;
    border-radius: 25px;
    padding: 11px 23px;
    font-size: 15px;
    text-transform: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #fff; }
    .zs-base .btn.secondary:hover, .zs-base .btn.secondary:active {
      background: #393430; }
  .zs-base select {
    width: 300px;
    border-radius: 4px;
    margin: 0 5px 20px 0;
    padding: 10px;
    color: #333;
    border: 1px solid #ddd;
    font-size: 14px;
    display: block; }
    .zs-base select.error {
      border: 1px solid red; }
  .zs-base .zs-checkbox,
  .zs-base .zs-radio {
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0; }
    .zs-base .zs-checkbox + label,
    .zs-base .zs-radio + label {
      position: relative;
      cursor: pointer;
      display: inline-block;
      padding: 0 0 20px 30px;
      margin-left: -13px; }
      .zs-base .zs-checkbox + label:before,
      .zs-base .zs-radio + label:before {
        content: '';
        border-radius: 5px;
        width: 20px;
        height: 20px;
        border: 2px solid #b3aaa0;
        position: absolute;
        top: -3px;
        left: 0px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: border-box;
        box-sizing: content-box; }
    .zs-base .zs-checkbox:checked + label:after,
    .zs-base .zs-radio:checked + label:after {
      content: '';
      border-radius: 5px;
      width: 16px;
      height: 16px;
      background-color: #b3aaa0;
      position: absolute;
      top: 1px;
      left: 4px; }
    .zs-base .zs-checkbox:focus + label:before,
    .zs-base .zs-radio:focus + label:before {
      border-color: #847769; }
    .zs-base .zs-checkbox:focus:checked + label:after,
    .zs-base .zs-radio:focus:checked + label:after {
      background-color: #847769; }
  .zs-base .zs-radio + label:before,
  .zs-base .zs-radio:checked + label:after {
    content: '';
    border-radius: 50%; }
  .zs-base del {
    color: #b3aaa0;
    font-size: 70%;
    margin-right: 10px; }
  .zs-base ins {
    color: #47403c;
    text-decoration: none; }
  .zs-base .zs-row {
    overflow: auto; }
    .zs-base .zs-row:after {
      content: '';
      clear: both; }
  .zs-base ul.tab-list {
    overflow: auto; }
    .zs-base ul.tab-list li {
      float: left;
      padding: 10px 15px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background-image: linear-gradient(to bottom, #f2f2f2 0%, #d2d2d2 100%);
      font-weight: 500;
      font-size: 110%;
      border: 1px solid #ddd;
      border-bottom-style: none; }
      @media (max-width: 767px) {
        .zs-base ul.tab-list li {
          float: none; }
          .zs-base ul.tab-list li:not(:first-child) {
            border-radius: 0; } }
      .zs-base ul.tab-list li.active {
        background: #fff;
        box-shadow: 2px 0px 6px #ddd;
        border: 1px solid #fff;
        border-bottom: none; }
    .zs-base ul.tab-list + .tab-content {
      padding: 25px 20px;
      background: #fff;
      box-shadow: 2px 0px 6px #ddd;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
      font-size: inherit;
      overflow: auto; }
      .zs-base ul.tab-list + .tab-content p {
        font-size: inherit; }
      .zs-base ul.tab-list + .tab-content .tab-pane {
        display: none; }
        .zs-base ul.tab-list + .tab-content .tab-pane.active {
          display: block; }
  .zs-base .select-container {
    position: relative;
    z-index: 0; }
    .zs-base .select-container select {
      position: relative;
      z-index: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: transparent; }
    .zs-base .select-container:after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 16px;
      right: 15px;
      border-top: 8px solid #aaa;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      cursor: pointer; }
  .zs-base .text-right {
    text-align: right; }
    @media (max-width: 767px) {
      .zs-base .text-right {
        text-align: center; } }
  .zs-base .zs-lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    overflow: auto; }
    .zs-base .zs-lightbox .zs-lightbox-body {
      position: relative;
      top: 10%;
      max-width: 900px;
      margin: 0 auto; }
      .zs-base .zs-lightbox .zs-lightbox-body .lightbox-content {
        margin: 3px 30px;
        text-align: center; }
        .zs-base .zs-lightbox .zs-lightbox-body .lightbox-content iframe {
          width: 100%;
          height: 600px;
          position: relative;
          z-index: 11; }
          @media (max-width: 400px) {
            .zs-base .zs-lightbox .zs-lightbox-body .lightbox-content iframe {
              height: 215px !important; } }
      .zs-base .zs-lightbox .zs-lightbox-body .slide-count {
        color: #fff;
        text-align: right; }
      .zs-base .zs-lightbox .zs-lightbox-body .close {
        float: right;
        width: 30px;
        height: 30px;
        background-color: transparent;
        opacity: 1;
        z-index: 999999;
        font-weight: 600;
        font-size: 30px;
        color: #fff;
        text-shadow: none;
        position: absolute;
        right: 12px;
        top: -32px;
        cursor: pointer; }
      .zs-base .zs-lightbox .zs-lightbox-body.image .loader {
        display: none; }
      .zs-base .zs-lightbox .zs-lightbox-body.image .content img {
        width: 100%; }
      @media (max-width: 767px) {
        .zs-base .zs-lightbox .zs-lightbox-body {
          width: 95%; } }
      .zs-base .zs-lightbox .zs-lightbox-body .loader {
        position: absolute;
        top: 300px;
        left: 49%;
        right: auto;
        bottom: auto;
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        z-index: 10; }
        .zs-base .zs-lightbox .zs-lightbox-body .loader:after {
          content: '\e030';
          font-family: 'Glyphicons Halflings';
          font-weight: 100;
          color: #fff;
          font-size: 25px; }
    .zs-base .zs-lightbox .arrow-right:before {
      border-left: 27px solid #3f3f3f; }
    .zs-base .zs-lightbox .lightbox-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: .7; }
    .zs-base .zs-lightbox .lightbox-arrow:before, .zs-base .zs-lightbox .lightbox-arrow:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      border: medium inset transparent; }
    .zs-base .zs-lightbox button.lightbox-arrow {
      overflow: visible;
      cursor: pointer;
      background: transparent;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      outline: none;
      padding: 0;
      z-index: 3;
      box-shadow: none; }
    .zs-base .zs-lightbox .arrow-right:after {
      border-left: 17px solid #fff;
      margin-left: -40px; }
    .zs-base .zs-lightbox .lightbox-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .zs-base .zs-lightbox button.arrow-right {
      position: absolute;
      top: 45%;
      right: -20px; }
    .zs-base .zs-lightbox .arrow-left:after {
      border-right: 17px solid #fff;
      top: 45%; }
  .zs-base .ziftr-msg {
    position: fixed;
    top: 20px;
    width: 40%;
    left: 30%;
    z-index: 3;
    box-shadow: 3px 3px 6px #ddd;
    border-radius: 5px; }
    .zs-base .ziftr-msg .close {
      position: absolute;
      top: 7px;
      right: 7px;
      color: red;
      color: #939393;
      font-size: 14px;
      font-weight: 600;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      padding: 1px;
      text-align: center;
      cursor: pointer;
      z-index: 2;
      opacity: 1;
      line-height: normal; }
    .zs-base .ziftr-msg ul {
      margin: 0 auto;
      padding: 10px 20px;
      list-style: none;
      border-radius: 5px;
      position: relative; }
      .zs-base .ziftr-msg ul li {
        padding: 3px 7px;
        color: #fff; }
        .zs-base .ziftr-msg ul li:first-letter {
          text-transform: uppercase; }
      .zs-base .ziftr-msg ul.errors {
        background-color: #ffe6e6; }
        .zs-base .ziftr-msg ul.errors li {
          color: rgba(255, 0, 0, 0.7); }
      .zs-base .ziftr-msg ul.success {
        background-color: #f5fff5; }
        .zs-base .ziftr-msg ul.success li {
          color: green; }
    @media (max-width: 767px) {
      .zs-base .ziftr-msg {
        width: 80%;
        left: 10%; } }
