/**
 * @package   WordPress
 * @subpackage  Huca
 * @version   1.0.7
 * 
 * Design CSS Rules
 * Created by NiceThemez
 * 
 */
/*-------------------------------------------------------------------------*/
/* Globally Applied Styles
/*-------------------------------------------------------------------------*/
body, html {
  margin: 0;
  padding: 0; }

body {
  font-size: 15px;
  line-height: 1.724em;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

a {
  color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    text-decoration: none; }
  a:focus, a:active {
    text-decoration: none;
    outline-width: 0; }

button:focus, button:active {
  outline-width: 0; }

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
select {
  height: 42px;
  border: 1px solid #eee;
  padding: 5px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  max-width: 100%; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"] {
  -webkit-appearance: none; }

textarea {
  border: 1px solid #eee;
  padding: 10px 15px;
  border-radius: 0;
  -webkit-appearance: none; }
  textarea:focus {
    outline-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none; }
  input[type="submit"]:focus {
    outline-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

a, area, button, .amely-button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

img {
  max-width: 100%;
  height: auto; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, table th, table caption {
  font-weight: 500; }
  h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong, h6 strong, .h6 strong, table th strong, table caption strong {
    font-weight: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.4; }

h1, .h1 {
  font-size: 26px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

dd {
  margin-bottom: 10px; }

dt {
  margin-bottom: 5px; }

blockquote {
  padding-top: 0;
  padding-bottom: 0;
  font-style: normal;
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 30px;
  clear: both; }

#nc-wrap {
  overflow: hidden; }

.nc-page-builder-content > .kc_row > .kc-container {
  width: 100%; }
  @media (min-width: 768px) {
    .nc-page-builder-content > .kc_row > .kc-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .nc-page-builder-content > .kc_row > .kc-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .nc-page-builder-content > .kc_row > .kc-container {
      width: 1170px; } }

.nc-content-width-wide .nc-page-builder-content > .kc_row > .kc-container {
  max-width: 1300px;
  width: 100%; }

.nc-close {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .nc-close:after, .nc-close:before {
    content: '';
    height: 2px;
    width: 18px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nc-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

body .nc-width-auto {
  width: auto; }

.bg-scroll {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-scroll,
.bg-fixed,
.bg-parallax {
  position: relative;
  z-index: 0; }
  .bg-scroll > .nc-overlay,
  .bg-fixed > .nc-overlay,
  .bg-parallax > .nc-overlay {
    z-index: -1; }

.nc-parallax-background {
  background-attachment: fixed; }

.nc-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.nc-contact-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .nc-contact-list li {
    padding: 5px 0; }
    .nc-contact-list li i {
      margin-right: 10px;
      font-size: 16px; }

.fancybox-container {
  z-index: 9999999; }

.nc-embed {
  margin-bottom: 20px; }

.tooltip {
  z-index: 99991;
  white-space: nowrap; }

.nc-post-format__audio iframe {
  width: 100%;
  border-width: 0; }

.nc-post-format__link {
  border-left: 4px solid #eee;
  padding-left: 20px;
  font-size: 18px;
  font-style: italic; }
  .nc-post-format__link i {
    margin-right: 5px; }

.nc-post-format__quote blockquote {
  margin: 0; }

.nc-post-format__quote cite {
  font-style: normal;
  font-weight: 500;
  font-size: 16px; }
  .nc-post-format__quote cite:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 10px;
    border-top: 2px solid;
    margin-left: 5px;
    vertical-align: middle; }

.nc-perfect-scrollbar {
  position: relative; }

.nc-tooltip {
  position: relative; }
  .nc-tooltip[data-tooltip]:before, .nc-tooltip[data-tooltip]:after, .nc-tooltip[aria-label]:before, .nc-tooltip[aria-label]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    bottom: 100% !important;
    left: 50% !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }
  .nc-tooltip[data-tooltip]:before, .nc-tooltip[aria-label]:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001;
    margin-bottom: -11px;
    left: calc(50% - 6px) !important;
    border-top-color: #383838;
    width: auto !important;
    height: auto !important;
    top: auto !important; }
  .nc-tooltip[data-tooltip]:after, .nc-tooltip[aria-label]:after {
    font-family: inherit !important;
    font-weight: normal !important;
    letter-spacing: 0;
    border-radius: 4px;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    background-color: #383838;
    text-shadow: 0 -1px 0 #000;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    -webkit-backface-visibility: none;
    backface-visibility: none;
    text-indent: 0;
    -webkit-animation: none !important;
    animation: none !important;
    top: auto !important;
    right: auto !important; }
  .nc-tooltip[data-tooltip]:hover:before, .nc-tooltip[data-tooltip]:hover:after, .nc-tooltip[aria-label]:hover:before, .nc-tooltip[aria-label]:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s; }
  .nc-tooltip[data-tooltip]:hover:before, .nc-tooltip[aria-label]:hover:before {
    -webkit-transform: translateY(-8px) !important;
    -ms-transform: translateY(-8px) !important;
    transform: translateY(-8px) !important; }
  .nc-tooltip[data-tooltip]:hover:after, .nc-tooltip[aria-label]:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px) !important;
    -ms-transform: translateX(-50%) translateY(-8px) !important;
    transform: translateX(-50%) translateY(-8px) !important; }
  .nc-tooltip[aria-label]:after {
    content: attr(aria-label) !important; }
  .nc-tooltip[data-tooltip]:after {
    content: attr(data-tooltip) !important; }

.nc-scrolltop {
  bottom: 20px;
  color: #fff;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  z-index: 900;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%; }
  .nc-scrolltop.active {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 768px) {
    .nc-scrolltop {
      right: 50px;
      bottom: 50px; } }

.loading-dots {
  text-align: center;
  display: inline-block;
  line-height: 1;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .loading-dots span {
    position: relative;
    display: block;
    width: 5px;
    height: 5px;
    top: 0;
    border-radius: 50%;
    margin: 0 2.5px;
    background-color: #fff;
    -webkit-animation: loading-dots .6s linear infinite;
    animation: loading-dots .6s linear infinite; }
    .loading-dots span:nth-last-child(1) {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .loading-dots span:nth-last-child(2) {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .loading-dots span:nth-last-child(3) {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }

@-webkit-keyframes loading-dots {
  0 {
    top: 0; }
  33% {
    top: -3px; }
  66% {
    top: 3px; }
  100% {
    top: 0; } }

@keyframes loading-dots {
  0 {
    top: 0; }
  33% {
    top: -3px; }
  66% {
    top: 3px; }
  100% {
    top: 0; } }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.screen-reader-text {
  display: none; }

.wp-caption {
  margin-bottom: 20px;
  max-width: 100%; }

.wp-caption-text {
  margin-top: 5px;
  font-style: italic;
  line-height: 1.6em;
  font-size: 14px; }

.bypostauthor {
  text-decoration: none; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center; }

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px; }

.alignleft {
  float: left;
  margin-bottom: 5px;
  margin-right: 20px; }

.alignnone {
  margin-bottom: 20px; }

.gallery-caption {
  margin-top: 5px;
  font-style: italic; }

.gallery {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery .gallery-item {
    float: left;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 28px; }
    .gallery .gallery-item img {
      width: 100%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

@media (min-width: 480px) {
  .gallery-columns-2 .gallery-item {
    width: 25%; }
    .gallery-columns-2 .gallery-item:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 480px) {
  .gallery-columns-3 .gallery-item {
    width: 33.333336%; }
    .gallery-columns-3 .gallery-item:nth-child(3n+1) {
      clear: left; } }

@media (min-width: 480px) {
  .gallery-columns-4 .gallery-item {
    width: 25%; }
    .gallery-columns-4 .gallery-item:nth-child(4n+1) {
      clear: left; } }

@media (min-width: 480px) {
  .gallery-columns-5 .gallery-item {
    width: 20%; }
    .gallery-columns-5 .gallery-item:nth-child(5n+1) {
      clear: left; } }

@media (min-width: 480px) {
  .gallery-columns-6 .gallery-item {
    width: 16.66667%; }
    .gallery-columns-6 .gallery-item:nth-child(6n+1) {
      clear: left; } }

@media (min-width: 480px) {
  .gallery-columns-7 .gallery-item {
    width: 14.2857143%; }
    .gallery-columns-7 .gallery-item:nth-child(7n+1) {
      clear: left; } }

@media (min-width: 480px) {
  .gallery-columns-8 .gallery-item {
    width: 12.5%; }
    .gallery-columns-8 .gallery-item:nth-child(8n+1) {
      clear: left; } }

@media (min-width: 480px) {
  .gallery-columns-9 .gallery-item {
    width: 11.1111%; }
    .gallery-columns-9 .gallery-item:nth-child(9n+1) {
      clear: left; } }

.nc-post__content > table,
.nc-page__content > table,
.nc-comment__content > table {
  width: 100%; }
  .nc-post__content > table tr,
  .nc-page__content > table tr,
  .nc-comment__content > table tr {
    border-bottom: 1px solid #f1f1f1; }
    .nc-post__content > table tr td, .nc-post__content > table tr th,
    .nc-page__content > table tr td,
    .nc-page__content > table tr th,
    .nc-comment__content > table tr td,
    .nc-comment__content > table tr th {
      padding-top: 5px;
      padding-bottom: 5px; }
    .nc-post__content > table tr td, .nc-post__content > table tr th,
    .nc-page__content > table tr td,
    .nc-page__content > table tr th,
    .nc-comment__content > table tr td,
    .nc-comment__content > table tr th {
      padding-left: 5px;
      padding-right: 5px; }
      .nc-post__content > table tr td:first-child, .nc-post__content > table tr th:first-child,
      .nc-page__content > table tr td:first-child,
      .nc-page__content > table tr th:first-child,
      .nc-comment__content > table tr td:first-child,
      .nc-comment__content > table tr th:first-child {
        padding-left: 0; }
      .nc-post__content > table tr td:last-child, .nc-post__content > table tr th:last-child,
      .nc-page__content > table tr td:last-child,
      .nc-page__content > table tr th:last-child,
      .nc-comment__content > table tr td:last-child,
      .nc-comment__content > table tr th:last-child {
        padding-right: 0; }

.post-password-form {
  text-align: center; }
  .post-password-form p:last-child {
    max-width: 500px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .post-password-form p:last-child label {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .post-password-form p:last-child input[type="password"] {
      height: 46px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-left: 5px; }
    .post-password-form p:last-child input[type="submit"] {
      line-height: 40px;
      vertical-align: top;
      text-transform: uppercase;
      letter-spacing: 0.05em; }

.nc-no-result {
  text-align: center; }
  .nc-no-result h2 {
    font-size: 26px; }
  .nc-no-result .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px; }
    .nc-no-result .search-form label {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-bottom: 0; }
    .nc-no-result .search-form input[type="search"] {
      height: 46px; }
    .nc-no-result .search-form input[type="submit"] {
      line-height: 40px;
      vertical-align: top;
      text-transform: uppercase;
      letter-spacing: 0.05em; }

.nc-post--standard .nc-post__thumbnail {
  text-align: center; }

.nc-post__media .nc-post__thumbnail img,
.nc-related-post__item-thumbnail img {
  width: auto; }

/*-------------------------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------------------------*/
.nc-grid {
  margin-bottom: 50px; }

.nc-grid__paginate-button {
  margin-top: 30px; }

.nc-grid__paginate-button-text {
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: #ababab; }

.nc-grid__paginate-loading {
  text-align: center;
  display: none; }
  .nc-grid__paginate-loading .bounce {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 10; }
    .nc-grid__paginate-loading .bounce:after, .nc-grid__paginate-loading .bounce:before {
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: inherit;
      position: absolute;
      border-radius: 50%; }
    .nc-grid__paginate-loading .bounce:before {
      -webkit-animation: bounce;
      animation: bounce;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .nc-grid__paginate-loading .bounce:after {
      -webkit-animation: bounce;
      animation: bounce;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-12,
.col-xl-20 {
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px; }

.col-xs-20 {
  width: 20%; }

@media (min-width: 786px) {
  .col-sm-20 {
    width: 20%; } }

@media (min-width: 992px) {
  .col-md-5 {
    width: 20%; } }

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%; } }

@media (min-width: 1400px) {
  .col-xl-1 {
    width: 8.33333333%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-20 {
    width: 20%; } }

.row-clearfix > .col-xs-6:nth-child(2n+1), .row-clearfix > .col-xs-4:nth-child(3n+1), .row-clearfix > .col-xs-3:nth-child(4n+1), .row-clearfix > .col-xs-2:nth-child(6n+1) {
  clear: both; }

@media (min-width: 767px) {
  .row-clearfix > .col-sm-6:nth-child(n), .row-clearfix > .col-sm-4:nth-child(n), .row-clearfix > .col-sm-3:nth-child(n), .row-clearfix > .col-sm-2:nth-child(n) {
    clear: none; }
  .row-clearfix > .col-sm-6:nth-child(2n+1), .row-clearfix > .col-sm-4:nth-child(3n+1), .row-clearfix > .col-sm-3:nth-child(4n+1), .row-clearfix > .col-sm-2:nth-child(6n+1) {
    clear: both; } }

@media (min-width: 992px) {
  .row-clearfix > .col-md-6:nth-child(n), .row-clearfix > .col-md-4:nth-child(n), .row-clearfix > .col-md-3:nth-child(n), .row-clearfix > .col-md-2:nth-child(n) {
    clear: none; }
  .row-clearfix > .col-md-6:nth-child(2n+1), .row-clearfix > .col-md-4:nth-child(3n+1), .row-clearfix > .col-md-3:nth-child(4n+1), .row-clearfix > .col-md-2:nth-child(6n+1) {
    clear: both; } }

@media (min-width: 1200px) {
  .row-clearfix > .col-lg-6:nth-child(n), .row-clearfix > .col-lg-4:nth-child(n), .row-clearfix > .col-lg-3:nth-child(n), .row-clearfix > .col-lg-2:nth-child(n) {
    clear: none; }
  .row-clearfix > .col-lg-6:nth-child(2n+1), .row-clearfix > .col-lg-4:nth-child(3n+1), .row-clearfix > .col-lg-3:nth-child(4n+1), .row-clearfix > .col-lg-2:nth-child(6n+1) {
    clear: both; } }

@media (min-width: 1400px) {
  .row-clearfix > .col-xl-6:nth-child(n), .row-clearfix > .col-xl-20:nth-child(n), .row-clearfix > .col-xl-4:nth-child(n), .row-clearfix > .col-xl-3:nth-child(n), .row-clearfix > .col-xl-2:nth-child(n) {
    clear: none; }
  .row-clearfix > .col-xl-6:nth-child(2n+1), .row-clearfix > .col-xl-20:nth-child(5n+1), .row-clearfix > .col-xl-4:nth-child(3n+1), .row-clearfix > .col-xl-3:nth-child(4n+1), .row-clearfix > .col-xl-2:nth-child(6n+1) {
    clear: both; } }

.nc-gap-0 > .row {
  margin-left: 0;
  margin-right: 0; }
  .nc-gap-0 > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.nc-gap-5 > .row {
  margin-left: -2.5px;
  margin-right: -2.5px; }
  .nc-gap-5 > .row > [class*="col-"] {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px; }

.nc-gap-10 > .row {
  margin-left: -5px;
  margin-right: -5px; }
  .nc-gap-10 > .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }

.nc-gap-15 > .row {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .nc-gap-15 > .row > [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px; }

.nc-gap-20 > .row {
  margin-left: -10px;
  margin-right: -10px; }
  .nc-gap-20 > .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }

.nc-gap-25 > .row {
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .nc-gap-25 > .row > [class*="col-"] {
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-bottom: 25px; }

/*-------------------------------------------------------------------------*/
/* Header
/*-------------------------------------------------------------------------*/
.nc-header {
  position: relative;
  z-index: 990; }

.nc-header__wrap {
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.nc-header__content {
  position: relative; }

.nc-header__navbar {
  float: right;
  cursor: pointer; }
  .nc-header__navbar .nc-header__navbar-icon {
    width: 24px;
    height: 2px;
    background-color: #191919;
    display: block;
    margin: 2.5px 0;
    float: right;
    clear: both;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .nc-header__navbar .nc-header__navbar-icon:nth-child(2) {
      width: 32px; }
  .nc-header__navbar:hover .nc-header__navbar-icon:nth-child(1), .nc-header__navbar:hover .nc-header__navbar-icon:nth-child(3) {
    width: 32px; }
  .nc-header__navbar:hover .nc-header__navbar-icon:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }

.nc-header-is-sticky.nc-header-style1 .nc-header__wrap, .nc-header-is-sticky.nc-header-style2 .nc-header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 6px #b8b8b9;
  box-shadow: 0 0 6px #b8b8b9; }

.nc-header-is-sticky.nc-header-style2:not(.nc-header-is-mobile) .nc-header .nc-header__content {
  min-height: 90px; }

.nc-header-transparent.nc-header-style1 .nc-header, .nc-header-transparent.nc-header-style2 .nc-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.nc-header-transparent.nc-header-style1:not(.nc-header-is-sticky) .nc-header__wrap, .nc-header-transparent.nc-header-style2:not(.nc-header-is-sticky) .nc-header__wrap {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .nc-header-transparent.nc-header-style1:not(.nc-header-is-sticky) .nc-header__wrap:hover, .nc-header-transparent.nc-header-style2:not(.nc-header-is-sticky) .nc-header__wrap:hover {
    background-color: rgba(255, 255, 255, 0.9); }

.nc-header__icon {
  position: relative; }
  .nc-header__icon .nc-header__icon-badge {
    position: absolute;
    background-color: #212121;
    color: #fff;
    border-radius: 50px;
    font-size: 10px;
    min-width: 14px;
    line-height: 14px;
    text-align: center;
    top: -7px;
    right: -10px; }

.nc-header-style1 .nc-header__content,
.nc-header-style2 .nc-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 80px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.nc-header-style1 .nc-header__mini-cart,
.nc-header-style2 .nc-header__mini-cart {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -15px;
  top: 100%;
  background-color: #fff;
  width: 300px;
  -webkit-box-shadow: 0 0 5px 0 rgba(3, 3, 3, 0.1);
  box-shadow: 0 0 5px 0 rgba(3, 3, 3, 0.1);
  padding: 20px; }
  .nc-header-style1 .nc-header__mini-cart.active,
  .nc-header-style2 .nc-header__mini-cart.active {
    -webkit-animation: fade_up 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
    animation: fade_up 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both; }

.nc-header__search .search-form {
  margin-bottom: 0;
  position: relative; }
  .nc-header__search .search-form:before {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 13px; }
  .nc-header__search .search-form .search-field {
    border-width: 0;
    padding: 0;
    border-bottom: 2px solid #f1f1f1;
    font-size: 16px; }
    .nc-header__search .search-form .search-field::-webkit-input-placeholder {
      color: #777; }
    .nc-header__search .search-form .search-field:-moz-placeholder {
      color: #777; }
    .nc-header__search .search-form .search-field::-moz-placeholder {
      color: #777; }
    .nc-header__search .search-form .search-field:-ms-input-placeholder {
      color: #777; }
  .nc-header__search .search-form .search-submit {
    display: none; }

.nc-header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 992;
  opacity: 0;
  visibility: hidden; }
  .nc-header-search .nc-header-search__inner {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
  .nc-header-search.active {
    -webkit-animation: fade_up 0.25s cubic-bezier(0.175, 0.885, 0.32, 1) both;
    animation: fade_up 0.25s cubic-bezier(0.175, 0.885, 0.32, 1) both; }
  .nc-header-search .search-form {
    margin-bottom: 0; }
  .nc-header-search input[type="search"] {
    border-width: 0;
    background-color: transparent;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    border-bottom: 2px solid #212121;
    font-size: 24px;
    line-height: 44px;
    height: 44px; }
    @media (min-width: 768px) {
      .nc-header-search input[type="search"] {
        font-size: calc(2.77778vw + 2.66667px); } }
    @media (min-width: 1200px) {
      .nc-header-search input[type="search"] {
        font-size: 36px; } }
    @media (min-width: 768px) {
      .nc-header-search input[type="search"] {
        line-height: calc(3.7037vw + 15.55556px);
        height: calc(3.7037vw + 15.55556px); } }
    @media (min-width: 1200px) {
      .nc-header-search input[type="search"] {
        line-height: 60px;
        height: 60px; } }
    .nc-header-search input[type="search"]::-webkit-input-placeholder {
      color: #dcdcdc; }
    .nc-header-search input[type="search"]:-moz-placeholder {
      color: #dcdcdc; }
    .nc-header-search input[type="search"]::-moz-placeholder {
      color: #dcdcdc; }
    .nc-header-search input[type="search"]:-ms-input-placeholder {
      color: #dcdcdc; }
  .nc-header-search .search-submit {
    display: none; }
  .nc-header-search .nc-search__desc {
    font-size: 13px;
    color: #999999;
    padding: 10px 0; }
  .nc-header-search button {
    display: none; }

.nc-header-style1 .nc-header .nc-header__logo img {
  max-height: 70px; }

.nc-header-style1 .nc-header .nc-header__navigator {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .nc-header-style1 .nc-header .nc-header__navigator + .nc-header__icon--search,
  .nc-header-style1 .nc-header .nc-header__navigator + .nc-header__icon--cart {
    margin-left: 60px; }

.nc-header-style1 .nc-header .nc-header__nav {
  float: right; }

.nc-header-style1 .nc-header .nc-header__nav .nc-menu-list {
  padding: 0;
  margin: 0 -30px;
  list-style: none; }
  .nc-header-style1 .nc-header .nc-header__nav .nc-menu-list > li {
    float: left;
    position: relative; }
    .nc-header-style1 .nc-header .nc-header__nav .nc-menu-list > li > a {
      display: block;
      line-height: 80px;
      padding: 0 30px;
      color: #444;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
  .nc-header-style1 .nc-header .nc-header__nav .nc-menu-list li:hover > .sub-menu {
    opacity: 1;
    visibility: visible; }
  .nc-header-style1 .nc-header .nc-header__nav .nc-menu-list .sub-menu {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    background-color: #fff;
    width: 240px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .nc-header-style1 .nc-header .nc-header__nav .nc-menu-list .sub-menu li a {
      display: block;
      font-size: 14px;
      padding: 5px 30px; }
    .nc-header-style1 .nc-header .nc-header__nav .nc-menu-list .sub-menu .sub-menu {
      left: 100%;
      top: 0;
      -webkit-box-shadow: 0 0 10px 0 rgba(3, 3, 3, 0.1);
      box-shadow: 0 0 10px 0 rgba(3, 3, 3, 0.1); }

.nc-header-style1 .nc-header .nc-header__navbar {
  display: none; }

.nc-header-style1 .nc-header .nc-header__icon--search,
.nc-header-style1 .nc-header .nc-header__icon--cart {
  font-size: 14px;
  color: #444; }
  .nc-header-style1 .nc-header .nc-header__icon--search + .nc-header__icon--search,
  .nc-header-style1 .nc-header .nc-header__icon--search + .nc-header__icon--cart,
  .nc-header-style1 .nc-header .nc-header__icon--cart + .nc-header__icon--search,
  .nc-header-style1 .nc-header .nc-header__icon--cart + .nc-header__icon--cart {
    margin-left: 60px; }

.nc-header-style1.nc-header-is-mobile .nc-header__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.nc-header-style1.nc-header-is-mobile .nc-header__navigator {
  display: none; }

.nc-header-style1.nc-header-is-mobile .nc-header__navbar {
  display: block; }

.nc-header-style1.nc-header-is-mobile .nc-header__icon--cart,
.nc-header-style1.nc-header-is-mobile .nc-header__icon--search {
  font-size: 16px;
  padding-left: 0; }
  .nc-header-style1.nc-header-is-mobile .nc-header__icon--cart + .nc-header__navbar,
  .nc-header-style1.nc-header-is-mobile .nc-header__icon--cart + .nc-header__icon--cart,
  .nc-header-style1.nc-header-is-mobile .nc-header__icon--cart + .nc-header__icon--search,
  .nc-header-style1.nc-header-is-mobile .nc-header__icon--search + .nc-header__navbar,
  .nc-header-style1.nc-header-is-mobile .nc-header__icon--search + .nc-header__icon--cart,
  .nc-header-style1.nc-header-is-mobile .nc-header__icon--search + .nc-header__icon--search {
    margin-left: 30px; }
    @media (min-width: 567px) {
      .nc-header-style1.nc-header-is-mobile .nc-header__icon--cart + .nc-header__navbar,
      .nc-header-style1.nc-header-is-mobile .nc-header__icon--cart + .nc-header__icon--cart,
      .nc-header-style1.nc-header-is-mobile .nc-header__icon--cart + .nc-header__icon--search,
      .nc-header-style1.nc-header-is-mobile .nc-header__icon--search + .nc-header__navbar,
      .nc-header-style1.nc-header-is-mobile .nc-header__icon--search + .nc-header__icon--cart,
      .nc-header-style1.nc-header-is-mobile .nc-header__icon--search + .nc-header__icon--search {
        margin-left: 40px; } }

.nc-header-style1.nc-header-is-mobile .nc-header__mini-cart {
  right: 0; }

.nc-header-style2 .nc-header .nc-header__content {
  min-height: 120px; }

.nc-header-style2 .nc-header .nc-header__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .nc-header-style2 .nc-header .nc-header__logo img {
    max-height: 100px; }

.nc-header-style2 .nc-header .nc-header__icon--search,
.nc-header-style2 .nc-header .nc-header__icon--cart {
  font-size: 16px;
  color: #444; }
  .nc-header-style2 .nc-header .nc-header__icon--search + .nc-header__navbar,
  .nc-header-style2 .nc-header .nc-header__icon--search + .nc-header__icon--search,
  .nc-header-style2 .nc-header .nc-header__icon--search + .nc-header__icon--cart,
  .nc-header-style2 .nc-header .nc-header__icon--cart + .nc-header__navbar,
  .nc-header-style2 .nc-header .nc-header__icon--cart + .nc-header__icon--search,
  .nc-header-style2 .nc-header .nc-header__icon--cart + .nc-header__icon--cart {
    margin-left: 30px; }
    @media (min-width: 567px) {
      .nc-header-style2 .nc-header .nc-header__icon--search + .nc-header__navbar,
      .nc-header-style2 .nc-header .nc-header__icon--search + .nc-header__icon--search,
      .nc-header-style2 .nc-header .nc-header__icon--search + .nc-header__icon--cart,
      .nc-header-style2 .nc-header .nc-header__icon--cart + .nc-header__navbar,
      .nc-header-style2 .nc-header .nc-header__icon--cart + .nc-header__icon--search,
      .nc-header-style2 .nc-header .nc-header__icon--cart + .nc-header__icon--cart {
        margin-left: 40px; } }

.nc-header-style2 .nc-header .nc-header__mini-cart {
  right: 0; }

.nc-header-style2.nc-header-is-mobile .nc-header .nc-header__content {
  min-height: 80px; }
  .nc-header-style2.nc-header-is-mobile .nc-header .nc-header__content .nc-header__logo img {
    max-height: 70px; }

.nc-navigation-full-screen {
  position: fixed;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden; }
  .nc-navigation-full-screen.active {
    -webkit-animation: fade_in .25s linear both;
    animation: fade_in .25s linear both; }
    .nc-navigation-full-screen.active .nc-navigation-full-screen__nav .nc-menu-list > li > a,
    .nc-navigation-full-screen.active .nc-social a {
      -webkit-animation: fade_up 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
      animation: fade_up 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both; }

.nc-navigation-full-screen__close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .nc-navigation-full-screen__close:after, .nc-navigation-full-screen__close:before {
    content: '';
    height: 2px;
    width: 18px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nc-navigation-full-screen__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.nc-navigation-full-screen__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  padding: 50px 0; }
  .nc-navigation-full-screen__content .nc-social {
    display: block;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 5px;
    display: block; }
    @media (min-width: 768px) {
      .nc-navigation-full-screen__content .nc-social {
        float: right;
        margin-top: 0; } }
    .nc-navigation-full-screen__content .nc-social a {
      padding-left: 10px;
      padding-right: 10px;
      position: relative; }
      @media (min-width: 768px) {
        .nc-navigation-full-screen__content .nc-social a {
          float: left; } }
      .nc-navigation-full-screen__content .nc-social a:hover {
        color: inherit; }
        .nc-navigation-full-screen__content .nc-social a:hover span {
          text-decoration: underline; }
      .nc-navigation-full-screen__content .nc-social a:last-child::after {
        content: none; }
      .nc-navigation-full-screen__content .nc-social a:after {
        content: '';
        border-left: 1px solid #999;
        top: 0;
        bottom: 0;
        height: 10px;
        right: 0;
        margin-top: auto;
        margin-bottom: auto;
        position: absolute; }

.nc-navigation-full-screen__nav .nc-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }
  .nc-navigation-full-screen__nav .nc-menu-list > li {
    color: #fff;
    list-style: none; }
    .nc-navigation-full-screen__nav .nc-menu-list > li > a {
      padding: 3px 0;
      font-weight: 500;
      text-decoration: none;
      font-size: 30px; }
      @media (min-width: 768px) {
        .nc-navigation-full-screen__nav .nc-menu-list > li > a {
          font-size: calc(6.94444vw - 23.33333px); } }
      @media (min-width: 1200px) {
        .nc-navigation-full-screen__nav .nc-menu-list > li > a {
          font-size: 60px; } }
  .nc-navigation-full-screen__nav .nc-menu-list a {
    display: inline-block;
    line-height: 1.3em; }
  .nc-navigation-full-screen__nav .nc-menu-list .sub-menu {
    display: none;
    padding: 0; }
    .nc-navigation-full-screen__nav .nc-menu-list .sub-menu > li {
      list-style: none; }
      .nc-navigation-full-screen__nav .nc-menu-list .sub-menu > li:hover > a {
        text-decoration: underline; }
    .nc-navigation-full-screen__nav .nc-menu-list .sub-menu a {
      color: #fff;
      font-size: 16px;
      padding: 10px 0;
      position: relative; }
    .nc-navigation-full-screen__nav .nc-menu-list .sub-menu .sub-menu {
      padding-left: 20px; }

.nc-navigation-full-screen__menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  width: 90%; }

.nc-header-style3:not(.nc-header-is-mobile) #nc-wrap {
  padding-left: 290px; }
  @media (min-width: 999px) {
    .nc-header-style3:not(.nc-header-is-mobile) #nc-wrap {
      padding-left: calc(42.28856vw - 132.46269px); } }
  @media (min-width: 1200px) {
    .nc-header-style3:not(.nc-header-is-mobile) #nc-wrap {
      padding-left: 375px; } }
  .nc-header-style3:not(.nc-header-is-mobile) #nc-wrap .kc-container,
  .nc-header-style3:not(.nc-header-is-mobile) #nc-wrap .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .nc-header-style3:not(.nc-header-is-mobile) #nc-wrap #nc-content {
    padding: 50px 45px 50px 0; }

.nc-header-style3:not(.nc-header-is-mobile) .nc-header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 290px; }
  @media (min-width: 999px) {
    .nc-header-style3:not(.nc-header-is-mobile) .nc-header {
      width: calc(42.28856vw - 132.46269px); } }
  @media (min-width: 1200px) {
    .nc-header-style3:not(.nc-header-is-mobile) .nc-header {
      width: 375px; } }
  .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 45px; }
  .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__navigator {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 999px) {
      .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__navigator {
        padding-top: calc(9.95025vw - 49.40299px);
        padding-bottom: calc(9.95025vw - 49.40299px); } }
    @media (min-width: 1200px) {
      .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__navigator {
        padding-top: 70px;
        padding-bottom: 70px; } }
  .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative; }
    .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__nav .nc-menu-list {
      padding: 0;
      margin: 0; }
      .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__nav .nc-menu-list li {
        list-style: none; }
        .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__nav .nc-menu-list li a {
          display: inline-block; }
      .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__nav .nc-menu-list > li > a {
        padding: 12px 0;
        font-size: 18px; }
      .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__nav .nc-menu-list .sub-menu {
        padding: 0;
        margin: 0;
        display: none; }
        .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__nav .nc-menu-list .sub-menu a {
          font-size: 14px;
          padding: 4px 0; }
  .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__social p {
    font-size: 13px;
    margin-bottom: 5px;
    color: #999; }
  .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__social .nc-social {
    display: block;
    font-size: 15px;
    margin: 0 -10px; }
    .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__social .nc-social a {
      display: inline-block;
      margin: 0 10px; }
  .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__icon--search {
    display: none; }

.nc-header-style3:not(.nc-header-is-mobile) .nc-header__navbar {
  display: none; }

.nc-header-style3:not(.nc-header-is-mobile) .nc-header__search {
  margin-bottom: 20px; }

.nc-header-style3:not(.nc-header-is-mobile) #nc-footer {
  display: none; }

.nc-header-style3.nc-header-is-mobile .nc-header__navigator,
.nc-header-style3.nc-header-is-mobile .nc-header__social,
.nc-header-style3.nc-header-is-mobile .nc-header__search {
  display: none; }

.nc-header-style3.nc-header-is-mobile .nc-header .nc-header__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.nc-header-style3.nc-header-is-mobile .nc-header .nc-header__icon--search {
  font-size: 17px;
  color: #444;
  display: block; }
  .nc-header-style3.nc-header-is-mobile .nc-header .nc-header__icon--search + .nc-header__navbar {
    margin-left: 30px; }
    @media (min-width: 567px) {
      .nc-header-style3.nc-header-is-mobile .nc-header .nc-header__icon--search + .nc-header__navbar {
        margin-left: 40px; } }

.nc-header-style3.nc-header-is-mobile .nc-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 80px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.nc-header-style3.nc-header-is-mobile.nc-header-is-sticky .nc-header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

.nc-body:not(.nc-header-is-mobile) .nc-header-mobile,
.nc-body:not(.nc-header-is-mobile) .nc-header-mobile__overlay {
  display: none; }

.nc-header-mobile {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 991;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 300px; }
  @media (min-width: 768px) {
    .nc-header-mobile {
      width: calc(23.14815vw + 122.22222px); } }
  @media (min-width: 1200px) {
    .nc-header-mobile {
      width: 400px; } }
  .nc-header-mobile.active {
    -webkit-animation: fade_right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
    animation: fade_right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both; }

.nc-header__label,
.nc-header-mobile__label {
  font-size: 13px;
  margin-bottom: 30px;
  color: #999; }

.nc-header-mobile__inner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  padding: 100px 50px 50px; }

.nc-header-mobile__navigator {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 20px; }
  .nc-header-mobile__navigator .ps__rail-y {
    right: auto !important;
    left: 0 !important; }

.nc-header-mobile__nav .nc-menu-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .nc-header-mobile__nav .nc-menu-list > li > a {
    font-size: 18px;
    padding: 12px 0; }
  .nc-header-mobile__nav .nc-menu-list a {
    font-size: 14px;
    display: inline-block; }
  .nc-header-mobile__nav .nc-menu-list .sub-menu {
    list-style: none;
    display: none;
    padding: 0;
    margin: 0; }

.nc-header-mobile__social .nc-header-mobile__label {
  margin-bottom: 5px; }

.nc-header-mobile__social .nc-social {
  display: block;
  font-size: 15px;
  margin: 0 -10px; }
  .nc-header-mobile__social .nc-social a {
    display: inline-block;
    margin: 0 10px; }

.nc-header-mobile__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(17, 17, 17, 0.7);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 990;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .nc-header-mobile__overlay.active {
    opacity: 1;
    visibility: visible; }

.nc-header-width-wide:not(.nc-header-style3) .nc-header .container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

.nc-header-width-wide:not(.nc-header-style3).nc-header-style1:not(.nc-header-is-mobile) .nc-header .nc-header__nav .nc-menu-list > li > a {
  line-height: 100px; }

@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade_right {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible; } }

@keyframes fade_up {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible; } }

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes fade_in {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

/*-------------------------------------------------------------------------*/
/* All Components
/*-------------------------------------------------------------------------*/
.nc-btn, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button, .woocommerce table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button, .woocommerce table.cart td.actions button[type="submit"],
.woocommerce-page table.cart td.actions button[type="submit"], .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, .woocommerce .return-to-shop .button,
.woocommerce-page .return-to-shop .button, .woocommerce #payment div.form-row #place_order,
.woocommerce-page #payment div.form-row #place_order, .woocommerce form.checkout_coupon button.button, .woocommerce form.login button.button, .woocommerce form.register button.button,
.woocommerce-page form.checkout_coupon button.button,
.woocommerce-page form.login button.button,
.woocommerce-page form.register button.button {
  display: inline-block;
  background-color: #f1f1f1;
  border-width: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 46px;
  padding: 0 30px;
  text-decoration: none;
  border-radius: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .nc-btn:hover, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover,
  .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover, .woocommerce table.cart td.actions .coupon .button:hover,
  .woocommerce-page table.cart td.actions .coupon .button:hover, .woocommerce table.cart td.actions button:hover[type="submit"],
  .woocommerce-page table.cart td.actions button:hover[type="submit"], .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover,
  .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover, .woocommerce .return-to-shop .button:hover,
  .woocommerce-page .return-to-shop .button:hover, .woocommerce #payment div.form-row #place_order:hover,
  .woocommerce-page #payment div.form-row #place_order:hover, .woocommerce form.checkout_coupon button.button:hover, .woocommerce form.login button.button:hover, .woocommerce form.register button.button:hover,
  .woocommerce-page form.checkout_coupon button.button:hover,
  .woocommerce-page form.login button.button:hover,
  .woocommerce-page form.register button.button:hover {
    text-decoration: none; }

.nc-btn--default {
  line-height: 44px;
  border: 1px solid #212121; }
  .nc-btn--default:hover {
    border-color: inherit;
    background-color: transparent; }

.nc-btn--dark, .post-password-form p:last-child input[type="submit"], .nc-no-result .search-form input[type="submit"], .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout, .woocommerce table.cart td.actions button[type="submit"],
.woocommerce-page table.cart td.actions button[type="submit"], .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, .woocommerce #payment div.form-row #place_order,
.woocommerce-page #payment div.form-row #place_order, .woocommerce form.checkout_coupon button.button, .woocommerce form.login button.button, .woocommerce form.register button.button,
.woocommerce-page form.checkout_coupon button.button,
.woocommerce-page form.login button.button,
.woocommerce-page form.register button.button {
  line-height: 44px;
  border: 1px solid #212121; }
  .nc-btn--dark:hover, .post-password-form p:last-child input:hover[type="submit"], .nc-no-result .search-form input:hover[type="submit"], .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover,
  .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover, .woocommerce table.cart td.actions button:hover[type="submit"],
  .woocommerce-page table.cart td.actions button:hover[type="submit"], .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover,
  .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover, .woocommerce #payment div.form-row #place_order:hover,
  .woocommerce-page #payment div.form-row #place_order:hover, .woocommerce form.checkout_coupon button.button:hover, .woocommerce form.login button.button:hover, .woocommerce form.register button.button:hover,
  .woocommerce-page form.checkout_coupon button.button:hover,
  .woocommerce-page form.login button.button:hover,
  .woocommerce-page form.register button.button:hover {
    background-color: transparent; }

.nc-btn--white {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.nc-btn--transparent, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout),
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout), .woocommerce table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button, .woocommerce .return-to-shop .button,
.woocommerce-page .return-to-shop .button {
  background-color: transparent;
  border: 1px solid;
  line-height: 44px; }

.nc-btn--rounded {
  border-radius: 70px; }

#nc-preloader {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  #nc-preloader:before {
    content: '';
    display: block;
    border: 3px solid #e8e8e8;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    -webkit-animation: spinner_rotate 0.4s linear infinite;
    animation: spinner_rotate 0.4s linear infinite; }

@-webkit-keyframes spinner_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spinner_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.nc-grid__nav {
  margin: 0 0 50px 0; }
  .nc-grid__nav ul {
    display: inline-block;
    padding: 0;
    margin: 0 -30px; }
    .nc-grid__nav ul li {
      list-style: none;
      padding: 0 30px;
      display: inline-block;
      position: relative; }
      .nc-grid__nav ul li:before {
        content: '/';
        position: absolute;
        right: 0;
        color: #999; }
      .nc-grid__nav ul li:last-child:before {
        content: none; }
      .nc-grid__nav ul li a {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1em; }
      .nc-grid__nav ul li.active a {
        border-top-color: inherit; }
  @media (max-width: 767px) {
    .nc-grid__nav {
      white-space: nowrap;
      overflow-y: hidden;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }

.nav-links, .woocommerce .woocommerce-pagination .page-numbers,
.woocommerce-page .woocommerce-pagination .page-numbers {
  display: inline-block;
  margin-left: -10px;
  margin-right: -10px;
  vertical-align: top; }
  .nav-links .page-numbers, .woocommerce .woocommerce-pagination .page-numbers .page-numbers, .woocommerce-page .woocommerce-pagination .page-numbers .page-numbers {
    float: left;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 7px 6px 7px;
    min-width: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    position: relative;
    border: 1px solid transparent; }
    .nav-links .page-numbers.current, .woocommerce .woocommerce-pagination .page-numbers .page-numbers.current, .woocommerce-page .woocommerce-pagination .page-numbers .page-numbers.current, .nav-links .page-numbers:hover, .woocommerce .woocommerce-pagination .page-numbers .page-numbers:hover, .woocommerce-page .woocommerce-pagination .page-numbers .page-numbers:hover {
      border-color: inherit; }
      .nav-links .page-numbers.current.loading, .woocommerce .woocommerce-pagination .page-numbers .page-numbers.current.loading, .woocommerce-page .woocommerce-pagination .page-numbers .page-numbers.current.loading, .nav-links .page-numbers:hover.loading, .woocommerce .woocommerce-pagination .page-numbers .page-numbers:hover.loading, .woocommerce-page .woocommerce-pagination .page-numbers .page-numbers:hover.loading {
        color: transparent; }
    .nav-links .page-numbers .loading-dots, .woocommerce .woocommerce-pagination .page-numbers .page-numbers .loading-dots, .woocommerce-page .woocommerce-pagination .page-numbers .page-numbers .loading-dots {
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      margin-bottom: auto;
      margin-top: auto; }
  .nav-links .prev:before, .woocommerce .woocommerce-pagination .page-numbers .prev:before, .woocommerce-page .woocommerce-pagination .page-numbers .prev:before,
  .nav-links .next:before,
  .woocommerce .woocommerce-pagination .page-numbers .next:before,
  .woocommerce-page .woocommerce-pagination .page-numbers .next:before {
    content: '\e93b';
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    top: 2px; }
  
  .nav-links .next:before,
  .woocommerce .woocommerce-pagination .page-numbers .next:before,
  .woocommerce-page .woocommerce-pagination .page-numbers .next:before {
    content: '\e93c'; }

.nav-previous-next {
  text-align: center;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  width: 100%; }
  .nav-previous-next a {
    float: left;
    font-size: 18px;
    font-weight: 500;
    width: 33.33333%; }
    .nav-previous-next a[rel="prev"] {
      text-align: left; }
    .nav-previous-next a[rel="next"] {
      float: right;
      text-align: right; }

.nc-post__pages {
  margin-top: 30px; }
  .nc-post__pages span {
    padding-right: 10px; }
  .nc-post__pages a {
    padding: 0 5px; }

.comment-navigation .nav-links, .comment-navigation .woocommerce .woocommerce-pagination .page-numbers, .woocommerce .woocommerce-pagination .comment-navigation .page-numbers,
.comment-navigation .woocommerce-page .woocommerce-pagination .page-numbers, .woocommerce-page .woocommerce-pagination .comment-navigation .page-numbers {
  display: block; }

.comment-navigation a {
  padding-bottom: 2px; }

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  padding-left: 10px;
  padding-right: 10px; }

.comment-navigation .nav-previous {
  float: left; }

.comment-navigation .nav-next {
  float: right; }

.nc-instagram {
  position: relative; }

.nc-instagram__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .nc-instagram__title a {
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    white-space: nowrap; }
  .nc-instagram__title i {
    margin-right: 2px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle; }
  .nc-instagram__title span {
    font-style: italic; }
  .nc-instagram__title a {
    text-decoration: none; }

@media (max-width: 767px) {
  .nc-instagram__content {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
    -webkit-overflow-scrolling: touch; }
    .nc-instagram__content .nc-instagram__item {
      width: 200px;
      float: none;
      display: inline-block; } }

.nc-instagram__content-empty {
  text-align: center;
  margin-bottom: 0;
  padding-top: 110px;
  padding-bottom: 15px;
  background-color: #f1f1f1; }

.nc-instagram__item {
  float: left;
  width: 16.66666%; }
  .nc-instagram__item a {
    display: block;
    padding-top: 100%; }
    .nc-instagram__item a:hover {
      opacity: 0.5; }
  .nc-instagram__item img {
    display: none; }

.nc-widget-social {
  display: inline-block; }
  .nc-widget-social a {
    display: inline-block; }

.nc-heading-page {
  background-color: #edf0f7;
  position: relative;
  z-index: 0; }
  .nc-heading-page:not(.nc-heading-page--breadcrumbs) {
    margin-bottom: 50px;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .nc-heading-page:not(.nc-heading-page--breadcrumbs) {
        margin-bottom: calc(11.57407vw - 38.88889px); } }
    @media (min-width: 1200px) {
      .nc-heading-page:not(.nc-heading-page--breadcrumbs) {
        margin-bottom: 100px; } }
    @media (min-width: 768px) {
      .nc-heading-page:not(.nc-heading-page--breadcrumbs) {
        padding-top: calc(4.62963vw + 24.44444px);
        padding-bottom: calc(4.62963vw + 24.44444px); } }
    @media (min-width: 1200px) {
      .nc-heading-page:not(.nc-heading-page--breadcrumbs) {
        padding-top: 80px;
        padding-bottom: 80px; } }
  .nc-heading-page.text-left .nc-heading-page__inner {
    margin-left: 0; }
  .nc-heading-page.text-right .nc-heading-page__inner {
    margin-right: 0; }
  .nc-heading-page .nc-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2; }

.nc-heading-page--breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 70px; }

.nc-heading-page__title {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 26px; }
  @media (min-width: 667px) {
    .nc-heading-page__title {
      font-size: calc(0.75047vw + 20.99437px); } }
  @media (min-width: 1200px) {
    .nc-heading-page__title {
      font-size: 30px; } }

.nc-header-transparent .nc-heading-page:not(.nc-heading-page--breadcrumbs) {
  padding-top: 100px; }
  @media (min-width: 768px) {
    .nc-header-transparent .nc-heading-page:not(.nc-heading-page--breadcrumbs) {
      padding-top: calc(13.88889vw - 6.66667px); } }
  @media (min-width: 1200px) {
    .nc-header-transparent .nc-heading-page:not(.nc-heading-page--breadcrumbs) {
      padding-top: 160px; } }

.nc-section-single-blog,
.nc-section-blog {
  margin-bottom: 30px; }

.nc-post {
  position: relative; }
  .nc-post.sticky .nc-post__title:after {
    content: '\f097';
    font-family: 'FontAwesome';
    margin-left: 6px;
    font-size: 90%; }

.nc-post__thumbnail img {
  width: 100%; }

.nc-post__title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  word-wrap: break-word; }
  .nc-post__title a {
    text-decoration: none; }

.nc-post__meta {
  font-size: 14px;
  color: #949494;
  margin-bottom: 20px; }
  .nc-post__meta > span {
    margin-right: 20px; }
    .nc-post__meta > span:last-child {
      margin-right: 0; }
  .nc-post__meta i {
    font-size: 16px;
    margin-right: 5px;
    position: relative; }
  .nc-post__meta a {
    text-decoration: none; }

.nc-post__meta-author {
  text-transform: capitalize; }

.nc-post__meta-cat i,
.nc-post__meta-comments i {
  position: relative;
  top: 1px; }

.nc-post__content {
  word-wrap: break-word; }
  .nc-post__content p:last-child {
    margin-bottom: 0; }
  .nc-post__content blockquote {
    font-size: 16px;
    border-left: 4px solid #444;
    color: #575757;
    margin-top: 30px;
    font-size: 17px;
    margin-bottom: 35px;
    font-style: italic; }
    .nc-post__content blockquote cite {
      margin-top: 7px;
      display: block;
      font-size: 15px;
      font-style: normal; }
      .nc-post__content blockquote cite:before {
        content: '~';
        margin-right: 3px; }

.nc-post__readmore a {
  display: inline-block;
  border: 1px solid #999;
  padding: 7px 30px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em; }
  .nc-post__readmore a:hover {
    border-color: inherit; }

.nc-post--standard {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
  padding-bottom: 50px; }
  .nc-post--standard .nc-post__media {
    margin-bottom: 25px; }
  .nc-post--standard .nc-post__entry {
    text-align: center; }
    @media (min-width: 480px) {
      .nc-post--standard .nc-post__entry {
        padding-left: 30px;
        padding-right: 30px; } }
  .nc-post--standard .nc-post__title {
    font-size: 26px;
    margin-bottom: 9px;
    word-wrap: break-word; }
  .nc-post--standard .nc-post__meta {
    margin-bottom: 20px; }
  .nc-post--standard .nc-post__content {
    margin-bottom: 35px; }

.nc-post--slide .nc-post__media {
  margin-bottom: 20px; }

.nc-post--slide .nc-post__title {
  margin-bottom: 7px;
  font-size: 20px; }

.nc-post--slide .nc-post__meta {
  margin-bottom: 15px; }

.nc-post--slide .nc-post__content {
  margin-bottom: 35px; }

.nc-blog-single-header__title {
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-size: 26px; }
  @media (min-width: 667px) {
    .nc-blog-single-header__title {
      font-size: calc(0.75047vw + 20.99437px); } }
  @media (min-width: 1200px) {
    .nc-blog-single-header__title {
      font-size: 30px; } }

.nc-post--single {
  margin-bottom: 90px; }
  .nc-post--single .nc-post__media {
    margin-bottom: 30px; }
  .nc-post--single .nc-post__title {
    font-size: 26px;
    margin-bottom: 9px; }
  .nc-post--single .nc-post__meta {
    margin-bottom: 30px; }
  .nc-post--single .nc-post__content {
    line-height: 1.8; }
    .nc-post--single .nc-post__content .kc-container {
      padding-left: 0;
      padding-right: 0; }

.nc-post__tags {
  margin-top: 20px; }
  .nc-post__tags span {
    font-weight: 500;
    margin-right: 5px;
    font-size: 17px; }
  .nc-post__tags a:hover {
    text-decoration: underline; }

.nc-related-post {
  margin-bottom: 35px;
  margin-top: 50px; }
  @media (max-width: 480px) {
    .nc-related-post [class*="col-"] {
      width: 100%; } }

.nc-related-post__subtitle {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1; }

.nc-related-post__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center; }
  .nc-related-post__title:after {
    content: '';
    width: 60px;
    display: block;
    margin-top: 10px;
    border-top: 2px solid #9e9e9e;
    margin-left: auto;
    margin-right: auto; }

.nc-related-post__item {
  margin-bottom: 40px; }
  .nc-related-post__item:hover .nc-related-post__item-thumbnail {
    opacity: 0.5; }

.nc-related-post__item-thumbnail {
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .nc-related-post__item-thumbnail img {
    width: 100%; }

.nc-related-post__item-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 7px;
  word-wrap: break-word; }
  .nc-related-post__item-title a {
    text-decoration: none; }

.nc-related-post__item-body .nc-post__meta span {
  margin-right: 15px; }
  .nc-related-post__item-body .nc-post__meta span:last-child {
    margin-right: 0; }

.nc-blog--single .comment-form {
  margin-bottom: 0; }

.nc-breadcrumb {
  background-color: transparent;
  border-radius: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px; }
  .nc-breadcrumb li {
    display: inline-block; }
  .nc-breadcrumb .separator {
    padding: 0 10px;
    color: inherit;
    font-size: 13px; }
  .nc-breadcrumb a {
    text-decoration: none; }

.nc-comments-area + .comment-respond {
  margin-top: 70px; }

.nc-comments-area__title,
.comment-reply-title {
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 50px; }
  .nc-comments-area__title:after,
  .comment-reply-title:after {
    content: '';
    display: block;
    height: 0;
    width: 60px;
    border-top: 2px solid #999;
    margin-top: 10px; }

.commentlist {
  margin: 0;
  padding: 0; }
  .commentlist > li, .commentlist .children > li {
    list-style: none; }
  .commentlist > li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }
    @media (max-width: 566px) {
      .commentlist > li > .children {
        padding-left: 15px; } }
  .commentlist .comment + .comment-respond {
    margin-bottom: 35px;
    margin-top: 35px;
    padding-bottom: 45px;
    border-bottom: 1px solid #eee; }
  .commentlist .children {
    padding-left: 0; }
    @media (min-width: 567px) {
      .commentlist .children {
        padding-left: 20px; } }
    .commentlist .children > li {
      padding-bottom: 30px;
      padding-top: 32px;
      border-bottom: 1px solid #f1f1f1; }
      .commentlist .children > li:first-child {
        padding-top: 0; }
      .commentlist .children > li:last-child {
        padding-bottom: 0;
        border-bottom-width: 0; }
    .commentlist .children .comment-respond:last-child {
      margin-bottom: 15px;
      padding-bottom: 0;
      border-bottom-width: 0; }

.nc-comment + .children {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee; }

.nc-comment__avatar {
  float: left;
  margin-right: 15px; }
  .nc-comment__avatar img {
    width: 42px; }

.nc-comment__body {
  overflow: hidden; }

.nc-comment__meta-data {
  margin-bottom: 6px; }
  @media (min-width: 567px) {
    .nc-comment__meta-data {
      margin-bottom: 10px; } }
  .nc-comment__meta-data .nc-comment__name {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    text-transform: capitalize; }
    .nc-comment__meta-data .nc-comment__name:first-letter {
      text-transform: uppercase; }
    .nc-comment__meta-data .nc-comment__name a {
      text-decoration: none; }
  .nc-comment__meta-data .nc-comment__date {
    font-size: 13px;
    display: block;
    color: #999; }
    .nc-comment__meta-data .nc-comment__date a {
      text-decoration: none; }

.nc-comment__content p {
  margin-bottom: 5px; }

.nc-comment__content p:last-child {
  margin-bottom: 0; }

.nc-comment__content + .nc-comment__ready {
  margin-top: 20px; }

.nc-comment__ready {
  text-align: right;
  font-size: 13px;
  letter-spacing: 0.02em; }
  .nc-comment__ready a {
    display: inline-block; }
    .nc-comment__ready a:before {
      content: '';
      margin-right: 3px;
      font-family: 'FontAwesome'; }
  .nc-comment__ready .comment-edit-link:before {
    content: '\f044'; }
  .nc-comment__ready .comment-edit-link + .comment-reply-link {
    margin-left: 12px; }
  .nc-comment__ready .comment-reply-link:before {
    content: '\f112'; }
  .nc-comment__ready .comment-reply-link + .comment-edit-link {
    margin-left: 12px; }

.comment-respond {
  max-width: 700px; }

.comment-form {
  margin-left: -15px;
  margin-right: -15px; }
  .comment-form .logged-in-as {
    margin-bottom: 15px; }
  .comment-form .comment-notes,
  .comment-form .logged-in-as,
  .comment-form .must-log-in {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px; }
    .comment-form .comment-notes a,
    .comment-form .logged-in-as a,
    .comment-form .must-log-in a {
      text-decoration: underline; }
  .comment-form .required {
    color: red; }
  .comment-form label {
    font-weight: normal;
    display: block; }
  .comment-form textarea {
    width: 100%; }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-comment,
  .comment-form .comment-form-cookies-consent {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px; }
    .comment-form .comment-form-author input:not([type="checkbox"]), .comment-form .comment-form-author textarea,
    .comment-form .comment-form-email input:not([type="checkbox"]),
    .comment-form .comment-form-email textarea,
    .comment-form .comment-form-comment input:not([type="checkbox"]),
    .comment-form .comment-form-comment textarea,
    .comment-form .comment-form-cookies-consent input:not([type="checkbox"]),
    .comment-form .comment-form-cookies-consent textarea {
      width: 100%;
      background-color: #f7f7f7; }
  .comment-form .comment-form-cookies-consent label {
    margin-bottom: 0;
    font-style: italic; }
    .comment-form .comment-form-cookies-consent label input {
      margin-right: 5px; }
  .comment-form .comment-form-comment,
  .comment-form .comment-form-cookies-consent {
    clear: both; }
  .comment-form .comment-form-comment {
    margin-bottom: 5px; }
    .comment-form .comment-form-comment + .form-submit {
      margin-top: 25px; }
  .comment-form .form-submit {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px; }
  @media (min-width: 567px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
      float: left;
      width: 50%; } }

.nc-google-map {
  height: 300px; }
  @media (min-width: 992px) {
    .nc-google-map {
      height: 400px; } }

form {
  margin-bottom: 30px; }
  form label {
    display: block;
    font-weight: normal; }
  form input[type="text"],
  form input[type="email"],
  form input[type="url"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="date"],
  form input[type="number"],
  form textarea {
    width: 100%; }
  form input[type="submit"] {
    line-height: 46px;
    border-width: 0;
    padding: 0 30px;
    border: 1px solid #999;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: transparent;
    font-weight: 500; }
    form input[type="submit"]:hover {
      border-color: #444; }

.nc-heading {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .nc-heading {
      margin-bottom: 60px; } }
  .nc-heading.text-center .nc-heading__divider {
    margin-left: auto;
    margin-right: auto; }
  .nc-heading.text-left .nc-heading__divider {
    margin-left: 0;
    margin-right: auto; }
  .nc-heading.text-right .nc-heading__divider {
    margin-left: auto;
    margin-right: 0; }

.nc-heading__subtitle {
  font-size: 12px;
  letter-spacing: 0.3em;
  margin-top: 0;
  margin-bottom: 5px; }

.nc-heading__title {
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-size: 28px; }
  @media (min-width: 768px) {
    .nc-heading__title {
      font-size: calc(0.92593vw + 20.88889px); } }
  @media (min-width: 1200px) {
    .nc-heading__title {
      font-size: 32px; } }

.nc-heading__divider {
  height: 2px;
  width: 70px;
  margin-bottom: 20px;
  background-color: #454545; }

.nc-heading__description {
  margin-bottom: 0;
  position: relative; }

.slick-slide:focus {
  outline-width: 0; }

.slick-dots {
  text-align: center;
  padding: 0;
  margin-top: 35px;
  margin-bottom: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle; }
    .slick-dots li button {
      width: 6px;
      height: 6px;
      padding: 0;
      border-radius: 50%;
      border-width: 0;
      font-size: 0;
      background-color: #d2d2d2;
      margin: 0 5px;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
    .slick-dots li.slick-active button {
      width: 14px;
      height: 14px;
      background-color: #999; }

.slick-slider {
  margin-left: 0;
  margin-right: 0; }
  .slick-slider .slick-track {
    margin-left: unset;
    margin-right: unset; }
  .slick-slider:not(.slick-vertical) .slick-prev,
  .slick-slider:not(.slick-vertical) .slick-next {
    border-width: 0;
    width: 40px;
    height: 70px;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 10;
    padding: 0;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
    opacity: 0.5;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 768px) {
      .slick-slider:not(.slick-vertical) .slick-prev,
      .slick-slider:not(.slick-vertical) .slick-next {
        opacity: 0; } }
    .slick-slider:not(.slick-vertical) .slick-prev:before, .slick-slider:not(.slick-vertical) .slick-prev:after,
    .slick-slider:not(.slick-vertical) .slick-next:before,
    .slick-slider:not(.slick-vertical) .slick-next:after {
      content: '';
      height: 1px;
      width: 30px;
      top: 0;
      bottom: 0;
      position: absolute;
      margin-top: auto;
      margin-bottom: auto;
      -webkit-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      background-color: #9B9B9B; }
      @media (min-width: 667px) {
        .slick-slider:not(.slick-vertical) .slick-prev:before, .slick-slider:not(.slick-vertical) .slick-prev:after,
        .slick-slider:not(.slick-vertical) .slick-next:before,
        .slick-slider:not(.slick-vertical) .slick-next:after {
          width: 40px; } }
  .slick-slider:not(.slick-vertical) .slick-prev {
    left: 0; }
    @media (min-width: 768px) {
      .slick-slider:not(.slick-vertical) .slick-prev {
        left: -50px; } }
    .slick-slider:not(.slick-vertical) .slick-prev:before, .slick-slider:not(.slick-vertical) .slick-prev:after {
      left: 0;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0; }
    .slick-slider:not(.slick-vertical) .slick-prev:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .slick-slider:not(.slick-vertical) .slick-prev:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .slick-slider:not(.slick-vertical) .slick-next {
    right: 0; }
    @media (min-width: 768px) {
      .slick-slider:not(.slick-vertical) .slick-next {
        right: -50px; } }
    .slick-slider:not(.slick-vertical) .slick-next:before, .slick-slider:not(.slick-vertical) .slick-next:after {
      right: 0;
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0; }
    .slick-slider:not(.slick-vertical) .slick-next:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .slick-slider:not(.slick-vertical) .slick-next:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .slick-slider:not(.slick-vertical):hover .slick-prev,
  .slick-slider:not(.slick-vertical):hover .slick-next {
    opacity: 1; }
  @media (min-width: 768px) {
    .slick-slider:not(.slick-vertical):hover .slick-prev {
      left: -45px; } }
  @media (min-width: 768px) {
    .slick-slider:not(.slick-vertical):hover .slick-next {
      right: -45px; } }
  .slick-slider [class*="col-"],
  .slick-slider .nc-product--grid {
    padding-left: 0;
    padding-right: 0; }

.nc-box__icon {
  margin-bottom: 20px; }
  .nc-box__icon i {
    font-size: 22px;
    display: inline-block; }

.nc-box__title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.1em; }

.nc-box__description {
  line-height: 1.7; }

.nc-box {
  margin-bottom: 50px; }
  .nc-box.nc-box--icon-left .nc-box__icon {
    float: left;
    margin-bottom: 0; }
    .nc-box.nc-box--icon-left .nc-box__icon i {
      margin: 5px 20px 0 0; }
  .nc-box.nc-box--icon-left .nc-box-content {
    overflow: hidden; }
  .nc-box.nc-box--icon-left .nc-box__title {
    margin-bottom: 5px; }
  .nc-box.nc-box--icon-right .nc-box__icon {
    float: right;
    margin-bottom: 0; }
    .nc-box.nc-box--icon-right .nc-box__icon i {
      margin: 5px 0 0 20px; }
  .nc-box.nc-box--icon-right .nc-box-content {
    overflow: hidden; }
  .nc-box.nc-box--icon-right .nc-box__title {
    margin-bottom: 5px; }

div.kc_counter_box {
  margin-bottom: 40px; }
  div.kc_counter_box .counterup {
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 0.02em;
    font-size: 30px; }
    @media (min-width: 768px) {
      div.kc_counter_box .counterup {
        font-size: calc(2.31481vw + 12.22222px); } }
    @media (min-width: 1200px) {
      div.kc_counter_box .counterup {
        font-size: 40px; } }
    div.kc_counter_box .counterup:after {
      content: '';
      display: block;
      border-top: 1px solid;
      width: 60px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px; }
  div.kc_counter_box h4 {
    margin: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 14px; }
    @media (min-width: 768px) {
      div.kc_counter_box h4 {
        font-size: calc(0.46296vw + 10.44444px); } }
    @media (min-width: 1200px) {
      div.kc_counter_box h4 {
        font-size: 16px; } }

.nc-testimonial {
  margin-bottom: 70px; }

.nc-testimonial__header {
  text-align: center;
  position: relative;
  padding-top: 18px;
  float: left;
  margin-left: 20px; }
  .nc-testimonial__header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid transparent;
    border-top-color: #fff; }

.nc-testimonial__avatar {
  margin-bottom: 15px; }
  .nc-testimonial__avatar img {
    width: 60px;
    border-radius: 50%; }

.nc-testimonial__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500; }

.nc-testimonial__position {
  font-size: 12px; }

.nc-testimonial__description {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  line-height: 28px;
  position: relative;
  overflow: hidden; }

@media (min-width: 567px) {
  .nc-testimonial--right,
  .nc-testimonial--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 567px) {
  .nc-testimonial--left .nc-testimonial__header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    float: left;
    margin-top: 10px;
    padding-top: 0;
    margin-left: 0;
    padding-right: 40px; }
    .nc-testimonial--left .nc-testimonial__header:before {
      right: 0;
      top: 23px;
      left: auto;
      border-top-color: transparent;
      border-right-color: #fff; }
  .nc-testimonial--left .nc-testimonial__description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media (min-width: 567px) {
  .nc-testimonial--right .nc-testimonial__header {
    float: right;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 40px; }
    .nc-testimonial--right .nc-testimonial__header:before {
      left: 0;
      right: auto;
      top: 23px;
      border-top-color: transparent;
      border-left-color: #fff; } }

.nc-media-item {
  position: relative; }
  .nc-media-item:hover .nc-media-item__img:before {
    visibility: visible;
    opacity: 0.4; }
  .nc-media-item:hover .nc-media-item__plus {
    opacity: 1; }

.nc-media-item__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.nc-media-item__img img {
  width: 100%; }

.nc-media-item__img.lazyload {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.nc-media-item__plus {
  position: absolute;
  width: 50px;
  height: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  background-color: #212121;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  display: none; }
  .nc-media-item__plus:before {
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    background-color: inherit;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.nc-grid--packery .nc-media-item,
.nc-grid--packery .nc-media-item__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.nc-mailchimp-subscribe--shortcode .nc-mailchimp-subscribe__form {
  position: relative;
  margin-bottom: 0; }
  .nc-mailchimp-subscribe--shortcode .nc-mailchimp-subscribe__form input {
    height: 50px;
    padding-right: 120px; }
  .nc-mailchimp-subscribe--shortcode .nc-mailchimp-subscribe__form button {
    position: absolute;
    right: 0;
    padding: 0 20px;
    background-color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    border-left: 1px solid #eee; }
    @media (min-width: 480px) {
      .nc-mailchimp-subscribe--shortcode .nc-mailchimp-subscribe__form button {
        padding: 0 30px; } }

.nc-hero {
  padding: 80px 0; }

.nc-hero__title {
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 32px; }
  @media (min-width: 768px) {
    .nc-hero__title {
      font-size: calc(4.16667vw + 0px); } }
  @media (min-width: 1200px) {
    .nc-hero__title {
      font-size: 50px; } }

.nc-hero__description {
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 0.05em; }

.nc-btn, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button, .woocommerce table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button, .woocommerce table.cart td.actions button[type="submit"],
.woocommerce-page table.cart td.actions button[type="submit"], .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, .woocommerce .return-to-shop .button,
.woocommerce-page .return-to-shop .button, .woocommerce #payment div.form-row #place_order,
.woocommerce-page #payment div.form-row #place_order, .woocommerce form.checkout_coupon button.button, .woocommerce form.login button.button, .woocommerce form.register button.button,
.woocommerce-page form.checkout_coupon button.button,
.woocommerce-page form.login button.button,
.woocommerce-page form.register button.button {
  padding: 0 30px;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .nc-btn, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button,
    .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button, .woocommerce table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .button, .woocommerce table.cart td.actions button[type="submit"],
    .woocommerce-page table.cart td.actions button[type="submit"], .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
    .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, .woocommerce .return-to-shop .button,
    .woocommerce-page .return-to-shop .button, .woocommerce #payment div.form-row #place_order,
    .woocommerce-page #payment div.form-row #place_order, .woocommerce form.checkout_coupon button.button, .woocommerce form.login button.button, .woocommerce form.register button.button,
    .woocommerce-page form.checkout_coupon button.button,
    .woocommerce-page form.login button.button,
    .woocommerce-page form.register button.button {
      padding-left: calc(2.31481vw + 2.22222px);
      padding-right: calc(2.31481vw + 2.22222px); } }
  @media (min-width: 1200px) {
    .nc-btn, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button,
    .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button, .woocommerce table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .button, .woocommerce table.cart td.actions button[type="submit"],
    .woocommerce-page table.cart td.actions button[type="submit"], .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
    .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, .woocommerce .return-to-shop .button,
    .woocommerce-page .return-to-shop .button, .woocommerce #payment div.form-row #place_order,
    .woocommerce-page #payment div.form-row #place_order, .woocommerce form.checkout_coupon button.button, .woocommerce form.login button.button, .woocommerce form.register button.button,
    .woocommerce-page form.checkout_coupon button.button,
    .woocommerce-page form.login button.button,
    .woocommerce-page form.register button.button {
      padding-left: 30px;
      padding-right: 30px; } }
  .nc-btn:last-child, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:last-child,
  .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:last-child, .woocommerce table.cart td.actions .coupon .button:last-child,
  .woocommerce-page table.cart td.actions .coupon .button:last-child, .woocommerce table.cart td.actions button:last-child[type="submit"],
  .woocommerce-page table.cart td.actions button:last-child[type="submit"], .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:last-child,
  .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:last-child, .woocommerce .return-to-shop .button:last-child,
  .woocommerce-page .return-to-shop .button:last-child, .woocommerce #payment div.form-row #place_order:last-child,
  .woocommerce-page #payment div.form-row #place_order:last-child, .woocommerce form.checkout_coupon button.button:last-child, .woocommerce form.login button.button:last-child, .woocommerce form.register button.button:last-child,
  .woocommerce-page form.checkout_coupon button.button:last-child,
  .woocommerce-page form.login button.button:last-child,
  .woocommerce-page form.register button.button:last-child {
    margin-right: 0; }

div.kc_progress_bars .progress-item {
  margin-bottom: 35px; }
  div.kc_progress_bars .progress-item span.label {
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
    clear: both;
    text-align: inherit; }
  div.kc_progress_bars .progress-item .kc-progress-bar {
    clear: both;
    background-color: transparent; }
  div.kc_progress_bars .progress-item .kc-ui-progress {
    height: 3px; }
  div.kc_progress_bars .progress-item .ui-label {
    font-weight: 500;
    margin-right: 0; }
  div.kc_progress_bars .progress-item .kc-ui-progress-bar1 .ui-label {
    bottom: 7px;
    font-size: 18px; }
  div.kc_progress_bars .progress-item .kc-ui-progress-bar2 .ui-label span.value {
    color: #fff;
    font-size: 14px; }
    div.kc_progress_bars .progress-item .kc-ui-progress-bar2 .ui-label span.value:before {
      border-top-color: #212121; }
  div.kc_progress_bars .progress-item .kc-ui-progress-bar3 .kc-ui-progress {
    height: 14px; }
  div.kc_progress_bars .progress-item .kc-ui-progress-bar3 .ui-label {
    font-size: 12px; }
    div.kc_progress_bars .progress-item .kc-ui-progress-bar3 .ui-label .value {
      color: #fff; }

.wpcf7-form {
  margin-bottom: 0; }
  .wpcf7-form .row > div {
    margin-bottom: 25px; }
    .wpcf7-form .row > div:last-child {
      margin-bottom: 0; }
  .wpcf7-form .wpcf7-form-control-wrap {
    display: block; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text,
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
      background-color: #232323;
      border-color: #232323;
      color: #b3b3b3; }
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::-webkit-input-placeholder,
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::-webkit-input-placeholder {
        opacity: 1;
        color: #b3b3b3; }
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text:-ms-input-placeholder,
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea:-ms-input-placeholder {
        opacity: 1;
        color: #b3b3b3; }
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::-ms-input-placeholder,
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::-ms-input-placeholder {
        opacity: 1;
        color: #b3b3b3; }
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::placeholder,
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
        opacity: 1;
        color: #b3b3b3; }
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text:-ms-input-placeholder,
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea:-ms-input-placeholder {
        color: #b3b3b3; }
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::-ms-input-placeholder,
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::-ms-input-placeholder {
        color: #b3b3b3; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text {
      border-radius: 50px;
      height: 48px;
      line-height: 48px; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
      resize: none;
      border-radius: 5px;
      vertical-align: top; }
  .wpcf7-form .wpcf7-submit {
    color: #b3b3b3;
    line-height: 42px;
    background-color: #232323;
    border-radius: 50px;
    min-width: 155px; }

.nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap {
  display: block; }
  .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text,
  .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
    background-color: #fbfbfb;
    border-color: #eee;
    color: #777; }
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::-webkit-input-placeholder,
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::-webkit-input-placeholder {
      opacity: 1;
      color: #777; }
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text:-ms-input-placeholder,
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea:-ms-input-placeholder {
      opacity: 1;
      color: #777; }
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::-ms-input-placeholder,
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::-ms-input-placeholder {
      opacity: 1;
      color: #777; }
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::placeholder,
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
      opacity: 1;
      color: #777; }
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text:-ms-input-placeholder,
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea:-ms-input-placeholder {
      color: #777; }
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::-ms-input-placeholder,
    .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::-ms-input-placeholder {
      color: #777; }
  .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text {
    border-radius: 0; }
  .nc-contact-form-light .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
    resize: none;
    border-radius: 0; }

.nc-contact-form-light .wpcf7-form .wpcf7-submit {
  color: #fff;
  line-height: 42px;
  min-width: 155px;
  border-radius: 0;
  border-color: #212121; }

.nc-typewrite:after {
  content: '_';
  -webkit-animation: cursor_flash .7s infinite;
  animation: cursor_flash .7s infinite; }

@-webkit-keyframes cursor_flash {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@keyframes cursor_flash {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

.nc-team {
  margin-bottom: 50px; }
  .nc-team:hover .nc-team__avatar img + img {
    opacity: 1;
    visibility: visible; }
  .nc-team .nc-social {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    margin-left: -12px;
    margin-right: -12px;
    color: #999; }
    .nc-team .nc-social a {
      padding-left: 12px;
      padding-right: 12px; }

.nc-team__avatar {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .nc-team__avatar img {
    width: 100%; }
    .nc-team__avatar img + img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 1;
      visibility: hidden; }

.nc-team__name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500; }

.nc-team__position {
  color: #999;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  font-style: italic; }

/*-------------------------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------------------------*/
.nc-section-po-archive {
  padding-bottom: 70px; }
  @media (min-width: 992px) {
    .nc-section-po-archive {
      padding-bottom: 90px; } }
  .nc-section-po-archive .nc-grid {
    margin-bottom: 0; }

.nc-blog,
.nc-sidebar--blog {
  margin-bottom: 50px; }

.nc-po .nc-post-like {
  cursor: pointer;
  top: 20px;
  right: 20px;
  z-index: 20;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .nc-po .nc-post-like i {
    position: relative;
    top: 2px;
    font-size: 20px;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .nc-po .nc-post-like i:after {
      content: '\f110';
      font-family: 'FontAwesome';
      position: absolute;
      width: 20px;
      height: 20px;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      font-size: 14px;
      text-align: center;
      line-height: 20px;
      opacity: 0;
      -webkit-animation: fa-spin 0.8s infinite linear;
      animation: fa-spin 0.8s infinite linear; }
  .nc-po .nc-post-like:hover i {
    color: #f44435;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .nc-po .nc-post-like.nc-post-like--loading i:before {
    opacity: 0; }
  .nc-po .nc-post-like.nc-post-like--loading i:after {
    opacity: 1; }
  .nc-po .nc-post-like.liked i {
    color: #f44435; }

.nc-po:hover .nc-post-like {
  opacity: 1; }

.nc-po__title {
  margin: 0;
  padding: 0;
  font-weight: 500; }

.nc-po__category {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #999; }
  .nc-po__category span:after {
    content: '/';
    font-size: 12px;
    margin-left: 7px;
    margin-right: 5px; }
  .nc-po__category span:last-child:after {
    content: none; }

.nc-po__thumbnail img {
  width: 100%;
  vertical-align: middle; }

.nc-po__bg {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.nc-po__action a {
  font-size: 16px;
  display: inline-block;
  background-color: white;
  border-radius: 50%;
  width: 50px;
  line-height: 50px;
  margin: 0 10px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
  .nc-po__action a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .nc-po__action a:hover {
    background-color: #fff;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.nc-po--basic .nc-po__thumbnail {
  margin-bottom: 15px;
  position: relative; }
  .nc-po--basic .nc-po__thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
  .nc-po--basic .nc-po__thumbnail img {
    width: 100%;
    vertical-align: middle; }

.nc-po--basic .nc-po__title {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 2px; }

.nc-po--basic .nc-po__action {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.nc-po--basic:hover .nc-po__thumbnail:before {
  opacity: 0.5; }

.nc-po--basic:hover .nc-po__action a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.nc-po--basic:hover .nc-po__title {
  @extnd %color-primary; }

.nc-po--behind {
  position: relative;
  overflow: hidden; }
  .nc-po--behind .nc-po__thumbnail {
    position: relative;
    z-index: 2;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
    .nc-po--behind .nc-po__thumbnail:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #fff;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out; }
  .nc-po--behind .nc-po__action {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100% - 70px);
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .nc-po--behind .nc-po__entry {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5; }
  .nc-po--behind .nc-po__category {
    margin-bottom: 5px; }
  .nc-po--behind .nc-po__title,
  .nc-po--behind .nc-po__category {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out; }
  .nc-po--behind .nc-po__title {
    font-size: 17px; }
  .nc-po--behind:hover .nc-po__thumbnail {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px); }
    .nc-po--behind:hover .nc-po__thumbnail:before {
      opacity: 0.5; }
  .nc-po--behind:hover .nc-post-like {
    top: 90px; }
  .nc-po--behind:hover .nc-po__action a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .nc-po--behind:hover .nc-po__category {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .nc-po--behind:hover .nc-po__title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 220ms;
    -o-transition-delay: 220ms;
    transition-delay: 220ms; }

.nc-po--metro {
  position: relative; }
  .nc-po--metro .nc-po__entry {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .nc-po--metro .nc-po__entry:before {
      content: '';
      z-index: -1;
      position: absolute;
      background: rgba(246, 246, 246, 0.9);
      left: 0;
      top: 50%;
      width: 100%;
      height: 0;
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .nc-po--metro .nc-po__entry-inner {
    text-align: center;
    padding: 10px 30px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .nc-po--metro .nc-po__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px; }
  .nc-po--metro:hover .nc-po__entry:before {
    top: 0;
    height: 100%;
    opacity: 1; }
  .nc-po--metro:hover .nc-po__entry-inner {
    opacity: 1; }

.nc-grid--packery .nc-po--basic,
.nc-grid--packery .nc-po--behind,
.nc-grid--packery .nc-po--metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  .nc-grid--packery .nc-po--basic .nc-po__thumbnail,
  .nc-grid--packery .nc-po--behind .nc-po__thumbnail,
  .nc-grid--packery .nc-po--metro .nc-po__thumbnail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nc-grid--packery .nc-po--basic .nc-po__title,
  .nc-grid--packery .nc-po--behind .nc-po__title,
  .nc-grid--packery .nc-po--metro .nc-po__title {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.nc-po-wrap {
  margin-bottom: 70px; }

.nc-po-single {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .nc-po-single {
      margin-bottom: calc(9.25926vw - 21.11111px); } }
  @media (min-width: 1200px) {
    .nc-po-single {
      margin-bottom: 90px; } }

.nc-po-single__content .kc-container {
  padding-left: 0;
  padding-right: 0; }

.nc-po-single__content > p:last-child {
  margin-bottom: 0; }

.nc-po-single__title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px; }

.nc-po-single__excerpt {
  margin-bottom: 30px; }
  .nc-po-single__excerpt p:last-child {
    margin-bottom: 0; }

.nc-po-single__meta {
  position: relative; }
  .nc-po-single__meta p {
    margin-bottom: 15px; }

.nc-po-single__meta-label {
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase; }

.nc-po-single__meta-value {
  color: #999;
  font-size: 14px; }

.nc-po-single__cat .nc-po-single__meta-value span:after {
  content: ',';
  margin-right: 2px;
  margin-left: 1px; }

.nc-po-single__cat .nc-po-single__meta-value span:last-child::after {
  content: none; }

.nc-po-single__share .nc-sharing {
  margin-left: -10px;
  margin-right: -10px;
  color: #999;
  font-size: 14px;
  display: block;
  margin-top: 8px; }
  .nc-po-single__share .nc-sharing a {
    padding-left: 10px;
    padding-right: 10px; }

.nc-po-single__like .nc-po-single__meta-label {
  margin-bottom: 7px; }

.nc-po-single__like .nc-post-like {
  cursor: pointer; }
  .nc-po-single__like .nc-post-like i {
    position: relative;
    top: 1px;
    margin-right: 3px;
    line-height: 1;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .nc-po-single__like .nc-post-like .nc-post-like-count {
    font-size: 15px; }
  .nc-po-single__like .nc-post-like:hover i {
    color: #f44435;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .nc-po-single__like .nc-post-like.liked i {
    color: #f44435; }

.nc-po-single2 .nc-po-single {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .nc-po-single2 .nc-po-single {
      margin-bottom: calc(5.78704vw + 5.55556px); } }
  @media (min-width: 1200px) {
    .nc-po-single2 .nc-po-single {
      margin-bottom: 75px; } }

.nc-po-single2 .nc-po-single__excerpt {
  margin-bottom: 50px; }

.nc-po-single2 .nc-po-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .nc-po-single2 .nc-po-single__meta > p {
    width: 100%; }
  @media (min-width: 480px) {
    .nc-po-single2 .nc-po-single__meta > p {
      width: 50%; } }
  @media (min-width: 768px) {
    .nc-po-single2 .nc-po-single__meta > p {
      width: auto; } }

.nc-po-related {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .nc-po-related {
      margin-bottom: calc(4.62963vw + 14.44444px); } }
  @media (min-width: 1200px) {
    .nc-po-related {
      margin-bottom: 70px; } }
  .nc-po-related .nc-po__thumbnail-bg:before {
    content: '';
    display: block;
    padding-top: 75%;
    background: inherit; }

.nc-po-related--grid {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .nc-po-related--grid {
      margin-bottom: calc(6.94444vw - 43.33333px); } }
  @media (min-width: 1200px) {
    .nc-po-related--grid {
      margin-bottom: 40px; } }
  .nc-po-related--grid .nc-po-related__content {
    overflow: hidden; }
  .nc-po-related--grid .nc-po {
    margin-bottom: 40px; }

.nc-po-related__subtitle {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: 0.2em; }

.nc-po-related__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1; }
  .nc-po-related__title:after {
    content: '';
    width: 60px;
    display: block;
    margin-top: 20px;
    border-top: 2px solid #999; }

.nc-po-single__nav:after {
  content: '';
  display: block;
  clear: both; }

.nc-po-single__nav a {
  display: block;
  position: relative; }
  .nc-po-single__nav a:hover .nc-po-single__nav-thumbnail {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s; }

.nc-po-single__nav .nc-po-single__nav-col {
  width: 50%;
  min-height: 1px;
  float: left; }

.nc-po-single__nav .nc-po-single__nav-page {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  padding: 0 40px; }
  @media (min-width: 567px) {
    .nc-po-single__nav .nc-po-single__nav-page {
      line-height: 50px;
      font-size: 30px; } }

.nc-po-single__nav .nc-po-single__nav-left a {
  float: left;
  text-align: left;
  padding-left: 40px; }
  .nc-po-single__nav .nc-po-single__nav-left a:hover .nc-po-single__nav-text,
  .nc-po-single__nav .nc-po-single__nav-left a:hover .nc-po-single__nav-title {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }
  .nc-po-single__nav .nc-po-single__nav-left a:hover .nc-po-single__nav-title {
    -webkit-transition-delay: 0.02s;
    -o-transition-delay: 0.02s;
    transition-delay: 0.02s; }
  .nc-po-single__nav .nc-po-single__nav-left a:hover .nc-po-single__nav-icon {
    width: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

.nc-po-single__nav .nc-po-single__nav-left .nc-po-single__nav-thumbnail {
  left: 0; }

.nc-po-single__nav .nc-po-single__nav-left .nc-po-single__nav-icon {
  left: 0; }
  .nc-po-single__nav .nc-po-single__nav-left .nc-po-single__nav-icon:before {
    left: 0;
    border-top: 2px solid #444;
    border-left: 2px solid #444;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.nc-po-single__nav .nc-po-single__nav-right {
  float: right; }
  .nc-po-single__nav .nc-po-single__nav-right a {
    text-align: right;
    padding-right: 40px;
    float: right; }
    .nc-po-single__nav .nc-po-single__nav-right a:hover .nc-po-single__nav-text,
    .nc-po-single__nav .nc-po-single__nav-right a:hover .nc-po-single__nav-title {
      -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      transform: translateX(-50px); }
    .nc-po-single__nav .nc-po-single__nav-right a:hover .nc-po-single__nav-title {
      -webkit-transition-delay: 0.02s;
      -o-transition-delay: 0.02s;
      transition-delay: 0.02s; }
    .nc-po-single__nav .nc-po-single__nav-right a:hover .nc-po-single__nav-icon {
      width: 0;
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px); }
  .nc-po-single__nav .nc-po-single__nav-right .nc-po-single__nav-thumbnail {
    right: 0; }
  .nc-po-single__nav .nc-po-single__nav-right .nc-po-single__nav-icon {
    right: 0; }
    .nc-po-single__nav .nc-po-single__nav-right .nc-po-single__nav-icon:before {
      right: 0;
      border-top: 2px solid #444;
      border-right: 2px solid #444;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.nc-po-single__nav .nc-po-single__nav-icon {
  position: absolute;
  height: 2px;
  width: 20px;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  background-color: #444;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .nc-po-single__nav .nc-po-single__nav-icon:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto; }

.nc-po-single__nav .nc-po-single__nav-text {
  display: block;
  line-height: normal;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
  @media (min-width: 567px) {
    .nc-po-single__nav .nc-po-single__nav-text {
      font-size: 14px;
      line-height: 1; } }

.nc-po-single__nav .nc-po-single__nav-title {
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  letter-spacing: 0.05em;
  margin-top: 3px; }
  @media (min-width: 567px) {
    .nc-po-single__nav .nc-po-single__nav-title {
      display: block; } }

.nc-po-single__nav .nc-po-single__nav-thumbnail {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/*-------------------------------------------------------------------------*/
/* Woocommerce
/*-------------------------------------------------------------------------*/
.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
  height: 42px;
  line-height: 42px;
  width: 70px;
  padding: 0;
  text-align: center;
  border-color: transparent;
  background-color: #f7f7f7;
  padding-left: 15px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); }

.woocommerce button.button,
.woocommerce a.button,
.woocommerce-page button.button,
.woocommerce-page a.button {
  font-weight: 500; }

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce-page table.shop_attributes tr:nth-child(even) td,
.woocommerce-page table.shop_attributes tr:nth-child(even) th {
  background-color: transparent; }

.woocommerce table.shop_attributes tr td, .woocommerce table.shop_attributes tr th,
.woocommerce-page table.shop_attributes tr td,
.woocommerce-page table.shop_attributes tr th {
  padding-top: 12px;
  padding-bottom: 12px; }

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  font-weight: 500;
  padding-left: 0; }

.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
  padding: 0; }

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-radius: 0;
  border-color: #f1f1f1; }
  .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th, .woocommerce table.shop_table strong,
  .woocommerce table.shop_table .woocommerce-Price-amount,
  .woocommerce-page table.shop_table tbody th,
  .woocommerce-page table.shop_table tfoot th,
  .woocommerce-page table.shop_table th,
  .woocommerce-page table.shop_table strong,
  .woocommerce-page table.shop_table .woocommerce-Price-amount {
    font-weight: 500; }

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  font-weight: 500; }

.woocommerce .woocommerce-input-wrapper,
.woocommerce-page .woocommerce-input-wrapper {
  display: block; }
  .woocommerce .woocommerce-input-wrapper .select2-container,
  .woocommerce-page .woocommerce-input-wrapper .select2-container {
    line-height: normal;
    display: block; }
    .woocommerce .woocommerce-input-wrapper .select2-container:focus, .woocommerce .woocommerce-input-wrapper .select2-container .selection:focus,
    .woocommerce-page .woocommerce-input-wrapper .select2-container:focus,
    .woocommerce-page .woocommerce-input-wrapper .select2-container .selection:focus {
      outline: none !important; }
    .woocommerce .woocommerce-input-wrapper .select2-container .select2-selection--single,
    .woocommerce-page .woocommerce-input-wrapper .select2-container .select2-selection--single {
      border-radius: 0;
      border-color: #f1f1f1;
      height: 42px;
      outline: none !important; }
      .woocommerce .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
      .woocommerce-page .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
        padding-left: 15px;
        ouline: none !important; }
      .woocommerce .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__arrow,
      .woocommerce-page .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
        top: 8px;
        right: 7px; }

.woocommerce .select2-container .select2-dropdown,
.woocommerce-page .select2-container .select2-dropdown {
  border-color: #f1f1f1;
  border-radius: 0; }
  .woocommerce .select2-container .select2-dropdown .select2-search,
  .woocommerce-page .select2-container .select2-dropdown .select2-search {
    padding-left: 15px;
    padding-right: 15px; }
  .woocommerce .select2-container .select2-dropdown .select2-search__field,
  .woocommerce-page .select2-container .select2-dropdown .select2-search__field {
    border-color: #eee;
    padding: 0 15px;
    line-height: 40px; }
  .woocommerce .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option,
  .woocommerce-page .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    padding-left: 15px;
    padding-right: 15px;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  text-transform: uppercase;
  font-weight: normal;
  background-color: transparent;
  margin: 0;
  right: 20px;
  top: 20px;
  z-index: 2;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  min-height: auto; }

.woocommerce ul.products li.product .woocommerce-loop-product__thumbnail,
.woocommerce-page ul.products li.product .woocommerce-loop-product__thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__thumbnail img,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__thumbnail img {
    margin-bottom: 0; }
    .woocommerce ul.products li.product .woocommerce-loop-product__thumbnail img + img,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__thumbnail img + img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  margin-bottom: 2px; }
  @media (min-width: 480px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
      font-size: calc(0.27778vw + 12.66667px); } }
  @media (min-width: 1200px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
      font-size: 16px; } }
  @media (min-width: 480px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
      margin-bottom: calc(0.41667vw + 0px); } }
  @media (min-width: 1200px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
      margin-bottom: 5px; } }

.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  display: none; }

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #777;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  font-size: 12px; }
  @media (min-width: 480px) {
    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
      font-size: calc(0.27778vw + 10.66667px); } }
  @media (min-width: 1200px) {
    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
      font-size: 14px; } }
  .woocommerce ul.products li.product .price del + ins,
  .woocommerce-page ul.products li.product .price del + ins {
    margin-left: 5px; }
  .woocommerce ul.products li.product .price ins,
  .woocommerce-page ul.products li.product .price ins {
    font-weight: inherit;
    text-decoration: none; }
    .woocommerce ul.products li.product .price ins + del,
    .woocommerce-page ul.products li.product .price ins + del {
      margin-left: 5px; }

.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
  display: none; }

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce ul.products li.product .product_type_grouped,
.woocommerce ul.products li.product .product_type_external,
.woocommerce-page ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .product_type_variable,
.woocommerce-page ul.products li.product .product_type_grouped,
.woocommerce-page ul.products li.product .product_type_external {
  border-radius: 0;
  margin: 0;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  padding: 13px 25px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  top: auto;
  right: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: calc(100% - 30px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #212121;
  border: 1px solid #212121;
  text-transform: capitalize; }
  .woocommerce ul.products li.product .add_to_cart_button:hover,
  .woocommerce ul.products li.product .product_type_variable:hover,
  .woocommerce ul.products li.product .product_type_grouped:hover,
  .woocommerce ul.products li.product .product_type_external:hover,
  .woocommerce-page ul.products li.product .add_to_cart_button:hover,
  .woocommerce-page ul.products li.product .product_type_variable:hover,
  .woocommerce-page ul.products li.product .product_type_grouped:hover,
  .woocommerce-page ul.products li.product .product_type_external:hover {
    background-color: transparent; }
  .woocommerce ul.products li.product .add_to_cart_button:before,
  .woocommerce ul.products li.product .product_type_variable:before,
  .woocommerce ul.products li.product .product_type_grouped:before,
  .woocommerce ul.products li.product .product_type_external:before,
  .woocommerce-page ul.products li.product .add_to_cart_button:before,
  .woocommerce-page ul.products li.product .product_type_variable:before,
  .woocommerce-page ul.products li.product .product_type_grouped:before,
  .woocommerce-page ul.products li.product .product_type_external:before {
    font-size: 12px;
    content: '\f218';
    margin-right: 5px;
    font-family: 'FontAwesome'; }
  .woocommerce ul.products li.product .add_to_cart_button:after,
  .woocommerce ul.products li.product .product_type_variable:after,
  .woocommerce ul.products li.product .product_type_grouped:after,
  .woocommerce ul.products li.product .product_type_external:after,
  .woocommerce-page ul.products li.product .add_to_cart_button:after,
  .woocommerce-page ul.products li.product .product_type_variable:after,
  .woocommerce-page ul.products li.product .product_type_grouped:after,
  .woocommerce-page ul.products li.product .product_type_external:after {
    top: 13px;
    right: 8px; }

.woocommerce ul.products li.product:hover .woocommerce-loop-product__thumbnail img + img,
.woocommerce-page ul.products li.product:hover .woocommerce-loop-product__thumbnail img + img {
  opacity: 1; }

.woocommerce ul.products li.product:hover .add_to_cart_button,
.woocommerce ul.products li.product:hover .product_type_variable,
.woocommerce ul.products li.product:hover .product_type_grouped,
.woocommerce ul.products li.product:hover .product_type_external,
.woocommerce-page ul.products li.product:hover .add_to_cart_button,
.woocommerce-page ul.products li.product:hover .product_type_variable,
.woocommerce-page ul.products li.product:hover .product_type_grouped,
.woocommerce-page ul.products li.product:hover .product_type_external {
  opacity: 1;
  visibility: visible; }

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  display: none; }

.woocommerce .woocommerce-products-header,
.woocommerce-page .woocommerce-products-header {
  display: none; }

.woocommerce .nc-woo-header-wrap,
.woocommerce-page .nc-woo-header-wrap {
  margin-bottom: 30px; }
  .woocommerce .nc-woo-header-wrap .woocommerce-result-count,
  .woocommerce-page .nc-woo-header-wrap .woocommerce-result-count {
    margin: 0; }
  .woocommerce .nc-woo-header-wrap .woocommerce-ordering,
  .woocommerce-page .nc-woo-header-wrap .woocommerce-ordering {
    margin-bottom: 0;
    position: relative; }
    .woocommerce .nc-woo-header-wrap .woocommerce-ordering:after,
    .woocommerce-page .nc-woo-header-wrap .woocommerce-ordering:after {
      content: '';
      position: absolute;
      border-bottom: 1px solid;
      border-left: 1px solid;
      width: 8px;
      height: 8px;
      right: 2px;
      top: -5px;
      bottom: 0;
      margin: auto;
      display: block;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .woocommerce .nc-woo-header-wrap .woocommerce-ordering select,
    .woocommerce-page .nc-woo-header-wrap .woocommerce-ordering select {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      -webkit-appearance: none;
      height: auto;
      padding-right: 15px;
      border-bottom: 1px solid; }

.woocommerce .woocommerce-pagination,
.woocommerce-page .woocommerce-pagination {
  margin-bottom: 70px; }
  .woocommerce .woocommerce-pagination .page-numbers,
  .woocommerce-page .woocommerce-pagination .page-numbers {
    border-width: 0; }
    .woocommerce .woocommerce-pagination .page-numbers li,
    .woocommerce-page .woocommerce-pagination .page-numbers li {
      border-width: 0; }
      .woocommerce .woocommerce-pagination .page-numbers li span.current,
      .woocommerce .woocommerce-pagination .page-numbers li a:hover,
      .woocommerce-page .woocommerce-pagination .page-numbers li span.current,
      .woocommerce-page .woocommerce-pagination .page-numbers li a:hover {
        background-color: transparent;
        border-color: #212121 !important; }

.woocommerce div.product span.onsale,
.woocommerce-page div.product span.onsale {
  text-transform: uppercase;
  font-weight: normal;
  background-color: transparent;
  margin: 0;
  right: auto;
  left: 20px;
  top: 20px;
  z-index: 2;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  min-height: auto; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger {
  text-indent: 0;
  font-size: 18px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,
  .woocommerce-page div.product div.images .woocommerce-product-gallery__trigger:before {
    content: '\f065';
    top: 6px;
    left: 10px;
    height: auto;
    width: auto;
    border-width: 0;
    font-family: 'FontAwesome'; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after,
  .woocommerce-page div.product div.images .woocommerce-product-gallery__trigger:after {
    content: none; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger .emoji,
  .woocommerce-page div.product div.images .woocommerce-product-gallery__trigger .emoji {
    display: none !important; }

.woocommerce div.product div.summary .product_title,
.woocommerce-page div.product div.summary .product_title {
  font-size: 24px; }
  @media (min-width: 567px) {
    .woocommerce div.product div.summary .product_title,
    .woocommerce-page div.product div.summary .product_title {
      margin-top: 5px; } }
  .woocommerce div.product div.summary .product_title + p.price,
  .woocommerce-page div.product div.summary .product_title + p.price {
    margin-top: 20px; }
    @media (min-width: 567px) {
      .woocommerce div.product div.summary .product_title + p.price,
      .woocommerce-page div.product div.summary .product_title + p.price {
        margin-top: 25px; } }

.woocommerce div.product div.summary .woocommerce-product-rating,
.woocommerce-page div.product div.summary .woocommerce-product-rating {
  font-size: 14px; }
  .woocommerce div.product div.summary .woocommerce-product-rating .star-rating,
  .woocommerce-page div.product div.summary .woocommerce-product-rating .star-rating {
    margin-top: 0;
    width: 5.8em;
    letter-spacing: 0.1em;
    top: 7px; }
  .woocommerce div.product div.summary .woocommerce-product-rating .woocommerce-review-link,
  .woocommerce-page div.product div.summary .woocommerce-product-rating .woocommerce-review-link {
    color: #999; }
    .woocommerce div.product div.summary .woocommerce-product-rating .woocommerce-review-link:hover,
    .woocommerce-page div.product div.summary .woocommerce-product-rating .woocommerce-review-link:hover {
      text-decoration: underline; }

.woocommerce div.product div.summary p.price,
.woocommerce-page div.product div.summary p.price {
  margin-bottom: 20px; }
  @media (min-width: 567px) {
    .woocommerce div.product div.summary p.price,
    .woocommerce-page div.product div.summary p.price {
      margin-top: 30px; } }
  .woocommerce div.product div.summary p.price del,
  .woocommerce-page div.product div.summary p.price del {
    color: #999;
    opacity: 1;
    font-size: 18px; }
    .woocommerce div.product div.summary p.price del + ins,
    .woocommerce-page div.product div.summary p.price del + ins {
      margin-left: 5px; }
  .woocommerce div.product div.summary p.price ins,
  .woocommerce-page div.product div.summary p.price ins {
    font-weight: normal;
    text-decoration: none; }
    .woocommerce div.product div.summary p.price ins + del,
    .woocommerce-page div.product div.summary p.price ins + del {
      margin-left: 5px; }

.woocommerce div.product div.summary .woocommerce-product-details__short-description,
.woocommerce-page div.product div.summary .woocommerce-product-details__short-description {
  padding-top: 15px;
  margin-bottom: 40px; }

.woocommerce div.product div.summary form.cart,
.woocommerce-page div.product div.summary form.cart {
  margin-bottom: 35px; }
  .woocommerce div.product div.summary form.cart .quantity,
  .woocommerce-page div.product div.summary form.cart .quantity {
    margin-right: 20px; }
    .woocommerce div.product div.summary form.cart .quantity .qty,
    .woocommerce-page div.product div.summary form.cart .quantity .qty {
      min-width: 110px; }
  .woocommerce div.product div.summary form.cart .button,
  .woocommerce-page div.product div.summary form.cart .button {
    line-height: 42px;
    padding: 0 30px;
    min-width: 150px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list,
  .woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list {
    margin-bottom: 30px;
    width: 100%; }
    .woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .quantity,
    .woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .quantity {
      margin-right: 0; }
      .woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .quantity .qty,
      .woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .quantity .qty {
        width: 70px;
        min-width: auto;
        height: 38px;
        line-height: 38px; }
    .woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price,
    .woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label,
    .woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price,
    .woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
      padding-top: 7px; }
    .woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price del,
    .woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price del {
      color: #999;
      opacity: 1;
      font-size: 13px; }
      .woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price del + ins,
      .woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price del + ins {
        margin-left: 5px; }
    .woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price ins,
    .woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price ins {
      font-weight: normal;
      text-decoration: none; }
      .woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price ins + del,
      .woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price ins + del {
        margin-left: 5px; }
  .woocommerce div.product div.summary form.cart .variations td,
  .woocommerce-page div.product div.summary form.cart .variations td {
    padding-bottom: 20px;
    line-height: normal; }
    .woocommerce div.product div.summary form.cart .variations td.label,
    .woocommerce-page div.product div.summary form.cart .variations td.label {
      padding-top: 10px;
      display: table-cell; }
  .woocommerce div.product div.summary form.cart .variations label,
  .woocommerce-page div.product div.summary form.cart .variations label {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left; }
    .woocommerce div.product div.summary form.cart .variations label:first-letter,
    .woocommerce-page div.product div.summary form.cart .variations label:first-letter {
      text-transform: uppercase; }
  .woocommerce div.product div.summary form.cart .single_variation_wrap .single_variation,
  .woocommerce-page div.product div.summary form.cart .single_variation_wrap .single_variation {
    margin-bottom: 3px; }
  .woocommerce div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-description,
  .woocommerce-page div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-description {
    margin-bottom: 25px; }
    .woocommerce div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-description p:last-child,
    .woocommerce-page div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-description p:last-child {
      margin-bottom: 0; }
  .woocommerce div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price,
  .woocommerce-page div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price {
    letter-spacing: 0.02em; }
    .woocommerce div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price del,
    .woocommerce-page div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price del {
      font-size: 14px; }
      .woocommerce div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price del + ins,
      .woocommerce-page div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price del + ins {
        margin-left: 5px; }
    .woocommerce div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price ins,
    .woocommerce-page div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price ins {
      font-weight: normal;
      text-decoration: none; }
      .woocommerce div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price ins + del,
      .woocommerce-page div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price ins + del {
        margin-left: 5px; }

.woocommerce div.product div.summary .tawcvs-swatches,
.woocommerce-page div.product div.summary .tawcvs-swatches {
  display: inline-block;
  vertical-align: middle; }
  .woocommerce div.product div.summary .tawcvs-swatches .swatch,
  .woocommerce-page div.product div.summary .tawcvs-swatches .swatch {
    line-height: 28px;
    font-weight: 500; }
    .woocommerce div.product div.summary .tawcvs-swatches .swatch.selected,
    .woocommerce-page div.product div.summary .tawcvs-swatches .swatch.selected {
      -webkit-box-shadow: 0 0 5px #e8e8e8;
      box-shadow: 0 0 5px #e8e8e8;
      border-color: #e8e8e8; }

.woocommerce div.product div.summary .product_meta,
.woocommerce-page div.product div.summary .product_meta {
  font-size: 14px; }
  .woocommerce div.product div.summary .product_meta > span,
  .woocommerce-page div.product div.summary .product_meta > span {
    display: block;
    margin-bottom: 5px; }
    .woocommerce div.product div.summary .product_meta > span:last-child,
    .woocommerce-page div.product div.summary .product_meta > span:last-child {
      margin-bottom: 0; }
    .woocommerce div.product div.summary .product_meta > span a:first-child, .woocommerce div.product div.summary .product_meta > span span:first-child,
    .woocommerce-page div.product div.summary .product_meta > span a:first-child,
    .woocommerce-page div.product div.summary .product_meta > span span:first-child {
      margin-left: 5px; }

.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  padding-top: 20px;
  margin-bottom: 85px; }
  @media (min-width: 567px) {
    .woocommerce div.product .woocommerce-tabs,
    .woocommerce-page div.product .woocommerce-tabs {
      padding-top: 50px;
      margin-bottom: 65px; } }
  .woocommerce div.product .woocommerce-tabs ul.wc-tabs,
  .woocommerce-page div.product .woocommerce-tabs ul.wc-tabs {
    padding: 0;
    margin: 0;
    margin-bottom: 30px; }
    @media (max-width: 566px) {
      .woocommerce div.product .woocommerce-tabs ul.wc-tabs,
      .woocommerce-page div.product .woocommerce-tabs ul.wc-tabs {
        overflow-y: hidden;
        overflow-x: auto;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; } }
    .woocommerce div.product .woocommerce-tabs ul.wc-tabs:before,
    .woocommerce-page div.product .woocommerce-tabs ul.wc-tabs:before {
      border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
    .woocommerce div.product .woocommerce-tabs ul.wc-tabs li,
    .woocommerce-page div.product .woocommerce-tabs ul.wc-tabs li {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      margin: 0 30px 0 0;
      padding: 0; }
      .woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active,
      .woocommerce-page div.product .woocommerce-tabs ul.wc-tabs li.active {
        background-color: transparent; }
      .woocommerce div.product .woocommerce-tabs ul.wc-tabs li:after, .woocommerce div.product .woocommerce-tabs ul.wc-tabs li:before,
      .woocommerce-page div.product .woocommerce-tabs ul.wc-tabs li:after,
      .woocommerce-page div.product .woocommerce-tabs ul.wc-tabs li:before {
        content: none; }
      .woocommerce div.product .woocommerce-tabs ul.wc-tabs li a,
      .woocommerce-page div.product .woocommerce-tabs ul.wc-tabs li a {
        font-weight: 500;
        padding: 15px 0;
        font-size: 18px; }
  .woocommerce div.product .woocommerce-tabs .panel,
  .woocommerce-page div.product .woocommerce-tabs .panel {
    margin-bottom: 0; }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description,
  .woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
    padding-bottom: 40px; }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information > h2,
  .woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information > h2 {
    font-size: 22px;
    margin-bottom: 20px; }
    @media (min-width: 567px) {
      .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information > h2,
      .woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information > h2 {
        font-size: 24px; } }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes,
  .woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table.shop_attributes {
    margin-bottom: 55px; }

.woocommerce #reviews,
.woocommerce-page #reviews {
  margin-top: 20px;
  margin-bottom: 55px; }
  .woocommerce #reviews #comments,
  .woocommerce-page #reviews #comments {
    margin-bottom: 70px; }
    .woocommerce #reviews #comments h2,
    .woocommerce-page #reviews #comments h2 {
      margin-top: 0;
      margin-bottom: 40px;
      font-size: 22px; }
      @media (min-width: 567px) {
        .woocommerce #reviews #comments h2,
        .woocommerce-page #reviews #comments h2 {
          font-size: 24px; } }
      .woocommerce #reviews #comments h2:after,
      .woocommerce-page #reviews #comments h2:after {
        content: '';
        width: 60px;
        display: block;
        margin-top: 10px;
        border-top: 2px solid #9e9e9e; }
    .woocommerce #reviews #comments ol.commentlist li img.avatar,
    .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
      padding: 0;
      border-width: 0; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text,
    .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
      margin-left: 70px;
      border-radius: 0;
      top: 7px; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating,
      .woocommerce-page #reviews #comments ol.commentlist li .comment-text .star-rating {
        font-size: 12px; }
  .woocommerce #reviews #review_form #respond .comment-form,
  .woocommerce-page #reviews #review_form #respond .comment-form {
    margin-bottom: 0; }
  .woocommerce #reviews #review_form #respond .comment-reply-title,
  .woocommerce-page #reviews #review_form #respond .comment-reply-title {
    display: block;
    margin-bottom: 15px; }
    .woocommerce #reviews #review_form #respond .comment-reply-title:after,
    .woocommerce-page #reviews #review_form #respond .comment-reply-title:after {
      content: none; }
  .woocommerce #reviews #review_form #respond .comment-form-author,
  .woocommerce #reviews #review_form #respond .comment-form-email,
  .woocommerce #reviews #review_form #respond .comment-form-rating,
  .woocommerce #reviews #review_form #respond .comment-form-comment,
  .woocommerce-page #reviews #review_form #respond .comment-form-author,
  .woocommerce-page #reviews #review_form #respond .comment-form-email,
  .woocommerce-page #reviews #review_form #respond .comment-form-rating,
  .woocommerce-page #reviews #review_form #respond .comment-form-comment {
    margin-bottom: 20px; }
  .woocommerce #reviews #review_form #respond p.comment-notes,
  .woocommerce-page #reviews #review_form #respond p.comment-notes {
    margin-bottom: 35px; }
  .woocommerce #reviews #review_form #respond .comment-form-rating,
  .woocommerce-page #reviews #review_form #respond .comment-form-rating {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .woocommerce #reviews #review_form #respond .comment-form-rating .stars,
    .woocommerce-page #reviews #review_form #respond .comment-form-rating .stars {
      margin-bottom: 0; }
  .woocommerce #reviews #review_form #respond .comment-form-comment,
  .woocommerce-page #reviews #review_form #respond .comment-form-comment {
    margin-bottom: 30px; }
    .woocommerce #reviews #review_form #respond .comment-form-comment textarea,
    .woocommerce-page #reviews #review_form #respond .comment-form-comment textarea {
      vertical-align: top; }
  .woocommerce #reviews #review_form #respond .form-submit,
  .woocommerce-page #reviews #review_form #respond .form-submit {
    margin-bottom: 0; }
    .woocommerce #reviews #review_form #respond .form-submit .submit,
    .woocommerce-page #reviews #review_form #respond .form-submit .submit {
      line-height: 46px;
      border-width: 0;
      padding: 0 30px;
      border: 1px solid #999;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 14px;
      background-color: transparent;
      font-weight: 500;
      border-radius: 0;
      letter-spacing: 0.05em;
      min-width: 150px; }
      .woocommerce #reviews #review_form #respond .form-submit .submit:hover,
      .woocommerce-page #reviews #review_form #respond .form-submit .submit:hover {
        border-color: inherit; }

.related,
.up-sells {
  margin-bottom: 25px; }
  .related > h2,
  .up-sells > h2 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 50px;
    text-transform: capitalize; }
    @media (min-width: 567px) {
      .related > h2,
      .up-sells > h2 {
        font-size: 26px; } }
    .related > h2:after,
    .up-sells > h2:after {
      content: '';
      display: block;
      height: 0;
      width: 60px;
      border-top: 2px solid #999;
      margin-top: 10px; }

.woocommerce .widget_shopping_cart_content ul.cart_list,
.woocommerce-page .widget_shopping_cart_content ul.cart_list {
  padding: 0;
  margin: 0; }
  .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item,
  .woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 15px 15px 75px;
    min-height: 92px; }
    .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item img,
    .woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item img {
      position: absolute;
      left: 0;
      top: 15px;
      width: 60px;
      margin: 0; }
    .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item a:not(.remove),
    .woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item a:not(.remove) {
      font-weight: normal;
      line-height: 1.4;
      display: block;
      margin-bottom: 2px;
      margin-top: 2px;
      font-size: 14px;
      font-weight: 500; }
    .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item a.remove,
    .woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item a.remove {
      font-size: 0;
      position: absolute;
      right: 12px;
      top: 20px; }
      .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item a.remove:before,
      .woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item a.remove:before {
        font-size: 12px;
        content: '\e935';
        line-height: 1;
        font-family: 'Linearicons' !important;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item .quantity,
    .woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item .quantity {
      display: block;
      font-size: 13px; }
    .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item dl.variation,
    .woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item dl.variation {
      padding-left: 0;
      border-width: 0;
      font-size: 13px; }
      .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item dl.variation dt,
      .woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item dl.variation dt {
        padding-bottom: 0;
        font-weight: normal;
        margin-bottom: 2px; }
      .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item dl.variation dd,
      .woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item dl.variation dd {
        margin-bottom: 2px;
        padding-bottom: 0; }

.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__total {
  margin: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-width: 0; }
  .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total strong,
  .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
    font-weight: 400; }
  .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount,
  .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
    float: right;
    font-weight: 500; }

.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  margin: 0 -5px; }
  .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button,
  .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
    width: calc(50% - 10px);
    margin: 0 5px;
    float: left;
    min-width: auto;
    padding: 0 10px; }
    .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout),
    .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout) {
      line-height: 36px; }
    .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout,
    .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
      line-height: 36px; }

.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__empty-message,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  margin-bottom: 0; }

.woocommerce table.cart th,
.woocommerce-page table.cart th {
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px; }

.woocommerce table.cart td,
.woocommerce-page table.cart td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-color: #f1f1f1; }

.woocommerce table.cart td.actions,
.woocommerce-page table.cart td.actions {
  padding-top: 20px; }
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon .input-text {
    min-width: 120px;
    padding: 0 15px; }
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .button {
    line-height: 40px; }
    .woocommerce table.cart td.actions .coupon .button:hover,
    .woocommerce-page table.cart td.actions .coupon .button:hover {
      background-color: #212121;
      color: #fff; }
  .woocommerce table.cart td.actions button[type="submit"],
  .woocommerce-page table.cart td.actions button[type="submit"] {
    line-height: 40px;
    color: #fff;
    margin: 0; }

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 22px; }

.woocommerce .cart-collaterals .cart_totals strong,
.woocommerce-page .cart-collaterals .cart_totals strong {
  font-weight: 500; }

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  width: 100%;
  line-height: 48px;
  font-size: 15px; }

.woocommerce .cart-empty,
.woocommerce .return-to-shop,
.woocommerce-page .cart-empty,
.woocommerce-page .return-to-shop {
  text-align: center; }

.woocommerce .cart-empty,
.woocommerce-page .cart-empty {
  font-size: 26px;
  margin-bottom: 30px; }

.woocommerce .return-to-shop,
.woocommerce-page .return-to-shop {
  margin-bottom: 70px; }

.woocommerce .woocommerce-billing-fields > h3,
.woocommerce .woocommerce-shipping-fields > h3,
.woocommerce-page .woocommerce-billing-fields > h3,
.woocommerce-page .woocommerce-shipping-fields > h3 {
  font-size: 22px; }

.woocommerce .woocommerce-shipping-fields > h3 label,
.woocommerce-page .woocommerce-shipping-fields > h3 label {
  margin: 0;
  font-weight: 500;
  padding-left: 25px; }
  .woocommerce .woocommerce-shipping-fields > h3 label .input-checkbox,
  .woocommerce-page .woocommerce-shipping-fields > h3 label .input-checkbox {
    left: 0;
    top: 2px;
    margin-left: 0; }

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 0;
  border-bottom-color: #e4e4e4; }
  .woocommerce #payment ul.payment_methods li,
  .woocommerce-page #payment ul.payment_methods li {
    line-height: 1.7;
    margin-bottom: 7px; }
    .woocommerce #payment ul.payment_methods li label,
    .woocommerce-page #payment ul.payment_methods li label {
      display: inline; }
  .woocommerce #payment ul.payment_methods .payment_method_paypal .about_paypal,
  .woocommerce-page #payment ul.payment_methods .payment_method_paypal .about_paypal {
    line-height: inherit;
    margin-top: 2px; }

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  padding: 20px;
  margin-bottom: 0;
  background-color: #f1f1f1; }
  .woocommerce #payment div.form-row .woocommerce-terms-and-conditions-wrapper,
  .woocommerce-page #payment div.form-row .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px; }
  .woocommerce #payment div.form-row #place_order,
  .woocommerce-page #payment div.form-row #place_order {
    margin: 0;
    min-width: 170px; }

.woocommerce form .form-row label.checkbox .input-checkbox,
.woocommerce-page form .form-row label.checkbox .input-checkbox {
  position: static; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
  border-radius: 0;
  border-color: #f1f1f1; }
  .woocommerce form.checkout_coupon button.button, .woocommerce form.login button.button, .woocommerce form.register button.button,
  .woocommerce-page form.checkout_coupon button.button,
  .woocommerce-page form.login button.button,
  .woocommerce-page form.register button.button {
    line-height: 40px; }

.woocommerce #customer_login h2, .woocommerce-page #customer_login h2 {
  text-align: center;
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 50px; }
  .woocommerce #customer_login h2:after, .woocommerce-page #customer_login h2:after {
    content: '';
    display: block;
    height: 0;
    width: 60px;
    border-top: 2px solid #999;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; }

.woocommerce .woocommerce-MyAccount-content,
.woocommerce .woocommerce-MyAccount-navigation, .woocommerce-page .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%; }

.woocommerce .woocommerce-MyAccount-navigation, .woocommerce-page .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1; }
  .woocommerce .woocommerce-MyAccount-navigation ul, .woocommerce-page .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto; }
    .woocommerce .woocommerce-MyAccount-navigation ul li, .woocommerce-page .woocommerce-MyAccount-navigation ul li {
      display: inline-block;
      margin-right: 20px;
      font-weight: 500; }
      .woocommerce .woocommerce-MyAccount-navigation ul li:last-child, .woocommerce-page .woocommerce-MyAccount-navigation ul li:last-child {
        margin-right: 0; }
      .woocommerce .woocommerce-MyAccount-navigation ul li a:after, .woocommerce-page .woocommerce-MyAccount-navigation ul li a:after {
        content: '';
        display: block;
        height: 2px; }

.woocommerce .woocommerce-Addresses, .woocommerce-page .woocommerce-Addresses {
  margin-top: 30px; }

.woocommerce .woocommerce-Address-title h3, .woocommerce-page .woocommerce-Address-title h3 {
  margin-top: 0; }

.woocommerce .woocommerce-Address-title a, .woocommerce-page .woocommerce-Address-title a {
  font-size: 14px;
  text-decoration: underline;
  margin-top: 5px; }

.woocommerce-account .woocommerce > h2 {
  text-align: center;
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 50px; }
  .woocommerce-account .woocommerce > h2:after {
    content: '';
    display: block;
    height: 0;
    width: 60px;
    border-top: 2px solid #999;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; }

.woocommerce-account form.login {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.woocommerce .woocommerce-column--billing-address address,
.woocommerce .woocommerce-column--shipping-address address,
.woocommerce-page .woocommerce-column--billing-address address,
.woocommerce-page .woocommerce-column--shipping-address address {
  border-radius: 0;
  border-width: 1px;
  padding: 20px; }

.woocommerce .woocommerce-order-details h2,
.woocommerce .woocommerce-column--billing-address h2,
.woocommerce .woocommerce-column--shipping-address h2,
.woocommerce-page .woocommerce-order-details h2,
.woocommerce-page .woocommerce-column--billing-address h2,
.woocommerce-page .woocommerce-column--shipping-address h2 {
  margin-bottom: 15px;
  font-size: 22px; }

/*-------------------------------------------------------------------------*/
/* Pages
/*-------------------------------------------------------------------------*/
.error404 .nc-heading-page {
  margin-bottom: 0; }

.nc-section-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 145px);
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edf0f7; }

.nc-404 {
  padding: 70px 0;
  text-align: center; }
  .nc-404 .nc-btn, .nc-404 .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .nc-404 .button,
  .nc-404 .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button, .woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .nc-404 .button, .nc-404 .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .nc-404 .button,
  .nc-404 .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .nc-404 .button, .nc-404 .woocommerce table.cart td.actions button[type="submit"], .woocommerce table.cart td.actions .nc-404 button[type="submit"],
  .nc-404 .woocommerce-page table.cart td.actions button[type="submit"], .woocommerce-page table.cart td.actions .nc-404 button[type="submit"], .nc-404 .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .nc-404 .button,
  .nc-404 .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .nc-404 .button, .nc-404 .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .nc-404 .button,
  .nc-404 .woocommerce-page .return-to-shop .button, .woocommerce-page .return-to-shop .nc-404 .button, .nc-404 .woocommerce #payment div.form-row #place_order, .woocommerce #payment div.form-row .nc-404 #place_order,
  .nc-404 .woocommerce-page #payment div.form-row #place_order, .woocommerce-page #payment div.form-row .nc-404 #place_order, .nc-404 .woocommerce form.checkout_coupon button.button, .woocommerce form.checkout_coupon .nc-404 button.button, .nc-404 .woocommerce form.login button.button, .woocommerce form.login .nc-404 button.button, .nc-404 .woocommerce form.register button.button, .woocommerce form.register .nc-404 button.button,
  .nc-404 .woocommerce-page form.checkout_coupon button.button, .woocommerce-page form.checkout_coupon .nc-404 button.button,
  .nc-404 .woocommerce-page form.login button.button, .woocommerce-page form.login .nc-404 button.button,
  .nc-404 .woocommerce-page form.register button.button, .woocommerce-page form.register .nc-404 button.button {
    min-width: 200px; }

.nc-404__title {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 50px; }
  @media (min-width: 768px) {
    .nc-404__title {
      font-size: calc(6.94444vw - 3.33333px); } }
  @media (min-width: 1200px) {
    .nc-404__title {
      font-size: 80px; } }

.nc-404__subtitle {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px; }
  @media (min-width: 768px) {
    .nc-404__subtitle {
      font-size: calc(2.31481vw + 12.22222px); } }
  @media (min-width: 1200px) {
    .nc-404__subtitle {
      font-size: 40px; } }

.nc-404__desc {
  margin-bottom: 30px; }

/*-------------------------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------------------------*/
.nc-footer__wrap {
  background-color: #f8f8f8;
  padding: 20px 0;
  position: relative; }

.nc-footer__inner {
  font-size: 12px;
  color: #757575; }
  @media (max-width: 767px) {
    .nc-footer__inner {
      text-align: center; } }
  .nc-footer__inner .nc-social {
    text-transform: uppercase;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 5px;
    display: block; }
    @media (min-width: 768px) {
      .nc-footer__inner .nc-social {
        float: right;
        margin-top: 0; } }
    .nc-footer__inner .nc-social a {
      padding-left: 10px;
      padding-right: 10px;
      position: relative; }
      @media (min-width: 768px) {
        .nc-footer__inner .nc-social a {
          float: left; } }
      .nc-footer__inner .nc-social a:hover {
        color: inherit; }
        .nc-footer__inner .nc-social a:hover span {
          text-decoration: underline; }
      .nc-footer__inner .nc-social a:last-child::after {
        content: none; }
      .nc-footer__inner .nc-social a:after {
        content: '';
        border-left: 1px solid;
        top: 0;
        bottom: 0;
        height: 10px;
        right: 0;
        margin-top: auto;
        margin-bottom: auto;
        position: absolute; }

.nc-footer-width-wide:not(.nc-header-style3) .nc-footer .container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

/*-------------------------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------------------------*/
.nc-sidebar--blog .widget {
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .nc-sidebar--blog .widget:last-child {
      margin-bottom: 0; } }

.widget__title,
.widgettitle {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 40px; }
  .widget__title:after,
  .widgettitle:after {
    content: '';
    display: block;
    height: 0;
    width: 60px;
    border-top: 2px solid #999;
    margin-top: 10px; }

.widget_categories ul, .widget_meta ul, .widget_archive ul, .widget_pages ul, .widget_nav_menu ul {
  padding: 0;
  margin: 0; }

.widget_categories li, .widget_meta li, .widget_archive li, .widget_pages li, .widget_nav_menu li {
  list-style: none; }

.widget_categories .active > a:after, .widget_meta .active > a:after, .widget_archive .active > a:after, .widget_pages .active > a:after, .widget_nav_menu .active > a:after {
  content: '-'; }

.widget_categories a, .widget_meta a, .widget_archive a, .widget_pages a, .widget_nav_menu a {
  display: block;
  text-decoration: none;
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #eeeeee;
  text-transform: capitalize;
  font-size: 14px; }
  .widget_categories a span, .widget_meta a span, .widget_archive a span, .widget_pages a span, .widget_nav_menu a span {
    font-size: 95%;
    float: right; }
    .widget_categories a span:after, .widget_meta a span:after, .widget_archive a span:after, .widget_pages a span:after, .widget_nav_menu a span:after {
      content: ')'; }
    .widget_categories a span:before, .widget_meta a span:before, .widget_archive a span:before, .widget_pages a span:before, .widget_nav_menu a span:before {
      content: '('; }

.widget_categories .children, .widget_meta .children, .widget_archive .children, .widget_pages .children, .widget_nav_menu .children,
.widget_categories .sub-menu,
.widget_meta .sub-menu,
.widget_archive .sub-menu,
.widget_pages .sub-menu,
.widget_nav_menu .sub-menu {
  padding-left: 20px; }

.widget_categories select, .widget_meta select, .widget_archive select, .widget_pages select, .widget_nav_menu select {
  width: 100%; }

.widget_categories > ul, .widget_meta > ul, .widget_archive > ul, .widget_pages > ul, .widget_nav_menu > ul {
  margin-top: -8px; }

.nc-widget-about {
  text-align: center; }

.nc-widget-about__avatar {
  margin-bottom: 20px; }

.nc-widget-about__name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px; }

.nc-widget-about__description {
  margin-bottom: 15px; }

.nc-widget-about__social {
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px; }
  .nc-widget-about__social a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none; }

.widget_search .searchform, .widget_search .search-form {
  position: relative; }
  .widget_search .searchform:before, .widget_search .search-form:before {
    position: absolute;
    right: 10px;
    top: 8px;
    content: '\e922';
    font-family: 'Linearicons' !important; }

.widget_search input[type="text"] {
  width: 100%;
  font-style: italic; }

.widget_search input[type="submit"] {
  display: none; }

.nc-recent__thumbnail img {
  width: 100%; }

.nc-recent__title {
  font-size: 17px; }
  .nc-recent__title a {
    text-decoration: none; }

.nc-recent__meta {
  font-size: 13px;
  color: #999; }
  .nc-recent__meta a {
    text-decoration: none; }
  .nc-recent__meta span {
    margin-right: 15px; }
    .nc-recent__meta span:last-child {
      margin-right: 0; }
  .nc-recent__meta .nc-recent__date:before,
  .nc-recent__meta .nc-recent__comment:before {
    margin-right: 5px;
    content: '';
    font-family: 'Linearicons'; }
  .nc-recent__meta .nc-recent__date:before {
    content: '\e789'; }
  .nc-recent__meta .nc-recent__comment:before {
    content: '\e7d6'; }

.nc-recent--grid .nc-recent__thumbnail,
.nc-recent--slider .nc-recent__thumbnail {
  margin-bottom: 15px; }

.nc-recent--grid .nc-recent__title,
.nc-recent--slider .nc-recent__title {
  margin-bottom: 5px;
  text-transform: capitalize; }

.nc-recent--grid .nc-recent__redmore,
.nc-recent--slider .nc-recent__redmore {
  margin-top: 5px;
  display: inline-block; }

.nc-recent--list .nc-recent__thumbnail {
  float: left;
  width: 60px;
  margin-right: 15px; }

.nc-recent--list .nc-recent__title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 13px; }

.nc-recent--list .nc-recent__body {
  overflow: hidden;
  padding-top: 2px; }

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

.widget_recent_entries li {
  padding: 12px 0;
  border-bottom: 1px solid #f1f1f1; }
  .widget_recent_entries li:first-child {
    padding-top: 5px; }

.widget_recent_entries a {
  display: block;
  font-size: 14px; }

.widget_recent_entries .post-date {
  font-size: 13px;
  display: block;
  margin-top: 5px; }

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

.widget_recent_comments li {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px; }
  .widget_recent_comments li:first-child {
    padding-top: 0; }

.tagcloud a {
  font-size: 13px !important;
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #999999;
  text-decoration: none;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: capitalize; }
  .tagcloud a:hover {
    border-color: #f1f1f1; }

.calendar_wrap {
  padding-top: 5px; }
  .calendar_wrap table {
    border: 1px solid #f1f1f1;
    width: 100%; }
  .calendar_wrap th, .calendar_wrap td {
    border: 1px solid #f1f1f1;
    text-align: center;
    padding: 5px 0;
    font-size: 14px; }
  .calendar_wrap caption {
    text-align: center;
    border: 1px solid #f1f1f1;
    border-bottom-width: 0; }

.widget_rss .widget__title .rsswidget {
  display: inline-block;
  vertical-align: middle; }
  .widget_rss .widget__title .rsswidget img {
    display: block; }

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

.widget_rss li {
  border-bottom: 1px solid #eee;
  padding: 17px 0; }
  .widget_rss li:first-child {
    padding-top: 0; }

.widget_rss .rssSummary {
  font-size: 14px; }

.widget_rss a {
  display: block;
  line-height: 1.5em;
  margin-bottom: 7px; }

.widget_rss cite {
  font-style: normal;
  font-size: 14px;
  margin-top: 7px;
  display: block; }
  .widget_rss cite:before {
    position: relative;
    margin-right: 5px;
    content: '\e71e';
    font-family: 'Linearicons'; }

.widget_rss .rss-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  color: #999; }
  .widget_rss .rss-date:before {
    position: relative;
    top: 1px;
    margin-right: 5px;
    content: '\e789';
    font-family: 'Linearicons'; }

.nc-widget-mailchimp .nc-mailchimp-subscribe.loading .form-submit:before {
  position: absolute;
  content: '';
  border: 2px solid;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 10;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite;
  border-right-color: transparent !important; }

.nc-widget-mailchimp .nc-mailchimp-subscribe.loading .form-submit button {
  opacity: 0; }

.nc-widget-mailchimp .nc-mailchimp-subscribe__form {
  margin-bottom: 0;
  position: relative; }
  .nc-widget-mailchimp .nc-mailchimp-subscribe__form .form-field input::-webkit-input-placeholder {
    font-size: 14px; }
  .nc-widget-mailchimp .nc-mailchimp-subscribe__form .form-field input:-ms-input-placeholder {
    font-size: 14px; }
  .nc-widget-mailchimp .nc-mailchimp-subscribe__form .form-field input::-ms-input-placeholder {
    font-size: 14px; }
  .nc-widget-mailchimp .nc-mailchimp-subscribe__form .form-field input::placeholder {
    font-size: 14px; }
  .nc-widget-mailchimp .nc-mailchimp-subscribe__form .form-field input:-ms-input-placeholder {
    font-size: 14px; }
  .nc-widget-mailchimp .nc-mailchimp-subscribe__form .form-field input::-ms-input-placeholder {
    font-size: 14px; }
  .nc-widget-mailchimp .nc-mailchimp-subscribe__form .form-submit {
    position: absolute;
    right: 0;
    top: 0; }
    .nc-widget-mailchimp .nc-mailchimp-subscribe__form .form-submit button {
      line-height: 42px;
      padding: 0 25px;
      text-indent: -9999px;
      border-width: 0;
      background-color: transparent; }
      .nc-widget-mailchimp .nc-mailchimp-subscribe__form .form-submit button:before {
        content: '\f1d9';
        font-family: 'FontAwesome';
        text-indent: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.nc-widget-mailchimp .nc-mailchimp-subscribe__message {
  font-size: 12px; }
  .nc-widget-mailchimp .nc-mailchimp-subscribe__message:not(:empty) {
    margin-top: 5px; }

.nc-widget-photo__item {
  position: relative; }
  .nc-widget-photo__item:hover .nc-widget-photo__like-comment {
    opacity: 1; }

.nc-widget-photo__like-comment {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0; }
  .nc-widget-photo__like-comment span {
    margin: 0 5px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap; }
    .nc-widget-photo__like-comment span i {
      margin-right: 3px; }

.nc-sidebar .textwidget {
  font-size: 14px; }

/*-------------------------------------------------------------------------*/
/* Colors, Fonts
/*-------------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, table th, table caption, .nc-header__search .search-form .search-field, .nc-header-style1 .nc-header .nc-header__nav .nc-menu-list > li > a, .nc-grid__nav ul li a, .nav-links .page-numbers, .woocommerce .woocommerce-pagination .page-numbers .page-numbers, .woocommerce-page .woocommerce-pagination .page-numbers .page-numbers, .nc-post__pages, .nc-comment__meta-data .nc-comment__name, form input[type="submit"], div.kc_counter_box .counterup, div.kc_progress_bars .progress-item span.label, div.kc_progress_bars .progress-item .ui-label, .wpcf7-form .wpcf7-submit, .woocommerce button.button,
.woocommerce a.button,
.woocommerce-page button.button,
.woocommerce-page a.button, .woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before, .woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale, .woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce ul.products li.product .product_type_grouped,
.woocommerce ul.products li.product .product_type_external,
.woocommerce-page ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .product_type_variable,
.woocommerce-page ul.products li.product .product_type_grouped,
.woocommerce-page ul.products li.product .product_type_external, .woocommerce div.product span.onsale,
.woocommerce-page div.product span.onsale, .woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price,
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label,
.woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price,
.woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label, .woocommerce div.product div.summary form.cart .variations label,
.woocommerce-page div.product div.summary form.cart .variations label, .woocommerce div.product div.summary .tawcvs-swatches .swatch,
.woocommerce-page div.product div.summary .tawcvs-swatches .swatch, .woocommerce div.product div.summary .product_meta,
.woocommerce-page div.product div.summary .product_meta, .woocommerce div.product .woocommerce-tabs ul.wc-tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.wc-tabs li a, .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item a:not(.remove),
.woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item a:not(.remove), .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__total, .woocommerce table.cart .product-name,
.woocommerce table.cart .product-price,
.woocommerce table.cart .product-subtotal,
.woocommerce-page table.cart .product-name,
.woocommerce-page table.cart .product-price,
.woocommerce-page table.cart .product-subtotal, .woocommerce .cart-collaterals .cart_totals strong,
.woocommerce-page .cart-collaterals .cart_totals strong, .woocommerce .cart-empty,
.woocommerce-page .cart-empty, .nc-footer__inner, .widget_recent_entries a, .widget_recent_comments a, .widget_recent_comments .comment-author-link, .widget_rss .rsswidget {
  font-family: "Poppins", sans-serif; }

body, .woocommerce div.product div.summary .product_meta > span a, .woocommerce div.product div.summary .product_meta > span span,
.woocommerce-page div.product div.summary .product_meta > span a,
.woocommerce-page div.product div.summary .product_meta > span span {
  font-family: "Roboto", sans-serif; }

textarea, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, table th, table caption, .nc-post-format__quote cite, .nc-scrolltop, .nc-header-search input[type="search"], .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__nav .nc-menu-list > li > a, .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__social .nc-social, .nc-header-mobile__nav .nc-menu-list li, .nc-header-mobile__nav .nc-menu-list > li > a, .nc-header-mobile__social .nc-social, .nc-btn--default:hover, .nc-btn--dark:hover, .post-password-form p:last-child input:hover[type="submit"], .nc-no-result .search-form input:hover[type="submit"], .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover, .woocommerce table.cart td.actions button:hover[type="submit"],
.woocommerce-page table.cart td.actions button:hover[type="submit"], .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover, .woocommerce #payment div.form-row #place_order:hover,
.woocommerce-page #payment div.form-row #place_order:hover, .woocommerce form.checkout_coupon button.button:hover, .woocommerce form.login button.button:hover, .woocommerce form.register button.button:hover,
.woocommerce-page form.checkout_coupon button.button:hover,
.woocommerce-page form.login button.button:hover,
.woocommerce-page form.register button.button:hover, .nc-btn--white, .nc-btn--transparent, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout),
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout), .woocommerce table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button, .woocommerce .return-to-shop .button,
.woocommerce-page .return-to-shop .button, .nc-grid__nav ul li a, .nav-links .page-numbers.current, .woocommerce .woocommerce-pagination .page-numbers .page-numbers.current, .woocommerce-page .woocommerce-pagination .page-numbers .page-numbers.current, .nav-links .page-numbers:hover, .woocommerce .woocommerce-pagination .page-numbers .page-numbers:hover, .woocommerce-page .woocommerce-pagination .page-numbers .page-numbers:hover, .nav-previous-next a, .nc-post__pages a, .nc-post__pages span, .nc-post__content blockquote, .nc-post__readmore a, .nc-post__tags span, .nc-breadcrumb li, .nc-comment__meta-data .nc-comment__name, form input[type="submit"], .nc-box__icon i, div.kc_counter_box .counterup, .nc-mailchimp-subscribe--shortcode .nc-mailchimp-subscribe__form button, div.kc_progress_bars .progress-item span.label, div.kc_progress_bars .progress-item .kc-ui-progress-bar1 .ui-label, .nc-po--metro .nc-po__category, .nc-po-single__meta-label, .nc-po-single__nav .nc-po-single__nav-page, .nc-po-single__nav .nc-po-single__nav-title, .woocommerce table.shop_table strong,
.woocommerce-page table.shop_table strong, .woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale, .woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce ul.products li.product .product_type_variable:hover,
.woocommerce ul.products li.product .product_type_grouped:hover,
.woocommerce ul.products li.product .product_type_external:hover,
.woocommerce-page ul.products li.product .add_to_cart_button:hover,
.woocommerce-page ul.products li.product .product_type_variable:hover,
.woocommerce-page ul.products li.product .product_type_grouped:hover,
.woocommerce-page ul.products li.product .product_type_external:hover, .woocommerce .nc-woo-header-wrap,
.woocommerce-page .nc-woo-header-wrap, .woocommerce div.product span.onsale,
.woocommerce-page div.product span.onsale, .woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger, .woocommerce div.product div.summary p.price,
.woocommerce-page div.product div.summary p.price, .woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price,
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label,
.woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price,
.woocommerce-page div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label, .woocommerce div.product div.summary form.cart .variations label,
.woocommerce-page div.product div.summary form.cart .variations label, .woocommerce div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price,
.woocommerce-page div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-price span.price, .woocommerce div.product div.summary .tawcvs-swatches .swatch,
.woocommerce-page div.product div.summary .tawcvs-swatches .swatch, .woocommerce div.product div.summary .product_meta,
.woocommerce-page div.product div.summary .product_meta, .woocommerce div.product .woocommerce-tabs ul.wc-tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.wc-tabs li a, .woocommerce #reviews #review_form #respond .comment-reply-title,
.woocommerce-page #reviews #review_form #respond .comment-reply-title, .woocommerce #reviews #review_form #respond .form-submit .submit,
.woocommerce-page #reviews #review_form #respond .form-submit .submit, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total strong,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__total strong, .woocommerce table.cart .product-name,
.woocommerce table.cart .product-price,
.woocommerce table.cart .product-subtotal,
.woocommerce-page table.cart .product-name,
.woocommerce-page table.cart .product-price,
.woocommerce-page table.cart .product-subtotal, .woocommerce .cart-collaterals .cart_totals strong,
.woocommerce-page .cart-collaterals .cart_totals strong, .widget_categories select, .widget_meta select, .widget_archive select, .widget_pages select, .widget_nav_menu select, .widget_recent_entries a, .widget_recent_comments a, .widget_recent_comments .comment-author-link, .widget_rss a {
  color: #212121; }

body, .nc-navigation-full-screen__nav .nc-menu-list li.current-menu-parent > a, .nc-navigation-full-screen__nav .nc-menu-list li.current-menu-item > a, .nc-header-mobile__nav .nc-menu-list li.current-menu-parent > a, .nc-header-mobile__nav .nc-menu-list li.current-menu-item > a, .nc-header-mobile__nav .nc-menu-list a, .nav-links .page-numbers, .woocommerce .woocommerce-pagination .page-numbers .page-numbers, .woocommerce-page .woocommerce-pagination .page-numbers .page-numbers, .nc-post__content blockquote cite, .nc-post__tags, .nc-related-post__subtitle, .nc-breadcrumb li:last-child, .nc-breadcrumb .active, .nc-heading__subtitle, .nc-po-related__subtitle, .nc-po-single__nav .nc-po-single__nav-text, .woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price, .woocommerce div.product div.summary .product_meta > span a, .woocommerce div.product div.summary .product_meta > span span,
.woocommerce-page div.product div.summary .product_meta > span a,
.woocommerce-page div.product div.summary .product_meta > span span, .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item a.remove:before,
.woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item a.remove:before, .widget_categories a span, .widget_meta a span, .widget_archive a span, .widget_pages a span, .widget_nav_menu a span {
  color: #777777; }

.nc-btn--default, .nc-btn--primary, .nc-btn--primary:hover, .nc-btn--dark, .post-password-form p:last-child input[type="submit"], .nc-no-result .search-form input[type="submit"], .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout, .woocommerce table.cart td.actions button[type="submit"],
.woocommerce-page table.cart td.actions button[type="submit"], .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, .woocommerce #payment div.form-row #place_order,
.woocommerce-page #payment div.form-row #place_order, .woocommerce form.checkout_coupon button.button, .woocommerce form.login button.button, .woocommerce form.register button.button,
.woocommerce-page form.checkout_coupon button.button,
.woocommerce-page form.login button.button,
.woocommerce-page form.register button.button, .nc-btn--white:hover, .nc-btn--transparent:hover, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover:not(.checkout),
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover:not(.checkout), .woocommerce table.cart td.actions .coupon .button:hover,
.woocommerce-page table.cart td.actions .coupon .button:hover, .woocommerce .return-to-shop .button:hover,
.woocommerce-page .return-to-shop .button:hover, .woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce ul.products li.product .product_type_grouped,
.woocommerce ul.products li.product .product_type_external,
.woocommerce-page ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .product_type_variable,
.woocommerce-page ul.products li.product .product_type_grouped,
.woocommerce-page ul.products li.product .product_type_external {
  color: #fff; }

a:hover, a:focus, a:active, .nc-post-format__link i, .nc-header-style1 .nc-header .nc-header__nav .nc-menu-list li:hover > a,
.nc-header-style1 .nc-header .nc-header__nav .nc-menu-list li.current-cat-parent > a,
.nc-header-style1 .nc-header .nc-header__nav .nc-menu-list li.current-cat > a,
.nc-header-style1 .nc-header .nc-header__nav .nc-menu-list li.scroll-active > a, .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__nav .nc-menu-list li.current-menu-parent > a, .nc-header-style3:not(.nc-header-is-mobile) .nc-header .nc-header__nav .nc-menu-list li.current-menu-item > a, .nc-grid__nav ul li a:hover, .nc-grid__nav ul li.active a, .nc-post__pages, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover,
.woocommerce-page div.product div.images .woocommerce-product-gallery__trigger:hover, .woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.wc-tabs li.active a, .woocommerce .widget_shopping_cart_content ul.cart_list .mini_cart_item a.remove:hover:before,
.woocommerce-page .widget_shopping_cart_content ul.cart_list .mini_cart_item a.remove:hover:before, .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a, .widget_categories .current-cat-parent > a, .widget_meta .current-cat-parent > a, .widget_archive .current-cat-parent > a, .widget_pages .current-cat-parent > a, .widget_nav_menu .current-cat-parent > a,
.widget_categories .current-cat > a,
.widget_meta .current-cat > a,
.widget_archive .current-cat > a,
.widget_pages .current-cat > a,
.widget_nav_menu .current-cat > a, .widget_categories a:hover span, .widget_meta a:hover span, .widget_archive a:hover span, .widget_pages a:hover span, .widget_nav_menu a:hover span, .nc-recent__redmore, .widget_recent_entries a:hover, .calendar_wrap a, .widget_rss a:hover {
  color: #999; }

.nc-btn--default, .nc-btn--primary:hover, .nc-btn--dark, .post-password-form p:last-child input[type="submit"], .nc-no-result .search-form input[type="submit"], .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout, .woocommerce table.cart td.actions button[type="submit"],
.woocommerce-page table.cart td.actions button[type="submit"], .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button, .woocommerce #payment div.form-row #place_order,
.woocommerce-page #payment div.form-row #place_order, .woocommerce form.checkout_coupon button.button, .woocommerce form.login button.button, .woocommerce form.register button.button,
.woocommerce-page form.checkout_coupon button.button,
.woocommerce-page form.login button.button,
.woocommerce-page form.register button.button, .nc-btn--transparent:hover, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover:not(.checkout),
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover:not(.checkout), .woocommerce table.cart td.actions .coupon .button:hover,
.woocommerce-page table.cart td.actions .coupon .button:hover, .woocommerce .return-to-shop .button:hover,
.woocommerce-page .return-to-shop .button:hover, div.kc_progress_bars .progress-item .kc-ui-progress, div.kc_progress_bars .progress-item .kc-ui-progress-bar2 .ui-label span.value, .nc-contact-form-light .wpcf7-form .wpcf7-submit, .woocommerce div.product div.summary form.cart .button,
.woocommerce-page div.product div.summary form.cart .button {
  background-color: #212121; }

.nc-scrolltop, .nc-btn--white, .nc-section-instagram + #nc-footer, .nc-media-item__img:before {
  background-color: #fff; }

.nc-grid__paginate-loading .bounce, .nc-header__icon .nc-header__icon-badge, .nc-btn--primary, .nc-btn--white:hover, .slick-slider:not(.slick-vertical) .slick-prev:hover:before, .slick-slider:not(.slick-vertical) .slick-prev:hover:after,
.slick-slider:not(.slick-vertical) .slick-next:hover:before,
.slick-slider:not(.slick-vertical) .slick-next:hover:after, .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:after, .woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a:after {
  background-color: #999; }

.nc-widget-mailchimp .nc-mailchimp-subscribe.loading .form-submit:before {
  border-color: #999; }

#nc-preloader:before {
  border-bottom-color: #999; }

#nc-wrap:after, .nc-page-builder-content:after, .clearfix:after, .nc-instagram__content:after, .gallery:after, .nc-header-style1 .nc-header .nc-header__nav .nc-menu-list:after, .nc-navigation-full-screen__content .nc-social:after, .nav-previous-next:after, .comment-navigation .nav-links:after, .comment-navigation .woocommerce .woocommerce-pagination .page-numbers:after, .woocommerce .woocommerce-pagination .comment-navigation .page-numbers:after,
.comment-navigation .woocommerce-page .woocommerce-pagination .page-numbers:after, .woocommerce-page .woocommerce-pagination .comment-navigation .page-numbers:after, .nc-post__content:after, .nc-comment:after, .nc-testimonial:after, .nc-po-single:after, .nc-po-single__content:after, .woocommerce .nc-woo-header-wrap:after,
.woocommerce-page .nc-woo-header-wrap:after, .woocommerce div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart:after,
.woocommerce-page div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart:after, .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons:after,
.woocommerce-page .widget_shopping_cart_content .woocommerce-mini-cart__buttons:after, .woocommerce .woocommerce-MyAccount-navigation ul:after, .woocommerce-page .woocommerce-MyAccount-navigation ul:after, .nc-footer__inner .nc-social:after, .widget_categories ul:after, .widget_meta ul:after, .widget_archive ul:after, .widget_pages ul:after, .widget_nav_menu ul:after, .nc-recent__item:after {
  display: block;
  content: '';
  clear: both; }
