@charset "UTF-8";
/*
Theme Name: px
Theme URI: https://www.mytheme.online/
Author: px
Author URI: https://www.mytheme.online/author
Description: px theme brings your site to life with immersive featured images and subtle animations. With a focus on business sites.
Version: 1.1
Tested up to: 5.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: px
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*-----------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  margin-bottom: 1em; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 2em;
  margin-bottom: 1em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

@media (max-width: 960px) {
  .alignright,
  .alignleft {
    float: none !important;
    margin: 0 auto 1.5rem !important;
    display: block; } }
/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%; }

.gallery-caption {
  display: block; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

.form-submit {
  margin-bottom: 0; }

.comments-submit {
  height: 45px; }

.bypostauthor,
.sticky {
  visibility: visible; }

.screen-reader-text {
  z-index: 0; }

.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment-respond {
  margin-top: 40px; }
  .comment-respond .comment-reply-title {
    margin-bottom: 10px;
    font-size: 18px; }

.uk-navbar-left .uk-navbar-item {
  padding-left: 0; }
  @media (max-width: 1200px) {
    .uk-navbar-left .uk-navbar-item {
      padding-left: 15px; } }

.uk-navbar-right .uk-navbar-item {
  padding-right: 0; }
  @media (max-width: 1200px) {
    .uk-navbar-right .uk-navbar-item {
      padding-right: 15px;
      padding-left: 0; } }

/* Header */
.px-header {
  position: relative;
  z-index: 1; }
  .px-header .logo-dark-mode {
    display: none; }
  .px-header .logo-sticky {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .px-header .sm-icon a {
    font-size: 20px; }
  @media (max-width: 960px) {
    .px-header .uk-container {
      padding: 0; } }

.px-header.uk-active .logo-main {
  display: none; }
.px-header.uk-active .logo-sticky {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: auto;
  height: auto; }

.transparent-header-on {
  z-index: 103;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  background-color: transparent !important; }
  .transparent-header-on .border-end {
    border-color: rgba(255, 255, 255, 0.2) !important; }

.px-breadcrumb-large {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center; }
  .px-breadcrumb-large .uk-breadcrumb {
    margin-bottom: 0; }

.px-breadcrumb-default {
  margin-bottom: 50px;
  background-color: #f7f7f7;
  padding: 20px 0; }

body.uk-light #px_header .logo-dark-mode {
  display: block; }

body.uk-light #px_header .logo {
  display: none !important; }

.header-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 15px; }

.uk-background-secondary .header-border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 15px; }

.header-search-btn {
  font-size: 23px !important; }
  .header-search-btn i {
    margin-top: 3px; }
  @media (max-width: 960px) {
    .header-search-btn {
      margin-right: 15px; } }

.uk-navbar-left,
.uk-navbar-right {
  gap: 15px; }
  @media (max-width: 960px) {
    .uk-navbar-left,
    .uk-navbar-right {
      gap: 0; } }

/* Notifications */
.notification-wrap .notification-header {
  padding: 15px 20px; }
  .notification-wrap .notification-header h3 {
    font-size: 16px;
    margin: 0; }
  .notification-wrap .notification-header a {
    font-size: 12px; }
.notification-wrap .notification-button {
  outline: inherit;
  background: transparent;
  border: none;
  color: #222;
  font-size: 26px;
  position: relative;
  cursor: pointer;
  padding: 0; }
  .notification-wrap .notification-button span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 4px; }
.notification-wrap .uk-panel-scrollable {
  height: 300px;
  padding: 30px 20px;
  border: none; }

.notifications-card {
  margin-bottom: 20px; }
  .notifications-card h3 {
    font-size: 16px;
    margin: 0 0 5px; }

.transparent-header-on.uk-light .notification-wrap .notification-button {
  color: #fff; }

.header-style-4 .primary-menu > li {
  padding: 13px 20px; }

.header-style-5 .primary-menu > li {
  padding: 13px 20px; }

.header-style-8 {
  margin-bottom: 30px; }
  @media (max-width: 960px) {
    .header-style-8 {
      margin-bottom: 15px; } }
  .header-style-8 .uk-logo {
    position: absolute;
    top: 0; }
  .header-style-8 .primary-menu > li {
    padding: 16px 20px; }
  .header-style-8 .sub-menu .current-menu-item > a:after {
    display: none; }
  .header-style-8 .header-style-8-cta {
    padding: 12px 36px 11px 30px;
    border-radius: 0;
    line-height: inherit;
    border: none; }
  @media (max-width: 960px) {
    .header-style-8 .uk-navbar-center {
      top: 0; } }

#px-footer .uk-heading-line span {
  font-size: 20px; }
  #px-footer .uk-heading-line span:before, #px-footer .uk-heading-line span:after {
    display: none; }
#px-footer .widget {
  margin-bottom: 0 !important; }
  #px-footer .widget .newslette-divider {
    display: none; }
#px-footer .px-newsletter-widget .nl-label {
  margin-top: 20px !important; }
#px-footer .footer-menu-2-col .sub-menu {
  display: none; }
#px-footer .px-footer-menu {
  -webkit-column-gap: 30px;
          column-gap: 30px; }
  #px-footer .px-footer-menu li a {
    padding: 7px 0; }
#px-footer .px-footer-menu .menu-item-arrow,
#px-footer .menu .sub-menu {
  display: none;
  opacity: 0;
  visibility: hidden; }
@media (max-width: 960px) {
  #px-footer .footer-logo {
    display: block; }
    #px-footer .footer-logo img {
      margin: 0 0 20px !important; } }
#px-footer .social-footer-wrap {
  margin: 20px 0 0; }

.about-contact-info i {
  font-size: 18px; }
@media (max-width: 960px) {
  .about-contact-info a {
    display: block;
    margin: 0 !important; } }

.px-footer-navbar {
  border-top: 1px solid #eee; }
  .px-footer-navbar a {
    border-right: 1px solid #eee;
    padding: 10px 20px; }

.px-footer-navbar a:last-child {
  border: none; }

.px-footer-copyright .px-footer-copyright-inner {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 960px) {
    .px-footer-copyright .px-footer-copyright-inner {
      padding-bottom: 0; } }

.px-footer-mob {
  border-bottom: 1px solid rgba(255, 255, 255, 0.055); }

.px-footer-fix-bar {
  padding-bottom: 70px !important; }

.px-footer-navbottom-bar {
  padding-bottom: 90px !important; }

.btn-whatsapp-pulse {
  background: #00BFA5;
  color: white;
  position: fixed;
  bottom: 12px;
  right: 12px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 999; }
  @media (max-width: 960px) {
    .btn-whatsapp-pulse {
      bottom: 80px; } }
  .btn-whatsapp-pulse:hover {
    background-color: #128C7E;
    color: #fff;
    text-decoration: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); } }
.single .btn-whatsapp-pulse {
  bottom: 80px; }

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25D366;
  opacity: 0.75;
  -webkit-animation-name: pulse-border;
          animation-name: pulse-border;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75; }
  75% {
    padding: 50px;
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75; }
  75% {
    padding: 50px;
    opacity: 0; }
  100% {
    opacity: 0; } }
.button-whatsapp {
  background: #25D366;
  color: white; }
  .button-whatsapp:hover {
    background-color: #00BFA5;
    color: #fff;
    text-decoration: none; }

.px-newsletter {
  padding: 50px 0; }
  @media (max-width: 960px) {
    .px-newsletter {
      border-bottom: 1px solid rgba(255, 255, 255, 0.055); } }
  .px-newsletter .nl-label {
    margin: 0 20px 10px; }
    @media (max-width: 960px) {
      .px-newsletter .nl-label {
        margin: 10px 0 20px;
        text-align: center; } }
  @media (max-width: 960px) {
    .px-newsletter .nl-left {
      text-align: center; } }

.px-newsletter-wrap p,
.px-newsletter p {
  margin-top: 8px;
  margin-bottom: 10px; }
.px-newsletter-wrap .tnp-subscription,
.px-newsletter .tnp-subscription {
  margin: 0;
  position: relative;
  max-width: 100%;
  width: 100%; }
  .px-newsletter-wrap .tnp-subscription label,
  .px-newsletter .tnp-subscription label {
    display: none; }
  .px-newsletter-wrap .tnp-subscription .tnp-field,
  .px-newsletter .tnp-subscription .tnp-field {
    margin: 0; }
  .px-newsletter-wrap .tnp-subscription .tnp-email,
  .px-newsletter .tnp-subscription .tnp-email {
    padding: 15px 61px 15px 20px;
    border: 0;
    color: #777; }
  .px-newsletter-wrap .tnp-subscription input[type=email],
  .px-newsletter .tnp-subscription input[type=email] {
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff; }
    .px-newsletter-wrap .tnp-subscription input[type=email]:focus,
    .px-newsletter .tnp-subscription input[type=email]:focus {
      outline: inherit; }
  .px-newsletter-wrap .tnp-subscription .tnp-submit,
  .px-newsletter .tnp-subscription .tnp-submit {
    position: absolute;
    background-color: transparent;
    bottom: 2px;
    right: 0;
    width: 51px;
    height: 100%;
    margin-bottom: 0;
    border: 0px;
    font-size: 0 !important;
    background-image: url(dist/svg/send.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer; }
    .px-newsletter-wrap .tnp-subscription .tnp-submit:focus, .px-newsletter-wrap .tnp-subscription .tnp-submit:hover,
    .px-newsletter .tnp-subscription .tnp-submit:focus,
    .px-newsletter .tnp-subscription .tnp-submit:hover {
      outline: inherit;
      opacity: 0.5; }

.px-newsletter.uk-background-default .tnp-subscription input[type=email],
.px-newsletter.uk-background-default .tnp-subscription input[type=email] {
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #222; }
.px-newsletter.uk-background-default .tnp-submit {
  background-image: url(dist/svg/send-dark.svg) !important; }

.px-newsletter-inner {
  padding: 20px 50px 20px 20px;
  border-radius: 100px; }
  @media (max-width: 960px) {
    .px-newsletter-inner {
      padding: 30px 10px 20px !important;
      border-radius: 15px;
      text-align: center; }
      .px-newsletter-inner .tnp-field-email {
        margin-top: 20px !important; } }
  .px-newsletter-inner .tnp-subscription .tnp-submit {
    bottom: 5px;
    right: 5px;
    border-radius: 50px;
    width: 120px;
    height: 40px;
    border: 0px;
    font-size: 14px !important;
    background-image: none;
    -webkit-transform: none !important;
            transform: none !important;
    font-weight: bold;
    font-family: inherit; }
  .px-newsletter-inner .tnp-subscription input[type=email] {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #222; }

.footer-menu-2-col {
  -webkit-column-count: 2;
          column-count: 2; }

.px-footer-menu .menu-item-has-children {
  position: relative; }
  .px-footer-menu .menu-item-has-children .menu-item-arrow {
    position: absolute;
    top: 16px;
    right: 0; }

/* Primary Navigation */
.primary-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Menu with no mega items */
  /* Menu with mega items */ }
  .primary-menu > li {
    position: relative;
    padding: 25px 18px; }
    .primary-menu > li .menu-item-arrow {
      margin-left: 3px; }
    .primary-menu > li > a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-weight: bold;
      font-size: 15px;
      position: relative;
      line-height: 1; }
  .primary-menu .current-menu-item > a {
    color: #777; }
  .primary-menu > .nomega-menu-item {
    /* Level one flyout menu items */ }
    .primary-menu > .nomega-menu-item .sub-menu {
      padding: 1rem 1.4rem;
      margin: 0;
      list-style-type: none;
      top: calc(100%);
      left: 0;
      z-index: 1040;
      display: block;
      min-width: 260px;
      background-color: #fff;
      border-top: 3px solid #ccc;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: 0.2s 0.3s;
      transition: 0.2s 0.3s;
      /* delay of 1 seconds on hover off */
      /* flyout menu items */ }
      .primary-menu > .nomega-menu-item .sub-menu .menu-item-has-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .primary-menu > .nomega-menu-item .sub-menu .menu-item-has-children .menu-item-arrow {
          color: #222; }
          .primary-menu > .nomega-menu-item .sub-menu .menu-item-has-children .menu-item-arrow:before {
            content: "\ea50"; }
      .primary-menu > .nomega-menu-item .sub-menu .current-menu-item a {
        font-weight: bold !important; }
        .primary-menu > .nomega-menu-item .sub-menu .current-menu-item a:before {
          font-size: 14px !important; }
      .primary-menu > .nomega-menu-item .sub-menu .menu-item {
        position: relative;
        padding: 0;
        /* Style for infinity menu items */ }
        .primary-menu > .nomega-menu-item .sub-menu .menu-item a {
          padding: 8px 0;
          display: block;
          font-size: 14px;
          font-weight: normal;
          border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
          .primary-menu > .nomega-menu-item .sub-menu .menu-item a:before {
            content: "\ebe6";
            display: inline-block;
            font-family: boxicons !important;
            font-weight: 400;
            font-style: normal;
            font-variant: normal;
            margin-right: 5px;
            font-size: 0;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out; }
          .primary-menu > .nomega-menu-item .sub-menu .menu-item a:hover:before {
            font-size: 14px; }
        .primary-menu > .nomega-menu-item .sub-menu .menu-item:last-child > a {
          border-bottom: 0px !important; }
        .primary-menu > .nomega-menu-item .sub-menu .menu-item .sub-menu {
          top: -1px;
          left: calc(100% + 20px);
          right: auto;
          border: 0px;
          margin: 0;
          padding: 0; }
          .primary-menu > .nomega-menu-item .sub-menu .menu-item .sub-menu:before {
            display: none; }
          .primary-menu > .nomega-menu-item .sub-menu .menu-item .sub-menu li a {
            padding: 8px 12px; }
    .primary-menu > .nomega-menu-item .menu-item-description {
      display: block;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.3;
      color: #777; }
  .primary-menu .mega-menu-item {
    position: inherit; }
    .primary-menu .mega-menu-item .depth0 {
      list-style: none;
      max-width: 1200px;
      padding: 1rem;
      background-color: #fff;
      top: calc(100% - 3px);
      border-top: 3px solid #ccc;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 1040;
      visibility: hidden;
      opacity: 0;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: 0.2s 0.3s;
      transition: 0.2s 0.3s;
      /* delay of 1 seconds on hover off */
      /* Mega menu sub menu items */ }
      .primary-menu .mega-menu-item .depth0 .menu-item-arrow {
        display: none;
        visibility: hidden; }
      .primary-menu .mega-menu-item .depth0 .menu-item-has-children > a {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 10px; }
      .primary-menu .mega-menu-item .depth0 a {
        display: block;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 0; }
      .primary-menu .mega-menu-item .depth0 .depth1,
      .primary-menu .mega-menu-item .depth0 .depth2 {
        padding: 0;
        margin: 10px 0 0;
        list-style: none; }
        .primary-menu .mega-menu-item .depth0 .depth1 li a,
        .primary-menu .mega-menu-item .depth0 .depth2 li a {
          padding: 8px 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
        .primary-menu .mega-menu-item .depth0 .depth1 li:last-child a,
        .primary-menu .mega-menu-item .depth0 .depth2 li:last-child a {
          border-width: 0; }
    .primary-menu .mega-menu-item .menu-item-description {
      display: block;
      font-size: 12px;
      line-height: 1.3;
      font-weight: normal;
      color: #777; }

/* Light */
.uk-light .sub-menu a {
  color: #222; }

/* Mega Menu Columns */
.columns1 > li {
  float: left;
  width: 100%;
  padding: 10px; }
  @media (max-width: 960px) {
    .columns1 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns2 > li {
  float: left;
  width: calc(50% - 20px);
  padding: 0 10px; }
  @media (max-width: 960px) {
    .columns2 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns3 > li {
  float: left;
  width: calc(33.33% - 20px);
  padding: 0 10px; }
  @media (max-width: 960px) {
    .columns3 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns4 > li {
  float: left;
  width: calc(25% - 20px);
  padding: 0 10px; }
  @media (max-width: 960px) {
    .columns4 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns5 > li {
  float: left;
  width: calc(20% - 20px);
  padding: 0 10px; }
  @media (max-width: 960px) {
    .columns5 > li {
      float: inherit;
      width: inherit;
      padding: 0; } }

.columns1,
.columns2 a,
.columns3 a,
.columns4 a,
.columns5 a {
  display: block !important; }

.algleft .sub-menu {
  text-align: left; }

.algright .sub-menu {
  text-align: right; }

.algcenter .sub-menu {
  text-align: center; }

.px-submenu-active {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  /* react immediately on hover */ }

.lang-switch a {
  font-weight: bold !important; }

.filter-footer .disabled .filter-load-icon,
.filter-category-active .filter-loader-icon {
  display: inline-block !important; }

.filter-footer .disabled .filter-button-text,
.filter-category-active .filter-button-text {
  opacity: 0; }

.filter-scroll-icon {
  opacity: 0;
  visibility: hidden; }

.filter-scroll-load .filter-scroll-icon {
  opacity: 1;
  visibility: visible; }

.load-more-btn .filter-load-icon {
  opacity: 0;
  visibility: hidden; }

.load-more-btn.active .filter-load-icon {
  opacity: 1;
  visibility: visible;
  color: #fff !important; }

.load-more-btn.active .filter-button-text {
  opacity: 0;
  visibility: hidden; }

.pi-filter-warp {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px); }

.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.5); }

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff; }

.uk-button {
  font-weight: bold;
  text-transform: inherit;
  line-height: 42px; }

.uk-button-small {
  padding: 0 15px;
  line-height: 36px;
  font-size: .875rem; }

@media (max-width: 960px) {
  .uk-padding {
    padding: 20px; } }

@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 20px; } }
.uk-text-white {
  color: #fff !important; }

.uk-text-dark {
  color: #222 !important; }

.uk-border {
  border: 1px solid #e5e5e5; }

.uk-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.uk-br100 {
  border-radius: 100px !important; }

.uk-text-medium {
  font-size: 1.3rem;
  line-height: 1.5; }

.uk-comment-list .uk-comment ~ ul {
  margin: 20px 0 0 0; }

.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 20px; }

.uk-comment-list > :nth-child(n+2) {
  margin-top: 20px; }

.uk-padding-medium {
  padding: 20px; }

.uk-padding-xsmall {
  padding: 10px; }

.uk-padding-xxsmall {
  padding: 5px; }

.uk-padding-small-top {
  padding-top: 10px; }

.uk-padding-small-bottom {
  padding-bottom: 10px; }

.uk-padding-medium-top {
  padding-top: 20px; }

.uk-padding-medium-bottom {
  padding-bottom: 20px; }

.uk-padding-large-top {
  padding-top: 30px; }

.uk-padding-large-bottom {
  padding-bottom: 30px; }

.uk-margin-xsmall-right {
  margin-right: 5px !important; }

.uk-margin-xsmall-left {
  margin-left: 5px !important; }

.uk-margin-small2-right {
  margin-right: 15px !important; }

.uk-margin-small2-left {
  margin-left: 15px !important; }

.uk-margin-small3-right {
  margin-right: 20px !important; }

.uk-margin-small3-left {
  margin-left: 20px !important; }

.uk-margin-small2-bottom {
  margin-bottom: 15px !important; }

.uk-form-icon {
  z-index: 2; }

.uk-link,
a {
  color: #333; }

.uk-nav-sub a {
  display: block !important; }

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: #777; }

.uk-pagination li {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial; }

.px-pagination li.px-pagination-next {
  text-align: right; }
  .px-pagination li.px-pagination-next a {
    color: #222; }
    .px-pagination li.px-pagination-next a:hover {
      color: #999; }

.uk-cursor {
  cursor: pointer; }

.uk-icon-button-large {
  width: 48px;
  height: 48px; }
  .uk-icon-button-large i {
    font-size: 32px; }

.uk-icon-button {
  color: #333; }

.shadow-off {
  -webkit-box-shadow: none;
          box-shadow: none; }

:focus-visible,
.uk-card-primary.uk-card-body :focus-visible,
.uk-card-primary > :not([class*=uk-card-media]) :focus-visible,
.uk-card-secondary.uk-card-body :focus-visible,
.uk-card-secondary > :not([class*=uk-card-media]) :focus-visible,
.uk-light :focus-visible,
.uk-offcanvas-bar :focus-visible,
.uk-overlay-primary :focus-visible,
.uk-section-primary:not(.uk-preserve-color) :focus-visible,
.uk-section-secondary:not(.uk-preserve-color) :focus-visible,
.uk-tile-primary:not(.uk-preserve-color) :focus-visible,
.uk-tile-secondary:not(.uk-preserve-color) :focus-visible {
  outline-color: transparent; }

.px-post-gallery .uk-thumbnav > * > ::after {
  background: none; }

.px-post-gallery-blur {
  padding: 10px; }
  .px-post-gallery-blur li:first-child {
    padding: 0 !important; }
  .px-post-gallery-blur:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(30, 40, 90, 0.1);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    border-radius: 100px; }

.uk-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.uk-overlay-primary {
  background: rgba(12, 18, 34, 0.8); }

.uk-card-primary.uk-card-body .uk-list-divider > :nth-child(n+2),
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2),
.uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2),
.uk-light .uk-list-divider > :nth-child(n+2),
.uk-offcanvas-bar .uk-list-divider > :nth-child(n+2),
.uk-overlay-primary .uk-list-divider > :nth-child(n+2),
.uk-section-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.05); }

.uk-slider {
  cursor: -webkit-grab;
  cursor: grab; }

.lh-1 {
  line-height: 1; }

.lh-1-2 {
  line-height: 1.2; }

.lh-1-3 {
  line-height: 1.3; }

.lh-1-4 {
  line-height: 1.4; }

.uk-margin-remove-last > :last-child {
  margin: 0 !important; }

.uk-icon-button-small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 22px;
  height: 22px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }

.uk-textarea {
  background-image: linear-gradient(rgba(94, 86, 106, 0.04) 1px, transparent 1px);
  background-size: 100% 30px;
  line-height: 30px !important; }

.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 45px; }

.uk-pagination .current {
  color: #fff; }
.uk-pagination .page-numbers {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  margin-right: 15px;
  border: 1px solid rgba(94, 86, 106, 0.15);
  border-radius: 4px;
  font-size: 16px; }

.uk-pagination > * > * {
  padding: 0; }

.uk-button-default {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.uk-h1,
h1,
.uk-h2,
h2,
.uk-h3,
h3,
.uk-h4,
h4,
.uk-h5,
h5,
.uk-h6,
h6 {
  line-height: 1.2 !important; }

/* Form Message */
.contact7-msg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -999999;
  opacity: 0;
  visibility: hidden;
  display: none; }
  .contact7-msg .contact7-msg-inner {
    position: relative;
    top: 20%;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    width: 380px;
    margin: 0 auto;
    opacity: 0;
    display: none;
    visibility: hidden;
    padding: 2rem; }
    .contact7-msg .contact7-msg-inner i {
      font-size: 64px;
      margin-bottom: 1rem;
      display: block; }
    @media (max-width: 960px) {
      .contact7-msg .contact7-msg-inner {
        width: 280px; } }
    .contact7-msg .contact7-msg-inner .contact7-close {
      font-size: 16px;
      width: 38px;
      height: 38px;
      line-height: 38px;
      border: 0px;
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 100%;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      @media (max-width: 960px) {
        .contact7-msg .contact7-msg-inner .contact7-close {
          top: 6px;
          right: 6px; } }
      .contact7-msg .contact7-msg-inner .contact7-close:hover {
        background-color: transparent !important;
        opacity: .3; }

.show-msg {
  opacity: 1;
  z-index: 9999999;
  visibility: visible;
  display: block; }
  .show-msg .contact7-msg-inner {
    opacity: 1;
    visibility: visible;
    display: block; }

.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-not-valid {
  border-color: red !important; }

.popup_error_wpcf7 .contact7-msg-inner,
.popup_invalid_wpcf7 .contact7-msg-inner {
  background-color: #e74c3c; }

.popup_success_wpcf7 .contact7-msg-inner {
  background-color: #1abc9c; }

/* Fileds */
label {
  font-size: 14px; }

.wpcf7 label {
  margin-bottom: 5px !important; }

.wpcf7 .wpcf7-list-item {
  margin: 0;
  font-weight: 400; }
  @media (max-width: 960px) {
    .wpcf7 .wpcf7-list-item {
      margin-bottom: 10px; } }

.uk-textarea,
.uk-input {
  font-size: 14px !important; }

.wpcf7 .wpcf7-list-item-label {
  margin: 0 30px 0 15px; }

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer; }

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
  margin: 0; }

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 0px;
  border: 2px solid #222; }

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 7px;
  width: 7px;
  top: 6px;
  left: 6px;
  visibility: hidden; }

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
  background: transparent; }

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
  background: #222;
  visibility: visible; }

.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden;
  margin: 0; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 5px;
  height: 16px;
  width: 16px;
  top: 0px;
  border: 2px solid #222; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  font-family: boxicons !important;
  content: '\ea41';
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: -5px;
  left: 1px;
  visibility: hidden;
  font-size: 18px; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible; }

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden; }

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out; }

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  opacity: .2; }

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border-width: 2px;
  border-style: solid;
  border-color: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out; }

.cursor-outer.cursor-hover {
  opacity: 0; }

.px-image-cover {
  position: absolute;
  top: 0;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Image Place holder */
.place_holder {
  overflow: hidden;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolder;
          animation-name: placeHolder;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #F6F6F6), color-stop(18%, #F0F0F0), color-stop(33%, #F6F6F6));
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 1000px 1000px; }

@-webkit-keyframes placeHolder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes placeHolder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
/* Whatsapp Bounce */
.bounce-whatsapp-button {
  animation: bounce-whatsapp-button 2s infinite;
  -webkit-animation: bounce-whatsapp-button 2s infinite;
  -moz-animation: bounce-whatsapp-button 2s infinite;
  -o-animation: bounce-whatsapp-button 2s infinite; }

@-webkit-keyframes bounce-whatsapp-button {
  0%,
    100%,
    20%,
    50%,
    80% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@keyframes bounce-whatsapp-button {
  0%,
    100%,
    20%,
    50%,
    80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }
.widget h3 {
  font-size: 18px; }

.px-categories-widget ul {
  padding: 0; }
  .px-categories-widget ul li:before {
    display: none; }
  .px-categories-widget ul li .cat-name:before {
    display: inline-block;
    vertical-align: middle;
    font-family: boxicons;
    content: "\ea41";
    font-size: 0;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    margin: -4px 0 0;
    -webkit-box-shadow: 0 0 0 1px #dedcdc inset;
            box-shadow: 0 0 0 1px #dedcdc inset;
    -webkit-padding-start: 1px;
       -moz-padding-start: 1px;
            padding-inline-start: 1px;
    -webkit-margin-end: 12px;
       -moz-margin-end: 12px;
            margin-inline-end: 12px;
    border-radius: 5px;
    pointer-events: none; }
  .px-categories-widget ul li .cat-count {
    font-size: 14px;
    margin: 0 5px;
    color: #999; }
  .px-categories-widget ul li .cat-active .cat-name {
    font-weight: bold; }
    .px-categories-widget ul li .cat-active .cat-name:before {
      font-size: 16px; }
  .px-categories-widget ul .uk-parent {
    position: relative; }
    .px-categories-widget ul .uk-parent .more {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      right: 0;
      cursor: pointer;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
  .px-categories-widget ul .uk-open .more i:before {
    content: "\ea57"; }
  .px-categories-widget ul li:first-child .more {
    top: 0; }

.cat-main-active .cat-main-link .cat-name:before,
.cat-main-active .cat-main-link .cat-name {
  color: #81c058 !important; }
.cat-main-active .cat-main-link .cat-name:before {
  -webkit-box-shadow: 0 0 0 1px #81c058 inset;
          box-shadow: 0 0 0 1px #81c058 inset;
  font-size: 16px; }

.sub-active {
  display: block !important; }

.woo-sidebar-button {
  padding: 5px 15px 10px;
  color: #fff;
  position: fixed;
  bottom: 65px;
  left: 0;
  z-index: 2;
  border-radius: 0 !important;
  font-size: 21px; }

#woo_sidebar .woo-sidebar {
  color: rgba(0, 0, 0, 0.7); }
  #woo_sidebar .woo-sidebar h1,
  #woo_sidebar .woo-sidebar h2,
  #woo_sidebar .woo-sidebar h3,
  #woo_sidebar .woo-sidebar h4,
  #woo_sidebar .woo-sidebar h5,
  #woo_sidebar .woo-sidebar h6,
  #woo_sidebar .woo-sidebar a,
  #woo_sidebar .woo-sidebar p {
    color: rgba(0, 0, 0, 0.7); }
  #woo_sidebar .woo-sidebar .uk-list-divider > :nth-child(n+2) {
    border-color: #e5e5e5; }
  #woo_sidebar .woo-sidebar .uk-close {
    color: #999; }
  #woo_sidebar .woo-sidebar .uk-nav-parent-icon > .uk-parent > a::after {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E); }

.woocommerce-widget-layered-nav ul {
  padding: 0; }
  .woocommerce-widget-layered-nav ul li:before {
    display: none; }
  .woocommerce-widget-layered-nav ul li a:before {
    font-family: boxicons;
    content: "\ec8d";
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 23px;
    text-align: center;
    width: 20px;
    height: 20px;
    margin: -4px 0 0;
    -webkit-box-shadow: 0 0 0 1px #dedcdc inset;
            box-shadow: 0 0 0 1px #dedcdc inset;
    -webkit-padding-start: 1px;
       -moz-padding-start: 1px;
            padding-inline-start: 1px;
    -webkit-margin-end: 12px;
       -moz-margin-end: 12px;
            margin-inline-end: 12px;
    border-radius: 5px;
    pointer-events: none; }
  .woocommerce-widget-layered-nav ul .chosen a {
    font-weight: bold; }
    .woocommerce-widget-layered-nav ul .chosen a:before {
      font-size: 16px;
      -webkit-box-shadow: none;
              box-shadow: none; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: boxicons;
  content: "\ec8d";
  text-decoration: none;
  color: #fff;
  line-height: 20px; }

.avatar-64 {
  width: 64px !important;
  height: 64px !important; }

.px-tabs-widget .uk-tab {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.px-tabs-widget .uk-tab > * {
  padding-left: 0; }
.px-tabs-widget .uk-tab::before {
  left: 0; }
.px-tabs-widget .uk-tab > * > a {
  padding: 8px 12px; }
.px-tabs-widget .w64 {
  width: 64px !important;
  height: 64px !important;
  border-radius: 100%; }

.px-sidebar {
  /* Newsletter */ }
  .px-sidebar .px-footer-menu ul li {
    padding: 6px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.055); }
    .px-sidebar .px-footer-menu ul li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .px-sidebar .px-footer-menu ul li.current-menu-item > a {
    font-weight: bold; }
  .px-sidebar .px-newsletter-widget p {
    text-align: center; }
  .px-sidebar .px-newsletter-widget label {
    text-align: center; }
  .px-sidebar .px-newsletter-widget .uk-heading-line {
    text-align: center; }
    .px-sidebar .px-newsletter-widget .uk-heading-line span:before, .px-sidebar .px-newsletter-widget .uk-heading-line span:after {
      display: none; }
  .px-sidebar .px-newsletter-widget .tnp-subscription {
    position: inherit; }
    .px-sidebar .px-newsletter-widget .tnp-subscription .tnp-email {
      padding: 0 15px; }
    .px-sidebar .px-newsletter-widget .tnp-subscription input[type=email] {
      border-radius: 4px;
      background-color: #fff;
      border: 1px solid #e5e5e5;
      color: #666;
      height: 40px; }
    .px-sidebar .px-newsletter-widget .tnp-subscription .tnp-submit {
      position: inherit;
      background-color: #222;
      color: #fff;
      bottom: inherit;
      right: inherit;
      width: 100%;
      height: inherit;
      border: none;
      padding: 0 30px;
      border-radius: 4px;
      font-weight: bold;
      vertical-align: middle;
      font-size: .875rem !important;
      line-height: 40px;
      background-image: none;
      margin-top: 10px; }
      .px-sidebar .px-newsletter-widget .tnp-subscription .tnp-submit:focus, .px-sidebar .px-newsletter-widget .tnp-subscription .tnp-submit:hover {
        opacity: 1; }

.about-not-flex .footer-logo img {
  margin: 0 0 20px 0 !important; }

.single-title {
  margin: 20px 0; }

.single-category a {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.px-content ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px; }
  .px-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px; }
    .px-content ul li:before {
      content: "";
      width: 6px;
      height: 6px;
      display: inline-block;
      border-radius: 50%;
      margin-right: 20px;
      position: absolute;
      left: 0;
      top: 10px; }

.px-post-tags a {
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #edeef5;
  border-radius: 4px; }

blockquote,
.wp-block-quote {
  font-size: 24px;
  line-height: 1.25;
  position: relative;
  border: 2px solid #edeef5;
  padding: 40px 40px 40px 120px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  letter-spacing: -1px;
  border-radius: 4px; }
  @media (max-width: 960px) {
    blockquote,
    .wp-block-quote {
      padding: 60px 20px 20px;
      margin-top: 50px; } }

blockquote cite,
.wp-block-quote cite {
  font-size: 13px;
  text-transform: uppercase; }

blockquote cite:before,
.wp-block-quote cite:before {
  content: "";
  width: 20px;
  border-top: 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0; }

blockquote p,
.wp-block-quote p {
  margin-bottom: 20px; }

blockquote p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0; }

.editor-styles-wrapper blockquote:before,
.hentry .entry-content blockquote:before,
.comment-body blockquote:before {
  font-family: behub-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  content: "\ee83";
  position: absolute;
  left: 40px;
  top: 40px;
  color: #fff;
  background-color: red;
  font-size: 32px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal; }
  @media (max-width: 960px) {
    .editor-styles-wrapper blockquote:before,
    .hentry .entry-content blockquote:before,
    .comment-body blockquote:before {
      top: -30px;
      left: 0;
      right: 0;
      margin: 0 auto; } }

.px-post-card .views-label {
  line-height: 1;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px; }
.px-post-card .uk-card {
  padding: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .px-post-card .uk-card img,
  .px-post-card .uk-card .wp-post-image,
  .px-post-card .uk-card .post-thumbnail {
    border-radius: 7.5px; }
  .px-post-card .uk-card .uk-card-body {
    padding: 40px 20px; }
    .px-post-card .uk-card .uk-card-body .categories-list a {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px; }
    .px-post-card .uk-card .uk-card-body h3 {
      margin: 0;
      font-size: 18px; }
    .px-post-card .uk-card .uk-card-body p {
      margin-top: 15px;
      font-size: 14px; }
  .px-post-card .uk-card .uk-card-footer {
    padding: 10px 15px 0;
    margin-top: 25px; }

.uk-card-default .uk-card-footer {
  border-color: #edeef5; }

.px-grid-card .uk-card .uk-card-body {
  padding: 30px 15px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.px-classic-card .uk-card-body h3 {
  margin: 20px 0 0 !important;
  font-size: 32px !important; }
  @media (max-width: 960px) {
    .px-classic-card .uk-card-body h3 {
      font-size: 21px !important; } }
.px-classic-card .uk-card-body p {
  margin-top: 20px !important; }

@media (max-width: 960px) {
  .px-list-card .uk-card {
    padding: 0 0 15px !important; } }
.px-list-card .uk-card-body {
  padding: 0 15px !important; }

.px-filter-card {
  border-radius: 10px;
  overflow: hidden; }
  .px-filter-card .uk-card {
    background-color: transparent; }
  .px-filter-card .uk-inline-clip,
  .px-filter-card img,
  .px-filter-card .wp-post-image,
  .px-filter-card .post-thumbnail {
    border-radius: 10px; }

.card-comments {
  position: relative;
  text-align: center;
  font-size: 13px; }
  .card-comments span {
    color: #222;
    background-color: #eee;
    display: block;
    min-width: 20px;
    padding: 0 2px 0 3px;
    position: relative; }
    .card-comments span:after {
      position: absolute;
      bottom: -3px;
      left: 0;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 3px 0 0;
      border-color: #eee transparent transparent; }

.btn-1,
.btn-2,
.btn-3,
.btn-4,
.btn-5,
.btn-6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff; }
  .btn-1:hover,
  .btn-2:hover,
  .btn-3:hover,
  .btn-4:hover,
  .btn-5:hover,
  .btn-6:hover {
    color: #fff; }

.btn-1 span,
.btn-2 span,
.btn-3 span,
.btn-4 span,
.btn-5 span {
  position: relative;
  z-index: 99;
  color: #fff; }
  .btn-1 span:hover,
  .btn-2 span:hover,
  .btn-3 span:hover,
  .btn-4 span:hover,
  .btn-5 span:hover {
    color: #fff; }

.btn-1::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background-color: #0f1954;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1; }

.btn-1:hover:before {
  top: -40%; }

.btn-2:before {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  bottom: -7px;
  background-color: #0f1954;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-2:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-3:before {
  position: absolute;
  content: '';
  left: 110%;
  top: 0px;
  width: 120%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #0f1954;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg); }

.btn-3:hover::before {
  left: 0%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }

.btn-4 {
  position: relative; }
  .btn-4 span {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .btn-4:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(60deg, #f93, #f75, #e47, #a6a, #57b, #09a, #0b9, #6b8);
    background-size: 300% 300%;
    -webkit-animation: btn-gradient 3s ease infinite alternate;
            animation: btn-gradient 3s ease infinite alternate; }
  .btn-4:hover:after {
    -webkit-animation: btn-gradient 1s ease infinite alternate;
            animation: btn-gradient 1s ease infinite alternate; }

@-webkit-keyframes btn-gradient {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

@keyframes btn-gradient {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }
.btn-5::before {
  position: absolute;
  content: '';
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
          transform: translate3d(0, 68%, 0) scale3d(0, 0, 0); }

.btn-5::after {
  position: absolute;
  content: '';
  -webkit-transform: translate3d(0, -101%, 0);
          transform: translate3d(0, -101%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }

.btn-5:hover {
  background: #232323; }

.btn-5:hover:before {
  background: #232323;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }

.btn-5:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-duration: .05s;
          transition-duration: .05s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.btn-5 span {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.btn-5:hover span {
  -webkit-animation: MoveScaleUpIn .3s forwards, MoveScaleUpEnd .3s forwards .3s;
          animation: MoveScaleUpIn .3s forwards, MoveScaleUpEnd .3s forwards .3s; }

@-webkit-keyframes MoveScaleUpIn {
  to {
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0; } }

@keyframes MoveScaleUpIn {
  to {
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0; } }
@-webkit-keyframes MoveScaleUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes MoveScaleUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
            transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }
.btn-6 .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-6 .button-wrapper .align-icon-right {
    margin-left: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .btn-6 .button-wrapper .button-text {
    webkit-box-flex: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    display: inline-block; }
  .btn-6 .button-wrapper i {
    font-size: 18px; }
  .btn-6 .button-wrapper:hover i:before {
    -webkit-animation: toRightFromLeft .3s forwards;
            animation: toRightFromLeft .3s forwards;
    display: block; }

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
            transform: translate(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
            transform: translate(-100%); }
  51% {
    opacity: 1; } }

@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
            transform: translate(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
            transform: translate(-100%); }
  51% {
    opacity: 1; } }
@-webkit-keyframes toRightFromRight {
  49% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%); }
  51% {
    opacity: 1; } }
@keyframes toRightFromRight {
  49% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%); }
  51% {
    opacity: 1; } }
/* Page Loader */
.link {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  white-space: nowrap; }

.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  pointer-events: none; }

.link::before {
  content: '';
  /* show by default */ }

.link--metis::before {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.link--metis:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.link--io::before {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1); }

.link--io:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
          transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1); }

.link--io::after {
  content: '';
  top: calc(100% + 4px);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1); }

.link--io:hover::after {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
          transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1); }

.link--thebe::before {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1); }

.link--thebe:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 2, 1);
          transform: scale3d(1, 2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1); }

.link--thebe::after {
  content: '';
  top: calc(100% + 4px);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1), -webkit-transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1); }

.link--thebe:hover::after {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1); }

.link--leda {
  overflow: hidden;
  line-height: 2; }

.link--leda::before {
  height: 2px;
  top: calc(100% - 5px);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1); }

.link--leda:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.link--leda::after {
  content: attr(data-text);
  height: 100%;
  top: 0;
  background: none;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: translate3d(150%, 0, 0);
          transform: translate3d(150%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1); }

.link--leda:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.link--leda span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1); }

.link--leda:hover span {
  -webkit-transform: translate3d(-150%, 0, 0);
          transform: translate3d(-150%, 0, 0); }

.link--ersa {
  padding: 0 10px;
  letter-spacing: 1px;
  text-indent: 1px; }

.link--ersa::before {
  top: 50%;
  height: 2px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1); }

.link--ersa:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.link--ersa span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1); }

.link--ersa:hover span {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1); }

.link--elara {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 1.375rem; }

.link--elara::before {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: -webkit-clip-path 0.3s, -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: -webkit-clip-path 0.3s, -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1), -webkit-clip-path 0.3s, -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%); }

.link--elara:hover::before {
  -webkit-transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
          transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%); }

.link--elara span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1); }

.link--elara:hover span {
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0); }

.link--dia {
  font-family: freightdispcmp-pro, serif;
  font-size: 1.75rem; }

.link--dia::before,
.link--dia::after {
  opacity: 0;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1); }

.link--dia:hover::before,
.link--dia:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1); }

.link--dia::after {
  content: '';
  top: calc(100% + 4px);
  width: 70%;
  left: 15%; }

.link--dia::before,
.link--dia:hover::after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.link--dia:hover::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.link--kale::before {
  height: 10px;
  top: 100%;
  opacity: 0; }

.link--kale:hover::before {
  opacity: 1;
  -webkit-animation: lineUp 0.3s ease forwards;
          animation: lineUp 0.3s ease forwards; }

@-webkit-keyframes lineUp {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale3d(1, 0.045, 1);
            transform: scale3d(1, 0.045, 1); }
  50% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  51% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 0.045, 1);
            transform: scale3d(1, 0.045, 1); } }

@keyframes lineUp {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale3d(1, 0.045, 1);
            transform: scale3d(1, 0.045, 1); }
  50% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  51% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 0.045, 1);
            transform: scale3d(1, 0.045, 1); } }
.link--kale::after {
  content: '';
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.link--kale:hover::after {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.link--carpo::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.link--carpo:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.link--carpo::after {
  content: '';
  top: calc(100% + 4px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%; }

.link--carpo:hover::after {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1); }

.link--helike:hover span {
  -webkit-animation: glitchText 0.4s linear;
          animation: glitchText 0.4s linear; }

@-webkit-keyframes glitchText {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  90% {
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes glitchText {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  90% {
    -webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
.link--helike::before {
  height: 2px;
  opacity: 0; }

.link--helike:hover::before {
  opacity: 1;
  -webkit-animation: glitchLine 0.4s steps(2, start) forwards;
          animation: glitchLine 0.4s steps(2, start) forwards; }

@-webkit-keyframes glitchLine {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  20% {
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0); }
  30% {
    -webkit-transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
            transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%; }
  40% {
    -webkit-transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
            transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0); }
  50% {
    -webkit-transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
            transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0); }
  60% {
    -webkit-transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
            transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0); }
  70% {
    -webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
            transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0); }
  80% {
    -webkit-transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
            transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%; }
  90% {
    -webkit-transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
            transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%; }
  100% {
    opacity: 1; } }

@keyframes glitchLine {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  20% {
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0); }
  30% {
    -webkit-transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
            transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%; }
  40% {
    -webkit-transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
            transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0); }
  50% {
    -webkit-transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
            transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0); }
  60% {
    -webkit-transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
            transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0); }
  70% {
    -webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
            transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0); }
  80% {
    -webkit-transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
            transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%; }
  90% {
    -webkit-transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
            transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%; }
  100% {
    opacity: 1; } }
.link--mneme::before {
  height: 100%;
  top: 0;
  opacity: 0; }

.link--mneme:hover::before {
  opacity: 1;
  -webkit-animation: coverUp 0.3s ease forwards;
          animation: coverUp 0.3s ease forwards; }

@-webkit-keyframes coverUp {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale3d(1, 0.045, 1);
            transform: scale3d(1, 0.045, 1); }
  50% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  51% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 0.045, 1);
            transform: scale3d(1, 0.045, 1); } }

@keyframes coverUp {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale3d(1, 0.045, 1);
            transform: scale3d(1, 0.045, 1); }
  50% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  51% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 0.045, 1);
            transform: scale3d(1, 0.045, 1); } }
.link--mneme::after {
  content: '';
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.link--mneme:hover::after {
  opacity: 0; }

.link--iocaste {
  overflow: hidden;
  padding: 7px 0; }

.link__graphic {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  fill: none;
  stroke: #000;
  stroke-width: 1px; }

.link__graphic--slide {
  top: -3px;
  stroke-width: 2px;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1); }

.link:hover .link__graphic--slide {
  -webkit-transform: translate3d(-66.6%, 0, 0);
          transform: translate3d(-66.6%, 0, 0); }

.link--herse::before {
  display: none; }

.link__graphic--stroke path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1; }

.link:hover .link__graphic--stroke path {
  stroke-dashoffset: 0; }

.link__graphic--arc {
  top: 73%;
  left: -23%; }

.link__graphic--arc path {
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

.link:hover .link__graphic--arc path {
  -webkit-transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }

.link--carme {
  font-size: 1.25rem; }

.link--carme::before {
  display: none; }

.link__graphic--scribble {
  top: 100%; }

.link__graphic--scribble path {
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1); }

.link:hover .link__graphic--scribble path {
  -webkit-transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }

.link--eirene::before {
  height: 7px;
  border-radius: 20px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
          transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53); }

.link--eirene:hover::before {
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
          transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 1;
  -webkit-transform: scale3d(1.2, 0.1, 1);
          transform: scale3d(1.2, 0.1, 1); }

.link--eirene span {
  -webkit-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0);
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
  transition: -webkit-transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
  transition: transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
  transition: transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53), -webkit-transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53); }

.link--eirene:hover span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
          transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.cpage-2 {
  background-image: url(dist/images/map.png);
  background-repeat: no-repeat;
  background-position: 100px top center; }

.cpage-1 label,
.cpage-2 label {
  color: #fff; }

.px-cart-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  line-height: 1.3; }
  .px-cart-icon .cart-icon-left {
    position: relative; }
    .px-cart-icon .cart-icon-left i {
      font-size: 32px; }
    .px-cart-icon .cart-icon-left .cart-count {
      color: #fff;
      width: 16px;
      height: 16px;
      line-height: 16px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 20px;
      font-size: 10px; }
  .px-cart-icon .cart-icon-right {
    margin-left: 10px; }
    .px-cart-icon .cart-icon-right .cart-text {
      color: #999;
      font-size: 13px; }
    .px-cart-icon .cart-icon-right .cart-price {
      font-weight: bold; }
  @media (max-width: 1200px) {
    .px-cart-icon .cart-icon-right {
      display: none; } }

@media (max-width: 1200px) {
  .header-cart-icon {
    border: none !important; } }

#cart_sidebar .uk-offcanvas-bar a,
#cart_sidebar .uk-offcanvas-bar,
#cart_sidebar h3 {
  color: #222; }
#cart_sidebar .uk-offcanvas-bar .uk-close {
  color: #666; }

#cart-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  #cart-box .cart_list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  #cart-box .woocommerce-mini-cart__empty-message {
    font-weight: normal;
    margin: 0; }
  #cart-box .attachment-woocommerce_thumbnail,
  #cart-box .wp-post-image {
    width: 64px !important;
    height: 64px !important;
    margin-right: 15px !important;
    border: 0;
    float: left;
    border-radius: 3px;
    margin-left: 0 !important; }
  #cart-box .woocommerce-mini-cart {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    list-style-type: none; }
    #cart-box .woocommerce-mini-cart li {
      padding: 15px 0;
      position: relative;
      line-height: 1.5; }
      #cart-box .woocommerce-mini-cart li a {
        font-weight: normal !important;
        font-size: 14px !important; }
      #cart-box .woocommerce-mini-cart li .remove_from_cart_button {
        position: absolute;
        top: 7px;
        left: -12px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        color: #999 !important;
        border-radius: 50%;
        font-size: 18px !important;
        background-color: #fff; }
        #cart-box .woocommerce-mini-cart li .remove_from_cart_button:hover {
          color: #fff !important;
          background-color: #e74c3c !important; }
      #cart-box .woocommerce-mini-cart li .quantity {
        display: block; }
      #cart-box .woocommerce-mini-cart li .remove:before {
        position: absolute;
        top: 25px;
        right: 0; }
  #cart-box .woocommerce-mini-cart__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
    #cart-box .woocommerce-mini-cart__total strong {
      color: #222;
      font-weight: normal; }
    #cart-box .woocommerce-mini-cart__total .amount {
      font-size: 2rem; }
  #cart-box .woocommerce-mini-cart__buttons {
    margin: 0; }
    #cart-box .woocommerce-mini-cart__buttons .button {
      display: block;
      padding: .4rem !important;
      line-height: inherit;
      text-align: center;
      border: 1px solid;
      background-color: transparent;
      border-radius: 4px;
      font-weight: bold !important; }
    #cart-box .woocommerce-mini-cart__buttons .wc-forward {
      border-color: #222;
      color: #222;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      #cart-box .woocommerce-mini-cart__buttons .wc-forward:hover {
        color: #fff !important; }
    #cart-box .woocommerce-mini-cart__buttons .checkout {
      color: #fff;
      margin-top: 10px; }

.woocommerce ul.products {
  margin: 0;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee; }
  .woocommerce ul.products .product-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    text-align: center; }
    .woocommerce ul.products .product-block:after {
      display: block;
      position: static;
      content: "";
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .woocommerce ul.products .px-thumbnail {
    position: relative;
    overflow: visible;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .woocommerce ul.products .px-thumbnail img {
      border-radius: 4px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
  .woocommerce ul.products li.product {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    list-style: none;
    position: relative;
    clear: none;
    width: 100%;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
    @media (max-width: 960px) {
      .woocommerce ul.products li.product {
        margin: 0 !important;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        float: inherit; } }
    .woocommerce ul.products li.product .woosw-btn {
      position: absolute;
      top: 10px;
      right: 25px; }
      @media (max-width: 960px) {
        .woocommerce ul.products li.product .woosw-btn {
          right: 15px; } }
    .woocommerce ul.products li.product .px-product-category {
      line-height: 1;
      margin-bottom: .5em; }
      @media (max-width: 960px) {
        .woocommerce ul.products li.product .px-product-category {
          display: none; } }
      .woocommerce ul.products li.product .px-product-category a {
        text-transform: uppercase;
        font-size: 0.75rem;
        color: #999; }
      .woocommerce ul.products li.product .px-product-category > *:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
        position: relative; }
        .woocommerce ul.products li.product .px-product-category > *:not(:last-child):after {
          content: "";
          height: 11px;
          width: 1px;
          background-color: rgba(0, 0, 0, 0.1);
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .woocommerce ul.products li.product a img {
      margin-bottom: 0; }
    .woocommerce ul.products li.product .added_to_cart {
      font-weight: bold;
      text-decoration: underline; }
    .woocommerce ul.products li.product .button {
      display: inline-block;
      font-size: 0;
      position: relative;
      vertical-align: top;
      height: 38px;
      width: 38px;
      line-height: 38px;
      margin: 0;
      padding: 0;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      border-radius: 4px;
      background-color: #fff;
      -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
              box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      position: absolute;
      top: 0%;
      right: 0;
      left: 0;
      margin: 0 auto;
      opacity: 0; }
      .woocommerce ul.products li.product .button:before {
        content: "\ef30";
        font-family: boxicons !important;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-size: 21px;
        color: #222; }
      .woocommerce ul.products li.product .button:hover:before {
        color: #fff; }
    .woocommerce ul.products li.product .variations_form {
      display: inherit;
      margin: 15px auto 0; }
      .woocommerce ul.products li.product .variations_form table tr {
        margin-bottom: 10px; }
        .woocommerce ul.products li.product .variations_form table tr:last-child {
          margin: 0; }
      .woocommerce ul.products li.product .variations_form table ul {
        margin: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .woocommerce ul.products li.product .variations_form table ul li:last-child {
          margin: 0 !important; }
    .woocommerce ul.products li.product .price {
      line-height: inherit !important;
      font-size: 14px !important;
      font-weight: bold;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: block !important; }
      .woocommerce ul.products li.product .price del {
        margin: 0 !important; }
        .woocommerce ul.products li.product .price del bdi {
          font-weight: normal; }
      .woocommerce ul.products li.product .price ins {
        margin: 0 !important; }
      @media (max-width: 960px) {
        .woocommerce ul.products li.product .price {
          font-size: 12px !important;
          line-height: 1 !important; } }
    .woocommerce ul.products li.product .star-rating {
      font-family: "star";
      height: 1.618em;
      line-height: 1.618;
      font-size: 11px;
      width: 6.5em;
      margin: 0 auto; }
      .woocommerce ul.products li.product .star-rating:before {
        content: "s s s s s";
        opacity: .25; }
      .woocommerce ul.products li.product .star-rating span:before {
        content: "S S S S S";
        top: 0;
        position: absolute;
        left: 0;
        color: #f6be2f; }
    .woocommerce ul.products li.product .px-product-body {
      z-index: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin-top: 25px; }
      .woocommerce ul.products li.product .px-product-body .woocommerce-loop-product__title {
        padding-top: 0; }
      .woocommerce ul.products li.product .px-product-body .variations_form .variable-items-wrapper li {
        margin: 0 7px 0 0; }
      .woocommerce ul.products li.product .px-product-body .variations_form .variations .reset_variations,
      .woocommerce ul.products li.product .px-product-body .variations_form .variations th {
        display: none; }
      .woocommerce ul.products li.product .px-product-body .variations_form .single_variation_wrap .woocommerce-variation-availability,
      .woocommerce ul.products li.product .px-product-body .variations_form .single_variation_wrap .price {
        display: none !important; }
      .woocommerce ul.products li.product .px-product-body .reset_variations {
        display: none !important; }
    .woocommerce ul.products li.product:hover .button {
      top: 25%;
      opacity: 1; }
    .woocommerce ul.products li.product:hover .px-thumbnail {
      background-image: none; }
      .woocommerce ul.products li.product:hover .px-thumbnail img {
        opacity: 0.7; }

#woosq-popup .thumbnails .slick-arrow {
  border: none; }

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  padding: 1px 5px 0;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  font-size: 12px;
  top: 10px;
  left: 10px;
  right: inherit;
  margin: 0;
  z-index: 0;
  color: #fff;
  min-height: inherit;
  min-width: inherit;
  border-radius: 10px 10px 0 10px;
  line-height: 1.4; }

/* Variation */
li.product form.cart {
  position: relative;
  padding-bottom: 3px; }

li.product form.cart .woocommerce-variation-description,
li.product form.cart .woocommerce-variation-add-to-cart {
  display: none; }

li.product form.cart .woocommerce-variation:after {
  clear: both;
  content: "";
  display: block; }

li.product form.cart .woocommerce-variation-availability {
  float: right; }

li.product form.cart .woocommerce-variation-availability p {
  margin: 0; }

li.product form.cart .woocommerce-variation-price {
  text-align: left;
  float: left; }

li.product form.cart .price {
  text-align: left;
  padding-left: 0;
  color: #ea311d; }

li.product form.cart .variations select {
  margin-bottom: 5px; }

li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item {
  line-height: 40px;
  width: 40px;
  height: 40px; }

li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--label.wcboost-variation-swatches--square .wcboost-variation-swatches__item {
  min-width: 40px;
  width: auto; }

li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item {
  width: 22px;
  height: 22px;
  padding: 0; }

li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item span {
  width: 14px;
  height: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; }

li.product form.cart .wcboost-variation-swatches .wcboost-variation-swatches__item {
  margin-bottom: 10px; }

li.product .single_variation_wrap .woocommerce-variation-price {
  display: none; }

li.product.product-type-variable .woocs_price_code {
  font-size: 10px; }

li.product.product-type-variable .single_variation_wrap .woocs_price_code > span:first-child {
  margin-right: 0; }

li.product.product-type-variable .single_variation_wrap .woocs_price_code > span:last-child {
  margin-left: 0; }

li.product.product-type-variable .price.show-price .woocs_price_code:first-child {
  display: none; }

li.product.product-type-variable .price.show-price .woocs_price_code:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ea311d; }

li.product.product-type-variable .price.show-price .woocs_price_code:last-child span {
  margin: 0; }

.variations {
  border: none;
  margin-bottom: 0;
  margin-top: 8px; }

.variations th,
.variations td {
  border: none;
  padding: 0;
  text-align: left; }

.variations td.label {
  display: none; }

.variations select {
  width: 100%;
  background-color: transparent;
  padding: 13px 18px;
  cursor: pointer;
  border: 1px solid #cecece;
  font-size: 16px; }

.variations select:hover,
.variations select:focus {
  outline: none;
  border-color: var(--durotan-border-input-focus-color); }

.wcboost-variation-swatches .wcboost-variation-swatches__wrapper {
  margin: 0; }

.wcboost-variation-swatches .wcboost-variation-swatches__item {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.wcboost-variation-swatches .wcboost-variation-swatches__item:hover,
.wcboost-variation-swatches .wcboost-variation-swatches__item.selected {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--durotan-color-primary); }

.wcboost-variation-swatches .wcboost-variation-swatches__item.disabled {
  opacity: 1 !important;
  text-decoration: line-through; }

.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item {
  margin: 0 10px 0 0; }

.wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item {
  background: none;
  font-size: 14px;
  color: var(--durotan-color-gray);
  border-color: #dfdfdf;
  display: inline-block;
  margin: 0 5px 5px 0; }

.wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item:hover,
.wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item.selected {
  color: var(--durotan-color-primary);
  border-color: var(--durotan-color-primary); }

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2px 0 0;
  padding: 4px;
  line-height: 1; }

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.wcboost-variation-swatches__item-white span {
  border: 1px solid silver; }

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item span {
  border: 1px solid transparent;
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 100%; }

.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item {
  display: inline-block;
  height: auto;
  margin: 0 4px 5px 0;
  border-color: #dfdfdf;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item span {
  color: var(--durotan-color-gray);
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover,
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected {
  background-color: transparent;
  border-color: var(--durotan-color-primary); }

.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover span,
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected span {
  color: var(--durotan-color-primary); }

.woocommerce ul.products li.product .variations_form {
  display: inherit;
  margin: 0 auto; }

@media (min-width: 768px) {
  ul.products li.product,
  ul.products .wc-block-grid__product {
    clear: none;
    width: 100%; }

  ul.products.columns-1 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  ul.products.columns-2 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  ul.products.columns-5 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

  ul.products.columns-6 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }
.woo-style-0 ul.products .px-thumbnail {
  border-radius: 0 !important;
  margin: 10px 10px 0; }
  .woo-style-0 ul.products .px-thumbnail img {
    border-radius: 0 !important; }
.woo-style-0 ul.products li.product .woosw-btn {
  top: 20px;
  right: 20px; }
.woo-style-0 ul.products li.product .px-product-body {
  margin-bottom: 20px; }

.woo-style-1 ul.products {
  border: none;
  margin: 0 -10px; }
  @media (max-width: 960px) {
    .woo-style-1 ul.products {
      margin: 0 -5px; } }
  .woo-style-1 ul.products li.product {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    margin-bottom: 30px !important; }
    @media (max-width: 960px) {
      .woo-style-1 ul.products li.product {
        padding-left: 5px;
        padding-right: 5px; } }

.product-slider {
   /*
* 1. Reset the `min-width`, which is set to auto by default, because
*    flex items won't shrink below their minimum intrinsic content size.
*    Using `1px` instead of `0`, so items still wrap into the next line,
*    if they have zero width and padding and the predecessor is 100% wide.
*/
  /* Phone landscape and bigger */
  /* Tablet landscape and bigger */
  /* Desktop and bigger */
  /* Large screen and bigger */ }
  .product-slider ul.products {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit; }
    .product-slider ul.products li.product {
      float: none; }
  .product-slider [class*='uk-child-width'] > * {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: 100% !important; }
  .product-slider .uk-child-width-1-2 > * {
    width: 50% !important; }
  .product-slider .uk-child-width-1-3 > * {
    width: calc(100% * 1 / 3.001) !important; }
  .product-slider .uk-child-width-1-4 > * {
    width: 25% !important; }
  .product-slider .uk-child-width-1-5 > * {
    width: 20% !important; }
  .product-slider .uk-child-width-1-6 > * {
    width: calc(100% * 1 / 6.001) !important; }
  .product-slider .uk-child-width-auto > * {
    width: auto !important; }
  .product-slider .uk-child-width-expand > :not([class*='uk-width']) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* 1 */
    min-width: 1px; }
  @media (min-width: 640px) {
    .product-slider .uk-child-width-1-1\@s > * {
      width: 100% !important; }
    .product-slider .uk-child-width-1-2\@s > * {
      width: 50% !important; }
    .product-slider .uk-child-width-1-3\@s > * {
      width: calc(100% * 1 / 3.001) !important; }
    .product-slider .uk-child-width-1-4\@s > * {
      width: 25% !important; }
    .product-slider .uk-child-width-1-5\@s > * {
      width: 20% !important; }
    .product-slider .uk-child-width-1-6\@s > * {
      width: calc(100% * 1 / 6.001) !important; }
    .product-slider .uk-child-width-auto\@s > * {
      width: auto !important; }
    .product-slider .uk-child-width-expand\@s > :not([class*='uk-width']) {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 !important;
              flex: 1 !important;
      min-width: 1px !important; } }
  @media (min-width: 960px) {
    .product-slider .uk-child-width-1-1\@m > * {
      width: 100% !important; }
    .product-slider .uk-child-width-1-2\@m > * {
      width: 50% !important; }
    .product-slider .uk-child-width-1-3\@m > * {
      width: calc(100% * 1 / 3.001) !important; }
    .product-slider .uk-child-width-1-4\@m > * {
      width: 25% !important; }
    .product-slider .uk-child-width-1-5\@m > * {
      width: 20% !important; }
    .product-slider .uk-child-width-1-6\@m > * {
      width: calc(100% * 1 / 6.001) !important; }
    .product-slider .uk-child-width-auto\@m > * {
      width: auto !important; }
    .product-slider .uk-child-width-expand\@m > :not([class*='uk-width']) {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 !important;
              flex: 1 !important;
      min-width: 1px !important; } }
  @media (min-width: 1200px) {
    .product-slider .uk-child-width-1-1\@l > * {
      width: 100% !important; }
    .product-slider .uk-child-width-1-2\@l > * {
      width: 50% !important; }
    .product-slider .uk-child-width-1-3\@l > * {
      width: calc(100% * 1 / 3.001) !important; }
    .product-slider .uk-child-width-1-4\@l > * {
      width: 25% !important; }
    .product-slider .uk-child-width-1-5\@l > * {
      width: 20% !important; }
    .product-slider .uk-child-width-1-6\@l > * {
      width: calc(100% * 1 / 6.001) !important; }
    .product-slider .uk-child-width-auto\@l > * {
      width: auto !important; }
    .product-slider .uk-child-width-expand\@l > :not([class*='uk-width']) {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 !important;
              flex: 1 !important;
      min-width: 1px !important; } }
  @media (min-width: 1600px) {
    .product-slider .uk-child-width-1-1\@xl > * {
      width: 100% !important; }
    .product-slider .uk-child-width-1-2\@xl > * {
      width: 50% !important; }
    .product-slider .uk-child-width-1-3\@xl > * {
      width: calc(100% * 1 / 3.001) !important; }
    .product-slider .uk-child-width-1-4\@xl > * {
      width: 25% !important; }
    .product-slider .uk-child-width-1-5\@xl > * {
      width: 20% !important; }
    .product-slider .uk-child-width-1-6\@xl > * {
      width: calc(100% * 1 / 6.001) !important; }
    .product-slider .uk-child-width-auto\@xl > * {
      width: auto !important; }
    .product-slider .uk-child-width-expand\@xl > :not([class*='uk-width']) {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 !important;
              flex: 1 !important;
      min-width: 1px !important; } }

/* Wishlist button */
.woosw-btn {
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  outline: inherit;
  border: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .woosw-btn:before {
    font-size: 20px;
    margin: 0;
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222;
    content: "\eb0a" !important; }
  .woosw-btn:hover {
    opacity: 0.7; }

.woosw-btn.woosw-added:before {
  content: "\ede2" !important; }

.woosw-list table.woosw-items {
  width: 100%; }

.woosw-popup .woosw-items .woosw-item .woosw-item--stock p {
  margin: 0 0 10px;
  font-size: 14px; }

.woosw-popup .woosw-popup-inner .woosw-popup-content {
  max-width: 550px; }

.woosw-item--add .button {
  color: #fff !important; }

.px-woocommerce .related {
  padding: 20px 0 30px;
  clear: both; }

.related > h2:first-child,
.upsells > h2:first-child {
  font-size: 24px;
  line-height: 1.3333333333;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 30px; }

.woocommerce-page div.product .woocommerce-tabs {
  display: block;
  position: relative;
  clear: both;
  max-width: 1000px;
  margin: 40px auto 70px;
  padding: 40px;
  border-radius: 4px;
  border: 3px solid #edeef5; }
  @media (max-width: 960px) {
    .woocommerce-page div.product .woocommerce-tabs {
      padding: 40px 20px; } }
  .woocommerce-page div.product .woocommerce-tabs h2:first-of-type {
    display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: none;
  text-align: center; }
  @media (max-width: 960px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      white-space: nowrap;
      overflow-x: scroll; } }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    z-index: 0;
    border-radius: 4px;
    margin: 0 10px 0 0;
    padding: 0 1.4rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
      margin: 0; }

.woocommerce div.product .woocommerce-tabs .panel {
  padding-top: 30px;
  margin-bottom: 0; }
  .woocommerce div.product .woocommerce-tabs .panel p:first-of-type {
    margin-top: 0; }
  .woocommerce div.product .woocommerce-tabs .panel p:last-of-type {
    margin-bottom: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 2px solid #eee; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #fff;
  z-index: 2; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
  clear: none; }

.woocommerce div.product div.summary {
  margin-bottom: 0; }

.woocommerce button.button.alt {
  border: 2px solid #222;
  background-color: transparent;
  color: #222;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .woocommerce button.button.alt:hover {
    border-color: #999;
    color: #999;
    background-color: transparent; }

.woocommerce button.button.alt.disabled {
  background-color: transparent;
  color: #222; }
  .woocommerce button.button.alt.disabled:hover {
    border-color: #999;
    color: #999;
    background-color: transparent; }

.px-quick-buy {
  color: #fff !important; }

.qty-title {
  color: #222;
  font-weight: bold;
  font-size: 18px; }

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0 0 30px 0; }
  .woocommerce div.product form.cart div.quantity .qty {
    text-align: center;
    padding: .8rem 0;
    width: 80px;
    border-radius: 0 !important;
    max-width: 80px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #222;
    text-align: inherit; }

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: none;
  width: 100%;
  padding: 1rem;
  text-transform: capitalize; }

.product_title {
  font-size: 1.625rem; }

.woocommerce ul.products li.product .price del,
p.price del {
  font-size: 13px;
  margin-bottom: 3px;
  color: #999;
  opacity: 1 !important; }
.woocommerce ul.products li.product .price ins,
p.price ins {
  margin-right: 10px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.woocommerce ul.products li.product .price,
.single-product div.product p.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  margin-right: 0;
  line-height: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0; }

.product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  position: relative;
  line-height: 22px;
  margin-bottom: 15px; }
  .product_meta > *:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative; }
    .product_meta > *:not(:last-child):after {
      content: "";
      height: 11px;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.1);
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.stock {
  font-size: 14px;
  line-height: 1.5714285714;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px; }

.in-stock {
  color: #39b54a;
  background: #f4faf6; }

.out-of-stock {
  background: #cc18180d; }

.woocommerce-product-details__short-description {
  margin-top: 20px; }

.woocommerce .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .woocommerce .woocommerce-product-rating .star-rating {
    font-family: "star";
    height: 1.618em;
    line-height: 1.618;
    font-size: 14px;
    width: 6.5em;
    margin: 0; }
    .woocommerce .woocommerce-product-rating .star-rating:before {
      content: "s s s s s";
      opacity: .25; }
    .woocommerce .woocommerce-product-rating .star-rating span:before {
      content: "S S S S S";
      top: 0;
      position: absolute;
      left: 0;
      color: #f6be2f; }

/* Gallery */
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%; }

.post-thumbnail,
.flex-control-thumbs li,
.flex-viewport {
  overflow: hidden;
  -webkit-animation: placeholder-shimmer 1.3s linear 2s infinite;
          animation: placeholder-shimmer 1.3s linear 2s infinite;
  background-size: 400% 100%;
  background-image: linear-gradient(100deg, #ffffff 40%, #f7f7f7 63%, #ffffff 79%); }

@-webkit-keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0; }
  to {
    background-position: 150% 0; } }

@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0; }
  to {
    background-position: 150% 0; } }
.woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 960px) {
    .woocommerce-product-gallery {
      display: block;
      gap: 0; } }

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.woocommerce div.product div.images .flex-control-thumbs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 15px;
  margin: 0 -.2rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }
  @media (max-width: 960px) {
    .woocommerce div.product div.images .flex-control-thumbs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: none;
    margin: .4rem .2rem;
    list-style: none; }

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 75px !important;
  margin: 0;
  border-radius: 7px; }

.product .flex-control-thumbs li img {
  cursor: pointer;
  width: 75px !important;
  border: 2px solid #eee;
  border-radius: 7px; }

.woocommerce div.product .flex-viewport {
  cursor: move;
  border-radius: 10px; }
  @media (max-width: 960px) {
    .woocommerce div.product .flex-viewport {
      border: 0; } }

/* Variations */
.variations tbody {
  border: 0; }
.variations tr {
  padding: 0;
  display: block;
  border: 0; }
  .variations tr td {
    display: block; }

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
  text-align: inherit; }

.single-product div.product .content-single-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.woocommerce span.onsale {
  left: inherit;
  right: 20px;
  top: 20px; }
  @media (max-width: 960px) {
    .woocommerce span.onsale {
      top: 30px;
      left: 30px;
      right: inherit;
      z-index: 1; } }

/* Layout */
.woocommerce-page div.product .px-summary-1 .woocommerce-tabs {
  max-width: 100%;
  margin: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-radius: 0; }

/* Search product */
.px-product-search {
  min-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media (max-width: 1200px) {
    .px-product-search {
      min-width: 100%; } }
  @media (max-width: 960px) {
    .px-product-search {
      min-width: 100%;
      padding: 0 15px 15px; } }
  .px-product-search #search-output {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    background-color: #F3F3F3;
    padding: .5rem;
    margin-top: .5rem;
    border-radius: 4px; }
    .px-product-search #search-output .uk-alert-primary {
      border-radius: 4px;
      margin-bottom: 0; }
  .px-product-search .uk-input {
    border-right: 1px solid transparent;
    border-radius: 4px 0 0 4px; }
    .px-product-search .uk-input:focus {
      border-width: 1px 1px 1px 1px; }
  .px-product-search .uk-select {
    border-radius: 0 4px 4px 0;
    padding-left: 20px; }
  .px-product-search select {
    font-size: 14px; }
  .px-product-search .ajax-search-card {
    margin-bottom: 10px; }
    .px-product-search .ajax-search-card .uk-card {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 5px 10px;
      border-radius: 4px; }
      .px-product-search .ajax-search-card .uk-card .uk-card-body {
        padding: 5px; }

.woocommerce #review_form #respond textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-radius: 4px; }

.shipping-calculator-form input-text,
.shipping-calculator-form input[type=number],
.shipping-calculator-form input[type=email],
.shipping-calculator-form input[type=password],
.shipping-calculator-form input[type=text],
.woocommerce .checkout_coupon input-text,
.woocommerce .checkout_coupon input[type=number],
.woocommerce .checkout_coupon input[type=email],
.woocommerce .checkout_coupon input[type=password],
.woocommerce .checkout_coupon input[type=text],
.woocommerce-form-row input-text,
.woocommerce-form-row input[type=number],
.woocommerce-form-row input[type=email],
.woocommerce-form-row input[type=password],
.woocommerce-form-row input[type=text],
.woocommerce-EditAccountForm input-text,
.woocommerce-EditAccountForm input[type=number],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=password],
.woocommerce-EditAccountForm input[type=text],
.woocommerce .quantity input-text,
.woocommerce .quantity input[type=number],
.woocommerce .quantity input[type=email],
.woocommerce .quantity input[type=password],
.woocommerce .quantity input[type=text],
.woocommerce-cart table.cart td.actions .coupon input-text,
.woocommerce-cart table.cart td.actions .coupon input[type=number],
.woocommerce-cart table.cart td.actions .coupon input[type=email],
.woocommerce-cart table.cart td.actions .coupon input[type=password],
.woocommerce-cart table.cart td.actions .coupon input[type=text],
.woocommerce-form input-text,
.woocommerce-form input[type=number],
.woocommerce-form input[type=email],
.woocommerce-form input[type=password],
.woocommerce-form input[type=text],
#loginform input-text,
#loginform input[type=number],
#loginform input[type=email],
#loginform input[type=password],
#loginform input[type=text],
.comment-form input-text,
.comment-form input[type=number],
.comment-form input[type=email],
.comment-form input[type=password],
.comment-form input[type=text] {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  font-family: inherit; }

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 100%; }

.woocommerce button[name="apply_coupon"] {
  width: 190px !important; }

.coupon {
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .coupon .button {
    height: 40px; }

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none; }

.woocommerce #review_form #respond .form-submit input {
  color: #fff;
  font-size: 14px;
  padding: .7rem 1.5rem; }

.woocommerce #reviews #comment {
  padding: 10px !important; }

.woosw-copy input,
.woocommerce div.product form.cart .variations select {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-radius: 4px; }

.woocommerce button[name='apply_coupon'],
.woocommerce-message .button,
.woocommerce-orders-table__cell-order-actions .woocommerce-button,
.return-to-shop .button,
.woocommerce-Button,
.coupon .button,
.woocommerce-form .woocommerce-button {
  color: #fff !important;
  font-size: 14px !important;
  padding: .7rem 1.2rem .6rem !important; }
  .woocommerce button[name='apply_coupon']:hover,
  .woocommerce-message .button:hover,
  .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover,
  .return-to-shop .button:hover,
  .woocommerce-Button:hover,
  .coupon .button:hover,
  .woocommerce-form .woocommerce-button:hover {
    color: #fff !important; }

.woocommerce button[name='apply_coupon'] {
  padding: .8rem 1.4rem !important; }

.select2-dropdown,
.select2-container--default .select2-selection--single {
  border-color: #e5e5e5; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding: 0 15px; }

.select2-container .select2-selection--single {
  height: 45px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 4px; }

.select2-results__option {
  padding: 6px 15px; }

.woocommerce-orders-table__cell .button {
  width: 100%;
  text-align: center; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #eee;
  background-color: #fff; }

.woocommerce-LostPassword {
  margin-bottom: 0; }

.comment-form label,
.wc-myacc-from label,
.form-row label {
  display: block;
  margin-bottom: 0.2em; }

/* My account drop menu */
.px-wc-myacc-button {
  text-decoration: none;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .px-wc-myacc-button i {
    font-size: 23px;
    line-height: 1; }

.px-wc-myacc .wc-submenu {
  padding: 1rem 1.4rem;
  margin: 0;
  list-style-type: none;
  min-width: 300px;
  display: none;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 3px);
  right: 0;
  background-color: #fff;
  z-index: 1040;
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.1);
          box-shadow: 0 0 11px rgba(33, 33, 33, 0.1);
  border-top: 3px solid #ccc;
  /* flyout menu items */ }
  @media (max-width: 960px) {
    .px-wc-myacc .wc-submenu {
      min-width: 300px; } }
  .px-wc-myacc .wc-submenu li {
    position: relative;
    padding: 0; }
    .px-wc-myacc .wc-submenu li i {
      font-size: 21px;
      line-height: 1; }
    .px-wc-myacc .wc-submenu li a {
      border-bottom: 1px solid rgba(0, 0, 0, 0.03);
      padding: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .px-wc-myacc .wc-submenu li:last-child > a {
      border-bottom: 0px !important; }
  .px-wc-myacc .wc-submenu .wc-header {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
    padding-bottom: 10px; }
  .px-wc-myacc .wc-submenu .border-0 a {
    border-bottom: 0px !important; }
.px-wc-myacc .wc-submenu-active {
  display: block;
  visibility: visible; }

.wc-myacc-from .login-remember {
  display: none;
  visibility: hidden; }
.wc-myacc-from .form-lost-pw {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  font-size: 14px;
  color: #999; }
  .wc-myacc-from .form-lost-pw:hover {
    color: #222; }
.wc-myacc-from .login-submit {
  margin-bottom: 10px; }
  .wc-myacc-from .login-submit .button {
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    width: 100%;
    padding: .8rem 1rem;
    display: block; }
    .wc-myacc-from .login-submit .button:hover {
      color: #fff !important; }

/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 29%;
  background-color: #fff;
  padding: .6rem 1.5rem;
  border: 1px solid #edeef5;
  border-radius: .25rem; }
  @media (max-width: 960px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      width: 100%;
      float: none;
      margin-bottom: 2rem; } }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      padding: .857em 0;
      display: block;
      font-weight: bold;
      border-bottom: 1px solid #edeef5; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        vertical-align: -.125em;
        font-family: 'boxicons';
        font-weight: normal;
        line-height: 1.618;
        font-size: 21px;
        margin-left: .53em;
        width: 1.387em;
        text-align: right;
        float: right;
        opacity: .25; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
      font-weight: bold;
      color: #0d6efd; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
        opacity: 1; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
      border: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\ec2f"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\eba6"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\ef31"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\eb57"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\eac0"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\eb4f"; }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wishlist a:before {
    content: "\eb0a"; }

@media (max-width: 960px) {
  .woocommerce-orders-table__cell-order-actions:before {
    display: none; } }

.woocommerce .account-orders-table .view {
  border: 1px solid; }

#px_header .woo-navbar {
  background-color: transparent !important; }
  #px_header .woo-navbar .uk-navbar-item {
    min-height: 50px; }
  #px_header .woo-navbar .yith-wcwl-icon a,
  #px_header .woo-navbar .px-inner-switcher,
  #px_header .woo-navbar .px-wc-myacc-button {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    #px_header .woo-navbar .yith-wcwl-icon a:hover,
    #px_header .woo-navbar .px-inner-switcher:hover,
    #px_header .woo-navbar .px-wc-myacc-button:hover {
      opacity: .6; }

.yith-wcwl-icon {
  font-size: 21px;
  line-height: 1; }

.wc-categories-warp {
  position: relative; }
  .wc-categories-warp .wc-categories-btn {
    border-radius: 0px;
    text-transform: uppercase;
    padding: 0 .7rem;
    min-height: 50px;
    width: 100%;
    border: 0;
    outline: inherit;
    background-color: #297EFB;
    color: #fff;
    min-width: 250px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .wc-categories-warp .wc-categories-btn .wcb-close {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out; }
      .wc-categories-warp .wc-categories-btn .wcb-close:hover {
        opacity: .5; }
    .wc-categories-warp .wc-categories-btn i {
      font-size: 18px;
      margin-right: 5px; }
  .wc-categories-warp .wc-btn-on .wcb-close i:before {
    content: '\ec8d'; }
  .wc-categories-warp .cat-count {
    color: #777;
    font-weight: normal; }
  .wc-categories-warp .wc-categories-menu {
    width: 100%;
    border: 1px solid #F3F3F3;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 1020; }
    .wc-categories-warp .wc-categories-menu li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      position: relative;
      /* Level one flyout menu items */ }
      .wc-categories-warp .wc-categories-menu li:last-child {
        border-bottom: 0; }
      .wc-categories-warp .wc-categories-menu li a {
        padding: 12px 15px;
        display: block;
        position: relative; }
      .wc-categories-warp .wc-categories-menu li:hover ul {
        display: block; }
      .wc-categories-warp .wc-categories-menu li ul {
        min-width: 16em;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1050;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
        display: none;
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .wc-categories-warp .wc-categories-menu li ul a {
          font-weight: 400; }
    .wc-categories-warp .wc-categories-menu .top-level-term a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

.wc-on {
  display: block !important; }

/* Product Child Category */
.pc-child-wrap {
  overflow: auto; }
  .pc-child-wrap .pc-child {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 1200px) {
      .pc-child-wrap .pc-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: middle;
        -webkit-overflow-scrolling: touch;
        cursor: move;
        margin-top: 5px; }
        .pc-child-wrap .pc-child li {
          display: inline-block;
          position: relative;
          max-width: 100%;
          vertical-align: middle;
          -webkit-backface-visibility: hidden; } }
    .pc-child-wrap .pc-child > *:not(:last-child) {
      margin-right: 10px;
      padding-right: 10px;
      position: relative; }
      .pc-child-wrap .pc-child > *:not(:last-child):after {
        content: "";
        height: 11px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

.woocommerce-cart-form {
  width: 60%;
  float: left; }
  @media (max-width: 1200px) {
    .woocommerce-cart-form {
      width: 100%; } }

.cart-collaterals {
  width: 31% !important;
  float: right;
  background-color: #fff;
  -webkit-box-shadow: rgba(17, 12, 46, 0.005) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.005) 0px 48px 100px 0px;
  padding: 30px;
  border-radius: 4px;
  border: 2px solid #edeef5; }
  @media (max-width: 1200px) {
    .cart-collaterals {
      width: 100% !important; } }
  @media (max-width: 960px) {
    .cart-collaterals {
      margin-top: 30px; } }
  .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important; }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout {
      padding: 0;
      margin-top: 40px; }
    .cart-collaterals .cart_totals tr td {
      display: block;
      text-align: right;
      clear: both; }

@media (max-width: 960px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent; } }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff; }

.cart_totals > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.checkout-order > h2 {
  font-size: 21px;
  margin-bottom: 15px; }

#customer_login h2 {
  font-size: 21px;
  margin-bottom: 0; }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 1em 0; }

.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 32px;
  line-height: 1.2; }
  @media (max-width: 960px) {
    .woocommerce-thankyou-order-received {
      font-size: 21px;
      text-align: inherit; } }

.woocommerce-order-received .complete-step {
  color: #2ecc71; }

.woocommerce-thankyou-order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0; }
  @media (max-width: 960px) {
    .woocommerce-thankyou-order-details {
      display: block; } }
  .woocommerce-thankyou-order-details li {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important; }
    @media (max-width: 960px) {
      .woocommerce-thankyou-order-details li {
        padding: 10px 0 !important; } }

.cart_totals,
.wc-proceed-to-checkout .checkout-button,
.woocommerce table.shop_table {
  margin-bottom: 0 !important; }

.woocommerce-order-details,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 49%; }
  @media (max-width: 960px) {
    .woocommerce-order-details,
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
      width: 100%; } }

.woocommerce-customer-details,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 49%; }
  @media (max-width: 960px) {
    .woocommerce-customer-details,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
      width: 100%; } }

.woocommerce-order-details {
  float: left; }

.woocommerce-customer-details {
  float: right; }

@media (max-width: 960px) {
  .woocommerce-additional-fields {
    margin-top: 40px; } }

.woocommerce-checkout-payment {
  margin-top: 20px !important; }

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  display: block;
  width: 100%;
  padding: 1.3rem 1rem;
  color: #fff !important; }

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49%; }

.woocommerce table.shop_table {
  border: none; }

.woocommerce form .form-row label,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th {
  font-weight: 700; }

@media (max-width: 960px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%; } }

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 15px; }

.woocommerce-additional-fields > h3:first-child,
.woocommerce-billing-fields > h3:first-child {
  margin-bottom: 30px; }

.woocommerce-privacy-policy-text,
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.4; }

.px-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  margin-bottom: 40px; }
  .px-steps .px-step {
    position: relative;
    padding: 20px 30px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    opacity: .2; }
    @media (max-width: 960px) {
      .px-steps .px-step {
        padding: 20px 30px 15px; } }
    .px-steps .px-step i {
      font-size: 44px;
      display: block;
      margin-bottom: 10px; }
    @media (max-width: 960px) {
      .px-steps .px-step .step-name {
        display: none; } }

.woocommerce-order-received .complete-step,
.woocommerce-checkout .checkout-step,
.woocommerce-cart .cart-step {
  opacity: 1;
  font-weight: bold; }

.woocommerce-order-received .checkout-step {
  opacity: .2; }

.woocommerce .woocommerce-ordering select {
  border: 0;
  background-color: transparent;
  text-align: right;
  color: #666;
  font-family: inherit; }

.px-woocommerce .page-title {
  margin-bottom: 10px;
  font-size: 26px; }

.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info {
  background-color: #f6f6f6; }

.woocommerce-widget-layered-nav-list li .count {
  display: none; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 4px; }

@media (max-width: 960px) {
  .woocommerce-ordering {
    display: none; } }

.orderby .list {
  left: auto !important;
  right: 0 !important; }

.nice-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: none !important; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 5px;
    border-radius: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    border: 1px solid #edeef5;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 2.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
[class*=" imghvr-"], [class^=imghvr-] {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  background-color: #2266a5;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

[class*=" imghvr-"] > img, [class^=imghvr-] > img {
  vertical-align: top;
  max-width: 100%; }

[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
  background-color: #135796;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff; }

[class*=" imghvr-"] figcaption h1, [class*=" imghvr-"] figcaption h2, [class*=" imghvr-"] figcaption h3, [class*=" imghvr-"] figcaption h4, [class*=" imghvr-"] figcaption h5, [class*=" imghvr-"] figcaption h6, [class^=imghvr-] figcaption h1, [class^=imghvr-] figcaption h2, [class^=imghvr-] figcaption h3, [class^=imghvr-] figcaption h4, [class^=imghvr-] figcaption h5, [class^=imghvr-] figcaption h6 {
  color: #fff; }

[class*=" imghvr-"] a, [class^=imghvr-] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

[class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }

[class*=" imghvr-fade"] figcaption, [class^=imghvr-fade] figcaption {
  opacity: 0; }

[class*=" imghvr-fade"]:hover figcaption, [class^=imghvr-fade]:hover figcaption {
  opacity: 1; }

[class*=" imghvr-fade"]:hover > img, [class*=" imghvr-fade"]:hover figcaption, [class^=imghvr-fade]:hover > img, [class^=imghvr-fade]:hover figcaption {
  -webkit-transform: translate(0);
          transform: translate(0); }

.imghvr-fade-in-up figcaption {
  -webkit-transform: translateY(15%);
          transform: translateY(15%); }

.imghvr-fade-in-down figcaption {
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%); }

.imghvr-fade-in-left figcaption {
  -webkit-transform: translate(-15%);
          transform: translate(-15%); }

.imghvr-fade-in-right figcaption {
  -webkit-transform: translate(15%);
          transform: translate(15%); }

[class*=" imghvr-push-"]:hover figcaption, [class^=imghvr-push-]:hover figcaption {
  -webkit-transform: translate(0);
          transform: translate(0); }

.imghvr-push-up figcaption {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.imghvr-push-down figcaption, .imghvr-push-up:hover > img {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.imghvr-push-down:hover > img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.imghvr-push-left figcaption {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.imghvr-push-left:hover > img, .imghvr-push-right figcaption {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.imghvr-push-right:hover > img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

[class*=" imghvr-slide-"]:hover figcaption, [class^=imghvr-slide-]:hover figcaption {
  -webkit-transform: translate(0);
          transform: translate(0); }

.imghvr-slide-up figcaption {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.imghvr-slide-down figcaption {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.imghvr-slide-left figcaption {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.imghvr-slide-right figcaption {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.imghvr-slide-top-left figcaption {
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%); }

.imghvr-slide-top-right figcaption {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%); }

.imghvr-slide-bottom-left figcaption {
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%); }

.imghvr-slide-bottom-right figcaption {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%); }

[class*=" imghvr-reveal-"]:before, [class^=imghvr-reveal-]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #135796; }

[class*=" imghvr-reveal-"] figcaption, [class^=imghvr-reveal-] figcaption {
  opacity: 0; }

[class*=" imghvr-reveal-"]:hover:before, [class^=imghvr-reveal-]:hover:before {
  -webkit-transform: translate(0);
          transform: translate(0); }

[class*=" imghvr-reveal-"]:hover figcaption, [class^=imghvr-reveal-]:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: .21s;
          transition-delay: .21s; }

.imghvr-reveal-up:before {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.imghvr-reveal-down:before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.imghvr-reveal-left:before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.imghvr-reveal-right:before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.imghvr-reveal-top-left:before {
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%); }

.imghvr-reveal-top-right:before {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%); }

.imghvr-reveal-bottom-left:before {
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%); }

.imghvr-reveal-bottom-right:before {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%); }

[class*=" imghvr-hinge-"], [class^=imghvr-hinge-] {
  -webkit-perspective: 50em;
          perspective: 50em; }

[class*=" imghvr-hinge-"] figcaption, [class^=imghvr-hinge-] figcaption {
  opacity: 0;
  z-index: 1; }

[class*=" imghvr-hinge-"]:hover img, [class^=imghvr-hinge-]:hover img {
  opacity: 0; }

[class*=" imghvr-hinge-"]:hover figcaption, [class^=imghvr-hinge-]:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: .21s;
          transition-delay: .21s; }

.imghvr-hinge-up img {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0; }

.imghvr-hinge-up figcaption {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }

.imghvr-hinge-up:hover > img {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg); }

.imghvr-hinge-up:hover figcaption {
  -webkit-transform: rotateX(0);
          transform: rotateX(0); }

.imghvr-hinge-down img {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }

.imghvr-hinge-down figcaption {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
          transform-origin: 50% -50%; }

.imghvr-hinge-down:hover > img {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  opacity: 0; }

.imghvr-hinge-down:hover figcaption {
  -webkit-transform: rotateX(0);
          transform: rotateX(0); }

.imghvr-hinge-left img {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%; }

.imghvr-hinge-left figcaption {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%; }

.imghvr-hinge-left:hover > img {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg); }

.imghvr-hinge-left:hover figcaption {
  -webkit-transform: rotateY(0);
          transform: rotateY(0); }

.imghvr-hinge-right img {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%; }

.imghvr-hinge-right figcaption {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%; }

.imghvr-hinge-right:hover > img {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg); }

.imghvr-hinge-right:hover figcaption {
  -webkit-transform: rotateY(0);
          transform: rotateY(0); }

[class*=" imghvr-flip-"], [class^=imghvr-flip-] {
  -webkit-perspective: 50em;
          perspective: 50em; }

[class*=" imghvr-flip-"] img, [class^=imghvr-flip-] img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

[class*=" imghvr-flip-"]:hover > img, [class*=" imghvr-flip-"] figcaption, [class^=imghvr-flip-]:hover > img, [class^=imghvr-flip-] figcaption {
  opacity: 0; }

[class*=" imghvr-flip-"]:hover figcaption, [class^=imghvr-flip-]:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: .14s;
          transition-delay: .14s; }

.imghvr-flip-horiz figcaption {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%; }

.imghvr-flip-horiz:hover img {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }

.imghvr-flip-horiz:hover figcaption {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg); }

.imghvr-flip-vert figcaption {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0; }

.imghvr-flip-vert:hover > img {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.imghvr-flip-vert:hover figcaption {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.imghvr-flip-diag-1 figcaption {
  -webkit-transform: rotate3d(1, -1, 0, 100deg);
          transform: rotate3d(1, -1, 0, 100deg); }

.imghvr-flip-diag-1:hover > img {
  -webkit-transform: rotate3d(-1, 1, 0, 100deg);
          transform: rotate3d(-1, 1, 0, 100deg); }

.imghvr-flip-diag-1:hover figcaption {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
          transform: rotate3d(0, 0, 0, 0deg); }

.imghvr-flip-diag-2 figcaption {
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
          transform: rotate3d(1, 1, 0, 100deg); }

.imghvr-flip-diag-2:hover > img {
  -webkit-transform: rotate3d(-1, -1, 0, 100deg);
          transform: rotate3d(-1, -1, 0, 100deg); }

.imghvr-flip-diag-2:hover figcaption {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
          transform: rotate3d(0, 0, 0, 0deg); }

[class*=" imghvr-shutter-out-"]:before, [class^=imghvr-shutter-out-]:before {
  background: #135796;
  position: absolute;
  content: "";
  -webkit-transition-delay: .105s;
          transition-delay: .105s; }

[class*=" imghvr-shutter-out-"] figcaption, [class^=imghvr-shutter-out-] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[class*=" imghvr-shutter-out-"]:hover:before, [class^=imghvr-shutter-out-]:hover:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[class*=" imghvr-shutter-out-"]:hover figcaption, [class^=imghvr-shutter-out-]:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: .105s;
          transition-delay: .105s; }

.imghvr-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0; }

.imghvr-shutter-out-horiz:hover:before {
  left: 0;
  right: 0; }

.imghvr-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0; }

.imghvr-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0; }

.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%; }

.imghvr-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.imghvr-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%; }

[class*=" imghvr-shutter-in-"]:after, [class*=" imghvr-shutter-in-"]:before, [class^=imghvr-shutter-in-]:after, [class^=imghvr-shutter-in-]:before {
  background: #135796;
  position: absolute;
  content: ""; }

[class*=" imghvr-shutter-in-"]:after, [class^=imghvr-shutter-in-]:after {
  top: 0;
  left: 0; }

[class*=" imghvr-shutter-in-"]:before, [class^=imghvr-shutter-in-]:before {
  right: 0;
  bottom: 0; }

[class*=" imghvr-shutter-in-"] figcaption, [class^=imghvr-shutter-in-] figcaption {
  opacity: 0;
  z-index: 1; }

[class*=" imghvr-shutter-in-"]:hover figcaption, [class^=imghvr-shutter-in-]:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: .21s;
          transition-delay: .21s; }

.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
  width: 0;
  height: 100%; }

.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
  width: 50%; }

.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
  height: 0;
  width: 100%; }

.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
  height: 50%; }

.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
  opacity: .75; }

.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
  width: 100%; }

.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
  opacity: .75; }

.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
  height: 100%; }

.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: .75; }

.imghvr-shutter-in-out-diag-1:after {
  -webkit-transform: skew(-45deg) translateX(-150%);
          transform: skew(-45deg) translateX(-150%); }

.imghvr-shutter-in-out-diag-1:before {
  -webkit-transform: skew(-45deg) translateX(150%);
          transform: skew(-45deg) translateX(150%); }

.imghvr-shutter-in-out-diag-1:hover:after {
  -webkit-transform: skew(-45deg) translateX(-50%);
          transform: skew(-45deg) translateX(-50%); }

.imghvr-shutter-in-out-diag-1:hover:before {
  -webkit-transform: skew(-45deg) translateX(50%);
          transform: skew(-45deg) translateX(50%); }

.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: .75; }

.imghvr-shutter-in-out-diag-2:after {
  -webkit-transform: skew(45deg) translateX(-100%);
          transform: skew(45deg) translateX(-100%); }

.imghvr-shutter-in-out-diag-2:before {
  -webkit-transform: skew(45deg) translateX(100%);
          transform: skew(45deg) translateX(100%); }

.imghvr-shutter-in-out-diag-2:hover:after, .imghvr-shutter-in-out-diag-2:hover:before {
  -webkit-transform: skew(45deg) translateX(0);
          transform: skew(45deg) translateX(0); }

[class*=" imghvr-switch-"] > img, [class*=" imghvr-switch-"] figcaption, [class^=imghvr-switch-] > img, [class^=imghvr-switch-] figcaption {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

[class*=" imghvr-switch-"]:hover figcaption, [class^=imghvr-switch-]:hover figcaption {
  -webkit-transform: translate(0);
          transform: translate(0); }

.imghvr-switch-up:hover > img, .imghvr-switch-up figcaption {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.imghvr-switch-down:hover > img, .imghvr-switch-down figcaption {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.imghvr-switch-left:hover > img, .imghvr-switch-left figcaption {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.imghvr-switch-right:hover > img, .imghvr-switch-right figcaption {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

[class*=" imghvr-pivot-in"] figcaption, [class^=imghvr-pivot-in] figcaption {
  background-color: #135796; }

[class*=" imghvr-pivot-in"]:hover figcaption, [class^=imghvr-pivot-in]:hover figcaption {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.imghvr-pivot-in-top-left figcaption {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }

.imghvr-pivot-in-top-right figcaption {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.imghvr-pivot-in-bottom-left figcaption {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }

.imghvr-pivot-in-bottom-right figcaption {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

[class*=" imghvr-pivot-out"] > img, [class^=imghvr-pivot-out] > img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

[class*=" imghvr-pivot-out"] figcaption, [class^=imghvr-pivot-out] figcaption {
  background-color: #135796;
  z-index: -1; }

.imghvr-pivot-out-top-left > img {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }

.imghvr-pivot-out-top-left:hover > img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.imghvr-pivot-out-top-right > img {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.imghvr-pivot-out-top-right:hover > img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.imghvr-pivot-out-bottom-left > img {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }

.imghvr-pivot-out-bottom-left:hover > img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.imghvr-pivot-out-bottom-right > img {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

.imghvr-pivot-out-bottom-right:hover > img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

[class*=" imghvr-fold"], [class^=imghvr-fold] {
  -webkit-perspective: 50em;
          perspective: 50em; }

[class*=" imghvr-fold"] img, [class^=imghvr-fold] img {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0; }

[class*=" imghvr-fold"] figcaption, [class^=imghvr-fold] figcaption {
  z-index: 1;
  opacity: 0; }

[class*=" imghvr-fold"]:hover > img, [class^=imghvr-fold]:hover > img {
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[class*=" imghvr-fold"]:hover figcaption, [class^=imghvr-fold]:hover figcaption {
  -webkit-transform: rotateX(0) translateZ(0) scale(1);
          transform: rotateX(0) translateZ(0) scale(1);
  opacity: 1;
  -webkit-transition-delay: .21s;
          transition-delay: .21s; }

.imghvr-fold-up > img {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0; }

.imghvr-fold-up figcaption {
  -webkit-transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(0.6);
          transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }

.imghvr-fold-up:hover > img {
  -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
          transform: rotateX(90deg) scale(0.6) translateY(50%); }

.imghvr-fold-down > img {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }

.imghvr-fold-down figcaption {
  -webkit-transform: rotateX(90deg) translate3d(0, 50%, 0) scale(0.6);
          transform: rotateX(90deg) translate3d(0, 50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0; }

.imghvr-fold-down:hover > img {
  -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
          transform: rotateX(-90deg) scale(0.6) translateY(-50%); }

.imghvr-fold-left > img {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%; }

.imghvr-fold-left figcaption {
  -webkit-transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(0.6);
          transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(0.6);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%; }

.imghvr-fold-left:hover > img {
  -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
          transform: rotateY(-90deg) scale(0.6) translateX(50%); }

.imghvr-fold-right > img {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%; }

.imghvr-fold-right figcaption {
  -webkit-transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(0.6);
          transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(0.6);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%; }

.imghvr-fold-right:hover > img {
  -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
          transform: rotateY(90deg) scale(0.6) translateX(-50%); }

.imghvr-zoom-in figcaption {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }

.imghvr-zoom-in:hover figcaption {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

[class*=" imghvr-zoom-out"] figcaption, [class^=imghvr-zoom-out] figcaption {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0; }

[class*=" imghvr-zoom-out"].hover figcaption, [class*=" imghvr-zoom-out"]:hover figcaption, [class^=imghvr-zoom-out].hover figcaption, [class^=imghvr-zoom-out]:hover figcaption {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: .35s;
          transition-delay: .35s; }

.imghvr-zoom-out:hover > img {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.imghvr-zoom-out-up.hover > img, .imghvr-zoom-out-up:hover > img {
  -webkit-animation: a .4025s linear;
          animation: a .4025s linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes a {
  50% {
    -webkit-transform: scale(0.8) translateY(0);
            transform: scale(0.8) translateY(0);
    opacity: .5; }
  to {
    -webkit-transform: scale(0.8) translateY(-150%);
            transform: scale(0.8) translateY(-150%);
    opacity: .5; } }

@keyframes a {
  50% {
    -webkit-transform: scale(0.8) translateY(0);
            transform: scale(0.8) translateY(0);
    opacity: .5; }
  to {
    -webkit-transform: scale(0.8) translateY(-150%);
            transform: scale(0.8) translateY(-150%);
    opacity: .5; } }
.imghvr-zoom-out-down.hover > img, .imghvr-zoom-out-down:hover > img {
  -webkit-animation: b .4025s linear;
          animation: b .4025s linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes b {
  50% {
    -webkit-transform: scale(0.8) translateY(0);
            transform: scale(0.8) translateY(0);
    opacity: .5; }
  to {
    -webkit-transform: scale(0.8) translateY(150%);
            transform: scale(0.8) translateY(150%);
    opacity: .5; } }

@keyframes b {
  50% {
    -webkit-transform: scale(0.8) translateY(0);
            transform: scale(0.8) translateY(0);
    opacity: .5; }
  to {
    -webkit-transform: scale(0.8) translateY(150%);
            transform: scale(0.8) translateY(150%);
    opacity: .5; } }
.imghvr-zoom-out-left.hover > img, .imghvr-zoom-out-left:hover > img {
  -webkit-animation: c .4025s linear;
          animation: c .4025s linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes c {
  50% {
    -webkit-transform: scale(0.8) translateX(0);
            transform: scale(0.8) translateX(0);
    opacity: .5; }
  to {
    -webkit-transform: scale(0.8) translateX(-150%);
            transform: scale(0.8) translateX(-150%);
    opacity: .5; } }

@keyframes c {
  50% {
    -webkit-transform: scale(0.8) translateX(0);
            transform: scale(0.8) translateX(0);
    opacity: .5; }
  to {
    -webkit-transform: scale(0.8) translateX(-150%);
            transform: scale(0.8) translateX(-150%);
    opacity: .5; } }
.imghvr-zoom-out-right.hover > img, .imghvr-zoom-out-right:hover > img {
  -webkit-animation: d .4025s linear;
          animation: d .4025s linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes d {
  50% {
    -webkit-transform: scale(0.8) translateX(0);
            transform: scale(0.8) translateX(0);
    opacity: .5; }
  to {
    -webkit-transform: scale(0.8) translateX(150%);
            transform: scale(0.8) translateX(150%);
    opacity: .5; } }

@keyframes d {
  50% {
    -webkit-transform: scale(0.8) translateX(0);
            transform: scale(0.8) translateX(0);
    opacity: .5; }
  to {
    -webkit-transform: scale(0.8) translateX(150%);
            transform: scale(0.8) translateX(150%);
    opacity: .5; } }
.imghvr-zoom-out-flip-horiz {
  -webkit-perspective: 50em;
          perspective: 50em; }

.imghvr-zoom-out-flip-horiz figcaption {
  opacity: 0;
  -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
          transform: rotateX(90deg) translateY(-100%) scale(0.5); }

.imghvr-zoom-out-flip-horiz.hover > img, .imghvr-zoom-out-flip-horiz:hover > img {
  -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
          transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0; }

.imghvr-zoom-out-flip-horiz.hover figcaption, .imghvr-zoom-out-flip-horiz:hover figcaption {
  -webkit-transform: rotateX(0) translateY(0) scale(1);
          transform: rotateX(0) translateY(0) scale(1);
  opacity: 1;
  -webkit-transition-delay: .35s;
          transition-delay: .35s; }

.imghvr-zoom-out-flip-vert {
  -webkit-perspective: 50em;
          perspective: 50em; }

.imghvr-zoom-out-flip-vert figcaption {
  opacity: 0;
  -webkit-transform: rotateY(90deg) translate(50%) scale(0.5);
          transform: rotateY(90deg) translate(50%) scale(0.5); }

.imghvr-zoom-out-flip-vert.hover > img, .imghvr-zoom-out-flip-vert:hover > img {
  -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
          transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0; }

.imghvr-zoom-out-flip-vert.hover figcaption, .imghvr-zoom-out-flip-vert:hover figcaption {
  -webkit-transform: rotateY(0) translate(0) scale(1);
          transform: rotateY(0) translate(0) scale(1);
  opacity: 1;
  -webkit-transition-delay: .35s;
          transition-delay: .35s; }

.imghvr-blur figcaption {
  opacity: 0; }

.imghvr-blur:hover > img {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0; }

.imghvr-blur:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: .21s;
          transition-delay: .21s; }

[class*=" imghvr-fall-away-"], [class^=imghvr-fall-away-] {
  -webkit-perspective: 50em;
          perspective: 50em; }

[class*=" imghvr-fall-away-"] img, [class^=imghvr-fall-away-] img {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all .455s ease-in;
  transition: all .455s ease-in; }

[class*=" imghvr-fall-away-"] figcaption, [class^=imghvr-fall-away-] figcaption {
  opacity: 0;
  background-color: #135796; }

[class*=" imghvr-fall-away-"]:hover img, [class^=imghvr-fall-away-]:hover img {
  opacity: 0; }

[class*=" imghvr-fall-away-"]:hover figcaption, [class^=imghvr-fall-away-]:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: .455s;
          transition-delay: .455s; }

.imghvr-fall-away-horiz:hover img {
  -webkit-transform: rotateX(-1turn) scale(0.2);
          transform: rotateX(-1turn) scale(0.2); }

.imghvr-fall-away-vert:hover img {
  -webkit-transform: rotateY(-1turn) scale(0.2);
          transform: rotateY(-1turn) scale(0.2); }

.imghvr-fall-away-cc:hover img {
  -webkit-transform: rotate(1turn) scale(0.2);
          transform: rotate(1turn) scale(0.2); }

.imghvr-fall-away-ccc:hover img {
  -webkit-transform: rotate(-1turn) scale(0.2);
          transform: rotate(-1turn) scale(0.2); }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  line-height: 1.7;
  font-size: 16px; }

.ltr {
  direction: ltr; }

.rtl {
  direction: rtl; }

h1,
h2,
h3 {
  font-weight: 700; }

.px-site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }

.site-content {
  position: relative; }

.px-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.progress-container {
  width: 100%;
  height: 6px; }

.progress-bar {
  height: 6px;
  width: 0%; }

.zindex-999 {
  z-index: 999; }

.zindex-2 {
  z-index: 2; }

.w-100 {
  width: 100%; }

.w36 {
  width: 36px;
  text-align: center;
  margin: 0 auto; }

.radius-0 {
  border-radius: 0; }

.border-none {
  border: none !important; }

@media (max-width: 960px) {
  .dislpay-block-small {
    display: block !important; } }

.btn-edit-post-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%; }
  .btn-edit-post-link:after {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    content: "\eac0";
    color: #fff;
    font-size: 21px; }

.single .btn-edit-post-link {
  bottom: 60px; }

.stretched-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=1); }

.d-none {
  display: none !important; }

.border-top-gray {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.categories-list > *:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  position: relative; }
  .categories-list > *:not(:last-child):after {
    content: "";
    height: 11px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.social-icons div:last-child a {
  margin: 0 !important; }

a:hover {
  text-decoration: none; }

.space-dot:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 14px;
  vertical-align: middle; }

@media (max-width: 960px) {
  .px-page-title {
    margin-bottom: 10px !important; } }
.px-page-title p {
  margin: 0; }

.social-icons div:last-child a {
  margin: 0 !important; }

.f26 {
  font-size: 26px; }

.mob-switcher-container {
  margin: 0 20px 5px; }

/* Open HTML Date Picker Dialog On Click Anywhere Inside Input */
input.wpcf7-date {
  display: inline-block;
  position: relative; }

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

.comments-submit {
  color: #fff !important;
  text-transform: capitalize !important; }

.search-form-output {
  border-radius: 50px;
  padding: 10px 20px; }
  .search-form-output .uk-search-input {
    border-radius: 50px; }

.border-xsmall {
  border: 1px solid #f7f7f7; }

.border-small {
  border: 2px solid #f7f7f7; }

.border-large {
  border: 3px solid #f7f7f7; }

#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: white; }

/* Play video */
.outer_circle {
  stroke-width: 3;
  stroke-dasharray: 410;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.glightbox_video:hover .outer_circle {
  stroke-dashoffset: 410;
  -webkit-transition: stroke 0.7s 0.4s ease-out, stroke-dashoffset 0.4s ease-out;
  transition: stroke 0.7s 0.4s ease-out, stroke-dashoffset 0.4s ease-out; }

.glightbox_video:hover .inner-circle {
  fill: #392856;
  -webkit-transition: fill .4s .3s ease-out;
  transition: fill .4s .3s ease-out; }

.glightbox_video:hover .play {
  fill: white;
  -webkit-transition: fill .4s .3s ease-out;
  transition: fill .4s .3s ease-out; }

/* Dark Button */
.theme-switch-box-wrap {
  position: fixed;
  right: 12px;
  top: 40%;
  z-index: 0; }

.theme-switch-box {
  display: grid;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 6px;
  border-radius: 1.5rem; }
  .theme-switch-box i {
    color: #fff;
    font-size: 18px; }

.theme-switch-box-wrap.v2 .theme-switch-box {
  background: var(--color-primary-2); }

[data-theme=dark] .theme-switch-box,
[data-theme=dark] .theme-switch-box-wrap.v2 .theme-switch-box {
  background: #d8d8d8; }

.theme-switch-box__theme-status {
  color: var(--color-white);
  line-height: 1;
  text-align: center; }

.theme-switch-box__label {
  width: 18px;
  height: 36px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 1.5rem;
  overflow: hidden; }

.theme-switch-box__main {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 1.5rem; }

.theme-switch-box__main::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(3px);
          transform: translateX(-50%) translateY(3px);
  border-radius: 100%;
  border-radius: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.theme-switch-box__input {
  display: none; }

.theme-switch-box__input:checked + .theme-switch-box__main::before {
  top: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

[data-theme="dark"].woocommerce-cart .woocommerce-message,
[data-theme="dark"].woocommerce-cart .woocommerce-error,
[data-theme="dark"].woocommerce-cart .woocommerce-info {
  background-color: #18222d !important;
  color: #eee !important; }

[data-theme="dark"].woocommerce-cart .cart-collaterals .cart_totals tr th,
[data-theme="dark"].woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-color: rgba(255, 255, 255, 0.05); }

[data-theme="dark"] {
  background-color: #141d26 !important; }
  [data-theme="dark"] .theme-switch-box i {
    color: #222; }
  [data-theme="dark"] .notification-button {
    color: #fff; }
  [data-theme="dark"] .notification-wrap .notification-header,
  [data-theme="dark"] .uk-navbar-container:not(.uk-navbar-transparent),
  [data-theme="dark"] .select2-container--default .select2-results__option[aria-selected=true],
  [data-theme="dark"] .select2-container--default .select2-results__option[data-selected=true],
  [data-theme="dark"] #add_payment_method #payment div.payment_box,
  [data-theme="dark"] .woocommerce-cart #payment div.payment_box,
  [data-theme="dark"] .woocommerce-checkout #payment div.payment_box,
  [data-theme="dark"] .uk-section-default,
  [data-theme="dark"] .uk-modal-dialog,
  [data-theme="dark"] .px-footer-copyright,
  [data-theme="dark"] .uk-section-secondary {
    background-color: #141d26 !important; }
  [data-theme="dark"] .uk-dropdown,
  [data-theme="dark"] blockquote,
  [data-theme="dark"] .wp-block-quote,
  [data-theme="dark"] .product .flex-control-thumbs li img,
  [data-theme="dark"] .uk-background-secondary {
    background-color: #1d2a37 !important; }
  [data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field,
  [data-theme="dark"] .nice-select .option:hover,
  [data-theme="dark"] .nice-select .option.focus,
  [data-theme="dark"] .nice-select .option.selected.focus,
  [data-theme="dark"] .woocommerce-error,
  [data-theme="dark"] .woocommerce-info,
  [data-theme="dark"] .woocommerce-message,
  [data-theme="dark"] .woo-header .uk-background-secondary {
    background-color: #121921 !important; }
  [data-theme="dark"] .select2-dropdown,
  [data-theme="dark"] .woocommerce-checkout #payment,
  [data-theme="dark"] .woocommerce-message,
  [data-theme="dark"] .woocommerce-error,
  [data-theme="dark"] .woocommerce-info,
  [data-theme="dark"] .woocommerce-MyAccount-navigation,
  [data-theme="dark"] .px-wc-myacc .wc-submenu,
  [data-theme="dark"] .px-step,
  [data-theme="dark"] ul.products li.product .px-product-footer .woosq-btn,
  [data-theme="dark"] form.register,
  [data-theme="dark"] form.login,
  [data-theme="dark"] form.checkout_coupon,
  [data-theme="dark"] ul.products li.product .px-product-footer,
  [data-theme="dark"] ul.products li.product .content-product-imagin,
  [data-theme="dark"] .uk-background-default,
  [data-theme="dark"] .px-footer-navbar,
  [data-theme="dark"] .uk-section-muted,
  [data-theme="dark"] .uk-offcanvas-bar,
  [data-theme="dark"] #primary_menu .mega-menu-item .depth0,
  [data-theme="dark"] .primary-menu > .nomega-menu-item .sub-menu,
  [data-theme="dark"] .uk-background-muted,
  [data-theme="dark"] .uk-card-default,
  [data-theme="dark"] .uk-modal-close-full,
  [data-theme="dark"] .uk-background-third,
  [data-theme="dark"] .nice-select .list,
  [data-theme="dark"] .cart-collaterals,
  [data-theme="dark"] div.product .woocommerce-tabs,
  [data-theme="dark"] #cart-box .woocommerce-mini-cart li .remove_from_cart_button {
    background-color: #18222d !important; }
  [data-theme="dark"] .select2-dropdown,
  [data-theme="dark"] form.checkout_coupon,
  [data-theme="dark"] ul.products li.product,
  [data-theme="dark"] ul.products,
  [data-theme="dark"] form.register,
  [data-theme="dark"] form.login,
  [data-theme="dark"] .wc-categories-warp .wc-categories-menu li,
  [data-theme="dark"] .wc-categories-warp .wc-categories-menu,
  [data-theme="dark"] .px-footer-navbar,
  [data-theme="dark"] .uk-button-secondary,
  [data-theme="dark"] .uk-button-default,
  [data-theme="dark"] .uk-card-default .uk-card-footer,
  [data-theme="dark"] .px-footer-navbar a,
  [data-theme="dark"] #woo_sidebar .woo-sidebar .uk-list-divider > :nth-child(n+2),
  [data-theme="dark"] div.product form.cart div.quantity .qty,
  [data-theme="dark"] .px-sidebar .px-footer-menu ul li,
  [data-theme="dark"] div.product .woocommerce-tabs ul.tabs,
  [data-theme="dark"] #cart-box .woocommerce-mini-cart__buttons .wc-forward,
  [data-theme="dark"] .primary-menu .mega-menu-item .depth0 .menu-item-has-children > a,
  [data-theme="dark"] .primary-menu > .nomega-menu-item .sub-menu .menu-item a,
  [data-theme="dark"] #reviews #comments ol.commentlist li .comment-text,
  [data-theme="dark"] .woocommerce-MyAccount-navigation,
  [data-theme="dark"] .woocommerce-MyAccount-navigation ul li a,
  [data-theme="dark"] .px-wc-myacc .wc-submenu li a,
  [data-theme="dark"] .woocommerce table.shop_table td,
  [data-theme="dark"] .woocommerce table.shop_table th,
  [data-theme="dark"] .woocommerce table.shop_table,
  [data-theme="dark"] #add_payment_method #payment ul.payment_methods,
  [data-theme="dark"] .woocommerce-cart #payment ul.payment_methods,
  [data-theme="dark"] .woocommerce-checkout #payment ul.payment_methods {
    border-color: rgba(255, 255, 255, 0.05) !important; }
  [data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field,
  [data-theme="dark"] div.product form.cart div.quantity .qty,
  [data-theme="dark"] .in-stock,
  [data-theme="dark"] div.product .out-of-stock,
  [data-theme="dark"] div.product form.cart .single_add_to_cart_button,
  [data-theme="dark"] ul.products li.product .px-product-footer .woosq-btn,
  [data-theme="dark"] div.product .woocommerce-tabs ul.tabs li a,
  [data-theme="dark"] #add_payment_method #payment div.payment_box,
  [data-theme="dark"] .woocommerce-cart #payment div.payment_box,
  [data-theme="dark"] .woocommerce-checkout #payment div.payment_box,
  [data-theme="dark"] .qty-title,
  [data-theme="dark"] .px-pagination li.px-pagination-next a,
  [data-theme="dark"] .uk-button-primary,
  [data-theme="dark"] .uk-badge,
  [data-theme="dark"] .uk-button-secondary {
    color: #fff !important; }
  [data-theme="dark"] #woo_sidebar .woo-sidebar .uk-close,
  [data-theme="dark"] #woo_sidebar .woo-sidebar,
  [data-theme="dark"] #woo_sidebar .woo-sidebar h1,
  [data-theme="dark"] #woo_sidebar .woo-sidebar h2,
  [data-theme="dark"] #woo_sidebar .woo-sidebar h3,
  [data-theme="dark"] #woo_sidebar .woo-sidebar h4,
  [data-theme="dark"] #woo_sidebar .woo-sidebar h5,
  [data-theme="dark"] #woo_sidebar .woo-sidebar h5,
  [data-theme="dark"] #woo_sidebar .woo-sidebar a,
  [data-theme="dark"] #woo_sidebar .woo-sidebar p,
  [data-theme="dark"] #cart_sidebar .woocommerce-mini-cart__total strong,
  [data-theme="dark"] #cart_sidebar .woocommerce-mini-cart__total strong,
  [data-theme="dark"] #cart_sidebar .uk-offcanvas-bar a,
  [data-theme="dark"] #cart_sidebar .uk-offcanvas-bar,
  [data-theme="dark"] #cart_sidebar h3,
  [data-theme="dark"] #cart_sidebar .uk-offcanvas-bar .uk-close,
  [data-theme="dark"] .woocommerce-checkout #payment,
  [data-theme="dark"] .woocommerce-message,
  [data-theme="dark"] .woocommerce-error,
  [data-theme="dark"] .woocommerce-info,
  [data-theme="dark"] .sub-menu a,
  [data-theme="dark"] .uk-card-default,
  [data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(255, 255, 255, 0.7); }
  [data-theme="dark"] .woosw-copy input,
  [data-theme="dark"] .uk-input,
  [data-theme="dark"] .uk-select,
  [data-theme="dark"] .uk-textarea,
  [data-theme="dark"] .px-sidebar .px-newsletter-widget .tnp-subscription input[type=email],
  [data-theme="dark"] .checkout_coupon input,
  [data-theme="dark"] div.product form.cart .variations select,
  [data-theme="dark"] .woocommerce-Input,
  [data-theme="dark"] .px-newsletter .tnp-subscription input[type=email],
  [data-theme="dark"] #review_form #respond textarea,
  [data-theme="dark"] .select2-container--default .select2-selection--single,
  [data-theme="dark"] .woocommerce-EditAccountForm input[type=number],
  [data-theme="dark"] .woocommerce-EditAccountForm input[type=email],
  [data-theme="dark"] .woocommerce-EditAccountForm input[type=password],
  [data-theme="dark"] .woocommerce-EditAccountForm input[type=text],
  [data-theme="dark"] .woocommerce .quantity input[type=number],
  [data-theme="dark"] .woocommerce .quantity input[type=email],
  [data-theme="dark"] .woocommerce .quantity input[type=password],
  [data-theme="dark"] .woocommerce .quantity input[type=text],
  [data-theme="dark"] table.cart td.actions .coupon input[type=number],
  [data-theme="dark"] table.cart td.actions .coupon input[type=email],
  [data-theme="dark"] table.cart td.actions .coupon input[type=password],
  [data-theme="dark"] table.cart td.actions .coupon input[type=text],
  [data-theme="dark"] .woocommerce-form input[type=number],
  [data-theme="dark"] .woocommerce-form input[type=email],
  [data-theme="dark"] .woocommerce-form input[type=password],
  [data-theme="dark"] .woocommerce-form input[type=text],
  [data-theme="dark"] #loginform input[type=number],
  [data-theme="dark"] #loginform input[type=email],
  [data-theme="dark"] #loginform input[type=password],
  [data-theme="dark"] #loginform input[type=text],
  [data-theme="dark"] .comment-form input[type=number],
  [data-theme="dark"] .comment-form input[type=email],
  [data-theme="dark"] .comment-form input[type=password],
  [data-theme="dark"] .comment-form input[type=text] {
    background: #1E2834 !important;
    color: #fff;
    border: 1px solid #232F3C !important; }
  [data-theme="dark"] #cart-box .woocommerce-mini-cart__total {
    border-top: 1px solid rgba(255, 255, 255, 0.05); }
  [data-theme="dark"] #add_payment_method #payment div.payment_box::before,
  [data-theme="dark"] .woocommerce-cart #payment div.payment_box::before,
  [data-theme="dark"] .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #141d26;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent; }
  [data-theme="dark"] ul.products li.product .px-product-category > *:not(:last-child):after,
  [data-theme="dark"] .product_meta > *:not(:last-child):after {
    background-color: rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .px-categories-widget ul li .cat-name:before {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset; }
  [data-theme="dark"] .wc-myacc-from .btn,
  [data-theme="dark"] .wc-myacc-from .button {
    border: 1px solid #eee !important;
    color: #eee !important; }
  [data-theme="dark"] .summary button[name="add-to-cart"] {
    border: 2px solid #eee !important;
    color: #eee !important; }
    [data-theme="dark"] .summary button[name="add-to-cart"]:hover {
      border-color: #ccc !important;
      color: #ccc !important; }
  [data-theme="dark"] div.product form.cart .variations select option {
    color: #222 !important; }
  [data-theme="dark"] .add_to_wishlist {
    color: #222; }
    [data-theme="dark"] .add_to_wishlist:hover {
      color: #999; }
  [data-theme="dark"] .in-stock {
    background: #39b54a; }
  [data-theme="dark"] div.product .out-of-stock {
    background-color: red; }
  [data-theme="dark"] div.product form.cart .single_add_to_cart_button {
    border: 2px solid #fff; }
  [data-theme="dark"] div.product form.cart .single_add_to_cart_button:hover {
    border: 2px solid #999;
    color: #999; }
  [data-theme="dark"] #woo_sidebar .woo-sidebar .uk-nav-parent-icon > .uk-parent > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  [data-theme="dark"] .cpage-2 {
    background-image: url(dist/images/map-dark.png); }
  [data-theme="dark"] .uk-button-default {
    border: 1px solid rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .pi-filter-warp,
  [data-theme="dark"] .uk-overlay-primary {
    background-color: rgba(25, 36, 47, 0.8) !important; }
  [data-theme="dark"] .transparent-header-on {
    background-color: transparent !important; }
  [data-theme="dark"] .nice-select .list,
  [data-theme="dark"] .uk-card-default .uk-card-footer,
  [data-theme="dark"] .cart-collaterals,
  [data-theme="dark"] .px-post-tags a,
  [data-theme="dark"] blockquote,
  [data-theme="dark"] .wp-block-quote,
  [data-theme="dark"] div.product .woocommerce-tabs,
  [data-theme="dark"] .border-xsmall,
  [data-theme="dark"] .border-small,
  [data-theme="dark"] .border-large {
    border-color: #1E2834; }
  [data-theme="dark"] .px-breadcrumb-default {
    background-color: #18222d; }

.uk-input,
.uk-select,
.uk-textarea,
.uk-button {
  border-radius: 4px; }

.btn-100 {
  border-radius: 50px; }

.theme-square .px-post-tags a,
.theme-square blockquote,
.theme-square .wp-block-quote,
.theme-square .stock,
.theme-square button.button.alt,
.theme-square .woocommerce form.checkout_coupon,
.theme-square .woocommerce-error,
.theme-square .woocommerce-info,
.theme-square .woocommerce-message,
.theme-square div.product .woocommerce-tabs ul.tabs li,
.theme-square .product .content-single-wrapper,
.theme-square ul.products .px-thumbnail,
.theme-square ul.products .px-thumbnail img,
.theme-square div.product .woocommerce-tabs,
.theme-square .br20,
.theme-square .br20 .post-thumbnail,
.theme-square .pi-filter-warp,
.theme-square .px-newsletter-wrap .tnp-subscription input[type=email],
.theme-square .px-newsletter .tnp-subscription input[type=email],
.theme-square .uk-search-input,
.theme-square .search-form-output,
.theme-square .px-post-card .uk-card img,
.theme-square .px-post-card .uk-card .wp-post-image,
.theme-square .px-post-card .uk-card .post-thumbnail,
.theme-square .px-post-card .uk-card,
.theme-square div.product .flex-viewport,
.theme-square .product .flex-control-thumbs li img,
.theme-square .uk-pagination .page-numbers,
.theme-square .px-sidebar .px-newsletter-widget .tnp-subscription .tnp-submit,
.theme-square .px-sidebar .px-newsletter-widget .tnp-subscription input[type=email],
.theme-square .uk-input,
.theme-square .uk-select,
.theme-square .uk-textarea,
.theme-square .uk-button {
  border-radius: 0 !important; }
.theme-square .px-post-card .uk-card {
  padding: 0; }
.theme-square .px-grid-card .uk-card .uk-card-body {
  padding: 30px; }
.theme-square .px-post-card .uk-card .uk-card-footer {
  padding: 10px 30px;
  margin-top: 0; }
.theme-square .px-filter-card {
  border-radius: 0; }
  .theme-square .px-filter-card .uk-inline-clip,
  .theme-square .px-filter-card img,
  .theme-square .px-filter-card .wp-post-image,
  .theme-square .px-filter-card .post-thumbnail {
    border-radius: 0; }

.theme-rounded .px-filter-card {
  border-radius: 20px; }
  .theme-rounded .px-filter-card .uk-inline-clip,
  .theme-rounded .px-filter-card img,
  .theme-rounded .px-filter-card .wp-post-image,
  .theme-rounded .px-filter-card .post-thumbnail {
    border-radius: 20px; }
.theme-rounded .br20 {
  border-radius: 15px; }
  .theme-rounded .br20 .post-thumbnail {
    border-radius: 7.5px; }
.theme-rounded .uk-comment,
.theme-rounded .px-post-tags a,
.theme-rounded blockquote,
.theme-rounded .wp-block-quote,
.theme-rounded .entry-content img,
.theme-rounded .woocommerce-MyAccount-navigation,
.theme-rounded .woocommerce form.checkout_coupon,
.theme-rounded .px-steps .px-step {
  border-radius: 15px; }
.theme-rounded .woocommerce-error,
.theme-rounded .woocommerce-info,
.theme-rounded .woocommerce-message {
  border-radius: 0 0 10px 10px; }
.theme-rounded .single-category a,
.theme-rounded .checkout_coupon input[type=number],
.theme-rounded .checkout_coupon input[type=email],
.theme-rounded .checkout_coupon input[type=password],
.theme-rounded .checkout_coupon input[type=text],
.theme-rounded .woocommerce-form-row input[type=number],
.theme-rounded .woocommerce-form-row input[type=email],
.theme-rounded .woocommerce-form-row input[type=password],
.theme-rounded .woocommerce-form-row input[type=text],
.theme-rounded .woocommerce-EditAccountForm input[type=number],
.theme-rounded .woocommerce-EditAccountForm input[type=email],
.theme-rounded .woocommerce-EditAccountForm input[type=password],
.theme-rounded .woocommerce-EditAccountForm input[type=text],
.theme-rounded .woocommerce .quantity input[type=number],
.theme-rounded .woocommerce .quantity input[type=email],
.theme-rounded .woocommerce .quantity input[type=password],
.theme-rounded .woocommerce .quantity input[type=text],
.theme-rounded .woocommerce-cart table.cart td.actions .coupon input[type=number],
.theme-rounded .woocommerce-cart table.cart td.actions .coupon input[type=email],
.theme-rounded .woocommerce-cart table.cart td.actions .coupon input[type=password],
.theme-rounded .woocommerce-cart table.cart td.actions .coupon input[type=text],
.theme-rounded .woocommerce-form input[type=number],
.theme-rounded .woocommerce-form input[type=email],
.theme-rounded .woocommerce-form input[type=password],
.theme-rounded .woocommerce-form input[type=text],
.theme-rounded #loginform input[type=number],
.theme-rounded #loginform input[type=email],
.theme-rounded #loginform input[type=password],
.theme-rounded #loginform input[type=text],
.theme-rounded .comment-form input[type=number],
.theme-rounded .comment-form input[type=email],
.theme-rounded .comment-form input[type=password],
.theme-rounded .comment-form input[type=text],
.theme-rounded .px-sidebar .px-newsletter-widget .tnp-subscription .tnp-submit,
.theme-rounded .px-sidebar .px-newsletter-widget .tnp-subscription input[type=email],
.theme-rounded .btn-4:after,
.theme-rounded .btn-4,
.theme-rounded .px-product-search #search-output .uk-alert-primary,
.theme-rounded #loginform input[type=number],
.theme-rounded #loginform input[type=email],
.theme-rounded #loginform input[type=password],
.theme-rounded #loginform input[type=text],
.theme-rounded #content div.product .woocommerce-tabs ul.tabs li,
.theme-rounded div.product .woocommerce-tabs ul.tabs li,
.theme-rounded #content div.product .woocommerce-tabs ul.tabs li,
.theme-rounded div.product .woocommerce-tabs ul.tabs li,
.theme-rounded .uk-input,
.theme-rounded .uk-select,
.theme-rounded .uk-button,
.theme-rounded #payment #place_order,
.theme-rounded .woocommerce-page #payment #place_order,
.theme-rounded .woocommerce-orders-table__cell-order-actions .woocommerce-button,
.theme-rounded .return-to-shop .button,
.theme-rounded #review_form #respond .form-submit input,
.theme-rounded .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.theme-rounded .woocommerce ul.products li.product .button,
.theme-rounded #cart-box .checkout,
.theme-rounded .select2-container .select2-selection--single,
.theme-rounded form .form-row input.input-text,
.theme-rounded .quantity input[type=number],
.theme-rounded .woocommerce table.cart td.actions .input-text,
.theme-rounded .woocommerce-page #content table.cart td.actions .input-text,
.theme-rounded .woocommerce-page table.cart td.actions .input-text,
.theme-rounded .button,
.theme-rounded .uk-button {
  border-radius: 50px !important; }
.theme-rounded .uk-textarea,
.theme-rounded #review_form #respond textarea,
.theme-rounded form .form-row textarea {
  border-radius: 10px !important; }
.theme-rounded .woo-sidebar-button {
  border-radius: 0 10px 0 0 !important; }
.theme-rounded .wc-categories-warp .wc-categories-btn {
  border-radius: 0 !important; }
.theme-rounded #loginform input[type=number],
.theme-rounded #loginform input[type=email],
.theme-rounded #loginform input[type=password],
.theme-rounded #loginform input[type=text],
.theme-rounded form .form-row input.input-text,
.theme-rounded table.cart td.actions .input-text,
.theme-rounded #content table.cart td.actions .input-text,
.theme-rounded table.cart td.actions .input-text,
.theme-rounded .uk-input,
.theme-rounded .uk-select {
  padding: 0 15px; }
.theme-rounded .form-row textarea,
.theme-rounded form .form-row textarea,
.theme-rounded .uk-textarea {
  padding: 10px 15px; }
.theme-rounded .px-product-search .uk-input {
  border-radius: 50px 0 0 50px !important; }
.theme-rounded .px-product-search .uk-select {
  border-radius: 0 50px 50px 0 !important; }
.theme-rounded .uk-form-icon-flip {
  right: 5px; }
.theme-rounded .px-product-search #search-output .uk-alert-primary {
  padding: 15px 29px 15px 20px; }
.theme-rounded .px-product-search .ajax-search-card .uk-card {
  border-radius: 10px; }
.theme-rounded form .form-row label {
  margin: 0 20px 5px; }
.theme-rounded .px-newsletter-widget .nl-label {
  margin: 0 20px 10px; }
.theme-rounded .wpcf7 label {
  margin: 0 20px; }
.theme-rounded ul.products .px-thumbnail,
.theme-rounded ul.products .px-thumbnail img,
.theme-rounded .uk-pagination .page-numbers {
  border-radius: 10px; }
.theme-rounded .pi-filter-warp {
  border-radius: 100px; }
.theme-rounded .cart-collaterals,
.theme-rounded .woocommerce-page .cart-collaterals,
.theme-rounded .px-summary-wrapper,
.theme-rounded div.product .woocommerce-tabs {
  border-radius: 25px; }

div#widgets-right .sidebar-name h2,
div#widgets-right .sidebar-name h3 {
  font-size: 18px !important; }

.csf-field .csf-title h4 {
  font-size: 14px !important; }

.wp-admin ol,
.wp-admin ul,
.csf-nav ul {
  padding: 0; }

.wp-admin .uk-link,
.wp-admin a {
  color: #2271b1; }

body {
  height: auto; }
