/*
 * Cache buster: 2020-07-31 15:10;
 */
/* responsive breakpoints */
/* Mixins */
/** Header **/
.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: #ddd;
    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; }

.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 .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 .title {
    color: #429d9e;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative; }
    .main-content article .comments-section .title.section-expand:after, .main-content article .comments-section .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 .title.section-collapse:after {
      border-top: none;
      border-bottom: 8px solid #429d9e; }
  .main-content article .comments-section .comments-body {
    display: none; }
  .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: 2px solid #eee;
    border-radius: 5px;
    margin: 15px; }
    .main-content article .comments-section .comment-content p {
      padding-top: 15px; }
  @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; }

.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: 991px) {
      .product-container .product-gallery {
        width: 100%; } }
    @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; }
    @media (max-width: 991px) {
      .product-container .product-content {
        float: none;
        width: 100%; } }
  .product-container .product-tabs {
    clear: both;
    position: relative;
    min-height: 325px; }
    .product-container .product-tabs .tab {
      float: left;
      margin-right: 1px; }
      .product-container .product-tabs .tab .tab-header {
        background-image: linear-gradient(to bottom, #f2f2f2 0%, #d2d2d2 100%);
        padding: 10px 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: inline-block;
        border: 1px solid #ccc;
        border-bottom: none;
        position: relative;
        top: 0;
        z-index: 2;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        cursor: pointer; }
      .product-container .product-tabs .tab .tab-content {
        border: 1px solid #ddd;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 300px;
        width: 100%;
        overflow: auto;
        padding: 50px 30px 30px 15px;
        position: absolute;
        top: 32px;
        left: 0;
        z-index: 0; }
        .product-container .product-tabs .tab .tab-content.active {
          z-index: 1;
          background-color: #fff; }
      .product-container .product-tabs .tab.active .tab-header {
        background-image: none;
        background-color: #fff;
        z-index: 2; }
      .product-container .product-tabs .tab.active .tab-content {
        z-index: 1;
        background-color: #fff; }
    .product-container .product-tabs:after {
      content: " ";
      display: table;
      clear: both; }

/*** 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; }
    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; }

/** 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: #D95B1D;
      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: 1;
    background-color: #fff;
    padding: 20px;
    top: 20px;
    left: -250px;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0; }
    .minicart .minicart-dropdown table {
      table-layout: fixed; }
      .minicart .minicart-dropdown table tbody td {
        padding: 10px;
        vertical-align: top; }
      .minicart .minicart-dropdown table tbody tr.sub-total-row {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd; }
        .minicart .minicart-dropdown table tbody tr.sub-total-row td {
          padding: 10px; }
        .minicart .minicart-dropdown table tbody tr.sub-total-row td:last-child {
          text-align: right; }
      .minicart .minicart-dropdown table td.img-container {
        width: 30%; }
      .minicart .minicart-dropdown table td.close {
        vertical-align: top;
        color: red;
        width: 10%; }
      .minicart .minicart-dropdown table tfoot td {
        text-align: right;
        padding: 20px 0 0; }
  @media (max-width: 767px) {
    .minicart {
      display: none; } }

.cart-page table tr {
  border-bottom: 1px solid #ddd; }

.cart-page table td.thumbnail {
  width: 10%; }
  .cart-page table td.thumbnail img {
    width: 100px; }

.cart-page table td.remove {
  width: 25px; }

.cart-page table td.product-title {
  width: 50%; }

.cart-page table .update-cart-btn {
  margin-bottom: 0;
  float: right; }

.cart-page table input, .cart-page table textarea {
  margin-bottom: 0; }

.cart-page table .total td {
  font-weight: 600;
  text-transform: uppercase; }

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

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

.cart-page td:first-child:not(:only-child) {
  font-weight: 600;
  color: #429d9e; }

.checkout .title {
  color: #429d9e; }

.checkout section {
  margin: 20px 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; }

.reduce-amt {
  color: #de2d27; }

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

table.orders td, table.orders th {
  border-bottom: 1px solid #ddd; }
  table.orders td:first-child, table.orders th:first-child {
    width: 65%; }

table.orders td .column-split {
  padding: 15px 15px 15px 5px;
  margin-left: -15px; }

table.orders td div.reduce-amt {
  margin-left: -9px; }

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

.search-results .results {
  border: 1px solid #eee;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 2%;
  border-radius: 2px; }
  .search-results .results .img-container {
    width: 30%;
    margin-right: 2%;
    display: inline-block; }
  .search-results .results .search-result-content {
    width: 67%;
    display: inline-block;
    vertical-align: top; }
  @media (max-width: 767px) {
    .search-results .results .img-container,
    .search-results .results .search-result-content {
      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;
  text-align: center; }

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

.account {
  padding: 30px 0; }
  .account .title {
    color: #429d9e;
    margin: 20px 0; }
  .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; }

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 {
    padding: 20px 0; }
    footer .footer-row:after {
      content: '';
      display: table;
      clear: both; }
    footer .footer-row .copyright {
      color: #8b8c8d;
      font-size: 12px; }
    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; } }

* {
  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; }

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 input {
    width: 300px;
    border-radius: 4px;
    margin: 0 5px 20px 0;
    padding: 10px 20px;
    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 {
      width: 99%;
      margin-right: 1%; }
    form .field-group.inline {
      width: 50%;
      float: left; }

.btn {
  background: #429d9e;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  padding: 10px 20px;
  height: unset;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  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: 45%;
  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-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; }

.float-right {
  float: right;
  display: inline-block; }

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