html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 *
 * [Table of contents]
 *
 * 01. Bootstrap
 * 02. Common classes
 * 03. Forms
 * 04. Comments
 * 05. Footer
 * 06. Structure
 * 07. Header
 * 08. Navigation
 * 09. Hero element
 * 10. Side navigation
 * 11. Widgets
 * 12. Call to action
 * 13. Posts
 * 14. Social
 * 15. Pagination
 * 16. Popular page
 * 17. WooCommerce
 * 18. WC Vendors
 * 19. Woo Features
 * 20. Woo Testimonials
 * 21. Advanced reviews 
 */
/**
 * 01. Elements
 */
html {
  height: 100%;
  width: 100%; }

body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  background-color: #f2f4f7;
  color: #424242;
  font-size: 14px;
  height: 100%;
  width: 100%; }
  body.admin-bar {
    padding-top: 32px; }
    @media screen and (max-width: 782px) {
      body.admin-bar {
        padding-top: 2.875rem; } }

p {
  line-height: 1.6;
  margin: 0 0 20px 0; }

a {
  color: #3895D6;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", sans-serif; }

address {
  border: 2px dashed #E1E1E1;
  color: rgba(66, 66, 66, 0.7);
  padding: 25px; }

/**
 * 02. Common classes
 */
ul.inline {
  padding: 30px 0 !important; }
  ul.inline::after {
    clear: both;
    content: "";
    display: block; }
  ul.inline li {
    float: left;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    ul.inline li:last-child {
      margin-right: 0; }
    ul.inline li:nth-child(3n) {
      margin-right: 0; }
    ul.inline li:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 78em) {
      ul.inline li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        ul.inline li:last-child {
          margin-right: 0; }
        ul.inline li:nth-child(3n) {
          margin-right: 2.35765%; }
        ul.inline li:nth-child(3n+1) {
          clear: none; }
        ul.inline li:nth-child(2n) {
          margin-right: 0; }
        ul.inline li:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 48em) {
      ul.inline li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        ul.inline li:last-child {
          margin-right: 0; }
        ul.inline li:nth-child(2n) {
          margin-right: 2.35765%; }
        ul.inline li:nth-child(2n+1) {
          clear: none; } }

.wp-caption-text {
  color: #727272;
  font-style: italic;
  font-size: 12px;
  text-align: center; }

.pad-bottom {
  padding-bottom: 80px !important; }

.mar-bottom {
  margin-bottom: 80px !important; }

.shift-bottom {
  margin-bottom: -80px !important; }

.page-title {
  color: #424242;
  font-size: 50px;
  text-align: center; }

.information-bar {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 16px;
  line-height: 36px;
  margin: -80px -1000px 80px -1000px;
  padding: 20px 1000px; }
  .information-bar::after {
    clear: both;
    content: "";
    display: block; }
  .information-bar__inner {
    text-align: center; }
    @media screen and (max-width: 34em) {
      .information-bar__inner {
        margin: 0;
        padding: 0;
        text-align: center; } }
  .information-bar__text {
    color: rgba(66, 66, 66, 0.7);
    display: inline-block;
    line-height: 36px; }
  .information-bar a {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    background-color: #424242;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    min-height: 44px;
    padding: 10px 16px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
    transition: background-color .15s linear;
    white-space: nowrap;
    background-color: #29AA60;
    color: #fff;
    display: inline-block;
    margin-left: 40px; }
    .information-bar a:hover {
      background-color: #4f4f4f;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
    .information-bar a .fa {
      font-size: 11px;
      margin: 0 0 0 10px; }
    .information-bar a:hover {
      background-color: #249554; }
    @media screen and (max-width: 34em) {
      .information-bar a {
        display: block;
        margin: 20px 0 0 0;
        width: 100%; } }

.content-title {
  margin: 0 0 80px 0; }
  .single-product .content-title {
    margin: -40px 0 40px 0; }
  .content-title__inner::after {
    clear: both;
    content: "";
    display: block; }
  .content-title h1 {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding: 0; }
  .content-title ul {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    padding: 0; }
    .content-title ul li {
      display: inline-block;
      margin: 0 40px 0 0; }
      @media screen and (max-width: 34em) {
        .content-title ul li {
          display: block;
          margin: 0; }
          .content-title ul li:last-child a {
            border-bottom: 0; } }
      .content-title ul li a {
        color: #aaa;
        display: block;
        font-size: 15px;
        padding: 6px 0;
        transition: all .15s linear; }
        .content-title ul li a:hover {
          color: #3895D6; }
        @media screen and (max-width: 34em) {
          .content-title ul li a {
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
            padding: 12px 0; } }

.social {
  list-style: none;
  margin: 30px 0 0 0 !important;
  padding: 0; }
  .social::after {
    clear: both;
    content: "";
    display: block; }
  .social li {
    float: left;
    margin: 0 13px 0 0;
    position: relative; }
    .social li:last-child {
      margin-right: 0; }
    .social li a {
      background-color: rgba(255, 255, 255, 0.15);
      border-radius: 50%;
      color: rgba(255, 255, 255, 0.6);
      display: block;
      font-size: 15px;
      height: 40px;
      transition: all .15s linear;
      width: 40px; }
      .social li a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
    .social li .fa {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }

.col-1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .col-1:last-child {
    margin-right: 0; }

.col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .col-2:last-child {
    margin-right: 0; }

.col-1 > h2, .col-2 > h2 {
  font-size: 13px;
  margin: 0 0 30px 0;
  text-transform: uppercase; }

.promo {
  background-color: #29AA60;
  border-radius: 2px;
  padding: 25px 20px;
  text-align: center; }
  .promo h2 {
    color: #fff;
    font-size: 13px;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
    .promo h2 .fa {
      margin: 0 10px 0 0; }
  .promo p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    margin: 0; }
  .promo a {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    background-color: #424242;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    min-height: 44px;
    padding: 10px 16px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
    transition: background-color .15s linear;
    white-space: nowrap;
    display: block;
    font-size: 11px;
    margin: 20px 0 0 0;
    min-height: 22px;
    padding: 4px 10px; }
    .promo a:hover {
      background-color: #4f4f4f;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
    .promo a .fa {
      font-size: 11px;
      margin: 0 0 0 10px; }
  .promo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    .promo ul li {
      font-size: 13px;
      margin: 0 0 8px 0; }
      .promo ul li .fa {
        margin: 0 5px 0 0;
        text-align: center;
        width: 16px; }
      .promo ul li:last-child {
        margin: 0; }
  .promo--gray {
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04); }
    .promo--gray h2 {
      color: #424242; }
    .promo--gray ul li {
      color: rgba(66, 66, 66, 0.7); }

.page-template-page-login, .page-template-page-register {
  align-items: center;
  background-color: #424242;
  display: flex;
  justify-content: center; }
  .page-template-page-login form, .page-template-page-register form {
    width: 400px; }
    .page-template-page-login form h1, .page-template-page-register form h1 {
      color: #fff;
      font-size: 30px;
      font-weight: 400;
      margin: 0 0 50px 0;
      text-align: center; }
    .page-template-page-login form .button, .page-template-page-register form .button {
      float: right;
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      background-color: #424242;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
      border: 0;
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px;
      min-height: 44px;
      padding: 10px 16px;
      text-align: center;
      text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
      transition: background-color .15s linear;
      white-space: nowrap;
      background-color: #3895D6;
      color: #fff;
      padding-left: 40px;
      padding-right: 40px; }
      .page-template-page-login form .button:hover, .page-template-page-register form .button:hover {
        background-color: #4f4f4f;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
      .page-template-page-login form .button .fa, .page-template-page-register form .button .fa {
        font-size: 11px;
        margin: 0 0 0 10px; }
      .page-template-page-login form .button:hover, .page-template-page-register form .button:hover {
        background-color: #2a89cb; }
  .page-template-page-login .alert, .page-template-page-register .alert {
    color: #fff;
    font-size: 20px; }

.not-found {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  color: #525252;
  margin: 180px 0;
  text-align: center; }
  .not-found h1 {
    font-size: 44px;
    font-weight: 700; }
  .not-found:before {
    color: rgba(66, 66, 66, 0.15);
    content: "\f071";
    display: block;
    font-family: 'FontAwesome';
    font-size: 200px;
    margin: 0 0 -160px 0;
    text-align: center; }
  .not-found form {
    display: flex;
    margin: 120px auto 0 auto;
    width: 50%; }
    .not-found form input {
      -webkit-font-smoothing: antialiased;
      box-shadow: 0 1px 1px 0 #dfdfdf;
      background-color: #fff;
      border-radius: 2px 0 0 2px;
      font-size: 18px;
      height: 68px;
      padding-left: 40px;
      padding-right: 40px; }
      .not-found form input:focus {
        box-shadow: 0 1px 1px 0 #dfdfdf; }
    .not-found form button {
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      background-color: #424242;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
      border: 0;
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px;
      min-height: 44px;
      padding: 10px 16px;
      text-align: center;
      text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
      transition: background-color .15s linear;
      white-space: nowrap;
      background-color: #3895D6;
      color: #fff;
      box-shadow: 0 1px 1px 0 #dfdfdf;
      border-radius: 0 2px 2px 0;
      font-size: 17px;
      height: 68px;
      padding-left: 40px;
      padding-right: 40px; }
      .not-found form button:hover {
        background-color: #4f4f4f;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
      .not-found form button .fa {
        font-size: 11px;
        margin: 0 0 0 10px; }
      .not-found form button:hover {
        background-color: #2a89cb; }

.return-back {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  left: 30px;
  position: absolute;
  top: 30px;
  transition: color .15s linear; }
  .return-back .fa {
    margin: 0 15px 0 0; }
  .return-back:hover {
    color: #fff; }
  .admin-bar .return-back {
    top: 62px; }

.no-results {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  color: #525252;
  margin: 180px 0;
  text-align: center; }
  .no-results h1 {
    font-size: 44px;
    font-weight: 700; }
  .no-results:before {
    color: rgba(66, 66, 66, 0.15);
    content: "\f071";
    display: block;
    font-family: 'FontAwesome';
    font-size: 200px;
    margin: 0 0 -160px 0;
    text-align: center; }

/**
 * 03. Forms
 */
label {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

.required {
  border: 0 !important;
  color: #E53B3B; }

input[type=checkbox] {
  display: inline-block; }

input[type=submit], button {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  background-color: #424242;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  min-height: 44px;
  padding: 10px 16px;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
  transition: background-color .15s linear;
  white-space: nowrap;
  font-size: 13px;
  height: 44px;
  padding-left: 26px;
  padding-right: 26px; }
  input[type=submit]:hover, button:hover {
    background-color: #4f4f4f;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
  input[type=submit] .fa, button .fa {
    font-size: 11px;
    margin: 0 0 0 10px; }
  input[type=submit]:focus, input[type=submit]:active, button:focus, button:active {
    box-shadow: none;
    outline: none; }

input[type=password], input[type=search], input[type=tel], input[type=text],
input[type=date], input[type=email], input[type=url], input[type=number], textarea {
  background-color: #fff;
  background-color: #ECF0F3;
  border: 1px solid #E1E1E1;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  height: 44px;
  margin: 0 0 15px 0;
  padding: 0 14px;
  width: 100%; }
  input[type=password]:focus, input[type=password]:active, input[type=search]:focus, input[type=search]:active, input[type=tel]:focus, input[type=tel]:active, input[type=text]:focus, input[type=text]:active,
  input[type=date]:focus,
  input[type=date]:active, input[type=email]:focus, input[type=email]:active, input[type=url]:focus, input[type=url]:active, input[type=number]:focus, input[type=number]:active, textarea:focus, textarea:active {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  padding: 10px 14px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-position: right 1rem top 50%;
  background-repeat: no-repeat;
  background-image: url("../img/caret.svg");
  border: 1px solid #E1E1E1;
  border-color: #E1E1E1;
  border-radius: 2px;
  color: #727272;
  cursor: pointer;
  height: 43px;
  font-size: 13px;
  padding: 0 40px 0 20px; }
  select:active, select:focus {
    box-shadow: none;
    outline: 0; }

.searchform input[type=text] {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 #dfdfdf; }

.select2-container a.select2-choice {
  background-color: #ECF0F3;
  border: 0;
  border-radius: 2px;
  height: 44px;
  line-height: 44px;
  padding: 0 14px; }

.select2-drop {
  background-color: #dce4e9 !important;
  border: 0 !important;
  padding: 10px 14px !important; }
  .select2-drop .select2-results {
    background-color: transparent;
    margin: 0;
    padding: 0; }

/**
 * 04. Comments
 */
#comments h2 {
  margin: 40px 0; }

.comment .comment {
  margin-left: 6rem; }

.comment-reply-title, .comments-title {
  font-size: 1.5em;
  margin: 0 0 2rem 0;
  padding: 1.5rem 0 1rem 0; }

.comment-list, .commentlist {
  list-style: none;
  margin: 0;
  padding: 0; }
  .comment-list .children, .commentlist .children {
    margin: 0 0 0 6rem;
    padding: 0; }
  .comment-list .wp-user-avatar, .commentlist .wp-user-avatar {
    border-radius: 50%;
    height: auto;
    left: -6rem;
    position: absolute;
    top: 0;
    width: 4rem; }
    .comments-area .comment-list .wp-user-avatar, .comments-area .commentlist .wp-user-avatar {
      left: 0; }

.comment-wrapper, .comment_container {
  background-color: #fff;
  border-radius: 3px;
  margin: 0 0 2rem 6rem;
  padding: 25px;
  position: relative; }
  .pingback .comment-wrapper, .pingback .comment_container {
    margin-left: 0; }
  .comment-wrapper .star-rating, .comment_container .star-rating {
    background-color: #29AA60;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 12px;
    margin: 0 20px 0 0;
    padding: 4px 10px; }
  .comment-wrapper .review_title, .comment_container .review_title {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    color: #525252;
    margin: 0 0 15px 0; }
  .comment-wrapper .description, .comment_container .description {
    color: rgba(66, 66, 66, 0.7); }
    .comment-wrapper .description p, .comment_container .description p {
      margin: 0; }
  .comment-wrapper .meta, .comment_container .meta {
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 27px; }
  .comment-wrapper:after, .comment_container:after {
    border-color: transparent;
    border-right-color: #fff;
    border-style: solid;
    border-width: 18px 18px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 2.5rem;
    transform: translateX(-100%) translateY(-50%);
    width: 0; }
    .pingback .comment-wrapper:after, .pingback .comment_container:after {
      display: none; }

.comment-header {
  margin: 0 0 2rem 0; }
  .comment-header h2 {
    font-size: 1.5em;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle; }
  .comment-header span {
    vertical-align: middle; }
  .comment-header .separator {
    margin: 0 1rem; }
  .comment-header a {
    background-color: #29AA60;
    border-radius: .125rem;
    color: #fff;
    display: block;
    font-size: .8em;
    font-weight: 700;
    line-height: 1;
    padding: .5rem .6rem;
    position: absolute;
    right: 1.5rem;
    text-transform: uppercase;
    top: 1.4rem;
    transition: background-color .15s linear; }
    .comment-header a .fa {
      margin: 0 5px 0 0;
      vertical-align: 0; }
    .comment-header a:hover {
      background-color: #1f8149; }

.comment-image {
  display: block;
  left: -6rem;
  position: absolute;
  top: 0; }
  .comment-image img {
    box-shadow: 0 1px 1px 0 #dfdfdf;
    border-radius: 50%;
    display: block;
    height: auto;
    max-width: 4rem !important; }

.comment-content {
  color: #727272; }
  .comment-content p {
    color: rgba(66, 66, 66, 0.7);
    font-size: 15px;
    line-height: 1.7; }

.comment-notes {
  display: none; }

.comment-form {
  background-color: #fff;
  border-radius: 2px;
  margin: 0 0 60px 0;
  padding: 25px; }
  .comment-form::after {
    clear: both;
    content: "";
    display: block; }
  .comment-form .form-group-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .comment-form .form-group-wrapper .form-group {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .comment-form .form-group-wrapper .form-group:last-child {
      margin-right: 0; }
  .comment-form .form-group-wrapper .omega {
    margin-right: 0; }
  .comment-form .rating-form-submit {
    float: right;
    width: auto; }
  .comment-form .form-submit {
    margin: 0; }

.form-allowed-tags {
  color: #727272;
  font-size: 12px; }
  .form-allowed-tags code {
    background-color: #fafafa;
    color: #676767;
    padding: 2px 0px;
    margin: 0px 2px; }

.comment-form-author, .comment-form-email, .comment-form-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .comment-form-author:last-child, .comment-form-email:last-child, .comment-form-title:last-child {
    margin-right: 0; }
  @media screen and (max-width: 34em) {
    .comment-form-author, .comment-form-email, .comment-form-title {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .comment-form-author:last-child, .comment-form-email:last-child, .comment-form-title:last-child {
        margin-right: 0; } }

.comment-form-title {
  margin-right: 0; }

.comment-form-rating {
  clear: both; }

/**
 * 05. Footer
 */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px; }
  .footer p {
    line-height: 26px;
    margin: 0;
    padding: 6px 0; }
  .footer .widget-wrapper {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 12.64237%; }
    .footer .widget-wrapper:last-child {
      margin-right: 0; }
    .footer .widget-wrapper:first-child {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 30.11389%; }
      .footer .widget-wrapper:first-child:last-child {
        margin-right: 0; }
    .footer .widget-wrapper:nth-child(5n) {
      margin-right: 0; }
    @media screen and (max-width: 34em) {
      .footer .widget-wrapper {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%;
        margin-bottom: 30px; }
        .footer .widget-wrapper:last-child {
          margin-right: 0; }
        .footer .widget-wrapper:first-child {
          float: left;
          display: block;
          margin-right: 38.19822%;
          width: 100%; }
          .footer .widget-wrapper:first-child:last-child {
            margin-right: 0; } }
  .footer__inner {
    background-color: rgba(66, 66, 66, 0.95); }
  .footer__bottom {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .footer__bottom::after {
      clear: both;
      content: "";
      display: block; }
    .footer__bottom__content {
      padding: 30px; }
      .footer__bottom__content::after {
        clear: both;
        content: "";
        display: block; }
    .footer__bottom__left {
      float: left; }
      .footer__bottom__left a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
        padding-bottom: 2px; }
      @media screen and (max-width: 34em) {
        .footer__bottom__left {
          float: none;
          margin: 0 0 30px 0; } }
    .footer__bottom__right {
      float: right; }
      @media screen and (max-width: 34em) {
        .footer__bottom__right {
          border-top: 1px solid rgba(255, 255, 255, 0.08);
          float: none;
          padding: 30px 0 0 0;
          text-align: center; } }
  .footer__top {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px; }
    .footer__top::after {
      clear: both;
      content: "";
      display: block; }
    .footer__top__content {
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      padding: 40px 0; }
      .footer__top__content::after {
        clear: both;
        content: "";
        display: block; }
    .footer__top .widgettitle {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      margin: 0 0 25px 0; }
    .footer__top ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer__top ul a {
        color: rgba(255, 255, 255, 0.7);
        display: block;
        padding: 10px 0;
        transition: color .15s linear; }
        .footer__top ul a:hover {
          color: #fff; }
  .footer__go-top {
    color: rgba(255, 255, 255, 0.7);
    float: right;
    right: 0;
    transition: color .15s linear; }
    @media screen and (max-width: 34em) {
      .footer__go-top {
        float: none; } }
    .footer__go-top:hover {
      color: #fff; }

/**
 * 06. Structure
 */
.page__wrapper {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  overflow: hidden;
  transition: left .3s ease;
  width: 100%; }
  .page__wrapper__overlay {
    background-color: rgba(66, 66, 66, 0.3);
    bottom: 0;
    content: '';
    cursor: pointer;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s linear, .3s visibility 0s linear;
    visibility: hidden;
    z-index: 999; }
  .sidenav-open .page__wrapper {
    left: -215px; }
    .sidenav-open .page__wrapper .page__wrapper__overlay {
      opacity: 1;
      transform: translate3d(0, 0, 1px);
      transition: opacity .3s linear;
      visibility: visible; }

.main {
  height: 100%; }
  .main__inner {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px; }
    .main__inner::after {
      clear: both;
      content: "";
      display: block; }

.header, .footer {
  height: 1px; }

.header, .main, .footer {
  display: table-row; }

#container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  #container:last-child {
    margin-right: 0; }
  body.has-sidebar #container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-right: 0;
    float: right; }
    body.has-sidebar #container:last-child {
      margin-right: 0; }
    @media screen and (max-width: 78em) {
      body.has-sidebar #container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
        margin-right: 0;
        float: right; }
        body.has-sidebar #container:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 48em) {
      body.has-sidebar #container {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        body.has-sidebar #container:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 48em) {
    #container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      #container:last-child {
        margin-right: 0; } }

.sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 78em) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .sidebar:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .sidebar:last-child {
        margin-right: 0; } }

/**
 * 07. Header
 */
.header {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  height: 84px;
  position: relative;
  z-index: 3; }
  .header.sps--abv .header__inner {
    height: 84px; }
  @media screen and (max-width: 48em) {
    .header.sps--abv .header__nav li a {
      color: rgba(255, 255, 255, 0.7) !important; } }
  @media screen and (min-width: 48em) {
    .header.sps--blw .header__inner {
      background-color: rgba(49, 49, 49, 0.95);
      left: 0;
      padding: 0;
      position: fixed;
      transition: left .3s ease, right .3s ease;
      transform: translate3d(0, 0, 1px);
      right: 0;
      top: 0; }
      .sidenav-open .header.sps--blw .header__inner {
        left: -215px;
        right: 215px; }
      .admin-bar .header.sps--blw .header__inner {
        top: 32px; } }
    @media screen and (min-width: 48em) and (max-width: 782px) {
      .admin-bar .header.sps--blw .header__inner {
        top: 46px; } }
    @media screen and (min-width: 48em) and (max-width: 600px) {
      .admin-bar .header.sps--blw .header__inner {
        top: 0; } }
  @media screen and (min-width: 48em) {
    .header.sps--blw .header__nav {
      margin-top: 23px; }
    .header.sps--blw .header__logo img {
      margin: 10px 0; }
      .header.sps--blw .header__logo img.dark {
        display: none; }
      .header.sps--blw .header__logo img.light {
        display: block; } }
  @media screen and (max-width: 34em) {
    .header {
      z-index: 11; } }
  .header__inner {
    position: relative;
    z-index: 10; }
    body:not(.page-template-page-front) .sps--abv .header__inner {
      background-color: #fff;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); }
  .header__content {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px; }
    .header__content::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 34em) {
      .header__content {
        padding: 0 10px; } }
  @media screen and (max-width: 34em) {
    .header__login {
      display: none; } }
  .header__logo {
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    margin: 0; }
    .header__logo img {
      display: block;
      max-height: 46px;
      margin: 18px 0 0 0; }
      .header__logo img.dark {
        display: block; }
      .header__logo img.light {
        display: none; }
      body.page-template-page-front .header__logo img.dark {
        display: none; }
      body.page-template-page-front .header__logo img.light {
        display: block; }
  .header .sidenav__close {
    opacity: 0;
    visibility: none; }
    @media screen and (max-width: 34em) {
      .sidenav-open .header .sidenav__close {
        opacity: 1;
        transition: opacity 0s linear .15s;
        visibility: visible;
        z-index: 1000; } }
  .header__nav {
    padding: 0; }
    .header__nav__btn {
      margin: -8px 10px 0 0 !important; }
      .header__nav__btn .link-wrapper, .header__nav__btn a {
        background-color: rgba(255, 255, 255, 0.12);
        border-radius: 2px;
        color: #fff !important;
        display: block;
        height: 36px;
        padding: 8px 15px;
        transition: all .15s linear !important; }
        .header__nav__btn .link-wrapper::after, .header__nav__btn a::after {
          clear: both;
          content: "";
          display: block; }
        .header__nav__btn .link-wrapper:hover, .header__nav__btn a:hover {
          background-color: rgba(255, 255, 255, 0.15); }
          body:not(.page-template-page-front) .sps--abv .header__nav__btn .link-wrapper:hover, body:not(.page-template-page-front) .sps--abv .header__nav__btn a:hover {
            background-color: rgba(82, 82, 82, 0.95); }
        body:not(.page-template-page-front) .sps--abv .header__nav__btn .link-wrapper, body:not(.page-template-page-front) .sps--abv .header__nav__btn a {
          background-color: #525252; }
      .header__nav__btn--search i {
        float: left;
        line-height: 22px; }
      .header__nav__btn--search form {
        display: block;
        float: left;
        margin: -8px -15px -15px 15px;
        overflow: hidden;
        position: relative;
        transition: width .15s ease;
        transform: translateZ(0);
        width: 0; }
        .header__nav__btn--search form input {
          background-color: #313131;
          border-radius: 0 2px 2px 0;
          border: 0;
          font-weight: normal;
          height: 36px;
          padding: 0 10px 0 5px; }
          body:not(.page-template-page-front) .sps--abv .header__nav__btn--search form input {
            background-color: #525252; }
          .header__nav__btn--search form input:focus {
            box-shadow: none;
            outline: none; }
      .header__nav__btn--search.open .link-wrapper, .header__nav__btn--search.open a {
        background-color: #313131; }
        .header__nav__btn--search.open .link-wrapper form, .header__nav__btn--search.open a form {
          width: 160px; }
      .header__nav__btn--primary a {
        background-color: #3895D6 !important;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent) !important;
        color: #fff !important;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
        transition: background-color .15s linear !important; }
        .header__nav__btn--primary a:hover {
          background-color: #2a89cb;
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent) !important; }
    @media screen and (max-width: 48em) {
      .header__nav--left {
        background-color: #333333;
        bottom: 0;
        margin: 0 !important;
        max-width: 90%;
        padding: 25px 20px;
        position: fixed;
        right: -215px;
        top: 0;
        transform: translate3d(0, 0, 1px);
        transition: right .3s ease;
        width: 215px;
        z-index: 10;
        margin: 0;
        z-index: 100; }
        .admin-bar .header__nav--left {
          margin-top: 46px !important; }
        .header__nav--left li {
          display: block !important;
          float: none !important;
          margin: 0 !important;
          padding: 0; }
          .header__nav--left li a {
            display: block;
            padding: 6px 0; }
        .sidenav-open .header__nav--left {
          right: 0; } }
    .header__nav--right {
      float: right !important; }
      .header__nav--right li:last-child {
        margin-right: 0; }

.sidenav-trigger a {
  display: block;
  height: 36px;
  width: 36px; }

.sidenav-trigger span {
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity .15s linear;
  top: 50%; }

.sidenav-trigger__open {
  opacity: 1; }
  .sidenav-open .sidenav-trigger__open {
    opacity: 0; }

.sidenav-trigger__close {
  opacity: 0; }
  .sidenav-open .sidenav-trigger__close {
    opacity: 1; }

/**
 * 08. Navigation
 */
.header__nav {
  float: left;
  list-style: none;
  margin: 32px 0 0 35px; }
  .header__nav::after {
    clear: both;
    content: "";
    display: block; }
  .header__nav li {
    float: left;
    margin: 0 35px 0 0;
    position: relative; }
    .header__nav li:last-child {
      margin-right: 0 !important; }
    .header__nav li:hover > .sub-menu {
      opacity: 1;
      top: 34px;
      visibility: visible; }
    .header__nav li .badge {
      background-color: #3895D6;
      border-radius: 50%;
      color: #fff;
      display: block;
      font-size: 9px;
      height: 15px;
      letter-spacing: -1px;
      line-height: 14px;
      position: absolute;
      text-align: center;
      top: 0;
      transform: translateX(50%) translateY(-50%);
      right: 0;
      width: 15px; }
  .header__nav .link-wrapper, .header__nav a {
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .15s linear; }
    body:not(.page-template-page-front) .sps--abv .header__nav .link-wrapper, body:not(.page-template-page-front) .sps--abv .header__nav a {
      color: rgba(0, 0, 0, 0.6); }
    .header__nav .link-wrapper .fa, .header__nav a .fa {
      font-size: 14px;
      margin: 0 -4px;
      vertical-align: -2px;
      -webkit-font-smoothing: subpixel-antialiased; }
      .header__nav .link-wrapper .fa.fa-bars, .header__nav a .fa.fa-bars {
        font-size: 16px;
        margin: 0 -5px;
        vertical-align: -3px; }
    .header__nav .link-wrapper:hover, .header__nav a:hover {
      color: #fff; }
  .header__nav .menu-item-has-children > a:after {
    -webkit-font-smoothing: subpixel-antialiased;
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 8px;
    margin: 0 0 0 14px;
    vertical-align: 2px; }
  .header__nav .sub-menu {
    transform: translate3d(0);
    background-color: #333;
    border-radius: 2px;
    left: -16px;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 4px 0;
    position: absolute;
    top: 39px;
    transition: all .25s ease;
    visibility: hidden;
    width: 220px; }
    .header__nav .sub-menu .menu-item-has-children > a:after {
      content: '\f054';
      float: right; }
    .header__nav .sub-menu .menu-item-has-children > .sub-menu {
      left: 222px;
      top: -4px; }
      .header__nav .sub-menu .menu-item-has-children > .sub-menu:before {
        background-color: transparent;
        border: 0;
        bottom: 0;
        height: 100%;
        left: -2px;
        top: 0;
        width: 2px; }
    @media screen and (max-width: 48em) {
      .header__nav .sub-menu {
        border-left: 2px solid rgba(255, 255, 255, 0.2);
        margin: 0 0 0 15px;
        opacity: 1;
        position: relative;
        top: 0 !important;
        visibility: visible;
        width: 100%; } }
    .header__nav .sub-menu:before {
      border: 5px solid transparent;
      border-bottom-color: #333;
      content: '';
      display: block;
      height: 0;
      left: 13px;
      position: absolute;
      top: -10px;
      width: 0; }
    .header__nav .sub-menu:after {
      background-color: transparent;
      content: '';
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      right: 0;
      top: -20px; }
    .header__nav .sub-menu li {
      display: block;
      float: none;
      margin: 0; }
      .header__nav .sub-menu li a {
        color: rgba(255, 255, 255, 0.7) !important;
        display: block;
        font-weight: 400;
        padding: 8px 16px;
        text-transform: inherit;
        vertical-align: middle; }
        .header__nav .sub-menu li a:hover {
          color: #fff !important; }

/**
 * 09. Hero element
 */
.hero {
  height: 100vh;
  margin: -84px 0 0 0;
  position: relative; }
  @media screen and (max-width: 34em) {
    .hero {
      height: 540px !important; } }
  .admin-bar .hero {
    height: calc(100vh - 32px); }
  .hero--animate .hero__content h1 {
    opacity: 1;
    top: 0; }
  .hero--animate .hero__content h2 {
    bottom: 0;
    opacity: 1; }
  .hero--animate .hero__categories li {
    opacity: 1; }
    .hero--animate .hero__categories li:nth-child(1) {
      transition-delay: 0.9s; }
    .hero--animate .hero__categories li:nth-child(2) {
      transition-delay: 1.3s; }
    .hero--animate .hero__categories li:nth-child(3) {
      transition-delay: 1.7s; }
    .hero--animate .hero__categories li:nth-child(4) {
      transition-delay: 2.1s; }
    .hero--animate .hero__categories li:nth-child(5) {
      transition-delay: 2.5s; }
  .hero__image {
    background: #424242;
    background-size: cover;
    background-position: center center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    .hero__image__overlay {
      background-color: rgba(66, 66, 66, 0.8);
      box-shadow: inset 0 -30px 30px 0 rgba(0, 0, 0, 0.1);
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .hero__inner {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    position: absolute;
    top: calc(50% + 20px);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 2; }
    .hero__inner::after {
      clear: both;
      content: "";
      display: block; }
  .hero__content {
    padding: 0 260px;
    text-align: center; }
    @media screen and (max-width: 78em) {
      .hero__content {
        padding: 0 100px; } }
    @media screen and (max-width: 62em) {
      .hero__content {
        padding: 0 30px; } }
    @media screen and (max-width: 34em) {
      .hero__content {
        padding: 0 30px; } }
    .hero__content h1, .hero__content h2 {
      color: #fff;
      margin: 0;
      padding: 0;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      tranform: translateZ(0); }
    .hero__content h1 {
      margin: 0 0 30px 0;
      font-size: 52px;
      font-weight: 400;
      line-height: 1.2;
      position: relative;
      opacity: 0;
      top: -10px;
      transition: all 1s ease; }
      @media screen and (max-width: 62em) {
        .hero__content h1 {
          font-size: 42px; } }
      @media screen and (max-width: 48em) {
        .hero__content h1 {
          font-size: 32px; } }
      @media screen and (max-width: 34em) {
        .hero__content h1 {
          font-size: 24px; } }
    .hero__content h2 {
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      bottom: -10px;
      color: rgba(255, 255, 255, 0.9);
      font-weight: 400;
      font-size: 20px;
      line-height: 1.5;
      opacity: 0;
      position: relative;
      transition: all 1s ease; }
      @media screen and (max-width: 62em) {
        .hero__content h2 {
          font-size: 18px; } }
      @media screen and (max-width: 48em) {
        .hero__content h2 {
          font-size: 16px; } }
  .hero__categories {
    list-style: none;
    margin: 60px 0 0 0;
    padding: 0; }
    .hero__categories::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 34em) {
      .hero__categories {
        display: none; } }
    .hero__categories li {
      display: inline-block;
      margin: 0 40px;
      opacity: 0;
      transition: opacity .6s ease;
      transform: translateZ(0); }
      @media screen and (max-width: 34em) {
        .hero__categories li {
          margin: 10px 20px; } }
      .hero__categories li a {
        color: #fff;
        display: block;
        font-size: 15px;
        text-align: center;
        text-decoration: none; }
        .hero__categories li a img {
          display: inline-block;
          margin: 0 0 15px 0;
          max-height: 50px;
          position: relative;
          top: 0;
          transition: all .15s linear; }
          @media screen and (max-width: 34em) {
            .hero__categories li a img {
              max-height: 32px; } }
        @media screen and (max-width: 34em) {
          .hero__categories li a {
            font-size: 12px; } }
        .hero__categories li a span {
          display: block; }
        .hero__categories li a:hover img {
          top: -2px; }
  .hero form {
    letter-spacing: -4px;
    margin: 60px 0 0 0; }
    .hero form .hero__btn {
      border-radius: 0 4px 4px 0 !important;
      margin: 0 !important; }
  .hero__search {
    border: 0 !important;
    border-radius: 4px 0 0 4px !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 25px !important;
    vertical-align: top !important;
    width: 600px !important; }
    .hero__search:active, .hero__search:focus {
      box-shadow: none;
      outline: none; }
    @media screen and (max-width: 62em) {
      .hero__search {
        width: 400px; } }
    @media screen and (max-width: 34em) {
      .hero__search {
        border-radius: 4px;
        font-size: 14px;
        height: 42px;
        width: 100%; } }
  .hero__btn {
    background-color: #3895D6;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 58px;
    line-height: 1;
    margin: 30px 0 0 0;
    padding: 21px 40px;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
    transition: background-color .15s linear; }
    .hero__btn:hover {
      background-color: #2a89cb;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
    @media screen and (max-width: 34em) {
      .hero__btn {
        border-radius: 4px;
        font-size: 14px;
        line-height: 30px;
        margin: 15px 0 0 0;
        padding: 13px 20px;
        width: 100%; } }

/**
 * 10. Side navigation
 */
.sidenav {
  background-color: #333333;
  bottom: 0;
  margin: 0 !important;
  max-width: 90%;
  padding: 25px 20px;
  position: fixed;
  right: -215px;
  top: 0;
  transform: translate3d(0, 0, 1px);
  transition: right .3s ease;
  width: 215px;
  z-index: 10; }
  @media screen and (max-width: 48em) {
    .sidenav {
      z-index: -1; } }
  .admin-bar .sidenav {
    padding-top: 53px; }
  .sidenav h2.widgettitle {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase; }
  .sidenav__close {
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 25px;
    transition: all .15s linear;
    width: 36px; }
    .admin-bar .sidenav__close {
      top: 56px; }
      @media screen and (max-width: 48em) {
        .admin-bar .sidenav__close {
          display: none; } }
    .sidenav__close:hover {
      color: #fff; }
    .sidenav__close .fa {
      -webkit-font-smoothing: subpixel-antialiased;
      display: block;
      left: 50%;
      position: absolute;
      transform: translateX(-50%) translateY(-50%);
      top: 50%; }
  .sidenav .product-categories, .sidenav .menu {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0; }
    .sidenav .product-categories li, .sidenav .menu li {
      line-height: 24px;
      margin: 0; }
    .sidenav .product-categories a, .sidenav .menu a {
      color: rgba(255, 255, 255, 0.7);
      display: block;
      font-size: 13px;
      padding: 7px 0;
      text-decoration: none;
      transition: color .15s linear; }
      .sidenav .product-categories a:hover, .sidenav .menu a:hover {
        color: #fff; }
  .sidenav #menu-social {
    list-style: none;
    margin: 7px 0 40px 0;
    padding: 0; }
    .sidenav #menu-social::after {
      clear: both;
      content: "";
      display: block; }
    .sidenav #menu-social li {
      float: left;
      margin: 0 13px 0 0;
      position: relative; }
      .sidenav #menu-social li:last-child {
        margin-right: 0; }
      .sidenav #menu-social li a {
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.6);
        display: block;
        font-size: 12px;
        height: 26px;
        transition: all .15s linear;
        width: 26px; }
        .sidenav #menu-social li a:hover {
          background-color: rgba(255, 255, 255, 0.2); }
      .sidenav #menu-social li .fa {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%); }
  .sidenav-open .sidenav {
    right: 0; }

/**
 * 11. Widgets
 */
.widget-description {
  color: rgba(66, 66, 66, 0.7);
  font-size: 16px;
  margin: -15px 0 50px 0; }

.sidebar #searchsubmit {
  width: 100%; }

.sidebar #woocommerce-product-search-field {
  box-shadow: 0 1px 1px 0 #dfdfdf;
  background-color: #fff; }

.sidebar .widgettitle {
  font-size: 13px;
  margin: 0 0 30px 0;
  text-transform: uppercase; }

.sidebar .widget {
  border-bottom: 1px solid #E1E1E1;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0; }
  .sidebar .widget img {
    height: auto;
    max-width: 100%; }
  .sidebar .widget:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .sidebar .widget.widget_recent_entries > ul, .sidebar .widget.widget_recent_entries div > ul, .sidebar .widget.widget_categories > ul, .sidebar .widget.widget_categories div > ul, .sidebar .widget.widget_archive > ul, .sidebar .widget.widget_archive div > ul, .sidebar .widget.widget_pages > ul, .sidebar .widget.widget_pages div > ul, .sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_nav_menu div > ul, .sidebar .widget.widget_meta > ul, .sidebar .widget.widget_meta div > ul, .sidebar .widget.widget_recent_comments > ul, .sidebar .widget.widget_recent_comments div > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar .widget.widget_recent_entries > ul li > ul, .sidebar .widget.widget_recent_entries div > ul li > ul, .sidebar .widget.widget_categories > ul li > ul, .sidebar .widget.widget_categories div > ul li > ul, .sidebar .widget.widget_archive > ul li > ul, .sidebar .widget.widget_archive div > ul li > ul, .sidebar .widget.widget_pages > ul li > ul, .sidebar .widget.widget_pages div > ul li > ul, .sidebar .widget.widget_nav_menu > ul li > ul, .sidebar .widget.widget_nav_menu div > ul li > ul, .sidebar .widget.widget_meta > ul li > ul, .sidebar .widget.widget_meta div > ul li > ul, .sidebar .widget.widget_recent_comments > ul li > ul, .sidebar .widget.widget_recent_comments div > ul li > ul {
      list-style: none;
      margin: 10px 0 0 0;
      padding: 0; }
      .sidebar .widget.widget_recent_entries > ul li > ul li, .sidebar .widget.widget_recent_entries div > ul li > ul li, .sidebar .widget.widget_categories > ul li > ul li, .sidebar .widget.widget_categories div > ul li > ul li, .sidebar .widget.widget_archive > ul li > ul li, .sidebar .widget.widget_archive div > ul li > ul li, .sidebar .widget.widget_pages > ul li > ul li, .sidebar .widget.widget_pages div > ul li > ul li, .sidebar .widget.widget_nav_menu > ul li > ul li, .sidebar .widget.widget_nav_menu div > ul li > ul li, .sidebar .widget.widget_meta > ul li > ul li, .sidebar .widget.widget_meta div > ul li > ul li, .sidebar .widget.widget_recent_comments > ul li > ul li, .sidebar .widget.widget_recent_comments div > ul li > ul li {
        padding: 7px 15px; }
    .sidebar .widget.widget_recent_entries > ul > li, .sidebar .widget.widget_recent_entries div > ul > li, .sidebar .widget.widget_categories > ul > li, .sidebar .widget.widget_categories div > ul > li, .sidebar .widget.widget_archive > ul > li, .sidebar .widget.widget_archive div > ul > li, .sidebar .widget.widget_pages > ul > li, .sidebar .widget.widget_pages div > ul > li, .sidebar .widget.widget_nav_menu > ul > li, .sidebar .widget.widget_nav_menu div > ul > li, .sidebar .widget.widget_meta > ul > li, .sidebar .widget.widget_meta div > ul > li, .sidebar .widget.widget_recent_comments > ul > li, .sidebar .widget.widget_recent_comments div > ul > li {
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      background-color: rgba(0, 0, 0, 0.03);
      font-size: 13px;
      margin: 0 0 3px 0;
      padding: 12px 20px; }
      .sidebar .widget.widget_recent_entries > ul > li a, .sidebar .widget.widget_recent_entries div > ul > li a, .sidebar .widget.widget_categories > ul > li a, .sidebar .widget.widget_categories div > ul > li a, .sidebar .widget.widget_archive > ul > li a, .sidebar .widget.widget_archive div > ul > li a, .sidebar .widget.widget_pages > ul > li a, .sidebar .widget.widget_pages div > ul > li a, .sidebar .widget.widget_nav_menu > ul > li a, .sidebar .widget.widget_nav_menu div > ul > li a, .sidebar .widget.widget_meta > ul > li a, .sidebar .widget.widget_meta div > ul > li a, .sidebar .widget.widget_recent_comments > ul > li a, .sidebar .widget.widget_recent_comments div > ul > li a {
        color: #525252;
        transition: color .15s linear; }
        .sidebar .widget.widget_recent_entries > ul > li a:hover, .sidebar .widget.widget_recent_entries div > ul > li a:hover, .sidebar .widget.widget_categories > ul > li a:hover, .sidebar .widget.widget_categories div > ul > li a:hover, .sidebar .widget.widget_archive > ul > li a:hover, .sidebar .widget.widget_archive div > ul > li a:hover, .sidebar .widget.widget_pages > ul > li a:hover, .sidebar .widget.widget_pages div > ul > li a:hover, .sidebar .widget.widget_nav_menu > ul > li a:hover, .sidebar .widget.widget_nav_menu div > ul > li a:hover, .sidebar .widget.widget_meta > ul > li a:hover, .sidebar .widget.widget_meta div > ul > li a:hover, .sidebar .widget.widget_recent_comments > ul > li a:hover, .sidebar .widget.widget_recent_comments div > ul > li a:hover {
          color: #3895D6; }

.sidebar__front-page .widgettitle {
  color: #424242;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px 0; }

.sidebar select {
  width: 100%; }

.widget_rss .rsswidget {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  color: #424242;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 5px 0; }

.widget_rss .rss-date {
  color: #727272;
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-transform: uppercase; }

.widget_rss .rssSummary {
  color: #525252;
  font-size: 13px;
  line-height: 2; }

.widget_rss cite {
  color: #727272;
  display: block;
  font-size: 13px;
  margin: 5px 0 0 0;
  text-align: right; }

.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_rss ul li {
    margin: 0 0 25px 0; }
    .widget_rss ul li:last-child {
      margin-bottom: 0; }

.widget_recently_viewed_products .product_list_widget, .widget_top_rated_products .product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_recently_viewed_products .product_list_widget img, .widget_top_rated_products .product_list_widget img {
    float: left;
    height: auto;
    margin: 0 10px 0 0;
    width: 50px; }
  .widget_recently_viewed_products .product_list_widget li, .widget_top_rated_products .product_list_widget li {
    margin: 0 0 20px 0; }
    .widget_recently_viewed_products .product_list_widget li::after, .widget_top_rated_products .product_list_widget li::after {
      clear: both;
      content: "";
      display: block; }
  .widget_recently_viewed_products .product_list_widget .product-title, .widget_top_rated_products .product_list_widget .product-title {
    color: #424242;
    display: block;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 13px;
    overflow: hidden;
    padding: 5px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .widget_recently_viewed_products .product_list_widget .star-rating, .widget_top_rated_products .product_list_widget .star-rating {
    display: none; }
  .widget_recently_viewed_products .product_list_widget .amount, .widget_top_rated_products .product_list_widget .amount {
    display: block;
    margin: 4px 0 0 0; }

#wp-calendar {
  width: 100%; }
  #wp-calendar caption {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
  #wp-calendar thead th {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    background-color: rgba(0, 0, 0, 0.04);
    font-size: 11px;
    padding: 8px 0;
    text-align: center; }
  #wp-calendar tbody td {
    font-size: 12px;
    padding: 9px 0;
    text-align: center; }
  #wp-calendar #prev, #wp-calendar #next {
    padding: 10px 0 0 0; }
    #wp-calendar #prev a, #wp-calendar #next a {
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      background-color: #424242;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
      border: 0;
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px;
      min-height: 44px;
      padding: 10px 16px;
      text-align: center;
      text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
      transition: background-color .15s linear;
      white-space: nowrap;
      font-size: 12px;
      padding: 4px 12px; }
      #wp-calendar #prev a:hover, #wp-calendar #next a:hover {
        background-color: #4f4f4f;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
      #wp-calendar #prev a .fa, #wp-calendar #next a .fa {
        font-size: 11px;
        margin: 0 0 0 10px; }

/**
 * 12. Call to action
 */
.cta {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 -1000px;
  padding: 100px 1000px;
  position: relative;
  text-align: center; }
  .cta::after {
    clear: both;
    content: "";
    display: block; }

.cta__col {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding: 0 50px; }
  .cta__col:last-child {
    margin-right: 0; }
  .cta__col:nth-child(2n) {
    margin-right: 0; }
  .cta__col:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 34em) {
    .cta__col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 0; }
      .cta__col:last-child {
        margin-right: 0; } }
  .cta__col h1 {
    font-weight: 300;
    margin: 40px 0 25px 0; }
  .cta__col p {
    color: rgba(66, 66, 66, 0.7);
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 40px 0; }
  .cta__col .fa {
    color: #aaa;
    font-size: 46px; }
  .cta__col a {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    background-color: #424242;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    min-height: 44px;
    padding: 10px 16px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
    transition: background-color .15s linear;
    white-space: nowrap;
    background-color: #29AA60;
    color: #fff;
    font-size: 15px;
    padding: 13px 30px; }
    .cta__col a:hover {
      background-color: #4f4f4f;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
    .cta__col a .fa {
      font-size: 11px;
      margin: 0 0 0 10px; }
    .cta__col a:hover {
      background-color: #249554; }
  @media screen and (max-width: 34em) {
    .cta__col:first-child {
      margin-bottom: 80px; } }
  .cta__col:first-child:after {
    background-color: #EAEAEA;
    bottom: 50px;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50px;
    width: 1px; }
    @media screen and (max-width: 34em) {
      .cta__col:first-child:after {
        display: none; } }

.cta-large {
  position: relative; }
  .cta-large__inner {
    background-color: #3895D6;
    color: #fff;
    font-size: 24px;
    margin: 0 -1000px;
    padding: 50px 1000px; }
    .cta-large__inner::after {
      clear: both;
      content: "";
      display: block; }
  .cta-large__text {
    float: left; }
    @media screen and (max-width: 34em) {
      .cta-large__text {
        float: none;
        margin: 0 0 30px 0; } }
    .cta-large__text img {
      float: left;
      height: 60px;
      margin: 0 30px 0 0; }
      @media screen and (max-width: 34em) {
        .cta-large__text img {
          float: none; } }
    .cta-large__text h1 {
      font-size: 22px;
      line-height: 1.5;
      margin: 5px 0 15px 0; }
    .cta-large__text h2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      color: rgba(255, 255, 255, 0.8);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      margin: 8px 0 0 0; }
      .cta-large__text h2:last-child {
        margin-right: 0; }
      @media screen and (max-width: 34em) {
        .cta-large__text h2 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0;
          float: none; }
          .cta-large__text h2:last-child {
            margin-right: 0; } }
  .cta-large__button {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    background-color: #424242;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    min-height: 44px;
    padding: 10px 16px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
    transition: background-color .15s linear;
    white-space: nowrap;
    font-size: 15px;
    margin: 0;
    padding: 14px 28px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .cta-large__button:hover {
      background-color: #4f4f4f;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
    .cta-large__button .fa {
      font-size: 11px;
      margin: 0 0 0 10px; }
    @media screen and (max-width: 62em) {
      .cta-large__button {
        margin: 60px 0 0 90px;
        position: relative; } }
    @media screen and (max-width: 34em) {
      .cta-large__button {
        margin: 60px 0 0 0;
        position: relative; } }

/**
 * 13. Posts
 */
.sticky {
  border: 2px solid #3895D6; }

.single.single-post #primary .post {
  background-color: #fff;
  color: rgba(66, 66, 66, 0.7);
  font-size: 15px;
  line-height: 1.5;
  padding: 50px; }
  .single.single-post #primary .post .post-body::after {
    clear: both;
    content: "";
    display: block; }
  .single.single-post #primary .post .post-image-wrapper {
    float: left;
    margin: 0 50px 20px 0; }
  .single.single-post #primary .post .wp-caption {
    max-width: 100%; }
  .single.single-post #primary .post .post-meta-tags {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    color: #424242;
    font-size: 13px;
    font-weight: 700;
    margin-top: 50px;
    padding-top: 50px; }
    .single.single-post #primary .post .post-meta-tags ul {
      display: inline-block;
      font-weight: 400;
      margin: 0 0 0 20px;
      padding: 0; }
    .single.single-post #primary .post .post-meta-tags .tag {
      display: inline-block;
      margin: 0 20px 0 0; }
      .single.single-post #primary .post .post-meta-tags .tag a {
        color: rgba(66, 66, 66, 0.7); }
      .single.single-post #primary .post .post-meta-tags .tag:before {
        display: none; }

#primary .post {
  background-color: #fff;
  border-radius: 2px;
  line-height: 1.5;
  margin: 0 0 50px 0;
  overflow: hidden; }
  .single-post #primary .post {
    background-color: transparent;
    box-shadow: none;
    color: #525252; }
  #primary .post .post-image-wrapper {
    display: block;
    max-height: 500px;
    overflow: hidden;
    position: relative; }
    #primary .post .post-image-wrapper:after {
      background-color: rgba(56, 149, 214, 0.5);
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: opacity .15s linear;
      z-index: 2; }
  #primary .post .attachment-post-thumbnail {
    display: block;
    height: auto;
    position: relative;
    width: 100%; }
  #primary .post .post-content {
    color: rgba(66, 66, 66, 0.7);
    font-size: 15px;
    padding: 50px; }
    #primary .post .post-content::after {
      clear: both;
      content: "";
      display: block; }
    #primary .post .post-content h2 {
      color: #424242;
      font-size: 36px;
      font-weight: 400;
      margin: 25px 0 30px 0; }
      #primary .post .post-content h2 a {
        color: #424242;
        transition: color .15s linear; }
    #primary .post .post-content p {
      font-size: 15px;
      margin: 0 0 20px 0;
      line-height: 1.8; }

.post-meta {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  float: left;
  font-size: 13px;
  margin: 15px 0 0 0;
  padding: 12px 0; }
  .post-meta > div {
    display: inline-block;
    margin: 0 30px 0 0; }
  .post-meta a {
    color: #424242; }
  .post-meta .fa {
    color: #3895D6;
    margin: 0 10px 0 0; }

.post-read-more-wrapper {
  float: right;
  padding: 15px 0; }
  .post-read-more-wrapper::after {
    clear: both;
    content: "";
    display: block; }

.post-read-more {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  background-color: #424242;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  min-height: 44px;
  padding: 10px 16px;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
  transition: background-color .15s linear;
  white-space: nowrap;
  background-color: transparent;
  background-image: none;
  color: #424242;
  font-size: 14px; }
  .post-read-more:hover {
    background-color: #4f4f4f;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
  .post-read-more .fa {
    font-size: 11px;
    margin: 0 0 0 10px; }
  .post-read-more:hover {
    background-color: transparent;
    background-image: none; }

.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
  color: #424242; }

.comment-content mark, .post-body mark {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 4px; }

.comment-content img, .post-body img {
  height: auto;
  max-width: 100%; }

.comment-content ul, .post-body ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .comment-content ul li, .post-body ul li {
    margin: 8px 0; }
    .comment-content ul li:before, .post-body ul li:before {
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      content: '';
      display: inline-block;
      height: 9px;
      margin: 0 15px 0 0;
      vertical-align: 1px;
      width: 9px; }
    .comment-content ul li ul, .post-body ul li ul {
      margin: 0 0 0 30px; }

.comment-content ol, .post-body ol {
  list-style-position: inside;
  margin: 0;
  padding: 0; }
  .comment-content ol li, .post-body ol li {
    padding: 10px 0; }
    .comment-content ol li ol, .post-body ol li ol {
      margin: 0 0 -16px 30px; }

.comment-content blockquote, .post-body blockquote {
  border-left: 6px solid rgba(66, 66, 66, 0.3);
  padding: 10px 0 10px 30px; }
  .comment-content blockquote p, .post-body blockquote p {
    margin: 0; }

.comment-content table, .post-body table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%; }
  .comment-content table th, .post-body table th {
    color: #424242;
    font-size: 12px;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    text-transform: uppercase; }
  .comment-content table th, .comment-content table td, .post-body table th, .post-body table td {
    background-color: rgba(0, 0, 0, 0.04);
    padding: 6px 15px;
    text-align: left; }

.comment-content dl dt, .post-body dl dt {
  color: #424242;
  font-weight: 700; }

.comment-content dl dd, .post-body dl dd {
  margin-bottom: 15px; }

/**
 * 14. Social
 */
.social-name {
  font-size: 0; }

.social-menu {
  text-align: center; }

.social-menu i.fa {
  border-radius: 50%;
  height: 30px;
  line-height: 30px;
  margin: 0 3px;
  text-align: center;
  transition: all linear .15s;
  width: 30px; }
  .social-menu i.fa.fa-behance {
    background-color: #1769ff !important;
    color: #fff; }
    .social-menu i.fa.fa-behance:hover {
      background-color: #0059fd !important; }
  .social-menu i.fa.fa-foursquare {
    background-color: #F84777 !important;
    color: #fff; }
    .social-menu i.fa.fa-foursquare:hover {
      background-color: #f72e65 !important; }
  .social-menu i.fa.fa-skype {
    background-color: #00acf4 !important;
    color: #fff; }
    .social-menu i.fa.fa-skype:hover {
      background-color: #009adb !important; }
  .social-menu i.fa.fa-google {
    background-color: #e0452c !important;
    color: #fff; }
    .social-menu i.fa.fa-google:hover {
      background-color: #d3381f !important; }
  .social-menu i.fa.fa-vimeo {
    background-color: #48b6ed !important;
    color: #fff; }
    .social-menu i.fa.fa-vimeo:hover {
      background-color: #31adeb !important; }
  .social-menu i.fa.fa-facebook {
    background-color: #365397 !important;
    color: #fff; }
    .social-menu i.fa.fa-facebook:hover {
      background-color: #2f4984 !important; }
  .social-menu i.fa.fa-twitter {
    background-color: #00a9f1 !important;
    color: #fff; }
    .social-menu i.fa.fa-twitter:hover {
      background-color: #0097d8 !important; }
  .social-menu i.fa.fa-youtube, .social-menu i.fa.fa-youtube-play {
    background-color: #ff3333 !important;
    color: #fff; }
    .social-menu i.fa.fa-youtube:hover, .social-menu i.fa.fa-youtube-play:hover {
      background-color: #ff1a1a !important; }
  .social-menu i.fa.fa-google-plus {
    background-color: #e0452c !important;
    color: #fff; }
    .social-menu i.fa.fa-google-plus:hover {
      background-color: #d3381f !important; }
  .social-menu i.fa.fa-dribbble {
    background-color: #ed4584 !important;
    color: #fff; }
    .social-menu i.fa.fa-dribbble:hover {
      background-color: #eb2e75 !important; }
  .social-menu i.fa.fa-linkedin {
    background-color: #287bbc !important;
    color: #fff; }
    .social-menu i.fa.fa-linkedin:hover {
      background-color: #246da7 !important; }
  .social-menu i.fa.fa-instagram {
    background-color: #396d9a !important;
    color: #fff; }
    .social-menu i.fa.fa-instagram:hover {
      background-color: #326087 !important; }
  .social-menu i.fa.fa-pinterest-p, .social-menu i.fa.fa-pinterest {
    background-color: #ce1a19 !important;
    color: #fff; }
    .social-menu i.fa.fa-pinterest-p:hover, .social-menu i.fa.fa-pinterest:hover {
      background-color: #b71716 !important; }
  .social-menu i.fa.fa-tripadvisor {
    background-color: #589442 !important;
    color: #fff; }
    .social-menu i.fa.fa-tripadvisor:hover {
      background-color: #4e823a !important; }

/**
 * 15. Pagination
 */
.pagination {
  margin: 60px 0;
  text-align: center; }
  .pagination .nav-links .page-numbers {
    border-radius: 17px;
    border: 2px solid #E1E1E1;
    color: #aaa;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    line-height: 32px;
    margin: 0 8px;
    padding: 0 20px;
    text-align: center;
    transition: all .15s linear; }
    .pagination .nav-links .page-numbers .fa {
      font-size: 12px; }
    .pagination .nav-links .page-numbers:hover {
      border-color: #3895D6;
      color: #3895D6; }
    .pagination .nav-links .page-numbers.current {
      border-color: #3895D6;
      color: #3895D6; }

/**
 * 16. Popular page
 */
.popular-table {
  background-color: #fff;
  border-radius: 2px;
  width: 100%; }
  @media screen and (max-width: 34em) {
    .popular-table {
      margin-bottom: 60px; } }
  .popular-table th {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    border-bottom: 1px solid #f2f4f7;
    font-size: 12px !important;
    padding: 20px 25px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap; }
  .popular-table td {
    border-bottom: 1px solid #f2f4f7;
    padding: 12px 25px;
    vertical-align: middle; }
  .popular-table tbody tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, 0.01); }
  .popular-table tbody tr:hover td {
    background-color: rgba(0, 0, 0, 0.02); }
  .popular-table__index {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    color: rgba(66, 66, 66, 0.6);
    font-size: 26px;
    padding: 0 15px 0 40px !important;
    text-align: center;
    width: 1px; }
  .popular-table__title a {
    color: #424242;
    font-size: 15px; }
  .popular-table__total {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 26px;
    text-align: center;
    white-space: nowrap;
    width: 1px; }
  .popular-table__image {
    width: 1px; }
    .popular-table__image img {
      max-height: 60px;
      width: auto !important; }
  .popular-table__title {
    font-family: "Montserrat", "Helvetica Neue", sans-serif; }
  .popular-table__price {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    color: #424242;
    font-size: 26px; }
  @media screen and (max-width: 34em) {
    .popular-table .popular-table__index, .popular-table .popular-table__image, .popular-table .popular-table__price {
      display: none; } }

.popular-author {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }
  .popular-author::after {
    clear: both;
    content: "";
    display: block; }
  .popular-author:last-child {
    border: 0;
    margin: 0;
    padding: 0; }
  .popular-author__avatar {
    float: left;
    margin: 0 20px 0 0; }
    .popular-author__avatar img {
      border-radius: 50%;
      width: 55px; }
  .popular-author__shop-name h2 {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0 0 0; }
    .popular-author__shop-name h2 a {
      color: #424242; }
  .popular-author__total {
    color: rgba(66, 66, 66, 0.7);
    font-size: 13px;
    margin: 5px 0 0 0; }

/**
 * 17. WooCommerce
 */
.product-info {
  background-color: #fff;
  border-radius: 2px; }
  .product-info__section {
    border-bottom: 1px solid #f2f4f7;
    padding: 25px 20px; }
    .product-info__section--sales strong {
      display: block;
      font-size: 34px;
      text-align: center; }
    .product-info__section--author {
      text-align: center; }
      .product-info__section--author a {
        font-family: "Montserrat", "Helvetica Neue", sans-serif;
        color: #424242;
        display: block; }
      .product-info__section--author strong {
        display: block;
        font-weight: 400;
        margin: 10px 0 0 0; }
    .product-info__section--tags {
      font-size: 13px;
      line-height: 28px;
      text-align: center; }
      .product-info__section--tags a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        color: rgba(66, 66, 66, 0.7);
        padding-bottom: 1px; }
    .product-info__section--attributes {
      font-size: 13px; }
      .product-info__section--attributes .shop_attributes th {
        padding-right: 25px; }
    .product-info__section--social ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .product-info__section--social ul li {
        display: inline-block; }
    .product-info__section--rating strong {
      color: rgba(66, 66, 66, 0.7);
      display: block;
      font-size: 12px;
      font-weight: 400;
      text-align: center; }
    .product-info__section--rating .stars {
      margin: 0 0 10px 0;
      text-align: center; }
      .product-info__section--rating .stars .fa {
        color: #FBC02D;
        margin: 0 2px; }
  .product-info h2 {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: center; }
  .product-info .price {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    display: block;
    font-size: 34px;
    text-align: center; }
  .product-info .wp-user-avatar {
    border-radius: 50%; }

.products {
  clear: both;
  margin: 0 0 -25px 0;
  padding: 0; }
  .products::after {
    clear: both;
    content: "";
    display: block; }

.products .product {
  box-shadow: 0 1px 1px 0 #dfdfdf;
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 18.49818%;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 10px;
  position: relative;
  overflow: hidden; }
  .products .product:last-child {
    margin-right: 0; }
  .products .product:nth-child(5n) {
    margin-right: 0; }
  .products .product:nth-child(5n+1) {
    clear: left; }
  @media screen and (max-width: 78em) {
    .products .product {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .products .product:last-child {
        margin-right: 0; }
      .products .product:nth-child(5n) {
        margin-right: 2.35765%; }
      .products .product:nth-child(5n+1) {
        clear: none; }
      .products .product:nth-child(3n) {
        margin-right: 0; }
      .products .product:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 62em) {
    .products .product {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .products .product:last-child {
        margin-right: 0; }
      .products .product:nth-child(3n) {
        margin-right: 2.35765%; }
      .products .product:nth-child(3n+1) {
        clear: none; }
      .products .product:nth-child(2n) {
        margin-right: 0; }
      .products .product:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 34em) {
    .products .product {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .products .product:last-child {
        margin-right: 0; }
      .products .product:nth-child(2n) {
        margin-right: 2.35765%; }
      .products .product:nth-child(2n+1) {
        clear: none; } }
  .products .product h3 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px 0;
    overflow: hidden;
    padding: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .products .product h3 a {
      color: #424242; }
    .products-small .products .product h3 {
      background-color: #424242;
      border-radius: 0 2px 2px 0;
      bottom: 0;
      color: #fff;
      font-size: 11px;
      left: 0;
      margin: 0;
      padding: 3px 10px !important;
      position: absolute;
      right: 0;
      text-align: center;
      z-index: 2; }
  .products .product br {
    display: none; }
  .products .product .star-rating {
    display: none; }
  .columns-4 .products .product {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .columns-4 .products .product:last-child {
      margin-right: 0; }
    .columns-4 .products .product:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 62em) {
      .columns-4 .products .product {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .columns-4 .products .product:last-child {
          margin-right: 0; }
        .columns-4 .products .product:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 34em) {
      .columns-4 .products .product {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%; }
        .columns-4 .products .product:last-child {
          margin-right: 0; } }
  .columns-6 .products .product {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .columns-6 .products .product:last-child {
      margin-right: 0; }
    .columns-6 .products .product:nth-child(6n) {
      margin-right: 0; }
    @media screen and (max-width: 34em) {
      .columns-6 .products .product {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%; }
        .columns-6 .products .product:last-child {
          margin-right: 0; } }
  .columns-8 .products .product {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 9.36867%; }
    .columns-8 .products .product:last-child {
      margin-right: 0; }
    .columns-8 .products .product:nth-child(8n) {
      margin-right: 0; }
    @media screen and (max-width: 62em) {
      .columns-8 .products .product {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .columns-8 .products .product:last-child {
          margin-right: 0; }
        .columns-8 .products .product:nth-child(4n) {
          margin-right: 0; } }
    @media screen and (max-width: 48em) {
      .columns-8 .products .product {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .columns-8 .products .product:last-child {
          margin-right: 0; }
        .columns-8 .products .product:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 34em) {
      .columns-8 .products .product {
        float: left;
        display: block;
        margin-right: 38.19822%;
        width: 100%; }
        .columns-8 .products .product:last-child {
          margin-right: 0; }
        .columns-8 .products .product:nth-child(1n) {
          margin-right: 0; } }
  .products .product:hover .product__image:after {
    opacity: 1;
    visibility: visible; }
  .products .product:hover .product__image a {
    opacity: 1;
    visibility: visible; }
  .products .product .price {
    background-color: #3895D6;
    color: #fff;
    float: right;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    margin: -2px 0 0 0;
    padding: 2px 8px; }
    .products-small .products .product .price {
      display: none; }
  .products .product__category {
    color: #aaa;
    font-size: 11px;
    font-weight: 700;
    margin: 0 0 6px 0;
    text-transform: uppercase; }
    .products-small .products .product__category {
      display: none; }
  .products .product__image {
    align-items: center;
    background-color: #E5E5E5;
    background-image: url("../img/default.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 200px;
    justify-content: center;
    margin: 0 0 15px 0;
    position: relative; }
    .products-small .products .product__image {
      background-size: cover; }
    .products-small .products .product__image__cart {
      display: none; }
    .products-small .products .product__image__link {
      background-color: transparent;
      bottom: 0;
      left: 0;
      height: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: auto; }
      .products-small .products .product__image__link .fa {
        font-size: 24px; }
      .products-small .products .product__image__link:hover {
        background-color: transparent; }
    .products-small .products .product__image {
      margin: -15px;
      height: 104px; }
      @media screen and (max-width: 34em) {
        .products-small .products .product__image {
          height: 200px; } }
    .products .product__image:after {
      background-color: rgba(66, 66, 66, 0.6);
      border-radius: 2px 2px 0 0;
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: all .15s ease;
      transform: translateZ(0);
      z-index: 2; }
      .products-small .products .product__image:after {
        border-radius: 2px; }
    .products .product__image a {
      background-color: #fff;
      border-radius: 2px;
      color: #727272;
      display: block;
      height: 36px;
      margin: 0 8px;
      opacity: 0;
      position: relative;
      text-decoration: none;
      transition: all .15s ease;
      transform: translateZ(0);
      visibility: hidden;
      width: 36px;
      z-index: 3; }
      .products .product__image a:hover {
        background-color: #3895D6;
        color: #fff; }
      .products .product__image a .fa {
        -webkit-font-smoothing: subpixel-antialiased;
        font-size: 15px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%); }

.woocommerce-result-count {
  color: #727272;
  display: inline-block;
  font-size: 12px;
  margin: 0 20px 0 0;
  vertical-align: middle; }

.woocommerce-pagination {
  margin: 60px 0;
  text-align: center; }
  .woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0;
    padding: 0; }
    .woocommerce-pagination .page-numbers li {
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      padding: 0 8px; }
      .woocommerce-pagination .page-numbers li span, .woocommerce-pagination .page-numbers li a {
        border-radius: 17px;
        border: 2px solid #E1E1E1;
        color: #aaa;
        display: block;
        height: 36px;
        line-height: 32px;
        padding: 0 20px;
        text-align: center;
        transition: all .15s linear; }
        .woocommerce-pagination .page-numbers li span .fa, .woocommerce-pagination .page-numbers li a .fa {
          font-size: 12px; }
        .woocommerce-pagination .page-numbers li span:hover, .woocommerce-pagination .page-numbers li a:hover {
          border-color: #3895D6;
          color: #3895D6; }
      .woocommerce-pagination .page-numbers li span {
        border-color: #3895D6;
        color: #3895D6; }

.woocommerce-ordering {
  display: inline-block;
  vertical-align: middle; }
  .woocommerce-ordering select {
    background-color: transparent;
    background-position: right 0 top 50%;
    border-color: transparent;
    color: #424242;
    font-size: 12px;
    font-weight: 700;
    padding: 0 20px 0 0;
    text-transform: uppercase; }

.woocommerce-breadcrumb {
  color: #727272;
  float: left;
  font-size: 12px;
  position: relative; }
  .woocommerce-breadcrumb a {
    color: #424242; }
  .woocommerce-breadcrumb .separator {
    padding: 0 15px; }
  .woocommerce-order-information .woocommerce-breadcrumb {
    bottom: -14px; }
  @media screen and (max-width: 34em) {
    .woocommerce-breadcrumb {
      margin-bottom: 15px; } }

.woocommerce-order-information {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: -14px 0 40px 0;
  text-align: right; }
  @media screen and (max-width: 34em) {
    .woocommerce-order-information {
      text-align: left; } }
  .woocommerce-order-information select {
    font-family: "Montserrat", "Helvetica Neue", sans-serif; }

.product-categories {
  list-style: none;
  margin: 0;
  padding: 0; }
  .product-categories .children {
    border-left: 2px solid rgba(0, 0, 0, 0.04);
    clear: both;
    list-style: none;
    margin: 13px 0 -13px 0;
    padding: 0 0 0 20px; }
  .product-categories li {
    margin: 0 0 15px 0; }
    .product-categories li::after {
      clear: both;
      content: "";
      display: block; }
    .footer .product-categories li {
      margin: 0; }
    .product-categories li a {
      color: #727272;
      transition: color .15s linear; }
      .footer .product-categories li a {
        color: rgba(255, 255, 255, 0.7); }
      .product-categories li a:hover {
        color: #3895D6; }
        .footer .product-categories li a:hover {
          color: #fff; }
        .product-categories li a:hover + .count {
          background-color: #3895D6;
          color: #fff; }
    .product-categories li .count {
      background-color: #EAEAEA;
      border-radius: 11px;
      display: block;
      font-size: 11px;
      float: right;
      height: 22px;
      line-height: 22px;
      padding: 0 14px;
      transition: all .15s linear; }

.widget_shopping_cart_content {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  list-style: none;
  margin: 0;
  padding: 15px 15px 54px 15px;
  position: relative; }
  .widget_shopping_cart_content a {
    color: #424242;
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .widget_shopping_cart_content .empty {
    margin: 30px 0 0 0;
    text-align: center; }
  .widget_shopping_cart_content .total {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0 2px 2px 0;
    bottom: 0;
    color: #727272;
    font-size: 13px;
    left: 0;
    margin: 0;
    padding: 13px 0;
    position: absolute;
    right: 0;
    text-align: center; }
  .widget_shopping_cart_content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .widget_shopping_cart_content .mini_cart_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    position: relative; }
    .widget_shopping_cart_content .mini_cart_item::after {
      clear: both;
      content: "";
      display: block; }
    .widget_shopping_cart_content .mini_cart_item a {
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      font-weight: 700; }
    .widget_shopping_cart_content .mini_cart_item .remove {
      background-color: #E53B3B;
      border-radius: 50%;
      color: #fff;
      font-size: 13px;
      height: 20px;
      left: 14px;
      letter-spacing: 0px;
      line-height: 18px;
      opacity: 0;
      position: absolute;
      text-align: center;
      top: 14px;
      transition: opacity .15s linear;
      transform: translate3d(0, 0, 1px);
      visibility: hidden;
      width: 20px; }
    .widget_shopping_cart_content .mini_cart_item:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .widget_shopping_cart_content .mini_cart_item:hover .remove {
      opacity: 1;
      visibility: visible; }
  .widget_shopping_cart_content .quantity {
    color: #aaa;
    font-size: 11px;
    font-weight: 700;
    left: 60px;
    position: absolute;
    top: 6px; }
  .widget_shopping_cart_content img {
    box-shadow: 0 1px 1px 0 #dfdfdf;
    border: 2px solid #fff;
    height: auto;
    margin: 0 12px 0 0;
    vertical-align: -13px;
    width: 48px; }
  .widget_shopping_cart_content dl {
    display: none; }
  .widget_shopping_cart_content dt, .widget_shopping_cart_content dd {
    color: #727272;
    display: inline;
    font-size: 13px;
    margin: 0; }
    .widget_shopping_cart_content dt p, .widget_shopping_cart_content dd p {
      display: inline; }
    .widget_shopping_cart_content dt a, .widget_shopping_cart_content dd a {
      color: #727272; }
  .widget_shopping_cart_content .buttons {
    background-color: rgba(0, 0, 0, 0.02);
    margin: 15px -15px -8px -15px;
    padding: 15px; }
    .widget_shopping_cart_content .buttons::after {
      clear: both;
      content: "";
      display: block; }
  .widget_shopping_cart_content .button {
    float: left;
    width: 48%; }
    .widget_shopping_cart_content .button:first-child {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .widget_shopping_cart_content .button:nth-child(2n) {
      float: right; }
    .widget_shopping_cart_content .button.wc-forward {
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      background-color: #424242;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
      border: 0;
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px;
      min-height: 44px;
      padding: 10px 16px;
      text-align: center;
      text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
      transition: background-color .15s linear;
      white-space: nowrap;
      background-color: transparent;
      background-image: none;
      color: #424242; }
      .widget_shopping_cart_content .button.wc-forward:hover {
        background-color: #4f4f4f;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
      .widget_shopping_cart_content .button.wc-forward .fa {
        font-size: 11px;
        margin: 0 0 0 10px; }
      .widget_shopping_cart_content .button.wc-forward:hover {
        background-color: transparent;
        background-image: none; }
    .widget_shopping_cart_content .button.checkout {
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      background-color: #424242;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
      border: 0;
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px;
      min-height: 44px;
      padding: 10px 16px;
      text-align: center;
      text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
      transition: background-color .15s linear;
      white-space: nowrap;
      background-color: #29AA60;
      color: #fff; }
      .widget_shopping_cart_content .button.checkout:hover {
        background-color: #4f4f4f;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
      .widget_shopping_cart_content .button.checkout .fa {
        font-size: 11px;
        margin: 0 0 0 10px; }
      .widget_shopping_cart_content .button.checkout:hover {
        background-color: #249554; }

.widget_price_filter .price_slider {
  margin-bottom: 30px; }

.widget_price_filter .price_label {
  color: #727272;
  float: left;
  font-size: 12px;
  line-height: 1; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em; }
  .widget_price_filter .price_slider_amount .button {
    background-color: transparent;
    background-image: none;
    border: 0;
    color: #3895D6;
    float: right;
    font-size: 12px;
    font-weight: 700;
    height: auto;
    line-height: 1;
    padding: 0;
    text-transform: uppercase; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 3px solid #3895D6;
  border-radius: 50%;
  cursor: ew-resize;
  margin-top: -1px;
  outline: none;
  top: -.3em;
  margin-left: -.5em; }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #3895D6; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #E1E1E1;
  border: 0; }

.widget_price_filter .ui-slider-horizontal {
  height: 5px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.woocommerce-info, .myaccount_user {
  background-color: #EAEAEA;
  border-radius: 2px;
  color: rgba(66, 66, 66, 0.7);
  margin: 0 0 30px 0;
  padding: 20px;
  text-align: left; }
  .woocommerce-info a, .myaccount_user a {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    color: rgba(66, 66, 66, 0.7); }

.woocommerce-error {
  background-color: #E53B3B;
  border-radius: 2px;
  color: #fff;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 25px; }
  .woocommerce-error li {
    line-height: 30px; }

.woocommerce-thankyou-order-received, .woocommerce-message, .order-info {
  background-color: #29AA60;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
  border-radius: 2px;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 20px;
  text-align: left; }
  .woocommerce-thankyou-order-received a, .woocommerce-message a, .order-info a {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
    color: #fff; }
  .woocommerce-thankyou-order-received mark, .woocommerce-message mark, .order-info mark {
    background-color: transparent;
    color: #fff; }

.woocommerce-product-search input[type=submit] {
  width: 100%; }

.woocommerce-tabs {
  color: rgba(66, 66, 66, 0.7);
  clear: both; }
  .woocommerce-tabs h1, .woocommerce-tabs h2, .woocommerce-tabs h3, .woocommerce-tabs h4, .woocommerce-tabs h5, .woocommerce-tabs h6 {
    color: #424242;
    margin: 20px 0 30px 0; }
  .woocommerce-tabs .panel {
    display: block !important; }
  .woocommerce-tabs #tab-description {
    font-size: 15px; }
    .woocommerce-tabs #tab-description p {
      line-height: 1.7; }
    .woocommerce-tabs #tab-description ul {
      line-height: 1.7;
      list-style: none;
      margin: 0;
      padding: 0; }
      .woocommerce-tabs #tab-description ul li {
        margin: 0 0 10px 0; }
        .woocommerce-tabs #tab-description ul li:before {
          border: 1px solid rgba(66, 66, 66, 0.3);
          border-radius: 50%;
          content: '';
          display: inline-block;
          height: 9px;
          margin: 0 10px 0 0;
          vertical-align: 1px;
          width: 9px; }

.wc-tabs {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  display: none;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
  font-size: 20px; }
  .wc-tabs li {
    display: inline-block;
    margin: 0 20px; }
    .wc-tabs li a {
      color: #424242;
      font-weight: 700; }

.images {
  display: flex;
  float: left;
  flex-direction: row;
  margin: 0 0 60px 0;
  vertical-align: middle;
  width: 45%; }
  @media screen and (max-width: 78em) {
    .images {
      float: none;
      width: 100%; } }
  .images > img {
    height: auto;
    max-width: 100%; }
  .images .woocommerce-main-image {
    border-radius: 2px;
    overflow: hidden; }
    .images .woocommerce-main-image img {
      height: auto;
      width: 100%; }
  .images .thumbnails {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .images .thumbnails a {
      display: block;
      margin: 10px;
      opacity: .5; }
      .images .thumbnails a img {
        display: block;
        height: auto;
        max-width: 70px; }

.product_meta {
  display: none; }

.single-product .summary {
  margin-left: 48%;
  position: relative; }
  @media screen and (max-width: 78em) {
    .single-product .summary {
      margin-bottom: 60px;
      margin-left: 0; } }
  .single-product .summary p {
    color: rgba(66, 66, 66, 0.7);
    font-size: 18px;
    margin: 0 0 50px 0; }
  .single-product .summary .product_title {
    font-size: 36px;
    margin: 0 0 50px 0; }
  .single-product .summary .price {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    background-color: #fff;
    background-color: #29AA60;
    border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 22px;
    font-weight: 700;
    height: 72px;
    line-height: 70px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
    top: -12px;
    width: 72px; }

.yith-wcwl-add-to-wishlist {
  margin: 0; }

.add_to_wishlist {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  background-color: #424242;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  min-height: 44px;
  padding: 10px 16px;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
  transition: background-color .15s linear;
  white-space: nowrap;
  display: block;
  float: left;
  height: 50px;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 30px; }
  .add_to_wishlist:hover {
    background-color: #4f4f4f;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
  .add_to_wishlist .fa {
    font-size: 11px;
    margin: 0 0 0 10px; }
  @media screen and (max-width: 34em) {
    .add_to_wishlist {
      font-size: 0px;
      padding-left: 5px;
      padding-right: 20px; }
      .add_to_wishlist:after {
        font-size: 15px;
        letter-spacing: 0px; } }
  .add_to_wishlist:after {
    -webkit-font-smoothing: subpixel;
    content: '\f004';
    font-family: 'FontAwesome';
    font-size: 15px;
    margin: 0 0 0 15px; }

.woocommerce-product-rating {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #727272;
  font-size: 13px;
  margin: 0 0 50px 0;
  padding: 0 0 15px 0; }
  .woocommerce-product-rating .star-rating {
    display: inline-block; }

.woocommerce-review-link {
  display: inline-block; }

.woocommerce .title {
  margin: 0 0 30px 0; }
  .woocommerce .title h3, .woocommerce .title a {
    display: inline-block; }
  .woocommerce .title .edit {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    background-color: #424242;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    min-height: 44px;
    padding: 10px 16px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
    transition: background-color .15s linear;
    white-space: nowrap;
    float: right; }
    .woocommerce .title .edit:hover {
      background-color: #4f4f4f;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
    .woocommerce .title .edit .fa {
      font-size: 11px;
      margin: 0 0 0 10px; }

.login, .register, .edit-account, .woocommerce-edit-address #primary .woocommerce form {
  background-color: #fff;
  margin: 0 0 30px 0;
  padding: 25px; }
  .login::after, .register::after, .edit-account::after, .woocommerce-edit-address #primary .woocommerce form::after {
    clear: both;
    content: "";
    display: block; }
  .login fieldset, .register fieldset, .edit-account fieldset, .woocommerce-edit-address #primary .woocommerce form fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
  .login legend, .register legend, .edit-account legend, .woocommerce-edit-address #primary .woocommerce form legend {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase; }
  .login .form-row::after, .register .form-row::after, .edit-account .form-row::after, .woocommerce-edit-address #primary .woocommerce form .form-row::after {
    clear: both;
    content: "";
    display: block; }
  .login .button, .register .button, .edit-account .button, .woocommerce-edit-address #primary .woocommerce form .button {
    float: right; }
  .login .lost_password, .register .lost_password, .edit-account .lost_password, .woocommerce-edit-address #primary .woocommerce form .lost_password {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    margin: 0;
    padding: 25px 0 0 0;
    text-align: center; }

.return-to-shop {
  margin: 120px 0 0 0;
  text-align: center; }

.wc-backward {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  background-color: #424242;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  min-height: 44px;
  padding: 10px 16px;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
  transition: background-color .15s linear;
  white-space: nowrap;
  background-color: #29AA60;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px; }
  .wc-backward:hover {
    background-color: #4f4f4f;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
  .wc-backward .fa {
    font-size: 11px;
    margin: 0 0 0 10px; }
  .wc-backward:hover {
    background-color: #249554; }
  .wc-backward:before {
    -webkit-font-smoothing: antialiased;
    content: '\f177';
    font-family: 'FontAwesome';
    margin: 0 20px 0 -15px; }

.order_details {
  background-color: #fff;
  border-radius: 2px;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 15px 20px;
  width: 100%; }
  .order_details li {
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
    color: rgba(66, 66, 66, 0.7);
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0; }
    .order_details li strong {
      color: #424242;
      display: block;
      margin: 5px 0 0 0; }
    .order_details li:last-child {
      border: 0; }
  .order_details thead th {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    padding: 15px 20px;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase; }
  .order_details tfoot th, .order_details tfoot td {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px 20px; }
  .order_details tfoot th {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 12px;
    text-align: right; }
  .order_details tbody td {
    padding: 0 20px; }
    .order_details tbody td.product-name a {
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      color: #424242; }
    .order_details tbody td.product-name .product-quantity {
      color: rgba(66, 66, 66, 0.7); }
    .order_details tbody td.product-name .variation dt {
      float: left;
      font-size: 12px;
      line-height: 1;
      margin: 0 5px 0 0; }
    .order_details tbody td.product-name .variation dd {
      font-size: 12px; }
      .order_details tbody td.product-name .variation dd p {
        line-height: 1; }

.my_account_orders {
  margin: 0 0 30px 0;
  width: 100%; }
  .my_account_orders th, .my_account_orders td {
    padding: 16px 20px; }
  .my_account_orders th {
    color: #727272;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase; }
  .my_account_orders td {
    background-color: #fff; }

.customer_details {
  background-color: #fff;
  border-radius: 2px;
  margin: 0 0 30px 0;
  width: 100%; }
  .customer_details th, .customer_details td {
    padding: 10px 20px; }
  .customer_details th {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    width: 1px; }

.shop_attributes th, .shop_attributes td {
  padding: 8px 0;
  vertical-align: middle;
  text-align: left; }

.shop_attributes th {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  color: #424242;
  font-size: 12px;
  text-transform: uppercase; }

.shop_attributes td p {
  margin: 0; }

@media screen and (max-width: 34em) {
  .col-1.address {
    float: none;
    width: 100%; } }

.woocommerce-MyAccount-navigation {
  background-color: #fff;
  margin: 0 0 30px 0; }
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .woocommerce-MyAccount-navigation li {
    display: inline-block; }
  .woocommerce-MyAccount-navigation a {
    color: #424242;
    display: block;
    font-weight: 400;
    padding: 18px 20px;
    transition: color .4s ease; }
    .woocommerce-MyAccount-navigation a:hover {
      color: #3895D6; }

table.variations select {
  border-width: 1px;
  height: 50px;
  padding-right: 34px;
  min-width: 163px; }

.woocommerce-variation-add-to-cart {
  float: left; }

form.cart {
  float: left; }
  form.cart.variations_form {
    float: none; }
  form.cart .quantity {
    float: left; }

.single_variation_wrap .quantity {
  float: left; }

table.variations {
  margin: 0 0 20px 0; }
  table.variations label {
    margin: 0 6px 0 0; }
  table.variations .reset_variations {
    margin: 0 0 0 10px; }

.yith-wcwl-add-to-wishlist {
  float: left;
  margin: 0 0 0 20px !important; }

.commentlist .comment_container {
  overflow: hidden; }

.commentlist .comment-text {
  display: table-cell; }
  .commentlist .comment-text .description {
    clear: left;
    display: block;
    margin: 30px 0 0 0; }

.commentlist img.avatar {
  float: left;
  margin: 0 20px 0 0; }

#review_form select#rating {
  margin: 0 0 0 20px; }

figure.woocommerce-product-gallery__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0; }

.woocommerce-product-gallery__image {
  width: 33.3333%; }
  .woocommerce-product-gallery__image:first-child {
    width: 100%; }
  .woocommerce-product-gallery__image img {
    display: block;
    height: auto;
    margin: 0;
    padding: 6px;
    width: 100%; }

.summary .cart {
  margin: 0; }
  .summary .cart .quantity {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-weight: 700;
    margin: 0 20px 0 0; }
    .summary .cart .quantity input {
      background-color: transparent;
      border-bottom: 4px solid #E1E1E1;
      border-radius: 0;
      height: 50px;
      margin: 0;
      padding: 0 0 0 13px;
      text-align: center;
      width: 50px; }
  .summary .cart button {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    background-color: #424242;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    min-height: 44px;
    padding: 10px 16px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
    transition: background-color .15s linear;
    white-space: nowrap;
    background-color: #29AA60;
    color: #fff;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px; }
    .summary .cart button:hover {
      background-color: #4f4f4f;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
    .summary .cart button .fa {
      font-size: 11px;
      margin: 0 0 0 10px; }
    .summary .cart button:hover {
      background-color: #249554; }
    @media screen and (max-width: 34em) {
      .summary .cart button {
        padding-left: 20px;
        padding-right: 20px; } }
    .summary .cart button:after {
      -webkit-font-smoothing: subpixel;
      content: '\f07a';
      font-family: 'FontAwesome';
      font-size: 15px;
      margin: 0 0 0 15px; }

table.cart {
  width: 100%; }
  @media screen and (max-width: 34em) {
    table.cart .product-remove, table.cart .product-quantity, table.cart .product-price {
      display: none; }
    table.cart .product-thumbnail img {
      width: 60px !important; } }
  table.cart thead th {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    color: #727272;
    font-size: 13px;
    padding: 0 10px 22px 10px !important;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top; }
  table.cart .cart_item {
    background-color: #fff;
    border-bottom: 20px solid #f2f4f7; }
    table.cart .cart_item td {
      padding: 10px; }
      table.cart .cart_item td:first-child {
        border-radius: 2px 0 0 2px; }
  table.cart .product-remove {
    font-size: 20px;
    width: 1px; }
    table.cart .product-remove a {
      color: #E53B3B;
      padding: 0 10px 0 20px; }
  table.cart .product-thumbnail {
    width: 1px; }
    table.cart .product-thumbnail img {
      height: auto;
      width: 90px; }
  table.cart .product-name {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    padding-left: 30px; }
    table.cart .product-name a {
      color: #424242; }
    table.cart .product-name .variation {
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      color: #727272;
      font-size: 12px;
      margin: 10px 0 0 0; }
      table.cart .product-name .variation a {
        color: #727272; }
      table.cart .product-name .variation dt, table.cart .product-name .variation dd {
        line-height: 1; }
        table.cart .product-name .variation dt p, table.cart .product-name .variation dd p {
          line-height: 1;
          margin: 0; }
      table.cart .product-name .variation dt {
        float: left;
        margin: 0 5px 0 0; }
  table.cart .product-price {
    white-space: nowrap; }
    table.cart .product-price > span {
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      display: block;
      font-weight: 700; }
  table.cart td.product-subtotal {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 24px;
    padding: 0 58px 0 0;
    width: 1px; }
  table.cart .product-quantity input {
    background-color: transparent;
    border-bottom: 4px solid #E1E1E1;
    border-radius: 0;
    color: #424242;
    font-size: 25px;
    font-weight: 700;
    height: 50px;
    margin: 0;
    padding: 0 0 0 15px;
    width: 50px; }
  table.cart .actions {
    padding: 30px 0; }
    table.cart .actions .button {
      float: right; }
      @media screen and (max-width: 34em) {
        table.cart .actions .button {
          float: none;
          margin: 12px 0 0 0; } }
    table.cart .actions .coupon {
      display: flex;
      float: left; }
      table.cart .actions .coupon label {
        display: none; }
      table.cart .actions .coupon input[type=text] {
        box-shadow: 0 1px 1px 0 #dfdfdf;
        background-color: #fff;
        margin: 0 15px 0 0; }
      table.cart .actions .coupon .button {
        font-family: "Montserrat", "Helvetica Neue", sans-serif;
        background-color: #424242;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
        border: 0;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        min-height: 44px;
        padding: 10px 16px;
        text-align: center;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
        transition: background-color .15s linear;
        white-space: nowrap;
        margin: 0; }
        table.cart .actions .coupon .button:hover {
          background-color: #4f4f4f;
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
        table.cart .actions .coupon .button .fa {
          font-size: 11px;
          margin: 0 0 0 10px; }

.cart-collaterals {
  border-top: 1px solid #EAEAEA;
  padding: 20px 0 0 0;
  text-align: right; }
  .cart-collaterals h2 {
    font-size: 13px;
    text-transform: uppercase; }
  .cart-collaterals table {
    font-size: 12px;
    margin: 0 0 20px 0;
    width: 100%; }
    .cart-collaterals table td {
      padding: 7px 0 7px 20px;
      width: 1px; }
  .cart-collaterals .button {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    background-color: #424242;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    min-height: 44px;
    padding: 10px 16px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
    transition: background-color .15s linear;
    white-space: nowrap;
    background-color: #29AA60;
    color: #fff; }
    .cart-collaterals .button:hover {
      background-color: #4f4f4f;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
    .cart-collaterals .button .fa {
      font-size: 11px;
      margin: 0 0 0 10px; }
    .cart-collaterals .button:hover {
      background-color: #249554; }

.cart-empty {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  color: #525252;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center; }
  .cart-empty:before {
    color: rgba(66, 66, 66, 0.15);
    content: "\e82e";
    display: block;
    font-family: 'Linearicons-Free';
    font-size: 200px;
    margin: 0 0 -180px 0;
    text-align: center; }

body.empty-cart .content-title, body.empty-cart .sidebar {
  display: none; }

body.empty-cart #container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  body.empty-cart #container:last-child {
    margin-right: 0; }

body.empty-cart .main__inner {
  margin-bottom: 150px; }

form.woocommerce-checkout {
  background-color: #fff;
  border-radius: 2px;
  padding: 25px; }
  form.woocommerce-checkout::after {
    clear: both;
    content: "";
    display: block; }
  form.woocommerce-checkout h3 {
    clear: both;
    margin: 10px 0 30px 0; }
  @media screen and (max-width: 34em) {
    form.woocommerce-checkout .col-1, form.woocommerce-checkout .col-2 {
      float: none;
      width: 100%; }
    form.woocommerce-checkout .form-row {
      clear: both;
      float: none;
      width: 100% !important; }
      form.woocommerce-checkout .form-row input[type=text], form.woocommerce-checkout .form-row textarea {
        width: 100%; } }

.create-account {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .create-account:last-child {
    margin-right: 0; }
  .create-account input {
    display: inline-block; }
  .create-account label {
    display: inline-block; }

#place_order {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  background-color: #424242;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  min-height: 44px;
  padding: 10px 16px;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.05);
  transition: background-color .15s linear;
  white-space: nowrap;
  background-color: #29AA60;
  color: #fff;
  float: right;
  margin: 30px 0 0 0;
  padding-left: 30px;
  padding-right: 30px; }
  #place_order:hover {
    background-color: #4f4f4f;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent); }
  #place_order .fa {
    font-size: 11px;
    margin: 0 0 0 10px; }
  #place_order:hover {
    background-color: #249554; }

#billing_first_name_field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  #billing_first_name_field:last-child {
    margin-right: 0; }

#billing_last_name_field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0; }
  #billing_last_name_field:last-child {
    margin-right: 0; }

#billing_company_field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  #billing_company_field:last-child {
    margin-right: 0; }

#billing_email_field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  #billing_email_field:last-child {
    margin-right: 0; }

#billing_phone_field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  #billing_phone_field:last-child {
    margin-right: 0; }

#billing_country_field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  #billing_country_field:last-child {
    margin-right: 0; }

#billing_address_1_field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  #billing_address_1_field:last-child {
    margin-right: 0; }

#billing_address_2_field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  #billing_address_2_field:last-child {
    margin-right: 0; }

#billing_address_2 {
  margin-top: 30px; }

#billing_city_field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  #billing_city_field:last-child {
    margin-right: 0; }

#billing_state_field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  #billing_state_field:last-child {
    margin-right: 0; }

#billing_postcode_field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  #billing_postcode_field:last-child {
    margin-right: 0; }

#order_comments {
  height: 120px; }

.woocommerce-checkout-review-order-table {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  margin: 0 0 30px 0;
  width: 100%; }
  .woocommerce-checkout-review-order-table thead th {
    color: #727272;
    font-size: 12px;
    padding: 25px 0 0 0;
    text-align: left;
    text-transform: uppercase; }
    .woocommerce-checkout-review-order-table thead th:first-child {
      padding-left: 25px; }
    .woocommerce-checkout-review-order-table thead th:last-child {
      padding-right: 25px; }
  .woocommerce-checkout-review-order-table .cart_item td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 24px 0; }
    .woocommerce-checkout-review-order-table .cart_item td:first-child {
      padding-left: 25px; }
    .woocommerce-checkout-review-order-table .cart_item td:last-child {
      padding-right: 25px; }
  .woocommerce-checkout-review-order-table .cart_item .product-name {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-weight: 700; }
  .woocommerce-checkout-review-order-table .cart_item .product-total {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 18px;
    padding: 0 44px 0 0;
    width: 1px; }
  .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout-review-order-table .tax-rate th, .woocommerce-checkout-review-order-table .tax-rate td {
    padding-top: 30px; }
  .woocommerce-checkout-review-order-table .order-total, .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout-review-order-table .tax-rate {
    text-align: right; }
    .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout-review-order-table .tax-rate th {
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      padding-bottom: 20px; }
    .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout-review-order-table .tax-rate td {
      padding-bottom: 20px;
      padding-right: 25px;
      width: 1px; }
  .woocommerce-checkout-review-order-table .variation {
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    color: #727272;
    font-size: 11px;
    font-weight: 400; }
    .woocommerce-checkout-review-order-table .variation a {
      color: #727272; }
    .woocommerce-checkout-review-order-table .variation p {
      line-height: 1;
      margin: 0;
      padding: 0; }
      .woocommerce-checkout-review-order-table .variation p a {
        color: #3895D6;
        font-weight: 600; }
    .woocommerce-checkout-review-order-table .variation dl {
      margin-bottom: 0; }
    .woocommerce-checkout-review-order-table .variation dt {
      float: left;
      margin: 0 7px 0 0; }
    .woocommerce-checkout-review-order-table .variation dt, .woocommerce-checkout-review-order-table .variation dd {
      line-height: 1; }

.woocommerce-checkout-payment {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  padding: 25px; }
  .woocommerce-checkout-payment::after {
    clear: both;
    content: "";
    display: block; }
  .woocommerce-checkout-payment ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .woocommerce-checkout-payment img {
    box-shadow: none;
    margin: -2px 0 0 .5em;
    max-height: 52px;
    padding: 0;
    position: relative;
    vertical-align: middle; }
  .woocommerce-checkout-payment label {
    display: inline-block;
    margin: 0 0 10px 0; }
  .woocommerce-checkout-payment li {
    margin: 0 0 30px 0; }
  .woocommerce-checkout-payment .input-radio {
    display: inline;
    margin: 0 10px 0 0; }
  .woocommerce-checkout-payment .about_paypal {
    display: block;
    float: right;
    font-size: 11px;
    margin: 18px 0 0 0; }
  .woocommerce-checkout-payment .payment_box {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    font-size: 13px;
    padding: 10px 25px; }
    .woocommerce-checkout-payment .payment_box p {
      margin: 0; }

/**
 * 18. WC Vendors
 */
center p {
  margin: 0 0 30px 0;
  text-align: left; }
  center p .button {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    border-bottom: 1px solid #424242;
    color: #424242;
    font-size: 12px;
    margin: 0 10px;
    padding: 0 0 2px 0;
    text-transform: uppercase; }
    center p .button:first-child {
      margin-left: 0; }

center + hr {
  display: none; }

.wcvendors-datepicker {
  background-color: #fff;
  margin: 0 0 30px 0;
  padding: 25px 20px; }

.pv_paypal_container, .pv_shop_name_container, #pv_seller_info_container, #pv_shop_description_container {
  background-color: #fff;
  margin: 0 0 30px 0;
  padding: 25px 20px; }

.table-condensed.table-vendor-sales-report {
  background-color: #fff;
  border-radius: 2px; }
  .table-condensed.table-vendor-sales-report th, .table-condensed.table-vendor-sales-report td {
    padding: 8px 20px; }
  .table-condensed.table-vendor-sales-report th {
    border-bottom: 1px solid #f2f4f7 !important;
    color: rgba(66, 66, 66, 0.7);
    font-size: 13px;
    text-transform: uppercase; }

.wcvendors_sold_by_in_loop {
  color: #aaa;
  font-size: 12px; }
  .wcvendors_sold_by_in_loop a {
    border-bottom: 1px solid rgba(170, 170, 170, 0.3);
    color: #aaa;
    padding: 0 0 1px 0; }
  .content-title .wcvendors_sold_by_in_loop {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 15px;
    margin-top: 15px; }
  .products-small .wcvendors_sold_by_in_loop {
    display: none; }

.wcvendors-profile-image {
  background-image: url("../img/default.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  height: 21px;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: 21px; }
  .content-title .wcvendors-profile-image {
    border-radius: 2px;
    height: 36px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 36px; }

.wcv_vendorslist {
  margin: 0 0 -30px 0;
  padding: 0; }
  .wcv_vendorslist::after {
    clear: both;
    content: "";
    display: block; }

.vendor__author {
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 8.73876%;
  margin-bottom: 30px;
  position: relative; }
  .vendor__author:last-child {
    margin-right: 0; }
  @media screen and (max-width: 62em) {
    .vendor__author {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 17.72593%; }
      .vendor__author:last-child {
        margin-right: 0; }
      .vendor__author:nth-child(5n) {
        margin-right: 0; }
      .vendor__author:nth-child(5n+1) {
        clear: left; } }
  @media screen and (max-width: 48em) {
    .vendor__author {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .vendor__author:last-child {
        margin-right: 0; }
      .vendor__author:nth-child(5n) {
        margin-right: 2.35765%; }
      .vendor__author:nth-child(5n+1) {
        clear: none; }
      .vendor__author:nth-child(3n) {
        margin-right: 0; }
      .vendor__author:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 34em) {
    .vendor__author {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .vendor__author:last-child {
        margin-right: 0; }
      .vendor__author:nth-child(3n) {
        margin-right: 2.35765%; }
      .vendor__author:nth-child(3n+1) {
        clear: none; } }
  .vendor__author:hover .vendor__author__image {
    opacity: 1; }
    .vendor__author:hover .vendor__author__image:after, .vendor__author:hover .vendor__author__image:before {
      opacity: 1; }
  .vendor__author__title {
    box-shadow: 0 1px 1px 0 #dfdfdf;
    background-color: #fff;
    border-radius: 2px;
    color: #727272;
    display: block;
    font-size: 12px;
    margin: 15px 0 0 0;
    overflow: hidden;
    padding: 5px 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media screen and (max-width: 34em) {
      .vendor__author__title {
        margin: 0 0 30px 0; } }
  .vendor__author__image {
    box-shadow: 0 1px 1px 0 #dfdfdf;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 4px solid #fff;
    border-radius: 2px;
    display: block;
    height: 0;
    opacity: .9;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    transition: all .2s ease;
    transform: translate3d(0, 0, 1px); }
    .vendor__author__image:after {
      background-color: rgba(0, 0, 0, 0.6);
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: all .15s ease; }
    .vendor__author__image:before {
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      content: "\e81b";
      font-family: 'Linearicons-Free';
      font-size: 24px;
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      transition: all .15s ease;
      z-index: 3; }
    @media screen and (max-width: 34em) {
      .vendor__author__image {
        height: 220px;
        margin: 0 0 10px 0; } }

/**
 * 19. Woo Features
 */
.widget_woothemes_features {
  margin: 80px 0 !important; }
  .widget_woothemes_features .fix {
    background-color: rgba(0, 0, 0, 0.08);
    clear: both;
    height: 1px;
    margin: 0 -1000px;
    padding: 0 1000px; }
  .widget_woothemes_features .features {
    display: block;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0 -1000px;
    overflow: hidden;
    padding: 0px 1000px;
    position: relative;
    z-index: 1; }
    .widget_woothemes_features .features::after {
      clear: both;
      content: "";
      display: block; }
    .widget_woothemes_features .features .feature {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      color: #fff;
      margin-bottom: 40px !important;
      margin-top: 40px !important;
      padding: 40px 0 40px 30px;
      position: relative;
      text-align: left;
      z-index: 3; }
      .widget_woothemes_features .features .feature:last-child {
        margin-right: 0; }
      @media screen and (max-width: 34em) {
        .widget_woothemes_features .features .feature {
          float: left;
          display: block;
          margin-right: 38.19822%;
          width: 100%; }
          .widget_woothemes_features .features .feature:last-child {
            margin-right: 0; } }
      .widget_woothemes_features .features .feature p {
        margin: 0; }
      .widget_woothemes_features .features .feature.last {
        margin-right: 0; }
        .widget_woothemes_features .features .feature.last:after {
          display: none; }
      .widget_woothemes_features .features .feature:before {
        color: rgba(66, 66, 66, 0.08);
        display: block;
        font-size: 110px;
        font-weight: 600;
        line-height: 1;
        left: 0;
        position: absolute;
        top: 10px;
        z-index: -1; }
      .widget_woothemes_features .features .feature:nth-child(1):before {
        content: "1"; }
      .widget_woothemes_features .features .feature:nth-child(2):before {
        content: "2"; }
      .widget_woothemes_features .features .feature:nth-child(3):before {
        content: "3"; }
      .widget_woothemes_features .features .feature:nth-child(5):before {
        content: "4"; }
      .widget_woothemes_features .features .feature:nth-child(6):before {
        content: "5"; }
      .widget_woothemes_features .features .feature:nth-child(7):before {
        content: "6"; }
      .widget_woothemes_features .features .feature:nth-child(8):before {
        content: "7"; }
      .widget_woothemes_features .features .feature:nth-child(9):before {
        content: "8"; }
  .widget_woothemes_features .feature-content {
    color: rgba(66, 66, 66, 0.7);
    font-size: 15px;
    line-height: 28px; }
  .widget_woothemes_features .feature-title {
    color: #424242;
    font-size: 20px;
    font-weight: 700; }
    .widget_woothemes_features .feature-title a {
      text-decoration: none; }

/**
 * 20. Woo Testimonials
 */
.testimonials {
  position: relative; }
  .testimonials blockquote {
    background-color: #fff;
    border-radius: 2px 2px 0 2px;
    color: rgba(66, 66, 66, 0.85);
    margin: 0 0 25px 0;
    padding: 25px;
    position: relative; }
    .testimonials blockquote p {
      line-height: 26px;
      margin: 0; }
    .testimonials blockquote:after {
      color: #FBC02D;
      content: '\f005\f005\f005\f005\f005';
      display: block;
      font-family: 'FontAwesome';
      font-size: 11px;
      letter-spacing: 6px;
      margin: 15px 0 0 0; }
    .testimonials blockquote:before {
      border: 11px solid transparent;
      border-top-color: #fff;
      bottom: -11px;
      content: '';
      display: block;
      height: 0;
      left: -11px;
      position: absolute;
      transform: rotate(135deg);
      width: 0; }
  .testimonials .avatar {
    box-shadow: 0 1px 1px 0 #dfdfdf;
    border-radius: 50%;
    float: left; }
  .testimonials .author {
    display: block;
    float: left;
    margin: 9px 0 0 20px; }
    .testimonials .author span {
      display: block;
      font-weight: 600; }
    .testimonials .author .title {
      color: rgba(66, 66, 66, 0.7);
      font-size: 12px;
      font-weight: 400;
      margin: 5px 0 0 0; }
  .testimonials .testimonials-list {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    text-align: center; }
    .testimonials .testimonials-list::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 62em) {
      .testimonials .testimonials-list {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2; } }
    @media screen and (max-width: 48em) {
      .testimonials .testimonials-list {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2; } }
    @media screen and (max-width: 34em) {
      .testimonials .testimonials-list {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1; } }
  .testimonials .quote {
    display: inline-block;
    margin: 0 0 30px 0;
    text-align: left;
    vertical-align: top;
    width: 100%; }

/**
 * 21. Advanced reviews
 */
.review_title {
  font-weight: 400 !important; }
  @media screen and (max-width: 34em) {
    .review_title {
      clear: both;
      float: none;
      padding: 20px 0 0 0; } }

#reviews_summary {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 50px 0; }
  #reviews_summary::after {
    clear: both;
    content: "";
    display: block; }
  #reviews_summary h3 {
    font-size: 1.5em;
    margin: 40px 0; }
  #reviews_summary .woocommerce-product-rating {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    border: 0;
    margin-bottom: 0;
    margin-top: 44px;
    text-align: center; }
    #reviews_summary .woocommerce-product-rating:last-child {
      margin-right: 0; }
    #reviews_summary .woocommerce-product-rating .ywar_review_count {
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      color: #727272;
      font-weight: 400;
      font-size: 20px; }
    @media screen and (max-width: 34em) {
      #reviews_summary .woocommerce-product-rating {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin: 0 0 40px 0; }
        #reviews_summary .woocommerce-product-rating:last-child {
          margin-right: 0; } }
  #reviews_summary .reviews_bar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0; }
    #reviews_summary .reviews_bar:last-child {
      margin-right: 0; }
    @media screen and (max-width: 34em) {
      #reviews_summary .reviews_bar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #reviews_summary .reviews_bar:last-child {
          margin-right: 0; } }

.ywar_stars_value {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  color: #424242 !important;
  font-size: 12px;
  font-weight: 400; }

.ywar_scala_rating {
  background-color: #EAEAEA !important; }

.ywar_perc_rating {
  background-color: #29AA60 !important;
  border-radius: 2px; }

.ywar_perc_value {
  background-color: transparent !important;
  border-radius: 2px;
  color: #424242 !important;
  font-weight: bold;
  opacity: 1 !important; }

.ywar_num_reviews {
  color: rgba(66, 66, 66, 0.5) !important;
  font-size: 12px; }

.stars a {
  font-size: 0;
  margin: 0 20px 0 0; }
  @media screen and (max-width: 34em) {
    .stars a {
      display: block; } }
  .stars a:after {
    -webkit-font-smoothing: antialiased;
    color: #aaa;
    font-family: 'FontAwesome';
    font-size: 15px;
    letter-spacing: 5px; }
  .stars a.active:after, .stars a:hover:after {
    color: #FBC02D; }

.stars .star-1:after {
  content: '\f005'; }

.stars .star-2:after {
  content: '\f005 \f005'; }

.stars .star-3:after {
  content: '\f005 \f005 \f005'; }

.stars .star-4:after {
  content: '\f005 \f005 \f005 \f005'; }

.stars .star-5:after {
  content: '\f005 \f005 \f005 \f005 \f005'; }

.message {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(66, 66, 66, 0.7);
  font-size: 14px;
  margin: 0 0 30px 0;
  padding: 16px 16px; }
  .message.danger {
    background-color: #E53B3B;
    color: #fff; }
    .message.danger a {
      color: #fff; }
  .message a {
    color: rgba(66, 66, 66, 0.7);
    text-decoration: underline; }
